-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathblogging_guidelines.html
732 lines (432 loc) · 26.6 KB
/
blogging_guidelines.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Public Course Website for CS295A/CS395D S2022 at Universtiy of Vermont">
<meta name="author" content="Emma Tosch ([email protected])">
<link rel="canonical" href="https://uvm.edu/~etosch/CS295A-S22/blogging_guidelines.html">
<link rel="icon" href="assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.10">
<title>Blogging Guidelines - Artificial Intelligence</title>
<link rel="stylesheet" href="assets/stylesheets/main.d6be258b.min.css">
<link rel="stylesheet" href="assets/stylesheets/palette.e6a45f82.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
<script>__md_scope=new URL(".",location),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
</head>
<body dir="ltr" data-md-color-scheme="" data-md-color-primary="none" data-md-color-accent="none">
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">
<a href="#blogging-guidelines" class="md-skip">
Skip to content
</a>
</div>
<div data-md-component="announce">
</div>
<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="index.html" title="Artificial Intelligence" class="md-header__button md-logo" aria-label="Artificial Intelligence" data-md-component="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54z"/></svg>
</a>
<label class="md-header__button md-icon" for="__drawer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z"/></svg>
</label>
<div class="md-header__title" data-md-component="header-title">
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
Artificial Intelligence
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Blogging Guidelines
</span>
</div>
</div>
</div>
<div class="md-header__source">
<a href="https://github.com/uvm-maple/CS295A-S22/" title="Go to repository" class="md-source" data-md-component="source">
<div class="md-source__icon md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
</div>
<div class="md-source__repository">
Github
</div>
</a>
</div>
</nav>
</header>
<div class="md-container" data-md-component="container">
<main class="md-main" data-md-component="main">
<div class="md-main__inner md-grid">
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="index.html" title="Artificial Intelligence" class="md-nav__button md-logo" aria-label="Artificial Intelligence" data-md-component="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54z"/></svg>
</a>
Artificial Intelligence
</label>
<div class="md-nav__source">
<a href="https://github.com/uvm-maple/CS295A-S22/" title="Go to repository" class="md-source" data-md-component="source">
<div class="md-source__icon md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
</div>
<div class="md-source__repository">
Github
</div>
</a>
</div>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="index.html" class="md-nav__link">
CS 295A/395D: Artificial Intelligence
</a>
</li>
<li class="md-nav__item">
<a href="syllabus.html" class="md-nav__link">
Syllabus
</a>
</li>
<li class="md-nav__item">
<a href="schedule.html" class="md-nav__link">
Schedule
</a>
</li>
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
Blogging Guidelines
<span class="md-nav__icon md-icon"></span>
</label>
<a href="blogging_guidelines.html" class="md-nav__link md-nav__link--active">
Blogging Guidelines
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#logistics" class="md-nav__link">
Logistics
</a>
<nav class="md-nav" aria-label="Logistics">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#intent-to-blog" class="md-nav__link">
Intent to blog
</a>
</li>
<li class="md-nav__item">
<a href="#taking-notes" class="md-nav__link">
Taking notes
</a>
<nav class="md-nav" aria-label="Taking notes">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#handwriting-vs-typing" class="md-nav__link">
Handwriting vs. Typing
</a>
</li>
<li class="md-nav__item">
<a href="#on-the-use-of-recording-devices" class="md-nav__link">
On the use of recording devices
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#submitting-blog-posts" class="md-nav__link">
Submitting blog posts
</a>
<nav class="md-nav" aria-label="Submitting blog posts">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#if-this-is-your-first-blog-post" class="md-nav__link">
If this is your first blog post
</a>
</li>
<li class="md-nav__item">
<a href="#general-instructions" class="md-nav__link">
General Instructions
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#content-guidelines" class="md-nav__link">
Content Guidelines
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="blog.html" class="md-nav__link">
Course Blog
</a>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_6" type="checkbox" id="__nav_6" >
<label class="md-nav__link" for="__nav_6">
Programming Assignments
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" aria-label="Programming Assignments" data-md-level="1">
<label class="md-nav__title" for="__nav_6">
<span class="md-nav__icon md-icon"></span>
Programming Assignments
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="assignments/1/programming_assignment_1.html" class="md-nav__link">
Programming Assignment 1: Logic
</a>
</li>
<li class="md-nav__item">
<a href="assignments/2/programming_assignment_2.html" class="md-nav__link">
Programming Assignment 2: Probabilistic State
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="covid_policies.html" class="md-nav__link">
Covid Policies
</a>
</li>
<li class="md-nav__item">
<a href="UVM_resources.html" class="md-nav__link">
UVM Resources
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#logistics" class="md-nav__link">
Logistics
</a>
<nav class="md-nav" aria-label="Logistics">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#intent-to-blog" class="md-nav__link">
Intent to blog
</a>
</li>
<li class="md-nav__item">
<a href="#taking-notes" class="md-nav__link">
Taking notes
</a>
<nav class="md-nav" aria-label="Taking notes">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#handwriting-vs-typing" class="md-nav__link">
Handwriting vs. Typing
</a>
</li>
<li class="md-nav__item">
<a href="#on-the-use-of-recording-devices" class="md-nav__link">
On the use of recording devices
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#submitting-blog-posts" class="md-nav__link">
Submitting blog posts
</a>
<nav class="md-nav" aria-label="Submitting blog posts">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#if-this-is-your-first-blog-post" class="md-nav__link">
If this is your first blog post
</a>
</li>
<li class="md-nav__item">
<a href="#general-instructions" class="md-nav__link">
General Instructions
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#content-guidelines" class="md-nav__link">
Content Guidelines
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<a href="https://github.com/uvm-maple/CS295A-S22/edit/master/docs/blogging_guidelines.md" title="Edit this page" class="md-content__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z"/></svg>
</a>
<h1 id="blogging-guidelines">Blogging Guidelines</h1>
<p>Blogging serves many purposes, to the benefit of both the person blogging as well as the rest of the class. </p>
<p><strong>Benefits to the person blogging.</strong> The best way to master new material is to teach to someone else. However, having students teach the class does not scale and so blogging is a substitute. When you elect to write a blog post for this course, it means you will engage with the course material in a detailed, systematic fashion. Blog posts are <em>not</em> transcriptions; as a student, you should view blogging as part of a pedagogical toolkit. Blogging is additionally a way to <em>practice scientific communication</em> and to showcase what you know and are learning in a more public way (although <a href="#identity-management">how public you want to be is up to you</a>).</p>
<p><strong>Benefits to the rest of the class.</strong> Each person in this class has their individual background, which will inform their posts. Each individual may see something different in the content presented and interpret it differently. The diversity of student backgrounds can enrich learning. Through blog comments, the rest of the class can engage with the poster's perspective. </p>
<h2 id="logistics">Logistics</h2>
<p>The general procedure for blogging is:</p>
<ol>
<li><a href="#intent-to-blog">Make your intent to blog known</a>.</li>
<li><a href="#taking-notes">Take notes during class</a>. <em>Note: you must actually attend lecture in-person in order to write blog posts.</em></li>
<li><a href="#submitting-notes">Submit your revised notes on Github</a>.</li>
</ol>
<p>Blogging should happen in two phases: during the first phase you will be taking contemporaneous notes and during the second phase you will write up your notes. </p>
<h3 id="intent-to-blog">Intent to blog</h3>
<p>Not every class is eligible for a blog post and only one unit (i.e., a single person or two people working together) may elect to post for each eligible class. Therefore, a reminder to elect to blog will be posted in the <a href="https://teams.microsoft.com/l/channel/19%3a651bd0634b2b4860904830cd9efd50d5%40thread.tacv2/Announcements?groupId=e1375d3a-909d-4b56-860a-2d7ddc4912a5&tenantId=1c177758-4d6b-43dc-aaeb-3b9c42562967">Announcements channel</a> on Teams. If you are interested in blogging, please reply to the post with your intent. I will designate the person who will be blogging by 9pm the night before class using the following algorithm:</p>
<ol>
<li>Select the first person who has not yet <em>been selected</em> to blog. </li>
<li>If no such person exists, select randomly from the pool of people who have previously blogged. </li>
</ol>
<p>Note that if you have been selected to blog but fail to submit your post, I will not select you to blog in the future. </p>
<h3 id="taking-notes">Taking notes</h3>
<p>Taking notes is hard! When taking notes, do not expect you will be able to participate at the same level of engagement as you would, were you not taking notes. Do, however, feel empowered to <strong>interrupt whenever you miss something</strong>. </p>
<p>Beacuse scribing is not transcription, while it is possible to take notes in a way that ends up differing very little from its final form, I expect most students to see a signficant change from their raw notes to the submitted version. </p>
<h4 id="handwriting-vs-typing">Handwriting vs. Typing</h4>
<p>You are free to use whatever medium for note-taking works best for you. If you do not consider yourself to be a good note-taker, consider using blogging to try out different methods of note-taking to see what works best for you.<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> I will allow two students to submit a blog post together as co-authors, but they must coordinate and merge the work amongst themselves.</p>
<h4 id="on-the-use-of-recording-devices">On the use of recording devices</h4>
<p>You may use recording devices to aid in your note-taking. However, this is very likely to end up being more work than taking contemporaneous notes!</p>
<h3 id="submitting-blog-posts">Submitting blog posts</h3>
<p>You should write your blog posts in <a href="https://www.markdownguide.org/basic-syntax/">Markdown</a> and they should follow the <a href="#content-guidelines">content guidelines</a>.
<a id="correct-title"></a>
Be sure to name the blog post according to the following format:</p>
<p><code><month>_<day>_<lecture title>.md</code></p>
<p>So the first blog post would be:</p>
<p><code>01_21_knowledge_representation.md</code></p>
<p>When you are ready to submit, follow these steps:</p>
<h4 id="if-this-is-your-first-blog-post">If this is your first blog post</h4>
<ol>
<li><a href="https://docs.github.com/en/get-started/quickstart/fork-a-repo">Fork</a> the <a href="https://github.com/uvm-maple/CS295A-S22">course repository</a>.</li>
<li><a href="https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository">Clone</a> the repository you just forked to your local machine:<ul>
<li><strong>Command line, over ssh</strong>: <code>git clone [email protected]:<your_username>/CS295A-S22.git</code>. </li>
<li><strong>Command line, over http:</strong> <code>git clone https://github.com/<your_username>/CS295A-S22.git</code></li>
<li><strong>Through the GUI</strong>: No idea.</li>
</ul>
</li>
<li>Add the <em>course repository</em> (i.e., the one you forked from) as a <a href="https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories">remote</a>. From inside the directory you just cloned, call:
<code>git remote add upstream [email protected]:uvm-maple/CS295A-S22.git</code> <em>Note: I have no idea how to do this with non-command line tooling</em>.</li>
<li>Continue to the <a href="#general-instructions">general instructions</a>.</li>
</ol>
<h4 id="general-instructions">General Instructions</h4>
<ol>
<li>Pull from upstream to ensure the local version of your repository is up-to-date: <code>git pull upstream main</code>.</li>
<li>Add your blog post with the <a href="#correct-title">correct filename</a> to the folder <code>src/blog</code>.</li>
<li>Push to your forked repository:<ol>
<li><code>git add src/blog/<month>_<day>_<lecture title>.md</code></li>
<li><code>git commit -m 'new blog post'</code></li>
<li><code>git push origin main</code></li>
</ol>
</li>
<li>Open a <a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork">pull request</a> against the parent (remote) repository.</li>
</ol>
<p>The first time you submit a blog post, you should be prompted to agree to the <a href="https://gist.github.com/etosch/ad909c10f5da4e60bea125d15e47edcf">consent form</a>, notifying you of your FERPA rights and trasferring responsibility for management of personally identifying information to you.</p>
<p>Note: <em>Late notes will not be accepted. There is <strong>no grade penalty for not submitting your notes</strong>. If you fail to submit your notes and do not have the usual documentation (i.e., medical or personal reasons), you will not be selected to blog in the future.</em></p>
<h2 id="content-guidelines">Content Guidelines</h2>
<p>Scribe notes will be graded on <em>completeness</em>, <em>correctness</em>, and <em>legibility</em>. I do not expect you to produce transcriptions, but I do expect some narrative structure.</p>
<p>I will be using the following grading rubric; all elements are pass/fail, so students will only receive grades from the set {0, 3, 6, 9}:</p>
<ul>
<li>3pts - Complete coverage of topics covered in lecture in narrative form. There should be heirarchical organization to the post, including summary bullet points that are expanded upon in the body of the post. </li>
<li>3pts - Additional commentary and supplementary links. I expect all students to include enrichment information in posts, either relating to applications of the topic, news articles, recent research, tutorials, etc. I am looking for a deeper engagement with the material in this section. </li>
<li>3pts (graduate only) - A small, worked-out example problem in the space that functions as an explainer for the topic covered. The complexity of this problem should be greater than the in-class quizzes, but less than the theory assignments. </li>
</ul>
<h1 id="identity-management">Identity management</h1>
<p>The blog for this course will be public. However, your status as a student in this course is protected by FERPA and therefore your identity on public blog posts does not need to be public as well. You will need to sign a <a href="https://gist.github.com/etosch/ad909c10f5da4e60bea125d15e47edcf">consent form</a> in order to contribute blog posts. If you wish to use a non-identifying account, you will need to contact me to let me know who you are so you can receive credit!</p>
<div class="footnote">
<hr />
<ol>
<li id="fn:1">
<p>I, personally, have always struggled with note-taking. I never looked back at my notes and never understood the purpose. It was not until the middle of graduate school until I learned to take notes as a way that worked for me: I would just write what I heard and generally not look at what I was writing. I learned this from <a href="http://ezyang.com">Edward Z. Yang</a>, who used to publish his raw notes online, but I cannot find them now. In any case, this meant that early on I had a lot of typos and portions of my notes that were effectively illegible. Eventually, they started to look like <a href="https://docs.google.com/document/d/1f8tcvQCVcS6pJ2qECe_mDsdsO4adbyKoNuE3FlUne9c/edit?usp=sharing">this</a>. I also found it helpful to share my note document with someone as I was typing to help check my understanding live. You can see an example of this <a href="https://docs.google.com/document/d/1At8G0OK6TngKrd7Owbq0rBRzAbSaxV97TvkC1zImjDA/edit?usp=sharing">here</a>, where my then-advisor responded to my notes in real time. <a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">↩</a></p>
</li>
</ol>
</div>
</article>
</div>
</div>
</main>
<footer class="md-footer">
<nav class="md-footer__inner md-grid" aria-label="Footer">
<a href="schedule.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: Schedule" rel="prev">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</div>
<div class="md-footer__title">
<div class="md-ellipsis">
<span class="md-footer__direction">
Previous
</span>
Schedule
</div>
</div>
</a>
<a href="blog.html" class="md-footer__link md-footer__link--next" aria-label="Next: Course Blog" rel="next">
<div class="md-footer__title">
<div class="md-ellipsis">
<span class="md-footer__direction">
Next
</span>
Course Blog
</div>
</div>
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z"/></svg>
</div>
</a>
</nav>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-copyright">
Made with
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
Material for MkDocs
</a>
</div>
</div>
</div>
</footer>
</div>
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
<script id="__config" type="application/json">{"base": ".", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "assets/javascripts/workers/search.092fa1f6.min.js"}</script>
<script src="assets/javascripts/bundle.e3b2bf44.min.js"></script>
<script src="javascripts/mathjax.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</body>
</html>