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 publication links
  • 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
  • Host: GitHub
  • Owner: edingens
  • Language: HTML
  • Default Branch: main
  • Size: 61.5 KB
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
Readme Changelog Citation

README.md

edingens.github.io

Owner

  • Name: Eli Dingens
  • Login: edingens
  • Kind: user

Citation (citations.html)

<!DOCTYPE html>
<html lang="en">
<head>
    <link rel="stylesheet" href="style.css">
    <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.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
    <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
        <div class="container-fluid">
            <a class="navbar-brand" href="index.html">Eat Local, Think Global</a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto">
                    <li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
                    <li class="nav-item"><a class="nav-link" href="problem.html">The Problem</a></li>
                    <li class="nav-item"><a class="nav-link" href="history.html">History of Local Eating</a></li>
                    <li class="nav-item"><a class="nav-link" href="benefits.html">The Benefits</a></li>
                    <li class="nav-item"><a class="nav-link" href="future.html">Future of Local Eating</a></li>
                    <li class="nav-item"><a class="nav-link active" href="citations.html">Citations</a></li>
                </ul>
            </div>
        </div>
    </nav>

    <header class="hero-section">
        <h1>Citations</h1>
        <p>References for "Eat Local, Think Global"</p>
    </header>

    <section class="container py-4">
        <ul>
            <li>
                "7 benefits of eating local foods." <em>Michigan State University Extension</em>, https://www.canr.msu.edu/news/7_benefits_of_eating_local_foods.
            </li>
            <li>
                "Food systems responsible for one-third of human-caused emissions." <em>Carbon Brief</em>, https://www.carbonbrief.org/food-systems-responsible-for-one-third-of-human-caused-emissions/.
            </li>
            <li>
                "How far did your food travel to get to you?" <em>Michigan State University Extension</em>, https://www.canr.msu.edu/news/how_far_did_your_food_travel_to_get_to_you.
            </li>
            <li>
                "Multifunctional small farms for global sustainability and food sovereignty." <em>University of Missouri</em>, https://ikerdj.mufaculty.umsystem.edu/presentation-papers/family-farms/multifunctional-small-farms-for-global-sustainability-and-food-sovereignty.
            </li>
            <li>
                "Photo of earth on homepage." <em>Responsibly Tech</em>, https://responsibly.tech/blog/top-sustainability-trends-reshaping-the-food-industry.
            </li>
            <li>
                "Photo of meat factory on homepage." <em>The Guardian</em>, https://www.theguardian.com/environment/2022/jun/30/us-food-production-climate-crisis-meat-monopoly-farming.
            </li>
            <li>
                "Photo of the benefits on homepage." <em>Eco Alchemy</em>, https://ecoalchemyf.ru/the-benefits-of-eating-local-produce-2/.
            </li>
            <li>
                "Photo of the future of local eating." <em>Edible Manhattan</em>, https://www.ediblemanhattan.com/progressives/looking-at-the-future-of-local-food/.
            </li>
            <li>
                "Photo of the history of local eating on homepage." <em>National Archives Education Blog</em>, https://education.blogs.archives.gov/2016/02/16/gardening-to-victory/.
            </li>
            <li>
                "Rodale white paper on regenerative agriculture." <em>Rodale Institute</em>, https://rodaleinstitute.org/wp-content/uploads/rodale-white-paper.pdf.
            </li>
            <li>
                "Sustainability in local food systems." <em>CABI Digital Library</em>, https://www.cabidigitallibrary.org/doi/10.1079/cabireviews.2024.0053.
            </li>
            <li>
                "The benefits of eating local produce." <em>Eco Alchemy</em>, https://ecoalchemyf.ru/the-benefits-of-eating-local-produce-2/.
            </li>
            <li>
                "The globalized industrialized food system is destroying the world." <em>Resilience</em>, https://www.resilience.org/stories/2024-11-05/the-globalized-industrialized-food-system-is-destroying-the-world-we-urgently-need-to-support-local-food-economies/.
            </li>
            <li>
                "Too Good To Go: Fighting food waste." <em>Too Good To Go</em>, https://www.toogoodtogo.com/en-us/.
            </li>
            <li>
                "Victory gardens on the World War II home front." <em>National Park Service</em>, https://www.nps.gov/articles/000/victory-gardens-on-the-world-war-ii-home-front.htm.
            </li>
            <li>
                "Wasted food: A resource conservation guide." <em>Natural Resources Defense Council</em>, https://www.nrdc.org/sites/default/files/wasted-food-IP.pdf.
            </li>
        </ul>
    </section>

    <footer class="bg-dark text-white text-center py-3">
        <p>Environ 245 Final Project by Eli Dingens</p>
    </footer>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

GitHub Events

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