Skip to content

Commit f92a010

Browse files
authored
Merge branch 'main' into development
2 parents dcffef0 + d14c903 commit f92a010

13 files changed

Lines changed: 54 additions & 8 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/.vscode/
1+
/.vscode/
2+
*.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
A repository for the materials and videos of the CodeMetaSoft project
66

7-
This is work in progress.
7+
The website is available at [https://w3id.org/codemetasoft](https://w3id.org/codemetasoft)
5.82 MB
Binary file not shown.
2.28 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

website/css/.DS_Store

-6 KB
Binary file not shown.

website/css/style.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/index.html

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ <h3>Principal investigator</h3>
228228
<div>
229229
<img src="./media/image2.jpg" width="300" height="175">
230230
</div>
231-
<p><b>Daniel Garijo and Thomas Villaume</b></p>
232-
<p>Universidad Politécnica de Madrid and LAPP</p>
231+
<p><b>Daniel Garijo and Thomas Vuillaume</b></p>
232+
<p>Universidad Politécnica de Madrid and Laboratoire d'Annecy de Physique des Particules</p>
233233

234234
<h3>BIO</h3>
235235
<p><b>Daniel Garijo</b> is a researcher at the Ontology Engineering Group of the Universidad Politécnica de Madrid. His line of research is at the intersection of Knowledge Capture, e-Science and Semantics, in particular on capturing the context and metadata of research software and computational experiments to promote their (re)usability.</p>
236-
<p><b>Thomas Villaume</b> is a data scientist and research software engineer working at LAPP, CNRS. His line of research focuses on developing data analysis pipelines, including machine and deep learning methods, to extract information from the Cherenkov Telescope Array (CTA) currently under construction.</p>
236+
<p><b>Thomas Viillaume</b> is a data scientist and research software engineer working at Laboratoire d'Annecy de Physique des Particules (LAPP), CNRS. His line of research focuses on developing data analysis pipelines, including machine and deep learning methods, to extract information from the Cherenkov Telescope Array (CTA) currently under construction.</p>
237237
</div>
238238
<br>
239239
<div class="user-frame" style="float: left">
@@ -264,6 +264,14 @@ <h2>SCIENTIFIC IMPACT</h2>
264264

265265

266266
</div>
267+
<!-- <footer class="site-footer">
268+
<div class="footer-content">
269+
<span class="footer-text">The authors acknowledge the OSCARS project, which has received funding from the European Commission's Horizon Europe Research and Innovation programme under grant agreement No. 101129751</span>
270+
<a href="https://oscars-project.eu/" target="_blank" rel="noopener noreferrer">
271+
<img src="media/OSCARS-logo.png" alt="Funding Organization Logo" class="footer-logo">
272+
</a>
273+
</div>
274+
</footer> -->
267275

268276
</div>
269277
</div>
@@ -445,7 +453,7 @@ <h4>Contact Information</h4>
445453
</div>
446454
447455
</div>
448-
-->
456+
-->
449457
<div class="row copyright">
450458
<div class="col-md-12 text-center">
451459
<p>
@@ -465,11 +473,22 @@ <h4>Contact Information</h4>
465473
-->
466474
</div>
467475
</div>
468-
469476
</div>
470-
</footer>
471477
</div>
472478

479+
<footer id="site-footer">
480+
<div class="footer-container">
481+
<p class="oscars-logo">
482+
<a href="https://oscars-project.eu/">
483+
<img src="media/OSCARS-logo.png" alt="Funding Organization Logo" class="footer-logo">
484+
</a>
485+
</p>
486+
<p class="acknowledgment">
487+
The authors acknowledge the OSCARS project, which has received funding from the European Commission's Horizon Europe Research and Innovation programme under grant agreement No. 101129751
488+
</p>
489+
</div>
490+
</footer>
491+
473492
<div class="gototop js-top">
474493
<a href="#" class="js-gotop"><i class="icon-arrow-up22"></i></a>
475494
</div>

website/js/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)