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: geoleven
  • License: gpl-3.0
  • Language: HTML
  • Default Branch: main
  • Size: 43.9 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 8 months ago
Metadata Files
License Citation

Owner

  • Name: Georgios Leventis
  • Login: geoleven
  • Kind: user
  • Location: 16675, Glifada, Attica, Greece
  • Company: CERN

Versatile, always searching to learn more. Interested in everything that will make the world change.

Citation (citations.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="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
  <link href="css/styles.css" rel="stylesheet">
</head>
<body>
  <nav class="navbar navbar-expand-lg navbar-dark bg-purple">
    <div class="container-fluid">
      <a class="navbar-brand" href="index.html">Data Viz Project</a>
      <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
        <span class="navbar-toggler-icon"></span>
      </button>
      <div class="collapse navbar-collapse" id="navbarNav">
        <ul class="navbar-nav">
          <li class="nav-item">
            <a class="nav-link" href="index.html">Visualizations</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="video.html">Video</a>
          </li>
          <li class="nav-item">
            <a class="nav-link active" href="#">Citations</a>
          </li>
        </ul>
      </div>
    </div>
  </nav>

  <main class="container my-5">
    <h1>Citations</h1>
    <ul>
      <li>
        <strong>Bootstrap</strong> - Used for responsive layout and components. <a href="https://getbootstrap.com/" target="_blank">https://getbootstrap.com/</a>
      </li>
      <li>
        <strong>Tableau</strong> - Used for embedding interactive visualizations. <a href="https://public.tableau.com/" target="_blank">https://public.tableau.com/</a>
      </li>
      <li>
        <strong>YouTube</strong> - Used for video embedding. <a href="https://www.youtube.com/" target="_blank">https://www.youtube.com/</a>
      </li>
      <li>
        <strong>CSS Scroll Snap</strong> - Used for scroll snapping effect. <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type" target="_blank">MDN Documentation</a>
      </li>
    </ul>
  </main>

  <footer class="bg-purple-dark text-center py-3">
    <p>© 2025 Data Visualization Course</p>
  </footer>

  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

GitHub Events

Total
  • Watch event: 1
  • Push event: 8
Last Year
  • Watch event: 1
  • Push event: 8