-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·71 lines (53 loc) · 2.98 KB
/
index.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
---
layout: blank
---
<!--<main>-->
<!--{% for page in paginator.posts %}-->
<!--<article class="{% if site.style.articles == 'stripe' %}{% cycle 'light', 'dark' %}{% else %}{{ site.style.articles }}{% endif %}">-->
<!--<header>-->
<!--<h2><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></h2>-->
<!--<span>{% if page.author %}{{ page.author }} • {% endif %}{% if page.date %}<time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%b %-d, %Y" }}</time>{% endif %}{% if page.categories and {{page.categories}} != empty %} • {{ page.categories | array_to_sentence_string }}{% endif %}</span>-->
<!--</header>-->
<!--<div>-->
<!--{{ page.excerpt }}-->
<!--</div>-->
<!--<footer>-->
<!--<p>{% unless page.excerpt == page.content %}<a class="ghost" href="{{ page.url | prepend: site.baseurl }}">{{ site.more }}</a>{% endunless %}</p>-->
<!--</footer>-->
<!--</article>-->
<!--{% endfor %}-->
<!--</main>-->
<!--{% if paginator.total_pages > 1 %}-->
<!--<footer id="paginate">-->
<!--{% if paginator.previous_page %}<a href="{{ paginator.previous_page_path | prepend: site.baseurl }}">« newer posts</a>{% else %}<span>« newer posts</span>{% endif %}-->
<!--<span>page {{ paginator.page }} of {{ paginator.total_pages }}</span>-->
<!--{% if paginator.next_page %}<a href="{{ paginator.next_page_path | prepend: site.baseurl }}">older posts »</a>{% else %}<span>older posts »</span>{% endif %}-->
<!--</footer>-->
<!--{% endif %}-->
<main>
<article style="padding-left:40px; padding-right: 40px;" class="light">
<header>
<h2><a href="/archive/">Overview</a></h2>
<span></span>
</header>
Data Science is one of the fastest growing technical fields in the world today, including here
in the West Indies. In addition, Data Science is one of the highest paying fields due to
the technical rigour both in Statistics and Computer Science required of its practioners.
To this end, the Department of Computing and Information Technology and the Department of Mathematics
and Statistics of The University of the West Indies have constructed a MSc. in Data Science to equip
STEM professionals with the required skills to become productive and relevant Data Science professionals
locally, regionally, and internationally.
<br>
<br>
The degree is offered part-time and will take a minimum of 2 years. You can find out more about
the requirements and admissions process <a href="/admissions">here.</a>
<!--<div>-->
<!--<ul>-->
<!--<h3>Prerequistes:</h3>-->
<!--<li>An Upper Seconds class degree or better in Computer Science, Statistics, or Mathematics</li>-->
<!--<li></li>-->
<!--<li>September: <a href="/example/2014/09/10/example/">Example</a></li>-->
<!--</ul>-->
<!--</div>-->
</article>
</main>