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 links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: pololosky
  • Language: JavaScript
  • Default Branch: master
  • Size: 592 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 8 months ago
Metadata Files
Citation

Owner

  • Login: pololosky
  • Kind: user

Citation (CitationParJours/citation.css)

*{
    padding: 0;
    margin: 0;
    top: 0;
    box-sizing: border-box;
}
header{
    display: flex;
    justify-content: left;
    padding: 10px;
}
#new{
    border: none;
    width: 25%;
    padding: 10px;
    height: 10%;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 1px 2px 2px gray;
    cursor: pointer;
    transition: all 0.5s ease;
}
#new:hover{
    transform: scale(1.03);
    background-color: rgb(207, 207, 207);
}
.ecran{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 50px;
}
.ecran input{
    font-size: 20px;
    padding: 10px;
    width: 70%;
    height: 70px;
    border-radius: 10px;
}

GitHub Events

Total
  • Push event: 5
  • Create event: 1
Last Year
  • Push event: 5
  • Create event: 1