fortnitesite
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: AvenFORTNITE
- Language: HTML
- Default Branch: main
- Size: 15.8 MB
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
Readme
Changelog
Citation
README.md
FortniteSite
Owner
- Login: AvenFORTNITE
- Kind: user
- Repositories: 1
- Profile: https://github.com/AvenFORTNITE
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>Fortnite Universe</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="fortnite.ico">
<script src="script.js"></script>
<script src="script.js"></script>
<div class="section top">Top of the Page</div>
<div class="section middle">Middle of the Page</div>
<div class="section bottom">Bottom of the Page</div>
</head>
<body>
<header>
<h1>Works Cited</h1>
<p>Aven Gokool 20041</p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="history.html">History</a></li>
<li><a href="hallOfFame.html">Hall of Fame</a></li>
<li><a href="events.html">Special Events</a></li>
<li><a href="arsenal.html">Arsenal</a></li>
<li><a href="collaborations.html">Collaborations</a></li>
<li><a href="community.html">Community Creations</a></li>
<li><a href="trivia.html">Trivia Quiz</a></li>
<li><a href="citations.html">Works Cited</a></li>
</ul>
</nav>
</header>
<main>
<section>
<article class="citation">
<p>Reddit Community. (2023). <em>Octagonal map evolution.</em> Retrieved from https://www.reddit.com/r/FortNiteBR/comments/avwlfz/octagonal_map_evolution/</p>
</article>
<article class="citation">
<p>Fandom Community. (2024). <em>Fortnite Wiki.</em> Retrieved from https://fortnite.fandom.com/wiki/Fortnite_Wiki</p>
</article>
<article class="citation">
<p>Hindustan Times. (2022). <em>Fortnite teases epic Futurama collaboration.</em> Retrieved from https://www.hindustantimes.com/technology/fortnite-teases-epic-futurama-collaboration-101690314262261.html</p>
</article>
<article class="citation">
<p>Official Fortnite Website. (2024). Retrieved from https://Fortnite.com</p>
</article>
<article class="citation">
<p>Fandom Community. (2023). <em>Daequan.</em> Retrieved from https://fortnite-esports.fandom.com/wiki/Daequan</p>
</article>
<article class="citation">
<p>YouTube. (2018). <em>Fortnite Event Video.</em> Retrieved from https://www.youtube.com/watch?v=_9zRne6e1Vk</p>
</article>
<article class="citation">
<p>YouTube. (2023). <em>Fortnite Gameplay Video.</em> Retrieved from https://www.youtube.com/watch?v=c-ptvXgUfdg</p>
</article>
<article class="citation">
<p>YouTube. (2018). <em>Fortnite Blast Off Event.</em> Retrieved from https://www.youtube.com/watch?v=ZFB7k586Jm4</p>
</article>
<article class="citation">
<p>Wikipedia. (2022). <em>Ninja (gamer).</em> Retrieved from https://en.wikipedia.org/wiki/Ninja_(gamer)</p>
</article>
<article class="citation">
<p>Wikipedia. (2023). <em>SypherPK.</em> Retrieved from https://en.wikipedia.org/wiki/SypherPK</p>
</article>
<article class="citation">
<p>Wikipedia. (2023). <em>Nick Eh 30.</em> Retrieved from https://en.wikipedia.org/wiki/Nick_Eh_30</p>
</article>
<article class="citation">
<p>Wikipedia. (2023). <em>Myth (gamer).</em> Retrieved from https://en.wikipedia.org/wiki/Myth_(gamer)</p>
</article>
</section>
</main>
<footer>
<p>Aven Gokool - 20041</p>
</footer>
<div id="navButtons">
<button onclick="scrollToSection('top')" class="navButton">Top</button>
<button onclick="scrollToSection('middle')" class="navButton">Middle</button>
<button onclick="scrollToSection('bottom')" class="SnavButton">Bottom</button>
</div>
</body>
</html>