Skip to content

Commit 5d8d39a

Browse files
committed
1 parent dbbb93c commit 5d8d39a

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

assets/img/ctao.png

Loading

gallery/index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ <h2 class="left-nav-title">
133133
</li><li class="no-indent">
134134
<a class="left-nav-link" href="#radio-astronomy">Radio Astronomy</a>
135135
<ul class="left-subnav"><li class="indent"><a class="left-nav-link left-nav-sublink" href="#the-european-open-science-cloud-for-research-pilot-project">The European Open Science Cloud for Research Pilot Project</a></li></ul>
136+
</li><li class="no-indent">
137+
<a class="left-nav-link" href="#gamma-ray-astronomy">Gamma-ray Astronomy</a>
138+
<ul class="left-subnav"><li class="indent"><a class="left-nav-link left-nav-sublink" href="#the-cherenkov-telescope-array-observatory">The Cherenkov Telescope Array Observatory</a></li></ul>
136139
</li><li class="no-indent">
137140
<a class="left-nav-link" href="#cross-domain">Cross-Domain</a>
138141
<ul class="left-subnav"><li class="indent"><a class="left-nav-link left-nav-sublink" href="#the-[netherlands]-national-plan-open-science">The [Netherlands] National Plan Open Science</a></li><li class="indent"><a class="left-nav-link left-nav-sublink" href="#university-of-manchester,-escience-lab">University of Manchester, eScience Lab</a></li><li class="indent"><a class="left-nav-link left-nav-sublink" href="#workflowhub">WorkflowHub</a></li><li class="indent"><a class="left-nav-link left-nav-sublink" href="#the-across-european-project">The ACROSS European Project</a></li><li class="indent"><a class="left-nav-link left-nav-sublink" href="#the-eupex-european-project">The EUPEX European Project</a></li></ul>
@@ -348,7 +351,7 @@ <h3 id="sus-mirri.it" class="adopter-title">
348351
system for their management; the creation of a unique on-line platform to access Italian microbial resources
349352
along with their associated metadata, cutting-edge technologies, services, and expertise offered by the collections
350353
to National and International stakeholders. The microbial analysis workflows developed in the project
351-
will be made available as a service, leveraging CWL as a canonical description of the workflow.
354+
will be made available as a service, leveraging CWL as a canonical description of the workflow.
352355
</p></div><div class="adopter-logo-container"><img src="https://www.commonwl.org/assets/img/sus-mirri-it-logo.png" class="adopter-logo /assets/img/sus-mirri-it-logo png-logo" alt="SUS-MIRRI.IT logo"></div></div>
353356
<h2 id="geospatial">
354357

@@ -406,6 +409,24 @@ <h3 id="the-european-open-science-cloud-for-research-pilot-project" class="adopt
406409
</h3>
407410
<p class="adopter-link">Science Demonstrator: <a href="https://www.eoscpilot.eu/science-demos/lofar-data">LOFAR data</a>
408411
</p>The European Open Science Cloud will offer 1.7 million European researchers and 70 million professionals in science and technology a virtual environment with open and seamless services for storage, management, analysis and re-use of research data, across borders and scientific disciplines by federating existing scientific data infrastructures, today scattered across disciplines and Member States. The EOSCpilot project has been funded to support the first phase in the development of the European Open Science Cloud (EOSC). Within this pilot, science demonstrators show the relevance and usefulness of EOSC Services and how they enable data reuse, and will drive EOSC development.</p></div><div class="adopter-logo-container"><img src="https://www.commonwl.org/assets/img/eosc-pilot.png" class="adopter-logo /assets/img/eosc-pilot png-logo" alt="The European Open Science Cloud for Research Pilot Project logo"></div></div>
412+
<h2 id="gamma-ray-astronomy">
413+
414+
415+
Gamma-ray Astronomy <a href="#gamma-ray-astronomy" class="heading__anchor-symbol">§</a>
416+
417+
418+
</h2>
419+
<div class="adopter-entry">
420+
<div class="adopter-row-top">
421+
<h3 id="the-cherenkov-telescope-array-observatory" class="adopter-title">
422+
423+
424+
The Cherenkov Telescope Array Observatory <a href="#the-cherenkov-telescope-array-observatory" class="heading__anchor-symbol">§</a>
425+
426+
427+
</h3>
428+
<a href="https://www.cta-observatory.org/" class="adopter-link">https://www.cta-observatory.org/</a>The Cherenkov Telescope Array Observatory (CTAO) is the next generation observatory for gamma-ray astronomy. It will consist of two arrays of Cherenkov telescopes, spread between two sites: one in the Northern hemisphere in La Palma (Spain), and one in the Southern hemisphere in Paranal (Chile). Currently under construction, CTAO will start scientific operations in the next years for about 30 years. To process observation data and run Monte Carlo simulations to derive the instrument response functions of the telescopes, CTAO has developed a production system prototype. It is based on the <a href="https://dirac.readthedocs.io/en/latest/index.html">DIRAC</a> framework and manages the workload on a distributed infrastructure. The interface to this production system allows for the configuration and submission of simulation and data processing workflows described in CWL.
429+
</p></div><div class="adopter-logo-container"><img src="https://www.commonwl.org/assets/img/ctao.png" class="adopter-logo /assets/img/ctao png-logo" alt="The Cherenkov Telescope Array Observatory logo"></div></div>
409430
<h2 id="cross-domain">
410431

411432

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ <h2 class="black-text" id="cwl-mini-gallery">
223223

224224
<div class="mini-gallery-img-container"><img class="mini-gallery-img" src="https://www.commonwl.org/assets/img/eosc-pilot.png" alt="" /></div>
225225

226+
<div class="mini-gallery-img-container"><img class="mini-gallery-img" src="https://www.commonwl.org/assets/img/ctao.png" alt="" /></div>
227+
226228
<div class="mini-gallery-img-container"><img class="mini-gallery-img" src="https://www.commonwl.org/assets/img/logo_openscience.svg" alt="" /></div>
227229
<div id="manchester-escience-lab-container" class="mini-gallery-img-container"><img id="manchester-escience-lab" class="mini-gallery-img" src="https://www.commonwl.org/assets/img/escienceLab-logo.png" alt="" /></div>
228230

0 commit comments

Comments
 (0)