-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathprofiles.json
More file actions
32 lines (32 loc) · 1.37 KB
/
profiles.json
File metadata and controls
32 lines (32 loc) · 1.37 KB
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
[
{
"name": "synthetic",
"longname": "Synthetic / Analytical Chemistry",
"methods": [ "nmr", "ms", "ir", "raman", "uv", "fluoresc", "xray", "xrd", "gc", "hplc", "cv", "epr", "dsc", "ea", "physisorpt" ]
},
{
"name": "magres",
"longname": "Magnetic Resonance",
"methods": [ "nmr","epr" ]
},
{
"name": "physical",
"longname": "Physical Chemistry",
"methods": [ "nmr", "epr", "ir", "raman", "uv", "fluoresc", "ms", "xray", "xrd", "gc", "hplc", "cv", "dsc", "itc", "physisorpt", "dls", "afm", "tem" ]
},
{
"name": "pharma",
"longname": "Pharmaceutical Chemistry",
"methods": [ "nmr", "uv", "ir", "raman", "fluoresc", "ms", "gc", "hplc", "electrophoresis", "polarimetry", "mp", "tlc", "binding", "activity", "docking", "cytotox", "watersol", "logd", "peror_bioavail", "brain_perme", "metab_stab", "inihib_p450", "herg_int", "genotox" ]
},
{
"name": "polymer",
"longname": "Polymer Chemistry",
"methods": [ "nmr", "esi_ms", "maldi_ms", "ir", "raman", "uv", "fluoresc", "gc", "hplc", "cv", "eis", "epr", "dsc", "ea", "physisorpt", "tga", "sec_lccc", "rheo", "xps", "tof_sims", "dls", "sls", "zeta", "sem", "edx", "tem", "contact", "afm", "ellips" ]
},
{
"name": "all",
"longname": "All Entries",
"methods": ["all"]
}
]