-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
361 lines (189 loc) · 8.11 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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en-us" data-theme="">
<head>
<meta name="generator" content="Hugo 0.92.2" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>Chuyang Chen's Blog</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="https://blog.cychen.xyz/index.xml" title="Chuyang Chen's Blog" />
<link rel="icon" type="image/x-icon" href="https://blog.cychen.xyz/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="https://blog.cychen.xyz/favicon.png">
<style>
body {
visibility: hidden;
opacity: 0;
}
</style>
<noscript>
<style>
body {
visibility: visible;
opacity: 1;
}
</style>
</noscript>
<link rel="stylesheet" href="https://blog.cychen.xyz/css/style.min.4c7cf4ba8d70e7f7794a1e298b23f12ed8053f32f431a33f6a3f13e2516dbcce.css" integrity="sha256-THz0uo1w5/d5Sh4piyPxLtgFPzL0MaM/aj8T4lFtvM4=">
<script src="https://blog.cychen.xyz/js/script.min.510c781c39dbb21b4c76d85c82e2bdf4689220adbb7cd61e49e9d293e442fb42.js" type="text/javascript" charset="utf-8" integrity="sha256-UQx4HDnbshtMdthcguK99GiSIK27fNYeSenSk+RC+0I="></script>
<meta property="og:title" content="Chuyang Chen's Blog" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://blog.cychen.xyz/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Chuyang Chen's Blog"/>
<meta name="twitter:description" content=""/>
</head>
<body>
<a class="skip-main" href="#main">Skip to main content</a>
<div class="container">
<header class="common-header">
<div class="header-top">
<h1 class="site-title">
<a href="/">Chuyang Chen's Blog</a>
</h1>
<ul class="social-icons">
</ul>
</div>
<nav>
<a class="" href="https://blog.cychen.xyz/about/" title="About">About</a>
<a class="" href="https://blog.cychen.xyz/categories/" title="Categories">Categories</a>
<a class="" href="https://blog.cychen.xyz/tags/" title="Tags">Tags</a>
<a class="" href="https://blog.cychen.xyz/posts/" title="Archive">Archive</a>
</nav>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$','$$'], ['\\[', '\\]']],
processEscapes: true,
processEnvironments: true
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
window.addEventListener('load', (event) => {
document.querySelectorAll("mjx-container").forEach(function(x){
x.parentElement.classList += 'has-jax'})
});
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</header>
<main id="main" tabindex="-1">
<div class="homepage-content">
</div>
<div class="articles h-feed">
<article class="post-list h-feed">
<div class="post-header">
<header>
<h1 class="p-name post-title"><a class="u-url" href="/posts/notes-on-model-checking-1/">Notes on <i>Model Checking</i> 1: Kripke Structure</a></h1>
</header>
</div>
<div class="content post-summary p-summary">
These are the notes I take on Clarke et al.’s <i>Model Checking</i>. I haven’t finished reading the book yet, so there will be more posts about it (and that’s why I assign a number in the title). In the first post, I introduce some basic concepts from model theory and briefly describe the models used in model checking.
</div>
<div class="post-info">
<div class="post-date dt-published">Jun 18, 2022</div>
<a class="post-hidden-url u-url" href="https://blog.cychen.xyz/posts/notes-on-model-checking-1/">https://blog.cychen.xyz/posts/notes-on-model-checking-1/</a>
<a href="https://blog.cychen.xyz" class="p-name p-author post-hidden-author h-card" rel="me">Chuyang Chen</a>
<div class="post-taxonomies">
<ul class="post-categories">
<li><a href="https://blog.cychen.xyz/categories/notes/">notes</a></li>
</ul>
<ul class="post-tags">
<li><a href="">#software testing</a></li>
<li><a href="">#software verification</a></li>
<li><a href="">#model theory</a></li>
<li><a href="">#mathematical logic</a></li>
</ul>
</div>
</div>
</article>
</div>
</main>
<footer class="common-footer">
<div class="common-footer-bottom">
<div class="copyright">
<p>© Chuyang Chen, 2023<br>
Powered by <a target="_blank" rel="noopener noreferrer" href="https://gohugo.io/">Hugo</a>, theme <a target="_blank" rel="noopener noreferrer" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.<br>
</p>
</div>
<script>
const STORAGE_KEY = 'user-color-scheme'
const defaultTheme = "auto-without-switcher"
let currentTheme
let switchButton
let autoDefinedScheme = window.matchMedia('(prefers-color-scheme: dark)')
const autoChangeScheme = e => {
currentTheme = e.matches ? 'dark' : 'light'
document.documentElement.setAttribute('data-theme', currentTheme)
changeButtonText()
}
document.addEventListener('DOMContentLoaded', function() {
switchButton = document.querySelector('.theme-switcher')
currentTheme = detectCurrentScheme()
if (currentTheme == 'dark') {
document.documentElement.setAttribute('data-theme', 'dark')
}
if (currentTheme == 'auto') {
autoChangeScheme(autoDefinedScheme);
autoDefinedScheme.addListener(autoChangeScheme);
}
if (switchButton) {
changeButtonText()
switchButton.addEventListener('click', switchTheme, false)
}
showContent()
})
function detectCurrentScheme() {
if (localStorage.getItem(STORAGE_KEY)) {
return localStorage.getItem(STORAGE_KEY)
}
if (defaultTheme) {
return defaultTheme
}
if (!window.matchMedia) {
return 'light'
}
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
return 'dark'
}
return 'light'
}
function changeButtonText()
{
if (switchButton) {
switchButton.textContent = currentTheme == 'dark' ? "Light theme" : "Dark theme"
}
}
function switchTheme(e) {
if (currentTheme == 'dark') {
localStorage.setItem(STORAGE_KEY, 'light')
document.documentElement.setAttribute('data-theme', 'light')
currentTheme = 'light'
} else {
localStorage.setItem(STORAGE_KEY, 'dark')
document.documentElement.setAttribute('data-theme', 'dark')
currentTheme = 'dark'
}
changeButtonText()
}
function showContent() {
document.body.style.visibility = 'visible';
document.body.style.opacity = 1;
}
</script>
</div>
<p class="h-card vcard">
<a href=https://blog.cychen.xyz class="p-name u-url url fn" rel="me">Chuyang Chen</a>
/
<a class="p-email u-email email" rel="me" href="mailto:chuyangchen2018@outlook.com">chuyangchen2018@outlook.com</a>
</p>
</footer>
</div>
</body>
</html>