-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
67 lines (59 loc) · 2.4 KB
/
info.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
<head>
<title>Crypto Optimization & Application Lab</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta name="description" content="The Perfect 2 Column Liquid Layout (right menu): No CSS hacks. SEO friendly. iPhone compatible." />
<meta name="keywords" content="The Perfect 2 Column Liquid Layout (right menu): No CSS hacks. SEO friendly. iPhone compatible." />
<meta name="robots" content="index, follow" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="screen.css" media="screen" />
</head>
<body>
<div id="header">
<h1>Crypto Optimization & Application Lab</h1>
<h2>@Kookmin University</h2>
<ul>
<li><a href="index.html"> Home </span></a></li>
<li><a href="members.html"> Members </span></a></li>
<li><a href="research.html"> Research Areas </a></li>
<li><a href="publication.html" > Publications </span></a></li>
<li><a href="projects.html"> Projects </a></li>
<li><a href="lecture.html"> Lectures </a></li>
<li><a href="recruit.html"> Recruit </a></li>
<li><a href="contact.html"> Contact </a></li>
<li><a href="info.html" class="active"> Useful Information </a></li>
</ul>
</div>
<div class="colmask rightmenu">
<div class="colleft">
<div class="col1">
<br>
<!-- Column 1 start -->
<hr>
<h2>How to search academic papers</h2>
<ul>
<li> <p> <a href="https://libgen.is/" target="new"> Library genesis for searching LNCS conference papers </a> </p>
</ul>
<h2>How to write academic papers</h2>
<ul>
<li> <p> <a href="https://sbmoon.tistory.com/241?category=98946" target="new"> KAIST 문수복 교수님 글 </a> </p>
<li> <p> <a href="resource/writingpaper1.pdf" target="new"> How to write a great research paper by Simon Peyton Jones, Microsoft Research, Cambridge </a> </p>
</ul>
<h2>How to read a paper</h2>
<ul>
<li> <p> <a href="resource/readingpaper1.pdf" target="new"> S. Keshav, University of Waterloo </a> </p>
</ul>
<!-- Column 1 end -->
</div>
<div class="col2">
<!-- Column 2 start -->
<!-- Column 2 end -->
</div>
</div>
</div>
<div id="footer">
<p>Crypto Optimization & Application Lab at Kookmin University</p>
</div>
</body>
</html>