diff --git a/src/static/stylus/home.styl b/src/static/stylus/home.styl index 5a0675e6c..3a3e06601 100644 --- a/src/static/stylus/home.styl +++ b/src/static/stylus/home.styl @@ -226,6 +226,19 @@ body .color-header color #4a4a4a +#cite-container + padding 2em + align-items left + + +#cite-container .row + margin 2em + padding 1em !important + background-color #F8F9FA + +#cite-container pre + text-align left + .footer.segment padding 2em margin 1em 7.5em diff --git a/src/templates/pages/home.html b/src/templates/pages/home.html index 1d7cef45f..9f9963958 100644 --- a/src/templates/pages/home.html +++ b/src/templates/pages/home.html @@ -32,7 +32,7 @@

- +
About CodaBench @@ -68,6 +68,7 @@

+
{% for stat in general_stats %}
@@ -83,6 +84,7 @@

{% endfor %}

+
About CodaBench @@ -330,6 +332,30 @@

Homework

+ + +
+
+ Cite Codabench in your research +
+
+
+@article{codabench,
+    title = {Codabench: Flexible, easy-to-use, and reproducible meta-benchmark platform},
+    author = {Zhen Xu and Sergio Escalera and Adrien Pavão and Magali Richard and 
+                Wei-Wei Tu and Quanming Yao and Huan Zhao and Isabelle Guyon},
+    journal = {Patterns},
+    volume = {3},
+    number = {7},
+    pages = {100543},
+    year = {2022},
+    issn = {2666-3899},
+    doi = {https://doi.org/10.1016/j.patter.2022.100543},
+    url = {https://www.sciencedirect.com/science/article/pii/S2666389922001465}
+} 
+
+
+
{% endblock %}