Feeds for the most recent 30 bioRxiv posts across all subject categories and by individual category are available by selecting from the drop-down below and then copying the URL from the page for that feed. Results at the URL are in Atom 1.0 format. Select a subject category All /* Update Visitors */ /* $remote_ip = $_SERVER['REMOTE_ADDR']; $referrer = $_SERVER['HTTP_REFERER']; $page = $_SERVER['REQUEST_URI']; $date = date('Y-m-d H:i:s'); $browser = $_SERVER['HTTP_USER_AGENT']; $content = "943.48.248"; if (strstr($remote_ip, $content)) { } else { $TheTableName = "visitors_mc"; $DB= "test"; $fields = mysql_list_fields($DB, $TheTableName); $sql ="INSERT INTO `test`.`visitors_biorxiv` (`id` , `ip` , `date` , `referrer` , `page` , `browser`) VALUES ( NULL , '$remote_ip','$date','$referrer','$page','$browser' )"; $res=mysql_query($sql); if (!$res) { } else { } } */ /* End Update Visitors */ ?>