https://github.com/carlganz/csuntemplate
R Markdown template for CSUN Master Thesis
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found 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 (11.5%) to scientific vocabulary
Keywords
r
rmarkdown
rmarkdown-article-template
thesis-template
Last synced: 9 months ago
·
JSON representation
Repository
R Markdown template for CSUN Master Thesis
Basic Info
- Host: GitHub
- Owner: carlganz
- License: cc-by-sa-4.0
- Language: TeX
- Default Branch: master
- Size: 426 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
- Releases: 0
Topics
r
rmarkdown
rmarkdown-article-template
thesis-template
Created over 9 years ago
· Last pushed over 9 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
[](https://travis-ci.org/carlganz/CSUNtemplate)
# CSUN Master Thesis R Markdown Template
For many graduate students, the hardest part of writing their thesis is not the content of their research, but rather getting their thesis formatted correctly. Students spend hours learning esoteric LaTeX commands instead of studying or enjoying life.
Now with the `CSUNtemplate` R package, CSUN students can write their Thesis in [R Markdown](http://rmarkdown.rstudio.com/), which is much simpler to work with than LaTeX, without losing any functionality (it's still just LaTeX under-the-hood).
## Installation
```{R, eval=FALSE}
install.packages("devtools")
install.packages("rmarkdown")
devtools::install_github("carlganz/CSUNtemplate")
```
## Pandoc
You must install [Pandoc](http://pandoc.org/), which comes bundled with RStudio. You will also need to install [LaTeX](https://www.latex-project.org/).
# Usage
## Opening Template
Once you have installed all the dependencies, the CSUN template will be accessible like any other R Markdown template. You can begin working with the template using the RStudio IDE by selecting File->New File->RMarkdown... and selecting the CSUN Template from the template panel. Outside of RStudio you can acheive the same result with:
```{R, eval=FALSE}
rmarkdown::draft("path/to/new/folder",
"CSUN_Thesis",
package = "CSUNtemplate")
```
## Working with template
The template R Markdown file behaves like any other R Markdown file, so please refer to the [R Markdown Documentation](http://rmarkdown.rstudio.com/).
Metadata is kept in [YAML](http://www.yaml.org/) format at the top of the file. This allows students to specify LaTex and other parameters without explicitely digging into the LaTeX code.
Students can easily integrate raw LaTeX, and computer code into their thesis.
# Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
Owner
- Name: Carl Ganz
- Login: carlganz
- Kind: user
- Location: Los Angeles
- Twitter: carlishganzino
- Repositories: 9
- Profile: https://github.com/carlganz
Some kind of programer
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- drfurtado (1)