You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2025. It is now read-only.
* @brief Fetches a rss feed from JournalTocs and set proxy for links
*
* Introduced: 2015-11-16
*
* @author Andreas Bohne-Lang (Medizinische Fakultät Mannheim der Ruprecht-Karls-Universität Heidelberg)
*/
require_once("sys/bootstrap.php");
#This is the Base for the JournalTOCs API, which is freely available for developers to create their own web applications with Table of Contents (TOCs) published by over 16,000 scholarly journals.
# http://www.journaltocs.ac.uk/api/index.php
if (isset($_GET["issn"]) && ! empty( $_GET["issn"]) ){