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 publication links
  • 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: bhupinderparhar
  • Language: HTML
  • Default Branch: master
  • Size: 469 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 7 years ago · Last pushed almost 7 years ago
Metadata Files
Readme Citation

README.md

IAT339_P03

Owner

  • Login: bhupinderparhar
  • 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">

	<title>Projects</title>


    <link href="css/main2.css" rel="stylesheet">
    <link href="css/grid.css" rel="stylesheet">
    <script src="javascript/js.js"></script>

    <!--fonts-->
    <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One" rel="stylesheet">

</head>

<body>

<!-- navigation menu -->
	<header>
		<div class="nav-container">

			<div id="mySidenav" class="sidenav">

				<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>

				<a href="index.html">Projects</a>
				<a href="about_me.html">About Me</a>
				<a href="https://drive.google.com/file/d/1tx0TLu9_bWo5HjuYcVmY_xJgJYtwdarP/view">Resume</a>
			
				<div class="social_media_container">
					<a href="citations.html">Citation</a>
					<a href="https://github.com/bhupinderparhar/IAT339_P03">GitHub</a>
					<a href="styleguide.html">Style Guide</a>
					<a class="social-media" href="https://www.linkedin.com/in/bhupinder-parhar/">Linkedin</a>
				</div>

			</div>

			<!-- to open the sidenav -->
			<span onclick="openNav()">
				<img id="hamburger" alt="hamburger menu logo" src="img/hamburger_menu.png">
			</span>
		</div>
	</header>

<!-- CONTENT STARTS HERE -->
	<div class="citiation_content">
		<h2>Citations</h2>
		<a href="bhupinderparhar.com">www.bhupinderparhar.com</a>	
		<br>	
		<a href="https://www.w3schools.com/howto/howto_js_sidenav.asp">https://www.w3schools.com/howto/howto_js_sidenav.asp</a>
		<br>
		<a href="https://www.w3schools.com/howto/howto_css_menu_icon.asp">https://www.w3schools.com/howto/howto_css_menu_icon.asp</a>
		<br>
		<a href="http://www.baltana.com/sports/billiard-ball-on-table-wallpaper-28231.html">http://www.baltana.com/sports/billiard-ball-on-table-wallpaper-28231.html</a>
		<br>
		<a href="https://www.youtube.com/watch?v=9YffrCViTVk">https://www.youtube.com/watch?v=9YffrCViTVk</a>
		<br>
		<a href="https://www.w3schools.com/howto/howto_css_responsive_text.asp">https://www.w3schools.com/howto/howto_css_responsive_text.asp</a>
	</div>


<!-- CONTENT ENDS HERE -->

<!-- container for footer and menu -->
	<footer>
		<nav class="menu-bottom">
			<div class="nav-container-bottom">

				<div class="link1">
					<a class="nav-text-bottom" href="index.html">Projects</a>
				</div>

				<div class="link2">
					<a class="nav-text-bottom" href="about_me.html">About Me</a>
				</div>

				<div class="link3">
					<a class="nav-text-bottom" href="https://drive.google.com/file/d/1tx0TLu9_bWo5HjuYcVmY_xJgJYtwdarP/view">Resume</a>
				</div>

				<div class="link4">
					<a class="nav-text-bottom" href="https://github.com/bhupinderparhar/IAT339_P03">GitHub</a>
				</div>
					
				<div class="link5">	
					<a class="nav-text-bottom" href="styleguide.html">Style Guide</a>
				</div>

			</div>
		</nav>
	</footer>


</body>
</html>

GitHub Events

Total
Last Year