<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>netdefences &#187; research</title>
	<atom:link href="http://netdefences.com/tag/research/feed/" rel="self" type="application/rss+xml" />
	<link>http://netdefences.com</link>
	<description>internet security, research and politics</description>
	<lastBuildDate>Wed, 16 Jun 2010 13:23:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script for turning messy texts into well-structured, -outlined and -formatted Word documents</title>
		<link>http://netdefences.com/2010/06/script-turn-messy-text-into-well-structured-doc/</link>
		<comments>http://netdefences.com/2010/06/script-turn-messy-text-into-well-structured-doc/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:07:09 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://netdefences.com/?p=134</guid>
		<description><![CDATA[Some interesting pieces of software have been developed in recent years that aim at replacing the venerable Word as an authoring tool for large and complex writing projects. On the Mac side, two humbly named applications, Ulysses and Scrivener, have most notably emerged as popular writing tools. While everything is nice and fine as long [...]]]></description>
			<content:encoded><![CDATA[<p>Some interesting pieces of software have been developed in recent years that aim at replacing the venerable Word as an authoring tool for large and complex writing projects. On the Mac side, two humbly named applications, <a href="http://www.the-soulmen.com/ulysses/index.html">Ulysses</a> and <a href="http://www.literatureandlatte.com/scrivener.html">Scrivener</a>, have most notably emerged as popular writing tools. While everything is nice and fine as long as you write, sharing your output and delivering well-structured (in a technical sense) and formatted documents is a bit cumbersome and usually requires dreary manual intervention. As I had written a script for Word for Windows back in my, well, teens that did just some of that things I until now had to do manually on the Mac, it should be fairly easy to update and extend that thing and write some code.</p>
<p><img src="http://netdefences.com/wp-content/uploads/scrivener2word1.png" alt="scrivener2word.png" width="562" height="440" /></p>
<p><span id="more-134"></span></p>
<p>It turned out that scripting rich formatted documents on the Mac is a bit more tricky that I would have preferred it. Anyhow, its done now. The purpose of the script is to turn a text document with in-text footnotes, in-text comments, distinct rich-text formatting for headings at distinct outline levels into a nicely formatted document, which uses in-built footnotes, comments, styles and ToC features.</p>
<p>For now, the script does the following:</p>
<ul>
<li>Space/new line doublets are replaced by single space/new line.</li>
<li>Outline levels of all paragraphs are set to 0, which means: no more garbage in Word&#8217;s Document Map.</li>
<li>Text with certain formatting is assigned to paragraph styles &#8220;Heading 3&#8243;, &#8220;Heading 2&#8243; or &#8220;Heading 3&#8243;</li>
<li>In-text comments, i.e. text like &#8220;[AN: this is an in-text comment]&#8220;, are replaced by Word&#8217;s colourful comment bubble</li>
<li>In-text footnotes, i.e. text like &#8220;[FN: this is an in-text footnote]&#8220;, are replaced by a real footnotes</li>
<li>A table of content is created at a position marked by a certain string.</li>
</ul>
<p>Find the scripts for Word for Windows (<a href="http://en.wikipedia.org/wiki/Visual_Basic_for_Applications">VBA</a>) and Word for Mac (AppleScript) and a test document attached (<a title="format document files.zip" href="http://netdefences.com/wp-content/uploads/format-document-files.zip">format document files.zip</a>).</p>
<p>&#8212;</p>
<p>For those interested in too much technical background information: Scrivener&#8217;s RTF export is somewhat insufficient for academic writing (cf. <a href="http://www.literatureandlatte.com/forum/search.php">discussions in their forum</a>), <a href="http://fletcherpenney.net/multimarkdown/using_multimarkdown_with_scriv/">Scrivener&#8217;s support</a> for <a href="http://fletcherpenney.net/multimarkdown/">Multi</a> <a href="http://daringfireball.net/projects/markdown/">Markdown</a> is weak at exporting footnotes, comments and styles support. <a href="http://www.apple.com/iwork/pages/">Pages</a> (part of Apple iWork 09) has an insufficient API, which provides no access to footnotes and comments. <a href="http://www.adobe.com/products/indesign/scripting/">Adobe InDesign CS4</a> likewise doesn&#8217;t provide APIs for comments, neither does <a href="http://nisus.com/pro/">Nisus Writer Pro</a>. Microsoft killed VBA with Word 2008, but will be back later this year with Office for Mac 2011. So I considered reusing my 1990s VBA code by using Word 2003 on Windows, using <a href="http://www.parallels.com/">Parallels</a>. Turns out albeit that my aging, crash-happy Macbook doesn&#8217;t like running Parallels 5. So, back to the Mac and Word 2008 using Applescript. Turns out though <span style="font-size: 13px;">–</span> surprise, surprise <span style="font-size: 13px;">–</span> that APIs for Word for Mac slightly, but critically differ from Word for Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/06/script-turn-messy-text-into-well-structured-doc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The emergence of internet security governance as a research field in social sciences</title>
		<link>http://netdefences.com/2010/06/the-emergence-of-internet-security-governance-as-a-research-field-in-social-sciences/</link>
		<comments>http://netdefences.com/2010/06/the-emergence-of-internet-security-governance-as-a-research-field-in-social-sciences/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:10:09 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet security governance]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://netdefences.com/2010/06/the-emergence-of-internet-security-governance-as-a-research-field-in-social-sciences/</guid>
		<description><![CDATA[It&#8217;s finally happening. After an abysmally long time of politicians, military, and the security industry coming up with streams of innovative policy tangle in the name of internet security or cybersecurity, a critical mass of social scientists and research interested practitioners has teamed up to start deepening our knowledge of internet security and its governance. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s finally happening. After an abysmally long time of politicians, military, and the security industry coming up with streams of innovative policy tangle in the name of internet security or cybersecurity, a critical mass of social scientists and research interested practitioners has teamed up to start deepening our knowledge of internet security and its governance. While Hungary was having difficult times by <a href="http://news.bbc.co.uk/2/hi/europe/707398.stm">floods</a> and <a href="http://www.budapesttimes.hu/index.php?option=com_content&amp;task=view&amp;id=14665&amp;Itemid=220">economic turmoils</a>, Budapest couldn&#8217;t have been a more lovely and welcoming place in the last couple of days.</p>
<p>
<img src="http://netdefences.com/wp-content/uploads/IMG_03491.jpg" width="480" height="360" alt="IMG_0349.JPG" /></p>
<p><span id="more-127"></span>
<p>Two intense days of <a href="http://cmcs.ceu.hu/cybersecurity/main">workshopping</a> at the Central European University produced a stunningly long list of open questions and &#8211; as Rummy would have called &#8211; things that we now know we don&#8217;t know. Things decision makers however should know before jumping to conclusions in the delicate area of internet security, surveillance, filtering and what else. One of the well-connected participants with intimate knowledge about cybersecurity circles estimated that some 90 percent of knowledge about cybersecurity had been developed by brains sitting in the Pentagon or it&#8217;s contractors offices. For the sake of societal values such as openness and transparence, time is ripe to look at internet security from a decisively different angle.</p>
<p>It speaks volumes about the state of European internet research, that roughly half the number of the workshop participants were flown in over the Atlantic. Necessarily so, as the workshop organisers pointed out, given the lack of European social scientist studying internet security governance especially in Eastern European countries.</p>
<p>Anyhow, it&#8217;s going to be very interesting to see where this thing is heading to once, if at all, the <a href="http://www.esf.org/">European Science Foundation</a> will pour some drops out of its funding buckets onto this promising undertaking.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/06/the-emergence-of-internet-security-governance-as-a-research-field-in-social-sciences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagging questions in cybersecurity research</title>
		<link>http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/</link>
		<comments>http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 10:53:27 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/</guid>
		<description><![CDATA[The Center for Media and Communication Studies at the Central European University (Budapest, Hungary), in partnership with the Centre for Global Communications Studies at the Annenberg School of Communications (Philadelphia, USA) will convene 30 selected experts next week at CEU in Budapest for a Strategic Workshop sponsored by the European Science Foundation (ESF). ...  The argument of non-enforceability is based on a) the lack of reach of national law enforcement agencies beyond their jurisdiction and territorial borders, b) the lack of cooperation of foreign national LEA, c) the agility of perpetrators to change their locus of action, technologies and tactics, d) slowness of legal international cooperation, e) unlawfulness of direct cooperation between national LEA and foreign non-states actors such as ISPs , f) non-cooperative stance of rogue countries. ]]></description>
			<content:encoded><![CDATA[<p>It doesn&#8217;t happen too often that you read about a conference or a workshop and think: Now, that was about time! Internet governance is about to undergo some fundamental changes, states are getting ever more involved, mostly for addressing internet security problems. A plethora of questions need to be resolved to deal with these problems with well designed institutions. And yet, as far as I can tell, there is no major research programme on internet security governance going on anywhere on this planet. Hence, the workshop &#8220;Europe And The Global Information Society Revisited: Developing A Network Of Scholars And Agenda For Social Science Research On ‘Cyber Security’&#8221; could not have been launched more timely.<br />
The <a href="http://www.cmcs.ceu.hu/">Center for Media and Communication Studies at the Central European University</a> (Budapest, Hungary), in partnership with the <a href="http://www.global.asc.upenn.edu/">Centre for Global Communications Studies at the Annenberg School of Communications</a> (Philadelphia, USA) will convene 30 selected experts next week at CEU in Budapest for a Strategic Workshop sponsored by the <a href="http://www.esf.org/">European Science Foundation</a> (ESF). As flattering as rather undeservedly, I will be on a panel discussing the relations between cybersecurity on the one hand and International Relations, governance and institutions on the other. Following, my take on some blind spots in internet security research from a social scientific perspective.</p>
<p><span id="more-114"></span>The disruptive nature of the internet has been acknowledged and can be experienced in a wide range of societal dimensions. It has changed and still is changing the ways we communicate, how businesses are organised, how people collaborate, how we produce, exchange and consume informational goods. The internet is making inroads in domestic and international communications. However, the impact of the internet on the core institutions of organising security and the institutional necessity for organising internet security is still nebulous.</p>
<p>Cybersecurity can be seen as the umbrella concept for technologically related problems that are institutionally and in terms of governance addressed in fundamentally different ways: disturbance of infrastructural performance, internet-based crime, warfare and terrorism. As to practical governance, any of these problems needs to be properly assessed, empirically evaluated and practically addressed with appropriate means and institutions.</p>
<p>This is where the problem starts: Empirical analysis seems to be insufficient in nearly all the aforementioned security dimensions. While everyone seems to agree on that cybercrime amounts to billions of  damages, the numbers vary widely. Analysis are often funded and executed by persons or organisations with vested interests, problems occasionally exaggerated, hyped and securitised, numbers overblown, not set in context. Hence, the scale of internet security problems and their respective risks need to clarified.</p>
<p>Regarding institutions, we are currently witnessing the emergence of a state-driven internet security architectures as an attempt to deal with cybercrime-type internet security problems. Internet security policy seems to be more and more driven by actors that have always played a crucial role in nation states’ security politics: governments, states, international organisations, police forces, military and intelligence agencies. In a sense, national security institutions are reclaiming the state&#8217;s sovereignty to regulate whatever is within their territories. It is arguable whether this institutional approach will solve internet security problems such as phishing or botnets.</p>
<p>Ongoing debates in most Western countries on, e.g., web-filtering are framed by those in favour as a necessity to overcome a lack of enforceability of national criminal laws (sexual criminal law, property law, treason, other types of content regulation). The argument of non-enforceability is based on a) the lack of reach of national law enforcement agencies beyond their jurisdiction and territorial borders, b) the lack of cooperation of foreign national LEA, c) the agility of perpetrators to change their locus of action, technologies and tactics, d) slowness of legal international cooperation, e) unlawfulness of direct cooperation between national LEA and foreign non-states actors such as ISPs , f) non-cooperative stance of rogue countries. The question here is whether those national approaches are caused by a lack of institutional adaptivity on the side of national legislation, by entrenched interests of national security authorities and other societal interests or justified by the nature of the problems. The idea of evidence-based governance suggests that we should know the empirics of the scale of the problem and effects of regulation before regulation is proposed.</p>
<p>Currently, internet governance is characterised by institutional diversity, and likewise, internet security problems are addressed by different organisational and institutional forms. These differences can be found in criteria like the degree of state involvement in policy formulation, policy implementation or security operations, the degree of hierarchical forms of steering, the degree of information sharing, the kind of threats to internet security or the kind of objects of internet security dealt with by the governance form. The diversity of current modes of internet security governance and provisioning seems to be underexamined. The same holds true for the relationship between concurrent modes of governance/provisioning.</p>
<p>New technologies in general allow for reorganising existing organisational, political and production processes. With the rise of the internet, not only new types of security problems have evolved, but also new ways of organising tasks and processes on any societal level have become possible. We need to explore and assess new possibilities in security provisioning and their normative consequences.</p>
<p>The geopolitics of internet security governance and provisioning is another topic lacking thorough research. The role of the internet has played a stunningly minor role for IR theorists for quite a long time. The trend of nationalising regulatory capacities highlights the necessity to analyse and assess the internet as a strategic resource for national politics and foreign policy strategies. Likewise, the idea of networked internet politics and the role of private actors therein, their consequences on shared democratic political values and institutions requires more thorough examination.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2010/04/nagging-questions-in-cybersecurity-research/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>blog, research, interests</title>
		<link>http://netdefences.com/2009/11/blog-research-interests/</link>
		<comments>http://netdefences.com/2009/11/blog-research-interests/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 14:28:27 +0000</pubDate>
		<dc:creator>Andreas Schmidt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet security governance]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://netdefences.com/?p=13</guid>
		<description><![CDATA[Security of the internet isn’t provided by a hierarchical, secretive and central organisation. There is no global internet police, and there is no internet defence corps. Internet security is the result of the collaboration of diverse types of actors such as internet service providers, technical experts, police and law enforcement, governments and academics. These actors [...]]]></description>
			<content:encoded><![CDATA[<p>Security of the internet isn’t provided by a hierarchical, secretive and central organisation. There is no global internet police, and there is no internet defence corps. Internet security is the result of the collaboration of diverse types of actors such as internet service providers, technical experts, police and law enforcement, governments and academics. These actors make a dense, highly complex internet security governance network in which each type of actor is characterized by its own organisational idiosyncrasies while at the same time being part of the overall governance structure.</p>
<p>My focus currently is on bottom-up processes to provide internet security, like task-forces and working groups that are set up in an ad-hoc manner to tackle with the lates security phenomenon. Academics, engineers, experts and geeks from all over the world collaborate to provide. The way in which they are addressing security problems resembles what could be called peer production of internet security. My interest is to learn to what extent this mode of security provisioning is used, the settings in which we can observe it and whether this mode is sustainable or not. And how this all relates to internet security and the overall structure of internet security in general.</p>
<p>The internet is a tool that already has fundamentally changed business processes and business models. It is too early to tell what its long-term impact on societies and politics will be. Debates about ‘freedom’ on the internet have been going on for a while, such as if and how the internet fosters freedom of expression, or how authoritarian internet governance approaches could suppress individuals’ rights. The practices of internet security provisioning will have decisive consequences for the shape of ‘freedom’ on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://netdefences.com/2009/11/blog-research-interests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
