Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lalessan committed Mar 12, 2024
1 parent 00b0ba3 commit 8f91de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ description: A course led by Laura Alessandretti on Computational Social Science
[Week 6: Networks III - Centrality and Communities](https://nbviewer.org/github/lalessan/comsocsci2024/blob/main/lectures/Week6.ipynb?flash_cache=True) Today we will study the network of Computational Social Scientists more in depth. We will learn about more advanced network science concepts (centrality, assortativity, communities), then put things into practice to study the network of Computational Social Scientists.
* __Reading__: [Chapter 7 of the Network Science book](http://networksciencebook.com/chapter/7)(the most important sections are 7.1 to 7.3); [Chapter 9 of the Network Science book](http://networksciencebook.com/chapter/9) (you can skip 9.3, 9.5 and 9.7).

[Week 7: Text 1 - The Basics ]
[Week 7: Text 1 - The Basics ](https://nbviewer.jupyter.org/github/lalessan/comsocsci2024/blob/main/lectures/Week7.ipynb?flash_cache=True). We're changing gears. We've looked at the network of Computational Social Scientists. Now we'll put together the tools for working with the text. We will learn the basics, then get real and work with the text from the papers' abstracts.

* __Reading I__: [Chapter 1 (sections 1.1 to 1.3) of the Natural Language Processing with Python (NLPP) book](http://www.nltk.org/book/).
* __Reading II__: [Chapter 3 (sections 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.9, and 3.10. ) of the Natural Language Processing with Python (NLPP) book](http://www.nltk.org/book/) It's not important that you go in depth with everything here - the key think is that you know that Chapter 3 of this book exists, and that it's a great place to return to if you're ever in need of an explanation of regular expressions, unicode, etc.
* __Reading III__: Skim through the Wikipedia page on the [Zipf's law](https://en.wikipedia.org/wiki/Zipf%27s_law)
Expand Down

0 comments on commit 8f91de5

Please sign in to comment.