Skip to content

Commit 45983d1

Browse files
authored
Add SCIONLab paper reference to homepage (#419)
1 parent 1061134 commit 45983d1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

scionlab/templates/scionlab/home.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,28 @@ <h4>About SCIONLab</h4>
103103
</li>
104104
</ul>
105105

106+
107+
<hr class="mt-5">
108+
<h4>Reference</h4>
109+
110+
<dl>
111+
<dt>SCIONLab: A Next-Generation Internet Testbed</dt>
112+
<dd>
113+
Jonghoon Kwon, Juan A. García-Pardo, Markus Legner, François Wirz, Matthias Frei, David Hausheer, and Adrian Perrig. In Proceedings of the IEEE International Conference on Network Protocols (ICNP) 2020.
114+
<details>
115+
<summary><span class="btn-link">[bibtex]</span>
116+
<a href="https://netsec.ethz.ch/publications/papers/icnp2020_scionlab.pdf" target="_blank">[pdf]</a>
117+
</summary>
118+
<pre><code>@inproceedings{kwon2020scionlab,
119+
author = {Jonghoon Kwon and Juan A. Garc{\'i}a-Pardo and Markus Legner and Fran{\c{c}}ois Wirz and Matthias Frei and David Hausheer and Adrian Perrig},
120+
booktitle = {Proceedings of the IEEE International Conference on Network Protocols (ICNP)},
121+
title = {{SCIONLab}: A Next-Generation {Internet} Testbed},
122+
year = {2020},
123+
url = {<a href="https://netsec.ethz.ch/publications/papers/icnp2020_scionlab.pdf" target="_blank">https://netsec.ethz.ch/publications/papers/icnp2020_scionlab.pdf</a>},
124+
keywords = {scion},
125+
}</code></pre>
126+
</details>
127+
</dd>
128+
129+
106130
{% endblock content %}

0 commit comments

Comments
 (0)