forked from louismrose/rs_training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectronics_poster.html
71 lines (61 loc) · 2.34 KB
/
electronics_poster.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
<!DOCTYPE html>
<html>
<head>
<title>Research Student Training: Electronics poster competition</title>
<link rel="stylesheet" href="css/all.css" type="text/css"/>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap-dropdown.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/application.js"></script>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- Be sure to leave the brand out there if you want it shown -->
<a class="brand" href="#">Research Student Training</a>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="yds.html">YDS</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="your_thoughts.html">Your Thoughts</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span2"><p> </p></div>
<div class="span8">
<div class="hero-unit">
<p>
The department of Electronics will hold a poster competition on 8th May 2013, to
which 2nd year CS students are invited to contribute.
</p>
</div>
<section id="postercomp">
<p>To print your poster, please send it to Owen Francis
([email protected]) for printing. The deadline to send your posters to
Owen for printing is Monday 22 April 2013.</p>
<p>There will be cash prizes available for the best posters in the following categories -
1st Prize £150, 2nd Prize £100, 3rd Prize £75, 4th Prize £50, 5th Prize £25.
</p>
Computer Science posters will judged by judges from Computer Science on the following assessment criteria:
<ol>
<li> Clarity (total of 10 marks)
<li> Communication of key aspects (total of 10 marks)
<li> Overall design (total of 10 marks)
</ol>
<p>
The posters will be judged on Wednesday 8 May 2013 followed by a drinks reception in room PT005A at 5.15pm during which the prizes will be awarded.
</p>
</section>
<hr/>
<section id="meta">
<p>Page last updated: 13th February 2013</p>
</section>
</div>
</div>
</div>
</body>
</html>