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
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed 8 months ago
Metadata Files
Citation

Owner

  • Login: anson0814
  • Kind: user

Citation (citations.html)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="shortcut icon" type="image/png" href="./img/logo.svg" />
    <title>Citations</title>

    <!-- Bootstrap CSS -->
    <link
      rel="stylesheet"
      href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
      integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
      crossorigin="anonymous"
    />
    <!-- Custom CSS -->
    <link rel="stylesheet" href="css/main.css" />
</head>
<body>
  <nav class="navbar navbar-expand-lg navbar-dark bg-dark custom-navbar">
    <div class="navbar-brand-container">
        <a class="navbar-brand" href="index.html">
            <img src="img/logo.png" alt="Your Logo" width="36" height="60">
        </a>
    </div>  
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
        aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
        <span class="navbar-toggler-icon"></span>
    </button>
    <div class="collapse navbar-collapse" id="navbarNav">
        <ul class="navbar-nav ml-auto">
            <li class="nav-item">
                <a class="nav-link" href="index.html">Home</a>
            </li>
            <li class="nav-item">
                <a class="nav-link" href="about.html">About</a>
            </li>
            <li class="nav-item">
                <a class="nav-link" href="https://drive.google.com/file/d/15ANXeB6tqhc7tVxG2RV_KDApBmCl0Hx0/view" target="_blank" rel="noopener noreferrer">Resume</a>
            </li>
        </ul>
    </div>
</nav>

  <div class="citation-container container mt-5">
    <h1 class="text-center">Citations</h1>
    <ul class="list-group mt-4">
      <li class="list-group-item">
        <b>Bootstrap:</b> Used for styling and layout. Available at
        <a href="https://getbootstrap.com/">https://getbootstrap.com/</a>
      </li>
      <li class="list-group-item">
        <b>Bootstrap Icons:</b> Used for social media icons. Available at
        <a href="https://icons.getbootstrap.com/">https://icons.getbootstrap.com/</a>
      </li>
      <li class="list-group-item">
        <b>Home Page Background Image:</b> by rawpixel.com on 
        <a href="https://www.freepik.com/free-vector/white-gray-hexagon-pattern-background_16398206.html*/">Freepik</a>
      </li>
      <li class="list-group-item">
        <b>Nunito Sans [Font]</b>.Vernon Adams, Jacques Le Bailly, Manvel Shmavonyan, Alexei Vanyashin 2023.  Retrieved from <a href="https://fonts.google.com/specimen/Nunito+Sans/about">https://fonts.google.com/specimen/Nunito+Sans/about</a>
      </li>

    </ul>
  </div>

  <footer>
    <div class="footer-content">
      <div class="footer-section">
        <a href="styleguide.html">
          <h3 class="bootstrap-link">Style Guide</h3>
        </a>
      
      </div>

      <div class="footer-section">
        <a href="citations.html">
          <h3 class="bootstrap-link">Citations</h3>
        </a>
      </div>
      
      <div class="footer-section">
        <h3>Contact</h3>
        <p>Email: <a href="mailto:ansonlin814@outlook.com">ansonlin814@outlook.com</a></p>
        <p>Phone: <a href="tel:+1234567890">+1 (604) 366-8928</a></p>
      </div>          

    <div class="row">
      <ul class="footer__social-links">
        <li class="footer__social-link-item">
          <a href="https://github.com/anson0814" title="Link to Github Profile">
            <img src="./img/github.svg" class="footer__social-image" alt="Github">
          </a>
        </li>
        <li class="footer__social-link-item">
          <a href="https://www.linkedin.com/mwlite/in/anson-lin-987201175">
            <img src="./img/linkedin.svg" title="Link to Linkedin Profile" class="footer__social-image" alt="Linkedin">
          </a>
        </li>
      </ul>
    </div>
    </div>

  </footer>
  
  
        <script src="path/to/bootstrap.js"></script>
        <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
        <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
      
  </body>
  </html>

GitHub Events

Total
  • Push event: 15
Last Year
  • Push event: 15