Skip to content

Commit

Permalink
fix(repo): Remove all unneeded files, including unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Apr 25, 2024
1 parent dfbb617 commit 7e20dea
Show file tree
Hide file tree
Showing 280 changed files with 13 additions and 19,932 deletions.
21 changes: 0 additions & 21 deletions .github/CONTRIBUTING.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/js.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

12 changes: 7 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Copyright (C) 2011-2022 Hakim El Hattab, http://hakim.se, and reveal.js contributors
MIT License

Copyright (c) 2022 #dataESR

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -7,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Présentations
# Presentations

## Presentations

* [20220928 - SIES - Ouverture des codes sources au sein du Département des outils d'aide à la décision](https://dataesr.github.io/presentations/20220928_ouverture_code.html)
* [20221003 - BSO - Mesurer l'évolution de la science ouverte en France à partir de données fiables, ouvertes et maîtrisées sans recourir aux bases bibliométriques propriétaires](https://dataesr.github.io/presentations/20221003_bso.html)
Expand All @@ -9,6 +11,8 @@
* [20240313 - Baromètre de la science ouverte 2023 : Webinaire Club Utilisateurs](https://dataesr.github.io/presentations/20240313_bso_webinaire_club_utilisateurs.html)
* [20240311 - TEDS : Edition 2024](https://dataesr.github.io/presentations/20240311_teds.html)
* [20240412 - Brevets TEDS : Edition 2024](https://dataesr.github.io/presentations/20240412_brevets_teds.html)


## Run server

`python3 -m http.server 9000`
`python3 -m http.server -d web`
Loading

0 comments on commit 7e20dea

Please sign in to comment.