-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
56 lines (55 loc) · 2.49 KB
/
about.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
---
layout: default
title: About
permalink: /about/
---
<div class="mb-5">
<h3>History</h3>
<hr>
<p>
The University of Toronto Computer Poker Student Research Student Group was founded in May 2023 by a group of enthusastic programmers and poker players. Since its formation, the group developed numerous open-source projects to further the field of computer poker.
</p>
</div>
<div class="mb-5">
<h3>Contacts</h3>
<hr>
<p>
You can get in touch with the research group via <a href="mailto:uoftcprg@studentorg.utoronto.ca">email</a>.
</p>
</div>
<div>
<h3>Members</h3>
<hr>
<p>
Below contains the lists of people who were part of the research group for each year.
</p>
<div>
<h5 class="mb-3">Year 2024/25</h5>
<h6>Executives</h6>
<ul>
<li>Student Director: Juho Kim <a href="https://juhokim.net/"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg></a></li>
<li>Deputy Student Director: Raymond Yang</li>
</ul>
</div>
<div>
<h5 class="mb-3">Year 2023/24</h5>
<h6>Faculty Advisors</h6>
<ul>
<li>Dr. Michael Stumm <a href="https://www.ece.utoronto.ca/people/stumm-m/"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg></a></li>
</ul>
<h6>Executives</h6>
<ul>
<li>Student Director: Juho Kim <a href="https://juhokim.net/"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg></a></li>
<li>Deputy Student Director: Raymond Yang</li>
</ul>
<h6>Members</h6>
<ul>
<li>Suyash Shivare</li>
<li>Stephen Wang</li>
<li>David Tran</li>
<li>Anthony Tam</li>
<li>Ryan Green</li>
<li>Batuhan Hidiroglu</li>
</ul>
</div>
</div>