Merge branch 'master' of https://git.xpub.nl/XPUB/issue.xpub.nl
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 121 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 245 KiB |
After Width: | Height: | Size: 592 KiB |
After Width: | Height: | Size: 598 KiB |
After Width: | Height: | Size: 85 KiB |
After Width: | Height: | Size: 120 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 119 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 87 KiB |
After Width: | Height: | Size: 528 KiB |
After Width: | Height: | Size: 202 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 388 KiB |
After Width: | Height: | Size: 142 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 152 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 88 KiB |
After Width: | Height: | Size: 83 KiB |
After Width: | Height: | Size: 121 KiB |
After Width: | Height: | Size: 143 KiB |
After Width: | Height: | Size: 135 KiB |
After Width: | Height: | Size: 153 KiB |
After Width: | Height: | Size: 111 KiB |
After Width: | Height: | Size: 112 KiB |
After Width: | Height: | Size: 170 KiB |
After Width: | Height: | Size: 139 KiB |
After Width: | Height: | Size: 299 KiB |
After Width: | Height: | Size: 333 KiB |
After Width: | Height: | Size: 184 KiB |
After Width: | Height: | Size: 166 KiB |
After Width: | Height: | Size: 142 KiB |
After Width: | Height: | Size: 180 KiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 801 KiB |
After Width: | Height: | Size: 79 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 144 KiB |
After Width: | Height: | Size: 197 KiB |
After Width: | Height: | Size: 188 KiB |
After Width: | Height: | Size: 178 KiB |
After Width: | Height: | Size: 170 KiB |
After Width: | Height: | Size: 173 KiB |
After Width: | Height: | Size: 357 KiB |
After Width: | Height: | Size: 901 KiB |
After Width: | Height: | Size: 75 KiB |
After Width: | Height: | Size: 217 KiB |
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 883 KiB |
After Width: | Height: | Size: 141 KiB |
After Width: | Height: | Size: 60 KiB |
@ -0,0 +1,53 @@
|
||||
@media print {
|
||||
@page {
|
||||
size: A3 portrait;
|
||||
width: 297mm;
|
||||
margin: 10mm 10mm 10mm 10mm;
|
||||
/* page-break-after: always;
|
||||
*/ }
|
||||
|
||||
body {
|
||||
font-size: 5pt;
|
||||
font-family: Helvetica Neue, sans-serif;
|
||||
/* counter-reset: chapternum figurenum;
|
||||
*/ columns: 5 auto;
|
||||
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
.linenum {
|
||||
border-top: .80pt solid black;
|
||||
clear: both;
|
||||
|
||||
}
|
||||
|
||||
.leftcolumn {
|
||||
}
|
||||
|
||||
.linenumber {
|
||||
width: 10mm;
|
||||
margin-right: 1mm;
|
||||
display: inline;
|
||||
|
||||
}
|
||||
.sentence {
|
||||
width: 50mm;
|
||||
display: inline;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.comment {
|
||||
margin-bottom: 3mm;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,105 @@
|
||||
@media screen {
|
||||
*{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
letter-spacing: 0.4px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
body{
|
||||
font-size: 13px;
|
||||
line-height: 1.4em
|
||||
}
|
||||
|
||||
.linenum {
|
||||
border: 1px solid black;
|
||||
clear: both;
|
||||
line-height: 1.4em;
|
||||
|
||||
}
|
||||
|
||||
#linenum-5 {
|
||||
width: 100%;
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
.linenumber {
|
||||
margin-right: 1em;
|
||||
|
||||
}
|
||||
|
||||
.comment{
|
||||
width: 30%;
|
||||
font-size: 10pt;
|
||||
line-height: 1.5em;
|
||||
/* column-count:3;
|
||||
*/
|
||||
color: black;
|
||||
padding: 3px;
|
||||
clear: both;
|
||||
|
||||
/* display: inline-block;
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
.comment-text {
|
||||
line-height: 16px;
|
||||
/* padding-bottom: 1px;
|
||||
*/
|
||||
}
|
||||
|
||||
.leftcolumn {
|
||||
font:black;
|
||||
width: 30%; float: left;
|
||||
display: inline-flex;
|
||||
|
||||
}
|
||||
.rightcolumn {
|
||||
float: right;
|
||||
width: 70%
|
||||
}
|
||||
|
||||
/* unvisited link */
|
||||
a:link {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* visited link */
|
||||
a:visited {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* mouse over link */
|
||||
a:hover {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* selected link */
|
||||
a:active {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
img {
|
||||
min-width: 30%;
|
||||
max-width: 30%;
|
||||
float: left;
|
||||
border: 1.5px solid black;
|
||||
|
||||
}
|
||||
|
||||
img:hover{
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
|
||||
.map {
|
||||
width:190%;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,14 @@
|
||||
WHAT IS NETWORK?
|
||||
By Bohye Woo
|
||||
|
||||
What does it mean to have self-hosted network?
|
||||
What does it mean to have an annotation bot that runs on XMPP?
|
||||
What does it mean to run annotation bot on a self-hosted server from home?
|
||||
|
||||
WHAT DOES DEPENDENCY MEAN IN OUR NETWORK?
|
||||
How much are we dependent in our network?
|
||||
Are we actually indepenedent in our network?
|
||||
|
||||
Does self-hosted mean it is decentralized?
|
||||
What does it mean to be decentralized? are they a contrary concept?
|
||||
In what scale can i talk about centralization and decentralization?
|