-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (158 loc) · 8.3 KB
/
index.html
File metadata and controls
165 lines (158 loc) · 8.3 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ryan's Blog</title>
<link rel="stylesheet" href="fontawesome/css/all.min.css"> <!-- https://fontawesome.com/ -->
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet"> <!-- https://fonts.google.com/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/templatemo-xtra-blog.css" rel="stylesheet">
</head>
<body>
<header class="tm-header" id="tm-header">
<div class="tm-header-wrapper">
<button class="navbar-toggler" type="button" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="tm-site-header">
<h1 class="text-center">Ryan's Blog</h1>
</div>
<nav class="tm-nav" id="tm-nav">
<ul>
<li class="tm-nav-item active"><a href="index.html" class="tm-nav-link">
<i class="fas fa-home"></i>
Blog Home
</a></li>
<li class="tm-nav-item"><a href="./post/Stat_pattern.html" class="tm-nav-link">
<i class="fas fa-pen"></i>
Statistical Ptn recognition
</a></li>
<li class="tm-nav-item"><a href="./post/GitSetup.html" class="tm-nav-link">
<i class="fas fa-pen"></i>
GitHub Setup
</a></li>
<li class="tm-nav-item"><a href="./post/Jupyter Notebook.html" class="tm-nav-link">
<i class="fas fa-pen"></i>
Fastest way to open .ipynb
</a></li>
</ul>
</nav>
<div class="tm-mb-65">
<a href="https://github.com/TwilightSpar/Ryan-Wang" class="tm-social-link">
<i class="fab fa-github tm-social-icon"></i>
</a>
<a href="https://www.linkedin.com/in/zhenge-wang-7022aa199/" class="tm-social-link">
<i class="fab fa-linkedin tm-social-icon"></i>
</a>
</div>
<p class="tm-mb-80 pr-5 text-white">
This is a blog displaying my course note. Hope some of my note will be helpful!
</p>
</div>
</header>
<div class="container-fluid">
<main class="tm-main">
<!-- Search form -->
<div class="row tm-row">
<article class="col-12 col-md-6 tm-post">
<hr class="tm-hr-primary">
<a href="./post/Jupyter Notebook.html" class="effect-lily tm-post-link tm-pt-20">
<div class="tm-post-link-inner">
<img src="img/Right Click Menu.png" alt="Image" class="img-fluid">
</div>
<span class="position-absolute tm-new-badge">New</span>
<h2 class="tm-pt-30 tm-color-primary tm-post-title">Fastest way to use Jupyter Notebook</h2>
</a>
<p class="tm-pt-30">
This Note talks about how to open an exist notebook file, and create a new one, just like creating a new word file and open it.
</p>
<div class="d-flex justify-content-between tm-pt-45">
<span class="tm-color-primary">Jupyter Notebook . Batch file</span>
<span class="tm-color-primary">May 17, 2022</span>
</div>
<hr>
</article>
<article class="col-12 col-md-6 tm-post">
<hr class="tm-hr-primary">
<a href="./post/GitSetup.html" class="effect-lily tm-post-link tm-pt-60">
<div class=" tm-post-link-inner">
<img src="img/Git_cover.png" alt="Image" class="img-fluid">
</div>
<h2 class="tm-pt-30 tm-color-primary tm-post-title">GitHub Setup</h2>
</a>
<p class="tm-pt-30">
This is a Demo repo to give a brief introduction to Git command. Including:
<ul>
<li><span>start up a project</span></li>
<li><span>synchronize the project</span></li>
<li><span>basic chagnes</span></li>
<li><span>stage, stash on local machine</span></li>
<li><span>branch managingt</span></li>
</ul>
</p>
<div class="d-flex justify-content-between tm-pt-45">
<span class="tm-color-primary">GitHub . Intro . code</span>
<span class="tm-color-primary">May 16, 2022</span>
</div>
</article>
<article class="col-12 col-md-6 tm-post">
<hr class="tm-hr-primary">
<a href="./post/Stat_pattern.html" class="effect-lily tm-post-link tm-pt-60">
<div class="tm-post-link-inner">
<img src="img/book_cover.png" alt="Image" class="img-fluid">
</div>
<h2 class="tm-pt-30 tm-color-primary tm-post-title">Statistical Patter Recognition</h2>
</a>
<p class="tm-pt-30">
Taught by Professor Carey Priebe. All the content comes from textbook: "A Probabilistic Theory of Pattern Recognition" by Luc Devroye, Laszlo Gyorfi
and Gabor Lugosi. </p>
<p class="tm-pt-30">
DGL + Carey = Understanding!
</p>
<div class="d-flex justify-content-between tm-pt-45">
<span class="tm-color-primary">Statistical</span>
<span class="tm-color-primary">May 10, 2022</span>
</div>
</article>
</div>
<div class="row tm-row tm-mt-100 tm-mb-75">
<div class="tm-prev-next-wrapper">
<a href="#" class="mb-2 tm-btn tm-btn-primary tm-prev-next disabled tm-mr-20">Prev</a>
<a href="#" class="mb-2 tm-btn tm-btn-primary tm-prev-next">Next</a>
</div>
<div class="tm-paging-wrapper">
<span class="d-inline-block mr-3">Page</span>
<nav class="tm-paging-nav d-inline-block">
<ul>
<li class="tm-paging-item active">
<a href="#" class="mb-2 tm-btn tm-paging-link">1</a>
</li>
<!-- <li class="tm-paging-item">
<a href="#" class="mb-2 tm-btn tm-paging-link">2</a>
</li>
<li class="tm-paging-item">
<a href="#" class="mb-2 tm-btn tm-paging-link">3</a>
</li>
<li class="tm-paging-item">
<a href="#" class="mb-2 tm-btn tm-paging-link">4</a>
</li> -->
</ul>
</nav>
</div>
</div>
<footer class="row tm-row">
<hr class="col-12">
<div class="col-md-6 col-12 tm-color-gray">
Design: <a rel="nofollow" target="_parent" href="https://templatemo.com" class="tm-external-link">TemplateMo</a>
</div>
<div class="col-md-6 col-12 tm-color-gray tm-copyright">
By Zhenge Wang, 2022
</div>
</footer>
</main>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/templatemo-script.js"></script>
</body>
</html>