Skip to content

Commit 695522a

Browse files
authored
Add citation code in the README
1 parent 77a9915 commit 695522a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,33 @@ positional arguments:
8585
optional arguments:
8686
-h, --help show this help message and exit
8787
```
88+
89+
90+
## Citing Project
91+
92+
A publication related to this project appeared in the proceedings of JCDL 2019 ([Read the PDF](https://arxiv.org/pdf/1905.12607.pdf)). Please cite it as below:
93+
94+
> Sawood Alam, Michele C. Weigle, Michael L. Nelson, Fernando Melo, Daniel Bicho, Daniel Gomes. __MementoMap Framework for Flexible and Adaptive Web Archive Profiling__. In _Proceedings of the 19th ACM/IEEE-CS on Joint Conference on Digital Libraries, JCDL 2019_, pp. 172-181, Urbana-Champaign, Illinois, USA, June 2016.
95+
96+
```latex
97+
@inproceedings{jcdl-2019:alam:mementomap,
98+
author = {Sawood Alam and
99+
Michele C. Weigle and
100+
Michael L. Nelson and
101+
Fernando Melo and
102+
Daniel Bicho and
103+
Daniel Gomes},
104+
title = {{MementoMap} Framework for Flexible and Adaptive Web Archive Profiling},
105+
booktitle = {Proceedings of the 19th {ACM/IEEE-CS} Joint Conference on Digital Libraries},
106+
series = {JCDL '19},
107+
year = {2019},
108+
month = {jun},
109+
location = {Urbana-Champaign, Illinois, USA},
110+
pages = {172--181},
111+
numpages = {10},
112+
url = {https://doi.org/10.1109/JCDL.2019.00033},
113+
doi = {10.1109/JCDL.2019.00033},
114+
isbn = {978-1-7281-1547-4},
115+
publisher = {{IEEE}}
116+
}
117+
```

0 commit comments

Comments
 (0)