forked from Peeragogy/peeragogy-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.sh
executable file
·231 lines (208 loc) · 15.7 KB
/
script.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
#!/bin/bash
## The outline of the handbook is as follows:
# 3040 . FOREWARD
# 505 . INTRODUCTION
## 347 . How To Use This Handbook
# 1903 . PEER LEARNING
## 2809 . Which is more fun, skateboarding or physics?
## 2813 . What kind of help do you need?
## 2823 . How should we structure things?
## 2829 . Can we work together on this?
## 2832 . How do we know if we've won?
# 2265 . MOTIVATION
## 2328 . Case Study: 5PH1NX
# 221 . PEERAGOGY IN PRACTICE
## 3138 . A pattern story
# 17 . CONVENING A GROUP
## 2459 . Play and Learning
## 1321 . K12 Peeragogy
## 3028 . P2P Self-Organized Learning Environments
## 3248 . A story about new beginnings
# 403 . ORGANIZING A LEARNING CONTEXT
## 741 . Adding Structure with Activities
## 1219 . The student authored syllabus
## 949 . Connectivism in Practice -- How to Organize a MOOC (Massive Open Online Class)
## 3024 . Case Study: Collaborative Explorations
# 410 . INTRODUCTION TO COOPERATION: CO-FACILITATION
## 1215 . The Workscape, a learning platform for corporations
## 733 . Managing Participation
## 1128 . Co-Working
## 3333 . A co-working story
# 417 . ASSESSMENT
## 384 . Researching Peeragogy
# 61 . TECHNOLOGIES, SERVICES, AND PLATFORMS
## 1276 . Forums
## 586 . Wiki
## 1395 . Real-time meetings
# PATTERNS COLLECTION
## 246 Wrapper
## 237 Discerning a Pattern
## 224 Polling for Ideas
## 239 Creating a Guide
## 256 Newcomer
## 565 Roadmap
## 249 Roles
## 2655 Project focus
## 261 Carrying Capacity
## 259 Heartbeat
## 243 Moderation
## 251 Praxis vs Poeisis
# ANTIPATTERNS COLLECTION
## 316 Isolation
## 321 Magical thinking
## 314 Messy with Lurkers
## 312 Misunderstanding Power
## 309 Navel Gazing
## 323 Stasis
## 318 Stuck at the level of weak ties
# RESOURCES
# 156 . How to Get Involved In the Peeragogy Project
# 1426 . Peeragogy in Action
# 3076 . Recommended Reading
# 1230 . Style Guide
# 503 . Meet the Authors
# 161 . License
# We are no longer going to print this part as a stand-alone section, rather, inline samples
# USE CASE COLLECTION
## 291 From peer production to peer learning
## 305 C'est la vie
## 278 Distributed Project Management
## 281 Improved adaptivity
## 295 Improving the efficacy of research funding
## 283 Journalist enters the Whispering Gallery
## 274 Living the OER dream
## 301 Making our own tools
## 276 Paragogy
## 279 Peer Learning on the Technical Edge
## 286 Prolegomena to Any Future Math Learning Environment
## 265 Pæragogy helps solve complex problems
## 303 Starting a Company
## 272 Steal This Book
## 289 Strategy as learning
## 299 We are the 1 percent
## 293 Young aspiring blogger wants to avoid starvation
## Accordingly, we run the following extraction routines:
## BTW not like this...
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID IN (259,261,239,237,243,256,253,224,251,565,249,246) ORDER BY FIND_IN_SET(ID, '259,261,239,237,243,256,253,224,251,565,249,246');" peeragogyB > patterns_items.html
# 3040 . FOREWARD
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 3040;" peeragogyB > foreward.html
# 505 . INTRODUCTION
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 505;" peeragogyB > introduction.html
## 347 . How To Use This Handbook
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 347;" peeragogyB > howto.html
# 3286 . Chapter Summaries
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 3286;" peeragogyB > summaries.html
# 1903 . PEER LEARNING
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1903;" peeragogyB > peer-learning.html
## 2809 . Which is more fun, skateboarding or physics?
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2809;" peeragogyB > more_fun.html
## 2813 . What kind of help do you need?
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2814;" peeragogyB > help_needed.html
## 2823 . How should we structure things?
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2823;" peeragogyB > how_to_structure.html
## 2829 . Can we work together on this?
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2829;" peeragogyB > work_together.html
## 2832 . How do we know if we've won?
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2832;" peeragogyB > we_won.html
# 2265 . MOTIVATION
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2265;" peeragogyB > motivation.html
## 2328 . Case Study: 5PH1NX
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2328;" peeragogyB > sphinx.html
# 221 . PEERAGOGY IN PRACTICE
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 221;" peeragogyB > patterns.html
## 3138 . PATTERN STORY
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 3138" peeragogyB > pattern_story.html
# 17 . CONVENING A GROUP
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 17;" peeragogyB > convening.html
## 2459 . Play and Learning
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2459;" peeragogyB > play.html
## 1321 . K12 Peeragogy
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1321;" peeragogyB > k12.html
## 3028 . P2P Self-Organized Learning Environments
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 3028;" peeragogyB > sole.html
## 3248 . A story about new beginnings
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 3248;" peeragogyB > new-beginnings.html
# 403 . ORGANIZING A LEARNING CONTEXT
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 403;" peeragogyB > organizing.html
## 741 . Adding Structure with Activities
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 741;" peeragogyB > structure.html
# 1219 . The student authored syllabus
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1219;" peeragogyB > student_syllabus.html
# 949 . Connectivism in Practice -- How to Organize a MOOC (Massive Open Online Class)
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 949;" peeragogyB > connectivism.html
## 3024 . Case Study: Collaborative Explorations
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 3024;" peeragogyB > collab-ex.html
# 410 . INTRODUCTION TO COOPERATION: CO-FACILITATION
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 410;" peeragogyB > cofac.html
## 1215 . The Workscape, a learning platform for corporations
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1215;" peeragogyB > workscape.html
## 733 . Managing Participation
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 733;" peeragogyB > participation.html
## 1128 . Co-Working
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1128;" peeragogyB > coworking.html
## 3333 . A co-working story
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 3333;" peeragogyB > coworking-story.html
# 417 . ASSESSMENT
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 417;" peeragogyB > assessment.html
## 384 . Researching Peeragogy
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 384;" peeragogyB > researching.html
# 61 . TECHNOLOGIES, SERVICES, AND PLATFORMS
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 61" peeragogyB > technologies.html
## 1276 . Forums
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1276" peeragogyB > forums.html
# 586 . Wiki
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 586" peeragogyB > wiki.html
# 1395 . Real-time meetings
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1395" peeragogyB > realtime.html
# RESOURCES
# 156 . How to Get Involved In the Peeragogy Project
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 156" peeragogyB > get-involved.html
# 1426 . Peeragogy in Action
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1426" peeragogyB > action.html
# 3076 . Recommended Reading
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 3076" peeragogyB > recommended.html
# 1230 . Style Guide
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 1230" peeragogyB > style.html
# 503 . Meet the Authors
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 503" peeragogyB > meet-the-team.html
# 161 . License
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 161" peeragogyB > license.html
# PATTERNS COLLECTION
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 246" peeragogyB > wrapper.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 237" peeragogyB > discerning_a_pattern.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 224" peeragogyB > polling_for_ideas.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 239" peeragogyB > creating_a_guide.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 256" peeragogyB > newcomer.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 565" peeragogyB > roadmap.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 249" peeragogyB > roles.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 2655" peeragogyB > specific_project.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 261" peeragogyB > carrying_capacity.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 259" peeragogyB > heartbeat.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 243" peeragogyB > moderation.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 251" peeragogyB > praxis_vs_poeisis.html
# ANTIPATTERNS COLLECTION
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 316" peeragogyB > isolation.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 321" peeragogyB > magical_thinking.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 314" peeragogyB > messy_with_lurkers.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 312" peeragogyB > misunderstanding_power.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 309" peeragogyB > navel_gazing.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 323" peeragogyB > stasis.html
mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 318" peeragogyB > stuck.html
# USE CASE COLLECTION
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 291" peeragogyB > from_peer_production.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 305" peeragogyB > cest_la_vie.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 278" peeragogyB > distributed_project_management.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 281" peeragogyB > improved_adaptivity.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 295" peeragogyB > research_funding.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 283" peeragogyB > whispering_gallery.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 274" peeragogyB > living_the_oer_dream.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 301" peeragogyB > making_our_own_tools.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 276" peeragogyB > paragogy.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 279" peeragogyB > technical_edge.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 286" peeragogyB > prolegomena.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 265" peeragogyB > peeragogy_helps.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 303" peeragogyB > starting_a_company.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 272" peeragogyB > steal_this_book.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 289" peeragogyB > strategy_as_learning.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 299" peeragogyB > we_are.html
# mysql -u peeragogyB --password=peeragogyB -e "SELECT post_content FROM wp_posts WHERE post_type='page' and ID = 293" peeragogyB > young_aspiring_blogger.html