# gost \*.csl files for *Mendeley*, *Zotero*, *Papers*, *Markdown* (ГОСТ 2008). ## Styles | Syle Name | Inline Citation | Bibliography Sort | | ----------------- | ----------------------------- | :----------------------: | | [:arrow_down:](https://raw.githubusercontent.com/ternikov/gost/master/gost-2008-num.csl "gost-2008-num.csl") `gost-2008-num` | [number] | alphabetic | | [:arrow_down:](https://raw.githubusercontent.com/ternikov/gost/master/gost-2008-plain.csl "gost-2008-plain.csl") `gost-2008-plain` | (Author, year) | alphabetic | | [:arrow_down:](https://raw.githubusercontent.com/ternikov/gost/master/gost-2008-law.csl "gost-2008-law.csl") `gost-2008-law` | [\#]Footnotes | source type & alphabetic | ## Examples `gost-2008-law`
#### Inline Citations (in Russian) 1 Hazledine T. Price discrimination in Cournot–Nash oligopoly // Economics Letters. 2006. Т. 93. № 3.
2 Ситуационный центр региона [Электронный ресурс]. Режим доступа: http://www.prognoz.ru/products/line/situation-center.
3 Гражданский кодекс Российской Федерации (ГК РФ).
4 Иванов А. А. Продюсер в отношениях с субъектами авторских и смежных прав // Вестник Поволжского института управления. 2015. № 4 (49).
5 Yuan F., Gao J., Wang L. и др. Co-location of manufacturing and producer services in Nanjing, China // Cities. 2017. Т. 63.
6 `suppress author` Эконометрика. Начальный курс. М.: Дело, 2004. `С. 5–10.` #### Bibliography (in Russian) 1. Гражданский кодекс Российской Федерации (ГК РФ) `statute` 2. Катышев П. К., Пересецкий А. А. Эконометрика. Начальный курс. М.: Дело, 2004. 576 с. `book` 3. Yuan F., Gao J., Wang L. и др. Co-location of manufacturing and producer services in Nanjing, China // Cities. 2017. Т. 63. С. 81–91. `chapter` 4. Иванов А. А. Продюсер в отношениях с субъектами авторских и смежных прав // Вестник Поволжского института управления. 2015. № 4 (49). С. 1–20. `article-journal` 5. Hazledine T. Price discrimination in Cournot–Nash oligopoly // Economics Letters. 2006. Т. 93. № 3. С. 413–420. `article-journal` 6. Ситуационный центр региона [Электронный ресурс]. Режим доступа: http://www.prognoz.ru/products/line/situation-center. (дата обращения: 08.02.2017). `webpage`

> Main Destinctions in English:
> `c.` --- `p.`
> `№` --- `No.`
> `Т.` --- `Vol.`
> `и др.` --- `et al.`
>### Sorting by Source Type (\*.csl) in `gost-2008-law` >1st priority: `legislation` `bill`
>2nd priority: `book` `chapter`
>3rd priority: `article-journal`
>4th priority: `article-magazine`
>5th priority: `article-newspaper`
>6th priority: `thesis`
>7th priority: `webpage`
>8th priority: `report`
>9th priority: the other ### Mendeley vs. CSL types | Mendeley | CSL | | Mendeley | CSL | | --------------------- | -------------------- | --- | -------------------- | ------------------- | |Generic | `article` | | Journal Article | `article-journal` | |Bill | `bill` | | Magazine Article | `article-magazine` | |Book | `book` | | Newspaper Article | `article-newspaper` | |Book Section | `chapter` | | Patent | `patent` | |Case | `article` | | Report | `report` | |Computer Program | `article` | | Statute | `legislation` | |Conference Proceedings | `paper-conference` | | Thesis | `thesis` | |Encyclopedia Article | `entry-encyclopedia` | | Television Broadcast | `broadcast` | |Film | `motion_picture` | | Web Page | `webpage` | |Hearing | `speech` | | Working Paper | `article` | ## Markdown ``` --- title: "Sample Document" bibliography: references.bib csl: gost-2008-plain.csl --- [@article_code] # References ```