mister-frise
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: GuillaumeMasselot
- License: mit
- Language: JavaScript
- Default Branch: master
- Size: 358 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
- Releases: 0
Metadata Files
README.md
Mister Frise
Bienvenue sur le site Mister Frise qui se propose de présenter l'Histoire à travers des articles très "visuels".
Avancement du projet
Le suivi de l'avancement du projet est dispo ici
Rédiger un article
Les articles du site sont rédigés au format Yaml.
Les bases du Yaml : [https://learnxinyminutes.com/docs/fr-fr/yaml-fr/]
Exemple d'article :
yaml
title: Mon titre
intro: >
Une intro
sur plusieurs
lignes
imgUrl: https://ak7.picdn.net/shutterstock/videos/13856177/thumb/1.jpg
notes:
- Une note
- Une autre note
events:
- event:
title: Un evenement particulier
subtitle: Un sous titre #optionnel
start: -2000 #formats supportés : DD/MM/YYYY, MM/YYYY, YYYY
end: -1000 #optionnel
dateLabel: Tout le deuxième millénaire avant notre ère #optionnel
group: Un label pour lier des evenements sur la timeline interactive #optionnel
details: Des détails croustillants sur mon evenement #optionnel
- event:
title: Un autre evenement
subtitle:
start: 30/04/1856
end: 31/04/1856
dateLabel:
details:
group:
#...
Pour se faciliter la vie dans la rédaction d'articles sous Visual Studio Code, voici un snippet de création d'évènement :
Ctrl+MAJ+P > Configure user snippets > new global snippet file :
json
{
"YamlFriseEvent":{
"prefix":"fe",
"scope": "yaml",
"body":[
"- event : ",
" title : ${1}",
" subtitle : ${2}",
" start : ${3:01/01/100}",
" end : ${4:31/12/199}",
" dateLabel : ${5}",
" group : ${6}",
" details : ${7}"
]
}
}
Proposer son article
Faire une pull-request de l'article dans le dossier articles à la racine du projet.
Citation (citations/citations.yml)
quotes:
- quote:
author: Karl Marx
text: Celui qui ne connaît pas l'histoire est condamné à la revivre.
img: https://media.salon.com/2014/04/karl_marx.jpg
- quote:
author: Winston Churchill
text: Le succès c'est d'aller d'échec en échec sans perdre son enthousiasme.
img: http://cdn.images.express.co.uk/img/dynamic/141/590x/secondary/Churchill-428016.jpg
- quote:
author: Marc Aurèle
text: On n'est pas moins fautif en ne faisant pas ce qu'on doit faire qu'en faisant ce qu'on ne doit pas faire.
img: https://f.hypotheses.org/wp-content/blogs.dir/1157/files/2014/03/Mar-Aur%C3%A8le.jpg
- quote:
author: John Fitzgerald Kennedy
text: Ceux qui rendent une révolution pacifique impossible rendront une révolution violente inévitable.
img: https://www.goliath.com/wp-content/uploads/2016/03/jfk-in-his-own-words-1920.jpg
- quote:
author: Sacha Guitry
text: Ce qui, probablement, fausse tout dans la vie, c'est qu'on est convaincu qu'on dit la vérité parce qu'on dit ce qu'on pense.
img: https://lestroiscoups.fr/wp-content/uploads/2016/06/sacha-guitry-unifrance.org_.jpg
- quote :
author: Tacite
text: Ils sèment la désolation et nomment cela la paix.
img: https://upload.wikimedia.org/wikipedia/commons/3/37/EmpereurTacite.jpg
- quote:
author: Paracelse
text: Tout est poison et rien n'est sans poison ; la dose seule fait que quelque chose n'est pas un poison.
img: http://philippelopes.free.fr/Paracelse.jpg
GitHub Events
Total
Last Year
Dependencies
- 1421 dependencies
- @material-ui/core ^3.9.3
- @material-ui/icons ^3.0.2
- history ^4.9.0
- js-yaml ^3.13.1
- react ^16.8.6
- react-dom ^16.8.6
- react-html-parser ^2.0.2
- react-router-dom ^5.0.0
- react-scripts 2.1.8
- react-timeline-scribble ^1.0.14
- typeface-roboto 0.0.54
- accepts 1.3.7
- argparse 1.0.10
- array-flatten 1.1.1
- async 2.6.2
- bluebird 3.5.1
- body-parser 1.19.0
- bson 1.1.1
- bytes 3.1.0
- content-disposition 0.5.3
- content-type 1.0.4
- cookie 0.4.0
- cookie-signature 1.0.6
- cross-fetch 3.0.4
- debug 2.6.9
- debug 3.1.0
- depd 1.1.2
- destroy 1.0.4
- dotenv 7.0.0
- ee-first 1.1.1
- encodeurl 1.0.2
- escape-html 1.0.3
- esprima 4.0.1
- etag 1.8.1
- express 4.17.1
- finalhandler 1.1.2
- forwarded 0.1.2
- fresh 0.5.2
- http-errors 1.7.2
- iconv-lite 0.4.24
- inherits 2.0.3
- ipaddr.js 1.9.0
- js-yaml 3.13.1
- kareem 2.3.1
- lodash 4.17.15
- media-typer 0.3.0
- merge-descriptors 1.0.1
- methods 1.1.2
- mime 1.6.0
- mime-db 1.40.0
- mime-types 2.1.24
- mongodb 3.3.2
- mongoose 5.7.1
- mongoose-legacy-pluralize 1.0.2
- mpath 0.6.0
- mquery 3.2.1
- ms 2.1.2
- ms 2.0.0
- ms 2.1.1
- negotiator 0.6.2
- node-fetch 2.6.0
- on-finished 2.3.0
- parseurl 1.3.3
- path-to-regexp 0.1.7
- proxy-addr 2.0.5
- qs 6.7.0
- range-parser 1.2.1
- raw-body 2.4.0
- regexp-clone 1.0.0
- require_optional 1.0.1
- resolve-from 2.0.0
- safe-buffer 5.1.2
- safer-buffer 2.1.2
- semver 5.7.1
- send 0.17.1
- serve-static 1.14.1
- setprototypeof 1.1.1
- sift 7.0.1
- sliced 1.0.1
- sprintf-js 1.0.3
- statuses 1.5.0
- toidentifier 1.0.0
- type-is 1.6.18
- unpipe 1.0.0
- utils-merge 1.0.1
- vary 1.1.2
- whatwg-fetch 3.0.0
- body-parser ^1.19.0
- cross-fetch ^3.0.4
- dotenv ^7.0.0
- express ^4.17.1
- js-yaml ^3.13.1
- mongoose ^5.7.1
- node-fetch ^2.6.0