Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First 10 Investigation Updates from SBN, with support documents and some example images/graphics #14

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

acraugh
Copy link

@acraugh acraugh commented Aug 2, 2024

First 10 updated SBN investigations, with new bundle for documents and image/graphics, including new and updated collection labels and inventories all around.

🗒️ Summary

I've updated 10 of the 40-ish investigations assigned to SBN. I've also updated the collection inventory and label following the pattern of the previous updates, and added a bundle with two collections to hold descriptions extracted and reformatted as Word documents, and some sample PD graphics for inspection and discussion.

⚙️ Test Data and/or Report

N/A. I did not attempt to run Validate Tool, although all labels validate in the Oxygen editor encvironment.

♻️ Related Issues

Issue #7

First 10 updated investigations, with new bundle for documents and image/graphics, including new and updated collection labels and inventories.
miscellaneous notes
Save of ongoing work...
Pushing changes so they're available while I'm on travel.
@jordanpadams
Copy link
Member

@acraugh FYI, if you have pandoc installed, here is a quick conversion from Word docs to markdown that seemed to work very nicely when I tried it with GEO's PR.

#23

# For example, we have a viking_1.0.docx

myfilename="viking_1.0"
pandoc \
-t markdown_strict \
--extract-media='./attachments/$myfilename' \
$myfilename.docx \
-o $myfilename.md

# Output: viking_1.0.md. I haven't had a test case for "extract-media" just yet,
# but I think it could be an interesting way we can attach images

@jordanpadams
Copy link
Member

I am also happy to convert these for you if you'd like.

@acraugh
Copy link
Author

acraugh commented Oct 1, 2024 via email

@jordanpadams jordanpadams marked this pull request as draft November 7, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants