Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ECE-477

Purdue University Fall 2021 Senior Design Project.
The team:
- Moiz Rasheed (msrasheed)
- Ethan Campbell (chessman007)
- Jackie Malayter (iampizzaprincess)
- Josh Panos (jpanos)
# Purdue University Fall 2020 Senior Design Project.

This is the source code for our pollination drone project.
This is the source code for our pollination drone project.
[See here for more info](http://jpanos.github.io/ECE-477)

## Team Members
Team members, their role and contact information can be found below.
- [Josh Panos](https://jpanos.github.io/ECE-477/Team/progress/panos.html), Hardware Engineer, Email: Joshua.Panos1@gmail.com
- [Moiz Rasheed](https://jpanos.github.io/ECE-477/Team/progress/mrasheed.html), Team Lead, Github: msrasheed
- [Jackie Malayter](https://jpanos.github.io/ECE-477/Team/progress/malayter.html), Systems Engineer, Email:
- [Ethan Campbell](https://jpanos.github.io/ECE-477/Team/progress/campb338.html), Software Engineer, Email:
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
274 changes: 137 additions & 137 deletions web/Files/documents.html → docs/Files/documents.html
Original file line number Diff line number Diff line change
@@ -1,137 +1,137 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Name: Boilerplate
Version: v1.0
Last Updated: 12/17/2013
Author: George Hadley
License: Released for free under a Creative Commons Attribution 2.5 License
This website was based upon a number of source materials, which are elaborated upon in credits.txt
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Reconfigurable base tag; used to modify the site root location for root-relative links-->
<!-- Python SimpleHTTPServer Testing -->
<!--<base href="http://localhost:8000/" />-->
<!-- ECE477 preview URL -->
<!--<base href="https://engineering.purdue.edu/ece477/preview/" />-->
<!-- ECE477 final URL -->
<base href="https://jpanos.github.io/ECE-477/docs/" />
<!--Content-->
<title>ECE477 Course Documents</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="George Hadley">
<meta name = "format-detection" content = "telephone=no" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!--CSS-->
<link rel="stylesheet" href="css/default.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/content.css">
<!--[if IE 6]>
<link href="default_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<div id="wrapper_site">
<div id="wrapper_page">
<!-- Instantiate global site header.-->
<div id="header"></div>
<!-- Instantiate site global navigation bar.-->
<div id="menu"></div>
<!-- Instantiate a page banner image. Page banner images should be 1100x350px and should be located within the local
img folder located at this directory level. -->
<div id="banner">
<img src="Files/img/BannerImgExample.jpg"></img>
</div>
<!-- Instantiate "tools" needed for a page. Tools are premade functional blocks that can be used to build a page,
and include things such as a file lister (for listing out homework assignments or tutorials)
-->
<div id="content">
<!-- Homework assignments are listed out here -->
<h2>Project Documents:</h2>
<div id="document">
<h2><a href="Files/docs/0_InitialProjectProposal.docx">Initial Project Proposal</a></h2>
<h2><a href="Files/docs/1_FinalProjectProposal.docx">Final Project Proposal</a></h2>
<h2><a href="Files/docs/1_ProjectSchedule.xlsx">Project Design Schedule</a></h2>
<h2><a href="Files/docs/2_FunctionalSpecification.docx">Functional Specification</a></h2>
<h2><a href="Files/docs/3_ElectricalOverview.docx">Electrical Overview</a></h2>
<h2><a href="Files/docs/4_SoftwareOverview.docx">Software Overview</a></h2>
<h2><a href="Files/docs/5_ComponentAnalysis.docx">Component Analysis</a></h2>
<h2><a href="Files/docs/6_BillOfMaterials.xlsx">Bill of Materials</a></h2>
<h2><a href="Files/docs/7_Mechanical_Overview.docx">Mechanical Overview</a></h2>
<h2><a href="Files/docs/8_SoftwareFormalization.docx">Software Formalization</a></h2>
<h2 id="shadowBox"><a style="color:transparent;" class="rainbow rainbow_text_animated" href="Files/docs/P1_MidtermDesignReview.pdf">MDTR PRESENTATION</a></h2>
<h2 id="shadowBox"><a style="color:transparent;" class="rainbow rainbow_text_animated" href="Files/docs/ECE477_kicad.zip">MDTR KICAD ARCHIVE</a></h2>
<h2><a href="Files/docs/9_LegalAnalysis.docx">Legal Analysis</a></h2>
<h2><a href="Files/docs/10_ReliabilityAndSafety.docx">Reliability and Safety Analysis</a></h2>
<h2><a href="Files/docs/11_EthicalAndEnvironmental.docx">Ethical and Environmental Analysis</a></h2>
<h2><a href="Files/docs/12_UserManual.docx">User Manual</a></h2>
<h2><a href="Files/docs/13_ECE477EducationalReport.docx">ECE477 Educational Report</a></h2>
<h2><a href="Files/docs/14_FinalReport.docx">ECE477 Final Report</a></h2>
<h2><a href="Files/docs/15_FinalProjectArchive.zip">ECE477 Final Project Archive</a></h2>
</div>
</div>
<!-- Instantiate global footer. Any changes to the footer should be made through the top-level file "footer.html" -->
<div id="footer"></div>
</div>
</div>
<!--JS-->
<style>
#shadowBox {
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.2);
/* Black w/opacity/see-through */
// border: 3px solid;
}
.rainbow {
text-align: center;
text-decoration: underline;
/*font-size: 32px;
font-family: monospace;
letter-spacing: 5px;*/
}
.rainbow_text_animated {
background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: rainbow_animation 6s ease-in-out infinite;
background-size: 400% 100%;
}
@keyframes rainbow_animation {
0%,100% {
background-position: 0 0;
}
50% {
background-position: 100% 0;
}
}
</style>
<script src="js/jquery.js"></script>
<script src="js/jquery-migrate-1.1.1.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#header").load("header.html");
$("#menu").load("navbar.html");
$("#footer").load("footer.html");
});
</script>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Name: Boilerplate
Version: v1.0
Last Updated: 12/17/2013
Author: George Hadley
License: Released for free under a Creative Commons Attribution 2.5 License

