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: adammokh4
  • Language: HTML
  • Default Branch: main
  • Size: 1.4 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Citation

Owner

  • Login: adammokh4
  • Kind: user

Citation (citations.html)

<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8" />
  <title>Citations - Hydrogène</title>
  <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
  <style>
    body {
      font-family: 'Roboto', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f0fdf4;
    }
    header {
      position: relative;
      background-image: url('images/fond.png');
      background-size: cover;
      background-position: center;
      color: white;
      text-align: center;
      padding: 100px 20px;
    }
    header::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 0;
    }
    header h1 {
      position: relative;
      z-index: 1;
      font-size: 2.8em;
      text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
    }
    nav {
      background-color: #e0f2f1;
      text-align: center;
      padding: 10px;
    }
    nav a {
      color: #2e7d32;
      text-decoration: none;
      font-weight: bold;
      margin: 0 10px;
    }
    section {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    h2 {
      color: #2e7d32;
      margin-bottom: 20px;
    }
    blockquote {
      background-color: #e8f5e9;
      border-left: 5px solid #2e7d32;
      margin: 20px 0;
      padding: 15px 20px;
      font-style: italic;
      color: #333;
    }
    cite {
      display: block;
      margin-top: 10px;
      font-weight: bold;
      color: #1b5e20;
    }
    footer {
      text-align: center;
      background: #2e7d32;
      color: white;
      padding: 10px;
      margin-top: 20px;
    }
  </style>
</head>
<body>
  <header>
    <h1>Propos d’acteurs</h1>
  </header>

  <nav>
    <a href="index.html">Accueil</a>
    <a href="types.html">Types</a>
    <a href="evolution.html">Évolution</a>
    <a href="acteurs.html">Acteurs</a>
    <a href="discorde.html">Discorde</a>
    <a href="donnees.html">Données</a>
    <a href="citations.html">Citations</a>
    <a href="arguments.html">Arguments</a>
    <a href="conclusion.html">Conclusion</a>
  </nav>

  <section>
    <h2>Propos d’acteurs clés du débat</h2>

    <blockquote>
      « L’hydrogène s’inscrit totalement dans la stratégie de TotalEnergies. Les bleus, les verts, les jaunes ne s’opposent pas mais se complètent. »
      <cite>— Adamo Screnci, TotalEnergies (2021)</cite>
    </blockquote>

    <blockquote>
      “L'hydrogène est souvent présenté comme une solution miracle, il est en réalité capable du meilleur comme du pire. À vouloir le développer tous azimuts, on risque d'entretenir l'industrie française dans une trappe à fossiles[...]”
      <cite>— WWF France (2023)</cite>
    </blockquote>

    <blockquote>
      “Notre ambition est d’accélérer l’adoption de l’hydrogène dans l’industrie ferroviaire et de développer des solutions innovantes dans le cadre du verdissement des mobilités lourdes[…]”
      <cite>— ENGIE & Alstom (2022)</cite>
    </blockquote>
  </section>

  <footer>
    <p>Projet étudiant - Controverse sur l’Hydrogène © 2025</p>
  </footer>
</body>
</html>

GitHub Events

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