Skip to content

Commit 419d085

Browse files
authored
Merge pull request #7 from utdata/quarto
adds github issue link, final fixes
2 parents 2818fd5 + 2abb653 commit 419d085

12 files changed

Lines changed: 46 additions & 19 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This lesson is written in Quarto and published on Github Pages.
66

77
**View the lesson here: <https://utdata.github.io/openrefine/>**
88

9-
## About
9+
## About me
1010

1111
By Christian McDonald\
1212
Associate Professor of Practice\

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ website:
1717
- section: "Case studies"
1818
contents: "case-*qmd"
1919
# - auto: "*.qmd"
20+
repo-url: https://github.com/utdata/openrefine
21+
repo-actions: [source, issue]
2022

2123
format:
2224
html:

case-ash.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ I used Edit column > **Add column based on this column** with the following expr
2525

2626
![explain records](img/ash-explain-records.png)
2727

28-
## Just needed the year in the end
28+
## The result
2929

3030
I was able to create parts of dates and put them back together again to get a common-enough date format to extract the last four characters -- the year -- from the fixed date.
3131

docs/case-ahrq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2 id="toc-title">On this page</h2>
172172
<li><a href="#cometdocs-for-conversion" id="toc-cometdocs-for-conversion" class="nav-link" data-scroll-target="#cometdocs-for-conversion">Cometdocs for conversion</a></li>
173173
<li><a href="#openrefine-challenges" id="toc-openrefine-challenges" class="nav-link" data-scroll-target="#openrefine-challenges">OpenRefine challenges</a></li>
174174
</ul>
175-
</nav>
175+
<div class="toc-actions"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/case-ahrq.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
176176
</div>
177177
<!-- main -->
178178
<main class="content" id="quarto-document-content">
@@ -681,4 +681,4 @@ <h2 class="anchored" data-anchor-id="openrefine-challenges">OpenRefine challenge
681681

682682

683683

684-
</body></html>
684+
<footer class="footer"><div class="nav-footer"><div class="nav-footer-center"><div class="toc-actions d-sm-block d-md-none"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/case-ahrq.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div></div></footer></body></html>

docs/case-ash.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ <h2 id="toc-title">On this page</h2>
170170
<ul>
171171
<li><a href="#the-original-data" id="toc-the-original-data" class="nav-link active" data-scroll-target="#the-original-data">The original data</a></li>
172172
<li><a href="#records-vs-rows" id="toc-records-vs-rows" class="nav-link" data-scroll-target="#records-vs-rows">Records vs rows</a></li>
173-
<li><a href="#just-needed-the-year-in-the-end" id="toc-just-needed-the-year-in-the-end" class="nav-link" data-scroll-target="#just-needed-the-year-in-the-end">Just needed the year in the end</a></li>
173+
<li><a href="#the-result" id="toc-the-result" class="nav-link" data-scroll-target="#the-result">The result</a></li>
174174
</ul>
175-
</nav>
175+
<div class="toc-actions"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/case-ash.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
176176
</div>
177177
<!-- main -->
178178
<main class="content" id="quarto-document-content">
@@ -232,8 +232,8 @@ <h2 class="anchored" data-anchor-id="records-vs-rows">Records vs rows</h2>
232232
</figure>
233233
</div>
234234
</section>
235-
<section id="just-needed-the-year-in-the-end" class="level2">
236-
<h2 class="anchored" data-anchor-id="just-needed-the-year-in-the-end">Just needed the year in the end</h2>
235+
<section id="the-result" class="level2">
236+
<h2 class="anchored" data-anchor-id="the-result">The result</h2>
237237
<p>I was able to create parts of dates and put them back together again to get a common-enough date format to extract the last four characters – the year – from the fixed date.</p>
238238
<div class="quarto-figure quarto-figure-center">
239239
<figure class="figure">
@@ -669,4 +669,4 @@ <h2 class="anchored" data-anchor-id="just-needed-the-year-in-the-end">Just neede
669669

670670

671671

672-
</body></html>
672+
<footer class="footer"><div class="nav-footer"><div class="nav-footer-center"><div class="toc-actions d-sm-block d-md-none"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/case-ash.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div></div></footer></body></html>

docs/demo-cluster.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h2 id="toc-title">On this page</h2>
184184
<li><a href="#timeline-facets" id="toc-timeline-facets" class="nav-link" data-scroll-target="#timeline-facets">Timeline facets</a></li>
185185
<li><a href="#export" id="toc-export" class="nav-link" data-scroll-target="#export">Export</a></li>
186186
</ul>
187-
</nav>
187+
<div class="toc-actions"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/demo-cluster.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
188188
</div>
189189
<!-- main -->
190190
<main class="content" id="quarto-document-content">
@@ -790,4 +790,4 @@ <h2 class="anchored" data-anchor-id="export">Export</h2>
790790

791791

792792

