Created
October 9, 2014 18:48
-
-
Save anonymous/cfef369af9937ce924d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% for member in site.data.arxiv %} | |
<tr> | |
<td>{{ member.author }}</td> | |
<td>{{ member.year }}</td> | |
</tr> | |
{% endfor %} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment