exercice-application-
Science Score: 31.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
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic links in README
-
○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: emixam60
- Language: CSS
- Default Branch: main
- Size: 162 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Citation
Owner
- Login: emixam60
- Kind: user
- Repositories: 1
- Profile: https://github.com/emixam60
Citation (citations/index.html)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap" rel="stylesheet">
</head>
<body>
<div>
<button onclick="history.back()">retour</button>
</div>
<div class="container text-center">
<h1>Générateur de citations</h1>
<blockquote>
<p class="quote">Citations</p>
<footer class="writer">Auteur</footer>
</blockquote>
<button id="generer" class="btn btn-large btn-success">
<i class="fa fa-flask"></i>générer
</button>
</div>
<script src="script.js"></script>
</body>
</html>