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 Nov 1, 2024
1 parent e899e3d commit b7a1415
Show file tree
Hide file tree
Showing 27 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6aa085d5
90476b5d
Binary file modified ACEP-Data-Catalog-User-Guides.pdf
Binary file not shown.
18 changes: 9 additions & 9 deletions admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ <h2 class="unnumbered anchored" data-anchor-id="giving-user-permissions">Giving
<ol type="1">
<li>Click on the <strong>Organizations</strong> tab at the top of the screen and click on the organization you want to add the user to.</li>
<li>Click on the <strong>Manage</strong> button in the upper right.</li>
<li>Click on the <strong>Members</strong> tab at the top. <img src="images/orgmembers.png" class="img-fluid">
<li>Click on the <strong>Members</strong> tab at the top. <img src="images/admin/orgmembers.png" class="img-fluid">
<ul>
<li>To add a new member to the organizaton, click the <strong>Add Member</strong> button. Enter their username, select their new role from the dropdown, and click the <strong>Add Member</strong> button at the bottom of the form. <img src="images/addorgmember.png" class="img-fluid"> -To change an existing member’s role, click the wrench next to their user name. <img src="images/editmember.png" class="img-fluid">
<li>To add a new member to the organizaton, click the <strong>Add Member</strong> button. Enter their username, select their new role from the dropdown, and click the <strong>Add Member</strong> button at the bottom of the form. <img src="images/admin/addorgmember.png" class="img-fluid"> -To change an existing member’s role, click the wrench next to their user name. <img src="images/admin/editmember.png" class="img-fluid">
<ul>
<li>Select their new role from the dropdown menu and click <strong>Update Member</strong></li>
<li>To remove the user from the organization completely, click the <strong>Delete</strong> button. <img src="images/deletemember.png" class="img-fluid"></li>
<li>To remove the user from the organization completely, click the <strong>Delete</strong> button. <img src="images/admin/deletemember.png" class="img-fluid"></li>
</ul></li>
</ul></li>
</ol>
Expand All @@ -216,7 +216,7 @@ <h2 class="unnumbered anchored" data-anchor-id="reviewing-and-publishing-a-datas
<li>Review the metadata and ensure the files/links are correct and function properly.</li>
<li>To publish, click on the <strong>Manage</strong> button in the top right of the dataset page.</li>
<li>In the metadata fields, find the <strong>Visibility</strong> field.<br>
<img src="images/publish.png" class="img-fluid"></li>
<img src="images/admin/publish.png" class="img-fluid"></li>
<li>Change the <strong>Visibility</strong> field from <strong>Private</strong> to <strong>Public</strong>, and click the <strong>Update Dataset</strong> button at the bottom of the form.</li>
</ol>
</section>
Expand All @@ -231,20 +231,20 @@ <h2 class="unnumbered anchored" data-anchor-id="deleting-datasetsgroupsorganizat
<h3 class="unnumbered anchored" data-anchor-id="purge-deleted-datasetsgroupsorganizations">Purge Deleted Datasets/Groups/Organizations</h3>
<ol type="1">
<li>Navigate to sysadmin settings by clicking the hammer icon at the top of the page.<br>
<img src="images/sysadminsettings.png" class="img-fluid"></li>
<li>Click on the <strong>Trash</strong> tab. This page will list all the currently deleted datasets, groups, and organizations. <img src="images/purge.png" class="img-fluid"></li>
<img src="images/admin/sysadminsettings.png" class="img-fluid"></li>
<li>Click on the <strong>Trash</strong> tab. This page will list all the currently deleted datasets, groups, and organizations. <img src="images/admin/purge.png" class="img-fluid"></li>
<li>You can purge all deleted items using the <strong>Purge all</strong> button at the top of the form. To purge only one group of items (datasets, group, or organizations) use the <strong>Purge</strong> button in that section.</li>
</ol>
</section>
<section id="restore-deleted-datasets" class="level3 unnumbered">
<h3 class="unnumbered anchored" data-anchor-id="restore-deleted-datasets">Restore Deleted Datasets</h3>
<ol type="1">
<li>Navigate to sysadmin settings by clicking the hammer icon at the top of the page.<br>
<img src="images/sysadminsettings.png" class="img-fluid"></li>
<img src="images/admin/sysadminsettings.png" class="img-fluid"></li>
<li>Click on the <strong>Trash</strong> tab. This page will list all the currently deleted datasets, groups, and organizations.<br>
<img src="images/purge.png" class="img-fluid"></li>
<img src="images/admin/purge.png" class="img-fluid"></li>
<li>Click on the dataset you would like to restore, and click the <strong>Manage</strong> button in the upper right.</li>
<li>In the metadata fields find the <strong>State</strong> field. <img src="images/deletedstate.png" class="img-fluid"><br>
<li>In the metadata fields find the <strong>State</strong> field. <img src="images/admin/deletedstate.png" class="img-fluid"><br>
</li>
<li>Change the <strong>State</strong> field from <strong>Deleted</strong> to <strong>Active</strong>, and then click the <strong>Update Dataset</strong> button at the bottom of the form.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h1 class="title">For Developers</h1>
<p>For more information and guides, visit the official <a href="https://docs.ckan.org/en/2.10/contents.html">CKAN Documentation</a></p>
<section id="data-sources-overview" class="level2">
<h2 class="anchored" data-anchor-id="data-sources-overview">Data Sources Overview</h2>
<p><img src="images/data_sources_diagram.png" class="img-fluid"></p>
<p><img src="images/documentation/data_sources_diagram.png" class="img-fluid"></p>
</section>
<section id="developing-the-data-catalog" class="level2">
<h2 class="anchored" data-anchor-id="developing-the-data-catalog">Developing the Data Catalog</h2>
Expand Down
6 changes: 3 additions & 3 deletions getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h1 class="title"><span class="chapter-number">1</span>&nbsp; <span class="chapt
<h2 class="unnumbered anchored" data-anchor-id="making-an-account">Making an Account</h2>
<ol type="1">
<li>Click the <strong>Register</strong> button in the upper right corner of the screen.</li>
<li>Fill out your information, using your UA email if you have one. <img src="images/accountcreation.png" class="img-fluid"></li>
<li>Fill out your information, using your UA email if you have one. <img src="images/getting_started/accountcreation.png" class="img-fluid"></li>
<li>In order to see the Internal Use datasets or post datasets, you will need permissions granted to your account. If you are an ACEP employee, contact Liz or another admin.</li>
</ol>
</section>
Expand All @@ -194,9 +194,9 @@ <h2 class="unnumbered anchored" data-anchor-id="searching-for-datasets">Searchin
<p>There are many ways to search for datasets in the catalog.</p>
<ul>
<li><p><strong>Search Bar</strong><br>
Use key words to find datasets, just like Google. On the left sidebar of the search results page, you can filter by tags and other categories to get more specific results. <img src="images/searching.png" class="img-fluid"></p></li>
Use key words to find datasets, just like Google. On the left sidebar of the search results page, you can filter by tags and other categories to get more specific results. <img src="images/getting_started/searching.png" class="img-fluid"></p></li>
<li><p><strong>Groups</strong><br>
Browse through the groups that can be found at the <strong>Groups</strong> tab at the top of the screen or listed on the home page. <img src="images/groups.png" class="img-fluid"></p></li>
Browse through the groups that can be found at the <strong>Groups</strong> tab at the top of the screen or listed on the home page. <img src="images/getting_started/groups.png" class="img-fluid"></p></li>
<li><p><strong>Organizations</strong><br>
Sort by larger categories by looking the <strong>Organization</strong> tab at the top of the screen.</p>
<ul>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h1 class="title">ACEP Data Catalog User Guides</h1>
<section id="welcome" class="level1 unnumbered">
<h1 class="unnumbered">Welcome</h1>
<p>This documentation provides some helpful tutorials for working with the ACEP Data Catalog.</p>
<p><img src="images/ckanhome.png" class="img-fluid"></p>
<p><img src="images/index/ckanhome.png" class="img-fluid"></p>


