https://github.com/altaris/bibliography
My main bibliography file :books:
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.0%) to scientific vocabulary
Keywords
Repository
My main bibliography file :books:
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
何それ:question::exclamation:
This repo stores by main bibliography .bib file. If you read this, you
probably are collaborating with me (sorry about that) on writing a TeX
document.
Contributing
The preferred way to edit the bibliography is by using Jabref. Regardless, here is a couple guidelines :pray:
1. The BibTeX key
It should be the name of the first author (first letter capitalized, all
accents and spaces removed), followed by the year. If that key is aleady used,
add a lowercase letter. Here are some examples:
@Book{Adamek1994a,
title = {Locally presentable and accessible categories},
publisher = {Cambridge University Press, Cambridge},
year = {1994},
author = {Ad{\'{a}}mek, Ji{{\v{r}}}{\'{i}} and Rosick{\'{y}}, Ji{{\v{r}}}{\'{i}}},
volume = {189},
series = {London Mathematical Society Lecture Note Series},
isbn = {0-521-42261-2},
doi = {10.1017/CBO9780511600579},
keywords = {18Axx (18-02)},
mrnumber = {1294136},
pages = {xiv+316},
}
2. Names
The author field is list of names (of the authors), and should satisfy the
following grammar:
AUTHOR_FIELD_VALUE ::= {AUTHOR_LIST}
AUTHOR_LIST ::= AUTHOR_NAME
| AUTHOR_NAME and AUTHOR_LIST
AUTHOR_NAME ::= first_name, last_name
(it is not LL1 but i'm sure you can manage)
3. Special characters
Do not assume unicode is supported, so use LaTeX macros instead of special characters directly. Here is a usefule cheatsheet for accents.
Testing
A test TeX file is present in directory (test)[test/]. You can compile it by
running
sh
cd test
make
The output pdf should display the whole bibliography.
References
Owner
- Name: Cédric
- Login: altaris
- Kind: user
- Location: Japan
- Company: RIKEN
- Website: https://cedric.hothanh.fr
- Repositories: 45
- Profile: https://github.com/altaris
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0