Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jan 5, 2024
1 parent 17fee55 commit 3657bb5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2b107519
43599721
23 changes: 20 additions & 3 deletions chapters/exercise-modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,31 @@ <h1 class="title">Exercise: Modular thinking</h1>

</header>

<p>A big part in modular publishing is about identifying what steps you are taking in your research. This is not something we are used to doing, and this exercise will help get you started.</p>
<p>For this exercise, you start of with the</p>
<p>Modular publishing is a big change. To help you along, we want to introduce you to <strong>modular thinking</strong> with a little exercise.</p>
<p>A big part in modular publishing is about learning to identify what steps you are taking in your research. This is not something we are used to doing, and this exercise will help you start identifying what steps are involved in your work.</p>
<p>For this exercise, you start of with the first step and final step of a research process. We picked <code>Research question</code> as the first step and <code>Results</code> as the final one for this exercise.</p>
<div class="{callout-idea}">
<p>Repeatedly add a missing step in between two already existing steps in the diagram. Try to do this for 10 minutes to exhaust your options.</p>
</div>
<div class="cell">
<div class="cell-output-display">
<div>
<div>
<pre class="mermaid mermaid-js">flowchart LR
A(Research question) --&gt; B(Results)
</pre>
</div>
</div>
</div>
</div>
<p>By adding one step in between, your research process would now look like:</p>
<div class="cell">
<div class="cell-output-display">
<div>
<div>
<pre class="mermaid mermaid-js">flowchart LR
A[Research question] --&gt;|What step is missing between the two?| B(Results)
A(Research question) --&gt; C(...)
C --&gt; B(Results)
</pre>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"href": "chapters/exercise-modules.html",
"title": "Exercise: Modular thinking",
"section": "",
"text": "A big part in modular publishing is about identifying what steps you are taking in your research. This is not something we are used to doing, and this exercise will help get you started.\nFor this exercise, you start of with the\n\n\n\n\nflowchart LR\n A[Research question] --&gt;|What step is missing between the two?| B(Results)\n\n\n\n\n\n\n\n\n\n\n\nNote\n\n\n\nIf you need a drawing tool, we recommend https://draw.io for this exercise"
"text": "Modular publishing is a big change. To help you along, we want to introduce you to modular thinking with a little exercise.\nA big part in modular publishing is about learning to identify what steps you are taking in your research. This is not something we are used to doing, and this exercise will help you start identifying what steps are involved in your work.\nFor this exercise, you start of with the first step and final step of a research process. We picked Research question as the first step and Results as the final one for this exercise.\n\nRepeatedly add a missing step in between two already existing steps in the diagram. Try to do this for 10 minutes to exhaust your options.\n\n\n\n\n\nflowchart LR\n A(Research question) --&gt; B(Results)\n\n\n\n\n\nBy adding one step in between, your research process would now look like:\n\n\n\n\nflowchart LR\n A(Research question) --&gt; C(...)\n C --&gt; B(Results)\n\n\n\n\n\n\n\n\n\n\n\nNote\n\n\n\nIf you need a drawing tool, we recommend https://draw.io for this exercise"
},
{
"objectID": "references.html",
Expand Down
16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://docs.researchequals.com/index.html</loc>
<lastmod>2024-01-05T16:11:20.082Z</lastmod>
<lastmod>2024-01-05T16:26:18.975Z</lastmod>
</url>
<url>
<loc>https://docs.researchequals.com/chapters/getting-started.html</loc>
<lastmod>2024-01-05T16:11:20.086Z</lastmod>
<lastmod>2024-01-05T16:26:18.979Z</lastmod>
</url>
<url>
<loc>https://docs.researchequals.com/chapters/modules.html</loc>
<lastmod>2024-01-05T16:11:20.090Z</lastmod>
<lastmod>2024-01-05T16:26:18.983Z</lastmod>
</url>
<url>
<loc>https://docs.researchequals.com/chapters/exercise-modules.html</loc>
<lastmod>2024-01-05T16:11:20.098Z</lastmod>
<lastmod>2024-01-05T16:26:18.987Z</lastmod>
</url>
<url>
<loc>https://docs.researchequals.com/chapters/invisible-labor.html</loc>
<lastmod>2024-01-05T16:11:20.102Z</lastmod>
<lastmod>2024-01-05T16:26:18.991Z</lastmod>
</url>
<url>
<loc>https://docs.researchequals.com/chapters/collaboration.html</loc>
<lastmod>2024-01-05T16:11:20.106Z</lastmod>
<lastmod>2024-01-05T16:26:18.995Z</lastmod>
</url>
<url>
<loc>https://docs.researchequals.com/chapters/collections.html</loc>
<lastmod>2024-01-05T16:11:20.110Z</lastmod>
<lastmod>2024-01-05T16:26:18.999Z</lastmod>
</url>
<url>
<loc>https://docs.researchequals.com/references.html</loc>
<lastmod>2024-01-05T16:11:20.122Z</lastmod>
<lastmod>2024-01-05T16:26:19.011Z</lastmod>
</url>
</urlset>

0 comments on commit 3657bb5

Please sign in to comment.