diff --git a/_layouts/eip.html b/_layouts/eip.html index 6448b41825f1c8..8cf913d2b405d6 100644 --- a/_layouts/eip.html +++ b/_layouts/eip.html @@ -4,7 +4,7 @@

- EIP {{ page.eip | xml_escape }}: {{ page.title | xml_escape }} + EIP-{{ page.eip | xml_escape }}: {{ page.title | xml_escape }} Source

@@ -41,4 +41,11 @@

{{ content }} +

Citation

+

Please cite this document as:

+ {% comment %} + IEEE specification for reference formatting: + https://ieee-dataport.org/sites/default/files/analysis/27/IEEE%20Citation%20Guidelines.pdf + {% endcomment %} +

{% include authorlist.html authors=page.author %}, "EIP-{{ page.eip | xml_escape }}: {{ page.title | xml_escape }}{% if page.status == "Draft" or page.status == "Last Call" %} [DRAFT]{% endif %}," Ethereum Improvement Proposals, no. {{ page.eip | xml_escape }}, {{ page.created | date: "%B %Y" }}. [Online serial]. Available: https://eips.ethereum.org/EIPS/eip-{{ page.eip | xml_escape }}.