Skip to content

Commit 8c45c45

Browse files
committed
doc: added publications section
1 parent efb4aeb commit 8c45c45

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

docs/publications.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Publications
2+
3+
4+
Bartolini, A., Beneventi, F., Borghesi, A., Cesarini, D., Libri, A., Benini, L., & Cavazzoni, C. (2019). Paving the way toward energy-aware and automated datacentre. *Workshop Proceedings of the 48th International Conference on Parallel Processing*, 1–8. (1)
5+
{ .annotate }
6+
7+
1. `@inproceedings{bartolini2019paving,
8+
title={Paving the way toward energy-aware and automated datacentre},
9+
author={Bartolini, Andrea and Beneventi, Francesco and Borghesi, Andrea and Cesarini, Daniele and Libri, Antonio and Benini, Luca and Cavazzoni, Carlo},
10+
booktitle={Workshop Proceedings of the 48th International Conference on Parallel Processing},
11+
pages={1--8},
12+
year={2019}
13+
}`[:fontawesome-brands-google-scholar:](https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/388104/ICPP_Paving_Bartolini.pdf?sequence=4)
14+
15+
Beneventi, F., Bartolini, A., Cavazzoni, C., & Benini, L. (2017). Continuous learning of HPC infrastructure models using big data analytics and in-memory processing tools. *Design, Automation & Test in Europe Conference & Exhibition (DATE), 2017*, 1038–1043. IEEE. (1)
16+
{ .annotate }
17+
18+
1. `@inproceedings{beneventi2017continuous,
19+
title={Continuous learning of HPC infrastructure models using big data analytics and in-memory processing tools},
20+
author={Beneventi, Francesco and Bartolini, Andrea and Cavazzoni, Carlo and Benini, Luca},
21+
booktitle={Design, Automation \& Test in Europe Conference \& Exhibition (DATE), 2017},
22+
pages={1038--1043},
23+
year={2017},
24+
organization={IEEE}
25+
}`[:fontawesome-brands-google-scholar:](https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/192078/2016_DATE_Beneventi_FP.pdf?sequence=4)
26+
27+
28+

mkdocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ theme:
2020
- search:
2121
lang: en
2222
prebuild_index: true
23+
icon:
24+
annotation: material/arrow-right-circle
2325

2426
plugins:
2527
- blog
@@ -44,6 +46,10 @@ markdown_extensions:
4446
- pymdownx.superfences
4547
- attr_list
4648
- md_in_html
49+
- pymdownx.superfences
50+
- pymdownx.emoji:
51+
emoji_index: !!python/name:material.extensions.emoji.twemoji
52+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
4753

4854
nav:
4955
- Home: "index.md"
@@ -64,6 +70,7 @@ nav:
6470
- About: "About.md"
6571
- Credits: "credits.md"
6672
- Contact Us: "contactus.md"
73+
- Publications: "publications.md"
6774
- Blog:
6875
- blog/index.md
6976

0 commit comments

Comments
 (0)