Difference between revisions of "Citing"
(Switching to HTTPS) |
|||
| Line 2: | Line 2: | ||
== URLs == | == URLs == | ||
If you want to link to the entire list of open problems use this link: | If you want to link to the entire list of open problems use this link: | ||
| − | <nowiki> | + | <nowiki>https://sublinear.info/</nowiki> |
If you want to link to a specific problem, say, Problem <span style="color:red">''k''</span>, where <span style="color:red">''k''</span> is a positive integer, use the following link: | If you want to link to a specific problem, say, Problem <span style="color:red">''k''</span>, where <span style="color:red">''k''</span> is a positive integer, use the following link: | ||
| − | <nowiki> | + | <nowiki>https://sublinear.info/</nowiki><span style="color:red">''k''</span> |
== BibTeX == | == BibTeX == | ||
| Line 12: | Line 12: | ||
<nowiki>@misc{sublinear_open, | <nowiki>@misc{sublinear_open, | ||
title = {List of Open Problems in Sublinear Algorithms}, | title = {List of Open Problems in Sublinear Algorithms}, | ||
| − | howpublished = {\url{ | + | howpublished = {\url{https://sublinear.info/}} |
}</nowiki> | }</nowiki> | ||
To cite Problem <span style="color:red">''k''</span>, where <span style="color:red">''k''</span> is a positive integer, use the following BibTeX entry: | To cite Problem <span style="color:red">''k''</span>, where <span style="color:red">''k''</span> is a positive integer, use the following BibTeX entry: | ||
<nowiki>@misc{sublinear_open_</nowiki><span style="color:red">''k''</span><nowiki>, | <nowiki>@misc{sublinear_open_</nowiki><span style="color:red">''k''</span><nowiki>, | ||
title = {List of Open Problems in Sublinear Algorithms: Problem </nowiki><span style="color:red">''k''</span><nowiki>}, | title = {List of Open Problems in Sublinear Algorithms: Problem </nowiki><span style="color:red">''k''</span><nowiki>}, | ||
| − | howpublished = {\url{ | + | howpublished = {\url{https://sublinear.info/</nowiki><span style="color:red">''k''</span><nowiki>}} |
}</nowiki> | }</nowiki> | ||
Latest revision as of 06:56, 19 January 2017
URLs
If you want to link to the entire list of open problems use this link:
https://sublinear.info/
If you want to link to a specific problem, say, Problem k, where k is a positive integer, use the following link:
https://sublinear.info/k
BibTeX
Make sure that your preamble calls either \usepackage{hyperref} (to obtain hyperlinks in output dvi/pdf files) or \usepackage{url} (no hyperlinks).
To cite the entire list of open problems, use the following BibTeX entry:
@misc{sublinear_open,
title = {List of Open Problems in Sublinear Algorithms},
howpublished = {\url{https://sublinear.info/}}
}
To cite Problem k, where k is a positive integer, use the following BibTeX entry:
@misc{sublinear_open_k,
title = {List of Open Problems in Sublinear Algorithms: Problem k},
howpublished = {\url{https://sublinear.info/k}}
}