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 links in README
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: Maristefer
- Language: HTML
- Default Branch: main
- Size: 1.43 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Citation
Owner
- Login: Maristefer
- Kind: user
- Repositories: 1
- Profile: https://github.com/Maristefer
Citation (Citations/css/common-v1.css)
/******************************************************************************/
/* GENERALITES */
/******************************************************************************/
html{
font-size: 62.5%;/*Ramène à 10px la police par défaut*/
}
body{
font-size: 16px;/* Ramène à la taille de police par défaut */
font-family: sans-serif;
color: #555;
background-color: #eee;
}
h1 {
font-size: 4rem;
color: #dd5735;
}
h2 {
font-size: 3.2rem;
color: #333;
}
h3{
font-size: 2.4rem;
}
a {
text-decoration: none;
color: #dd5735;
}
/******************************************************************************/
/* LAYOUT : mise ne page */
/******************************************************************************/
.header {
text-align: center;
background-color: #ddd;
border: 1px solid #dd5735;
}
.footer {
text-align: center;
background-color: #ddd;
border: 1px solid #555;
}
.license img {
background-color: black;
padding: 15px;
}
/******************************************************************************/
/* VARIOUS */
/******************************************************************************/
.parent {
border: 1px dashed #dd5735;
}