зеркало из
https://github.com/M82-project/Bibliography.git
synced 2025-10-29 13:06:06 +02:00
38 строки
861 B
Markdown
38 строки
861 B
Markdown
# Bibliography
|
|
|
|
## Purpose
|
|
|
|
Hello, here is an attempt to establish a shared bibliography in BibTex format (to facilitate exports to Zotero :)) Thank you for contributing by respecting the formalism below.
|
|
|
|
Bonjour, voici une tentative d'établir une bibliographie partagée en format BibTex (pour faciliter les exports vers Zotero :))
|
|
|
|
Merci de contribuer en respectant le formalisme ci-dessous.
|
|
|
|
```bibtex
|
|
@book{étiquette,
|
|
|
|
author = {},
|
|
|
|
title = {},
|
|
|
|
year = {},
|
|
|
|
publisher = {},
|
|
|
|
address = {},
|
|
|
|
note = {},
|
|
|
|
isbn = {}}
|
|
```
|
|
|
|
Want to know more about BibTeX ? => <https://www.bibtex.com/g/bibtex-format/>
|
|
|
|
## How to contribute
|
|
|
|
If you want to contribute to this bibliography, you can follow this [tutorial](./doc/CONTRIBUTING.md).
|
|
|
|
## Comment participer
|
|
|
|
Si vous souhaitez participer à cette bibliographie, vous pouvez suivre ce [tutoriel](./doc/CONTRIBUER.md).
|