Science Score: 44.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.8%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Web page project (Static)
Basic Info
- Host: GitHub
- Owner: Ziqi418
- Language: HTML
- Default Branch: master
- Homepage: https://stanley-sjtu.github.io/indexpage.html
- Size: 51.3 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 6 years ago
· Last pushed almost 6 years ago
Metadata Files
Readme
Citation
readme.md
A project for web page
Building a web application for sophrology training, including introduction, sessions and course resourses.\ W3.CSS + JavaScript + hosted on GitHub pages
Owner
- Name: Ziqi XU
- Login: Ziqi418
- Kind: user
- Repositories: 1
- Profile: https://github.com/Ziqi418
Citation (citation.html)
<!DOCTYPE html>
<html>
<title>CITATION</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2 {font-family: "Raleway", Arial, sans-serif}
h1 {letter-spacing: 6px}
.w3-row-padding img {margin-bottom: 12px}
</style>
<body>
<div class="w3-top">
<div class="w3-bar w3-white w3-padding w3-card">
<a href="citation.html" class="w3-bar-item w3-button">CITATION</a>
<div class="w3-right w3-hide-small">
<a href="indexpage.html" class="w3-bar-item w3-button">ACCUEIL</a>
<a href="more.html" class="w3-bar-item w3-button">EN SAVOIR PLUS</a>
<a href="train.html" class="w3-bar-item w3-button">ENTRAINEMENT</a>
<a href="resource.html" class="w3-bar-item w3-button">PAUSES RESSOURCES</a>
</div>
</div>
</div>
<br>
<!-- !PAGE CONTENT! -->
<br>
<div class="w3-container" style="max-width:1500px">
<br>
<img src="images/tard.png" style="width:100%;max-width:600px">
<br>
<img class="w3-padding-64" src="images/Citation9.jpg" style="width:100%;max-width:600px">
<br>
<img class="w3-padding-32" src="images/LES PETITS SOLEILS.jpg" style="width:100%;max-width:600px">
<img class="w3-padding-16" src="images/smiles.png" style="width:100%;max-width:50px">
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center">
<p>Powered by TangMiTang</p>
</footer>
</body>
</html>