{% extends "layout.html" %} {% block content %}
{% set span_days = newer_than_days - older_than_days %} {{ span_days }} from {{ older_than_days }} to {{ newer_than_days }} days ago todays last week future past GCNs arXiv ATel  
{% for pid, p in papers %} {% endfor %}
URI Title Facts Workflows
{% for l in p['paper:location'] %} {{ pid }} {% endfor %}
{% for l in p['paper:timestamp'] %} {{ l | timestamp2isot }} {% endfor %}
{% for t in p['paper:title'] %} {{ t }} {% endfor %} {% set rowid = pid.replace(":","-").replace(".", "-") %}
    {% for k,v in p.items() %} {% if k not in ['@id', 'paper:location', 'paper:title']%}
  1. {{ k }}: {{ v }}
  2. {% endif %} {% endfor %}
paper origin fetch-workflow-{{ pid }}
INTEGRAL follow-up
my affinity oda:me oda:cares_for {{ pid }}
{% endblock %}