Skip to content

Commit ea9ed39

Browse files
committed
Add downloader script for projects & update projects w/ current data
Downloaded 2018-05-04 16:59 CDT
1 parent f151b10 commit ea9ed39

8 files changed

+211
-2
lines changed

converters/download_projects.py

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#!/usr/bin/env python3
2+
3+
from subprocess import Popen, PIPE
4+
import os
5+
import sys
6+
import urllib.parse
7+
import urllib.request
8+
9+
10+
params = {
11+
"count_active": "on",
12+
"count_enabled": "on",
13+
}
14+
15+
query = urllib.parse.urlencode(params)
16+
17+
url = "https://myosg.grid.iu.edu/miscproject/xml?count_sg_1&%s" % query
18+
19+
with urllib.request.urlopen(url) as req:
20+
data = req.read().decode("utf-8")
21+
22+
newenv = os.environ.copy()
23+
newenv["XMLLINT_INDENT"] = "\t"
24+
proc = Popen("xmllint --format -", stdin=PIPE, stdout=sys.stdout, shell=True, encoding="utf-8", env=newenv)
25+
proc.communicate(data)

projects/DiffCorr.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Department: Department of Physics and Astronomy
2+
Description: Dynamics of electrons with different degree of correlations
3+
FieldOfScience: Computational Condensed Matter Physics
4+
ID: '506'
5+
Name: DiffCorr
6+
Organization: University of Tennessee
7+
PIName: Jacek Herbrych
8+
Sponsor:
9+
CampusGrid:
10+
ID: '14'
11+
Name: OSG Connect

projects/FDDRCS.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Department: Economics
2+
Description: The Project entails the estimation of a general equilibrium heterogenous
3+
firms dynamic model with default. The Project is related to the paper "Financial
4+
Development, Default Rates, and Credit Spreads" (abstract below), at the moment
5+
R&R at the Economic Journal.
6+
FieldOfScience: Economics
7+
ID: '509'
8+
Name: FDDRCS
9+
Organization: CU Boulder
10+
PIName: Alessandro Peri
11+
Sponsor:
12+
CampusGrid:
13+
ID: '14'
14+
Name: OSG Connect

projects/GLUEX.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FieldOfScience: Nuclear Physics
44
ID: '405'
55
Name: GLUEX
66
Organization: JLAB
7-
PIName: Kurt Johann Strosahl
7+
PIName: Kurt Strosahl
88
Sponsor:
99
VirtualOrganization:
1010
ID: '99'

projects/GlobalDH.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Department: INSTAAR
2+
Description: Test a tool to deal with global data sets.
3+
FieldOfScience: Earth Sciences
4+
ID: '508'
5+
Name: GlobalDH
6+
Organization: UNIVERSITY of COLORADO at BOULDER
7+
PIName: Kang Wang
8+
Sponsor:
9+
CampusGrid:
10+
ID: '14'
11+
Name: OSG Connect

projects/cellpainting.yaml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Department: Imaging Platform
2+
Description: "We aim to pioneer a new era where images of cells become\npowerful,\
3+
\ rich, unbiased data sources for comparing cell state. We predict that\ndoing so\
4+
\ will allow rapid and inexpensive interrogation of the impact of genetic\nor chemical\
5+
\ perturbations on a cell - useful for a variety of important\napplications in biology.\n\
6+
\nIn morphological profiling, we construct signatures of genes, chemicals, or\n\
7+
other treatments by measuring the structural changes in treated cells, as\nobserved\
8+
\ under a microscope. Cells are stained with fluorescent dyes that mark\nseveral\
9+
\ constituents, producing images from which hundreds of distinct\nmeasurements can\
10+
\ be extracted at the single cell level. We will carry out\nproof-of-principle computational\
11+
\ experiments using morphological profiling in\ndiverse and significant applications,\
12+
\ such as connecting unannotated genes to\nknown pathways, identifying signatures\
13+
\ of disease, predicting a small molecule\u2019s\nmechanism of action, enriching\
14+
\ chemical libraries for diverse bioactivity, and\nidentifying new compounds or\
15+
\ materials with desired phenotypic effects. Despite\nour successes in this field\
16+
\ so far, the methods development for morphological\nprofiling is a wild frontier:\
17+
\ novel methods are used but not compared,\nintegration with other data types (such\
18+
\ as transcriptomics) has not !\nbeen explored, and deep learning is not yet leveraged\
19+
\ to its potential. We will\ncontinue to push forward the technology development\
20+
\ needed in our driving\nbiological projects. We will make data and code publicly\
21+
\ available to catalyze\nthe field. Ultimately, we aim to develop best practices\
22+
\ for the field and create\nthe foundation for user-friendly, open-source tools\
23+
\ to discover and quantify\nrelationships among genetic or chemical perturbations\
24+
\ and disease state, across\na diverse array of biological areas of study and disease\
25+
\ areas."
26+
FieldOfScience: Molecular and Structural Biosciences
27+
ID: '510'
28+
Name: cellpainting
29+
Organization: Broad Institute
30+
PIName: Shantanu Singh
31+
Sponsor:
32+
CampusGrid:
33+
ID: '14'
34+
Name: OSG Connect

