-
Notifications
You must be signed in to change notification settings - Fork 0
/
VizuHAL_constantes.php
67 lines (66 loc) · 2.12 KB
/
VizuHAL_constantes.php
1
<?php/* * VizuHAL - Générez des stats HAL - Generate HAL stats * * Copyright (C) 2023 Olivier Troccaz ([email protected]) and Laurent Jonchère ([email protected]) * Released under the terms and conditions of the GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.txt) * * Constantes utilisées - Constants used */ //Définir des constantes au lieu de dupliquer des littéraux $cstCA = "cacert.pem";$cstNR = "<strong>Aucun résultat</strong><br><br>";$cstNom = "Nom</a></strong></th>";$cstTyp = "Type</a></strong></th>";$cstCod = "Code HAL</a></strong></th>";$cstPay = "Pays</a></strong></th>";$cstNbP = "Nombre de publications</a></strong></th>";$cstTS1 = "<th scope=\"col\" style=\"text-align:left;\"><strong>";$cstTS2 = "<th scope=\"col\" style=\"text-align:left;\"><strong>%</strong></th>";$cstTS3 = "<th scope=\"col\" style=\"text-align:left;\"><strong>Références HAL</strong></th>";$cstETH = "</em></th>";$cstTEM = "<th scope=\"row\" style=\"text-align:center\"><em>";$cstPTH = "%</em></th>";$cstRED = "<th scope=\"col\" style=\"text-align:left;\"><strong>Regroupement éditorial</strong></th>";$cstPUB = "<th scope=\"col\" style=\"text-align:left;\"><strong>Publications</strong></th>";$cstART = "<th scope=\"col\" style=\"text-align:left;\"><strong>% articles</strong></th>";$cstSel = " selected";$cstR01 = "req1";$cstR24 = "req24";$cstR02 = "req2";$cstR25 = "req25";$cstR03 = "req3";$cstR04 = "req4";$cstR05 = "req5";$cstR06 = "req6";$cstR07 = "req7";$cstR08 = "req8";$cstR09 = "req9";$cstR10 = "req10";$cstR11 = "req11";$cstR12 = "req12";$cstR13 = "req13";$cstR14 = "req14";$cstR15 = "req15";$cstR16 = "req16";$cstR17 = "req17";$cstR18 = "req18";$cstR19 = "req19";$cstR20 = "req20";$cstR21 = "req21";$cstR22 = "req22";$cstR23 = "req23";$cstR26 = "req26";$cstA17 = "annee17";$cstA18 = "annee18";$cstA19 = "annee19";$cstA20 = "annee20";$cstHTS = "HTTPS";$cstNuF = "numFound";$cstAPI = "https://api.archives-ouvertes.fr/search/";$cstNfD = "nfDep";$cstNoTI = "nfPronoTI";$cstAvTI = "nfProavTI";$cstNoTIAvOA = "nfPronoTIavOA";$cstAvTIAvOA = "nfProavTIavOA";?>