File size: 580 Bytes
cd5fdb5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LINK_LIST = {
    "Sample Link 1": "https://www.gene.com/medical-professionals/pipeline",
    "Sample Link 2": "https://www.exelixis.com/pipeline/",
    "Sample Link 3": "https://www.roche.com/dam/jcr:22160102-e04d-4484-ae3b-0f474105647e/en/diaq321.pdf",
}

STUDY_LIST = {
    "Study 1": "NCT04827875",
    "Study 2": "NCT05298423",
    "Study 3": "NCT04479852"
}

FILE_LIST = {
    "File 1": "TF-Q1'22-10Q"
}

CATEGORY_LIST = {

    "Category 1": 'Baby',
    "Category 2": 'Clothing, Shoes & Jewelry',
    "Category 3": 'Health & Household',
    "Category 4": "Office Products"
}