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 about 2 years ago · Last pushed about 2 years ago
Metadata Files
Citation

Owner

  • Name: Kent
  • Login: keckothedragon
  • Kind: user

Hi

Citation (citations.html)

<!DOCTYPE html>
<html>
    <head>
        <link rel="stylesheet" href="../static/css/bootstrap.min.css" type="text/css">
        

        <script>
            document.addEventListener("DOMContentLoaded", () => {
                const images = document.getElementsByTagName('img');
                const maxRetries = 3;
    
                for (let img of images) {
    
                    let retryCount = 0;
    
                    const errorHandler = function() {
                        if (retryCount < maxRetries) {
                            retryCount++;
                            console.log(`Retrying to load the image ${img.src}... Attempt ${retryCount}`);
                            setTimeout(() => {
                                // Use a random query parameter to ensure the browser attempts to reload the image
                                img.src = `${img.src.split('?')[0]}?retry=${new Date().getTime()}`;
                            }, 1000); // Retry after 1 second
                        } else {
                            console.error(`Failed to load the image ${img.src} after several attempts.`);
                        }
                    };
    
                    img.addEventListener('error', errorHandler);
    
                    // If the image is already in an error state when the script runs, trigger the error handler manually
                    if (img.complete && img.naturalWidth === 0) {
                        errorHandler();
                    }
                }
            });
    
            window.addEventListener("load", () => {
                const images = document.getElementsByTagName('img');
                for (let img of images) {
                    // If any image is in an error state after the page has loaded, manually trigger the error handler
                    if (img.complete && img.naturalWidth === 0) {
                        img.dispatchEvent(new Event('error'));
                    }
                }
            });
        </script>
    </head>
    <title>
        
    Citations

    </title>
    <body style="background-color:white; color:black;">
        <nav class="navbar navbar-expand-lg navbar-light bg-primary">
            <a class="navbar-brand" href="home.html">
                <img src="../static/img/Home-icon.svg" width="30" height="30" alt="Home icon">
            </a>
            <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">
                <li class="nav-item">
                    <a class="nav-link" href="solar.html">
                        <img src="../static/img/solar-icon-nobg.png" width="30" height="30" alt="Solar icon"> Solar
                    </a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="wind.html">
                        <img src="../static/img/wind-icon-nobg.png" width="30" height="30" alt="Wind icon"> Wind
                    </a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="hydroelectric.html">
                        <img src="../static/img/hydroelectric-icon-nobg.png" width="30" height="30" alt="Hydroelectric icon"> Hydroelectric
                    </a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="geothermal.html">
                        <img src="../static/img/geothermal-icon-nobg.png" width="30" height="30" alt="Geothermal icon"> Geothermal
                    </a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="citations.html">
                        <img src="../static/img/citation-icon.svg" width="30" height="30" alt="Citation icon"> Citations
                    </a>
                </li>
                </ul>
            </div>
        </nav>
        
        
<h1 class="main" style="margin:20px" align="center">
    Citations
</h1>
<center>
<h4 style="margin:20px">
    The information on this website was sourced from the following websites:
</h4>
</center>
<p style="margin:20px">
    American Solar Energy Society (ASES). (2022). "Solar Energy Basics."
    <a href="https://www.ases.org/get-involved/solar-energy-basics/">https://www.ases.org/get-involved/solar-energy-basics/.</a>
</p>
<p style="margin:20px">
    Department of Energy. "Top 10 Things You Didn't Know about Hydropower." Department of Energy, April 27, 2015.
    <a href="https://www.energy.gov/articles/top-10-things-you-didnt-know-about-hydropower">https://www.energy.gov/articles/top-10-things-you-didnt-know-about-hydropower.</a>
</p>
<p style="margin:20px">
    Geothermal Energy Association (GEA). (2022). "Geothermal Basics."
    <a href="https://www.geo-energy.org/geothermal-basics.aspx">https://www.geo-energy.org/geothermal-basics.aspx.</a>
</p>
<p style="margin:20px">
    Office of Energy Saver. “Residential Renewable Energy | Department of Energy.” Residential Renewable Energy. Accessed April 30, 2024.
    <a href="https://www.energy.gov/energysaver/residential-renewable-energy">https://www.energy.gov/energysaver/residential-renewable-energy.</a>
