{% extends 'scipost/base.html' %} {% block meta_description %}{{ block.super }} Feeds{% endblock meta_description %} {% block pagetitle %}: Feeds{% endblock pagetitle %} {% load static %} {% block content %}
We provide both RSS (2.0) and Atom feeds for latest news and announcements. The URL of the RSS feed is https://{{ request.get_host }}{% url 'scipost:feeds_rss_news' %}. The URL of the Atom feed is https://{{ request.get_host }}{% url 'scipost:feeds_atom_news' %}.
Similarly, we provide feeds for the latest publications. The URL of the general RSS feed is https://{{ request.get_host }}{% url 'scipost:feeds_rss_publications' %}. The URL of the general Atom feed is https://{{ request.get_host }}{% url 'scipost:feeds_atom_publications' %}.
You can also obtain feeds only for any specific specialization by using the links in the table below.
We also provide feeds for the latest submissions. The URL of the general RSS feed is https://{{ request.get_host }}{% url 'scipost:feeds_rss_submissions' %}. The URL of the general Atom feed is https://{{ request.get_host }}{% url 'scipost:feeds_atom_submissions' %}.
You can also obtain feeds only for any specific specialty by using the links in the table below.
Specialty | Submissions | Publications | {% for specialty in field.specialties.all %}
---|---|---|
{{ specialty }} | RSS · Atom | RSS · Atom |