https://github.com/bbopt/bibtex
File containing all our bib items for LaTeX documents
Science Score: 36.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
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Keywords
Repository
File containing all our bib items for LaTeX documents
Basic Info
Statistics
- Stars: 5
- Watchers: 3
- Forks: 9
- Open Issues: 2
- Releases: 0
Topics
Metadata Files
README.md
bibtex
File containing all our bib items, for LaTeX documents
Installing
Clone this repository with
git clone https://github.com/bbopt/bibtex.git.Set the environment variable
BIBTEXto point to the top of this repository. For example if you cloned this repository to/some/dir/bibtexthenexport BIBTEX=/some/dir/bibtex. Next, addBIBTEXtoBIBINPUTSwithexport BIBINPUTS=$BIBTEX:$BIBINPUTS. You can also simply runinstall.sh.Inside your LaTeX documents you can use it with
\bibliography{bibliography}.To check if new bib items have been added
git pullinside the folder containingbibliography.bib. You can usecd $BIBTEXto place you directly in the appropriate folder.
Pattern for new items
- Be sure that the item is not already somewhere in the bibliography.bib file
- Respect the indentation
- Do not add other fields other than the ones in the patterns below
- NEVER change a key, even if it is not standard or with the wrong year
For a journal article
@article{XXX, % use first letters of authors names + year
Author = {}, % keep only family name: C. Audet and not Charles Audet
Title = {{}}, % double braces to respect lower/upper cases
Journal = {}, % full name
Volume = {},
Number = {},
Pages = {}, % with format 34--45 with two "-"
Year = {},
Doi = {},
Url = {http://dx.doi.org/},
Date-Added = {2021-03-xx},
Date-Modified = {2021-03-xx}
} % added by NAME
For a Cahier du GERAD
@techreport{XXX2,
Author = {},
Title = {{}},
Institution = {Les cahiers du GERAD},
Number = {G-2020-XX},
Year = {2020},
Url = {http://www.optimization-online.org/XXX},
ArxivUrl = {http://arxiv.org/XXX},
Date-Added = {2021-03-xx},
Date-Modified = {2021-03-xx}
} % added by NAME
Owner
- Name: Blackbox Optimization
- Login: bbopt
- Kind: organization
- Email: nomad@gerad.ca
- Location: Montréal, Qc, Canada
- Website: https://www.gerad.ca/nomad
- Repositories: 9
- Profile: https://github.com/bbopt
GitHub organization of the research group from Polytechnique Montréal and GERAD for derivative-free and blackbox optimization
GitHub Events
Total
- Member event: 3
- Issue comment event: 1
- Push event: 39
- Pull request event: 10
- Fork event: 1
Last Year
- Member event: 3
- Issue comment event: 1
- Push event: 39
- Pull request event: 10
- Fork event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: about 2 hours
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: about 2 hours
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- amontoison (1)
Pull Request Authors
- XavierLebeuf (8)
- edhhan (4)