Skip to content

Commit 8924b24

Browse files
committed
Webpage for listing applications for and catalogs with PaNET
Motivation We want to make PaNET as widely known as possible and demonstrate possible applications to new users. Modification A webpage was added that lists different catalogues in which PaNET is registered (might be incomplete). Additionally, the page also links existing services based on PaNET. Result Demonstrating relevance of PaNET and adding context. Contributes to #148, closes #77
1 parent 42dbbd9 commit 8924b24

File tree

6 files changed

+114
-0
lines changed

6 files changed

+114
-0
lines changed

docs/applications.html

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>PANET: Photon and Neutron Experimental Techniques</title>
7+
<link rel="stylesheet" href="css/custom.css">
8+
<link rel="icon" href="../logo/favicon.svg" type="image/svg">
9+
</head>
10+
<body>
11+
<!-- Fixed Header -->
12+
<header id="fixed-header">
13+
<div class="header-content">
14+
<img id="panet_logo" alt="PaNET Logo" src="../logo/panet_logo.png" alt="PANET Logo" class="logo">
15+
<h1 class="main-title">PANET: Photon and Neutron Experimental Techniques</h1>
16+
</div>
17+
</header>
18+
19+
<div id="wrapper">
20+
<div id="content">
21+
<nav id="navigation">
22+
<h1>Documentation</h1>
23+
<ul class="nav-list">
24+
<li><a href="index.html" class="nav-link" data-section="scope">
25+
Scope of PaNET</a></li>
26+
<li><a href="https://expands-eu.github.io/ExPaNDS-experimental-techniques-ontology/index-en.html"
27+
class="nav-link" data-section="scope">
28+
Browse PaNET</a></li>
29+
<li><a href="applications.html" class="nav-link-selected" data-section="applications">
30+
Applications</a></li>
31+
<li><a href="workflow.html" class="nav-link" data-section="git-workflow">
32+
Git Workflow</a></li>
33+
<li><a href="std_op_proc.html" class="nav-link" data-section="procedures">
34+
Standard Operating Procedures</a></li>
35+
<li><a href="build.html" class="nav-link" data-section="environment">
36+
Build the Environment</a></li>
37+
<li><a href="release.html" class="nav-link" data-section="release">
38+
Make a Release</a></li>
39+
</ul>
40+
</nav>
41+
42+
<!-- Added scope sidebar that's visible by default alongside navigation -->
43+
<aside id="scope-sidebar">
44+
<h1>Applications</h1>
45+
<div class="scope-content">
46+
<p>PaNET provides persistent identifiers (PIDs) for experimental techniques in Photon and
47+
Neutron research. Thus it is an essential part of metadata in this field.</p>
48+
49+
<h2>Applications</h2>
50+
<ul class="md-itemization">
51+
<li><strong>experimental data at large facilities:</strong> ongoing discussions with
52+
the <a href="https://www.nexusformat.org/">NeXus</a> community to define a
53+
standardized approch.</li>
54+
<li><strong>experimental data at lab devices:</strong> ongoing discussions with an
55+
industry partner to include PaNET in the lab raw data.</li>
56+
<li><strong>scientific publications:</strong> a
57+
<a href="https://www.desy.de/~nentm/ET2BL.html">BibTeX Citation Creator</a> is
58+
available to create citations for individual terms.</li>
59+
<li><strong>beamline finder:</strong>
60+
<a href="https://www.desy.de/~nentm/ET2BL.html">proof of concept</a> at DESY;
61+
a data base links the beamlines to the provided techniques and sample environment;
62+
a webpage allows access to the database and filter results</li>
63+
<li><strong><a href="https://icatproject.org/">ICAT</a> Metadata Catalog</strong> has a
64+
dedicated Technique table to hold PaNET terms.
65+
It has a many-to-many relation with Dataset, so you can tag datasets in ICAT with the
66+
experimental technique that has been used to create the dataset. There is also a
67+
contributed helper script to populate that Technique table from a PaNET OWL file.</li>
68+
<li><strong><a href="https://github.com/SciCatProject/panosc-search-api">
69+
PaNOSC search API</a></strong> can be hooked between the central search portal and
70+
the local metadata catalogues and will modify queries on the fly in such a way that
71+
conditions referring to a technique will be expanded to include all child techniques
72+
in PaNET. </li>
73+
</ul>
74+
75+
<h2>Terminology Registries</h2>
76+
<p>To explore PaNET and its associated hierarchies, PaNET is listed in different terminology
77+
registries.</p>
78+
<ul class="md-itemization">
79+
<li><a href="https://bioportal.bioontology.org/ontologies/PANET">
80+
Bioportal</a></li>
81+
<li><a href="https://terminology.tib.eu/ts/ontologies?and=false&sortedBy=title&page=1&size=10">
82+
TIB Terminology Service</a></li>
83+
</ul>
84+
85+
<h2>Mappings</h2>
86+
<p>Several mappings from PaNET to other semantic artefacts (e.g., vocabularies) exist or
87+
are planned. A mapping connects terms from one dictionary to another and thus helps to
88+
reuse and extend existing use-cases and applications.</p>
89+
<ul class="md-itemization">
90+
<li><a href="https://github.com/nfdi4cat/voc4cat">voc4cat</a> (established)</li>
91+
<li><a href="https://www.wayforlight.eu/">Way for Light</a> (ongoing)</li>
92+
<li><a href="https://dictionary.iucr.org/">IUCr dictionary</a> (ongoing)</li>
93+
<li><a href="https://goldbook.iupac.org/">IUPAC gold book</a> (ongoing)</li>
94+
<li><a href="https://connect.helmholtz-imaging.de/application/">Helmholtz Imaging</a> (ongoing)</li>
95+
<li><a href="https://physh.org/">PhySH</a> (ongoing)</li>
96+
<li><a href="https://www.wikidata.org/wiki/Wikidata:Main_Page">wikidata</a> (foreseen)</li>
97+
</ul>
98+
99+
<h2>Connected Projects</h2>
100+
<ul class="md-itemization">
101+
<li><a href="https://github.com/pan-ontologies/esrf-ontologies">ESRF-ET</a></li>
102+
<li><a href="https://nomad-lab.eu/nomad-lab/ai-toolkit.html">NOMAD</a></li>
103+
</ul>
104+
</div>
105+
</aside>
106+
</div>
107+
</div>
108+
</body>
109+
</html>

