Difference between revisions of "Citing"

From Open Problems in Sublinear Algorithms
Jump to: navigation, search
(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...")
 
(Switching to HTTPS)
 
(One intermediate revision by the same user not shown)
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:
 +
<nowiki>https://sublinear.info/</nowiki>
  
If you want to link to the entire list of open problems use this 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>
+
  <nowiki>https://sublinear.info/</nowiki><span style="color:red">''k''</span>
  
If you want to link to a specific problem, say, Problem ''k'', where ''k'' is a positive integer, use the following link:
+
== BibTeX ==
  <nowiki>http://sublinear.info/</nowiki>''k''
+
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{https://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{https://sublinear.info/</nowiki><span style="color:red">''k''</span><nowiki>}}
 +
}</nowiki>

Latest revision as of 06:56, 19 January 2017

URLs[edit]

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[edit]

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}}
}