| title | Publications |
|---|---|
| layout | publications |
| description | Publications |
| permalink | /publications |
| intro_image | images/illustrations/robot-journal.png |
| intro_image_absolute | true |
| intro_image_hide_on_mobile | false |
{{ post.title }},
{{ post.authors }},
{{ post.extras}}
External Link {% endif %}
`;
ul.appendChild(li);
}
{% endfor %}
</script>
{{ post.content}}
{% for tag in post.tags %} ♯ {{ tag }} {% endfor %} {% if post.external_url != nil %}External Link {% endif %}