latex-template-pnas
A LaTeX template adapted from the PNAS format, this is includes all the necessary components to work with Visual Studio Code, including but not limited to: Visual Studio Code tasks, custom syntax highlighting for LaTeX, a custom dictionary (spell checker).
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Repository
A LaTeX template adapted from the PNAS format, this is includes all the necessary components to work with Visual Studio Code, including but not limited to: Visual Studio Code tasks, custom syntax highlighting for LaTeX, a custom dictionary (spell checker).
Basic Info
- Host: GitHub
- Owner: dereckmezquita
- Language: TeX
- Default Branch: master
- Size: 3.82 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
latex-template-pnas
A LaTeX template adapted from the PNAS format, this is includes all the necessary components to work with Visual Studio Code, including but not limited to: Visual Studio Code tasks, custom syntax highlighting for LaTeX, a custom dictionary (spell checker).
Export to word
pandoc -s main.tex -o main.odt
Tools required
This template is built to work with Visual Studio Code plus the following extensions:
- Code Spell Checker
- Dracula At Night
- GitLens — Git supercharged
- LaTeX Snippets
- LaTeX Workshop
- latex-formatter
Structure
The following describes the parts of the template.
.vscode directory contains: - dictionary.txt - works in conjunction with Code Spell Checker extension, adds words to ignore. - cSpell.json - works in conjunction with Code Spell Checker extension, adds words to ignore. - settings.json - custom settings for working with LaTeX, custom theme colours better highlight syntax with dark themes. - task.json - exection direction for compiling the document.
- figures - contains place holder figures.
- citations.bib - place holder references in bib format.
The following style sheets and two custom packages are included: - pnas-new.bst - pnas-new.cls - pnasresearcharticle.sty - widetext.sty
The main tex file is: latex-template-pnas.tex
Usage
Simply install the abovementioned software and extensions then save.
Owner
- Name: Dereck Mezquita
- Login: dereckmezquita
- Kind: user
- Location: Houston, Texas - America
- Company: Baylor College of Medicine
- Website: https://derecksprojects.com
- Repositories: 68
- Profile: https://github.com/dereckmezquita
Scientist, Bioinformatician
Citation (citations.bib)
@inproceedings{belkin2002using,
title={Using manifold stucture for partially labeled classification},
author={Belkin, Mikhail and Niyogi, Partha},
booktitle={Advances in neural information processing systems},
pages={929--936},
year={2002}
}
@article{berard1994embedding,
title={Embedding Riemannian manifolds by their heat kernel},
author={B{\'e}rard, Pierre and Besson, G{\'e}rard and Gallot, Sylvain},
journal={Geometric \& Functional Analysis GAFA},
volume={4},
number={4},
pages={373--398},
year={1994},
publisher={Springer}
}
@article{coifman2005geometric,
title={Geometric diffusions as a tool for harmonic analysis and structure definition of data: Diffusion maps},
author={Coifman, Ronald R and Lafon, Stephane and Lee, Ann B and Maggioni, Mauro and Nadler, Boaz and Warner, Frederick and Zucker, Steven W},
journal={Proceedings of the National Academy of Sciences of the United States of America},
volume={102},
number={21},
pages={7426--7431},
year={2005},
publisher={National Acad Sciences}
}