Publications by Anna Engelke

Anna Engelke - ECI 588 Unit 3 Independent Analysis

02.04.2023

Dr. Jiang and I discussed trying to create a makerspace dictionary/lexicon for my final project. I decided to use this week’s Independent Analysis project to start exploring dictionary creation and how it might tie into some of the other text analysis techniques we’ve been practicing. The first part of this analysis will explain what I’ve fo...

5117 sym R (5778 sym/29 pcs) 2 img

Anna Engelke - ECI 589 - Unit 3 Independent Study

27.03.2023

1. Identify a Data Source 1a. PREPARE Let’s start by installing the packages that we’re going to use to analyze our data, knowing that we want to conduct social network analysis and that we want to create sophisticated sociograms. We’ll need the following packages: {tidyverse} which offers multiple R packages {tidygraph} for working with re...

7143 sym R (7460 sym/33 pcs) 4 img

ECI 588 Unit 4 Walkthrough

25.03.2023

1. PREPARE Data Source ✅ Comprehension Check Based on your reading, what’s the data source in this paper? The authors reviewed literature on computational thinking in education and collected any definitions of CT that were published. These definitions were then collected into a single document, which they used for text analysis. 1b. Guiding Q...

1254 sym R (4658 sym/18 pcs) 3 img

Unit 3 Case Study

20.03.2023

Table of contents 1. PREPARE 1a. Review the Research The #commoncore Project Prologue Data Sources & Analyses Data Collection Analyses Key Findings 👉 Your Turn ⤵ 1b. Identify a Question(s) 👉 Your Turn ⤵ 1c. Set Up Project Load Libraries 👉 Your Turn ⤵ 2. WRANGLE 2a. Import Data 2b. Format Network Data Create Edgelist 👉 Yo...

55057 sym 7 img

Document

27.02.2023

1. Identify a Data Source 1a. PREPARE Let’s start by installing the packages that we’re going to use to analyze our data, knowing that we want to conduct social network analysis and that we want to create sophisticated sociograms. We’ll need the following packages: {tidyverse} which offers multiple R packages {tidygraph} for working with re...

6846 sym R (14952 sym/52 pcs) 5 img

ISAM Topic Modeling

26.02.2023

Context The International Symposium of Academic Makerspaces (ISAM) is an annual conference started in 2016 that draws makerspace staff and faculty from across the world. Similar to other professional conferences, attendees can submit papers or posters for review. If they are accepted, they can present their work at the conference event. After the e...

5153 sym 2 img 1 tbl

Anna Engelke - ECI 589 - Unit 2 Case Study

20.02.2023

1. Prepare For our second case study, A Tale of Two MOOCs, we move beyond visual depictions of networks from our previous SNA case study and learn to describe networks using common network-level measures. Our analyses are based on A social network perspective on peer supported learning in MOOCs for educators [@kellogg2014social], and use an open ed...

42210 sym R (28553 sym/79 pcs) 15 img

Unit 3 Walkthrough: Topic Modeling

20.02.2023

1. PREPARE 1c. Set Up library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.4.1 ✔ purrr 1.0.1 ## ✔ tibble 3.1.8 ✔ dplyr 1.1.0 ## ✔ tidyr 1.3.0 ✔ stringr 1.5.0 ## ✔ re...

3930 sym R (27911 sym/58 pcs) 6 img 1 tbl

Anna Engelke - ECI 589 - Unit 1 Independent Study (Abridged)

06.02.2023

Identify a Data Source For this independent analysis, I’ll be using the two datasets from the Social Network Analysis and Education companion site that were already included in the ‘data’ folder for this project. We also used them during the Unit 1 Case Study. Let’s start by reading each of the documents into R: student-reported-friends,...

6354 sym 6 img

Unit 2 Walkthrough: Twitter Sentiment and School Reform

30.01.2023

1c. Set Up library(dplyr) library(readr) library(tidyr) library(rtweet) library(writexl) library(readxl) library(tidytext) library(textdata) library(ggplot2) library(textdata) library(scales) 2b. Tidy Text ngss_tweets <- read_xlsx("Data/ngss_tweets.xlsx") ccss_tweets <- read_xlsx("Data/csss_tweets.xlsx") ngss_text <- filter(ngss_tweets, lang == ...

3124 sym R (19817 sym/74 pcs) 5 img