projects/polymer.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Department: Mechanical Engineering
2+
Description: 'Investigate the thermal conductivity of polymer and polymer
3+
4+
composites using MD simulation'
5+
FieldOfScience: Materials Science
6+
ID: '507'
7+
Name: polymer
8+
Organization: University of Oklahoma
9+
PIName: rajmohan muthaiah
10+
Sponsor:
11+
CampusGrid:
12+
ID: '14'
13+
Name: OSG Connect

tests/projects.xml

+102-1
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,46 @@ These proteins, like any machine, need to change shape and visit many conformati
13641364
</VirtualOrganization>
13651365
</Sponsor>
13661366
</Project>
1367+
<Project>
1368+
<ID>510</ID>
1369+
<Name>cellpainting</Name>
1370+
<Description>We aim to pioneer a new era where images of cells become
1371+
powerful, rich, unbiased data sources for comparing cell state. We predict that
1372+
doing so will allow rapid and inexpensive interrogation of the impact of genetic
1373+
or chemical perturbations on a cell - useful for a variety of important
1374+
applications in biology.
1375+
1376+
In morphological profiling, we construct signatures of genes, chemicals, or
1377+
other treatments by measuring the structural changes in treated cells, as
1378+
observed under a microscope. Cells are stained with fluorescent dyes that mark
1379+
several constituents, producing images from which hundreds of distinct
1380+
measurements can be extracted at the single cell level. We will carry out
1381+
proof-of-principle computational experiments using morphological profiling in
1382+
diverse and significant applications, such as connecting unannotated genes to
1383+
known pathways, identifying signatures of disease, predicting a small molecule’s
1384+
mechanism of action, enriching chemical libraries for diverse bioactivity, and
1385+
identifying new compounds or materials with desired phenotypic effects. Despite
1386+
our successes in this field so far, the methods development for morphological
1387+
profiling is a wild frontier: novel methods are used but not compared,
1388+
integration with other data types (such as transcriptomics) has not !
1389+
been explored, and deep learning is not yet leveraged to its potential. We will
1390+
continue to push forward the technology development needed in our driving
1391+
biological projects. We will make data and code publicly available to catalyze
1392+
the field. Ultimately, we aim to develop best practices for the field and create
1393+
the foundation for user-friendly, open-source tools to discover and quantify
1394+
relationships among genetic or chemical perturbations and disease state, across
1395+
a diverse array of biological areas of study and disease areas.</Description>
1396+
<PIName>Shantanu Singh</PIName>
1397+
<Organization>Broad Institute</Organization>
1398+
<Department>Imaging Platform</Department>
1399+
<FieldOfScience>Molecular and Structural Biosciences</FieldOfScience>
1400+
<Sponsor>
1401+
<CampusGrid>
1402+
<ID>14</ID>
1403+
<Name>OSG Connect</Name>
1404+
</CampusGrid>
1405+
</Sponsor>
1406+
</Project>
13671407
<Project>
13681408
<ID>112</ID>
13691409
<Name>CentaurSim</Name>
@@ -2630,6 +2670,21 @@ across time.</Description>
26302670
</VirtualOrganization>
26312671
</Sponsor>
26322672
</Project>
2673+
<Project>
2674+
<ID>506</ID>
2675+
<Name>DiffCorr</Name>
2676+
<Description>Dynamics of electrons with different degree of correlations</Description>
2677+
<PIName>Jacek Herbrych</PIName>
2678+
<Organization>University of Tennessee</Organization>
2679+
<Department>Department of Physics and Astronomy</Department>
2680+
<FieldOfScience>Computational Condensed Matter Physics</FieldOfScience>
2681+
<Sponsor>
2682+
<CampusGrid>
2683+
<ID>14</ID>
2684+
<Name>OSG Connect</Name>
2685+
</CampusGrid>
2686+
</Sponsor>
2687+
</Project>
26332688
<Project>
26342689
<ID>457</ID>
26352690
<Name>Diffpred</Name>
@@ -3199,6 +3254,21 @@ I am running a python script that runs populations of artificial gene networks (
31993254
</CampusGrid>
32003255
</Sponsor>
32013256
</Project>
3257+
<Project>
3258+
<ID>509</ID>
3259+
<Name>FDDRCS</Name>
3260+
<Description>The Project entails the estimation of a general equilibrium heterogenous firms dynamic model with default. The Project is related to the paper "Financial Development, Default Rates, and Credit Spreads" (abstract below), at the moment R&amp;R at the Economic Journal.</Description>
3261+
<PIName>Alessandro Peri</PIName>
3262+
<Organization>CU Boulder</Organization>
3263+
<Department>Economics</Department>
3264+
<FieldOfScience>Economics</FieldOfScience>
3265+
<Sponsor>
3266+
<CampusGrid>
3267+
<ID>14</ID>
3268+
<Name>OSG Connect</Name>
3269+
</CampusGrid>
3270+
</Sponsor>
3271+
</Project>
32023272
<Project>
32033273
<ID>486</ID>
32043274
<Name>Fermilab</Name>
@@ -3430,11 +3500,26 @@ The dynamics and static properties of glassy systems can be studied in great det
34303500
</CampusGrid>
34313501
</Sponsor>
34323502
</Project>
3503+
<Project>
3504+
<ID>508</ID>
3505+
<Name>GlobalDH</Name>
3506+
<Description>Test a tool to deal with global data sets.</Description>
3507+
<PIName>Kang Wang</PIName>
3508+
<Organization>UNIVERSITY of COLORADO at BOULDER</Organization>
3509+
<Department>INSTAAR</Department>
3510+
<FieldOfScience>Earth Sciences</FieldOfScience>
3511+
<Sponsor>
3512+
<CampusGrid>
3513+
<ID>14</ID>
3514+
<Name>OSG Connect</Name>
3515+
</CampusGrid>
3516+
</Sponsor>
3517+
</Project>
34333518
<Project>
34343519
<ID>405</ID>
34353520
<Name>GLUEX</Name>
34363521
<Description>GlueX project</Description>
3437-
<PIName>Kurt Johann Strosahl</PIName>
3522+
<PIName>Kurt Strosahl</PIName>
34383523
<Organization>JLAB</Organization>
34393524
<Department>Physics</Department>
34403525
<FieldOfScience>Nuclear Physics</FieldOfScience>
@@ -5106,6 +5191,22 @@ Sherpa is described at
51065191
</CampusGrid>
51075192
</Sponsor>
51085193
</Project>
5194+
<Project>
5195+
<ID>507</ID>
5196+
<Name>polymer</Name>
5197+
<Description>Investigate the thermal conductivity of polymer and polymer
5198+
composites using MD simulation</Description>
5199+
<PIName>rajmohan muthaiah</PIName>
5200+
<Organization>University of Oklahoma</Organization>
5201+
<Department>Mechanical Engineering</Department>
5202+
<FieldOfScience>Materials Science</FieldOfScience>
5203+
<Sponsor>
5204+
<CampusGrid>
5205+
<ID>14</ID>
5206+
<Name>OSG Connect</Name>
5207+
</CampusGrid>
5208+
</Sponsor>
5209+
</Project>
51095210
<Project>
51105211
<ID>469</ID>
51115212
<Name>popage</Name>

0 commit comments

Comments
 (0)