-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_library.py
45 lines (45 loc) · 1.75 KB
/
main_library.py
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
from functions_shared import *
from api_requests.call_info import *
from step1_mainData.data_load import *
from step1_mainData.projects import *
from step1_mainData.proposals import *
from step1_mainData.merged_clean import *
from step1_mainData.url_fix import *
from step1_mainData.panels import *
from step1_mainData.topics import *
from step1_mainData.actions import *
from step1_mainData.calls import *
from step1_mainData.participants import *
from step1_mainData.applicants import *
from step2_participations.merged_app_part import *
from step2_participations.nuts import *
from step2_participations.entities import *
from step2_participations.countries import *
from step3_entities.references import *
from step3_entities.entities_select import *
from step3_entities.first_update import *
from step3_entities.ID_checkingResult import *
from step3_entities.ID_getRefInformations import *
from step3_entities.merge_referentiels import *
from step3_entities.groupes import *
from step3_entities.ID_pic_group import *
from step3_entities.entities_cleaning import *
from step3_entities.categories import *
from step4_calculations.participations import *
from step4_calculations.applicants import *
from step4_calculations.participants import *
from step4_calculations.collaborations import *
from step5_frameworks.H2020 import *
from step5_frameworks.FP7 import *
from step5_frameworks.FP6 import *
from step5_frameworks.fram_load import *
from check_url import *
from step6_results.projects import *
from step6_results.collaborations import *
from step6_results.entities import *
from step6_results.synthese import *
from step6_results.calls import *
from step6_results.msca_erc import *
from step6_results.msca import *
from step6_results.erc import *
from step6_results.evolutions import *