Skip to content

Commit 229a561

Browse files
committed
Merge branch 'main' of github.com:cforgaci/mint-q3-24
2 parents ea35e7f + 166a686 commit 229a561

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Claudiu Forgaci
3+
Copyright (c) 2024 Claudiu Forgaci, Shuyu Zhang
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Workshop: Farming communities in Dutch media:<br>Web Scraping & Topic Modeling using R
2+
3+
- Date: 20 March 2024
4+
- Location: TU Delft
5+
- Instructors: Claudiu Forgaci & Shuyu Zhang

script_socialmedia.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author:
55
- name: "Shuyu Zhang"
66
correspondence: "yes"
77
email: "S.Zhang-19@tudelft.nl"
8+
orcid: 0000-0002-0459-4200
89
affiliations:
910
- ref: tud
1011
- name: "Claudiu Forgaci"
@@ -47,9 +48,9 @@ During the workshop, we work with [Web Data Research Assistant](https://southamp
4748

4849
2. Install the Web Data Reseach Assistant extension from [here](https://chromewebstore.google.com/detail/web-data-research-assista/kcdbekkmigohaijilebpaeoopcgjbbdm?pli=1).
4950

50-
3. In Chrome, go to Facebook or X and search for keywords you are interested in, then press <kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>A</kbd> to activate the data gathering process. ![](fig/webscraping1.png)
51+
3. In Chrome, go to Facebook or X and search for keywords you are interested in, then press `Shift` + `Ctrl` + `A` to activate the data gathering process. ![](fig/webscraping1.png)
5152

52-
4. Press <kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>H</kbd> to halt the data gathering process and stop the browser scrolling. You will be prompted to save a `WebDataRE.html` file. ![](fig/webscraping2.png)
53+
4. Press `Shift` + `Ctrl` + `H` to halt the data gathering process and stop the browser scrolling. You will be prompted to save a `WebDataRE.html` file. ![](fig/webscraping2.png)
5354

5455
5. Open the `WebDataRE.html`, select the data in the table (including the column headers), open a new Excel file and paste the copied data into it. ![](fig/webscraping3.png)
5556

@@ -159,4 +160,5 @@ You've been scraping data throughout the workshop. Now it is time to visualise i
159160

160161
3. Follow the steps of the web scraping tutorial above to visualise your social media data in a word cloud.
161162

163+
Discussion:
162164
What do you see? How would you describe the discourse of/about farming communities on social media?

0 commit comments

Comments
 (0)