-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathe.html
More file actions
665 lines (638 loc) · 52.1 KB
/
Copy pathe.html
File metadata and controls
665 lines (638 loc) · 52.1 KB
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
---
layout: page
---
<!-- ****** -->
<!-- Explain - the introductory/overview box -->
<!-- ****** -->
<section class="page-section">
<div class="container">
<div class="product-item">
<div class="product-item-title d-flex">
<div class="bg-faded p-5 d-flex mr-auto rounded">
<!-- change to ml-auto to push right -->
<div class="section-heading mb-0">
<h2 class="mb-0">
<span class="section-heading-upper">E: Elucidate the Hypothesis</span>
<span class="section-heading-lower"> Elucidate the Hypothesis for Each Experiment</span>
</h2>
<div class="mt-2" style="text-transform: none">
<p>Every experiment in a paper is trying to answer a different part of the overarching research question. Let's figure out what the research question is and how it is being answered.</p>
<!-- Steps, Part 1 -->
<div class="card mb-3">
<!-- Step 1.1 -->
<div class="row no-gutters">
<div class="col-md-4">
<!-- Image -->
<a data-toggle="modal" data-target="#step-1-1-info" href="#"><img src="{{ '/img/e_overall_research_question.png' | absolute_url }}" class="card-img" alt="Abstract representation of overall research question."></a>
</div>
<div class="col-md-8">
<div class="card-body">
<h3>Identify the Overall Research Question</h3>
<p>On a separate sheet of paper or in the margins of the article, <strong>write down the overall research question(s) that the paper is trying to answer.</strong></p>
<p> Here are a few tips:</p>
<ul>
<li>The research question can often be found in or inferred from the introduction section.</li>
<li>The concept map you made in C can also provide clues about the research question.</li>
<li>Make sure the research question includes specific details.</li>
</ul>
<!-- <p class="card-text text-right"><a data-toggle="modal" data-target="#step-1-1-info" href="#"><small class="text-muted">See an example ></small></a></p>-->
</div>
</div>
</div>
</div><!-- closes out the card -->
<!-- Steps, Part 2 -->
<div class="card mb-3">
<!-- Step 1.2 -->
<div class="row no-gutters">
<div class="col-md-4">
<!-- Image -->
<a data-toggle="modal" data-target="#step-1-2-info" href="#"><img src="{{ '/img/e_type_of_study.png' | absolute_url }}" class="card-img" alt="Abstract representation of list of experiments with type of study."></a>
</div>
<div class="col-md-8">
<div class="card-body">
<h3>Determine the Type of Study for Each Experiment</h3>
<ol>
<li><strong>Identify all the experiments in your paper: </strong>Looking at the figures, make a list of all the experiments that the researchers conducted. Most of the time, each figure presents one experiment. However, some figures present multiple experiments side-by-side.</li>
<li><strong>Write down whether each experiment presents a descriptive study, experimental test, or other study: </strong>A descriptive study looks at existing conditions, while an experimental test involves an experiment. It’s also possible that your figure doesn’t present a descriptive study or an experimental test.</li>
</ol>
<!-- <p class="card-text text-right"><a data-toggle="modal" data-target="#step-1-1-info" href="#"><small class="text-muted">See an example ></small></a></p>-->
</div>
</div>
</div>
</div><!-- closes out the card -->
<!-- Steps, Part 3 -->
<div class="card mb-3">
<!-- Step 1.3 -->
<div class="row no-gutters">
<div class="col-md-4">
<!-- Image -->
<a data-toggle="modal" data-target="#step-1-3-info" href="#"><img src="{{ '/img/e_since_if_then.png' | absolute_url }}" class="card-img" alt="Abstract representation of since, if, then statements."></a>
</div>
<div class="col-md-8">
<div class="card-body">
<h3>Identify the Hypothesis for Each Experiment</h3>
<p>Each experiment in the paper is an attempt to answer part of the research question.</p>
<p>On a separate sheet of paper or in the margins of the article, <strong>write a “Since, If, Then” statement for each experiment.</strong> A “Since, If, Then” statement is a way of formulating the hypothesis. It helps you discover…</p>
<ul>
<li>why the researchers did the experiment</li>
<li>what question they were trying to answer</li>
<li>what they expected the outcome of the experiment to be</li>
</ul>
<p>Here's how to do it:</p>
<ol>
<li><strong>Since:</strong> Identify the observation or rationale that led the researchers to conduct this experiment. This can often be inferred from the introduction or beginning of the results section. Turn this into a phrase that begins with the word “since”, e.g. <em>Since previous studies show that fungi have high cellulolytic activity….</em></li>
<li><strong>If:</strong> Identify the specific question or hypothesis that the researchers are trying to answer through this experiment. You can also think of this as the observation that the researchers are trying to explain. Turn it into a phrase that begins with “if”, e.g. <em>if there is cellulolytic activity in leaf litter….</em></li>
<li><strong>Then:</strong> Predict the expected outcome of the experiment, and turn it into a phrase that begins with the word “then”, e.g. <em>then most of cellulolytic potential (genes coding for cellulases) will be from fungi.</em></li>
</ol>
<p>Some descriptive studies might not have clearly testable “If” statements because they may be exploratory. In those cases the "If, Then" part of the hypothesis may be more like the following:</p>
<ol>
<li>Since…</li>
<li>If x and y are compared…</li>
<li>Then we will observe…</li>
</ol>
<!-- <p class="card-text text-right"><a data-toggle="modal" data-target="#step-1-2-info" href="#"><small class="text-muted">See an example ></small></a></p>-->
</div>
</div>
</div>
</div><!-- closes out the card -->
<!-- *** closing out this section *** -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- *** now this section is closed *** -->
<!-- ****** -->
<!-- Demonstrate provide at least two annotated examples - can be slideshow, h5p, ... -->
<!-- ****** -->
<section class="page-section">
<div class="container">
<div class="product-item">
<div class="product-item-title d-flex">
<div class="bg-faded p-5 d-flex mr-auto rounded">
<!-- change to ml-auto to push right -->
<h2 class="section-heading mb-0">
<span class="section-heading-upper">What makes a successful "Since, If, Then" statement?</span>
<span class="section-heading-lower">Real student hypotheses</span>
</h2>
</div>
</div>
<!-- tab card -->
<div class="row justify-content-center mt-5 mb-5">
<div class="col-12 col-sm-12 col-md-11 col-lg-10">
<div class="card">
<div class="card-body">
<!-- if you include something here it will be at the top of all tabs -->
<div class="tab-content mt-3">
<!--Example 1-->
<h3 class="text-center">Example 1: <a href="https://microbiomejournal.biomedcentral.com/articles/10.1186/s40168-016-0225-7?sap-outbound-id=59B4908C4DD66E2B3E14234738AF54E708A355BF " target="_blank">Microbial Transfer Therapy</a></h3>
<div class="mt-4" id="MTT-accordion" role="tablist" aria-multiselectable="true">
<!--Overall Study-->
<div class="card">
<h5 class="card-header" role="tab" id="MTT-1">
<a data-toggle="collapse" data-parent="#MTT-accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne" class="collapsed d-block">
<i class="fa fa-chevron-down float-right"></i>
<h4>Overall Study</h4>
</a>
</h5>
<div id="collapseOne" class="collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="card-body">
<div class="row">
<div class="col-md ">
<h5 class="text-center">Since, If, Then Statement</h5>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row" class="text-right">SINCE</th>
<td>there is a correlation between Autism Spectrum Disorders (ASD) severity and Gastrointestinal (GI) problems, and since GI symptoms can be attributed to dysbiotic gut microbiota,</td>
</tr>
<tr>
<th scope="row" class="text-right">IF</th>
<td>Microbial Transfer Therapy (MTT) can effectively rebalance the microbiome and alleviate autism and GI symptoms,</td>
</tr>
<tr>
<th scope="row" class="text-right">THEN</th>
<td>there will be a change in the composition of the gut microbiome and there will be improvements in GI and ASD severity.</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md ">
<h5 class="text-center">Instructor Feedback</h5>
<ul>
<li class="mt-3"><strong>SINCE</strong> includes the rationale for the entire study.</li>
<li class="mt-3"><strong>IF</strong> is the big picture hypothesis.</li>
<li class="mt-3"><strong>THEN</strong> is the expected outcome for the whole study</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--Experiment 1-->
<div class="card">
<h5 class="card-header" role="tab" id="headingTwo">
<a class="collapsed d-block" data-toggle="collapse" data-parent="#MTT-accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<i class="fa fa-chevron-down float-right"></i>
<h4>Experiment 1</h4>
</a>
</h5>
<div id="collapseTwo" class="collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="card-body">
<div class="row">
<div class="col-md ">
<h5 class="text-center">Since, If, Then Statement</h5>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row" class="text-right">SINCE</th>
<td>alterations to the gut microbiome can correct dysbiosis and rebalance the community,</td>
</tr>
<tr>
<th scope="row" class="text-right">IF</th>
<td>MTT is effective in shifting the gut community in ASD children,</td>
</tr>
<tr>
<th scope="row" class="text-right">THEN</th>
<td>there will be similar compositions between post-MTT microbial communities and donor communities.</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md ">
<h5 class="text-center">Instructor Feedback</h5>
<ul>
<li class="mt-3"><strong>SINCE</strong> includes the rationale for this specific experiment.</li>
<li class="mt-3"><strong>IF</strong> is the idea being tested.</li>
<li class="mt-3"><strong>THEN</strong> is the observable expected result.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--Experiment 2-->
<div class="card">
<h5 class="card-header" role="tab" id="headingThree">
<a class="collapsed d-block" data-toggle="collapse" data-parent="#MTT-accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<i class="fa fa-chevron-down float-right"></i>
<h4>Experiment 2</h4>
</a>
</h5>
<div id="collapseThree" class="collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="card-body">
<div class="row">
<div class="col-md ">
<h5 class="text-center">Since, If, Then Statement</h5>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row" class="text-right">SINCE</th>
<td>the gut microbiome also includes viruses and <strong>SINCE</strong> the virome is dependent on the bacterial population,</td>
</tr>
<tr>
<th scope="row" class="text-right">IF</th>
<td>MTT alters the bacterial population and composition,</td>
</tr>
<tr>
<th scope="row" class="text-right">THEN</th>
<td>there will be a corresponding change in the virome composition after MTT treatment.</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md ">
<h5 class="text-center">Instructor Feedback</h5>
<ul>
<li class="mt-3">The second hypothesis in <strong>SINCE</strong> ("the virome is dependent on the bacterial population") leads logically from the first hypothesis ("the gut microbiome also includes viruses").</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--Experiment 3-->
<div class="card">
<h5 class="card-header" role="tab" id="headingFour">
<a class="collapsed d-block" data-toggle="collapse" data-parent="#MTT-accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
<i class="fa fa-chevron-down float-right"></i>
<h4>Experiment 3</h4>
</a>
</h5>
<div id="collapseFour" class="collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="card-body">
<div class="row">
<div class="col-md ">
<h5 class="text-center">Since, If, Then Statement</h5>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row" class="text-right">SINCE</th>
<td>antibiotic treatment leads to temporary improvements in ASD-related and GI symptoms/severity,</td>
</tr>
<tr>
<th scope="row" class="text-right">IF</th>
<td>MTT is effective in treating children with ASD and GI problems with lasting benefits,</td>
</tr>
<tr>
<th scope="row" class="text-right">THEN</th>
<td>there will be long-term improvements in GI symptoms and autism severity.</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md ">
<h5 class="text-center">Instructor Feedback</h5>
<ul>
<li class="mt-3">This hypothesis needs a bit of work.</li>
<li class="mt-3">It isn't clear how the <strong>SINCE</strong> rationale (antibiotic treatment) is related to MTT or the expected outcomes.</li>
<li class="mt-3"><strong>IF</strong> and <strong>THEN</strong> statements are circular ("if X is true, then X will be true"). This could be improved by changing the <strong>THEN</strong> to be more specific. What long-term changes would you expect to observe?</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--closing out MTT accordion-->
<!--Example 2-->
<h3 class="text-center mt-5">Example 2: <a href="https://link.springer.com/article/10.1186/s40168-016-0213-y" target="_blank">Infant Gut Microbiota</a></h3>
<div class="mt-4" id="IGM-accordion" role="tablist" aria-multiselectable="true">
<!--Figure 1-->
<div class="card">
<h5 class="card-header" role="tab" id="MTT-1">
<a data-toggle="collapse" data-parent="#IGM-accordion" href="#collapseFive" aria-expanded="true" aria-controls="collapseFive" class="collapsed d-block">
<i class="fa fa-chevron-down float-right"></i>
<h4>Figure 1</h4>
</a>
</h5>
<div id="collapseFive" class="collapse" role="tabpanel" aria-labelledby="headingFive">
<div class="card-body">
<div class="row">
<div class="col-md ">
<h5 class="text-center">Since, If, Then Statement</h5>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row" class="text-right">SINCE</th>
<td>birth mode has a significant effect on the nascent neonatal gut microbiota,</td>
</tr>
<tr>
<th scope="row" class="text-right">IF</th>
<td>we characterize the gut microbiota at different developmental time points,</td>
</tr>
<tr>
<th scope="row" class="text-right">THEN</th>
<td>they will have significantly different compositions.</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md ">
<h5 class="text-center">Instructor Feedback</h5>
<ul>
<li class="mt-3">Good hypothesis overall!</li>
<li class="mt-3">It's clear that this is a descriptive study.</li>
<li class="mt-3">The <strong>IF</strong> statement is describing the comparison being done, while <strong>THEN</strong> is the expected result of the comparison.</li>
</ul>
</div>
</div>
<footer class="citation-footer"><a href="https://link.springer.com/article/10.1186/s40168-016-0213-y#Fig1" target="_blank">Link to Figure</a></footer>
</div>
</div>
</div>
<!--Figure 2-->
<div class="card">
<h5 class="card-header" role="tab" id="headingSix">
<a class="collapsed d-block" data-toggle="collapse" data-parent="#IGM-accordion" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
<i class="fa fa-chevron-down float-right"></i>
<h4>Figure 2</h4>
</a>
</h5>
<div id="collapseSix" class="collapse" role="tabpanel" aria-labelledby="headingSix">
<div class="card-body">
<div class="row">
<div class="col-md ">
<h5 class="text-center">Since, If, Then Statement</h5>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row" class="text-right">SINCE</th>
<td>metabolites are excreted through urine,</td>
</tr>
<tr>
<th scope="row" class="text-right">IF</th>
<td>urine samples are taken as well as faecal samples,</td>
</tr>
<tr>
<th scope="row" class="text-right">THEN</th>
<td>there will be metabolites present that mirror the microbiota composition.</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md ">
<h5 class="text-center">Instructor Feedback</h5>
<ul>
<li class="mt-3">This is a descriptive study.</li>
<li class="mt-3"><strong>IF</strong> and <strong>THEN</strong> here could be improved to better describe what is actually being compared and the specific expected outcome.</li>
</ul>
</div>
</div>
<footer class="citation-footer"><a href="https://link.springer.com/article/10.1186/s40168-016-0213-y#Fig2" target="_blank">Link to Figure</a></footer>
</div>
</div>
</div>
<!--Figure 4-->
<div class="card">
<h5 class="card-header" role="tab" id="headingSeven">
<a class="collapsed d-block" data-toggle="collapse" data-parent="#IGM-accordion" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
<i class="fa fa-chevron-down float-right"></i>
<h4>Figure 4</h4>
</a>
</h5>
<div id="collapseSeven" class="collapse" role="tabpanel" aria-labelledby="headingSeven">
<div class="card-body">
<div class="row">
<div class="col-md ">
<h5 class="text-center">Since, If, Then Statement</h5>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row" class="text-right">SINCE</th>
<td>Caesarian section infants lack the natural inoculum of bacteria obtained through the birth canal,</td>
</tr>
<tr>
<th scope="row" class="text-right">IF</th>
<td>urine samples are taken as well as faecal samples,</td>
</tr>
<tr>
<th scope="row" class="text-right">THEN</th>
<td>there will be metabolites present that mirror the microbiota composition.</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md ">
<h5 class="text-center">Instructor Feedback</h5>
<ul>
<li class="mt-3">This is an experimental study.</li>
<li class="mt-3">Good hypothesis overall, but…</li>
<li class="mt-3"><strong>IF</strong> could be improved: "<strong>IF</strong> bacteria can be transferred via breastfeeding, <strong>THEN</strong>…"</li>
</ul>
</div>
</div>
<footer class="citation-footer"><a href="https://link.springer.com/article/10.1186/s40168-016-0213-y#Fig4" target="_blank">Link to Figure</a></footer>
</div>
</div>
</div>
<!--Figure 8-->
<div class="card">
<h5 class="card-header" role="tab" id="headingEight">
<a class="collapsed d-block" data-toggle="collapse" data-parent="#IGM-accordion" href="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
<i class="fa fa-chevron-down float-right"></i>
<h4>Figure 8</h4>
</a>
</h5>
<div id="collapseEight" class="collapse" role="tabpanel" aria-labelledby="headingEight">
<div class="card-body">
<div class="row">
<div class="col-md ">
<h5 class="text-center">Since, If, Then Statement</h5>
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row" class="text-right">SINCE</th>
<td>Bifidobacterium and Lactobacillus are known natural inhabitants of the healthy infant microbiota,</td>
</tr>
<tr>
<th scope="row" class="text-right">IF</th>
<td>we use culture-independent methods to isolate these two bacteria from each birth mode,</td>
</tr>
<tr>
<th scope="row" class="text-right">THEN</th>
<td>we will be able to test for their presence over time.</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md ">
<h5 class="text-center">Instructor Feedback</h5>
<ul>
<li class="mt-3">This is an experimental study.</li>
<li class="mt-3">This hypothesis could be improved.</li>
<li class="mt-3"><strong>IF</strong> and <strong>THEN</strong> are both describing the method used in the experiment, not the scientific question being tested and expected outcome.</li>
</ul>
</div>
</div>
<footer class="citation-footer"><a href="https://link.springer.com/article/10.1186/s40168-016-0213-y#Fig8" target="_blank">Link to Figure</a></footer>
</div>
</div>
</div>
</div>
<!--closing out IGM accordion-->
</div>
</div>
</div>
</div>
<!-- /tab card -->
<!--
<div class="product-item-description d-flex mr-auto">
<div class="bg-faded p-5 rounded">
<p class="mb-0">These examples show a few different successful approaches to cartooning or making a diagram of future experiments..</p>
<p>Take a look at the examples and click on the "+" icons to learn why each one was successful.</p>
</div>
</div>
</div>
</div>
</section>
-->
<!-- ****** -->
<!-- Guide & Enable - the introductory/overview box -->
<!-- ****** -->
<section class="page-section">
<div class="container">
<div class="product-item">
<div class="product-item-title d-flex">
<div class="bg-faded p-5 d-flex mr-auto rounded">
<!-- change to ml-auto to push right -->
<div class="section-heading mb-0">
<h2 class="mb-0">
<!--<span class="section-heading-upper">Guide & Enable</span>-->
<span class="section-heading-lower">Give it a try!</span>
</h2>
<div class="mt-2" style="text-transform: none">
<!--
<h3>Tips & Strategies</h3>
<blockquote class="blockquote">
<p class="mb-0">"I would recommend including descriptive captions with each cartoon in the methods because sometimes drawings are hard to interpret."</p>
<footer class="blockquote-footer">A successful learner.</footer>
</blockquote>
<blockquote class="blockquote">
<p class="mb-0">"Some insightful advice from a teacher/evaluator."</p>
<footer class="blockquote-footer">A CREATES teacher.</footer>
</blockquote>
-->
<!-- todo:: find better css for quotes - ideally with a photo of person -->
<h3>Tips & Strategies</h3>
<ul>
<li>When identifying the hypothesis for each experiment, it's helpful to think back to the experimental results you identified in R. <i>If this was your experiment, what hypothesis would you be testing?</i></li>
<li>"If" and "Then" are often mixed up. Think of it in the following way, "If x is true, then I will observe y."</li>
<li>"Since" is based on a more widely accepted rationale or a previous finding, while "If" is specific to the researchers' experiment.</li>
<li>Be careful when making your list of experiments. Some papers have multiple experiments in one figure, while others have multiple figures that are about the same experiment.</li>
<li>Take care that the "If, Then" statement isn't circular. For example: "If x is true, then x will be true."</li>
</ul>
<h3>Ready?</h3>
<p>Now you are ready to elucidate the hypothesis! When you finish, use this checklist to double-check your work:</p>
<!-- todo:: is there a way to do this w/o it being an input form? -->
<div class="input-group mb-3">
<div class="input-group-prepend">
<div class="input-group-text">
<input type="checkbox" aria-label="Checkbox for following text input"> </div><span class="bg-white w-auto border px-3 rounded-right">Write down the overall research question</span>
</div>
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
<div class="input-group-text">
<input type="checkbox" aria-label="Checkbox for following text input"> </div><span class="bg-white w-auto border px-3 rounded-right">Write a "Since, If, Then" statement for each experiment</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- an optional image/overview can be included here -->
<!-- an image that combines expert learner/teacher quote with visual illustration of tip could be powerful -->
<!--
<img class="product-item-img mx-auto d-flex rounded img-fluid mb-3 mb-lg-0" src="{{ 'img/placeholder.png' | absolute_url }}" alt="A placeholder image.">
-->
<!-- an optional text box to include below the image -->
<!--
<div class="product-item-description d-flex mr-auto">
<div class="bg-faded p-5 rounded">
<div class="mb-0">
<p>This is an optional box of text that you can include below the image if you want to.</p>
<p>Note that without the image, this will overlap with the text box above.</p>
</div>
</div>
</div>
-->
</div>
</div>
</section>
<!--Navigation at bottom of page-->
<section>
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-center">
<li class="page-item">
<a class="page-link" href="{{ 'r/' | absolute_url }}" aria-label="Previous">
<span aria-hidden="true">« R</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item">
<a class="page-link" href="{{ 'a/' | absolute_url }}" aria-label="Next">
<span aria-hidden="true">A »</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</section>
<!-- ********* -->
<!-- modals - these pop up to provide more info about each step -->
<!-- ********* -->
<!-- Modal 1.1 - Pop up with more information -->
<div class="modal fade" id="step-1-1-info" tabindex="-1" role="dialog" aria-labelledby="More information on step 1.1" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<!--<h5 class="modal-title" id="exampleModalLabel">More information on step 1.1</h5>-->
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body"> <img src="{{ '/img/e_overall_research_question.png' | absolute_url }}" class="img-thumbnail img-fluid" alt="Abstract representation of overall research question.">
<!--<p>More info</p>-->
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 1.2 - Pop up with more information -->
<div class="modal fade" id="step-1-2-info" tabindex="-1" role="dialog" aria-labelledby="More information on step 1.2" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<!--<h5 class="modal-title" id="exampleModalLabel">More information on step 1.2</h5>-->
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body"> <img src="{{ '/img/e_type_of_study.png' | absolute_url }}" class="img-thumbnail img-fluid" alt="Abstract representation of list of experiments with type of study.">
<!--<p>More info</p>-->
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 2.1 - Pop up with more information -->
<div class="modal fade" id="step-1-3-info" tabindex="-1" role="dialog" aria-labelledby="More information on step 1.3" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<!--<h5 class="modal-title" id="exampleModalLabel">More information on step 1.3</h5>-->
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body"> <img src="{{ '/img/e_since_if_then.png' | absolute_url }}" class="img-thumbnail img-fluid" alt="Abstract representation of since, if, then statements.">
<!--<p>More info</p>-->
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- /modals -->