diff --git a/_layouts/eip.html b/_layouts/eip.html index 14d781f1..a288a01d 100644 --- a/_layouts/eip.html +++ b/_layouts/eip.html @@ -4,7 +4,7 @@ layout: default

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

@@ -41,6 +41,13 @@ layout: default {{ 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 }}.

{% comment %} Article schema specification: