-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
93 lines (83 loc) · 5.74 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="FHB : ">
<link rel="stylesheet" type="text/css" media="screen" href="public/stylesheets/stylesheet.css">
<title>AI Group</title>
</head>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">AI Group</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Welcome to AI Group of DSD Course.</h3>
<p><a href="https://github.com/Snowsmihoyo/DSD_project">Welcome to visit our Github code repository address.</a> </p>
<!-- <pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre> -->
<h3>Member Introduction</h3>
<h4>Fang Hanbin(P.M.&Coder)</h4>
<p> I'm from Jilin University.I can use C++,python,Java, verilog and maybe good at traditional algorithm and analysis math.
I've won some prizes in algorithm competitions and participated in research on programmable switches.
I hope to gain some development
experience in this project.I hope our development process was smooth and enjoyable.</p>
<h4>Pinhuan Joey Wang(Liason)</h4>
<p> I'm an undergraduate student from the College of Computer Science and Technology at the Jilin University.</p>
<p> <a href="https://joeyw02.github.io/">This is my homepage.</a> </p>
<h4>Li Zhenhao(Coder)</h4>
<p> A real ikun and a good guy.</a></p>
<h4>Yi Ran(tester)</h4>
<p> I'm an undergraduate from Jilin University. I'm now an intern at Bytedance working for some games' abilities. I'm good at software & system security, backend developing.
as for coding language. I can code with C/C++, Python, Golang, Javascript, Java. I was a fan of Chelsea F.C. but I haven't pay attention to football nowadays. I'm poor in English.
</p>
<h4>Samuel Borges(R.A.)</h4>
<p> From Universidade de Trás-os-Montes e Alto Douro, Portugal.Get some work experience before finishing my master degree. Interested in video
games, tv shows, football and formula 1.Created a interactive map that presents georeferenced data on the screen using leaflet.</p>
<h4> Tiago (S.A.)</h4>
<p> The personal goals that I want to achieve are:Continue to develop my ability to constantly learn in the area of computer science through courses, training and challenging projects;
To develop leadership and communication skills to lead successful team projects in computer science;To be a dedicated and responsible professional, committed to the quality of
work and the results achieved;To develop myself as a person and as a professional, always open to new experiences and opportunities. </p>
<div class="container" style="margin-top: 50px;">
<h4 class="display-6">Gantt chart of our project in first round</h2>
<div id="chart_div"></div>
<div class="row">
<div class="col-md-6">
<div class="card">
<!--<img src="https://via.placeholder.com/350x200" class="card-img-top" alt="...">-->
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="Gantt/index.js"></script>
<script src="Gantt/pages.js"></script>
<script src="Gantt/gantt.js"></script>
<script>topbar(0); drawChart();</script>
<script>loadTitle();</script>
<h3>News</h3>
<h4> <a href="https://github.com/Snowsmihoyo/DSD_project/blob/main/test_reporter/Testing%20Plan%20for%20AI%20Part.md">Test Report(unfinished)</a></h4>
<h4> <a href="https://github.com/Snowsmihoyo/DSD_project/blob/main/Software%20Requirements%20Specification/Software%20Requirements%20Specification.pdf">This is our software requirements specification.(Round 2,draft)</a></h4>
<h4> <a href="https://github.com/Snowsmihoyo/DSD_project/blob/main/code_report.log"> model report</h4>
<h4> <a href="https://github.com/Snowsmihoyo/DSD_project/blob/main/DSD_round1.rar"> code in round 1</h4>
<h4> <a href="https://github.com/Snowsmihoyo/DSD_project/blob/main/System_File/System_d.pdf"> System design </h4>
<h4> <a href="https://github.com/Snowsmihoyo/DSD_project/blob/main/Software%20Requirements%20Specification/Functional%20and%20non-functional%20requirements.pdf"> Functional and non-functional requirements </h4>
<h4> <a href="https://github.com/Snowsmihoyo/DSD_project/blob/main/Interface%20documentation.md">This is our interface documentation (Draft,5.17 update)</a></h4>
<h4> <a href="https://github.com/Snowsmihoyo/DSD_project/blob/main/DSD_4_13.rar">We provide an empty interface file to make it easy for other groups to link to the interface to ensure that the project gets started</a></h4>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright"> <a href="https://github.com/xzh-loop"> </a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>