From 6d8f70251954b239647ea60950e1df877dc9c1cc Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Tue, 27 Jun 2023 08:49:39 -0500 Subject: [PATCH 1/5] Update 02-importing-data.md #208 and #289 Added instructor note to "Create New" step 9 Added instructor note to "Going Further" --- episodes/02-importing-data.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/episodes/02-importing-data.md b/episodes/02-importing-data.md index 926e732e..f29a42eb 100644 --- a/episodes/02-importing-data.md +++ b/episodes/02-importing-data.md @@ -60,6 +60,10 @@ To import the data for the exercise below, follow the instructions in [Setup](ht 7. From OpenRefine 3.4 onwards there is an option to Trim leading \& trailing whitespace from strings when importing separator-based files. Keeping this checked will ensure that values like `English` and `English `, which differ by a single trailing space, are not treated as different values after the import 8. Make sure the `Attempt to parse cell text into numbers` box is not checked, so OpenRefine doesn't try to automatically detect numbers because this could cause errors such as confusion between date formats (e.g. DD/MM/YYYY vs MM/DD/YYYY). 9. The Project Name box in the upper right corner will default to the title of your imported file. Click in the `Project Name` box to give your project a different name, if desired. +:::::::::::::: instructor +This is a good moment to review the points from [What Should I Know When Working with OpenRefine?](../01-introduction.md#what-should-i-know-when-working-with-openrefine) + +:::::::::::::: 10. Once you have selected the appropriate options for your project, click the `Create project »` button at the top right of the screen. This will create the project and open it for you. Projects are saved as you work on them, there is no need to save copies as you go along. ![](fig/openrefine_ui.png){alt='Screenshot of Open Refine Create Project Screen'} @@ -72,6 +76,10 @@ To open an existing project in OpenRefine you can click `Open Project` from the ### Going Further - Look at the other options on the Import screen - try changing some of these options and see how that changes the Preview and how the data appears after import. +:::::::::::::: instructor +Carefully guide learners on how to revisit OpenRefine's homepage to explore import options when creating new or re-opening existing projects, select the large blue diamond in the upper left corner of the browser window. + +:::::::::::::: - Do you have access to JSON or XML data? If so the first stage of the import process will prompt you to select a 'record path' - that is the parts of the file that will form the data rows in the OpenRefine project. :::::::::::::::::::::::::::::::::::::::: keypoints From db2a1ed538103b92149f927824a3a1919e78b222 Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:38:04 -0500 Subject: [PATCH 2/5] Add blank row around fenced div instructor note --- episodes/02-importing-data.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/episodes/02-importing-data.md b/episodes/02-importing-data.md index f29a42eb..01106f7d 100644 --- a/episodes/02-importing-data.md +++ b/episodes/02-importing-data.md @@ -76,10 +76,12 @@ To open an existing project in OpenRefine you can click `Open Project` from the ### Going Further - Look at the other options on the Import screen - try changing some of these options and see how that changes the Preview and how the data appears after import. -:::::::::::::: instructor + +::::::::::::::::::::::::::::::::::::::: instructor Carefully guide learners on how to revisit OpenRefine's homepage to explore import options when creating new or re-opening existing projects, select the large blue diamond in the upper left corner of the browser window. -:::::::::::::: +:::::::::::::::::::::::::::::::::::::::::::::::::: + - Do you have access to JSON or XML data? If so the first stage of the import process will prompt you to select a 'record path' - that is the parts of the file that will form the data rows in the OpenRefine project. :::::::::::::::::::::::::::::::::::::::: keypoints From 74c6ebf70fc558cb71e261668a149d41a8a9924d Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:41:44 -0500 Subject: [PATCH 3/5] following Zhian's advice removed ../ before internal link --- episodes/02-importing-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/02-importing-data.md b/episodes/02-importing-data.md index 01106f7d..f1dd4d1c 100644 --- a/episodes/02-importing-data.md +++ b/episodes/02-importing-data.md @@ -61,7 +61,7 @@ To import the data for the exercise below, follow the instructions in [Setup](ht 8. Make sure the `Attempt to parse cell text into numbers` box is not checked, so OpenRefine doesn't try to automatically detect numbers because this could cause errors such as confusion between date formats (e.g. DD/MM/YYYY vs MM/DD/YYYY). 9. The Project Name box in the upper right corner will default to the title of your imported file. Click in the `Project Name` box to give your project a different name, if desired. :::::::::::::: instructor -This is a good moment to review the points from [What Should I Know When Working with OpenRefine?](../01-introduction.md#what-should-i-know-when-working-with-openrefine) +This is a good moment to review the points from [What Should I Know When Working with OpenRefine?](01-introduction.md#what-should-i-know-when-working-with-openrefine) :::::::::::::: 10. Once you have selected the appropriate options for your project, click the `Create project »` button at the top right of the screen. This will create the project and open it for you. Projects are saved as you work on them, there is no need to save copies as you go along. From 6bf76dfe4c98e4c8a5cb8b460eb04302abf7f22b Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:03:24 -0500 Subject: [PATCH 4/5] adding spaces to maintain list Thanks! Co-authored-by: Zhian N. Kamvar --- episodes/02-importing-data.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/episodes/02-importing-data.md b/episodes/02-importing-data.md index f1dd4d1c..c5e3bd2e 100644 --- a/episodes/02-importing-data.md +++ b/episodes/02-importing-data.md @@ -60,10 +60,12 @@ To import the data for the exercise below, follow the instructions in [Setup](ht 7. From OpenRefine 3.4 onwards there is an option to Trim leading \& trailing whitespace from strings when importing separator-based files. Keeping this checked will ensure that values like `English` and `English `, which differ by a single trailing space, are not treated as different values after the import 8. Make sure the `Attempt to parse cell text into numbers` box is not checked, so OpenRefine doesn't try to automatically detect numbers because this could cause errors such as confusion between date formats (e.g. DD/MM/YYYY vs MM/DD/YYYY). 9. The Project Name box in the upper right corner will default to the title of your imported file. Click in the `Project Name` box to give your project a different name, if desired. -:::::::::::::: instructor -This is a good moment to review the points from [What Should I Know When Working with OpenRefine?](01-introduction.md#what-should-i-know-when-working-with-openrefine) - -:::::::::::::: + + :::::::::::::: instructor + + This is a good moment to review the points from [What Should I Know When Working with OpenRefine?](01-introduction.md#what-should-i-know-when-working-with-openrefine) + + :::::::::::::: 10. Once you have selected the appropriate options for your project, click the `Create project »` button at the top right of the screen. This will create the project and open it for you. Projects are saved as you work on them, there is no need to save copies as you go along. ![](fig/openrefine_ui.png){alt='Screenshot of Open Refine Create Project Screen'} From d23860ec46d919c981a1ae268d8c7049179b6391 Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:05:27 -0500 Subject: [PATCH 5/5] aligning colon length for fenced divs of both instructor notes --- episodes/02-importing-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/02-importing-data.md b/episodes/02-importing-data.md index c5e3bd2e..52b81e44 100644 --- a/episodes/02-importing-data.md +++ b/episodes/02-importing-data.md @@ -61,11 +61,11 @@ To import the data for the exercise below, follow the instructions in [Setup](ht 8. Make sure the `Attempt to parse cell text into numbers` box is not checked, so OpenRefine doesn't try to automatically detect numbers because this could cause errors such as confusion between date formats (e.g. DD/MM/YYYY vs MM/DD/YYYY). 9. The Project Name box in the upper right corner will default to the title of your imported file. Click in the `Project Name` box to give your project a different name, if desired. - :::::::::::::: instructor + :::::::::::::::::::::::::::::::::::::: instructor This is a good moment to review the points from [What Should I Know When Working with OpenRefine?](01-introduction.md#what-should-i-know-when-working-with-openrefine) - :::::::::::::: + ::::::::::::::::::::::::::::::::::::::::::::::::: 10. Once you have selected the appropriate options for your project, click the `Create project »` button at the top right of the screen. This will create the project and open it for you. Projects are saved as you work on them, there is no need to save copies as you go along. ![](fig/openrefine_ui.png){alt='Screenshot of Open Refine Create Project Screen'}