-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (65 loc) · 4.12 KB
/
index.html
File metadata and controls
83 lines (65 loc) · 4.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="CourseReps : A Collection of Repositories for Project-Based Learning">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>CourseReps</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/CourseReps">View on GitHub</a>
<h1 id="project_title">CourseReps</h1>
<h2 id="project_tagline">A Collection of Repositories for Project-Based Learning</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="project-based-learning" class="anchor" href="#project-based-learning" aria-hidden="true"><span class="octicon octicon-link"></span></a>Project-Based Learning</h1>
<p>Project-based courses are first and foremost a community and a culture.
They offer an outlet for creativity for students with inquisitive minds.
They also provide a learning experience where participants are asked to research, contribute and share.
This initiative seeks to leverage student enthusiasm and skills into building original projects.
In the process, they are exposed to efficient design strategies and the latest technologies.</p>
<h2>
<a id="rationale" class="anchor" href="#rationale" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rationale</h2>
<p>While enrolled in engineering programs, it is crucial for students to develop several facets of their professional profiles.
Important dimensions of their education include teamwork, programming and marketing skills, time management and leadership.
Project-based learning complements the traditional classroom experience with weekly business meetings and an environment akin to the workplace.
It includes frequent workshops centered around particular topics.</p>
<p>In addition, participants are involved in design projects.
Each project explores a fundamental concept in electrical and computer engineering.
Students are accountable for design decisions, progress reports and they must produce deliverables upon completion of every phase of their projects.
Altogether, this offers an exceptional opportunity for students to work on all aspects of their future career.
Key to the success of this initiative is the creation of a knowledge culture where participants share their respective expertise with one another, and where more experience members train other participants.
This initiative is a good example of a situation where establishing the right culture supersedes the formal teaching of students.</p>
<h2>
<a id="tutorials" class="anchor" href="#tutorials" aria-hidden="true"><span class="octicon octicon-link"></span></a>Tutorials</h2>
<p>Students who partake in this initiative are expected to generate concise tutorials on the techniques, software applications and platforms frequently employed in project-based learning.
This in itself is a valuable learning experience and it benefits future generations of participants by helping them get started with various aspects of their projects.
In this sense, this initiative subscribes to a teaching philosophy that strives to align deliverables and valuables.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7761657-4");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>