Skip to content

Commit 18abc32

Browse files
committed
Update URLs
1 parent 6d9893d commit 18abc32

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/latex/refs.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ @phdthesis{GoerzPhd2015
224224
Author = {Goerz, Michael},
225225
Title = {Optimizing Robust Quantum Gates in Open Quantum Systems},
226226
School = {Universität Kassel},
227-
url = {https://kobra.uni-kassel.de/handle/123456789/2015052748381},
227+
url = {https://kobra.uni-kassel.de/items/ceb566d3-9750-4599-91b9-4ed609abbb23},
228228
Year = {2015},
229229
note = {See \url{https://michaelgoerz.net} for additional formats. Source available on \href{https://github.com/goerz/dissertation}{Github}},
230230
}

docs/src/refs.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ @phdthesis{GoerzPhd2015
279279
Author = {Goerz, Michael},
280280
Title = {Optimizing Robust Quantum Gates in Open Quantum Systems},
281281
School = {Universität Kassel},
282-
url = {https://kobra.uni-kassel.de/handle/123456789/2015052748381},
282+
url = {https://kobra.uni-kassel.de/items/ceb566d3-9750-4599-91b9-4ed609abbb23},
283283
Year = {2015},
284284
note = {See \url{https://michaelgoerz.net} for additional formats. Source available on \href{https://github.com/goerz/dissertation}{Github}},
285285
}
@@ -783,7 +783,7 @@ @unpublished{TedRyd
783783
@misc{jax,
784784
author = {James Bradbury and Roy Frostig and Peter Hawkins and Matthew James Johnson and Chris Leary and Dougal Maclaurin and George Necula and Adam Paszke and Jake Vander{P}las and Skye Wanderman-{M}ilne and Qiao Zhang},
785785
title = {\texttt{JAX}: composable transformations of Python+NumPy programs},
786-
url = {https://github.com/google/jax},
786+
url = {https://github.com/jax-ml/jax},
787787
note = {\url{https://numpy.org}},
788788
}
789789

docs/src/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ You may be interested in using (or forking) the [`getbibtex` script](https://git
214214
If the published paper (`Doi` link) is not open-access, but a version of the paper is available on a preprint server like the [arXiv](https://arxiv.org), your are strongly encouraged to add the arXiv ID as `Eprint` in the BibTeX entry. In the rendered bibliography, the preprint information will be shown and automatically link to `https://arxiv.org/abs/<ID>`.
215215
If necessary, you may also add a `Primaryclass` field to indicate a category, see ["BibTeX and Eprints" in the arXiv documentation](https://info.arxiv.org/help/hypertex/bibstyles/index.html).
216216

217-
Note that unlike in [default](https://tex.stackexchange.com/questions/386078/workaround-for-missing-archiveprefix-in-bib-entry) BibTeX, it is not necessary to define `Archiveprefix` in the `.bib` file. A missing `Archiveprefix` is assumed to be `arXiv`. The field name `Eprinttype` (which in BibTeX is an alias for `Archiveprefix`) is currently not yet supported, nor is `Eprintclass` as an alias for `Primaryclass`.
217+
Note that unlike in [default](https://tex.stackexchange.com/questions/386078) BibTeX, it is not necessary to define `Archiveprefix` in the `.bib` file. A missing `Archiveprefix` is assumed to be `arXiv`. The field name `Eprinttype` (which in BibTeX is an alias for `Archiveprefix`) is currently not yet supported, nor is `Eprintclass` as an alias for `Primaryclass`.
218218

219219
For documents that are available *only* as an arXiv eprint, the best result is obtained with a BibTeX entry using the `@article` class, with, e.g., `arXiv:2003.10132` in the `Journal` field, and, e.g., `10.48550/ARXIV.2003.10132` in the `Doi` field (but no `Eprint` field) [Wilhelm2003.10132](@cite).
220220

src/expand_bibliography.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ produces a markdown string for the full reference of a
9898
[`Bibliography.Entry`](https://humans-of-julia.github.io/Bibliography.jl/stable/internal/#BibInternal.Entry).
9999
For the default `style=:numeric`, the result is formatted like in
100100
[REVTeX](https://www.ctan.org/tex-archive/macros/latex/contrib/revtex/auguide)
101-
and [APS journals](https://journals.aps.org). That is, the full list of authors
102-
with initials for the first names, the italicized tile, and the journal
103-
reference (linking to the DOI, if available), ending with the publication year
104-
in parenthesis.
101+
and [APS journals](https://journals.aps.org/all_journals). That is, the full
102+
list of authors with initials for the first names, the italicized tile, and the
103+
journal reference (linking to the DOI, if available), ending with the
104+
publication year in parenthesis.
105105
"""
106106
function format_bibliography_reference(style::Symbol, entry)
107107
return format_bibliography_reference(Val(style), entry)

test/test_formatting.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ end
193193
@Test md("TedRyd") ==
194194
"T. Corcovilos and D. S. Weiss. *Rydberg Calculations*. Private communication."
195195
@Test md("jax") ==
196-
"J. Bradbury, R. Frostig, P. Hawkins, M. J. Johnson, C. Leary, D. Maclaurin, G. Necula, A. Paszke, J. VanderPlas, S. Wanderman-Milne and Q. Zhang. [*`JAX`: composable transformations of Python+NumPy programs*](https://github.com/google/jax), [`https://numpy.org`](https://numpy.org)."
196+
"J. Bradbury, R. Frostig, P. Hawkins, M. J. Johnson, C. Leary, D. Maclaurin, G. Necula, A. Paszke, J. VanderPlas, S. Wanderman-Milne and Q. Zhang. [*`JAX`: composable transformations of Python+NumPy programs*](https://github.com/jax-ml/jax), [`https://numpy.org`](https://numpy.org)."
197197
@Test md("WP_Schroedinger") ==
198198
"Wikipedia: [*Schrödinger equation*](https://en.wikipedia.org/wiki/Schrödinger_equation). Accessed on Oct 24, 2023."
199199
@Test md("SciPy") ==
@@ -313,7 +313,7 @@ end
313313
@Test md("TedRyd") ==
314314
"T. Corcovilos and D. S. Weiss. *Rydberg Calculations*. Private communication."
315315
@Test md("jax") ==
316-
"J. Bradbury, R. Frostig, P. Hawkins, M. J. Johnson, C. Leary, D. Maclaurin, G. Necula, A. Paszke, J. VanderPlas, S. Wanderman-Milne and Q. Zhang. [*`JAX`: composable transformations of Python+NumPy programs*](https://github.com/google/jax), [`https://numpy.org`](https://numpy.org)."
316+
"J. Bradbury, R. Frostig, P. Hawkins, M. J. Johnson, C. Leary, D. Maclaurin, G. Necula, A. Paszke, J. VanderPlas, S. Wanderman-Milne and Q. Zhang. [*`JAX`: composable transformations of Python+NumPy programs*](https://github.com/jax-ml/jax), [`https://numpy.org`](https://numpy.org)."
317317
@Test md("WP_Schroedinger") ==
318318
"Wikipedia: [*Schrödinger equation*](https://en.wikipedia.org/wiki/Schrödinger_equation). Accessed on Oct 24, 2023."
319319
@Test md("SciPy") ==
@@ -362,7 +362,7 @@ end
362362
@Test md("TedRyd") ==
363363
"Corcovilos, T. and Weiss, D. S. *Rydberg Calculations*. Private communication."
364364
@Test md("jax") ==
365-
"Bradbury, J.; Frostig, R.; Hawkins, P.; Johnson, M. J.; Leary, C.; Maclaurin, D.; Necula, G.; Paszke, A.; VanderPlas, J.; Wanderman-Milne, S. and Zhang, Q. [*`JAX`: composable transformations of Python+NumPy programs*](https://github.com/google/jax), [`https://numpy.org`](https://numpy.org)."
365+
"Bradbury, J.; Frostig, R.; Hawkins, P.; Johnson, M. J.; Leary, C.; Maclaurin, D.; Necula, G.; Paszke, A.; VanderPlas, J.; Wanderman-Milne, S. and Zhang, Q. [*`JAX`: composable transformations of Python+NumPy programs*](https://github.com/jax-ml/jax), [`https://numpy.org`](https://numpy.org)."
366366
@Test md("SciPy") ==
367367
"Jones, E.; Oliphant, T.; Peterson, P. and others (2001–). [*SciPy: Open source scientific tools for Python*](https://docs.scipy.org/doc/scipy/). Project website at [`https://scipy.org`](https://scipy.org)."
368368
@Test md("BrionPhd2004") ==

0 commit comments

Comments
 (0)