Data Week

Check-in [7069373b88]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Reorganizing nodes.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7069373b88e360c929ae38a7360ca01d12a8bfdf
User & Date: offray 2017-06-04 19:05:29
Context
2017-06-06
13:52
Updated notebook, after #HackatonUrbano. check-in: 2d2e607afe user: offray tags: trunk
2017-06-04
19:05
Reorganizing nodes. check-in: 7069373b88 user: offray tags: trunk
18:49
Individual notebook for the data selfies. check-in: d89433a65b user: offray tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to Artifacts/DataSelfies/data-selfies.ston.

19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99



















100
101
102
103
104
105
106
107
108
109
110
111
				GrafoscopioNode {
					#header : 'Importat Tweets desde JSON a una colección ',
					#body : '',
					#children : OrderedCollection [
						GrafoscopioNode {
							#header : 'Local ',
							#body : '| trinos |
trinos := MessagesCollection new importTweetsFromJSONFile: FileLocator temp asFileReference / \'2012_03.js\'.
trinos splitMessageByType.
trinos messages siz
',
							#tags : 'código',
							#children : OrderedCollection [ ],
							#parent : @6,
							#level : 2,
							#links : OrderedCollection [
								''
							]
						},
						GrafoscopioNode {
							#header : 'Remoto',
							#body : '|  aJSONFileUrl tweetsFile |
aJSONFileUrl := \'https://ia801506.us.archive.org/31/items/offrayLC-tweets/tweets/2012_06.js\'.
MessagesCollection  new importTweetsFromRemoteJSONFile: aJSONFileUrl',
							#tags : 'código',
							#children : OrderedCollection [ ],
							#parent : @6,
							#level : 2,
							#links : OrderedCollection [
								''
							]
						}
					],
					#parent : @4,
					#level : 1,
					#links : OrderedCollection [
						''
					]
				},
				@8,
				@11,
				GrafoscopioNode {
					#header : 'Twitter profile overview',
					#body : '| tweetsFile overview |
tweetsFile := FileLocator temp asFileReference / \'2012_06.js\'.
overview := TwitterProfileOverview new.
overview 
\tgetAvatarForProfile: \'offrayLC\';
\tsplitMessagesByTypeFrom: tweetsFile 
overview ',
					#tags : 'código',
					#children : OrderedCollection [ ],
					#parent : @4,
					#level : 1,
					#links : OrderedCollection [
						''
					]
				},
				GrafoscopioNode {
					#header : 'Partir mensages',
					#body : '',
					#children : OrderedCollection [
						GrafoscopioNode {
							#header : 'Prueba',
							#body : 'MessagesCollectionTest new test',
							#tags : 'código',
							#children : OrderedCollection [ ],
							#parent : @18,
							#level : 2,
							#links : OrderedCollection [
								''
							]
						}
					],
					#parent : @4,
					#level : 1,
					#links : OrderedCollection [
						''
					]
				},
				@20



















			]
		},
		#level : 1,
		#links : OrderedCollection [
			'',
			'http://ws.stfx.eu/BX5B5QS3XPOI'
		]
	},
	@6,
	@15,
	@18
]







|

<











|

|

















<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<









|












|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>










|

19
20
21
22
23
24
25
26
27

28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

















59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
				GrafoscopioNode {
					#header : 'Importat Tweets desde JSON a una colección ',
					#body : '',
					#children : OrderedCollection [
						GrafoscopioNode {
							#header : 'Local ',
							#body : '| trinos |
trinos := TwitterMessages new importFromLocalJSONFile:  FileLocator temp asFileReference / \'2012_03.js\'.
trinos splitMessageByType.

',
							#tags : 'código',
							#children : OrderedCollection [ ],
							#parent : @6,
							#level : 2,
							#links : OrderedCollection [
								''
							]
						},
						GrafoscopioNode {
							#header : 'Remoto',
							#body : '|  aJSONFileUrl  |
aJSONFileUrl := \'https://ia801506.us.archive.org/31/items/offrayLC-tweets/tweets/2012_06.js\'.
TwitterMessages new importFromRemoteJSONFile: aJSONFileUrl',
							#tags : 'código',
							#children : OrderedCollection [ ],
							#parent : @6,
							#level : 2,
							#links : OrderedCollection [
								''
							]
						}
					],
					#parent : @4,
					#level : 1,
					#links : OrderedCollection [
						''
					]
				},
				@8,
				@11,

















				GrafoscopioNode {
					#header : 'Partir mensages',
					#body : '',
					#children : OrderedCollection [
						GrafoscopioNode {
							#header : 'Prueba',
							#body : 'MessagesCollectionTest new test',
							#tags : 'código',
							#children : OrderedCollection [ ],
							#parent : @15,
							#level : 2,
							#links : OrderedCollection [
								''
							]
						}
					],
					#parent : @4,
					#level : 1,
					#links : OrderedCollection [
						''
					]
				},
				@17,
				GrafoscopioNode {
					#header : 'Twitter profile overview',
					#body : '"This is still not working... next Data Weeks / Rodas, could
work on solving it"
| tweetsFile overview |
tweetsFile := FileLocator temp asFileReference / \'2012_06.js\'.
overview := TwitterProfileOverview new.
overview 
\tgetAvatarForProfile: \'offrayLC\';
\tsplitMessagesByTypeFrom: tweetsFile. 
overview ',
					#tags : 'código',
					#children : OrderedCollection [ ],
					#parent : @4,
					#level : 1,
					#links : OrderedCollection [
						''
					]
				}
			]
		},
		#level : 1,
		#links : OrderedCollection [
			'',
			'http://ws.stfx.eu/BX5B5QS3XPOI'
		]
	},
	@6,
	@15,
	@21
]