Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Kanban > Doing: Modularizing Dataviz. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ef1f36aaf1d4352ed5795fdd065f91b1 |
| User & Date: | offray 2017-07-05 20:54:53 |
Context
|
2017-07-06
| ||
| 18:16 | Kanban > Done: Better moduralization. check-in: 3dbcb8ca1d user: offray tags: trunk | |
|
2017-07-05
| ||
| 20:54 | Kanban > Doing: Modularizing Dataviz. check-in: ef1f36aaf1 user: offray tags: trunk | |
| 16:58 | Updating Kanban. check-in: 6586dd2156 user: offray tags: trunk | |
Changes
Changes to Docs/En/dev-notes.ston.
| ︙ | ︙ | |||
862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 |
}
],
#parent : @151,
#level : 4,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Modularizing Grafoscopio',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Loading configuration',
#body : '"Start by loading the configuration of Grafoscopio"
Gofer new
url: \'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo50/main\';
package: \'ConfigurationOfGrafoscopio\';
load.
',
#tags : 'código',
#children : OrderedCollection [ ],
| > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 |
}
],
#parent : @151,
#level : 4,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Modularizing Dataviz',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Loading configuration',
#body : '"Start by loading the configuration of Grafoscopio"
Gofer new
url: \'http://smalltalkhub.com/mc/Offray/Dataviz/main\';
package: \'ConfigurationOfDataviz\';
load.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @171,
#level : 5,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/1VC9T0YBAJLE'
]
},
GrafoscopioNode {
#header : 'Installing',
#body : '',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @171,
#level : 5,
#links : OrderedCollection [
''
]
}
],
#parent : @151,
#level : 4,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Modularizing Grafoscopio',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Loading configuration',
#body : '"Start by loading the configuration of Grafoscopio"
Gofer new
url: \'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo50/main\';
package: \'ConfigurationOfGrafoscopio\';
load.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @180,
#level : 5,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/BMWZPUY38BSF'
]
},
GrafoscopioNode {
#header : 'Installing',
#body : '"After that load Grafoscopio"
ConfigurationOfGrafoscopio load.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @180,
#level : 5,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/CZ87ZZ2SXCEM'
]
}
],
|
| ︙ | ︙ | |||
940 941 942 943 944 945 946 | testTree := GrafoscopioNode new becomeDefaultTestTree. nb := GrafoscopioNotebook new. nb notebook: testTree; notebookContent: testTree. nb openWithSpec.', #tags : 'código', #children : OrderedCollection [ ], | | | | | | | | | | 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
testTree := GrafoscopioNode new becomeDefaultTestTree.
nb := GrafoscopioNotebook new.
nb notebook: testTree;
notebookContent: testTree.
nb openWithSpec.',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @192,
#level : 2
},
GrafoscopioNode {
#header : 'Launching & inspecting text notebook',
#key : '',
#body : '| testTree nb nodeContent parentNode |
testTree := GrafoscopioNode new becomeDefaultTestTree.
nb := GrafoscopioNotebook new.
nb notebook: testTree;
notebookContent: testTree.
nb openWithSpec.
nodeContent := (testTree children at: 1) children at: 1.
parentNode := nb tree roots at: 1.
nb highlightItemContaining: nodeContent andParent: parentNode ',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @192,
#level : 2
},
GrafoscopioNode {
#header : 'Nicolai\'s example',
#key : '',
#body : '|t nodeBlock |
nodeBlock:= [:class | |node|
node := TreeNodeModel new.
node hasChildren:[ class subclasses isEmpty not].
node children: [class subclasses collect:[:subclass | nodeBlock value: subclass]].
node content: class].
t:=TreeModel new.
t roots: (Morph subclasses collect:[:class | nodeBlock value:class]).
t whenBuiltDo:[ t selectedItem:( t roots first selected:true;takeHighlight;yourself)].
t openWithSpec
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @192,
#level : 2
}
],
#parent : @190,
#level : 3
},
GrafoscopioNode {
#header : 'Update documentation',
#key : '',
#body : ' - [X] Instation of documentation should work using fossil JSON views instead of the current
implementation with metadata that needs to be filled manually.
- [ X ] Installation of documentation shoud be done automatically with the installation of Grafoscopio. ',
#children : OrderedCollection [ ],
#parent : @190,
#level : 3
},
GrafoscopioNode {
#header : 'Node operations: cut, copy, paste, delete',
#key : '',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Via scripting',
#key : '',
#body : '"This was just a preliminary exploration, the proper way to copy nodes is using the clipboard. See next node."
| testTree nodeCopy newParent |
testTree := GrafoscopioNode new becomeDefaultTestTree.
newParent := GrafoscopioNode new.
nodeCopy := (testTree children at: 1) copy.
nodeCopy parent: newParent.
newParent children add: nodeCopy.',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @202,
#level : 5
},
GrafoscopioNode {
#header : 'Via clipboard',
#key : '',
#body : '| testTree nodeCopy newParent sparseTree ref |
testTree := GrafoscopioNode new becomeDefaultTestTree.
newParent := GrafoscopioNode new.
nodeCopy := (testTree children at: 1).
nodeCopy copyToClipboard.
newParent pasteFromClipboard ',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @202,
#level : 5
}
],
#parent : @190,
#level : 3
},
GrafoscopioNode {
#header : 'Happy new year',
#body : 'points := Compiler evaluate: \' {(-225@ -206). (-225@ -196). (-228@ -185). (-228@ -174). (-230@ -164). (-218@ -182). (-209@ -182). (-197@ -182). (-190@ -207). (-192@ -194). (-190@ -187). (-192@ -170). (-190@ -161). (-180@ -161). (-176@ -171). (-167@ -185). (-162@ -197). (-151@ -208). (-143@ -202). (-140@ -193). (-124@ -164). (-136@ -183). (-133@ -175). (-159@ -181). (-150@ -181). (-142@ -181). (-97@ -165). (-101@ -181). (-101@ -193). (-103@ -206). (-104@ -210). (-88@ -211). (-77@ -210). (-80@ -199). (-89@ -193). (-61@ -171). (-63@ -182). (-64@ -213). (-67@ -200). (-64@ -191). (-54@ -207). (-38@ -210). (-54@ -190). (-40@ -188). (-35@ -195). (-35@ -200). (-42@ -207). (0@ -199). (0@ -194). (-6@ -179). (-4@ -185). (-10@ -171). (-11@ -163). (-17@ -201). (-13@ -194). (-9@ -190). (57@ -196). (58@ -190). (58@ -181). (58@ -176). (57@ -168). (62@ -193). (69@ -180). (68@ -183). (74@ -175). (80@ -163). (77@ -170). (80@ -172). (81@ -184). (81@ -197). (81@ -201). (95@ -198). (97@ -183). (97@ -162). (98@ -169). (97@ -172). (107@ -162). (116@ -162). (122@ -162). (103@ -178). (109@ -179). (101@ -198). (117@ -198). (111@ -198). (134@ -196). (151@ -179). (141@ -187). (154@ -170). (167@ -170). (176@ -200). (175@ -194). (160@ -195). (183@ -174). (171@ -181). (162@ -189). (187@ -181). (189@ -185). (197@ -198). (-147@ -105). (-156@ -98). (-156@ -89). (-163@ -82). (-165@ -94). (-180@ -111). (-174@ -103). (-167@ -74). (-134@ -102). (-137@ -89). (-135@ -79). (-136@ -73). (-126@ -67). (-119@ -68). (-122@ -86). (-128@ -84). (-128@ -102). (-119@ -102). (-99@ -72). (-86@ -102). (-92@ -96). (-96@ -88). (-77@ -99). (-62@ -75). (-73@ -88). (-63@ -75). (-54@ -67). (-91@ -81). (-86@ -79). (-77@ -79). (-29@ -61). (-33@ -109). (-33@ -96). (-32@ -88). (-32@ -82). (-32@ -75). (-31@ -71). (-22@ -101). (-14@ -101). (-9@ -89). (-15@ -86). (-25@ -86). (-19@ -80). (0@ -72). (-5@ -80). (-3@ -67). (-126@21). (-123@4). (-117@ -3). (-107@ -10). (-91@ -8). (-93@7). (-85@16). (-85@34). (-89@44). (-91@57). (-108@67). (-119@79). (-132@86). (-119@87). (-102@88). (-90@88). (-74@87). (-8@9). (-18@19). (-20@30). (-23@43). (-18@53). (-14@61). (-4@73). (6@78). (35@69). (38@55). (24@81). (15@82). (45@44). (37@35). (33@23). (24@14). (11@9). (2@7). (54@79). (66@69). (82@21). (74@56). (74@41). (78@39). (88@19). (88@28). (89@38). (90@79). (88@55). (89@49). (127@31). (131@21). (134@14). (152@10). (168@10). (177@13). (189@13). (192@14). (182@44). (188@35). (187@25). (171@56). (164@69). (152@82). (152@89). (141@93)}\'.
delta := 30.
|
| ︙ | ︙ | |||
1057 1058 1059 1060 1061 1062 1063 | \t\t\t\t\t\ton: e) \t\t]. \t [points do: [ :p | b value: p. (Delay forSeconds: 0.1) wait ]] fork. v open', #tags : 'código', #children : OrderedCollection [ ], | | | 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 | \t\t\t\t\t\ton: e) \t\t]. \t [points do: [ :p | b value: p. (Delay forSeconds: 0.1) wait ]] fork. v open', #tags : 'código', #children : OrderedCollection [ ], #parent : @190, #level : 3, #links : OrderedCollection [ '', '', '', '', '' |
| ︙ | ︙ | |||
1094 1095 1096 1097 1098 1099 1100 |
#body : Text {
#string : '',
#runs : RunArray {
#runs : [ ],
#values : [ ]
}
},
| | | 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
#body : Text {
#string : '',
#runs : RunArray {
#runs : [ ],
#values : [ ]
}
},
#children : @214,
#parent : GrafoscopioNode {
#header : 'Bibliografía',
#key : '',
#body : 'Este nodo mostrará cómo trabajar con referencias bibliográficas.
La bibliografía está en un grupo en Zotero, pero hay algunas labores de automatización
que se requieren para leer los items de la misma y colocarlos en el archivo en formato
bibtex, que se invoca para construir dicha bibliografía y citarla en el documento.
|
| ︙ | ︙ | |||
1137 1138 1139 1140 1141 1142 1143 | '', '', '' ] }, #level : 4, #nodesInPreorder : OrderedCollection [ | | | 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 | '', '', '' ] }, #level : 4, #nodesInPreorder : OrderedCollection [ @215 ], #links : OrderedCollection [ '', '', '', '', '', |
| ︙ | ︙ | |||
1162 1163 1164 1165 1166 1167 1168 |
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Basic Zotero API',
#key : '',
#body : '',
#tags : '',
#children : OrderedCollection [ ],
| | | | | 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 |
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Basic Zotero API',
#key : '',
#body : '',
#tags : '',
#children : OrderedCollection [ ],
#parent : @228,
#level : 5,
#links : OrderedCollection [
'',
'',
'',
'',
'https://www.zotero.org/support/dev/web_api/v3/basics',
'https://www.zotero.org/support/dev/web_api/v3/basics',
'https://www.zotero.org/support/dev/web_api/v3/basics',
'https://www.zotero.org/support/dev/web_api/v3/basics',
'https://www.zotero.org/support/dev/web_api/v3/basics',
'https://www.zotero.org/support/dev/web_api/v3/basics',
'https://www.zotero.org/support/dev/web_api/v3/basics',
'https://www.zotero.org/support/dev/web_api/v3/basics'
]
},
GrafoscopioNode {
#header : 'Zotero Web API Item Type/Field Requests',
#body : '',
#children : OrderedCollection [ ],
#parent : @228,
#level : 5,
#links : OrderedCollection [
'',
'',
'https://www.zotero.org/support/dev/web_api/v3/types_and_fields'
]
},
GrafoscopioNode {
#header : 'Intro to the Zotero API for Pyhon',
#key : '',
#body : 'A pesar de referirse a Python, puede extrapolarse a otros lenguajes, como Smalltalk',
#tags : '',
#children : OrderedCollection [ ],
#parent : @228,
#level : 5,
#links : OrderedCollection [
'',
'',
'',
'',
'http://programminghistorian.org/lessons/intro-to-the-zotero-api',
|
| ︙ | ︙ | |||
1226 1227 1228 1229 1230 1231 1232 |
#header : 'Exportación',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Export formats',
#body : '',
#children : OrderedCollection [ ],
| | | | | | | 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 |
#header : 'Exportación',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Export formats',
#body : '',
#children : OrderedCollection [ ],
#parent : @239,
#level : 6,
#links : OrderedCollection [
'',
'',
'https://www.zotero.org/support/dev/web_api/v3/basics#export_formats',
'https://www.zotero.org/support/dev/web_api/v3/basics#export_formats',
'https://www.zotero.org/support/dev/web_api/v3/basics#export_formats',
'https://www.zotero.org/support/dev/web_api/v3/basics#export_formats',
'https://www.zotero.org/support/dev/web_api/v3/basics#export_formats'
]
},
GrafoscopioNode {
#header : 'Exportar a .bib',
#body : '',
#children : OrderedCollection [ ],
#parent : @239,
#level : 6,
#links : OrderedCollection [
'',
'',
'',
'',
'https://api.zotero.org/groups/204755/collections/5NVZ4WH2/items?itemType=-note%20||%20attachment%20&format=bib',
'https://api.zotero.org/groups/204755/collections/5NVZ4WH2/items?itemType=-note%20||%20attachment%20&format=bib',
'https://api.zotero.org/groups/204755/collections/5NVZ4WH2/items?itemType=-note%20||%20attachment%20&format=bib'
]
}
],
#parent : @228,
#level : 5,
#links : OrderedCollection [
'',
''
]
},
GrafoscopioNode {
#header : 'Search syntax',
#body : '',
#children : OrderedCollection [ ],
#parent : @228,
#level : 5,
#links : OrderedCollection [
'',
'',
'',
'',
'https://www.zotero.org/support/dev/web_api/v3/basics#search_syntax'
]
}
],
#parent : @217,
#level : 4,
#links : OrderedCollection [
'',
''
]
},
GrafoscopioNode {
|
| ︙ | ︙ | |||
1300 1301 1302 1303 1304 1305 1306 | WebBrowser openOn: \'https://api.zotero.org/groups/204755/items/top?start=0&limit=25&format=atom&v=1\'. "Lo cual quiere decir que el ID es 204755." ', #tags : 'código', #children : OrderedCollection [ ], | | | | | | | | | | 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
WebBrowser openOn: \'https://api.zotero.org/groups/204755/items/top?start=0&limit=25&format=atom&v=1\'.
"Lo cual quiere decir que el ID es 204755."
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @217,
#level : 4,
#links : OrderedCollection [
'',
'',
'',
''
]
},
GrafoscopioNode {
#header : 'Abrir la descripción de un grupo',
#key : '',
#body : 'NeoJSONReader fromString: (ZnEasy get: \'https://api.zotero.org/groups/204755\') contents',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @217,
#level : 4
},
GrafoscopioNode {
#header : 'Consultar bibliotecas',
#key : '',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Scripts manuales',
#key : '',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Información general',
#key : '',
#body : 'NeoJSONReader fromString: (ZnEasy get: \'https://api.zotero.org/groups/204755\') contents
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @259,
#level : 5
},
GrafoscopioNode {
#header : 'Ultimos 25 items',
#key : '',
#body : 'NeoJSONReader fromString: (ZnEasy get: \'https://api.zotero.org/groups/204755/items\') contents.
"Por omisión trae los últimos 25 items agregados en la biblioteca"',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @259,
#level : 5
},
GrafoscopioNode {
#header : 'Subcolecciones',
#key : '',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Info de subcolección particular',
#key : '',
#body : 'NeoJSONReader fromString: (ZnEasy get: \'https://api.zotero.org/groups/204755/collections/5NVZ4WH2\') contents
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @265,
#level : 6
},
GrafoscopioNode {
#header : 'Items en una subcolección',
#key : '',
#body : 'NeoJSONReader fromString: (ZnEasy get: \'https://api.zotero.org/groups/204755/collections/5NVZ4WH2/items\') contents
"Estos items también incluyen las anotaciones que se hayan hecho sobre un documento en particular."',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @265,
#level : 6
},
GrafoscopioNode {
#header : 'Excluir las anotaciones de todos los items.',
#key : '',
#body : 'NeoJSONReader fromString: (ZnEasy get: \'https://api.zotero.org/groups/204755/collections/5NVZ4WH2/items?itemType=-note\') contents
"Estos items excluyen las anotaciones que se hayan hecho sobre cualquier documento"
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @265,
#level : 6
},
GrafoscopioNode {
#header : 'Excluir anotaciones y anexos',
#key : '',
#body : 'NeoJSONReader fromString: (ZnEasy get: \'https://api.zotero.org/groups/204755/collections/5NVZ4WH2/items?itemType=-note || attachment\') contents
"Estos items excluyen las anotaciones y los anexos en cualquier item"
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @265,
#level : 6
},
GrafoscopioNode {
#header : 'Bibtex',
#key : '',
#body : '',
#children : OrderedCollection [
|
| ︙ | ︙ | |||
1421 1422 1423 1424 1425 1426 1427 |
\tjournal = {@offrayLC},
\tauthor = {Luna Cárdenas, Offray Vladimir},
\tyear = {2013},
\tkeywords = {replaceShortTitle}
}',
#tags : 'código',
#children : OrderedCollection [ ],
| | | | | | | | | | | | | | | | | | | < | | | | < < < | | | | | | | | | | | | | > | | | | > > > | | 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 |
\tjournal = {@offrayLC},
\tauthor = {Luna Cárdenas, Offray Vladimir},
\tyear = {2013},
\tkeywords = {replaceShortTitle}
}',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @275,
#level : 7
},
GrafoscopioNode {
#header : 'Todos los items de una subcolección',
#key : '',
#body : '(ZnEasy get: \'https://api.zotero.org/groups/204755/collections/5NVZ4WH2/items?itemType=-note || attachment&format=bibtex\') contents utf8Decoded
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @275,
#level : 7
}
],
#parent : @265,
#level : 6
}
],
#parent : @259,
#level : 5
},
GrafoscopioNode {
#header : 'Ultimos 5 items',
#key : '',
#body : 'NeoJSONReader fromString: (ZnEasy get: \'https://api.zotero.org/groups/204755/collections/5NVZ4WH2/items/top\') contents
"Estos items también incluyen las anotaciones que se hayan hecho sobre
un documento en particular."
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @259,
#level : 5
}
],
#parent : @257,
#level : 5
},
GrafoscopioNode {
#header : 'Usando el paquete Zotero',
#key : '',
#body : 'He creado el paquete "Zotero", pronto instalable desde el catálogo, que facilita la consulta y exportación de bibliotecas
almacenadas en zotero.
Los scripts del nodo anterior sirvieron como exploración preliminar para implementar dicho paquete.',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Información general',
#key : '',
#body : '(ZoteroLibrary new groupID: \'204755\') generalInfo ',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @283,
#level : 6,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Ultimos 25 items',
#key : '',
#body : '(ZoteroLibrary new groupID: \'204755\') lastItems.',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @283,
#level : 6,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Ultimas 25 colecciones',
#key : '',
#body : '(ZoteroLibrary new groupID: \'32947\') lastCollections',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @283,
#level : 6,
#links : OrderedCollection [
'',
''
]
},
GrafoscopioNode {
#header : 'Subcolecciones',
#key : '',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Info de subcolección particular',
#key : '',
#body : '(ZoteroLibrary new groupID: \'204755\') subcollection: \'5NVZ4WH2\'',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @294,
#level : 7,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Ultimos items',
#key : '',
#body : '(ZoteroLibrary new groupID: \'204755\') subcollectionLastItems: \'5NVZ4WH2\'.',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @294,
#level : 7
},
GrafoscopioNode {
#header : 'Items, nodos padres',
#key : '',
#body : '(ZoteroLibrary new groupID: \'204755\') subcollectionLastParentItems: \'5NVZ4WH2\'.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @294,
#level : 7
},
GrafoscopioNode {
#header : 'Exportando a BibTeX',
#key : '',
#body : '(ZoteroLibrary new groupID: \'204755\') subcollectionAsBibTeX: \'5NVZ4WH2\'
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @294,
#level : 7,
#links : OrderedCollection [
''
]
}
],
#parent : @283,
#level : 6
}
],
#parent : @257,
#level : 5
}
],
#parent : @217,
#level : 4
}
],
#parent : @211,
#level : 4,
#nodesInPreorder : OrderedCollection [
@213,
@215,
@228,
@230,
@236,
@252,
@255,
@257,
@259,
@261,
@263,
@265,
@267,
@269,
@271,
@273,
@275,
@277,
@279,
@281,
@283,
@285,
@288,
@291,
@294,
@296,
@299,
@301,
@303
],
#links : @225
},
GrafoscopioNode {
#header : 'BibTeX',
#key : '',
#body : 'Para trabajar con BibTeX, es necesario cargar el paquete citezen desde el catálogo de Pharo
(OJO es la única "i" es la primera, no confundir con citizen, que tiene dos "i"s).
|
| ︙ | ︙ | |||
1640 1641 1642 1643 1644 1645 1646 | [ ] ], #lastIndex : 352, #lastRun : 1, #lastOffset : 351 } }, | | | | 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 | [ ] ], #lastIndex : 352, #lastRun : 1, #lastOffset : 351 } }, #children : @308, #parent : @222, #level : 3, #links : OrderedCollection [ '', '', '', '', '', |
| ︙ | ︙ | |||
1668 1669 1670 1671 1672 1673 1674 |
\tDesign." },
\tjournaltitle = {Design Issues},
\tdate = {date},
\tissue = {17},
\tpages = {67-84},
}',
#children : OrderedCollection [ ],
| | | < | | > | | 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 |
\tDesign." },
\tjournaltitle = {Design Issues},
\tdate = {date},
\tissue = {17},
\tpages = {67-84},
}',
#children : OrderedCollection [ ],
#parent : @311,
#level : 4
}
],
#parent : @211,
#level : 4,
#nodesInPreorder : OrderedCollection [
@307,
@309,
@318
],
#links : @317
},
GrafoscopioNode {
#header : 'Citizen',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Old citezen tests',
|
| ︙ | ︙ | |||
1704 1705 1706 1707 1708 1709 1710 |
#header : 'Tweet',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Script screenshot zoom',
#body : '',
#children : OrderedCollection [ ],
| | | 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 |
#header : 'Tweet',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Script screenshot zoom',
#body : '',
#children : OrderedCollection [ ],
#parent : @325,
#level : 5,
#links : OrderedCollection [
'',
'https://www.enlightenment.org/ss/e-54454b6c965410.68921158.jpg'
]
}
],
|
| ︙ | ︙ | |||
1735 1736 1737 1738 1739 1740 1741 | [ ] ], #lastIndex : 366, #lastRun : 1, #lastOffset : 365 } }, | | | 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 |
[ ]
],
#lastIndex : 366,
#lastRun : 1,
#lastOffset : 365
}
},
#children : @324,
#parent : GrafoscopioNode {
#header : 'Bibliography',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Quering Zotero collection and exporting as BibTeX',
#body : '"This script updates the bibliography for this document with the latest
|
| ︙ | ︙ | |||
1761 1762 1763 1764 1765 1766 1767 | \tifTrue: [ bibFile delete ] \tifFalse: [ bibFile ensureCreateFile ]. bibFile writeStreamDo: [ :stream | stream nextPutAll: tempStream contents ]. bibFile ', #tags : 'código', #children : OrderedCollection [ ], | | | | | 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 |
\tifTrue: [ bibFile delete ]
\tifFalse: [ bibFile ensureCreateFile ].
bibFile writeStreamDo: [ :stream | stream nextPutAll: tempStream contents ].
bibFile
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @336,
#level : 3,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/4138G3OYJZ9I'
]
}
],
#parent : GrafoscopioNode {
#header : '%invisible ',
#body : '',
#children : OrderedCollection [
@336,
GrafoscopioNode {
#header : 'Exporting this paper',
#body : 'The idea is, at some point it to support a Pharo dictionary of metadata, including
options to export the generated markdown file to other formats, by increasing self
referentiality on the notebook (read its own defined dictionaries, and use them as
export options). Meanwhile, here is the command used on this notebook for the
generated output:
',
#children : OrderedCollection [ ],
#parent : @341,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : GrafoscopioNode {
|
| ︙ | ︙ | |||
1894 1895 1896 1897 1898 1899 1900 | recurrent Dataviz workshop+hackathon, for code testing and refactoring. %embed HTML screenshot %embed LaTeX screenshot # References ', | | | 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 |
recurrent Dataviz workshop+hackathon, for code testing and refactoring.
%embed HTML screenshot
%embed LaTeX screenshot
# References
',
#children : @347,
#parent : GrafoscopioNode {
#header : 'Dataviz',
#body : Text {
#string : '',
#runs : RunArray {
#runs : [ ],
#values : [ ]
|
| ︙ | ︙ | |||
1962 1963 1964 1965 1966 1967 1968 |
#parent : GrafoscopioNode {
#header : 'Dataviz readme',
#body : '<!--
This subtree produces the readme markdown file that is used to produce the page you see when visiting:
http://mutabit.com/repos.fossil/grafoscopio/doc/tip/Packages/Dataviz/readme.html
-->',
| | | | | | | 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 |
#parent : GrafoscopioNode {
#header : 'Dataviz readme',
#body : '<!--
This subtree produces the readme markdown file that is used to produce the page you see when visiting:
http://mutabit.com/repos.fossil/grafoscopio/doc/tip/Packages/Dataviz/readme.html
-->',
#children : @358,
#parent : GrafoscopioNode {
#header : 'Arbol principal',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Notebook Intro',
#body : 'This notebook introduce the Dataviz package. Here you will find, subtrees that
produce the introductory markdown file in the repository, the readme file and
a Paper for [JOSS][joss] and a tree for each of the main examples of the included
package classes.
Expand and explore the respective parts of the tree for more details.',
#children : OrderedCollection [ ],
#parent : @362,
#level : 1,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Domain Specific Visualizations & Languages',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'OffshoreLeaks a.k.a Panama Papers',
#body : 'Please use the visit link button in the top bar to visit the blog post link explaining
the project in detail and browse inner nodes in this subtree for exploring the package
and/or its documentation deeper.',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Launch interactive notebook',
#body : 'OffshoreLeaksDB ope',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @369,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Browse the source code',
#body : '"To browse the source code used in working with the data, select and execute this:"
OffshoreLeaksDB class browse.
"To browse the source code used to work with the territories, select and execute this:"
Territory browse
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @369,
#level : 3,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/BACTITA478FG'
]
}
],
#parent : @367,
#level : 2,
#links : OrderedCollection [
'',
'http://mutabit.com/offray/blog/en/entry/ds-twitter-mockup',
'http://mutabit.com/offray/blog/en/entry/panama-papers-1'
]
},
|
| ︙ | ︙ | |||
2045 2046 2047 2048 2049 2050 2051 | following line. Once you are there you will see other documented classes and protocols that let you explor the domain object" TwitterProfile browse ', #tags : 'código', #children : OrderedCollection [ ], | | | | 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
following line.
Once you are there you will see other documented classes and protocols
that let you explor the domain object"
TwitterProfile browse
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @378,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : @367,
#level : 2,
#links : OrderedCollection [
'',
'http://mutabit.com/offray/blog/en/entry/ds-twitter-mockup'
]
},
GrafoscopioNode {
|
| ︙ | ︙ | |||
2074 2075 2076 2077 2078 2079 2080 | #body : '"To browse the source code, execute the following line. Once you are there you will see other documented classes and protocols that let you explor of the domain object." PublishedMedInfo browse ', #tags : 'código', #children : OrderedCollection [ ], | | | | | 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 |
#body : '"To browse the source code, execute the
following line.
Once you are there you will see other documented classes and protocols
that let you explor of the domain object."
PublishedMedInfo browse ',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @384,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : @367,
#level : 2,
#links : OrderedCollection [
'',
'http://mutabit.com/offray/blog/en/entry/sdv-infomed'
]
}
],
#parent : @362,
#level : 1,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea Dataviz folder intro',
|
| ︙ | ︙ | |||
2141 2142 2143 2144 2145 2146 2147 | <p><small> <b>^ Up |</b> Screenshots of the visualizations contained in the Dataviz package. From left to right: Twitter dataselfies, medical information and Panama Papers. Click on each image for more details. </small></p>', | | | | 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 |
<p><small>
<b>^ Up |</b>
Screenshots of the visualizations contained in the Dataviz package.
From left to right: Twitter dataselfies, medical information and Panama Papers.
Click on each image for more details.
</small></p>',
#children : @360,
#parent : @391,
#level : 2,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea overview',
|
| ︙ | ︙ | |||
2180 2181 2182 2183 2184 2185 2186 |
- The Dataviz paper for [JOSS][joss] will give you a quick scholar view for the software:
abstract, metatada and links and to dig deeper:
[[source](./JOSS/paper.md)] |
[[PDF](./paper.pdf)].
- The [Dataviz source code repository][dataviz-sthub] on SmalltalkHub.
',
#children : OrderedCollection [ ],
| | | | 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
- The Dataviz paper for [JOSS][joss] will give you a quick scholar view for the software:
abstract, metatada and links and to dig deeper:
[[source](./JOSS/paper.md)] |
[[PDF](./paper.pdf)].
- The [Dataviz source code repository][dataviz-sthub] on SmalltalkHub.
',
#children : OrderedCollection [ ],
#parent : @391,
#level : 2,
#nodesInPreorder : OrderedCollection [
@395
],
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea external links',
|
| ︙ | ︙ | |||
2256 2257 2258 2259 2260 2261 2262 | [texmacs]: http://texmacs.org/ [twitter-ds]: http://mutabit.com/offray/blog/en/entry/ds-twitter-mockup [udbc]: http://www.smalltalkhub.com/#!/~TorstenBergmann/UDBC [zeppling]: http://zeppelin-project.org/ [zotero]: https://www.zotero.org/ [zotero-manual]: https://www.zotero.org/groups/diseo_y_creacion_phd_msc_universidad_de_caldas/items/collectionKey/PHGTCZVT', #children : OrderedCollection [ ], | | | | | | | | | | < < < | | | | | | | | > > > | | 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 |
[texmacs]: http://texmacs.org/
[twitter-ds]: http://mutabit.com/offray/blog/en/entry/ds-twitter-mockup
[udbc]: http://www.smalltalkhub.com/#!/~TorstenBergmann/UDBC
[zeppling]: http://zeppelin-project.org/
[zotero]: https://www.zotero.org/
[zotero-manual]: https://www.zotero.org/groups/diseo_y_creacion_phd_msc_universidad_de_caldas/items/collectionKey/PHGTCZVT',
#children : OrderedCollection [ ],
#parent : @391,
#level : 2,
#nodesInPreorder : OrderedCollection [
@399
],
#links : OrderedCollection [
''
]
}
],
#parent : @362,
#level : 1,
#nodesInPreorder : OrderedCollection [
@391,
@393,
@395,
@399
],
#links : OrderedCollection [
'',
'intro.md'
]
},
@361,
@346
],
#level : 0,
#nodesInPreorder : OrderedCollection [
@362,
@364,
@367,
@369,
@371,
@374,
@378,
@380,
@384,
@386,
@391,
@393,
@395,
@399,
@361,
@359,
GrafoscopioNode {
#header : '%idea overview',
#body : 'Dataviz is a companion package for [Grafoscopio][grafoscopio-en] that puts together several examples of Domain
Specific Visualizations and Domain Specific Languages (DSV, DSL, respectively) developed with the
[Roassal agile visualization engine][roassal].
Included prototypes approach several themes like:
Panama Papers as reproducible Research [@luna-pp], Twitter Data Selfies [@luna-tds]
|
| ︙ | ︙ | |||
2330 2331 2332 2333 2334 2335 2336 |
- The Dataviz paper for [JOSS][joss] will give you a quick scholar view for the software:
abstract, metatada and links and to dig deeper:
[[source](./JOSS/paper.md)] |
[[LaTeX](./paper.tex)] |
[[PDF](./paper.pdf)].
- The [Dataviz source code repository][grafoscopio-sthub] on SmalltalkHub.',
| | | | | 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 |
- The Dataviz paper for [JOSS][joss] will give you a quick scholar view for the software:
abstract, metatada and links and to dig deeper:
[[source](./JOSS/paper.md)] |
[[LaTeX](./paper.tex)] |
[[PDF](./paper.pdf)].
- The [Dataviz source code repository][grafoscopio-sthub] on SmalltalkHub.',
#children : @396,
#parent : @357,
#level : 3,
#links : @398
},
GrafoscopioNode {
#header : 'Instalation instructions',
#body : 'Dataviz package is installed by default with the installation of Grafoscopio, but you can
install it separately by using Monticello Pharo package manager configurations.
To install and load Dataviz, simply run:
|
| ︙ | ︙ | |||
2356 2357 2358 2359 2360 2361 2362 | load. "After that load Datavi" ConfigurationOfDataviz load. ', #tags : 'código', #children : OrderedCollection [ ], | | | | | | | | | | 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 |
load.
"After that load Datavi"
ConfigurationOfDataviz load.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @407,
#level : 4,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/D6DDTUAMWIOK'
]
}
],
#parent : @357,
#level : 3,
#links : OrderedCollection [
''
]
},
@409,
GrafoscopioNode {
#header : 'Usage instructions & Examples',
#body : 'As we said, Dataviz is a set of packaged exmaples of Domain Specific Visualizations and Domain Specific
Language (DSV and DSL) using Roassal agile visualization engine and/or documented with Grafoscopio
notebook, so the usage instructions is related with how to use and explore such examples.
Dataviz presents a main notebook (from which this ̀readme ̀ file was generated), that introduce
its Domain Specific Visualizations & Languages.
To open the notebook go to the Grafoscopio docking bar and select `Help > Dataviz` or execute
the following code:;
',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Open dataviz introdutory notebook',
#body : 'GrafoscopioDocumentation openDatavizIntro ',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @413,
#level : 4,
#links : OrderedCollection [
''
]
}
],
#parent : @357,
#level : 3,
#links : OrderedCollection [
''
]
},
@415,
GrafoscopioNode {
#header : 'API documentation',
#body : 'Dataviz, like Grafoscopio, inhabits the Pharo full live coding environment,
and we follow the custom of making the API documentation available
inside a dynamic environment, instead in some static web page.
Instructions for opening different parts of the Dataviz API inside the system browser,
and see the objects and messages organized by protocols, are provided in the companion interactive
notebook, with other contextual information, so we recoment to refer to the notebook API documentation.
',
#children : OrderedCollection [ ],
#parent : @357,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Community Guidelines',
#body : 'Because the community that makes/uses Grafoscopio is the same for Dataviz,
we follow the same community guidelines for contributing to the community,
reporting bugs and other ways of collaboration.
It is supposed that you are familiar with Grafoscopio and its manual, if you are using Dataviz.
But, just for reference, plese see the Community Guidelines section in the
[Grafoscopio manual][grafoscopio-manual] for more detailed information about the above subjects.',
#children : OrderedCollection [ ],
#parent : @357,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea external links',
|
| ︙ | ︙ | |||
2498 2499 2500 2501 2502 2503 2504 | [sqlite]: http://sqlite.org/ [ston]: https://github.com/svenvc/ston/blob/master/ston-paper.md [texmacs]: http://texmacs.org/ [udbc]: http://www.smalltalkhub.com/#!/~TorstenBergmann/UDBC [zeppling]: http://zeppelin-project.org/ [zotero]: https://www.zotero.org/ [zotero-manual]: https://www.zotero.org/groups/diseo_y_creacion_phd_msc_universidad_de_caldas/items/collectionKey/PHGTCZVT', | | | | | | | | | | | | | | | < < | | | < | | > > > | | < < | | | | > > | | < | | | > | | | | | | | | 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 |
[sqlite]: http://sqlite.org/
[ston]: https://github.com/svenvc/ston/blob/master/ston-paper.md
[texmacs]: http://texmacs.org/
[udbc]: http://www.smalltalkhub.com/#!/~TorstenBergmann/UDBC
[zeppling]: http://zeppelin-project.org/
[zotero]: https://www.zotero.org/
[zotero-manual]: https://www.zotero.org/groups/diseo_y_creacion_phd_msc_universidad_de_caldas/items/collectionKey/PHGTCZVT',
#children : @400,
#parent : @357,
#level : 3,
#nodesInPreorder : OrderedCollection [
@425
],
#links : @402
},
GrafoscopioNode {
#header : 'Licences',
#body : 'Dataviz is licensed under MIT license and the readme and the Dataviz
documentation downloaded with the package installation is licensed under a
modified P2P license.
To see a full copy of such respective licenses, please visit the files under this repository:
- [Dataviz source code and software MIT license](../../Docs/En/Licenses/grafoscopio-mit.md)
- [Dataviz documentation P2P modified license](../../Docs/En/Licenses/documents-p2p-ismb.md)
',
#children : OrderedCollection [ ],
#parent : @357,
#level : 3,
#links : OrderedCollection [
''
]
},
@346,
@348,
GrafoscopioNode {
#header : '%embed LaTeX screenshot',
#body : '',
#children : OrderedCollection [ ],
#parent : @350,
#level : 3,
#links : OrderedCollection [
''
]
},
@341,
@336,
@338,
@343
],
#links : OrderedCollection [ ]
},
#level : 1,
#nodesInPreorder : OrderedCollection [
@361,
@359,
@406,
@407,
@409,
@413,
@415,
@419,
@422,
@425,
@427
],
#links : OrderedCollection [
'',
'Packages/Dataviz/',
'Packages/Dataviz/readme.md',
'readme.md'
]
},
#level : 2,
#nodesInPreorder : OrderedCollection [
@359
],
#links : @394
},
@406,
@407,
@413,
@419,
@422,
@425,
@427
],
#parent : @351,
#level : 2,
#nodesInPreorder : OrderedCollection [
@357,
@407,
@409,
@413,
@419,
GrafoscopioNode {
#header : 'Test',
#body : Text {
#string : '',
#runs : RunArray {
#runs : [ ],
#values : [ ]
}
},
#children : OrderedCollection [ ],
#parent : @357,
#level : 3,
#links : OrderedCollection [
''
]
},
@422,
@425,
@427
],
#links : @435
},
@350
],
#parent : GrafoscopioNode {
#header : 'Arbol principal',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : '%invisible introduction',
#body : 'This notebook serves as an entry point for the Grafoscopio repository.
It documents Grafoscopio and Dataviz projects/packages.
It generates several exported subtrees that are documents in such shared repository
for both projects documentation.',
#children : OrderedCollection [ ],
#parent : @445,
#level : 1,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea Intro repo file',
|
| ︙ | ︙ | |||
2670 2671 2672 2673 2674 2675 2676 |
</a>
<figcaption><small><b>^Up |</b>
Grafoscopio environment and the final pdf, side by side.
</small>
</figcaption>
<figure>',
#children : OrderedCollection [ ],
| | | 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 |
</a>
<figcaption><small><b>^Up |</b>
Grafoscopio environment and the final pdf, side by side.
</small>
</figcaption>
<figure>',
#children : OrderedCollection [ ],
#parent : @450,
#level : 2,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea external links',
|
| ︙ | ︙ | |||
2737 2738 2739 2740 2741 2742 2743 | [sqlite]: http://sqlite.org/ [ston]: https://github.com/svenvc/ston/blob/master/ston-paper.md [texmacs]: http://texmacs.org/ [udbc]: http://www.smalltalkhub.com/#!/~TorstenBergmann/UDBC [zeppling]: http://zeppelin-project.org/ [zotero]: https://www.zotero.org/ [zotero-manual]: https://www.zotero.org/groups/diseo_y_creacion_phd_msc_universidad_de_caldas/items/collectionKey/PHGTCZVT', | | | | | | | | | | 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 |
[sqlite]: http://sqlite.org/
[ston]: https://github.com/svenvc/ston/blob/master/ston-paper.md
[texmacs]: http://texmacs.org/
[udbc]: http://www.smalltalkhub.com/#!/~TorstenBergmann/UDBC
[zeppling]: http://zeppelin-project.org/
[zotero]: https://www.zotero.org/
[zotero-manual]: https://www.zotero.org/groups/diseo_y_creacion_phd_msc_universidad_de_caldas/items/collectionKey/PHGTCZVT',
#children : @400,
#parent : @450,
#level : 2,
#nodesInPreorder : OrderedCollection [
@455
],
#links : @402
}
],
#parent : @445,
#level : 1,
#nodesInPreorder : OrderedCollection [
@450,
@452,
@455
],
#links : OrderedCollection [
'',
'intro.md'
]
},
GrafoscopioNode {
|
| ︙ | ︙ | |||
2824 2825 2826 2827 2828 2829 2830 | #header : 'From the web site', #body : 'Grafoscopio is a moldable tool for interactive documentation, exploratory computing, agile data visualization, and reproducible research, that is being used in several fields: citizen, garage & open science, (h)ac(k)tivism, open & community innovation, domain specific visualization and data journalism, and has a lot of other potential uses. Grafoscopio is covered by a Free Libre Open Source Software license (MIT) and it has an associated hackathon/workshop, called the Data Week, oriented to citizen concerns, which are related and mediated by data and visualization. There we learn, adapt and feedback this tool. Grafoscopio is and integrates simple and self-cointained "pocket infractures", that can be execute On/Off-line, from a USB thumb drive, a rasperry-Pi alike computer, a modest server or any hardware in between and beyond. ', #children : OrderedCollection [ ], | | | 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 |
#header : 'From the web site',
#body : 'Grafoscopio is a moldable tool for interactive documentation, exploratory computing, agile data visualization,
and reproducible research, that is being used in several fields: citizen, garage & open science, (h)ac(k)tivism, open & community innovation, domain specific visualization and data journalism, and has a lot of other potential uses.
Grafoscopio is covered by a Free Libre Open Source Software license (MIT) and it has an associated hackathon/workshop, called the Data Week, oriented to citizen concerns, which are related and mediated by data and visualization. There we learn, adapt and feedback this tool.
Grafoscopio is and integrates simple and self-cointained "pocket infractures", that can be execute On/Off-line, from a USB thumb drive, a rasperry-Pi alike computer, a modest server or any hardware in between and beyond. ',
#children : OrderedCollection [ ],
#parent : @469,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'From the JOSS article',
|
| ︙ | ︙ | |||
2852 2853 2854 2855 2856 2857 2858 | Grafoscopio has been developed in the context of a PhD research in a hackerspace of the Global South ([HackBo][hackbo] in Bogotá, Colombia) and from this particular context was concived as a empowering, simple, flexible and self contained *pocket infrastructure* (that works off-line/on-line from USB thumb drives and/or low resources machines [@luna2014]). ', #children : OrderedCollection [ ], | | | | | | 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 |
Grafoscopio has been developed in the context of a PhD research in a hackerspace of
the Global South ([HackBo][hackbo] in Bogotá, Colombia) and from this particular context was
concived as a empowering, simple, flexible and self contained *pocket infrastructure*
(that works off-line/on-line from USB thumb drives and/or low resources machines [@luna2014]).
',
#children : OrderedCollection [ ],
#parent : @469,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'From GSoC',
#body : 'Literate computing is a way of mixing text, code, data and visualizations for making data based storytelling, experimentation, exploration and documentation in diverse broad fields like academia, journalism, research and activism, or Pharo specific themes (for Roasall, Polymath etc). Grafoscopio is a tool that brings literate computing to the Pharo environment by allowing the creation of structured interactive notebooks in a tree-like programmable document metaphor.',
#children : OrderedCollection [ ],
#parent : @469,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : @467,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : @465,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea from whom',
|
| ︙ | ︙ | |||
2914 2915 2916 2917 2918 2919 2920 |
where you want to be, and take a practical approach to making your tasks and
reaching your destination.
No prior knowledge of programming is supposed to follow this manual.
![ Detail for the Grafoscopio [English web page][grafoscopio-en]. ](../../../Imagenes/grafoscopio-webpage-en.png){#fig:web-page-en}',
#children : OrderedCollection [ ],
| | | 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
where you want to be, and take a practical approach to making your tasks and
reaching your destination.
No prior knowledge of programming is supposed to follow this manual.
![ Detail for the Grafoscopio [English web page][grafoscopio-en]. ](../../../Imagenes/grafoscopio-webpage-en.png){#fig:web-page-en}',
#children : OrderedCollection [ ],
#parent : @465,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea TBD',
|
| ︙ | ︙ | |||
2937 2938 2939 2940 2941 2942 2943 | of the Pharo live coding environment. Blurring the distinction between interactive documents authors and software developers, means to put the whole environment at their dispossal, and to show the community that they can be part of this future possibilities, and that is why we take this unusual approach to GUI. Where the GUI is more a remainder for the future, I will point that using the **TBD** remark (for To Be Done).', #children : OrderedCollection [ ], | | | | 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 |
of the Pharo live coding environment.
Blurring the distinction between interactive documents authors and software developers, means to put
the whole environment at their dispossal, and to show the community that they can be part of this
future possibilities, and that is why we take this unusual approach to GUI.
Where the GUI is more a remainder for the future, I will point that using the **TBD** remark (for To Be Done).',
#children : OrderedCollection [ ],
#parent : @465,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : GrafoscopioNode {
#header : 'Grafoscopio for what and for whom?',
#body : Text {
#string : '',
#runs : RunArray {
#runs : [ ],
#values : [ ]
}
},
#children : @464,
#level : 1,
#links : OrderedCollection [
'',
'',
'',
'',
'',
|
| ︙ | ︙ | |||
3057 3058 3059 3060 3061 3062 3063 |
GrafoscopioNode {
#header : '%footnote book-program',
#body : 'The idea of the "document is a program" is a paraphrasis of "the book is a program",
stated in the Pollen documentation, which is a short phrase to express a powerful idea
about burring the disctinction between the document and the program, that is present
in several programs, like TeXmacs, Leo, Org Mode, and, of course, Grafoscopio.',
#children : OrderedCollection [ ],
| | | | 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 |
GrafoscopioNode {
#header : '%footnote book-program',
#body : 'The idea of the "document is a program" is a paraphrasis of "the book is a program",
stated in the Pollen documentation, which is a short phrase to express a powerful idea
about burring the disctinction between the document and the program, that is present
in several programs, like TeXmacs, Leo, Org Mode, and, of course, Grafoscopio.',
#children : OrderedCollection [ ],
#parent : @497,
#level : 4,
#links : OrderedCollection [
''
]
}
],
#parent : @495,
#level : 3,
#links : OrderedCollection [
'',
'',
'',
'',
'',
|
| ︙ | ︙ | |||
3111 3112 3113 3114 3115 3116 3117 | integrating default external minimalist and/or self-contained tools into the data exploration and document publishing workflow, other external tools could be integrated ([Git][git], more data bases, including [NoSQL][nosql], other exporters and [light markup languages][light-markup-languages] and so on). ', #children : OrderedCollection [ ], | | | | | < < | | | | | | | | | | > > | | 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 |
integrating default external minimalist and/or self-contained tools into the data exploration
and document publishing workflow, other external tools could be integrated ([Git][git],
more data bases, including [NoSQL][nosql], other exporters and
[light markup languages][light-markup-languages] and so on).
',
#children : OrderedCollection [ ],
#parent : @495,
#level : 3,
#links : OrderedCollection [
'',
'',
'',
'',
'',
'',
'',
''
]
}
],
#parent : @488,
#level : 2,
#links : OrderedCollection [
'',
'',
'',
''
]
}
],
#parent : @461,
#level : 2,
#nodesInPreorder : OrderedCollection [
@463,
@465,
@467,
@469,
@471,
@474,
@477,
@482,
@485,
@495,
@497,
@499,
@503
],
#links : @493
},
GrafoscopioNode {
#header : 'Installation instructions',
#body : 'If you want to install Grafoscopio on Pharo 5, there are two ways of doing:
via the Pharo catalog or via running a script from the playground.
Both suppose that you have already installed and running Pharo for your platform
(Windows, Gnu/Linux or Mac) from its [download page][pharo-download],
|
| ︙ | ︙ | |||
3230 3231 3232 3233 3234 3235 3236 | [ ] ], #lastIndex : 592, #lastRun : 1, #lastOffset : 591 } }, | | | 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 | [ ] ], #lastIndex : 592, #lastRun : 1, #lastOffset : 591 } }, #children : @509, #level : 1, #links : OrderedCollection [ '', '', '', '', '', |
| ︙ | ︙ | |||
3295 3296 3297 3298 3299 3300 3301 |
and executing the second part of the installation script (showed in figure \\ref{fig:install-script-part2}).
{#fig:install-script-part2}
You will see the progress bars and the ending of the installation process,
as described in the steps 4 to 5 of the previous section.',
#children : OrderedCollection [ ],
| | | 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 |
and executing the second part of the installation script (showed in figure \\ref{fig:install-script-part2}).
{#fig:install-script-part2}
You will see the progress bars and the ending of the installation process,
as described in the steps 4 to 5 of the previous section.',
#children : OrderedCollection [ ],
#parent : @520,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%idea In one step',
|
| ︙ | ︙ | |||
3339 3340 3341 3342 3343 3344 3345 | load. "After that load Grafoscopio" ConfigurationOfGrafoscopio load. ', #tags : 'código', #children : OrderedCollection [ ], | | | | | | | | < | | | < < | | > > > | | | 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 |
load.
"After that load Grafoscopio"
ConfigurationOfGrafoscopio load.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @525,
#level : 4,
#links : OrderedCollection [
'',
'',
'',
'',
'',
'',
'',
'http://ws.stfx.eu/D6DDTUAMWIOK'
]
}
],
#parent : @520,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : '%invisible',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Instaliing the Grafoscopio configuration',
#body : '"Start by loading the configuration of Grafoscopio"
Gofer new
url: \'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo50/main\';
package: \'ConfigurationOfGrafoscopio\';
load.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @531,
#level : 4,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/BMWZPUY38BSF'
]
},
GrafoscopioNode {
#header : 'Load Grafoscopio',
#body : '"After that load Grafoscopio"
ConfigurationOfGrafoscopio load.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @531,
#level : 4,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/CZ87ZZ2SXCEM'
]
}
],
#parent : @520,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : @512,
#level : 2,
#links : OrderedCollection [
''
]
}
],
#parent : @461,
#level : 2,
#nodesInPreorder : OrderedCollection [
@508,
@510,
@520,
@522,
@525,
@527,
@531,
@533,
@536
],
#links : @518
},
GrafoscopioNode {
#header : 'Usage instructions',
#body : '',
#children : OrderedCollection [ ],
#parent : @461,
#level : 2,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Examples',
|
| ︙ | ︙ | |||
3476 3477 3478 3479 3480 3481 3482 | [ ] ], #lastIndex : 416, #lastRun : 1, #lastOffset : 415 } }, | | | 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 | [ ] ], #lastIndex : 416, #lastRun : 1, #lastOffset : 415 } }, #children : @546, #level : 1, #links : OrderedCollection [ '', '', '', '', '', |
| ︙ | ︙ | |||
3510 3511 3512 3513 3514 3515 3516 |
},
GrafoscopioNode {
#header : 'Opening Dataviz documentation',
#body : '"This opens the introductory notebook to the Dataviz package"
GrafoscopioDocumentation openDatavizIntro',
#tags : 'código',
#children : OrderedCollection [ ],
| | | | | | | | 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
},
GrafoscopioNode {
#header : 'Opening Dataviz documentation',
#body : '"This opens the introductory notebook to the Dataviz package"
GrafoscopioDocumentation openDatavizIntro',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @549,
#level : 2,
#links : OrderedCollection [
'',
'',
'',
'',
'',
'',
'',
'',
''
]
}
],
#parent : @461,
#level : 2,
#nodesInPreorder : OrderedCollection [
@545,
@547,
@557
],
#links : @555
},
GrafoscopioNode {
#header : 'API documentation',
#body : 'Because Grafoscopio inhabits a full live coding environment,
it follows the custom of making the API documentation available
inside a dynamic environment, instead in some static web page.
To open the Grafoscopio package inside the system browser,
|
| ︙ | ︙ | |||
3573 3574 3575 3576 3577 3578 3579 | [ ] ], #lastIndex : 252, #lastRun : 1, #lastOffset : 251 } }, | | | | | | | 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 |
[ ]
],
#lastIndex : 252,
#lastRun : 1,
#lastOffset : 251
}
},
#children : @562,
#level : 1,
#links : OrderedCollection [
'',
'',
'',
''
]
},
#level : 2,
#links : OrderedCollection [
'',
'',
'',
'',
''
]
}
],
#parent : @461,
#level : 2,
#nodesInPreorder : OrderedCollection [
@561,
@563
],
#links : @571
},
GrafoscopioNode {
#header : 'Tests',
#body : 'The core functionality of Grafoscopio document tree model is tested.
If you want to see and run the tests, just open the tests package by
executing:
|
| ︙ | ︙ | |||
3643 3644 3645 3646 3647 3648 3649 | [ ] ], #lastIndex : 421, #lastRun : 1, #lastOffset : 420 } }, | | | | | | | 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 |
[ ]
],
#lastIndex : 421,
#lastRun : 1,
#lastOffset : 420
}
},
#children : @575,
#level : 1,
#links : OrderedCollection [
'',
'',
'',
'',
'',
''
]
},
#level : 2,
#links : OrderedCollection [
'',
'',
'',
'',
''
]
}
],
#parent : @461,
#level : 2,
#nodesInPreorder : OrderedCollection [
@574,
@576
],
#links : @584
},
GrafoscopioNode {
#header : 'Community Guidelines',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Seek support',
|
| ︙ | ︙ | |||
3700 3701 3702 3703 3704 3705 3706 |
#body : Text {
#string : '',
#runs : RunArray {
#runs : [ ],
#values : [ ]
}
},
| | | 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 |
#body : Text {
#string : '',
#runs : RunArray {
#runs : [ ],
#values : [ ]
}
},
#children : @588,
#level : 1,
#links : OrderedCollection [
'',
'',
'',
'',
'',
|
| ︙ | ︙ | |||
3732 3733 3734 3735 3736 3737 3738 | #header : 'Report issues or problems', #body : 'To report issues or problems with the software and/or its documentation please visit our [ticket section][grafoscopio-tickets] Fossil repository. Before creating a new ticket, please be sure to visit the [current tickets][grafoscopio-tickets-current], to see if your issue/problem has been not reported already.', #children : OrderedCollection [ ], | | | 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 | #header : 'Report issues or problems', #body : 'To report issues or problems with the software and/or its documentation please visit our [ticket section][grafoscopio-tickets] Fossil repository. Before creating a new ticket, please be sure to visit the [current tickets][grafoscopio-tickets-current], to see if your issue/problem has been not reported already.', #children : OrderedCollection [ ], #parent : @591, #level : 2, #links : OrderedCollection [ '', '', '', '' ] |
| ︙ | ︙ | |||
3774 3775 3776 3777 3778 3779 3780 | mail communication and can discuss about contributions on an individual case by case approach, so your words, bugfix and suggestions will be listened and taking into account and integrated when and where they make sense. Welcome again to our community :-).', #children : OrderedCollection [ ], | | | < | | > | | 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 |
mail communication and can discuss about contributions on an
individual case by case approach, so your words, bugfix and suggestions
will be listened and taking into account and integrated when and where they
make sense.
Welcome again to our community :-).',
#children : OrderedCollection [ ],
#parent : @591,
#level : 2,
#links : OrderedCollection [
'',
'',
'',
'',
'',
'',
'',
''
]
}
],
#parent : @461,
#level : 2,
#nodesInPreorder : OrderedCollection [
@587,
@589,
@598,
@601
],
#links : @596
},
GrafoscopioNode {
#header : '%idea external links',
#body : '[agileviz-quickstart]: https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/QuickStart/0101-QuickStart.html
[beaker]: http://beakernotebook.com/
[bibtex]: https://en.wikipedia.org/wiki/BibTeX
[chocolatey]: https://chocolatey.org/
|
| ︙ | ︙ | |||
3859 3860 3861 3862 3863 3864 3865 | [sqlite]: http://sqlite.org/ [ston]: https://github.com/svenvc/ston/blob/master/ston-paper.md [texmacs]: http://texmacs.org/ [udbc]: http://www.smalltalkhub.com/#!/~TorstenBergmann/UDBC [zeppling]: http://zeppelin-project.org/ [zotero]: https://www.zotero.org/ [zotero-manual]: https://www.zotero.org/groups/diseo_y_creacion_phd_msc_universidad_de_caldas/items/collectionKey/PHGTCZVT', | | | | | | | | | < < | | | | | | | | | | | | | | < | > | | | | | | | > | | | | > | 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 |
[sqlite]: http://sqlite.org/
[ston]: https://github.com/svenvc/ston/blob/master/ston-paper.md
[texmacs]: http://texmacs.org/
[udbc]: http://www.smalltalkhub.com/#!/~TorstenBergmann/UDBC
[zeppling]: http://zeppelin-project.org/
[zotero]: https://www.zotero.org/
[zotero-manual]: https://www.zotero.org/groups/diseo_y_creacion_phd_msc_universidad_de_caldas/items/collectionKey/PHGTCZVT',
#children : @400,
#parent : @461,
#level : 2,
#nodesInPreorder : OrderedCollection [
@605
],
#links : @402
},
GrafoscopioNode {
#header : 'Licenses',
#body : 'Grafoscopio and its tutorial is licensed under MIT license and the readme and the user
manual is licensed under a modified P2P license.
To see a full copy of such respective licenses, please visit the files under this repository:
- ./Docs/En/Licenses/grafoscopio-mit.md
- ./Docs/En/Licenses/documents-p2p-ismb.md
',
#children : OrderedCollection [ ],
#parent : @461,
#level : 2,
#links : OrderedCollection [
''
]
}
],
#parent : @459,
#level : 2,
#nodesInPreorder : OrderedCollection [
@461,
@463,
@465,
@467,
@469,
@471,
@474,
@477,
@482,
@485,
@495,
@497,
@499,
@503,
@508,
@510,
@520,
@522,
@525,
@527,
@531,
@533,
@536,
@542,
@545,
@547,
@557,
@561,
@563,
@574,
@576,
@587,
@589,
@598,
@601,
@605,
@607
],
#links : OrderedCollection [
'',
'./readme.markdown',
'readme.markdown'
]
},
|
| ︙ | ︙ | |||
3999 4000 4001 4002 4003 4004 4005 |
>
</a>
<figcaption><small><b>^Up |</b>
Grafoscopio environment and the final pdf, side by side.
</small>
</figcaption>
<figure>',
| | | | | | | | | | | | | | 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 |
>
</a>
<figcaption><small><b>^Up |</b>
Grafoscopio environment and the final pdf, side by side.
</small>
</figcaption>
<figure>',
#children : @453,
#parent : @612,
#level : 3,
#nodesInPreorder : OrderedCollection [
@614
],
#links : @454
},
GrafoscopioNode {
#header : '%embed LaTeX screenshot',
#body : '\\includegraphics{../../../../Imagenes/side-by-side.png}',
#children : OrderedCollection [ ],
#parent : @612,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : @459,
#level : 2,
#nodesInPreorder : OrderedCollection [
@612,
@614,
@616
],
#links : OrderedCollection [
'',
'/Docs/En/Papers/JOSS/Grafoscopio/paper.md',
'Docs/En/Papers/JOSS/Grafoscopio/paper.md',
'Docs/En/Papers/JOSS/Dataviz/paper.md',
'Docs/En/Papers/JOSS/paper.md'
]
}
],
#parent : @445,
#level : 1,
#links : OrderedCollection [
''
]
},
@351,
GrafoscopioNode {
#header : 'Summer of Code',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Proposal for the 2017 Pharo Summer of Code by Offray Luna',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : '%invisible metadata',
#body : '---
link-citations: true
---',
#children : OrderedCollection [ ],
#parent : @624,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Introduction',
|
| ︙ | ︙ | |||
4087 4088 4089 4090 4091 4092 4093 | coming from fields like journalism or activism, so the experience of working with external tools, including installation and configuration must be friendly to beginners, to let them focus on their main domain problems, instead of the ones of infrastructure and setup. This Summer of code proposal is intended to work on the above problems to improve user experience, external tool integration and test coverage.', #children : OrderedCollection [ ], | | | 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 |
coming from fields like journalism or activism, so the experience of working with external tools, including installation
and configuration must be friendly to beginners, to let them focus on their main domain problems, instead of the ones of
infrastructure and setup.
This Summer of code proposal is intended to work on the above problems to improve user experience, external tool
integration and test coverage.',
#children : OrderedCollection [ ],
#parent : @624,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Project goals',
|
| ︙ | ︙ | |||
4112 4113 4114 4115 4116 4117 4118 |
Chocolatey for the Mac/Linux and Windows platforms, respectively).
Future developments
- Implement node and notebooks transclusion (like Org Mode and Leo).
- Integrate a language spell checker for text nodes.',
#children : OrderedCollection [ ],
| | | | 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 |
Chocolatey for the Mac/Linux and Windows platforms, respectively).
Future developments
- Implement node and notebooks transclusion (like Org Mode and Leo).
- Integrate a language spell checker for text nodes.',
#children : OrderedCollection [ ],
#parent : @624,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Implementation',
#body : '<!--
Longer and more detailed. Provide technical details, show that you understand the technology and illustrate key technical elements of your proposed solution.
-->
- For improving UX writing experience a customization of the Pharo playground will be implemented, extending on what is available now using the
Spec-GT bridge, to support Pandoc\'s markdown syntax with hightlighting (via SmaCC or PetitParser), web links browsing (using WebBrowser) and
files preview (with customized inspectors) and font size changes.
- To implement external tools integration the OSUnix, OSMac and OSWindow will be used to install and use the external package managers (Nix, Chocolatey).
',
#children : OrderedCollection [ ],
#parent : @624,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Timeline',
|
| ︙ | ︙ | |||
4157 4158 4159 4160 4161 4162 4163 | | 8-9 | Output storage support for playground computations (similar to OrgMode or Jupyter, including literature review). | | 10 | Nix integration to support external tools installation (Pandoc, LateX, Fossil, Sqlite) on GNU/Linux and Mac. | | 11 | Chocolatey integration to support external tools installation (Pandoc, LateX, Fossil, Sqlite) on Windows. | | 12 | Review previous deliverable and goals and implement further development goals, if there is time. | Table: Summer of code timeline.', #children : OrderedCollection [ ], | | | | 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 |
| 8-9 | Output storage support for playground computations (similar to OrgMode or Jupyter, including literature review). |
| 10 | Nix integration to support external tools installation (Pandoc, LateX, Fossil, Sqlite) on GNU/Linux and Mac. |
| 11 | Chocolatey integration to support external tools installation (Pandoc, LateX, Fossil, Sqlite) on Windows. |
| 12 | Review previous deliverable and goals and implement further development goals, if there is time. |
Table: Summer of code timeline.',
#children : OrderedCollection [ ],
#parent : @624,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Benefits to Community',
#body : '<!--
Make your case a benefit to the organization.
-->
Grafoscopio has been used in several workshops+hackathon of a recurrent local event, called the Data Week (we have now 8 editions)
that have shown how this tool can be used by a diverse variety of authors to introduce them to coding and the development of
Domain Specific Languages and agile visualization on differentent themes, with special support for data activism.
It is a way to expose the advanges of the Pharo ecosystem to this wider audience beyond the usual software developer and/or researcher,
so a more mature and friendly Grafoscopio, that can be used to write diverse interactive documents, from note taking, to tutorials, to complete thesis,
can be a powerful way to spread the Pharo advantages and show them in the context of current trends of literate computing and reproducible
research.
This is also useful to develop computational narratives on Pharo and non Pharo related themes and frameworks.',
#children : OrderedCollection [ ],
#parent : @624,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Related Work',
|
| ︙ | ︙ | |||
4205 4206 4207 4208 4209 4210 4211 | [custom-pillar]: http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector [custom-inspector]: http://www.humane-assessment.com/blog/creating-custom-browsers-out-of-inspector-extensions [coding-cards]: https://vimeo.com/148637679 [keyboard-ide]: https://vimeo.com/140423783 [spec-gt]: http://smalltalkhub.com/#!/~jfabry/Playground/packages/Spec-Glamour [quick-access]: https://www.youtube.com/watch?v=j-dTp6i_P3s', #children : OrderedCollection [ ], | | | 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
[custom-pillar]: http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector
[custom-inspector]: http://www.humane-assessment.com/blog/creating-custom-browsers-out-of-inspector-extensions
[coding-cards]: https://vimeo.com/148637679
[keyboard-ide]: https://vimeo.com/140423783
[spec-gt]: http://smalltalkhub.com/#!/~jfabry/Playground/packages/Spec-Glamour
[quick-access]: https://www.youtube.com/watch?v=j-dTp6i_P3s',
#children : OrderedCollection [ ],
#parent : @624,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'About me',
|
| ︙ | ︙ | |||
4247 4248 4249 4250 4251 4252 4253 | Please use the [tickets system][tickets] in this repository to provide feedback about the proposal. [tickets]: http://mutabit.com/repos.fossil/grafoscopio/ticket ', #children : OrderedCollection [ ], | | | < < | < | > > > | 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
Please use the [tickets system][tickets] in this repository to provide feedback about the proposal.
[tickets]: http://mutabit.com/repos.fossil/grafoscopio/ticket
',
#children : OrderedCollection [ ],
#parent : @624,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : @622,
#level : 2,
#nodesInPreorder : OrderedCollection [
@624,
@626,
@629,
@632,
@635,
@638,
@641,
@644,
@647
],
#links : OrderedCollection [
'',
'Events/GSOC/2017-offray-luna-proposal.md'
]
},
GrafoscopioNode {
|
| ︙ | ︙ | |||
4291 4292 4293 4294 4295 4296 4297 | showcases the development of agile visualization and interates it into literate computating via some interactive notebooks. But the package has poor test coverage and some packages, like the medicine information access, require heavy code refactoring. Also core Grafoscopio functionality needs better test coverage. This Summer of code proposal is intended to improve test coverage and make code refactoring on the Dataviz packages and on Grafoscopio core functionality.', #children : OrderedCollection [ ], | | | 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 |
showcases the development of agile visualization and interates it into literate computating via some interactive notebooks.
But the package has poor test coverage and some packages, like the medicine information access, require heavy code
refactoring. Also core Grafoscopio functionality needs better test coverage.
This Summer of code proposal is intended to improve test coverage and make code refactoring on the Dataviz packages and
on Grafoscopio core functionality.',
#children : OrderedCollection [ ],
#parent : @652,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Project goals',
|
| ︙ | ︙ | |||
4315 4316 4317 4318 4319 4320 4321 | Future developments - Improve graphical UI themes. - Improve Zotero and JabRef integration. ', #children : OrderedCollection [ ], | | | | 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
Future developments
- Improve graphical UI themes.
- Improve Zotero and JabRef integration.
',
#children : OrderedCollection [ ],
#parent : @652,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Implementation',
#body : '<!--
Longer and more detailed. Provide technical details, show that you understand the technology and illustrate key technical elements of your proposed solution.
-->
- To improve test coverage SUnit test framework will be used intensively.
- To implement code refactoring, Pharo refactoring tools will be used and Roassal custom builders will be implemented.
',
#children : OrderedCollection [ ],
#parent : @652,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Timeline',
|
| ︙ | ︙ | |||
4361 4362 4363 4364 4365 4366 4367 | | 7 | Annotated reading with and interactive notebook writing on automatic testing on QuickCheck in Smalltalk/Pharo. | | 8, 9 | Design and Implement automatic testing on the previous packages using QuickCheck. | | 10, 11 | Extend and develop interactive notebooks for the lacking dataviz classes. | | 12 | Review previous deliverable and goals and implement further development goals, if there is time. | Table: Summer of code timeline.', #children : OrderedCollection [ ], | | | | 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 |
| 7 | Annotated reading with and interactive notebook writing on automatic testing on QuickCheck in Smalltalk/Pharo. |
| 8, 9 | Design and Implement automatic testing on the previous packages using QuickCheck. |
| 10, 11 | Extend and develop interactive notebooks for the lacking dataviz classes. |
| 12 | Review previous deliverable and goals and implement further development goals, if there is time. |
Table: Summer of code timeline.',
#children : OrderedCollection [ ],
#parent : @652,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Benefits to Community',
#body : '<!--
Make your case a benefit to the organization.
-->
Mature and tested domain specific visualizations and languages, area a showcase of the Pharo ecosystem capabilities,
particularly agile visualization, for wider audience, that can help to bring more interest into the technology
and communities behind, so that more people are eager to use the environment and become part the communities,
increasing their diversity and exposure.',
#children : OrderedCollection [ ],
#parent : @652,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Related Work',
|
| ︙ | ︙ | |||
4402 4403 4404 4405 4406 4407 4408 | [dataviz]: http://smalltalkhub.com/#!/~Offray/Dataviz [infomed]: http://mutabit.com/offray/blog/en/entry/sdv-infomed [panama-papers]: http://mutabit.com/offray/blog/en/entry/panama-papers-1 [data-selfies]: http://mutabit.com/offray/blog/en/entry/ds-twitter-mockup [agile-visualization]: http://agilevisualization.com/', #children : OrderedCollection [ ], | | | 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 |
[dataviz]: http://smalltalkhub.com/#!/~Offray/Dataviz
[infomed]: http://mutabit.com/offray/blog/en/entry/sdv-infomed
[panama-papers]: http://mutabit.com/offray/blog/en/entry/panama-papers-1
[data-selfies]: http://mutabit.com/offray/blog/en/entry/ds-twitter-mockup
[agile-visualization]: http://agilevisualization.com/',
#children : OrderedCollection [ ],
#parent : @652,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'About me',
|
| ︙ | ︙ | |||
4430 4431 4432 4433 4434 4435 4436 | (For phone and postal address please send an email). Please use the [tickets system][tickets] in this repository to provide feedback about the proposal. [tickets]: http://mutabit.com/repos.fossil/grafoscopio/ticket', #children : OrderedCollection [ ], | | | < < < | | > > > | < < | | < | | < | | | > | | > | | | | | | | | < | > | | | | | | | > | < < | | > > | | | | < < | | | | | | | | | | | | | | | > > > | | | | | | | | | | | | | | | 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 | (For phone and postal address please send an email). Please use the [tickets system][tickets] in this repository to provide feedback about the proposal. [tickets]: http://mutabit.com/repos.fossil/grafoscopio/ticket', #children : OrderedCollection [ ], #parent : @652, #level : 3, #links : OrderedCollection [ '' ] } ], #parent : @622, #level : 2, #nodesInPreorder : OrderedCollection [ @652, @654, @657, @660, @663, @666, @669, @672 ], #links : OrderedCollection [ '', 'Events/GSOC/2017-oscar-garcia-proposal.md' ] } ], #parent : @445, #level : 1, #links : OrderedCollection [ '' ] } ], #level : 0, #nodesInPreorder : OrderedCollection [ @445, @447, @450, @452, @455, @459, @461, @463, @465, @467, @469, @471, @474, @477, @482, @485, @495, @497, @499, @503, @508, @510, @520, @522, @525, @527, @531, @533, @536, @542, @545, @547, @557, @561, @563, @574, @576, @587, @589, @598, @601, @605, @607, @612, @614, @616, @351, @357, @407, @409, @413, @419, @438, @422, @425, @427, @350, @348, @430, @622, @624, @626, @629, @632, @635, @638, @641, @644, @647, @652, @654, @657, @660, @663, @666, @669, @672 ], #links : OrderedCollection [ ] }, #level : 1, #links : OrderedCollection [ '' ] }, #level : 2, #nodesInPreorder : OrderedCollection [ @350, @348, @430 ], #links : OrderedCollection [ '', 'Packages/Dataviz/JOSS/paper.md', 'JOSS/paper.md' ] }, #level : 3, #links : OrderedCollection [ '' ] }, @430, @341 ], #parent : @362, #level : 1, #nodesInPreorder : OrderedCollection [ @346, @348, @430, @341, @336, @338, @343 ], #links : @682 }, #level : 2, #links : OrderedCollection [ '' ] }, #level : 3, |
| ︙ | ︙ | |||
4628 4629 4630 4631 4632 4633 4634 |
bibliography.
bibFile writeStreamDo: [:stream |
stream nextPutAll: bibStream contents withUnixLineEndings ].
bibStream contents.
',
#tags : 'código',
#children : OrderedCollection [ ],
| | | | | | | | | | | | 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 |
bibliography.
bibFile writeStreamDo: [:stream |
stream nextPutAll: bibStream contents withUnixLineEndings ].
bibStream contents.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @689,
#level : 5,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/3CEKQQQ3NL2E'
]
}
],
#parent : @330,
#level : 4,
#links : OrderedCollection [
'',
'http://forum.world.st/Citizen-example-for-manipulating-a-bibtex-file-tt4784240.html#a4822230'
]
}
],
#parent : @321,
#level : 5,
#nodesInPreorder : OrderedCollection [
@323,
@325,
@327,
@689,
@691
],
#links : @687
}
],
#parent : @211,
#level : 4,
#links : OrderedCollection [
'',
'',
'http://people.untyped.org/damien.pollet/software/citezen/'
]
},
|
| ︙ | ︙ | |||
4691 4692 4693 4694 4695 4696 4697 |
~~~
The problem is the way Zotero or Citezen are creating BibTeX entries that contain has a value in the field "Adicional" in the Zotero
library (mi Zotero UI is in Spanish), represented in the exported entry as note: {}.
They should be removed.
May be we should control the fields exported by Citezen, editing or deleting all conflicting fields/characters for pandoc-citeproc. ',
#children : OrderedCollection [ ],
| | | | | 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 |
~~~
The problem is the way Zotero or Citezen are creating BibTeX entries that contain has a value in the field "Adicional" in the Zotero
library (mi Zotero UI is in Spanish), represented in the exported entry as note: {}.
They should be removed.
May be we should control the fields exported by Citezen, editing or deleting all conflicting fields/characters for pandoc-citeproc. ',
#children : OrderedCollection [ ],
#parent : @211,
#level : 4,
#nodesInPreorder : OrderedCollection [
@697
],
#links : OrderedCollection [
'',
'https://github.com/jgm/pandoc/issues/1034'
]
}
],
#parent : @190,
#level : 3,
#links : OrderedCollection [
'',
'',
'',
'',
'',
|
| ︙ | ︙ | |||
4737 4738 4739 4740 4741 4742 4743 | playground openOn: GTPlayPage new. playground \tonChangeOfPort: #text \tact: [ :x | self inform: x entity value content ] ', #tags : 'código', #children : OrderedCollection [ ], | | | | 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 |
playground openOn: GTPlayPage new.
playground
\tonChangeOfPort: #text
\tact: [ :x | self inform: x entity value content ]
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @702,
#level : 4,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/ETEC2JH7363M'
]
}
],
#parent : @190,
#level : 3,
#links : OrderedCollection [
'',
'http://forum.world.st/Problems-with-auto-updating-the-text-of-a-playground-tt4933088.html'
]
},
GrafoscopioNode {
|
| ︙ | ︙ | |||
4773 4774 4775 4776 4777 4778 4779 |
#children : OrderedCollection [
GrafoscopioNode {
#header : 'all calls',
#body : 'calls := UITheme allCallsOn select: [ :each | each package name = #Grafoscopio ].
SystemNavigation default browseMessageList: calls name: \'Users of class UITheme\' autoSelect: \'UITheme builder\'.',
#tags : 'código',
#children : OrderedCollection [ ],
| | | | 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 |
#children : OrderedCollection [
GrafoscopioNode {
#header : 'all calls',
#body : 'calls := UITheme allCallsOn select: [ :each | each package name = #Grafoscopio ].
SystemNavigation default browseMessageList: calls name: \'Users of class UITheme\' autoSelect: \'UITheme builder\'.',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @710,
#level : 5,
#links : OrderedCollection [
'',
'',
'',
'',
'',
'',
'',
'',
''
]
}
],
#parent : @708,
#level : 4,
#links : OrderedCollection [
'',
'',
'',
'',
'',
|
| ︙ | ︙ | |||
4823 4824 4825 4826 4827 4828 4829 | so we can work with a single location or with a relative path, wich is important for shared projects and in a \'developer mode\', so docs are stored in places shared by all images. This could be complemented with the strategy of making notebooks trees available from the playgrounds embedded in such notebooks.', #tags : '', #children : OrderedCollection [ ], | | | | | | 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 |
so we can work with a single location or with a relative path, wich is important for
shared projects and in a \'developer mode\', so docs are stored in places shared by all
images.
This could be complemented with the strategy of making notebooks trees available from the playgrounds
embedded in such notebooks.',
#tags : '',
#children : OrderedCollection [ ],
#parent : @716,
#level : 5,
#links : OrderedCollection [
'',
'',
'',
'',
'',
''
]
},
GrafoscopioNode {
#header : 'GUI for selecting a folder',
#body : 'UIManager default chooseDirectory: \'Path to the documents Folder\'',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @716,
#level : 5,
#links : OrderedCollection [
'',
'',
'',
'',
''
]
}
],
#parent : @708,
#level : 4,
#links : OrderedCollection [
'',
'',
'',
''
]
}
],
#parent : @190,
#level : 3,
#links : OrderedCollection [
'',
'',
'http://forum.world.st/Couple-grafoscopio-notes-tt4929939.html',
'http://forum.world.st/Couple-grafoscopio-notes-tt4929939.html',
'http://forum.world.st/Couple-grafoscopio-notes-tt4929939.html',
|
| ︙ | ︙ | |||
4902 4903 4904 4905 4906 4907 4908 | playground \tonChangeOfPort: #activePresentation \tact: [ \t\toutput := playground. \t\tself inform: \'Executed!\'. ].', #tags : 'código', #children : OrderedCollection [ ], | | | | | 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 |
playground
\tonChangeOfPort: #activePresentation
\tact: [
\t\toutput := playground.
\t\tself inform: \'Executed!\'. ].',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @726,
#level : 4,
#links : OrderedCollection [
'',
'http://ws.stfx.eu/ETEC2JH7363M',
'http://ws.stfx.eu/ETEC2JH7363M '
]
}
],
#parent : @190,
#level : 3,
#links : OrderedCollection [
''
]
}
],
#parent : @2,
#level : 2
}
],
#parent : GrafoscopioNode {
#header : 'Arbol principal',
#key : '',
#body : '',
#children : @1,
#level : 0,
#nodesInPreorder : OrderedCollection [
@732,
@2,
@4,
@6,
@8,
@11,
@13,
@15,
|
| ︙ | ︙ | |||
4996 4997 4998 4999 5000 5001 5002 | @158, @162, @164, @167, @171, @173, @176, | | | < < | | | | | > > | | | | | | | | < | | | | | | | | | | | | | > | | < | > | > > | | | | | | < | | < | | | | | | > > > | 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 |
@158,
@162,
@164,
@167,
@171,
@173,
@176,
@180,
@182,
@185,
@190,
@192,
@194,
@196,
@198,
@200,
@202,
@204,
@206,
@208,
@211,
@213,
@215,
@228,
@230,
@233,
@236,
@239,
@241,
@244,
@248,
@252,
@255,
@257,
@259,
@261,
@263,
@265,
@267,
@269,
@271,
@273,
@275,
@277,
@279,
@281,
@283,
@285,
@288,
@291,
@294,
@296,
@299,
@301,
@303,
@307,
@309,
@318,
@321,
@323,
@325,
@327,
@689,
@691,
@697,
@702,
@704,
@708,
@710,
@712,
@716,
@718,
@721,
@726,
@728,
GrafoscopioNode {
#header : 'Twitter Data selfies',
#key : '',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Metrics for retweeted avatars',
|
| ︙ | ︙ | |||
5083 5084 5085 5086 5087 5088 5089 | es := s elementsOn: (p interactionProfiles). es @ RTPopup. v addAll: es. RTFlowLayout on: es. v', #tags : 'código', #children : OrderedCollection [ ], | | | 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 |
es := s elementsOn: (p interactionProfiles).
es @ RTPopup.
v addAll: es.
RTFlowLayout on: es.
v',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @734,
#level : 3
},
GrafoscopioNode {
#header : 'Avatars around and arc',
#key : '',
#body : '"This is to get some of the Twitter Data Selfies image at..."
| storage p c avatars avts1 avts2 els arc |
|
| ︙ | ︙ | |||
5105 5106 5107 5108 5109 5110 5111 | "Composition" arc := TRArcShape new alphaAngle: 20 betaAngle: 220 innerRadius: 7450 externalRadius: 7750; color: Color lightGray. arc I \tsurroundedBy: avts2 radialGap: 1900 angularGap: 5 renderedIn: c; \tsurroundedBy: avts1 radialGap: 6200 angularGap: 140 renderedIn: c.', #tags : 'código', #children : OrderedCollection [ ], | | | | | | | | 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 |
"Composition"
arc := TRArcShape new alphaAngle: 20 betaAngle: 220 innerRadius: 7450 externalRadius: 7750; color: Color lightGray.
arc I
\tsurroundedBy: avts2 radialGap: 1900 angularGap: 5 renderedIn: c;
\tsurroundedBy: avts1 radialGap: 6200 angularGap: 140 renderedIn: c.',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @734,
#level : 3
},
GrafoscopioNode {
#header : 'Serializing tweets dataviz with fuel to hard disk',
#key : '',
#body : '| tweetsJSON p storage |
tweetsJSON := (FileLocator documents / \'Bio/Twitter-offrayLC/2/data/js/tweets/2016_06.js\') asFileReference.
p := TwitterProfileOverview new.
p splitMessagesByTypeFrom: tweetsJSON.
storage := (FileLocator temp / \'iprofiles.fuel\') asFileReference.
p putTweetsOnInteractionProfiles.
[p putAvatarsOnInteractionProfiles.
p serializeIProfilesTo: storage ] fork',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @734,
#level : 3
}
],
#parent : @732,
#level : 1
},
@736,
@738,
@740,
GrafoscopioNode {
#header : 'Random',
#key : '',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Theming / Visual Candy',
|
| ︙ | ︙ | |||
5196 5197 5198 5199 5200 5201 5202 |
World
backgroundImage: (ImageReadWriter formFromStream:
\t\t\t(ZnEasy get: (backgroundsWidescreen at: \'ganim\') ) contents readStream)
layout: #scaled.
',
#tags : 'código',
#children : OrderedCollection [ ],
| | | | 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 |
World
backgroundImage: (ImageReadWriter formFromStream:
\t\t\t(ZnEasy get: (backgroundsWidescreen at: \'ganim\') ) contents readStream)
layout: #scaled.
',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @744,
#level : 3,
#links : OrderedCollection [
'',
'',
'',
'',
'http://ws.stfx.eu/D1LXDVVFAY49'
]
},
GrafoscopioNode {
#header : 'Switching the theme ',
#body : '',
#children : OrderedCollection [
GrafoscopioNode {
#header : 'Dark',
#key : '',
#body : 'Pharo3DarkTheme beCurrent ',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @749,
#level : 4,
#links : OrderedCollection [
'',
'',
'',
''
]
|
| ︙ | ︙ | |||
5240 5241 5242 5243 5244 5245 5246 |
baseline: \'SublimishTheme\';
onWarningLog;
load.
"Make it default"
SublimishTheme beC',
#tags : 'código',
#children : OrderedCollection [ ],
| | | | | | | | < < | | < | | > > > | | | 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 |
baseline: \'SublimishTheme\';
onWarningLog;
load.
"Make it default"
SublimishTheme beC',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @749,
#level : 4,
#links : OrderedCollection [
'',
'https://github.com/sebastianconcept/SublimishTheme'
]
}
],
#parent : @744,
#level : 3,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Reloading/updating the Grafoscopio docking bar',
#key : '',
#body : 'GrafoscopioGUI updateUI ',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @744,
#level : 3,
#links : OrderedCollection [
'',
''
]
}
],
#parent : @742,
#level : 2
},
GrafoscopioNode {
#header : 'Autocompletion of text fields',
#key : '',
#body : 'TextInputFieldModel new
\tenableGlobalsCompletion;
\topenWithSpec',
#tags : 'código',
#children : OrderedCollection [ ],
#parent : @742,
#level : 2,
#links : OrderedCollection [
''
]
},
GrafoscopioNode {
#header : 'Self hosted Git',
#body : 'From Torsten (@astares):
Finished for today:My next PULL Request to Iceberg: https://github.com/npasserini/iceberg/pull/287 to solve issue https://github.com/npasserini/iceberg/issues/284 and allow the usage of custom hosted Gogs or GitLab or other when installed locally. Gives us more freedom than just using GitHub.BTW: There is a 5 minutes way to run a local GOGS github server (without MySQL just by using sqlite):1. Download the binary ZIP for your platform from https://gogs.io/docs/installation/install_from_binary
2. Extract into a directory
3. Run
./gogs web
4. Visit http://localhost:3000, set the database to SQLite3
a) you can also change where the *.db files resides on disk
b) you can also setup where your bare repositories are located
5. Give an admin name and password and save the initial settings=> You have "gogs" as an own git server with a web based UI running locally',
#children : OrderedCollection [ ],
#parent : @742,
#level : 2,
#links : OrderedCollection [
''
]
}
],
#parent : @732,
#level : 1
},
@744,
@746,
@749,
@751,
@754,
@758,
@761,
@764
]
},
#level : 1
},
@734,
@742
]
|