" . $a->innertext . " (unique:" . $this_cat . "; all:" . $this_cat_all . ")
"; if(mysql_num_rows($res2)){ while($row = mysql_fetch_array($res2)){ $cnt++; $doi_this_id = $row["id"]; $this_doi = $row["article_doi"]; $mss = str_replace("10.1101/","",$this_doi); $this_version = $row["article_url"]; $this_authors = $row["article_authors"]; $this_authors = str_replace("|",";",$this_authors); $this_authors = stripslashes($this_authors); $this_title_full = $row["article_title"]; $this_title = $row["article_title"]; $this_category = $row["article_category"]; $this_category_sm = $row["article_category"]; $this_type = $row["article_type"]; $this_date = $row["article_date"]; $vers_str = ""; //$arr = explode("/",$this_url); //$vers = $arr[count($arr)-1]; //if (strpos($vers, "v") !== false){ //$vpos = strpos($vers, "v"); //$vers_stri = substr($vers,$vpos,2); //if (!($vers_stri == "v1")){ $vers_str = "v" . $this_version; //$this_url = "https://biorxiv.org/cgi/content/short/" . $mss . "v" . $this_version; $this_url = "https://www.biorxiv.org/content/" . $this_doi . "v" . $this_version; //} //} $term = str_replace(' ', '+',$this_title_full); $pub_str = ""; echo "" . $val . ": " . $num. " "; } echo "
Total Articles, Unique: " . $all_cat_unique . "
Articles with more than 1 version: " . $articles_with_n_versions . "";
echo "
Articles with 2 versions: " . $articles_with_2_versions . "";
echo "
Articles with 3 versions: " . $articles_with_3_versions . "";
echo "
Articles with 4 versions: " . $articles_with_4_versions . "";
echo "
Articles with 5 versions: " . $articles_with_5_versions . "";
echo "
Articles with 6 versions: " . $articles_with_6_versions . "";
echo "
Articles with 7 versions: " . $articles_with_7_versions . "";
echo "
Total Articles Including Revised: " . $all_cat_include_revised . "
" . $a->innertext . " (unique:" . $this_cat . "; all:" . $this_cat_all . ")
"; if(mysql_num_rows($res2)){ while($row = mysql_fetch_array($res2)){ $cnt++; $this_doi = $row[article_doi]; $this_url = $row[article_url]; $vers_str = ""; $arr = explode("/",$this_url); $vers = $arr[count($arr)-1]; if (strpos($vers, "v") !== false){ $vpos = strpos($vers, "v"); $vers_stri = substr($vers,$vpos,2); if ($vers_stri == "v1"){ $cntv1++; $vers_str = $vers_stri; } if ($vers_stri == "v2"){ $cntv2++; $vers_str = $vers_stri; } if ($vers_stri == "v3"){ $cntv3++; $vers_str = $vers_stri; } if ($vers_stri == "v4"){ $cntv4++; $vers_str = $vers_stri; } } } } echo "v1 : $cntV1 \n"; echo "
v2 : $cntV2 \n"; echo "
v3 : $cntV3 \n"; echo "
v4 : $cntV4 \n"; */ include "../close_symposia.php"; ?>