docs/build.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ <h1>Documentation</h1>
2424
<ul class="nav-list">
2525
<li><a href="index.html" class="nav-link" data-section="scope">Scope of PaNET</a></li>
2626
<li><a href="https://expands-eu.github.io/ExPaNDS-experimental-techniques-ontology/index-en.html" class="nav-link" data-section="scope">Browse PaNET</a></li>
27+
<li><a href="applications.html" class="nav-link" data-section="applications">Applications</a></li>
2728
<li><a href="workflow.html" class="nav-link" data-section="git-workflow">Git Workflow</a></li>
2829
<li><a href="std_op_proc.html" class="nav-link" data-section="procedures">PaNET Standard Operating Procedures</a></li>
2930
<li><a href="build.html" class="nav-link-selected" data-section="environment">Build the Environment</a></li>

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h1>Documentation</h1>
2323
<ul class="nav-list">
2424
<li><a href="index.html" class="nav-link-selected" data-section="scope">Scope of PaNET</a></li>
2525
<li><a href="https://expands-eu.github.io/ExPaNDS-experimental-techniques-ontology/index-en.html" class="nav-link" data-section="scope">Browse PaNET</a></li>
26+
<li><a href="applications.html" class="nav-link" data-section="applications">Applications</a></li>
2627
<li><a href="workflow.html" class="nav-link" data-section="git-workflow">Git Workflow</a></li>
2728
<li><a href="std_op_proc.html" class="nav-link" data-section="procedures">Standard Operating Procedures</a></li>
2829
<li><a href="build.html" class="nav-link" data-section="environment">Build the Environment</a></li>

docs/release.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ <h1>Documentation</h1>
2424
<ul class="nav-list">
2525
<li><a href="index.html" class="nav-link" data-section="scope">Scope of PaNET</a></li>
2626
<li><a href="https://expands-eu.github.io/ExPaNDS-experimental-techniques-ontology/index-en.html" class="nav-link" data-section="scope">Browse PaNET</a></li>
27+
<li><a href="applications.html" class="nav-link" data-section="applications">Applications</a></li>
2728
<li><a href="workflow.html" class="nav-link" data-section="git-workflow">Git Workflow</a></li>
2829
<li><a href="std_op_proc.html" class="nav-link" data-section="procedures">Standard Operating Procedures</a></li>
2930
<li><a href="build.html" class="nav-link" data-section="environment">Build the Environment</a></li>

docs/std_op_proc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ <h1>Documentation</h1>
2424
<ul class="nav-list">
2525
<li><a href="index.html" class="nav-link" data-section="scope">Scope of PaNET</a></li>
2626
<li><a href="https://expands-eu.github.io/ExPaNDS-experimental-techniques-ontology/index-en.html" class="nav-link" data-section="scope">Browse PaNET</a></li>
27+
<li><a href="applications.html" class="nav-link" data-section="applications">Applications</a></li>
2728
<li><a href="workflow.html" class="nav-link" data-section="git-workflow">Git Workflow</a></li>
2829
<li><a href="std_op_proc.html" class="nav-link-selected" data-section="procedures">Standard Operating Procedures</a></li>
2930
<li><a href="build.html" class="nav-link" data-section="environment">Build the Environment</a></li>

docs/workflow.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h1>Documentation</h1>
2323
<ul class="nav-list">
2424
<li><a href="index.html" class="nav-link" data-section="scope">Scope of PaNET</a></li>
2525
<li><a href="https://expands-eu.github.io/ExPaNDS-experimental-techniques-ontology/index-en.html" class="nav-link" data-section="scope">Browse PaNET</a></li>
26+
<li><a href="applications.html" class="nav-link" data-section="applications">Applications</a></li>
2627
<li><a href="workflow.html" class="nav-link-selected" data-section="git-workflow">Git Workflow</a></li>
2728
<li><a href="std_op_proc.html" class="nav-link" data-section="procedures">Standard Operating Procedures</a></li>
2829
<li><a href="build.html" class="nav-link" data-section="environment">Build the Environment</a></li>

0 commit comments

Comments
 (0)