Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egarpor/directionalstatsbib
A curated BibTeX file with more than 1700 contributions in Directional Statistics
https://github.com/egarpor/directionalstatsbib
bibtex directional-statistics
Last synced: 7 days ago
JSON representation
A curated BibTeX file with more than 1700 contributions in Directional Statistics
- Host: GitHub
- URL: https://github.com/egarpor/directionalstatsbib
- Owner: egarpor
- License: cc-by-sa-4.0
- Created: 2020-05-13T17:30:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T23:48:23.000Z (over 2 years ago)
- Last Synced: 2023-02-27T10:57:22.711Z (over 1 year ago)
- Topics: bibtex, directional-statistics
- Language: TeX
- Homepage:
- Size: 10.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DirectionalStats.bib
====================
[![License](https://img.shields.io/badge/license-CC_BY--SA_4.0-blue.svg)](https://creativecommons.org/licenses/by-sa/4.0/)`DirectionalStats.bib` is a curated BibTeX file with the details of virtually all publications on Directional Statistics published to date. The initial version was compiled by Arthur Pewsey and Eduardo García-Portugués to accompany the invited discussion paper *Recent advances in directional statistics* ([doi:10.1007/s11749-021-00759-x](https://doi.org/10.1007/s11749-021-00759-x)), published in *Test*.
## Usage
[Retrieve the most updated version](https://raw.githubusercontent.com/egarpor/DirectionalStatsBib/master/DirectionalStats.bib) (right click and "Save as") and use it with `\bibliography{DirectionalStats}` in your LaTeX document. For the compatibility of certain characters, consider adding `\usepackage[T1]{fontenc}` in your LaTeX preamble.
The entries are sorted alphabetically by their type (first `@article`s, second `@book`s, etc), then inverse chronological order, then alphabetical order from the author's surname. The fields of each entry are sorted according to the following order: title, subtitle, author, year, journal, fjournal, booktitle, booksubtitle, publisher, address, series, volume, number, pages, editor, edition, note, url, doi.
## Contribution
You are most welcome to contribute the details of any paper related to Directional Statistics (or relevant to the field) and report typos. Please contribute new entries following the template style and with full publishing information. The simplest way to do so is to search previous entries (`@article`, `@book`, `@collection`, `@incollection`, `@inproceedings`, `@manual`, etc.) and imitate as close as possible. To contribute entries, either open a pull request or reach out by email.
## Citation
If you found `DirectionalStats.bib` useful, you may consider citing the *Test* paper:
```
@article{Pewsey2021,
title = {Recent advances in directional statistics},
author = {Pewsey, A. and Garc\'ia-Portugu\'es, E.},
year = {2021},
journal = {Test},
fjournal = {Test},
volume = {30},
number = {1},
pages = {1--58},
doi = {10.1007/s11749-021-00759-x}
}
```## License
All the material in this repository is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).