mishtert commited on
Commit
cd5fdb5
1 Parent(s): d4cbe23

Upload examples.py

Browse files
Files changed (1) hide show
  1. examples.py +23 -0
examples.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ LINK_LIST = {
2
+ "Sample Link 1": "https://www.gene.com/medical-professionals/pipeline",
3
+ "Sample Link 2": "https://www.exelixis.com/pipeline/",
4
+ "Sample Link 3": "https://www.roche.com/dam/jcr:22160102-e04d-4484-ae3b-0f474105647e/en/diaq321.pdf",
5
+ }
6
+
7
+ STUDY_LIST = {
8
+ "Study 1": "NCT04827875",
9
+ "Study 2": "NCT05298423",
10
+ "Study 3": "NCT04479852"
11
+ }
12
+
13
+ FILE_LIST = {
14
+ "File 1": "TF-Q1'22-10Q"
15
+ }
16
+
17
+ CATEGORY_LIST = {
18
+
19
+ "Category 1": 'Baby',
20
+ "Category 2": 'Clothing, Shoes & Jewelry',
21
+ "Category 3": 'Health & Household',
22
+ "Category 4": "Office Products"
23
+ }