-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.Rmd
75 lines (47 loc) · 3.02 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# hadamardown
<!-- badges: start -->
```{r, echo = FALSE}
version <- as.vector(read.dcf('DESCRIPTION')[, 'Version'])
version <- gsub('-', '.', version)
```
![packageversion](https://img.shields.io/badge/package%20version-`r version`-orange.svg)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![R build status](https://github.com/abichat/hadamardown/workflows/R-CMD-check/badge.svg)](https://github.com/abichat/hadamardown/actions)
![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)
<!-- badges: end -->
The **hadamardown** package provides a handy template to write a PhD thesis for **Université Paris-Saclay** and **École Doctorale de Mathématiques Hadamard** with R and markdown. It is based on the [thesisdown](https://github.com/ismayc/thesisdown) package.
`r emo::ji("warning")` Don't forget to check that the templates provided by **hadamardown** are up to date with the official ones. If not, please fill an [issue](https://github.com/abichat/hadamardown/issues/new).
## Installation
You can install **hadamardown** from GitHub with:
```{r installation, eval=FALSE}
# install.packages("remotes")
remotes::install_github("abichat/hadamardown")
```
## Example
Front page | Back cover
:-------------------------:|:-------------------------:
<img src="inst/img/cover.jpg"/> | <img src="inst/img/back.jpg"/>
Official Saclay templates are provided [here](https://www.universite-paris-saclay.fr/research/textes-de-reference/documents-de-reference-relatifs-la-soutenance-de-la-these#model-cover).
The HTML output is the same as the [thesisdown one](https://thesisdown.netlify.com).
## Using hadamardown
You can find general documentation for [bookdown](https://bookdown.org/yihui/bookdown/) or [thesisdown](https://github.com/ismayc/thesisdown) on their respective pages.
Once you have LaTeX, RStudio and **hadamardown** installed on your computer (check [here](https://github.com/ismayc/thesisdown#using-thesisdown-from-chesters-github)), use
`File > New File > R Markdown... > From template` and then select EDMH Thesis.
<img src="inst/img/new_r_markdown.png"/>
You need to use `index` for the name (to ensure you have a `index.html` file at the end) but you can change your directory name later.
You need to fill fields in the YAML to customize your manuscript according to Saclay and EDMH standards.
Please feel free to create an issue or a pull request if you notice a typo or a lack of updates in graphics guidelines or you want to contribute to the package.
## Manuscripts with hadamardown
* [Discovering multi-scale metagenomic signatures through hierarchical organization of species](https://abichat.github.io/thesis/) by Antoine Bichat (2020).