shakty / socialbib

Collection of .bib files that I use when I write papers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOCIALBIB v.0.6.0

Collection of bibtex files maintained by Stefano Balietti.

Bib files are organized by topic-areas. Topics are social science related, with a special focus on computational, experimental, and data driven methods. Philosophy of science works are also included.

Use and Contribute

You are free to use the files below for any use. You are welcome to contribute by adding your own bibtex entries following the formatting guidelines below.

Formatting Guidelines

  • Keep the information to essential: do not add abstracts, do not add a publisher field into articles entries, do not add DOI or external links unless they are strictly necessary to locate the referenced material.

  • Values should be enclosed in curly brackets, not quotes. See examples below.

  • All words in titles are capitalized, excluding stop words such as: of, the, in at, etc. For example:

    title = {The Beauty of Science: Theory and Applications},

  • Use only the initials for first names. The author field should be formatted as follows:

    author = {Lastname1, Initials1 and Lastname2, Initials2},

  • Entry labels should include the last name of the first author in full, one or more keywords identifying the content of the work, and the year of publication. Underscore is used to separate words. Everything should be lowercase. Example:

    @article{balietti_fragmentation_2015,

  • Online entries should be registered as @misc and added at the end of the file.

License

Copyright (C) 2015 Stefano Balietti

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Collection of .bib files that I use when I write papers


Languages

Language:TeX 100.0%