Skip to content

Commit 0279a94

Browse files
authored
Merge pull request #2 from abecerra/dev
Capitalize acronyms
2 parents 4a7ab97 + d8ef66c commit 0279a94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ PubMed, DOI and Google.
1111
./pubid2bib.py publicationId1 publicationId2 ... publicationIdN
1212
```
1313

14-
Where publicationIds are well formed pmids or dois for scientific papers
15-
or isbns for books.
14+
Where publicationIds are well formed PMIDs or DOIs for scientific papers
15+
or ISBNs for books.
1616

1717
Example:
1818

@@ -94,9 +94,9 @@ if __name__ == '__main__':
9494

9595
## Abbreviations
9696

97-
pmid: <a href="https://en.wikipedia.org/wiki/PubMed#PubMed_identifier">PubMed identifier</a>
97+
PMID: <a href="https://en.wikipedia.org/wiki/PubMed#PubMed_identifier">PubMed identifier</a>
9898

99-
doi: <a href="https://www.doi.org/the-identifier/what-is-a-doi/">Digital Object Identifier</a>
99+
DOI: <a href="https://www.doi.org/the-identifier/what-is-a-doi/">Digital Object Identifier</a>
100100

101-
isbn: <a href="https://en.wikipedia.org/wiki/ISBN">International Standard Book Number</a>
101+
ISBN: <a href="https://en.wikipedia.org/wiki/ISBN">International Standard Book Number</a>
102102

0 commit comments

Comments
 (0)