Difference between revisions of "Citing"
(Created page with "{{DISPLAYTITLE:Citing Open Problems}} == URLs == If you want to link to the entire list of open problems use this link: <nowiki>http://sublinear.info/</nowiki> If you want...") |
|||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:Citing Open Problems}} | {{DISPLAYTITLE:Citing Open Problems}} | ||
== 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>http://sublinear.info/</nowiki> | <nowiki>http://sublinear.info/</nowiki> | ||
| − | If you want to link to a specific problem, say, Problem ''k'', where ''k'' 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>http://sublinear.info/</nowiki>''k'' | + | <nowiki>http://sublinear.info/</nowiki><span style="color:red">''k''</span> |
| + | |||
| + | == BibTeX == | ||
| + | Make sure that your preamble calls either <code><nowiki>\usepackage{hyperref}</nowiki></code> (to obtain hyperlinks in output dvi/pdf files) or <code><nowiki>\usepackage{url}</nowiki></code> (no hyperlinks). | ||
| + | To cite the entire list of open problems, use the following BibTeX entry: | ||
| + | <nowiki>@misc{sublinear_open, | ||
| + | title = {List of Open Problems in Sublinear Algorithms}, | ||
| + | howpublished = {\url{http://sublinear.info/}} | ||
| + | }</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: | ||
| + | <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>}, | ||
| + | howpublished = {\url{http://sublinear.info/</nowiki><span style="color:red">''k''</span><nowiki>}} | ||
| + | }</nowiki> | ||
Revision as of 06:28, 12 December 2012
URLs
If you want to link to the entire list of open problems use this link:
http://sublinear.info/
If you want to link to a specific problem, say, Problem k, where k is a positive integer, use the following link:
http://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{http://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{http://sublinear.info/k}}
}