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
    Unable to calculate vocabulary similarity
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Citation

Owner

  • Name: Faaiz Abdullah
  • Login: faaizja
  • Kind: user

Student of life

Citation (citations-section.html)

<!DOCTYPE html>

<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Citations</title>
    <link href="css/main.css" rel="stylesheet">
</head>

<body>

    <section class="citations-section">
        <h2>Citations</h2>
        <ul>
            <li>Matteson, Steve. Designer. 2011. <strong>Open Sans [Font]</strong>. Retrieved from 
                <a href="https://www.google.com/fonts#QuickUsePlace:quickUse/Family:Open+Sans" target="_blank" rel="noreferrer noopener">Google Fonts</a>
            </li>
            <li>Teintes. (n.d.). <strong>Récapitulatif [Website]</strong>. Retrieved from 
                <a href="https://www.teintes.fr/p/recapitulatif.html" target="_blank" rel="noreferrer noopener">Teintes</a>
            </li>
            <li>Porsche. (n.d.). <strong>911 GT3 RS [Website]</strong>. Retrieved from 
                <a href="https://www.porsche.com/canada/en/models/911/911-gt3-rs/911-gt3-rs/" target="_blank" rel="noreferrer noopener">Porsche</a>
            </li>
            <!-- <li>Creator. (Role). (Year). <strong>Title [Media]</strong>. Retrieved from <a href="#">URL</a>.</li> -->
        </ul>
    </section>

    <script>
        fetch('/nav.html')
            .then((response) => response.text())
            .then((html) => {
                document.body.insertAdjacentHTML('afterbegin', html);
            });
    </script>

</body>

</html>

GitHub Events

Total
  • Push event: 10
  • Create event: 2
Last Year
  • Push event: 10
  • Create event: 2