nouvelle-citation-javascript
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
Low similarity (0.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: halit50
- Language: JavaScript
- Default Branch: master
- Size: 1.95 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 5 years ago
· Last pushed about 5 years ago
Metadata Files
Citation
Owner
- Name: Halit Cinici
- Login: halit50
- Kind: user
- Location: France
- Company: Ebp Informatique
- Website: www.linkedin.com/in/halit50
- Repositories: 1
- Profile: https://github.com/halit50
Citation (citation.html)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Citation</title>
</head>
<body>
<div class="container h-100">
<div class="row align-items-center justify-content-center h-100">
<div class="col-md-8 col-lg-6 p-3">
<div class="bg-light shadow p-5">
<div id="citation" class="text-center">
La vie est un mystère qu'il faut vivre, et non un problème à résoudre.
</div>
<div class="bg-secondary w-25 mx-auto p-1 my-4"></div>
<div id="auteur" class="text-center">
Gandhi
</div>
</div>
<div id="nouveau" class="mt-2 text-center p-3 text-white font-weight-bold text-uppercase">
Nouvelle citation
</div>
</div>
</div>
</div>
<script src="citation.js"></script>
</body>
</html>