1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
Dear reader,
if you used cohomCalg in your work and would like to properly cite the program
in your paper, please use one of the following two BibTeX source codes:
Use \cite{cohomCalg:Implementation} at the appropiate place of your TeX file
-------------------------------
+----------------------+
"Fancy" BibTeX entry: <-| Use this if possible |
===================== +----------------------+
@Misc{cohomCalg:Implementation,
title = "{\fontfamily{put}\bfseries\footnotesize\selectfont cohomCalg} package",
howpublished = "Download link",
url = "https://github.com/BenjaminJurke/cohomCalg",
note = "High-performance line bundle cohomology computation based on \cite{CohomOfLineBundles:Algorithm}",
year = "2010"
}
@Article{CohomOfLineBundles:Algorithm,
author = "Blumenhagen, Ralph and Jurke, Benjamin and Rahn, Thorsten and Roschy, Helmut",
title = "{Cohomology of Line Bundles: A Computational Algorithm}",
publisher = "AIP",
year = "2010",
journal = "J.~Math.~Phys.",
volume = "51",
number = "10",
eid = "103525",
numpages = "15",
pages = "103525",
doi = "10.1063/1.3501132",
eprint = "1003.5217",
archivePrefix = "arXiv",
primaryClass = "hep-th",
SLACcitation = "%%CITATION = 1003.5217;%%"
}
This one uses a different font for the cohomCalg application name. Note that
the usage of the font 'put' might cause problems on some older (La)TeX
distributions. On a halfway reasonable modern machine it should give you no
trouble.
Standard BibTeX entry:
======================
@Misc{cohomCalg:Implementation,
title = "cohomCalg package",
howpublished = "Download link",
url = "https://github.com/BenjaminJurke/cohomCalg",
note = "High-performance line bundle cohomology computation based on \cite{CohomOfLineBundles:Algorithm}",
year = "2010"
}
@Article{CohomOfLineBundles:Algorithm,
author = "Blumenhagen, Ralph and Jurke, Benjamin and Rahn, Thorsten and Roschy, Helmut",
title = "{Cohomology of Line Bundles: A Computational Algorithm}",
publisher = "AIP",
year = "2010",
journal = "J.~Math.~Phys.",
volume = "51",
number = "10",
eid = "103525",
numpages = "15",
pages = "103525",
doi = "10.1063/1.3501132",
eprint = "1003.5217",
archivePrefix = "arXiv",
primaryClass = "hep-th",
SLACcitation = "%%CITATION = 1003.5217;%%"
}
Choose what best suits your needs.
Furthermore, if you want to cite the Proof paper of the algorithm or the Applications paper,
you can use the following BibTeX entries:
Additional BibTeX entries:
==========================
@Article{CohomOfLineBundles:Proof,
author = "Rahn, Thorsten and Roschy, Helmut",
title = "{Cohomology of Line Bundles: Proof of the Algorithm}",
publisher = "AIP",
year = "2010",
journal = "J.~Math.~Phys.",
volume = "51",
number = "10",
eid = "103520",
numpages = "11",
pages = "103520",
doi = "10.1063/1.3501135",
eprint = "1006.2392",
archivePrefix = "arXiv",
primaryClass = "hep-th",
SLACcitation = "%%CITATION = 1006.2392;%%"
}
@article{CohomOfLineBundles:Applications,
author = "Blumenhagen, Ralph and Jurke, Benjamin and Rahn, Thorsten and Roschy, Helmut",
title = "{Cohomology of Line Bundles: Applications}",
year = "2010",
note = "* Temporary entry *",
journal = "submitted to JHEP",
eprint = "1010.3717",
archivePrefix = "arXiv",
primaryClass = "hep-th",
SLACcitation = "%%CITATION = 1010.3717;%%"
}
Best regards,
the authors
|