This website was based upon a number of source materials, which are elaborated upon in credits.txt

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<!--Reconfigurable base tag; used to modify the site root location for root-relative links-->
<!-- Python SimpleHTTPServer Testing -->
<!--<base href="http://localhost:8000/" />-->
<!-- ECE477 preview URL -->
<!--<base href="https://engineering.purdue.edu/ece477/preview/" />-->
<!-- ECE477 final URL -->
<base href="https://jpanos.github.io/ECE-477/" />

<!--Content-->
<title>ECE477 Course Documents</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="George Hadley">
<meta name = "format-detection" content = "telephone=no" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!--CSS-->
<link rel="stylesheet" href="css/default.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/content.css">
<!--[if IE 6]>
<link href="default_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->

</head>
<body>
<div id="wrapper_site">
<div id="wrapper_page">
<!-- Instantiate global site header.-->
<div id="header"></div>
<!-- Instantiate site global navigation bar.-->
<div id="menu"></div>

<!-- Instantiate a page banner image. Page banner images should be 1100x350px and should be located within the local
img folder located at this directory level. -->
<div id="banner">
<img src="Files/img/BannerImgExample.jpg"></img>
</div>

<!-- Instantiate "tools" needed for a page. Tools are premade functional blocks that can be used to build a page,
and include things such as a file lister (for listing out homework assignments or tutorials)
-->
<div id="content">
<!-- Homework assignments are listed out here -->
<h2>Project Documents:</h2>
<div id="document">
<h2><a href="Files/docs/0_InitialProjectProposal.docx">Initial Project Proposal</a></h2>
<h2><a href="Files/docs/1_FinalProjectProposal.docx">Final Project Proposal</a></h2>
<h2><a href="Files/docs/1_ProjectSchedule.xlsx">Project Design Schedule</a></h2>
<h2><a href="Files/docs/2_FunctionalSpecification.docx">Functional Specification</a></h2>
<h2><a href="Files/docs/3_ElectricalOverview.docx">Electrical Overview</a></h2>
<h2><a href="Files/docs/4_SoftwareOverview.docx">Software Overview</a></h2>
<h2><a href="Files/docs/5_ComponentAnalysis.docx">Component Analysis</a></h2>
<h2><a href="Files/docs/6_BillOfMaterials.xlsx">Bill of Materials</a></h2>
<h2><a href="Files/docs/7_Mechanical_Overview.docx">Mechanical Overview</a></h2>
<h2><a href="Files/docs/8_SoftwareFormalization.docx">Software Formalization</a></h2>
<h2 id="shadowBox"><a style="color:transparent;" class="rainbow rainbow_text_animated" href="Files/docs/P1_MidtermDesignReview.pdf">MDTR PRESENTATION</a></h2>
<h2 id="shadowBox"><a style="color:transparent;" class="rainbow rainbow_text_animated" href="Files/docs/ECE477_kicad.zip">MDTR KICAD ARCHIVE</a></h2>
<h2><a href="Files/docs/9_LegalAnalysis.docx">Legal Analysis</a></h2>
<h2><a href="Files/docs/10_ReliabilityAndSafety.docx">Reliability and Safety Analysis</a></h2>
<h2><a href="Files/docs/11_EthicalAndEnvironmental.docx">Ethical and Environmental Analysis</a></h2>
<h2><a href="Files/docs/12_UserManual.docx">User Manual</a></h2>
<h2><a href="Files/docs/13_ECE477EducationalReport.docx">ECE477 Educational Report</a></h2>
<h2><a href="Files/docs/14_FinalReport.docx">ECE477 Final Report</a></h2>
<h2><a href="Files/docs/15_FinalProjectArchive.zip">ECE477 Final Project Archive</a></h2>
</div>
</div>

<!-- Instantiate global footer. Any changes to the footer should be made through the top-level file "footer.html" -->
<div id="footer"></div>
</div>
</div>

<!--JS-->
<style>
#shadowBox {
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.2);
/* Black w/opacity/see-through */
// border: 3px solid;
}

.rainbow {
text-align: center;
text-decoration: underline;
/*font-size: 32px;
font-family: monospace;
letter-spacing: 5px;*/
}
.rainbow_text_animated {
background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: rainbow_animation 6s ease-in-out infinite;
background-size: 400% 100%;
}

@keyframes rainbow_animation {
0%,100% {
background-position: 0 0;
}

50% {
background-position: 100% 0;
}
}
</style>
<script src="js/jquery.js"></script>
<script src="js/jquery-migrate-1.1.1.js"></script>

<script type="text/javascript">
$(document).ready(function() {
$("#header").load("header.html");
$("#menu").load("navbar.html");
$("#footer").load("footer.html");
});
</script>
</body>
</html>
File renamed without changes.
Loading