You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

230 lines
10 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Questions on Social Networks</title>
<style>
@font-face {
font-family: georgia;
src: url("fonts/Georgia Regular font.ttf");
}
@font-face {
font-family: bree-serif;
src: url("fonts/BreeSerif-Regular.otf");
}
* {
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
}
#container {
display: flex;
flex-direction: row;
justify-content: center;
}
#left,
#right {
width: 50%;
max-width: 450px;
flex-grow: 1;
flex-shrink: 1;
padding: 20px;
padding-bottom: 50px;
}
#left {
color: black;
background-color: rgb(230, 222, 226);
}
#right {
color: black;
/*background-color: rgb(170,170,170, .6);*/
background-color: rgb(230, 222, 226, .3);
position: relative;
}
p {
font-size: 19px;
font-family: georgia;
line-height: 26.1px;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}
p > span {
display: inline;
background-color: rgb(250, 246, 177);
position: relative;
}
p > span:hover {/*
color: #df5b57;*/
}
.comment {
position: absolute;
top: -100px;
transition: all 1s linear;
width: calc(100% - 40px);
}
h3 {
font-size: 18px;
text-align: left;
font-weight: 400;
font-style: normal;
margin-left: auto;
margin-right: 15px;
letter-spacing: 0px;
text-transform: none;
font-family: bree-serif;
}
</style>
</head>
<body>
<!-- <audio controls autoplay style="display:none">
<source src="TurnPage.wav" type="audio/wav">
</audio> -->
<div id="container">
<div id="left">
<h1 style="color:black;font-size:40px;font-family:georgia">Case studies of the role of corporate social media in social uprisings</h1>
<p style="color:black;font-size:16px;font-family:georgia">In the context of the question:<br> <b><i>What is the relationship between corporations and government surveillance?</i></b></p>
<p></br>
Undoubtedly, there is a high level of <span>“interest”</span> in collecting and analysing the content contributed by social network users.
</p>
<p> <b>#OccupyGezi</b><br>
Regarding the possible uses of the developing tools for analysis, I will refer to a <span>publication</span> in the context of <span>SocialSencor</span>, where the case study example was the revolt of Turkish youth in the summer of 2013. A wave of demonstrations started at Istanbul's Taksim Square, to prevent the destruction of Gezi Park. Here are some extracted pieces of the publication, which displays the role and service of analysis tools in large-scale events, such as a social rebellion.
</p>
<p>
...the described framework supports configurable targeted crawling and indexing of social multimedia content in tandem with real-time analysis and summarisation. The framework is based on a real-time distributed architecture, including very efficient image indexing and clustering implementations. We evaluate the framework on a large-scale case study around the <i>#OccupyGezi</i> events…<br><br>
...We started the crawling exercise on June 4th and continued until July 17th. The crawling was conducted around a set of hand-picked keywords and a small number of selected accounts on Facebook and YouTube…<br><br>
...A total of 16,785,785 Items and 319,095 Media Items were collected respectively, spanning the interval (Jun 1, Jul 17)…
...The Figure provides a <span>map-based view</span> of the event at different zoom levels (based on the subset of images that are geotagged). From the figure, it becomes apparent that although the events were highly intense on Istanbul (and the Gezi park in particular), there was considerable activity in major Turkish cities (Ankara, Bursa, Izmir, Antalya, Eskisehir, Bodrum), and even in large European (London, Berlin, Paris) and American (New York, San Francisco, Boston, Toronto) cities…<br><br>
...The evaluation of the crawler in the context of the <i>#OccupyGezi</i> events demonstrated that it is an effective tool for collecting diverse content from social networks and for browsing and searching it in multiple ways...<br><br>
</p>
<p>
<b>Arab Spring</b><br>
Another typical case for analysis is the so-called <span><i>Arab Spring</i></span>, in which the western world contends that social media played a central role. Over the past few years, a lot of research projects have been done by academic and state institutions to study the use of social media in the uprisings of the Arab world. Many westerners have described the <i>Arab Spring</i> as a Twitter or Facebook revolution. An article on the website of the University of Washington with the title <span>“New study quantifies the use of Social Media in the <i>Arab Spring</i></span> begins as follows;
</p>
<p>
<i>“In the 21st century, the revolution may not be televised but it likely will be tweeted, blogged, texted and organised on Facebook, recent experience suggests.”</i>
</p>
<p>
<br><b>My thoughts...</b><br>
The rebels in the Arab world did not expect to rely on Facebook to decide their actions, nor Twitter to learn about the weapons and tanks that they were facing. The fact that they used tools like that, mainly to open up and speak to the rest of the world about what was happening, doesnt mean that without them they would be unable to coordinate their efforts. It seems that westerners are possibly more interested in the use of social media, instead of the very fact of the uprising. They repeatedly talk about the way it supposedly happened; through social media. When the medium is identified as the message, the message may lose its meaning.
</p>
<p>
The reproduction of a hasty conclusion that social rebellions in the 21st century take place on the servers of one or more corporations is a specific media translation of reality. The reality, however, is much more complex. The developers of mechanisms for social control are the ones who advocate for more of such ideologies; that <span>corporate social media can be an alternative</span> or independent means of communication and organisation. I do not argue that it was a mistake from the side of the people who protested in the Arab countries to use corporate social media, phones, emails or blogs amid a social uprising. Nonetheless, the next time I hear that a social uprising is happening through social media, I will certainly have to be more suspicious of which side supports such a claim. Are they the same ones who develop and use tools to analyse social movements? If the relationship between social media and <i>Arab Spring</i> rebels or other social outbreaks have been examined already hundreds of times, the goal, as shown in projects like SocialSensor, is ultimately the real-time analysis of similar situations. The next time something like that happens, it could be managed more efficiently by the organisations that have the appropriate machines and means to do it.
</p>
<a href="index.html"><h2 style="color:black; font-size:16px; font-family:georgia; margin-top:50px; margin-left: 20px"><i>Go back to the questions</i></h2></a>
</div>
<div id="right">
<div class="comment">
<a href="chapter4.html"><h3 style="color:#ea2709;">Visit the olive room for questions like "who cares about collecting all this data?"
</h3></a>
</div>
<div class="comment">
<span class="circle"></span>
<h3 style="color:black;"><a href="http://stcsn.ieee.net/e-letter/vol-1-no-3/social-multimedia-crawling-and-search">Social Multimedia Crawling and Search</a>
</h3>
</div>
<div class="comment">
<a href="chapter6.html"><h3 style="color:#ea2709;">Visit the orange room to read about the “SocialSensor” project.</h3></a>
</div>
<div class="comment">
<span class="circle"></span>
<img src="images/maps.png" alt="map-based view" style="width:100%;">
</div>
<div class="comment">
<a href="http://b-e-e-t.r-o-o-t.net/pages/mejias_liberation_technology.html"><h3 style="color:#007577;">Visit Simon's home for further reading.</h3></a>
<div style="line-height:20%;"><br>
</div>
<h3 style="color:black;"><i>Liberation Technology and the Arab Spring: From Utopia to Atopia and Beyond</i><div style="line-height:50%;"><br>
Ulises A. Mejias, SUNY Oswego
</h3>
</div>
<div class="comment">
<iframe width="100%" height="180" src="http://www.washington.edu/news/2011/09/12/new-study-quantifies-use-of-social-media-in-arab-spring/" allowfullscreen></iframe>
</div>
<div class="comment">
<span class="circle"></span>
<iframe width="100%" height="200" src="https://www.youtube.com/embed/Khzsm29uS7g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3 style="color:black;">Houssam Al Deen, a Syrian journalist, explains how Syrians have learnt for good, the beneficial relationship that companies like Facebook and Skype can develop with a regime.</h3><br><br>
<iframe id="frame2" src="https://www.twitterandteargas.org/" height="200" width="100%" style="border:none;"></iframe>
<h3 style="color:black;">Zeynep Tufekci, a Turkish-American author, looks at how governments have responded to the rise of digital tools with their own methods, including misinformation, distraction, and surveillance.</h3>
</div>
</div>
</div>
</div>
<script>
var left = document.getElementById('left');
var spans = Array.from(left.getElementsByTagName('span'));
var right = document.getElementById('right');
var comments = Array.from(right.children);
function setCommentPosition() {
comments.forEach((comment, index) => {
var offsetTop = spans[index].offsetTop;
comment.style.top = offsetTop + 'px';
});
}
setCommentPosition();
setTimeout(setCommentPosition, 800);
function debounce(func){
var timer;
return function(event) {
if(timer) clearTimeout(timer);
timer = setTimeout(func, 100, event);
};
}
window.addEventListener("resize", debounce(function(e) {
setCommentPosition();
}));
</script>
</body>
<html>