-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6b675ed
Showing
11 changed files
with
4,705 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}, | ||
} |
Oops, something went wrong.