793-
</body></html>
793+
<footer class="footer"><div class="nav-footer"><div class="nav-footer-center"><div class="toc-actions d-sm-block d-md-none"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/demo-cluster.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div></div></footer></body></html>

docs/demo-facets.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2 id="toc-title">On this page</h2>
201201
</ul></li>
202202
<li><a href="#exporting-your-cleaned-data" id="toc-exporting-your-cleaned-data" class="nav-link" data-scroll-target="#exporting-your-cleaned-data">Exporting your cleaned data</a></li>
203203
</ul>
204-
</nav>
204+
<div class="toc-actions"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/demo-facets.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
205205
</div>
206206
<!-- main -->
207207
<main class="content" id="quarto-document-content">
@@ -997,4 +997,4 @@ <h2 class="anchored" data-anchor-id="exporting-your-cleaned-data">Exporting your
997997

998998

999999

1000-
</body></html>
1000+
<footer class="footer"><div class="nav-footer"><div class="nav-footer-center"><div class="toc-actions d-sm-block d-md-none"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/demo-facets.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div></div></footer></body></html>

docs/img/ppp-cluster.gif

-606 KB
Loading

docs/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ <h2 id="toc-title">On this page</h2>
172172
<li><a href="#walkthroughs" id="toc-walkthroughs" class="nav-link" data-scroll-target="#walkthroughs">Walkthroughs</a></li>
173173
<li><a href="#case-studies" id="toc-case-studies" class="nav-link" data-scroll-target="#case-studies">Case studies</a></li>
174174
<li><a href="#resources" id="toc-resources" class="nav-link" data-scroll-target="#resources">Resources</a></li>
175+
<li><a href="#about-me" id="toc-about-me" class="nav-link" data-scroll-target="#about-me">About me</a></li>
175176
</ul>
176-
</nav>
177+
<div class="toc-actions"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/index.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
177178
</div>
178179
<!-- main -->
179180
<main class="content" id="quarto-document-content">
@@ -245,6 +246,13 @@ <h2 class="anchored" data-anchor-id="resources">Resources</h2>
245246
<li><a href="https://openrefine.org/docs/manual/grelfunctions">GREL functions</a></li>
246247
</ul></li>
247248
</ul>
249+
</section>
250+
<section id="about-me" class="level2">
251+
<h2 class="anchored" data-anchor-id="about-me">About me</h2>
252+
<p>By <a href="https://www.linkedin.com/in/critmcdonald/">Christian McDonald</a><br>
253+
Associate Professor of Practice<br>
254+
<a href="https://journalism.utexas.edu/">School of Journalism and Media</a>, Moody College of Communication<br>
255+
University of Texas at Austin</p>
248256

249257

250258
</section>
@@ -672,4 +680,4 @@ <h2 class="anchored" data-anchor-id="resources">Resources</h2>
672680

673681

674682

675-
</body></html>
683+
<footer class="footer"><div class="nav-footer"><div class="nav-footer-center"><div class="toc-actions d-sm-block d-md-none"><ul><li><a href="https://github.com/utdata/openrefine/blob/main/index.qmd" class="toc-action"><i class="bi bi-github"></i>View source</a></li><li><a href="https://github.com/utdata/openrefine/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div></div></footer></body></html>

docs/search.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
"Overview"
5050
]
5151
},
52+
{
53+
"objectID": "index.html#about-me",
54+
"href": "index.html#about-me",
55+
"title": "Overview",
56+
"section": "About me",
57+
"text": "About me\nBy Christian McDonald\nAssociate Professor of Practice\nSchool of Journalism and Media, Moody College of Communication\nUniversity of Texas at Austin",
58+
"crumbs": [
59+
"Overview"
60+
]
61+
},
5262
{
5363
"objectID": "demo-cluster.html",
5464
"href": "demo-cluster.html",
@@ -237,11 +247,11 @@
237247
]
238248
},
239249
{
240-
"objectID": "case-ash.html#just-needed-the-year-in-the-end",
241-
"href": "case-ash.html#just-needed-the-year-in-the-end",
250+
"objectID": "case-ash.html#the-result",
251+
"href": "case-ash.html#the-result",
242252
"title": "ASH cemetery",
243-
"section": "Just needed the year in the end",
244-
"text": "Just needed the year in the end\nI was able to create parts of dates and put them back together again to get a common-enough date format to extract the last four characters – the year – from the fixed date.\n\n\n\nASH end\n\n\nIf the full date was important, more work could’ve been done to normalize those.",
253+
"section": "The result",
254+
"text": "The result\nI was able to create parts of dates and put them back together again to get a common-enough date format to extract the last four characters – the year – from the fixed date.\n\n\n\nASH end\n\n\nIf the full date was important, more work could’ve been done to normalize those.",
245255
"crumbs": [
246256
"Case studies",
247257
"ASH cemetery"

0 commit comments

Comments
 (0)