Skip to content

Commit

Permalink
The Template is Here
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCodingWolfie committed Apr 11, 2023
0 parents commit 6b675ed
Show file tree
Hide file tree
Showing 11 changed files with 4,705 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<p align="center">
<img src="icon.svg" width=138>
</p>
<h1 align="center">Pandoc Template</h1>
<p align="center"><strong><em>The</em> Pandoc template <em>made for</em> academic papers with a personal style</strong></p>
<p align="center">
<img src="output.png" alt="The Paper" />
</p>

# Usage

```bash
$ ./pandoc.sh
```
52 changes: 52 additions & 0 deletions bib.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
@report{lbnl2016,
title = {United {{States Data Center Energy Usage Report}}},
author = {Shehabi, Arman and Smith, Sarah and Sartor, Dale and Brown, Richard and Herrlin, Magnus and Koomey, Jonathan and Masanet, Eric and Horner, Nathaniel and Azevedo, Inês and Lintner, William},
date = {2016-06-01},
number = {LBNL--1005775, 1372902},
pages = {LBNL--1005775, 1372902},
institution = {{U.S. Department of Energy}},
location = {{Lawrence Berkeley National Laboratory}},
doi = {10.2172/1372902},
url = {http://www.osti.gov/servlets/purl/1372902/},
urldate = {2022-10-26},
langid = {english},
}

@report{iea2022,
title = {Data {{Centres}} and {{Data Transmission Networks}}},
author = {Kamiya, George},
date = {2022-09},
institution = {{International Energy Agency}},
url = {https://www.iea.org/reports/data-centres-and-data-transmission-networks}
}

@article{mytton2020,
title = {Data Centre Water Consumption},
author = {Mytton, David},
date = {2021-12},
journaltitle = {npj Clean Water},
shortjournal = {npj Clean Water},
volume = {4},
number = {1},
pages = {11},
issn = {2059-7037},
doi = {10.1038/s41545-021-00101-w},
url = {https://www.nature.com/articles/s41545-021-00101-w},
urldate = {2022-10-26},
langid = {english},
}

@article{holzmann2015,
title = {Code {{Inflation}}},
author = {Holzmann, Gerard J.},
date = {2015-03},
journaltitle = {IEEE Software},
shortjournal = {IEEE Softw.},
volume = {32},
number = {2},
pages = {10--13},
issn = {0740-7459},
doi = {10.1109/MS.2015.40},
url = {http://ieeexplore.ieee.org/document/7057573/},
urldate = {2022-10-26},
}
Loading

0 comments on commit 6b675ed

Please sign in to comment.