Skip to content

Commit

Permalink
syllabus2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Chen authored and Alvin Chen committed Feb 7, 2024
1 parent 570bcc6 commit 9805227
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ <h2>Working Directory Setup</h2>
your working directory, you place the unzipped <code>demo_data</code>
directory. Also under your <code>Working_Directory</code> are all the
notebook files you create for the tutorials and assignments.</p>
<div class="grViz html-widget html-fill-item-overflow-hidden html-fill-item" id="htmlwidget-4a79157a8798bb93435d" style="width:672px;height:480px;"></div>
<script type="application/json" data-for="htmlwidget-4a79157a8798bb93435d">{"x":{"diagram":"digraph {\n \ngraph[layout = dot]\n\nnode[style=filled, color = grey90, penwidth = 0.3, fontcolor = grey30]\nedge[color= grey40, alpha = 0.2, penwidth= 0.4, arrowsize=0.8, arrowhead = normal]\n\na [label = \"Working_Directory\", shape = folder, fillcolor= \"#B0E2FC\"]\nb [label = \"demo_data\", shape = folder, fillcolor= \"#B0E2FC\"]\nc1 [label = \"script1.ipynb\", shape=file, fillcolor= \"#96F597\"]\nc2 [label = \"script1.ipynb\", shape=file, fillcolor= \"#96F597\"]\nc3 [label = \"...\", shape=file, fillcolor= \"#96F597\"]\nd1 [label = \"dataset1.csv\", shape = file, fillcolor=\"#96F597\"]\nd2 [label = \"dataset2.csv\", shape = file, fillcolor=\"#96F597\"]\nd3 [label = \"...\", shape = file, fillcolor=\"#96F597\"]\n\na -> {b, c1, c2, c3}\nb -> {d1,d2, d3}\n}","config":{"engine":"dot","options":null}},"evals":[],"jsHooks":[]}</script>
<div class="grViz html-widget html-fill-item-overflow-hidden html-fill-item" id="htmlwidget-b4535f2e1d398b0ed1fc" style="width:672px;height:480px;"></div>
<script type="application/json" data-for="htmlwidget-b4535f2e1d398b0ed1fc">{"x":{"diagram":"digraph {\n \ngraph[layout = dot]\n\nnode[style=filled, color = grey90, penwidth = 0.3, fontcolor = grey30]\nedge[color= grey40, alpha = 0.2, penwidth= 0.4, arrowsize=0.8, arrowhead = normal]\n\na [label = \"Working_Directory\", shape = folder, fillcolor= \"#B0E2FC\"]\nb [label = \"demo_data\", shape = folder, fillcolor= \"#B0E2FC\"]\nc1 [label = \"script1.ipynb\", shape=file, fillcolor= \"#96F597\"]\nc2 [label = \"script1.ipynb\", shape=file, fillcolor= \"#96F597\"]\nc3 [label = \"...\", shape=file, fillcolor= \"#96F597\"]\nd1 [label = \"dataset1.csv\", shape = file, fillcolor=\"#96F597\"]\nd2 [label = \"dataset2.csv\", shape = file, fillcolor=\"#96F597\"]\nd3 [label = \"...\", shape = file, fillcolor=\"#96F597\"]\n\na -> {b, c1, c2, c3}\nb -> {d1,d2, d3}\n}","config":{"engine":"dot","options":null}},"evals":[],"jsHooks":[]}</script>
<p>With the above file structure, if you want to access a particular
file in the <code>demo_data</code> in your jupyter notebook, you may
access it using the following path:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/disclaimer.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ <h2>Contacting me</h2>
Disclaimer or wish to contact me concerning any matter relating to it,
you may send an email to <a href="mailto:[email protected]"
class="email">[email protected]</a></p>
<p><strong>This document was last updated on 2023-12-24</strong></p>
<p><strong>This document was last updated on 2024-02-08</strong></p>
</div>


Expand Down
7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h1 class="title toc-ignore">ENC2045: Computational Linguistics</h1>
</div>


<p><em>This site is last-updated on 2023-12-24</em></p>
<p><em>This site is last-updated on 2024-02-08</em></p>
<hr />
<div id="annoucements" class="section level1">
<h1><svg viewBox="0 0 384 512" style="height:1em;position:relative;display:inline-block;top:.1em;fill:white;" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -348,7 +348,7 @@ <h1><svg viewBox="0 0 384 512" style="height:1em;position:relative;display:inlin
announced in class. You are responsible for all material that appears
here and should check this page for updates frequently.</p>
<ul>
<li><strong>2023-12-24</strong>: The current version of the course
<li><strong>2024-02-08</strong>: The current version of the course
website is based on the Spring Semester, 2021. It will be updated when
it is offered next time, which is, hopefully, the spring of 2023.</li>
</ul>
Expand Down Expand Up @@ -519,7 +519,8 @@ <h1><svg viewBox="0 0 384 512" style="height:1em;position:relative;display:inlin
2023-03-29
</td>
<td style="text-align:left;">
Common NLP Tasks
Common NLP Tasks (Guest Lecturer: Robin Lin from Droidtown Linguistic
Tech. Co. Ltd. )
</td>
</tr>
<tr>
Expand Down

0 comments on commit 9805227

Please sign in to comment.