master
Max Lehmann 5 years ago
parent 9b15fb50ec
commit cbd1b28289

@ -44,7 +44,7 @@
<a href="#swarm3" class="introlink">Swarm3</a>
</div>
<div class="main">
<!--div class="main"-->
<input type="button" class="printbutton" value="Print selection"name="printselection" onclick="window.print();return false;"/>
<div class="empty" id="empty"></div>
@ -1233,7 +1233,9 @@
<p>
<h6>3.6 Collaborative publishing tools</h6>
Collaborative digital publishing makes use of the possibility of content being continuously updated and added by its numerous creators. Coming from the ideology and culture that believes that software should be open and accessible, free and open-source software (FLOSS) makes possible the creation of custom workflows that enable people to collaborate on writing, designing and publishing. Here, the role of the writer, reader, and publisher becomes even more diffused. <br><br>
Collaborative digital publishing makes use of the possibility of content being continuously updated and added by its numerous creators. Coming from the ideology and culture that believes that software should be open and accessible, free and open-source software (FLOSS) makes possible the creation of custom workflows that enable people to collaborate on writing, designing and publishing. Here, the role of the writer, reader, and publisher becomes even more diffused.
<br>
<br>
Networked capabilities such as remote printing, anonymous sharing, peer-to-peer distribution, personal customization can have a huge social and political impact as they can reshape the act of publishing subversive content. For example, new workflows can be used for speeding up a process when there is a need for urgent publishing. A real-time peer-reviewed content editing process and co-authorship can 'single-author-knows-it-all-ideology'. And finally, it can be used to target a certain audience for getting a publication into the right hands.
</p>
@ -1271,6 +1273,7 @@
(Edited by Tisa Neža & Sami Hammama)
</p>
<p>
<small>
https://mashable.com/article/myspace-data-loss/ <br>
http://blog.bjrn.se/2020/01/non-realtime-publishing-for-censorship.html <br>
https://en.wikipedia.org/wiki/The_Work_of_Art_in_the_Age_of_Mechanical_Reproduction <br>
@ -1288,6 +1291,7 @@
https://en.wikipedia.org/wiki/Whitewashing_(censorship) <br>
https://cloudhesive.com/blog-posts/pentagons-use-of-floppy-disks-probably-safer-than-newer-technologies/ <br>
https://en.wikipedia.org/wiki/The_Anarchist_Cookbook <br>
</small>
</p>
</div>
</div>
@ -2538,14 +2542,15 @@
<div class="filterDiv Swarm3 tools" id="curl">
<h4><a href="https://curl.haxx.se/">Curl</a></h4>
<h4>Curl</h4>
<div class="placeholder">
<!data-aos="zoom-in" data-aos-anchor="#curl" data-aos-duration="1000" data-aos-offset="300">
<img src="img/icon20.png" alt="icon" width="100">
</div>
<p>
Curl is a command line tool, that automatically downloads content from a given URL and stores it in a file on your machine.
<a href="https://curl.haxx.se/">Curl</a> is a command line tool, that automatically downloads content from a given URL and stores it in a file on your machine.
We used this tool as part of the <a href="#ether2html">Ether2HTML</a> method.
<br>
<br>
<div class="code">
@ -2568,13 +2573,14 @@
<div class="filterDiv Swarm3 tools" id="git">
<h4><a href="https://git-scm.com/">GIT</a></h4>
<h4>GIT</h4>
<div class="placeholder">
<!data-aos="zoom-in" data-aos-anchor="#git" data-aos-duration="1000" data-aos-offset="300">
<img src="img/icon18.png" alt="icon" width="100">
</div>
<p>
GIT is a version-based online data storage service that is used mostly to collectively work on code. This collaborative working environment retains all versions created, it is non-destructive. It also features the option of dividing a project into different versions, so called branches, which can be processed separately, and merged again afterwards.
<a href="https://git-scm.com/">GIT</a> is a version-based online data storage service that is used mostly to collectively work on code. This collaborative working environment retains all versions created, it is non-destructive. It also features the option of dividing a project into different versions, so called branches, which can be processed separately, and merged again afterwards.
<br>
<br>
<div class="code">git commit -m "small changes"
@ -2694,13 +2700,13 @@
</div>
<div class="filterDiv Swarm1 tools" id="imgemagick">
<h4><a href="https://imagemagick.org/index.php">Image Magick</a></h4>
<h4>Image Magick</h4>
<div class="placeholder" >
<!--data-aos="zoom-in" data-aos-anchor="#imgemagick" data-aos-duration="1000" data-aos-offset="300"-->
<img src="img/icon04.png" alt="icon" width="100">
</div>
<p>
Image Magick is a free command-line tool. It comes with extensive functions to edit and convert images.
<a href="https://imagemagick.org/index.php">Image Magick</a> is a free command-line tool. It comes with extensive functions to edit and convert images.
<br>
We used Image Magic to convert multipage PDFs into individual JPGs to upload to the <a href="#mediawiki">Wiki</a>.
<br>
@ -2752,13 +2758,13 @@
<div class="filterDiv Swarm2 tools" id="semanticqueries">
<h4><a href="https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki">Semantic queries</a></h4>
<h4>Semantic queries</h4>
<div class="placeholder">
<!data-aos="zoom-in" data-aos-anchor="#semanticqueries" data-aos-duration="1000" data-aos-offset="300">
<img src="img/icon13.png" alt="icon" width="100">
</div>
<p>
While lexical search returns literal matches to a search request, semantic search "understands" the query. When compiling the search results, this search procedure relies on previously entered, definitive, metadata information and thus usually returns more accurate results. Multiple requests can be combined to create more complex queries. There are two different factors to the queries: Which pages the search is based on and which information is obtained from them. <a href="#mediawiki">WikiMedia</a> uses a simple semantic language "semantic MediaWiki" for this.
While lexical search returns literal matches to a search request, semantic search "understands" the query. When compiling the search results, this search procedure relies on previously entered, definitive, metadata information and thus usually returns more accurate results. Multiple requests can be combined to create more complex queries. There are two different factors to the queries: Which pages the search is based on and which information is obtained from them. <a href="#mediawiki">WikiMedia</a> uses a simple semantic language <a href="https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki">"Semantic MediaWiki"</a> for this.
<br>
We used it to selectively query the previously entered content using meta data.
<br>
@ -3059,7 +3065,7 @@
}
</script>
</div>
</main>
<!--/div-->
<!--
<script>

Loading…
Cancel
Save