forked from Atharva-Chandak/orca_web_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Structure.html
82 lines (82 loc) · 3.31 KB
/
Structure.html
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
---
layout: home
permalink: /Structure/
---
<!--Course Structure -->
<main class="index-page" style="list-style-type:square; ">
<section class="page-head ">
<div class="wrap">
<div class="head-decor">
<p class="head-subtitle">A CSD course at BITS Pilani</p>
<h1 class="head-title">Structure</h1>
</div>
</div>
</section>
<section class="standard-text ">
<div class="wrap">
<h2 class="standard-title" id="materials"><a href="#materials">Course Material</a></h2>
<p style="margin-bottom:2vh;">Check the <a href="../assets/course_handout.pdf">course handout</a> for lecture wise breakup of topics. There is no need to purchase any books/software. All resources will be openly available, check references
below for some details. Some excerpts, we provide during the course, will be taken from:
<li>Learn Python 3 The Hard Way by Zed Shaw</li>
<li>Thinking Functionally with Haskell by Richard S. Bird</li>
</p>
<br>
<h3>Homeworks</h3>
<div class="copy">
There will be short homeworks after some lectures. You will not be graded on
them, and you can find them at the end of the respective lecture slides.
</div>
<br>
<h3>Slides</h3>
<div class="copy">
We will post slides on the course website after each lecture.
</div>
<br>
</div>
</section>
<br><hr><br>
<section class="standard-text ">
<div class="wrap">
<h2 class="standard-title" id="collaboration">
<a href="#collaboration">Collaboration</a></h2>
<div class="copy">
<p>
All homeworks should be done individually.
</p>
<p>
For the assignments, we will share the collaboration policy with the respective problem
statements.
</p>
</div>
</div>
</section>
<br><hr><br>
<section class="standard-text ">
<div class="wrap">
<h2 class="standard-title" id="late">
<a href="#late">Late Policy</a>
</h2>
<div class="copy">
All assignments must be turned in on time. We will allow a total of four late days
cumulatively. We will not make any additional allowances for late assignments: the late days are
intended to provide for exceptional circumstances, and students should avoid using them unless
absolutely necessary. Any assignments that are submitted late (with insufficient late days
remaining) will not be graded.
</div>
</div>
</section>
<br><hr><br>
<section class="standard-text ">
<div class="wrap">
<h2 class="standard-title" id="grading">
<a href="#grading">Grading</a>
</h2>
<div class="copy" >
<li>Assignments: 70% (4 total)</li>
<li>Quizzes: 20% (2 total)</li>
<li>Class participation: 10% (The one and only)</li>
</div>
</div>
</section>
<br>
</main>