sc-bird-blog

A website about birds in South Carolina, for birdwatchers.

https://github.com/elysio103/sc-bird-blog

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
    Low similarity (0.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

A website about birds in South Carolina, for birdwatchers.

Basic Info
  • Host: GitHub
  • Owner: Elysio103
  • Language: HTML
  • Default Branch: main
  • Size: 18.3 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Citation

README.md

sc-bird-blog

A website about birds in South Carolina, for birdwatchers.

Feather source: vecteezy. Seabird photos: Pixabay. Backyard birds: Photographed by my mom in the backyard.

Owner

  • Login: Elysio103
  • 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="stylesheet" href="main.css">
    <title>SC Birdwatching Blog | Citation</title>
</head>
<body>
    <div class="navigation">
        <div class="nav-items"><a href="index.html">Home</a></div>
        <div class="nav-items"><a href="birds.html">Birds</a></div>
        <div class="nav-items"><a href="contact-us.html">Subscribe</a></div>
        <div class="nav-items"><a href="citations.html" class="active">Citation</a></div>
        <img class="bird-logo" src="logo/logo.png" alt="SC Bird Watching">
    </div>
    <h1>Sources</h1>
    <hr class="divider">
    <h3 class="research-sources">Research Sources</h3>
    <ul class="citation-container">
        <li class="citations"><a href="https://birdfeederhub.com/backyard-birds-in-south-carolina/">BirdFeederHub</a></li>
        <li class="citations"><a href="https://www.allaboutbirds.org">AllAboutBirds</a></li>
        <li class="citations"><a href="https://www.dnr.sc.gov/wildlife/species/coastalbirds">SC Department of Natural Resources</a></li>
        <li class="citations"><a href="https://animalcorner.org/">Animal Corner</a></li>
        <li class="citations"><a href="https://www.audubon.org/">Audubon</a></li>
    </ul>
    <h3 class="image-sources">Image Sources</h3>
    <ul class="citation-container-photos">
        <li class="citations"><a href="https://www.vecteezy.com/vector-art/155990-vector-set-of-angel-wings-black-icons">Logo Feather: Vecteezy</a></li>
        <li class="citations"><a href="https://pixabay.com/">Seabird photos: Pixabay</a></li>
        <li class="citations">Backyard bird photos: My mom.</li>
    </ul>
    <img class="bird-photo-citation" src="bird-pics/house-finch.jpeg" alt="House Finch">
    <hr class="divider-pg-4">
    <div class="copyright">
        <p>
            Copyright &#169; Chris Drake 2025
        </p>
    </div>
</body>
</html>

GitHub Events

Total
  • Public event: 1
  • Push event: 2
Last Year
  • Public event: 1
  • Push event: 2