</section>
Expand Down
14 changes: 7 additions & 7 deletions researcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h2 class="unnumbered anchored" data-anchor-id="posting-a-dataset">Posting a Dat
<li>Click on the <strong>Add Dataset</strong> button above the search bar.</li>
<li>On the first page, fill out the metadata fields for your dataset.
<ul>
<li>For examples and more information about the metadata fields, see the <a href="./metadata.html">Metadata Walkthrough</a>. <img src="images/createdataset1.png" class="img-fluid"></li>
<li>For examples and more information about the metadata fields, see the <a href="./metadata.html">Metadata Walkthrough</a>. <img src="images/researcher/createdataset1.png" class="img-fluid"></li>
<li>Double check the organization field.
<ul>
<li>Choose <strong>ACEP Open Data</strong> if you are posting your own data or data that ACEP owns.</li>
Expand All @@ -207,7 +207,7 @@ <h2 class="unnumbered anchored" data-anchor-id="posting-a-dataset">Posting a Dat
<li>If you are a researcher, your dataset’s visibility will automatically be set to private. An admin will review your dataset and make it public.</li>
</ul></li>
<li>Once you have completed the metadata fields, click the <strong>Next: Add Data</strong> button at the bottom of the form.</li>
<li>On the next page, add the data resources to your dataset. <img src="images/createdataset2.png" class="img-fluid">
<li>On the next page, add the data resources to your dataset. <img src="images/researcher/createdataset2.png" class="img-fluid">
<ul>
<li>Small datasets (&lt;2MB) can be uploaded directly to the catalog</li>
<li>Alternatively, enter a link to where the data is stored, such as a GitHub repository or Google Drive.</li>
Expand All @@ -222,15 +222,15 @@ <h2 class="unnumbered anchored" data-anchor-id="tagging-a-dataset">Tagging a Dat
<section id="editingdeleting-a-dataset" class="level2 unnumbered">
<h2 class="unnumbered anchored" data-anchor-id="editingdeleting-a-dataset">Editing/Deleting a Dataset</h2>
<ol type="1">
<li><p>Navigate to the dataset page and click on the <strong>Manage</strong> button in the upper right. <img src="images/managedataset.png" class="img-fluid"></p></li>
<li><p>Navigate to the dataset page and click on the <strong>Manage</strong> button in the upper right. <img src="images/researcher/managedataset.png" class="img-fluid"></p></li>
<li><p>This displays the <strong>Edit metadata</strong> page where you can change the metadata of the dataset. After making changes, click the <strong>Update Dataset</strong> button at the bottom of the form.</p>
<ul>
<li>To delete the dataset, click the <strong>Delete</strong> button at the bottom of the form.</li>
</ul>
<blockquote class="blockquote">
<p>NOTE: Deleting a dataset does not remove it completely from the database. The url of the deleted dataset will not be able to be reused until it has been purged by a sysadmin.</p>
</blockquote></li>
<li><p>To edit the resources or add more resources, click on the <strong>Resources</strong> tab. <img src="images/editresource.png" class="img-fluid"></p>
<li><p>To edit the resources or add more resources, click on the <strong>Resources</strong> tab. <img src="images/researcher/editresource.png" class="img-fluid"></p>
<ul>
<li>To delete a resource, select it from the list and then click the <strong>Delete</strong> button at the bottom of the page.</li>
</ul></li>
Expand All @@ -239,17 +239,17 @@ <h2 class="unnumbered anchored" data-anchor-id="editingdeleting-a-dataset">Editi
<section id="adding-a-dataset-to-a-group" class="level2 unnumbered">
<h2 class="unnumbered anchored" data-anchor-id="adding-a-dataset-to-a-group">Adding a Dataset to a Group</h2>
<ol type="1">
<li>Navigate to the dataset page and click on the <strong>Groups</strong> tab. <img src="images/addtogroup.png" class="img-fluid"></li>
<li>Navigate to the dataset page and click on the <strong>Groups</strong> tab. <img src="images/researcher/addtogroup.png" class="img-fluid"></li>
<li>Select a group from the dropdown menu and click the <strong>Add to group</strong> button.</li>
<li>To remove the dataset from a group, hover your cursor over the group and click the <strong>Remove</strong> button. <img src="images/removefromgroup.png" class="img-fluid"></li>
<li>To remove the dataset from a group, hover your cursor over the group and click the <strong>Remove</strong> button. <img src="images/researcher/removefromgroup.png" class="img-fluid"></li>
</ol>
</section>
<section id="creating-a-new-group" class="level2 unnumbered">
<h2 class="unnumbered anchored" data-anchor-id="creating-a-new-group">Creating a New Group</h2>
<p>Groups are a good way to group together datasets that are connected. You may want to create groups for common research themes, funding organizations, or projects.</p>
<ol type="1">
<li>Click on the <strong>Groups</strong> tab at the top of the screen.</li>
<li>Click the <strong>Add Group</strong> button. <img src="images/creategroup.png" class="img-fluid"></li>
<li>Click the <strong>Add Group</strong> button. <img src="images/researcher/creategroup.png" class="img-fluid"></li>
<li>Enter the information for the group. Find a logo or simple image to upload to represent the group.<br>
</li>
<li>Once you have entered the information, click the <strong>Create Group</strong> button at the bottom of the form.</li>
Expand Down

0 comments on commit b7a1415

Please sign in to comment.