Skip to content

Commit ed2da80

Browse files
authored
Added the final plans (#139)
1 parent 3795724 commit ed2da80

23 files changed

+6413
-0
lines changed
Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
{
2+
"id": "pfitz_04_multi_4th",
3+
"name": "Pfitzinger/Douglas: Multiple Marathoning, 4-week schedule",
4+
"description": "\"Multiple Marathoning, 4-week schedule\" from \"Advanced Marathoning\" (fourth edition) by Pete Pfitzinger and Scott Douglas",
5+
"units": "mi",
6+
"source": "https://www.amazon.com/dp/1718237472/",
7+
"type": "Marathon",
8+
"schedule": [
9+
{
10+
"workouts": [
11+
{
12+
"title": "Rest or cross-train",
13+
"distance": [
14+
0.0,
15+
0.0
16+
]
17+
},
18+
{
19+
"title": "Rest or cross-train",
20+
"distance": [
21+
0.0,
22+
0.0
23+
]
24+
},
25+
{
26+
"title": "Recovery {4-5:6-8}",
27+
"distance": [
28+
4.0,
29+
5.0
30+
]
31+
},
32+
{
33+
"title": "Rest or cross-train",
34+
"distance": [
35+
0.0,
36+
0.0
37+
]
38+
},
39+
{
40+
"title": "Recovery {5-6:8-10}",
41+
"distance": [
42+
5.0,
43+
6.0
44+
]
45+
},
46+
{
47+
"title": "Recovery {5-6:8-10}",
48+
"distance": [
49+
5.0,
50+
6.0
51+
]
52+
},
53+
{
54+
"title": "Recovery {6-7:10-11}",
55+
"distance": [
56+
6.0,
57+
7.0
58+
]
59+
}
60+
]
61+
},
62+
{
63+
"workouts": [
64+
{
65+
"title": "Rest or cross-train",
66+
"distance": [
67+
0.0,
68+
0.0
69+
]
70+
},
71+
{
72+
"title": "Recovery {6-7:10-11}",
73+
"distance": [
74+
6.0,
75+
7.0
76+
]
77+
},
78+
{
79+
"title": "Gen-aerobic {7-8:11-13}",
80+
"distance": [
81+
7.0,
82+
8.0
83+
]
84+
},
85+
{
86+
"title": "Rest or cross-train",
87+
"distance": [
88+
0.0,
89+
0.0
90+
]
91+
},
92+
{
93+
"title": "Gen-aerobic + speed {8-9:13-14} with 8 x 100 m strides",
94+
"distance": [
95+
8.0,
96+
9.0
97+
]
98+
},
99+
{
100+
"title": "Recovery {5-6:8-10}",
101+
"distance": [
102+
5.0,
103+
6.0
104+
]
105+
},
106+
{
107+
"title": "Gen-aerobic {10-11:16-18}",
108+
"distance": [
109+
10.0,
110+
11.0
111+
]
112+
}
113+
]
114+
},
115+
{
116+
"workouts": [
117+
{
118+
"title": "Rest or cross-train",
119+
"distance": [
120+
0.0,
121+
0.0
122+
]
123+
},
124+
{
125+
"title": "V\u0307O\u2082max {8-9:13-14} with 6 x 600 m at 5K race pace; jog 50%-90% interval time",
126+
"distance": [
127+
8.0,
128+
9.0
129+
]
130+
},
131+
{
132+
"title": "Recovery {4-5:6-8}",
133+
"distance": [
134+
4.0,
135+
5.0
136+
]
137+
},
138+
{
139+
"title": "Med-long run {12-13:19-21}",
140+
"distance": [
141+
12.0,
142+
13.0
143+
]
144+
},
145+
{
146+
"title": "Recovery {3-4:5-6}",
147+
"distance": [
148+
3.0,
149+
4.0
150+
]
151+
},
152+
{
153+
"title": "Recovery + speed {5-6:8-10} with 8 x 100 m strides",
154+
"distance": [
155+
5.0,
156+
6.0
157+
]
158+
},
159+
{
160+
"title": "Gen-aerobic {10-11:16-18}",
161+
"distance": [
162+
10.0,
163+
11.0
164+
]
165+
}
166+
]
167+
},
168+
{
169+
"workouts": [
170+
{
171+
"title": "Rest",
172+
"distance": [
173+
0.0,
174+
0.0
175+
]
176+
},
177+
{
178+
"title": "Recovery {5-6:8-10}",
179+
"distance": [
180+
5.0,
181+
6.0
182+
]
183+
},
184+
{
185+
"title": "Dress rehearsal {6-7:10-11} with {2:3} at marathon pace",
186+
"distance": [
187+
6.0,
188+
7.0
189+
]
190+
},
191+
{
192+
"title": "Recovery {4-5:6-8}",
193+
"distance": [
194+
4.0,
195+
5.0
196+
]
197+
},
198+
{
199+
"title": "Recovery + speed {4-5:6-8} with 6 x 100 m strides",
200+
"distance": [
201+
4.0,
202+
5.0
203+
]
204+
},
205+
{
206+
"title": "Recovery {2-4:3-6}",
207+
"distance": [
208+
2.0,
209+
4.0
210+
]
211+
},
212+
{
213+
"title": "Second marathon",
214+
"distance": [
215+
26.2,
216+
26.2
217+
]
218+
}
219+
]
220+
}
221+
]
222+
}

0 commit comments

Comments
 (0)