mdl-website
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 (0.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: Draggir
- Language: CSS
- Default Branch: main
- Size: 10.4 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 3 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
Citation
README.md
mywebsite
Owner
- Login: Draggir
- Kind: user
- Repositories: 1
- Profile: https://github.com/Draggir
Citation (citations.html)
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>En Développement</title>
<link rel="stylesheet" href="citations.css">
</head>
<body>
<div class="container">
<p class="message">Cette page est en développement et n'est pas encore disponible.</p>
<button class="button" onclick="goBack()">Retour</button>
<button class="button" onclick="goHome()">Accueil</button>
</div>
<script>
function goBack() {
window.history.back();
}
function goHome() {
window.location.href = "/";
}
</script>
</body>
</html>