# Table of Contents 1. [CSEDU-2019](#org5968523) 1. [Images](#org789fb42) 2. [Code](#orgc54c525) 1. [Hangout chats:](#org4f380ad) 2. [Moodle visualization:](#orgaac2801) 3. [Coursera](#orgc546d66) # CSEDU-2019 Resources and annexes to the paper **"[Towards Visual Explorations of Forums' Collective Dynamics in Learning Management Systems](tex_draft.pdf)"** (This paper received the [best student paper award](./images/best_paper_award2.jpg)) Checkout the [presentation](mkone_CSEDU2019_diapo.pdf) ## Images The images in the paper are sometime small. We offer high enough resolution images to see the details. 1. Figure 1 ![img](images/discussion.png) Illustration of how the strength of actors' ties (or links) varies as a function of time and topic overlap. Thread 1 corresponds to actor-topic dynamic (\ref{eq:1a}) where B's late post after A's 1st publication does not correlate strongly enough to create the link from A to B. But A's 2nd post is timely enough, although not exactly on the same topic as B's message, to create the tie A –> B drawn as a dashed arrow. In thread 2, in addition to the tie B –> A, we have a topic overlap and time proximity between C and A. This makes a the strong tie A → C. 2. Figure 2 ![img](images/fu2.png) iForum's Dashboard \citep{Fu2017} showing (a) overall changes of post in the forum, (b) a thread representation, (c) discussions in packed forms, (d) the social network and (e) the details of a discussion. 3. Figure 3 ![img](images/convis2.png) Convis Dashboard \citep{Hoque2016} helps explore conversations. On the left, the topics found in the forum using \gls{lda} and organized hierarchically. In the middle, the colored rectangles show a sentiment analysis for each message. Each message is linked to his author place on a semi-circle and thus creating a social network. Finally, on the right, Convis display the detail of the conversation. 4. Figure 4 ![img](images/func.png) Graphical proposition for the function I(s,r) of the messages' interaction strength. s is the \`\`internal'' strength of two messages based on content, time and social network structure. r is \`\`external'' requirement, it is a parameter set by the observer. 5. Figure 5 ![img](images/cycles.png) Interactions cycles built from a bi-party actor-topic graph Thread 3 and 4 are transformed to an actor-actor graph. Dotted arrows denotes weaker links. 6. Figure 6 ![img](images/pipeline.png) Data Analysis cycle. 7. Figure 7 ![img](images/dynco_portrait.png) Visualizations from the FFL dataset. 8. Figure 8 ![img](images/uvci_portrait.png) There is also [this link](https://idev.kone.ci/visu/uvci/conv7) to the onlined and live version. Detail of \gls{vuci} conversation taking place in 2 hours. Each circle is a message, and hovering over them brings up its content. The circle's size is proportional to their content's length. Message are layered vertically by actors. On the left is an indication of the actors total messages count. 9. Figure 9 ![img](images/evolution.png) At the top (a) is half of compound yearly actor-actor network. The three bottom images (b), (c) and (d) are closeup around actor 642 during the quarters of the year. ## Code The images above have been generated using code from the Code folder It is mainly code to preprocess the data files that will then be processed in d3.js. The exemples of visualisations are accessible online at the following adresses (<2019-05-22 mer.>): ### Hangout chats: Visualizations on ### Moodle visualization: Visualizations on ### Coursera Use the file folder to scrape the data from a Coursera course and then wrangle the data to make the visualisation. The visualisation requires graphtool.py Check the