commonmeta-ruby 3.5.4 → 3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +16 -5
- data/bin/commonmeta +1 -1
- data/lib/commonmeta/readers/crossref_xml_reader.rb +1 -1
- data/lib/commonmeta/utils.rb +6 -6
- data/lib/commonmeta/version.rb +1 -1
- data/spec/cli_spec.rb +13 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/default.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_bibtex.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_crossref_xml.yml +25 -25
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_datacite.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref/to_schema_org.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/default.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_bibtex.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_crossref_xml.yml +7 -59
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_datacite.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_schema_org.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/default.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_bibtex.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_citation.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_crossref_xml.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_datacite.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_jats.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/crossref/to_schema_org.yml +24 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/default.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_bibtex.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_datacite.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_jats.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/datacite/to_schema_org.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/default.yml +479 -946
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_crossref_xml.yml +957 -1891
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_datacite.yml +479 -946
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_schema_org.yml +481 -950
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_blog.yml +5540 -968
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_blog_unknown_blog_id.yml +22 -29
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_id.yml +25 -39
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_id_unknown_uuid.yml +18 -28
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/crossref.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/datacite.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/jalc.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/kisti.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/medra.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/find_from_format_by_id/op.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_blog_id.yml +46 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_by_blog.yml +5578 -246
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_not_indexed.yml +13 -2201
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_unregistered.yml +176 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/crossref.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/datacite.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/jalc.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/kisti.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/medra.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/not_found.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/doi_registration_agency/op.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/crossref.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/datacite.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/datacite_doi_http.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_blog_id_for_json_feed_item_id/by_blog_post_id.yml +27 -105
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_blog_id_for_json_feed_item_id/not_found.yml +20 -27
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/cff-converter-python.yml +51 -25
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/ruby-cff.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_cff_metadata/ruby-cff_repository_url.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_codemeta_metadata/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_codemeta_metadata/metadata_reports.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +78 -78
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +35 -35
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/JaLC.yml +162 -162
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/KISTI.yml +131 -131
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/OP.yml +75 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/affiliation_is_space.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/another_book.yml +113 -113
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/another_book_chapter.yml +74 -74
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/article_id_as_page_number.yml +77 -77
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/author_literal.yml +84 -84
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book.yml +77 -77
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_chapter.yml +75 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_chapter_with_RDF_for_container.yml +73 -73
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/book_oup.yml +72 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/component.yml +94 -94
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dataset.yml +104 -104
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dataset_usda.yml +136 -136
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/date_in_future.yml +80 -80
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/dissertation.yml +103 -103
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/empty_given_name.yml +75 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/invalid_date.yml +77 -77
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_original_language_title.yml +73 -73
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with.yml +128 -210
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with_RDF_for_container.yml +74 -74
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_article_with_funding.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/journal_issue.yml +72 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/mEDRA.yml +72 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/markup.yml +81 -81
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/missing_contributor.yml +71 -71
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_issn.yml +75 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_titles.yml +71 -71
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/multiple_titles_with_missing.yml +573 -573
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/not_found_error.yml +65 -65
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/peer_review.yml +77 -77
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/posted_content.yml +74 -74
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/posted_content_copernicus.yml +76 -76
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/report_osti.yml +120 -120
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/vor_with_url.yml +78 -78
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/yet_another_book.yml +74 -74
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/yet_another_book_chapter.yml +73 -73
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_raw/journal_article.yml +59 -59
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/SoftwareSourceCode.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/dissertation.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/funding_references.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_datacite_metadata/subject_scheme.yml +120 -120
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_id.yml +5540 -555
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_id.yml +31 -42
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_id_specific_prefix.yml +25 -39
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/by_blog_id.yml +5540 -247
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/not_indexed_posts.yml +14 -26
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/unregistered_posts.yml +176 -72
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/archived_wordpress_post.yml +27 -95
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blog_post_with_non-url_id.yml +28 -106
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +21 -65
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +20 -208
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +26 -97
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_institutional_author.yml +24 -55
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_organizational_author.yml +27 -70
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers.yml +41 -143
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers_and_funding.yml +54 -132
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_related_identifiers_and_link_to_peer-reviewed_article.yml +304 -818
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +24 -169
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +24 -63
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post_with_anonymous_author.yml +25 -40
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/substack_post_with_broken_reference.yml +278 -591
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +59 -101
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +135 -331
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +24 -134
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_many_references.yml +578 -2967
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +44 -205
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_tracking_code_on_url.yml +26 -160
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/affiliation_is_space.yml +21 -21
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/has_familyName.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/name_with_affiliation_crossref.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_one_author/only_familyName_and_givenName.yml +66 -61
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/BlogPosting.yml +145 -146
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +149 -150
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/get_schema_org_metadata_front_matter/BlogPosting.yml +114 -115
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/harvard_dataverse.yml +300 -289
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/pangaea.yml +66 -61
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/upstream_blog.yml +64 -57
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_schema_org_metadata/zenodo.yml +27 -24
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/handle_input/unknown_DOI_prefix.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/json_schema_errors/is_valid.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/BlogPosting.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/authors_with_affiliations.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/climate_data.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/from_schema_org.yml +145 -146
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/keywords_subject_scheme.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/maremma.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/text.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_bibtex/with_pages.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/Collection_of_Jupyter_notebooks.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/SoftwareSourceCode_Zenodo.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/SoftwareSourceCode_also_Zenodo.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_cff/ruby-cff.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Journal_article.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +21 -21
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/Missing_author.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/interactive_resource_without_dates.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_citation/software_w/version.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite_check_codemeta_v2.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_commonmeta/with_data_citation.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +32 -32
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_from_datacite.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/journal_article_plos.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_anonymous_author.yml +25 -40
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +24 -134
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_organizational_author.yml +27 -70
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_relations.yml +41 -143
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_relations_and_funding.yml +55 -133
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +21 -224
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +134 -330
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +19 -19
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +92 -91
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/Another_dataset.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/BlogPosting.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/BlogPosting_schema_org.yml +146 -147
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/container_title.yml +16 -21
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/interactive_resource_without_dates.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/journal_article.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/keywords_subject_scheme.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/missing_creator.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/multiple_abstracts.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/organization_author.yml +22 -22
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/software.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/software_w/version.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/with_only_first_page.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csl/with_pages.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/climate_data.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/text.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_csv/with_pages.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/dissertation.yml +20 -20
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/from_schema_org.yml +146 -147
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/journal_article.yml +22 -22
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/with_ORCID_ID.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_datacite/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/book_chapter.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/from_schema_org.yml +146 -147
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/interactive_resource_without_dates.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_jats_xml/with_editor.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/BlogPosting.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +145 -146
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/alternate_name.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/journal_article.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/keywords_with_subject_scheme.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_ris/with_pages.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Another_Schema_org_JSON.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Funding.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/Schema_org_JSON_Cyark.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/alternate_identifiers.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/data_catalog.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/geo_location_box.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/interactive_resource_without_dates.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/journal_article.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/series_information.yml +17 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/subject_scheme.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_schema_org/subject_scheme_multiple_keywords.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/BlogPosting.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/Dataset.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/journal_article.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_turtle/with_pages.yml +16 -16
- data/spec/readers/cff_reader_spec.rb +2 -20
- data/spec/readers/crossref_reader_spec.rb +10 -16
- data/spec/readers/crossref_xml_reader_spec.rb +61 -64
- data/spec/readers/json_feed_reader_spec.rb +56 -56
- data/spec/readers/schema_org_reader_spec.rb +1 -1
- data/spec/utils_spec.rb +1 -1
- data/spec/writers/crossref_xml_writer_spec.rb +9 -8
- data/spec/writers/csv_writer_spec.rb +1 -1
- data/spec/writers/ris_writer_spec.rb +2 -2
- metadata +3 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_file/crossref_xml/to_crossref_xml_refresh.yml +0 -107
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/doi_prefix/doi_prefix_by_blog.yml +0 -997
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/doi_prefix/doi_prefix_by_uuid.yml +0 -256
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_uuid.yml +0 -256
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/encode/by_uuid_unknown_uuid.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_crossref_metadata/missing_creator.yml +0 -307
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_uuid.yml +0 -136
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_doi_prefix_for_blog/by_blog_post_uuid_specific_prefix.yml +0 -256
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/book_oup.yml +0 -107
@@ -2,15 +2,15 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://rogue-scholar.org/
|
5
|
+
uri: https://api.rogue-scholar.org/posts/c3095752-2af0-40a4-a229-3ceb7424bce2
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
11
11
|
- close
|
12
12
|
Host:
|
13
|
-
- rogue-scholar.org
|
13
|
+
- api.rogue-scholar.org
|
14
14
|
User-Agent:
|
15
15
|
- http.rb/5.1.1
|
16
16
|
response:
|
@@ -18,175 +18,30 @@ http_interactions:
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
Age:
|
22
|
-
- '0'
|
23
|
-
Cache-Control:
|
24
|
-
- public, max-age=0, must-revalidate
|
25
|
-
Content-Length:
|
26
|
-
- '13845'
|
27
21
|
Content-Type:
|
28
|
-
- application/json
|
22
|
+
- application/json
|
23
|
+
Content-Length:
|
24
|
+
- '1854'
|
29
25
|
Date:
|
30
|
-
-
|
31
|
-
Etag:
|
32
|
-
- '"9vk0oiu0agaob"'
|
26
|
+
- Thu, 05 Oct 2023 20:37:40 GMT
|
33
27
|
Server:
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
38
|
-
-
|
39
|
-
X-Vercel-Cache:
|
40
|
-
- MISS
|
41
|
-
X-Vercel-Id:
|
42
|
-
- fra1::iad1::2nsgw-1694010435634-7ef529f76f47
|
43
|
-
Connection:
|
44
|
-
- close
|
28
|
+
- Fly/e440b950 (2023-09-20)
|
29
|
+
Via:
|
30
|
+
- 1.1 fly.io
|
31
|
+
Fly-Request-Id:
|
32
|
+
- 01HC0RYXA2R7WAN6KKXY161JBK-fra
|
45
33
|
body:
|
46
34
|
encoding: UTF-8
|
47
|
-
string: '{"
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
2400w\" /><figcaption>My prototype for a Residency Visual Abstract</figcaption></figure><div><div>This
|
60
|
-
tool represents my own ideas and is not currently in use or endorsed by any
|
61
|
-
institution.</div></div><p>Medical students applying to residency often have
|
62
|
-
to grapple with an incredible amount of information when evaluating prospective
|
63
|
-
training programs. The increased number of applications and interviews inherent
|
64
|
-
to the Zoom era further exacerbates this issue. At the same time, programs
|
65
|
-
need to find ways to communicate a great deal of information to applicants.
|
66
|
-
Due to the proliferation of social media, this communication is both more
|
67
|
-
extensive and more longitudinal than a one hour presentation on interview
|
68
|
-
day.</p><p>The traditional interview day presentation is a slide presentation
|
69
|
-
that provides several factual details about a program. While each program
|
70
|
-
is slightly different, most of these presentations cover common ground - including
|
71
|
-
where residents rotate, what services they do, where alumni match into fellowship,
|
72
|
-
examination pass rates, and information on professional development and research
|
73
|
-
activities. These presentations can often be long (I once helped edit a slide
|
74
|
-
deck that had 60 slides in it!) and difficult to recall. Furthermore, updating
|
75
|
-
these slides from year to year is a time consuming challenge. Finally, most
|
76
|
-
of these presentations are done in a traditional bullet point format with
|
77
|
-
few slides reserved for photos. Few are designed in a way that optimizes user
|
78
|
-
experience.</p><p>In my opinion, the most important quality of the program
|
79
|
-
is how well a prospective applicant fits in with the resident culture. Though
|
80
|
-
it is impossible to put into numbers, it has an outsized impact on a resident''s
|
81
|
-
experience and wellness. Furthermore, it is even harder to intuit in the absence
|
82
|
-
of an in-person interview experience. Nevertheless, there are important quantitative
|
83
|
-
metrics that applicants consider and programs want to showcase. However, there
|
84
|
-
is not yet a standardized, accessible, and visually appealing format to do
|
85
|
-
so. Given the challenges in communicating these details as well as the growing
|
86
|
-
power of social media , I wanted to design a new way that programs can effectively
|
87
|
-
and efficiently display and disseminate this information so that applicants
|
88
|
-
can be more informed and programs can better utilize their interview days
|
89
|
-
to convey the critical intangibles.</p><p>In the distinct but not quite distant
|
90
|
-
field of surgical research, the visual abstract has already proven to be an
|
91
|
-
excellent means of distilling a research study filled with details into an
|
92
|
-
easy-to-digest and visually pleasing format. Developed by Dr. Andrew Ibrahim
|
93
|
-
and colleagues, the visual abstract has already been adopted by 50 journals,
|
94
|
-
and a study by the creators <a href=\"https://journals.lww.com/annalsofsurgery/Citation/2017/12000/Visual_Abstracts_to_Disseminate_Research_on_Social.36.aspx?ref=ideasurg.pub\">demonstrated</a>
|
95
|
-
that the presence of a visual abstract can more than double article visits
|
96
|
-
and increase impressions more than seven-fold. An excellent primer discussing
|
97
|
-
how to develop a visual abstract and highlighting its use in academic journals
|
98
|
-
is available <a href=\"https://static1.squarespace.com/static/5854aaa044024321a353bb0d/t/5a527aa89140b76bbfb2028a/1515354827682/VisualAbstract_Primer_v4_1.pdf?ref=ideasurg.pub\">here</a>.
|
99
|
-
</p><p>A variant of the visual abstract has also been used by residency programs
|
100
|
-
on social media in the past. An example from the Duke Surgery Residency program
|
101
|
-
is shown here:</p><figure><blockquote><p>We’re so excited to meet <a href=\"https://twitter.com/hashtag/GenSurgMatch2023?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#GenSurgMatch2023</a>
|
102
|
-
applicants over the next few months! Check out our latest <a href=\"https://twitter.com/DukeSurgRes?ref_src=twsrc%5Etfw&ref=ideasurg.pub\">@DukeSurgRes</a>
|
103
|
-
<a href=\"https://twitter.com/hashtag/VisualAbstract?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#VisualAbstract</a>
|
104
|
-
<a href=\"https://twitter.com/hashtag/ByTheNumbers?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#ByTheNumbers</a>.
|
105
|
-
We hope you can visualize your <a href=\"https://twitter.com/hashtag/SutureFuture?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#SutureFuture</a>
|
106
|
-
at <a href=\"https://twitter.com/DukeSurgery?ref_src=twsrc%5Etfw&ref=ideasurg.pub\">@DukeSurgery</a>.
|
107
|
-
<a href=\"https://twitter.com/hashtag/SabistonSquad?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#SabistonSquad</a>
|
108
|
-
<a href=\"https://twitter.com/hashtag/SurgTwitter?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#SurgTwitter</a>
|
109
|
-
<a href=\"https://twitter.com/hashtag/MedTwitter?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#MedTwitter</a>
|
110
|
-
<a href=\"https://twitter.com/hashtag/SurgEd?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#SurgEd</a>
|
111
|
-
<a href=\"https://twitter.com/hashtag/ILookLikeASurgeon?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#ILookLikeASurgeon</a>
|
112
|
-
<a href=\"https://t.co/6ZqnfFrWE5?ref=ideasurg.pub\">pic.twitter.com/6ZqnfFrWE5</a></p>—
|
113
|
-
Duke General Surgery Residency (@DukeSurgRes) <a href=\"https://twitter.com/DukeSurgRes/status/1587460003941810179?ref_src=twsrc%5Etfw&ref=ideasurg.pub\">November
|
114
|
-
1, 2022</a></blockquote>\n\n</figure><p>Inspired by this format, I tried to
|
115
|
-
design a version tailored towards prospective surgery trainees. I wanted to
|
116
|
-
see if I could boil down the complexity of a program into the fewest pieces
|
117
|
-
of data possible and present them in a user-friendly interface. </p><h3>The
|
118
|
-
Visual Abstract</h3><p>The abstract contains six different categories: demographics,
|
119
|
-
operative volume, education, research, fellowships, and other. The goal is
|
120
|
-
to capture relevant information regarding the tripartite mission of academic
|
121
|
-
surgery as well as understand a program''s strengths in diversity and inclusion
|
122
|
-
and career preparation. For each category, discrete data points were chosen
|
123
|
-
which can easily allow applicants to contextualize a program''s strengths
|
124
|
-
and weaknesses. The other category contains a checklist of features that applicants
|
125
|
-
seem to care about (based on observations and conversations though certainly
|
126
|
-
not proven scientifically). Finally, there is a space for QR codes to link
|
127
|
-
to the program website as well as a copy of the contract that matched applicants
|
128
|
-
will need to sign (as <a href=\"https://www.nrmp.org/wp-content/uploads/2022/09/2023-MPA-Main-Match-Program-FINAL-3.pdf?ref=ideasurg.pub\">required</a>
|
129
|
-
by the National Resident Matching Program).</p><p>Of course, the tool comes
|
130
|
-
with a dark mode!</p><figure><img src=\"https://www.ideasurg.pub/content/images/2023/04/Thumbnail--2-.png\"
|
131
|
-
loading=\"lazy\" width=\"1924\" height=\"1084\" srcset=\"https://www.ideasurg.pub/content/images/size/w600/2023/04/Thumbnail--2-.png
|
132
|
-
600w, https://www.ideasurg.pub/content/images/size/w1000/2023/04/Thumbnail--2-.png
|
133
|
-
1000w, https://www.ideasurg.pub/content/images/size/w1600/2023/04/Thumbnail--2-.png
|
134
|
-
1600w, https://www.ideasurg.pub/content/images/2023/04/Thumbnail--2-.png 1924w\"
|
135
|
-
/></figure><h3>What this is</h3><p>This visual abstract can provide a semi-standardized
|
136
|
-
format for programs to share important information with applicants allowing
|
137
|
-
them to compare important metrics in a comprehensive, “easy” way. It is important
|
138
|
-
to note that each of these data points is meant to be an objective measure
|
139
|
-
without any comment on its intrinsic value. For example, one program may have
|
140
|
-
a significantly higher case volume than peer institutions but less protected
|
141
|
-
education time. Another may have a robotic curriculum but not have any recent
|
142
|
-
chiefs who matched into Pediatric Surgery. None of these are independently
|
143
|
-
good or bad, but applicants should have an easy way to understand the factors
|
144
|
-
so that they can make the most informed decision. If a significant number
|
145
|
-
of programs adopt the visual abstract, it will naturally create incentives
|
146
|
-
for programs to share and improve on these metrics with transparency. In this
|
147
|
-
manner, healthy competition can actually generate an incentive to improve
|
148
|
-
program offerings for current residents as well (though this can have unintended
|
149
|
-
consequences…see limitations).</p><p>Some may question the wisdom of putting
|
150
|
-
these numbers out in the open - especially if they are not where a program
|
151
|
-
wants them to be. However, some of the information is publicly <a href=\"https://www.absurgery.org/xfer/3yr_summary.pdf?ref=ideasurg.pub\">available</a>.
|
152
|
-
Many of these data points are already reported on during the interview process.
|
153
|
-
Moreover, most applicants want to know this information and value transparency.
|
154
|
-
Ultimately, no program is perfect, and how a program chooses to address perceived
|
155
|
-
strengths and weaknesses reflects its core values.</p><h3>What this is not
|
156
|
-
and other limitations</h3><p>No visual abstract, slide deck, or document will
|
157
|
-
be able to capture the full picture of a residency program - which at its
|
158
|
-
core is a collection of human beings. It is worth repeating that the most
|
159
|
-
important consideration students should make when choosing a program is missing
|
160
|
-
from this work. Furthermore, the exact data points used may not be correct.
|
161
|
-
At one point, I considered putting a box for ABSITE pass rate, however I thought
|
162
|
-
this was antithetical to the ABSITE''s stated aim of being a <a href=\"https://www.absurgery.org/default.jsp?certabsite=&ref=ideasurg.pub\">formative</a>,
|
163
|
-
not a summative, assessment. Furthermore, there is no box specifying the number
|
164
|
-
of LGBTQ residents in a program. While this is an essential component of diversity,
|
165
|
-
equity, and inclusion, it was omitted due to the fact that some of these residents
|
166
|
-
may not be publicly out and this would lead to an inaccurate representation.
|
167
|
-
Another missing box is the number of residents with children, given that family
|
168
|
-
support is an increasingly recognized feature that students are looking for
|
169
|
-
in training programs.</p><p>I would like for this to be even less cluttered
|
170
|
-
- and user feedback can drive further reduction of content such that the distilled
|
171
|
-
final version is even more elegant. Currently, the vision for this project
|
172
|
-
is that of a grassroots project, where individual programs can choose to use,
|
173
|
-
improve, and modify this template to broadcast important information to applicants.
|
174
|
-
However, I am wary of the general principle that once quantitative metrics
|
175
|
-
are used by a central authority to rank, there is a natural tendency to gamify
|
176
|
-
those metrics whether or not the underlying feature they seek to estimate
|
177
|
-
is actually affected.</p><h3>What to do with this template</h3><p>In short,
|
178
|
-
whatever you would like. The template was built in Figma, which has become
|
179
|
-
the industry-standard in visual design. It is free to make a basic Figma account,
|
180
|
-
and the full suite of features is also available for free with proof of affiliation
|
181
|
-
with a university. Figma offers the ability to comment on a template as well
|
182
|
-
as duplicate or \"remix\" the template for personal use. I would appreciate
|
183
|
-
your feedback on how to make this template better. Moreover, I encourage you
|
184
|
-
to take it, modify it, improve it, and share your changes publicly. Together,
|
185
|
-
we can continue to iteratively design this initial prototype and develop a
|
186
|
-
robust, user-friendly tool that provides values to students, residents, and
|
187
|
-
programs alike.</p><h3>Comment, remix, make it your own!</h3><p><a href=\"https://www.figma.com/community/file/1226056013352001653?ref=ideasurg.pub\">https://www.figma.com/community/file/1226056013352001653</a></p>","published_at":1680982354,"updated_at":1680982354,"indexed_at":1690924548,"authors":[{"url":"https://orcid.org/0000-0003-0449-4469","name":"Tejas
|
188
|
-
S. Sathe"}],"image":"https://www.ideasurg.pub/content/images/2023/04/Residency-Scorecard-Light-Mode--7-.png","tags":[],"language":"en","reference":[],"relationships":[],"blog_id":"3cxcm20","blog_name":"I.D.E.A.S.","blog_slug":"ideas","blog":{"id":"3cxcm20","title":"I.D.E.A.S.","description":"Innovation
|
189
|
-
and Design Experiments in Academic Surgery (I.D.E.A.S.)","language":"en","favicon":"https://www.ideasurg.pub/favicon.png","feed_url":"https://www.ideasurg.pub/rss/","home_page_url":"https://www.ideasurg.pub","user_id":"4cecb4b8-58b5-49fe-9edb-6af638294ef5","created_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
|
190
|
-
5.61","category":"clinicalMedicine","prefix":"10.59350","modified_at":"2023-07-29T22:28:28+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":null,"status":"active","issn":"2993-1150","backlog":0,"authors":null,"plan":"Starter","slug":"ideas","use_mastodon":false}}'
|
191
|
-
recorded_at: Wed, 06 Sep 2023 14:27:16 GMT
|
35
|
+
string: '{"archive_url":null,"authors":[{"name":"Tejas S. Sathe","url":"https://orcid.org/0000-0003-0449-4469"}],"blog":{"api":true,"archive_prefix":null,"authors":null,"backlog":0,"canonical_url":null,"category":"clinicalMedicine","created_at":"2023-01-04","current_feed_url":null,"description":"Innovation
|
36
|
+
and Design Experiments in Academic Surgery (I.D.E.A.S.)","favicon":"https://www.ideasurg.pub/favicon.png","feed_format":"application/rss+xml","feed_url":"https://www.ideasurg.pub/rss/","filter":null,"funding":null,"generator":"Ghost
|
37
|
+
5.66","home_page_url":"https://www.ideasurg.pub","id":"3cxcm20","issn":"2993-1150","language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-07-29T22:28:28+00:00","plan":"Starter","prefix":"10.59350","relative_url":null,"slug":"ideas","status":"active","title":"I.D.E.A.S.","use_api":null,"use_mastodon":false,"user_id":"4cecb4b8-58b5-49fe-9edb-6af638294ef5","version":"https://jsonfeed.org/version/1.1"},"blog_name":"I.D.E.A.S.","blog_slug":"ideas","doi":"https://doi.org/10.59350/kj95y-gp867","id":"c3095752-2af0-40a4-a229-3ceb7424bce2","image":"https://www.ideasurg.pub/content/images/2023/04/Residency-Scorecard-Light-Mode--7-.png","indexed_at":1690924548,"language":"en","published_at":1680982354,"reference":[],"relationships":[],"summary":"My
|
38
|
+
prototype for a Residency Visual AbstractThis tool represents my own ideas
|
39
|
+
and is not currently in use or endorsed by any institution. Medical students
|
40
|
+
applying to residency often have to grapple with an incredible amount of information
|
41
|
+
when evaluating prospective training programs. The increased number of applications
|
42
|
+
and interviews inherent to the Zoom era further exacerbates this issue.","tags":[],"title":"The
|
43
|
+
Residency Visual Abstract","updated_at":1680982354,"url":"https://www.ideasurg.pub/residency-visual-abstract"}
|
44
|
+
|
45
|
+
'
|
46
|
+
recorded_at: Thu, 05 Oct 2023 20:37:40 GMT
|
192
47
|
recorded_with: VCR 6.2.0
|
data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml
CHANGED
@@ -2,15 +2,15 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://rogue-scholar.org/
|
5
|
+
uri: https://api.rogue-scholar.org/posts/efdacb04-bcec-49d7-b689-ab3eab0634bf
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
11
11
|
- close
|
12
12
|
Host:
|
13
|
-
- rogue-scholar.org
|
13
|
+
- api.rogue-scholar.org
|
14
14
|
User-Agent:
|
15
15
|
- http.rb/5.1.1
|
16
16
|
response:
|
@@ -18,73 +18,34 @@ http_interactions:
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
Age:
|
22
|
-
- '0'
|
23
|
-
Cache-Control:
|
24
|
-
- public, max-age=0, must-revalidate
|
25
|
-
Content-Length:
|
26
|
-
- '4387'
|
27
21
|
Content-Type:
|
28
|
-
- application/json
|
22
|
+
- application/json
|
23
|
+
Content-Length:
|
24
|
+
- '1971'
|
29
25
|
Date:
|
30
|
-
-
|
31
|
-
Etag:
|
32
|
-
- '"139wt2n3zw43d9"'
|
26
|
+
- Thu, 05 Oct 2023 20:37:51 GMT
|
33
27
|
Server:
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
38
|
-
-
|
39
|
-
X-Vercel-Cache:
|
40
|
-
- MISS
|
41
|
-
X-Vercel-Id:
|
42
|
-
- fra1::iad1::ddxbj-1694010278585-063d4d41a9e8
|
43
|
-
Connection:
|
44
|
-
- close
|
28
|
+
- Fly/e440b950 (2023-09-20)
|
29
|
+
Via:
|
30
|
+
- 1.1 fly.io
|
31
|
+
Fly-Request-Id:
|
32
|
+
- 01HC0RZ7XRY9PFPXWERH5H3H16-fra
|
45
33
|
body:
|
46
34
|
encoding: UTF-8
|
47
|
-
string: '{"
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
35
|
+
string: '{"archive_url":null,"authors":[{"name":["Sebastian Karcher"]}],"blog":{"api":false,"archive_prefix":null,"authors":null,"backlog":0,"canonical_url":null,"category":"computerAndInformationSciences","created_at":"2023-04-25","current_feed_url":null,"description":"CitationStyles.org,
|
36
|
+
home of the Citation Style Language (CSL), a popular open XML-based language
|
37
|
+
to describe the formatting of citations and bibliographies.","favicon":"https://citationstyles.org/assets/img/csl-logo-small-inverse-150.png","feed_format":"application/atom+xml","feed_url":"https://citationstyles.org/feed.xml","filter":null,"funding":null,"generator":"Jekyll
|
38
|
+
3.9.3","home_page_url":"https://citationstyles.org","id":"prmb582","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2020-07-11T00:00:00+00:00","plan":"Starter","prefix":"10.59350","relative_url":"blog","slug":"csl","status":"active","title":"Citation
|
39
|
+
Style Language","use_api":null,"use_mastodon":false,"user_id":"9812a172-7dd2-481a-a82a-50e6ac61da06","version":"https://jsonfeed.org/version/1.1"},"blog_name":"Citation
|
40
|
+
Style Language","blog_slug":"csl","doi":"https://doi.org/10.59350/zwdq7-waa43","id":"efdacb04-bcec-49d7-b689-ab3eab0634bf","image":null,"indexed_at":1693251839,"language":"en","published_at":1594425600,"reference":[],"relationships":[],"summary":"Over
|
53
41
|
the past few months, Citation Style Language developers have worked to address
|
54
42
|
a backlog of feature requests. This work will be reflected in two upcoming
|
55
43
|
releases. The first of these, 1.0.2, is slated for release shortly. Its focus
|
56
44
|
is on easy to implement, non-controversial additions, principally new item
|
57
|
-
types, fields, and terms. We
|
58
|
-
from now until
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
github issues, or on our <a href=\"https://discourse.citationstyles.org/\">forums</a>.</p>\n\n<p>Tremendous
|
64
|
-
thanks to Bruce D’Arcus, Denis Maier, and Brenton Wiernik, who did the bulk
|
65
|
-
of the work of organizing proposals accumulated over the last 8 years and
|
66
|
-
preparing the release.</p>\n\n<h2>Previewing CSL 1.1</h2>\n<p>CSL 1.1, slated
|
67
|
-
for release later this year, will include more significant extensions of CSL
|
68
|
-
functionality. While we’ll have a separate public comment period for this
|
69
|
-
release, we’re happy for input on the ongoing discussions on github and the
|
70
|
-
forums. In particular, we’re eager to hear from projects implementing CSL
|
71
|
-
styles, both in a citeproc and in user-facing applications such as reference
|
72
|
-
managers or citation formatters.</p>\n\n<p>This release will primarily add
|
73
|
-
the following new features:</p>\n<ul>\n <li>Full support for narrative citation
|
74
|
-
styles (“Like Doe (2018)”).</li>\n <li>Ability to specify more complex conditional
|
75
|
-
logic.</li>\n <li>Ability to independently format subtitles and main titles.</li>\n <li>A
|
76
|
-
new “related” attribute to express related reviewed and original items (still
|
77
|
-
in discussion).</li>\n <li>Improvements to the CSL input format(s):\n <ul>\n <li>Adopting
|
78
|
-
the new EDTF ISO standard, which offers full support for date ranges, seasons,
|
79
|
-
uncertain and approximate qualifiers, and decades and centuries.</li>\n <li>A
|
80
|
-
new “custom” property to add extension metadata.</li>\n <li>New related
|
81
|
-
modelling to match the new style attribute (as above, still in discussion).</li>\n <li>An
|
82
|
-
official YAML representation, which can be validated with the same JSON schemas.</li>\n </ul>\n </li>\n</ul>","published_at":1594425600,"updated_at":1594425600,"indexed_at":1693251839,"authors":[{"url":"https://orcid.org/0000-0001-8249-7388","name":"Sebastian
|
83
|
-
Karcher"}],"image":null,"tags":[],"language":"en","reference":[],"relationships":[],"blog_id":"prmb582","blog_name":"Citation
|
84
|
-
Style Language","blog_slug":"csl","blog":{"id":"prmb582","title":"Citation
|
85
|
-
Style Language","description":"CitationStyles.org, home of the Citation Style
|
86
|
-
Language (CSL), a popular open XML-based language to describe the formatting
|
87
|
-
of citations and bibliographies.","language":"en","favicon":"https://citationstyles.org/assets/img/csl-logo-small-inverse-150.png","feed_url":"https://citationstyles.org/feed.xml","home_page_url":"https://citationstyles.org","user_id":"9812a172-7dd2-481a-a82a-50e6ac61da06","created_at":"2023-04-25","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Jekyll
|
88
|
-
3.9.3","category":"computerAndInformationSciences","prefix":"10.59350","modified_at":"2020-07-11T00:00:00+00:00","version":"https://jsonfeed.org/version/1.1","current_feed_url":null,"status":"active","issn":null,"backlog":0,"authors":null,"plan":"Starter","slug":"csl","use_mastodon":false}}'
|
89
|
-
recorded_at: Wed, 06 Sep 2023 14:24:39 GMT
|
45
|
+
types, fields, and terms. We\u2019re seeking public comment on the planned
|
46
|
+
released from now until July 26, 2020, 12pm EDT.","tags":[],"title":"Seeking
|
47
|
+
Public Comment on CSL 1.0.2 Release","updated_at":1594425600,"url":"https://citationstyles.org/2020/07/11/seeking-public-comment-on-CSL-1-0-2"}
|
48
|
+
|
49
|
+
'
|
50
|
+
recorded_at: Thu, 05 Oct 2023 20:37:51 GMT
|
90
51
|
recorded_with: VCR 6.2.0
|
@@ -2,15 +2,15 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://rogue-scholar.org/
|
5
|
+
uri: https://api.rogue-scholar.org/posts/a163e340-5b3c-4736-9ab0-8c54fdff6a3c
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
11
11
|
- close
|
12
12
|
Host:
|
13
|
-
- rogue-scholar.org
|
13
|
+
- api.rogue-scholar.org
|
14
14
|
User-Agent:
|
15
15
|
- http.rb/5.1.1
|
16
16
|
response:
|
@@ -18,46 +18,31 @@ http_interactions:
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
Age:
|
22
|
-
- '0'
|
23
|
-
Cache-Control:
|
24
|
-
- public, max-age=0, must-revalidate
|
25
|
-
Content-Length:
|
26
|
-
- '2105'
|
27
21
|
Content-Type:
|
28
|
-
- application/json
|
22
|
+
- application/json
|
23
|
+
Content-Length:
|
24
|
+
- '1825'
|
29
25
|
Date:
|
30
|
-
-
|
31
|
-
Etag:
|
32
|
-
- '"zhstbxmwhv1m8"'
|
26
|
+
- Thu, 05 Oct 2023 20:37:43 GMT
|
33
27
|
Server:
|
34
|
-
-
|
35
|
-
|
36
|
-
-
|
37
|
-
|
38
|
-
-
|
39
|
-
X-Vercel-Cache:
|
40
|
-
- MISS
|
41
|
-
X-Vercel-Id:
|
42
|
-
- fra1::iad1::6gq6b-1694010388391-9a051a8960a1
|
43
|
-
Connection:
|
44
|
-
- close
|
28
|
+
- Fly/e440b950 (2023-09-20)
|
29
|
+
Via:
|
30
|
+
- 1.1 fly.io
|
31
|
+
Fly-Request-Id:
|
32
|
+
- 01HC0RYZHQP9KBD2W309CHMGSD-fra
|
45
33
|
body:
|
46
34
|
encoding: UTF-8
|
47
|
-
string:
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
- Articles\",\"blog_slug\":\"lab_sub\",\"blog\":{\"id\":\"6hezn63\",\"title\":\"lab.sub
|
61
|
-
- Articles\",\"description\":\"Better sit thus, and observe thy strange things\",\"language\":\"en\",\"favicon\":null,\"feed_url\":\"https://lab.sub.uni-goettingen.de/atom.xml\",\"home_page_url\":\"https://lab.sub.uni-goettingen.de\",\"user_id\":\"dead81b3-8a8b-45c9-85fe-f01bb3948c77\",\"created_at\":\"2023-04-24\",\"feed_format\":\"application/atom+xml\",\"license\":\"https://creativecommons.org/licenses/by/4.0/legalcode\",\"generator\":\"Jekyll\",\"category\":\"computerAndInformationSciences\",\"prefix\":\"10.59350\",\"modified_at\":\"2023-06-01T00:00:01+00:00\",\"version\":\"https://jsonfeed.org/version/1.1\",\"current_feed_url\":null,\"status\":\"active\",\"issn\":null,\"backlog\":0,\"authors\":null,\"plan\":\"Starter\",\"slug\":\"lab_sub\",\"use_mastodon\":false}}"
|
62
|
-
recorded_at: Wed, 06 Sep 2023 14:26:28 GMT
|
35
|
+
string: '{"archive_url":null,"authors":[{"name":"Mathias G\u00f6bel","url":null}],"blog":{"api":false,"archive_prefix":null,"authors":null,"backlog":0,"canonical_url":null,"category":"computerAndInformationSciences","created_at":"2023-04-24","current_feed_url":null,"description":"Better
|
36
|
+
sit thus, and observe thy strange things","favicon":null,"feed_format":"application/atom+xml","feed_url":"https://lab.sub.uni-goettingen.de/atom.xml","filter":null,"funding":null,"generator":"Jekyll","home_page_url":"https://lab.sub.uni-goettingen.de","id":"6hezn63","issn":null,"language":"en","license":"https://creativecommons.org/licenses/by/4.0/legalcode","modified_at":"2023-06-01T00:00:01+00:00","plan":"Starter","prefix":"10.59350","relative_url":null,"slug":"lab_sub","status":"active","title":"lab.sub
|
37
|
+
- Articles","use_api":null,"use_mastodon":false,"user_id":"dead81b3-8a8b-45c9-85fe-f01bb3948c77","version":"https://jsonfeed.org/version/1.1"},"blog_name":"lab.sub
|
38
|
+
- Articles","blog_slug":"lab_sub","doi":"https://doi.org/10.59350/33es7-fqz31","id":"a163e340-5b3c-4736-9ab0-8c54fdff6a3c","image":"https://lab.sub.uni-goettingen.de/assets/images/Bibliothek_der_UNI_Goettingen-wikiCommons-Suhaknoke.webp","indexed_at":1689006804,"language":"en","published_at":1483228801,"reference":[],"relationships":[],"summary":"Welcome
|
39
|
+
everyone! This is the place to read about projects, resources and all the
|
40
|
+
things we deal with at our work on digital collections, databases, APIs, tools
|
41
|
+
and esoteric programming languages we prefer to write in. It is <em>not</em>
|
42
|
+
meant for a single subject, but covers all topics we \ud83d\udc96. So I hope
|
43
|
+
you don\u2019t mind if the next post is about one of my adorable cute rabbits.","tags":["Meta"],"title":"Welcome
|
44
|
+
to the Lab","updated_at":1483228801,"url":"https://lab.sub.uni-goettingen.de/welcome.html"}
|
45
|
+
|
46
|
+
'
|
47
|
+
recorded_at: Thu, 05 Oct 2023 20:37:43 GMT
|
63
48
|
recorded_with: VCR 6.2.0
|