https://github.com/bbopt/bibtex

File containing all our bib items for LaTeX documents

https://github.com/bbopt/bibtex

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

bibtex
Last synced: 9 months ago · JSON representation

Repository

File containing all our bib items for LaTeX documents

Basic Info
  • Host: GitHub
  • Owner: bbopt
  • License: gpl-3.0
  • Language: TeX
  • Default Branch: master
  • Homepage:
  • Size: 4.49 MB
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 9
  • Open Issues: 2
  • Releases: 0
Topics
bibtex
Created about 6 years ago · Last pushed 10 months ago
Metadata Files
Readme License

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 BIBTEX to point to the top of this repository. For example if you cloned this repository to /some/dir/bibtex then export BIBTEX=/some/dir/bibtex. Next, add BIBTEX to BIBINPUTS with export BIBINPUTS=$BIBTEX:$BIBINPUTS. You can also simply run install.sh.

  • Inside your LaTeX documents you can use it with \bibliography{bibliography}.

  • To check if new bib items have been added git pull inside the folder containing bibliography.bib. You can use cd $BIBTEX to 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

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)
Top Labels
Issue Labels
Pull Request Labels