-
Notifications
You must be signed in to change notification settings - Fork 0
/
VizuHAL_requete2.php
186 lines (176 loc) · 7.65 KB
/
VizuHAL_requete2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?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)
*
* Requête 2 - Request 2
*/
//Intitulé
echo '<span class="btn btn-secondary mt-2"><strong>2. Portail ou collection : évolution sur une période</strong></span><br><br>';
//Descriptif
echo '<div class="alert alert-secondary">Cette requête présente, sur une période donnée, le nombre de publications référencées dans le portail HAL institutionnel (secteurs ou pôles disciplinaires, le cas échéant) ou une collection, avec ou sans texte intégral, avec ou sans lien vers un PDF librement disponible hors de HAL (via <a target="_blank" href="https://unpaywall.org/">Unpaywall</a>). Pour le portail, les résultats sont déclinés par secteurs (le cas échéant). <a href="#DT">Voir détails techniques en bas de page</a>.</div><br>';
//Export CSV
$Fnm = "./csv/req2.csv";
$inF = fopen($Fnm,"w+");
fseek($inF, 0);
$chaine = "\xEF\xBB\xBF";
fwrite($inF,$chaine);
echo '<table id="scroll-horizontal-datatable" class="table table-hover table-bordered nowrap w-100">';
echo '<thead class="thead-dark">';
echo '<tr>';
echo '<th scope="col"> </th>';
$chaine = ";";
$ils = 0;
$sect = array();
$is = 0;
if (isset($port) && $port != "choix") {
$sectI = $LAB_SECT[1]["secteur"];
$sectF = $LAB_SECT[1]["secteur"];
$codeSI = $LAB_SECT[1]["code_secteur"];
$codeSF = $LAB_SECT[1]["code_secteur"];
}else{
$sectI = $team;
$sectF = $team;
$codeSI = $team;
$codeSF = $team;
}
//Recherche des différents secteurs
while (isset($LAB_SECT[$ils]["code_collection"])) {
if ($ils == 0) {
$sect[$is] = $LAB_SECT[$ils]["code_collection"];
$is++;
echo '<th scope="col" colspan="6" style="text-align:center">'.$LAB_SECT[$ils]["code_collection"].'</th>';
$chaine .= $LAB_SECT[$ils]["code_collection"].";;;;;;";
}else{
$sectF = $LAB_SECT[$ils]["secteur"];
if ($sectI != $sectF && isset($port) && $port != "choix") {//Total secteur à inclure
echo '<th scope="col" colspan="6" style="text-align:center">'.$sectI.'</th>';
$chaine .= $sectI.";;;;;;";
$sect[$is] = $sectI;
$sectI = $sectF;
$codeSI = $codeSF;
$is++;
}
}
$ils++;
}
//Total dernier secteur à inclure
if (isset($port) && $port != "choix") {
echo '<th scope="col" colspan="6" style="text-align:center">'.$sectF.'</th>';
$chaine .= $sectF.";;;;;;";
$sect[$is] = $sectF;
$is++;
}
echo '</tr>';
$chaine .= chr(13).chr(10);
fwrite($inF,$chaine);
echo '<tr>';
echo '<th scope="col">Année</th>';
$chaine = "Année;";
for($ils=0; $ils<$is; $ils++) {
echo '<th scope="col" style="text-align:center">Productions</th>';
$chaine .= "Productions;";
echo '<th scope="col" style="text-align:center">Productions<br>avec texte<br>intégral<br>déposé<br>dans HAL</th>';
$chaine .= "Productions avec texte intégral déposé dans HAL;";
echo '<th scope="col" style="text-align:center">Taux de<br>texte<br>intégral<br>déposé<br>dans<br>HAL</th>';
$chaine .= "Taux de texte intégral déposé dans HAL;";
echo '<th scope="col" style="text-align:center">Productions<br>sans texte<br>intégral<br>déposé<br>dans HAL</th>';
$chaine .= "Productions sans texte intégral déposé dans HAL;";
echo '<th scope="col" style="text-align:center">Productions<br>sans texte<br>intégral<br>déposé<br>dans HAL<br>mais avec<br>texte<br>intégral<br>librement<br>accessible<br>hors HAL</th>';
$chaine .= "Productions sans texte intégral déposé dans HAL mais avec texte intégral déposé dans HAL librement accessible hors HAL;";
echo '<th scope="col" style="text-align:center">Taux de<br>texte<br>intégral<br>librement<br>accessible<br>hors HAL</th>';
$chaine .= "Taux de texte intégral librement accessible hors HAL;";
}
echo '</tr>';
echo '</thead>';
$chaine .= chr(13).chr(10);
fwrite($inF,$chaine);
//Calculs
if (isset($port) && $port != "choix") {
$sectI = $LAB_SECT[0]["secteur"];
$sectF = $LAB_SECT[0]["secteur"];
$codeSI = $LAB_SECT[0]["code_secteur"];
$codeSF = $LAB_SECT[0]["code_secteur"];
}else{
$sectI = $team;
$sectF = $team;
}
for($year = $anneedeb; $year <= $anneefin; $year++) {
$ils = 0;
$is = 0;
while (isset($LAB_SECT[$ils]["code_collection"])) {
if ($ils == 0) {
$team = $LAB_SECT[$ils]["code_collection"];
extractHAL($team, $year, $reqt, $resHAL, $cstCA);
$tabPro[$year][$sect[$is]][$cstNfD] = intval($resHAL[$year][$team][$cstNfD]);
$tabPro[$year][$sect[$is]][$cstAvTI] = intval($resHAL[$year][$team][$cstAvTI]);
$tabPro[$year][$sect[$is]]["taux"] = 0;
if ($resHAL[$year][$team][$cstNfD] != 0) {
$tabPro[$year][$sect[$is]]["taux"] = round($resHAL[$year][$team][$cstAvTI]*100/$resHAL[$year][$team][$cstNfD]);
}
$tabPro[$year][$sect[$is]][$cstNoTI] = intval($resHAL[$year][$team][$cstNoTI]);
$tabPro[$year][$sect[$is]][$cstNoTIAvOA] = intval($resHAL[$year][$team][$cstNoTIAvOA]);
$tabPro[$year][$sect[$is]]["tauxnoTIavOA"] = 0;
if ($resHAL[$year][$team][$cstNoTI] != 0) {
$tabPro[$year][$sect[$is]]["tauxnoTIavOA"] = round($resHAL[$year][$team][$cstNoTIAvOA]*100/$resHAL[$year][$team][$cstNfD]);
}
$is++;
}else{
$sectF = $LAB_SECT[$ils]["secteur"];
if ($sectI != $sectF && isset($port) && $port != "choix") {//Secteur suivant
$team = $LAB_SECT[$ils]["code_secteur"];
extractHAL(strtoupper($team), $year, $reqt, $resHAL, $cstCA);
$tabPro[$year][$sect[$is]][$cstNfD] = intval($resHAL[$year][$team][$cstNfD]);
$tabPro[$year][$sect[$is]][$cstAvTI] = intval($resHAL[$year][$team][$cstAvTI]);
$tabPro[$year][$sect[$is]]["taux"] = 0;
if ($resHAL[$year][$team][$cstNfD] != 0) {
$tabPro[$year][$sect[$is]]["taux"] = round($resHAL[$year][$team][$cstAvTI]*100/$resHAL[$year][$team][$cstNfD]);
}
$tabPro[$year][$sect[$is]][$cstNoTI] = intval($resHAL[$year][$team][$cstNoTI]);
$tabPro[$year][$sect[$is]][$cstNoTIAvOA] = intval($resHAL[$year][$team][$cstNoTIAvOA]);
$tabPro[$year][$sect[$is]]["tauxnoTIavOA"] = 0;
if ($resHAL[$year][$team][$cstNoTI] != 0) {
$tabPro[$year][$sect[$is]]["tauxnoTIavOA"] = round($resHAL[$year][$team][$cstNoTIAvOA]*100/$resHAL[$year][$team][$cstNfD]);
}
$sectI = $sectF;
$codeSI = $codeSF;
$is++;
}
}
$ils++;
}
}
//var_dump($resHAL);
//var_dump($tabPro);
//Affichage
echo '<tbody>';
for($year = $anneedeb; $year <= $anneefin; $year++) {
echo '<tr class="table-light">';
echo '<th scope="row">'.$year.'</th>';
$chaine = $year.";";
$is = 0;
while (isset($sect[$is])) {
echo '<th scope="row" style="text-align:center">'.$tabPro[$year][$sect[$is]][$cstNfD].'</th>';
$chaine .= $tabPro[$year][$sect[$is]][$cstNfD].";";
echo '<th scope="row" style="text-align:center">'.$tabPro[$year][$sect[$is]][$cstAvTI].'</th>';
$chaine .= $tabPro[$year][$sect[$is]][$cstAvTI].";";
echo '<th scope="row" style="text-align:center">'.$tabPro[$year][$sect[$is]]["taux"].'%</th>';
$chaine .= $tabPro[$year][$sect[$is]]["taux"]."%;";
echo '<th scope="row" style="text-align:center">'.$tabPro[$year][$sect[$is]][$cstNoTI].'</th>';
$chaine .= $tabPro[$year][$sect[$is]][$cstNoTI].";";
echo '<th scope="row" style="text-align:center">'.$tabPro[$year][$sect[$is]][$cstNoTIAvOA].'</th>';
$chaine .= $tabPro[$year][$sect[$is]][$cstNoTIAvOA].";";
echo '<th scope="row" style="text-align:center">'.$tabPro[$year][$sect[$is]]["tauxnoTIavOA"].'%</th>';
$chaine .= $tabPro[$year][$sect[$is]]["tauxnoTIavOA"]."%;";
$is++;
}
echo '</tr>';
$chaine .= chr(13).chr(10);
fwrite($inF,$chaine);
}
echo '</tbody>';
echo '</table>';
echo '<a class="btn btn-secondary mt-2" href="./csv/req2.csv">Exporter le tableau au format CSV</a><br><br>';
?>