Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li><span class="glyphicon glyphicon-calendar"></span> {{ page.modified_date }}</li>
{% endif %}
{% if page.doi %}
<li><span class="glyphicon glyphicon-link"></span> <a href="http://dx.doi.org/{{ page.doi }}">doi: {{ page.doi }}</a></li>
<li><span class="glyphicon glyphicon-link"></span> <a href="https://doi.org/{{ page.doi }}">doi: {{ page.doi }}</a></li>
{% endif %}
<li><span class="glyphicon glyphicon-time"></span> <a href="{{ site.source_url }}/commits/master/{{ page.path }}">Version History</a></li>
<li><span class="glyphicon glyphicon-edit"></span> <a href="http://prose.io/#openingscience/book/edit/master/{{page.path}}">Send Edit Request</a></li>
Expand Down
12 changes: 6 additions & 6 deletions _posts/2013-08-08-reference_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,18 +287,18 @@ additional styles.
### Examples of citation styles

#### DOI
<http://dx.doi.org/10.1126/science.1197258>
<https://doi.org/10.1126/science.1197258>

#### shortDOI
<http://doi.org/dc3dhn>
<https://doi.org/dc3dhn>

#### APA

Wolfe-Simon, F., Blum, J. S., Kulp, T. R., Gordon, G. W., Hoeft, S. E., Pett-Ridge, J., & Oremland, R. S. (2011). A Bacterium That Can Grow by Using Arsenic Instead of Phosphorus. Science, 332(6034), 1163-1166. <doi:10.1126/science.1197258>

#### Vancouver

Wolfe-Simon F, Blum JS, Kulp TR, Gordon GW, Hoeft SE, Pett-Ridge J, et al. A Bacterium That Can Grow by Using Arsenic Instead of Phosphorus. Science [Internet]. American Association for the Advancement of Science; 2011 Jun 2;332(6034):11636. Available from: <http://dx.doi.org/10.1126/science.1197258>
Wolfe-Simon F, Blum JS, Kulp TR, Gordon GW, Hoeft SE, Pett-Ridge J, et al. A Bacterium That Can Grow by Using Arsenic Instead of Phosphorus. Science [Internet]. American Association for the Advancement of Science; 2011 Jun 2;332(6034):11636. Available from: <https://doi.org/10.1126/science.1197258>

#### Nature

Expand All @@ -309,7 +309,7 @@ Wolfe-Simon, F. et al. A Bacterium That Can Grow by Using Arsenic Instead of Pho
```
@article{wolfe_simon_2011,
title={A Bacterium That Can Grow by Using Arsenic Instead of Phosphorus},
volume={332}, url={<http://dx.doi.org/10.1126/science.1197258>},
volume={332}, url={<https://doi.org/10.1126/science.1197258>},
DOI={10.1126/science.1197258},
number={6034},
journal={Science},
Expand Down Expand Up @@ -345,7 +345,7 @@ VL - 332
PB - American Association for the Advancement of Science
DO - 10.1126/science.1197258
PY - 2011
UR - <http://dx.doi.org/10.1126/science.1197258>
UR - <https://doi.org/10.1126/science.1197258>
ER -
```

Expand All @@ -356,7 +356,7 @@ ER -
"volume": "332",
"issue": "6034",
"DOI": "10.1126/science.1197258",
"URL": "<http://dx.doi.org/10.1126/science.1197258>",
"URL": "<https://doi.org/10.1126/science.1197258>",
"title": "A Bacterium That Can Grow by Using Arsenic Instead of Phosphorus",
"container-title": "Science",
"publisher": "American Association for the Advancement of Science",
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-08-13-dynamic_publication_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ on phrasal analysis. In ACM Press, p. 1. doi:10.1145/1822258.1822291.

Mietchen, D., Hagedorn, G. & Förstner, K.U., 2011. Wikis in scholarly
publishing. *Information Services and Use*, 31(1-2), pp.53–59.
doi:http://dx.doi.org/10.3233/ISU-2011-0621.
doi:10.3233/ISU-2011-0621.

Parnell, L.D. et al., 2011. BioStar: An Online Question & Answer
Resource for the Bioinformatics Community P. E. Bourne, ed. *PLoS
Expand Down
4 changes: 2 additions & 2 deletions _posts/2013-08-26-making_data_citeable.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ The dataset:

**G.Yancheva, N. R. Nowaczyk et al** (2007). Rock magnetism and X-ray flourescence
spectrometry analyses on sediment cores of the Lake Huguang Maar, Southeast China, *PANGAEA*
doi:[10.1594/PANGAEA.587840](http://dx.doi.org/10.1594/PANGAEA.587840)
doi:[10.1594/PANGAEA.587840](https://doi.org/10.1594/PANGAEA.587840)

Is a supplement to the article:

**G. Ycheva, N. R. Nowaczyk et al** (2007). Influence of the intertropical
convergence zone on the East Asian monsoon *Nature* 445, 74-77 doi:[10.1038/nature05431](http://dx.doi.org/10.1038/nature05431)
convergence zone on the East Asian monsoon *Nature* 445, 74-77 doi:[10.1038/nature05431](https://doi.org/10.1038/nature05431)

Since 2005, TIB has been an official DOI Registration Agency with a
focus on the registration of research data. The role of TIB is that of
Expand Down
Loading