Digital
Anthropology
Toolkit
by NetHabitus
In this section, we’re excited to share some of the Digital Anthropology tools that Nethabitus is currently developing.
These tools will soon be integrated into our workshops—stay tuned!
This App has the following tabs:
Reddit Data: Displays raw Reddit data extracted from the specified search term and subreddit.
Edges: Shows the network edges between Reddit users who commented on the same thread.
Reddit User Network: Visualizes the network of Reddit users, where nodes represent users and edges represent interactions.
Comment Word Cloud: Displays a word cloud based on comments in the Edges tab.
I am developing this App in R
by Dr. Verónica Espinoza.
The App allows to extract emojis from text. The user just has to paste the text and immediately the App extracts the emojis and the frequency, likewise, it generates a wordcloud of emojis. It is possible to adjust the minimum and maximum size of emojis in the cloud.
Developed in R
by Dr. Verónica Espinoza.
This application performs a word frequency analysis on the entered text.
It allows you to obtain the frequency table, a bar plot of the most frequent words, a context table, and a wordcloud.
Additionally, you can download both the frequency table and the contexts.
I am developing this App in R
by Dr. Verónica Espinoza.
This App collects comments and responses from a selected video through the API. It is possible to download the information in XLSX file, (Date, type of interaction (comment / response), author of the comment, user who responds, comments and respective response (s).
Additionally, the App returns a network type file (GEXF format) generated from user comments-responses. This GEXF file can be visualized in network analysis tools, such as NodeXL, Retina, Gephi-Lite, among others.
I am developing this App in Python
by Dr. Verónica Espinoza.
This is a word co-occurrence generator application.
It allows you to analyze text data and visualize the co-occurrence relationships between words.
The tool processes the input text, identifies word co-occurrences, and creates a network visualization.
You can customize parameters such as minimum co-occurrence, window size, and minimum word length.
Community Detection Algorithm: Louvain Algorithm.
Node Size Representation: Based on co-occurrence occurrences.
Layout Algorithms Available: Fruchterman-Reingold, Kamada-Kawai, Davidson-Harel, among others.
Download Options: Edges & Nodes in XLSX and GraphML format.
I am developing this App in R
by Dr. Verónica Espinoza.
This tool provides five tabs with different visualizations and analyses:
▪Correlation Plot: Shows six different mosaic plots with a visual representation of the correlation matrix. The cells of these plots are colored based on the correlation value.
.▪Correlation Network: Displays three different types of correlation networks where each variable in the CSV file is represented as a node. Connections (edges) between nodes represent the calculated correlations. Negative correlations are shown in red, while positive correlations are shown in blue. The correlation is calculated using Pearson correlation. The user can filter the correlation values in order to visualize the desired edges in the networks. Additionally, it is possible to download the file in GRAPHML format to visualize it in another tool.
▪Edges: Presents an interactive table with the edges of the correlation network. These edges correspond to significant correlations (different from zero) between variables. The table provides information about the connected variables as well as the calculated correlation value for each connection. The user can download the edges table in XLSX format.
▪My Data Table: Displays a table with the data loaded from the CSV file.
▪Correlation Matrix: Presents an interactive table showing the correlation matrix between variables in the CSV file.
I am developing this App in R
by Dr. Verónica Espinoza.