| 54129d2f | 07-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Consolidate .bib files
Combine all BibTeX files into a single petsc.bib in the doc root.
Tag all entries from petscapp.bib (things which use PETSc) by adding a field
petsc_uses={KSP}
This
Docs: Consolidate .bib files
Combine all BibTeX files into a single petsc.bib in the doc root.
Tag all entries from petscapp.bib (things which use PETSc) by adding a field
petsc_uses={KSP}
This assumes that KSP is the (only) component being used, which is not accurate. This field can be refined later if desired to more accurately keep track of references which use various components.
Untag the things used in the PETSc citations.
Add some brief instructions to the top of the file.
Leave most interstitial comments.
Remove duplicate entries.
show more ...
|