Skip to content

Commit 212604a

Browse files
committed
conditional logic for pub page added
1 parent d96994c commit 212604a

File tree

12 files changed

+156
-104
lines changed

12 files changed

+156
-104
lines changed

assets/img/AI_a_mod_approach.jpg

147 KB
Loading

assets/img/d3jsInAction.jpg

15 KB
Loading

assets/img/eloquentJS.jpg

20.5 KB
Loading

assets/img/handsOnML.jpg

48.4 KB
Loading

src/dist/img/AI_a_mod_approach.jpg

147 KB
Loading

src/dist/img/d3jsInAction.jpg

15 KB
Loading

src/dist/img/eloquentJS.jpg

20.5 KB
Loading

src/dist/img/handsOnML.jpg

48.4 KB
Loading

src/dist/pub.html

Lines changed: 72 additions & 72 deletions
Large diffs are not rendered by default.

src/dist/teaching.html

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,42 @@ <h5>Some Links</h5>
4444
</ul>
4545
<hr class="d-sm-none">
4646
</div>
47-
<div class="col-sm-4">
48-
<h3>Semester 1</h3>
49-
<h4>Knowledge Representation</h4>
47+
<div class="col-sm-8">
48+
<ul>
49+
<li><a href="#knowledgeRepresentation">Knowledge Representation (Sep -> Dec)</a></li>
50+
<li><a href="#interactiveDataVisualisation">Interactive Data Visualisation (Jan -> May)</a></li>
51+
</ul><br>
52+
<h4 id="knowledgeRepresentation">Knowledge Representation (Semester 1)</h4>
5053
<p> Knowledge representation and reasoning (KR) is a field of AI that focuses on the representation of domain specific knowledge in a form that can be utilised by computer systems. Knowledge representations within a domain are often conceived as formalisms, a description of something in formal mathematical or logical terms. This module will introduce students to methodologies for the visualisation and interpretation of domain specific knowledge and the translation of interpretations into KR formalisms. It will provide the student with an appreciation of how to evaluate the suitability of knowledge representation schemes, balance competing features/requirements and make informed decisions when designing KR formalisms. The module will also focus on the application of KR to appropriate real world problems such as the semantic web, time-series indexing and temporal abstraction of expert knowledge.</p>
5154
<p>Recommended Reading:</p>
52-
<ul>
53-
<li>Artificial Intelligence: A Modern Approach (Third edition) by Stuart Russell and Peter Norvig</li>
54-
</ul>
55-
</div>
56-
<div class="col-sm-4">
57-
<h3>Semester 2</h3>
58-
<h4>Interactive Data Visualisation</h4>
55+
<div class="row">
56+
<div class="col-4">
57+
<p>"Artificial Intelligence: A Modern Approach (Third edition)" by Stuart Russell and Peter Norvig</p>
58+
</div>
59+
<div class="col-4"><img src="./img/AI_a_mod_approach.jpg" height="200"></div>
60+
</div><br>
61+
<div class="row">
62+
<div class="col-4">
63+
<p>"Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems (2nd Edition)" by Aurélien Géron</p>
64+
</div>
65+
<div class="col-4"><img src="./img/handsOnML.jpg" height="200"></div>
66+
</div><br>
67+
<h4 id="interactiveDataVisualisation">Interactive Data Visualisation (Semester 2)</h4>
5968
<p>Web based data visualisation technology is a critical component of modern web applications. In this module the student will learn how to identify and apply a suitable visualisation technique for a data source. It will enable students to create visualisations of data for the web as well as the ability to incorporate interactive functionality to enhance data analysis.</p>
60-
<p>Recommended Reading:</p>
61-
<ul>
62-
<li>D3.js in Action, (Second edition) by Elijah Meeks</li>
63-
<li>Eloquent Javascript, (Third edition) by Marijn Haverbeke (free pdf available)</li>
64-
</ul>
69+
<p>Recommended Reading:
70+
<div class="row">
71+
<div class="col-4">
72+
<p>"D3.js in Action (Second edition)" by Elijah Meeks</p>
73+
</div>
74+
<div class="col-4"><img src="./img/d3jsInAction.jpg" height="200"></div>
75+
</div><br>
76+
<div class="row">
77+
<div class="col-4">
78+
<p>"Eloquent Javascript (Third edition)" by Marijn Haverbeke (free pdf available)</p>
79+
</div>
80+
<div class="col-4"><img src="./img/eloquentJS.jpg" height="200"></div>
81+
</div><br>
82+
</p>
6583
</div>
6684
</div>
6785
</div>

0 commit comments

Comments
 (0)