</p>
<p style="margin:20px">
    Ogletree, Allie. “How Much Do Solar Panels Cost in 2024?” Forbes, April 16, 2024.
    <a href="https://www.forbes.com/home-improvement/solar/cost-of-solar-panels/">https://www.forbes.com/home-improvement/solar/cost-of-solar-panels/.</a>
</p>
<p style="margin:20px">
    U.S. Department of Energy. (2022). "Geothermal Energy Technologies Office."
    <a href="https://www.energy.gov/eere/geothermal/geothermal-energy-technologies-office">https://www.energy.gov/eere/geothermal/geothermal-energy-technologies-office.</a>
</p>
<p style="margin:20px">
    U.S. Department of Energy. (2022). "Solar Energy Technologies Office."
    <a href="https://www.energy.gov/eere/solar/solar-energy-technologies-office">https://www.energy.gov/eere/solar/solar-energy-technologies-office.</a>
</p>
<p style="margin:20px">
    U.S. Department of Energy. (2022). Wind Energy Technologies Office.
    <a href="https://www.energy.gov/eere/wind/wind-energy-technologies-office">https://www.energy.gov/eere/wind/wind-energy-technologies-office.</a>
</p>
<p style="margin:20px">
    “Wind Energy: The Pros and Cons.” JustEnergy, November 14, 2018.
    <a href="https://justenergy.com/blog/wind-energy-pros-and-cons/">https://justenergy.com/blog/wind-energy-pros-and-cons/.</a> 
</p>
<br>

<center>
<h4 style="margin:20px">
    The images on this website were sourced from the following websites:
</h4>
</center>
<p style="margin:20px">
    Plant Sprout Growth. Pixabay. Accessed April 27, 2024.
    <a href="https://pixabay.com/illustrations/plant-sprout-growth-nature-earth-8643788/">https://pixabay.com/illustrations/plant-sprout-growth-nature-earth-8643788/.</a> 
</p>
<p style="margin:20px">
    Blue Solar Panel Board. Pexels. Accessed April 27, 2024.
    <a href="https://www.pexels.com/photo/blue-solar-panel-board-356036/">https://www.pexels.com/photo/blue-solar-panel-board-356036/.</a> 
</p>
<p style="margin:20px">
    Windmill. Pexels. Accessed April 27, 2024.
    <a href="https://www.pexels.com/photo/windmill-414905">https://www.pexels.com/photo/windmill-414905.</a>
</p>
<p style="margin:20px">
    Sakhirani, Ali Madad. People in Boat Near Water Dam. Pexels. Accessed April 27, 2024.
    <a href="https://www.pexels.com/photo/people-in-boat-near-water-dam-1259924/">https://www.pexels.com/photo/people-in-boat-near-water-dam-1259924/.</a>
</p>
<p style="margin:20px">
    SkyLine. Set of outline icons related to green, renewable energy, alternative sources energy. Adobe Stock. Accessed April 28, 2024.
    <a href="https://stock.adobe.com/621220939">https://stock.adobe.com/621220939.</a>
    SkyLine/stock.adobe.com
</p>
<p style="margin:20px">
    <a href="https://commons.wikimedia.org/wiki/File:Home-icon.svg">Timothy Miller</a>, <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a>, via Wikimedia Commons
</p>
<p style="margin:20px">
    Diagram representing geothermal pump. AHRI. Accessed April 28, 2024.
    <a href="https://www.ahrinet.org/sites/default/files/styles/max_1300x1300/public/2022-10/geothermal.jpeg?itok=X5oEM6ka">https://www.ahrinet.org/sites/default/files/styles/max_1300x1300/public/2022-10/geothermal.jpeg?itok=X5oEM6ka.</a> 
</p>
<br>

<center>
<h4 style="margin:20px">
    TSA-Specific Materials
</h4>
</center>
<p style="margin:20px">
    <a href="../static/WebmasterCitationCheck.pdf">Student Copyright Checklist</a>
</p>
<p style="margin:20px">
    <a href="../static/WebmasterPlanOfWork.pdf">Plan of Work Log</a>
</p>

<p style="margin:20px">
    <a href="https://getbootstrap.com/docs/4.0/components/navbar/">Navbar powered by Bootstrap.</a>
</p>



        <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
        <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
    </body>
</html>

GitHub Events

Total
Last Year