https://github.com/spack/spack-bibliography
Citations for papers, tutorials, and presentations involving Spack
https://github.com/spack/spack-bibliography
Last synced: about 2 months ago
JSON representation
Citations for papers, tutorials, and presentations involving Spack
- Host: GitHub
- URL: https://github.com/spack/spack-bibliography
- Owner: spack
- License: other
- Created: 2019-06-25T19:00:36.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T00:40:25.000Z (almost 5 years ago)
- Last Synced: 2025-06-05T21:48:41.492Z (11 months ago)
- Language: TeX
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Spack Bibliography
This repository contains BibTeX files with citations of publications,
presentations, tutorials, etc. relating to
[Spack](https://github.com/spack/spack)
## Building
You'll need a decent [LaTeX](https://www.latex-project.org/) installation
with `pdflatex` and `bibtex`, as well as `make`.
```
$ make
$ open ./spack-bibliography.pdf
```
## Editing
Bibliography files are in `bib/*.bib` in TeX format. You can edit any of
these to add new Spack-related events to the repo.
If you need to add a whole new section, look at the structure of
`spack-bibliography.tex`. We use
[multibib](https://ctan.org/pkg/multibib?lang=en) to build a simple
document with multiple bibliography sections. You'll need to add a new
`multibib` section and a new file in `bib/`.
## License
Spack is distributed under the terms of both the MIT license and the
Apache License (Version 2.0). Users may choose either license, at their
option.
All new contributions must be made under both the MIT and Apache-2.0
licenses.
See [LICENSE-MIT](https://github.com/spack/spack-bibliography/blob/master/LICENSE-MIT),
[LICENSE-APACHE](https://github.com/spack/spack-bibliography/blob/master/LICENSE-APACHE),
[COPYRIGHT](https://github.com/spack/spack-bibliography/blob/master/COPYRIGHT), and
[NOTICE](https://github.com/spack/spack-bibliography/blob/master/NOTICE) for details.
SPDX-License-Identifier: (Apache-2.0 OR MIT)
LLNL-CODE-811652