-
Notifications
You must be signed in to change notification settings - Fork 0
/
VizuHAL_PortHAL-RENNES_av2020.php
45 lines (44 loc) · 3.72 KB
/
VizuHAL_PortHAL-RENNES_av2020.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
<?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)
*
* Portail HAL RENNES avant 2020 - HAL RENNES portal before 2020
*/
$LAB_SECT = array(
0 => array("unite"=>"", "code_collection"=>"UNIV-RENNES1", "secteur"=>"UNIV-RENNES1", "code_secteur"=>"UNIV-RENNES1"),
1 => array("unite"=>"IRISA", "code_collection"=>"IRISA", "secteur"=>"MATHSTIC", "code_secteur"=>"UR1-MATH-STIC"),
2 => array("unite"=>"IRMAR", "code_collection"=>"IRMAR", "secteur"=>"MATHSTIC", "code_secteur"=>"UR1-MATH-STIC"),
3 => array("unite"=>"EMPENN", "code_collection"=>"EMPENN-R", "secteur"=>"MATHSTIC", "code_secteur"=>"UR1-MATH-STIC"),
4 => array("unite"=>"LTSI", "code_collection"=>"LTSI", "secteur"=>"MATHSTIC", "code_secteur"=>"UR1-MATH-STIC"),
5 => array("unite"=>"FOTON", "code_collection"=>"FOTON", "secteur"=>"MATHSTIC", "code_secteur"=>"UR1-MATH-STIC"),
6 => array("unite"=>"IETR", "code_collection"=>"IETR", "secteur"=>"MATHSTIC", "code_secteur"=>"UR1-MATH-STIC"),
7 => array("unite"=>"ISCR", "code_collection"=>"ISCR", "secteur"=>"SDLM", "code_secteur"=>"UR1-SDLM"),
8 => array("unite"=>"IPR", "code_collection"=>"IPR", "secteur"=>"SDLM", "code_secteur"=>"UR1-SDLM"),
9 => array("unite"=>"LGCGM", "code_collection"=>"LGCGM", "secteur"=>"SDLM", "code_secteur"=>"UR1-SDLM"),
10 => array("unite"=>"GEOSCIENCES", "code_collection"=>"GR", "secteur"=>"SDLM", "code_secteur"=>"UR1-SDLM"),
11 => array("unite"=>"BRM", "code_collection"=>"U835", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
12 => array("unite"=>"COSS", "code_collection"=>"OSS", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
13 => array("unite"=>"CNGC", "code_collection"=>"CNGC", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
14 => array("unite"=>"IGDR", "code_collection"=>"IGDR", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
15 => array("unite"=>"IRSET", "code_collection"=>"IRSET", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
16 => array("unite"=>"MICMAC", "code_collection"=>"U917", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
17 => array("unite"=>"REPERES", "code_collection"=>"REPERES", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
18 => array("unite"=>"IGEPP", "code_collection"=>"IGEPP", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
19 => array("unite"=>"GEOARCHITECTURE", "code_collection"=>"BIODIV", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
20 => array("unite"=>"NUMECAN", "code_collection"=>"NUMECAN", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
21 => array("unite"=>"ECOBIO", "code_collection"=>"ECOBIO", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
22 => array("unite"=>"CIC", "code_collection"=>"CIC", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
23 => array("unite"=>"ETHOS", "code_collection"=>"ETHOS", "secteur"=>"SDV", "code_secteur"=>"UR1-SDV"),
24 => array("unite"=>"M2S", "code_collection"=>"M2S", "secteur"=>"SHS", "code_secteur"=>"UR1-SHS"),
25 => array("unite"=>"CAPHI", "code_collection"=>"PN", "secteur"=>"SHS", "code_secteur"=>"UR1-SHS"),
26 => array("unite"=>"CREM", "code_collection"=>"CREM", "secteur"=>"SHS", "code_secteur"=>"UR1-SHS"),
27 => array("unite"=>"ARENES", "code_collection"=>"CRAPE", "secteur"=>"SHS", "code_secteur"=>"UR1-SHS"),
28 => array("unite"=>"CREAAH", "code_collection"=>"CREAAH", "secteur"=>"SHS", "code_secteur"=>"UR1-SHS"),
29 => array("unite"=>"IDPSP", "code_collection"=>"IDPSP", "secteur"=>"SHS", "code_secteur"=>"UR1-SHS"),
30 => array("unite"=>"IODE", "code_collection"=>"IODE", "secteur"=>"SHS", "code_secteur"=>"UR1-SHS"),
31 => array("unite"=>"CDA", "code_collection"=>"CDA-PR", "secteur"=>"SHS", "code_secteur"=>"UR1-SHS")
);
?>