Skip to content

Commit

Permalink
docs(README): add Citation section (#124)
Browse files Browse the repository at this point in the history
* docs(README): Add Citation and papers section

* chore: restructure BibTex citation format, remove papers section

---------

Co-authored-by: Óscar Carrasco <[email protected]>
  • Loading branch information
endes0 and oxcabe authored Mar 18, 2024
1 parent 858200f commit 7eed900
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,21 @@ pnpm build

The generated build will be available in the `dist/` directory generated in the root directory of the project. The static files can be served using a HTTP server, such as [Apache httpd](https://httpd.apache.org/), [NGINX](https://www.nginx.com/) or [Traefik](https://traefik.io/).

## Citation

In papers and reports, please refer to SIMDE using the following _BibTex_ entry:

```tex
@misc{SIMDE,
author = {Castilla Rodríguez, Iván and Abreu González, Adrián and Díaz Arteaga, Melissa and Carrasco Benítez, Óscar and La Spina, Francesco},
title = {Simulador para Planificación Dinámica y Estática},
year = {2017},
publisher = {GitHub},
journal = {GitHub repository},
note = {\url{https://github.com/SIMDE-ULL/SIMDE}}
}
```

## Contributing
See [CONTRIBUTING](CONTRIBUTING.md).

Expand Down

0 comments on commit 7eed900

Please sign in to comment.