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
data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/convert_from_id/schema_org/to_schema_org.yml
CHANGED
@@ -4,7 +4,7 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://blog.datacite.org/eating-your-own-dog-food
|
6
6
|
body:
|
7
|
-
encoding:
|
7
|
+
encoding: ASCII-8BIT
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Connection:
|
@@ -21,7 +21,54 @@ http_interactions:
|
|
21
21
|
Server:
|
22
22
|
- nginx
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Thu, 05 Oct 2023 21:11:00 GMT
|
25
|
+
Content-Type:
|
26
|
+
- text/html; charset=iso-8859-1
|
27
|
+
Content-Length:
|
28
|
+
- '258'
|
29
|
+
Connection:
|
30
|
+
- close
|
31
|
+
Location:
|
32
|
+
- https://datacite.org/blog/eating-your-own-dog-food
|
33
|
+
Host-Header:
|
34
|
+
- 6b7412fb82ca5edfd0917e3957f05d89
|
35
|
+
X-Proxy-Cache:
|
36
|
+
- MISS
|
37
|
+
X-Proxy-Cache-Info:
|
38
|
+
- '0301 NC:000000 UP:'
|
39
|
+
body:
|
40
|
+
encoding: ISO-8859-1
|
41
|
+
string: |
|
42
|
+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
43
|
+
<html><head>
|
44
|
+
<title>301 Moved Permanently</title>
|
45
|
+
</head><body>
|
46
|
+
<h1>Moved Permanently</h1>
|
47
|
+
<p>The document has moved <a href="https://datacite.org/blog/eating-your-own-dog-food">here</a>.</p>
|
48
|
+
</body></html>
|
49
|
+
recorded_at: Thu, 05 Oct 2023 21:11:00 GMT
|
50
|
+
- request:
|
51
|
+
method: get
|
52
|
+
uri: https://datacite.org/blog/eating-your-own-dog-food
|
53
|
+
body:
|
54
|
+
encoding: ASCII-8BIT
|
55
|
+
string: ''
|
56
|
+
headers:
|
57
|
+
Connection:
|
58
|
+
- close
|
59
|
+
User-Agent:
|
60
|
+
- http.rb/5.1.1
|
61
|
+
Host:
|
62
|
+
- datacite.org
|
63
|
+
response:
|
64
|
+
status:
|
65
|
+
code: 301
|
66
|
+
message: Moved Permanently
|
67
|
+
headers:
|
68
|
+
Server:
|
69
|
+
- nginx
|
70
|
+
Date:
|
71
|
+
- Thu, 05 Oct 2023 21:11:00 GMT
|
25
72
|
Content-Type:
|
26
73
|
- text/html; charset=UTF-8
|
27
74
|
Content-Length:
|
@@ -34,10 +81,14 @@ http_interactions:
|
|
34
81
|
- nosniff
|
35
82
|
X-Xss-Protection:
|
36
83
|
- 1; mode=block
|
84
|
+
Expires:
|
85
|
+
- Thu, 05 Oct 2023 22:11:00 GMT
|
86
|
+
Cache-Control:
|
87
|
+
- max-age=3600
|
37
88
|
X-Redirect-By:
|
38
89
|
- WordPress
|
39
90
|
Location:
|
40
|
-
- https://
|
91
|
+
- https://datacite.org/blog/eating-your-own-dog-food/
|
41
92
|
X-Httpd-Modphp:
|
42
93
|
- '1'
|
43
94
|
Host-Header:
|
@@ -49,12 +100,12 @@ http_interactions:
|
|
49
100
|
body:
|
50
101
|
encoding: UTF-8
|
51
102
|
string: ''
|
52
|
-
recorded_at:
|
103
|
+
recorded_at: Thu, 05 Oct 2023 21:11:00 GMT
|
53
104
|
- request:
|
54
105
|
method: get
|
55
|
-
uri: https://
|
106
|
+
uri: https://datacite.org/blog/eating-your-own-dog-food/
|
56
107
|
body:
|
57
|
-
encoding:
|
108
|
+
encoding: ASCII-8BIT
|
58
109
|
string: ''
|
59
110
|
headers:
|
60
111
|
Connection:
|
@@ -62,7 +113,7 @@ http_interactions:
|
|
62
113
|
User-Agent:
|
63
114
|
- http.rb/5.1.1
|
64
115
|
Host:
|
65
|
-
-
|
116
|
+
- datacite.org
|
66
117
|
response:
|
67
118
|
status:
|
68
119
|
code: 200
|
@@ -71,7 +122,7 @@ http_interactions:
|
|
71
122
|
Server:
|
72
123
|
- nginx
|
73
124
|
Date:
|
74
|
-
-
|
125
|
+
- Thu, 05 Oct 2023 21:11:00 GMT
|
75
126
|
Content-Type:
|
76
127
|
- text/html; charset=UTF-8
|
77
128
|
Transfer-Encoding:
|
@@ -87,28 +138,33 @@ http_interactions:
|
|
87
138
|
X-Xss-Protection:
|
88
139
|
- 1; mode=block
|
89
140
|
Link:
|
90
|
-
- "<https://
|
91
|
-
-
|
92
|
-
-
|
141
|
+
- "<https://datacite.org/?p=2989>; rel=shortlink"
|
142
|
+
X-Tec-Api-Version:
|
143
|
+
- v1
|
144
|
+
X-Tec-Api-Root:
|
145
|
+
- https://datacite.org/wp-json/tribe/events/v1/
|
146
|
+
X-Tec-Api-Origin:
|
147
|
+
- https://datacite.org
|
93
148
|
X-Httpd-Modphp:
|
94
149
|
- '1'
|
95
150
|
Host-Header:
|
96
|
-
-
|
151
|
+
- 8441280b0c35cbc1147f8ba998a563a7
|
97
152
|
X-Proxy-Cache:
|
98
|
-
-
|
99
|
-
X-Proxy-Cache-Info:
|
100
|
-
- '0 NC:000000 UP:'
|
153
|
+
- HIT
|
101
154
|
body:
|
102
155
|
encoding: UTF-8
|
103
156
|
string: |-
|
104
|
-
<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="profile" href="https://gmpg.org/xfn/11"><link rel="pingback" href="https://blog.datacite.org/xmlrpc.php"> <!-- Author Meta Tags by Molongui Authorship, visit: https://wordpress.org/plugins/molongui-authorship/ --><meta name="author" content="Martin Fenner"><meta name="twitter:creator" content="https://twitter.com/mfenner" /> <!-- /Molongui Authorship --><title>Eating your own Dog Food – DataCite Blog</title><link rel="stylesheet" id="siteground-optimizer-combined-css-999f00067a2749c7e273c141acb5d20b" href="https://blog.datacite.org/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-999f00067a2749c7e273c141acb5d20b.css" media="all" /><meta name='robots' content='max-image-preview:large' /><link rel='dns-prefetch' href='//plausible.io' /><link rel='dns-prefetch' href='//v0.wordpress.com' /><link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /><link rel="alternate" type="application/rss+xml" title="DataCite Blog » Feed" href="https://blog.datacite.org/feed/" /><link rel="alternate" type="application/rss+xml" title="DataCite Blog » Comments Feed" href="https://blog.datacite.org/comments/feed/" /> <style id='wp-block-library-inline-css' type='text/css'> .has-text-align-justify{text-align:justify;} </style> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
|
157
|
+
<!doctype html><html lang="en_US"><head><meta charset="UTF-8"><title>Eating your own Dog Food - DataCite</title><link rel="stylesheet" id="siteground-optimizer-combined-css-f6e383b359c17f1e753ea86e13263460" href="https://datacite.org/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-f6e383b359c17f1e753ea86e13263460.css" media="all" /><meta name="viewport"
|
158
|
+
content="width=device-width, user-scalable=yes, initial-scale=1. maximum-scale=5, minimum-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><link rel="icon" href="https://datacite.org/wp-content/themes/mohito/favicon/favicon.ico" sizes="16x16"/> <!-- Author Meta Tags by Molongui Authorship, visit: https://wordpress.org/plugins/molongui-authorship/ --><meta name="author" content="Martin Fenner"><meta name="twitter:creator" content="https://twitter.com/mfenner" /> <!-- /Molongui Authorship --><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v21.3 - https://yoast.com/wordpress/plugins/seo/ --><link rel="canonical" href="https://datacite.org/blog/eating-your-own-dog-food/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="article" /><meta property="og:title" content="Eating your own Dog Food - DataCite" /><meta property="og:description" content="Eating your own dog food is a slang term to describe that an organization should itself use the products and services it provides. For DataCite this means that we should […]" /><meta property="og:url" content="https://datacite.org/blog/eating-your-own-dog-food/" /><meta property="og:site_name" content="DataCite" /><meta property="article:published_time" content="2016-12-20T00:00:00+00:00" /><meta property="article:modified_time" content="2023-08-21T14:44:23+00:00" /><meta property="og:image" content="https://datacite.org/wp-content/uploads/2021/11/230785.jpg" /><meta name="author" content="Martin Fenner" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:creator" content="@DataCite" /><meta name="twitter:site" content="@DataCite" /><meta name="twitter:label1" content="Written by" /><meta name="twitter:data1" content="Martin Fenner" /><meta name="twitter:label2" content="Est. reading time" /><meta name="twitter:data2" content="4 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://datacite.org/blog/eating-your-own-dog-food/#article","isPartOf":{"@id":"https://datacite.org/blog/eating-your-own-dog-food/"},"author":{"name":"Martin Fenner","@id":"https://datacite.org/#/schema/person/63fecb55923132fde0f2ec3bd4f2bff8"},"headline":"Eating your own Dog Food","datePublished":"2016-12-20T00:00:00+00:00","dateModified":"2023-08-21T14:44:23+00:00","mainEntityOfPage":{"@id":"https://datacite.org/blog/eating-your-own-dog-food/"},"wordCount":858,"publisher":{"@id":"https://datacite.org/#organization"},"image":{"@id":"https://datacite.org/blog/eating-your-own-dog-food/#primaryimage"},"thumbnailUrl":"https://datacite.org/wp-content/uploads/2021/11/230785.jpg","keywords":["DOI","Metadata"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://datacite.org/blog/eating-your-own-dog-food/","url":"https://datacite.org/blog/eating-your-own-dog-food/","name":"Eating your own Dog Food - DataCite","isPartOf":{"@id":"https://datacite.org/#website"},"primaryImageOfPage":{"@id":"https://datacite.org/blog/eating-your-own-dog-food/#primaryimage"},"image":{"@id":"https://datacite.org/blog/eating-your-own-dog-food/#primaryimage"},"thumbnailUrl":"https://datacite.org/wp-content/uploads/2021/11/230785.jpg","datePublished":"2016-12-20T00:00:00+00:00","dateModified":"2023-08-21T14:44:23+00:00","breadcrumb":{"@id":"https://datacite.org/blog/eating-your-own-dog-food/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://datacite.org/blog/eating-your-own-dog-food/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://datacite.org/blog/eating-your-own-dog-food/#primaryimage","url":"https://datacite.org/wp-content/uploads/2021/11/230785.jpg","contentUrl":"https://datacite.org/wp-content/uploads/2021/11/230785.jpg","width":2048,"height":1405},{"@type":"BreadcrumbList","@id":"https://datacite.org/blog/eating-your-own-dog-food/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://datacite.org/"},{"@type":"ListItem","position":2,"name":"DataCite Blog","item":"https://datacite.org/blog/"},{"@type":"ListItem","position":3,"name":"Eating your own Dog Food"}]},{"@type":"WebSite","@id":"https://datacite.org/#website","url":"https://datacite.org/","name":"DataCite Blog","description":"Connecting Research, Advancing Knowledge","publisher":{"@id":"https://datacite.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://datacite.org/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://datacite.org/#organization","name":"DataCite","url":"https://datacite.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://datacite.org/#/schema/logo/image/","url":"https://datacite.org/wp-content/uploads/2021/10/datacite.png","contentUrl":"https://datacite.org/wp-content/uploads/2021/10/datacite.png","width":150,"height":36,"caption":"DataCite"},"image":{"@id":"https://datacite.org/#/schema/logo/image/"},"sameAs":["https://twitter.com/DataCite"]},{"@type":"Person","@id":"https://datacite.org/#/schema/person/63fecb55923132fde0f2ec3bd4f2bff8","name":"Martin Fenner","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://datacite.org/#/schema/person/image/","url":"https://datacite.org/wp-content/uploads/2021/11/mfenner.png","contentUrl":"https://datacite.org/wp-content/uploads/2021/11/mfenner.png","caption":"Martin Fenner"},"url":"#molongui-disabled-link"}]}</script> <!-- / Yoast SEO plugin. --><link rel='stylesheet' id='tribe-events-views-v2-bootstrap-datepicker-styles-css' href='https://datacite.org/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css?ver=6.2.3' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */
|
159
|
+
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
|
105
160
|
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
|
106
|
-
:where(.wp-block-
|
107
|
-
.wp-block-
|
161
|
+
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
|
162
|
+
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
|
163
|
+
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style><link rel='stylesheet' id='barlow-css' href='https://fonts.googleapis.com/css2?family=Barlow%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&display=swap&ver=6.3.1' type='text/css' media='all' /><link rel='stylesheet' id='md-sans-css' href='https://fonts.googleapis.com/css2?family=DM+Sans%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C700%3B1%2C400%3B1%2C500%3B1%2C700&display=swap&ver=6.3.1' type='text/css' media='all' /><link rel='stylesheet' id='font-awesome-official-css' href='https://use.fontawesome.com/releases/v6.4.0/css/all.css' type='text/css' media='all' integrity="sha384-iw3OoTErCYJJB9mCa8LNS2hbsQ7M3C0EpIsO/H5+EGAkPGc6rk+V8i04oW/K5xq0" crossorigin="anonymous" /><link rel='stylesheet' id='font-awesome-official-v4shim-css' href='https://use.fontawesome.com/releases/v6.4.0/css/v4-shims.css' type='text/css' media='all' integrity="sha384-TjXU13dTMPo+5ZlOUI1IGXvpmajjoetPqbUJqTx+uZ1bGwylKHNEItuVe/mg/H6l" crossorigin="anonymous" /> <script type='text/javascript' src='https://datacite.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js'></script> <script type='text/javascript' src='https://datacite.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js'></script> <script type='text/javascript' id='cookie-law-info-js-extra'> /* <![CDATA[ */
|
108
164
|
var Cli_Data = {"nn_cookie_ids":[],"cookielist":[],"non_necessary_cookies":[],"ccpaEnabled":"","ccpaRegionBased":"","ccpaBarEnabled":"","strictlyEnabled":["necessary","obligatoire"],"ccpaType":"gdpr","js_blocking":"1","custom_integration":"","triggerDomRefresh":"","secure_cookies":""};
|
109
165
|
var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#353535","border":"#b1a6a6c2","border_on":"","button_1_button_colour":"#ffd42d","button_1_button_hover":"#ccaa24","button_1_link_colour":"#000000","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#444","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#c12a2a","button_3_button_hover":"#9a2222","button_3_link_colour":"#ffffff","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#dedfe0","button_4_button_hover":"#b2b2b3","button_4_link_colour":"#333333","button_4_as_button":"1","button_7_button_colour":"#61a229","button_7_button_hover":"#4e8221","button_7_link_colour":"#fff","button_7_as_button":"1","button_7_new_win":"","font_family":"inherit","header_fix":"","notify_animate_hide":"1","notify_animate_show":"","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#ffffff","show_once_yn":"","show_once":"10000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"};
|
110
|
-
var log_object = {"ajax_url":"https:\/\/
|
111
|
-
/* ]]> */ </script> <script
|
166
|
+
var log_object = {"ajax_url":"https:\/\/datacite.org\/wp-admin\/admin-ajax.php"};
|
167
|
+
/* ]]> */ </script> <script type='text/javascript' src='https://datacite.org/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.1.4' id='cookie-law-info-js'></script> <script type='text/javascript' defer data-domain='blog.datacite.org' data-api='https://plausible.io/api/event' src='https://plausible.io/js/plausible.outbound-links.js?ver=1.3.4' id='plausible'></script> <script id="plausible-analytics-js-after" type="text/javascript"> window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) } </script> <script type='text/javascript' src='https://cdn.jsdelivr.net/npm/tsparticles@1.18.3/dist/tsparticles.min.js' id='particles-js'></script><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://datacite.org"><link rel="alternate" href="https://datacite.org/wp-json/tribe/events/v1/" /> <style> .molongui-disabled-link
|
112
168
|
{
|
113
169
|
border-bottom: none !important;
|
114
170
|
text-decoration: none !important;
|
@@ -122,874 +178,332 @@ http_interactions:
|
|
122
178
|
text-decoration: none !important;
|
123
179
|
color: inherit !important;
|
124
180
|
cursor: inherit !important;
|
125
|
-
} </style
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
181
|
+
} </style><link rel="icon" href="https://datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-32x32.png" sizes="32x32" /><link rel="icon" href="https://datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-192x192.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-180x180.png" /><meta name="msapplication-TileImage" content="https://datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-270x270.png" /> <!-- Fonts Plugin CSS - https://fontsplugin.com/ --> <style> </style> <!-- Fonts Plugin CSS --></head><body class="post-template-default single single-post postid-2989 single-format-standard tribe-no-js"><header class="header"><div class="container"><div class="row"><div class="col-lg-12 d-flex align-items-center justify-content-between"><div class="header__logo-container d-flex align-items-center"><div tabindex="0" id="hamburger" class="hamburger hamburger__desktop nav-icon" > <span></span> <span></span> <span></span></div><div tabindex="0" id="hamburger-mobile" class="hamburger hamburger__mobile nav-icon"> <span></span> <span></span> <span></span></div> <a href="https://datacite.org" tabindex="0"> <img class="header__logo" src="https://datacite.org/wp-content/uploads/2023/05/DataCite-Logo_secondary-bicolor-light.png" alt=""> </a></div><div class="header__login-container d-flex align-items-center"><div id="searchform"><form role="search" method="get" action="https://datacite.org"> <input name="s" id="s" type="text" placeholder="Search" value="" autocomplete="off"> <input id="search_submit" value="Search" type="submit"></form></div> <a tabindex="0" aria-label="Register"
|
182
|
+
href="https://datacite.org/become-a-member/"
|
183
|
+
class="button button--white header__button-member--desktop"> Become a Member</a> <a tabindex="0" aria-label="Login" href="https://doi.datacite.org/sign-in"
|
184
|
+
class="button button--white-ghost header__button-sign header__button-sign--desktop">Sign into Fabrica </a></div></div></div></div><nav class="navigation"><div class="container navigation__container"><div class="row"><div class="col-12"><ul class="navigation__list nav nav-tabs" id="navTabs" role="tablist" aria-label="Navigation"><li class="navigation__nav-item nav-item" role="presentation"> <a tabindex="0" class="navigation__nav-link nav-link active"
|
185
|
+
id="aboutus-tab" data-bs-toggle="tab"
|
186
|
+
data-bs-target="#firstcolumn" type="button" role="tab"
|
187
|
+
aria-controls="firstcolumn"
|
188
|
+
aria-selected="true">About us</a></li><li class="navigation__nav-item nav-item" role="presentation"> <a tabindex="0" class="navigation__nav-link nav-link "
|
189
|
+
id="workwithus-tab" data-bs-toggle="tab"
|
190
|
+
data-bs-target="#secondcolumn" type="button" role="tab"
|
191
|
+
aria-controls="secondcolumn"
|
192
|
+
aria-selected="true">Work with us</a></li><li class="navigation__nav-item nav-item" role="presentation"> <a tabindex="0" class="navigation__nav-link nav-link "
|
193
|
+
id="membership-tab" data-bs-toggle="tab"
|
194
|
+
data-bs-target="#thirdcolumn" type="button" role="tab"
|
195
|
+
aria-controls="thirdcolumn"
|
196
|
+
aria-selected="true">Membership</a></li><li class="navigation__nav-item nav-item" role="presentation"> <a tabindex="0" class="navigation__nav-link nav-link "
|
197
|
+
id="metadataschema-tab" data-bs-toggle="tab"
|
198
|
+
data-bs-target="#fourthcolumn" type="button" role="tab"
|
199
|
+
aria-controls="fourthcolumn"
|
200
|
+
aria-selected="true">Metadata Schema</a></li><li class="navigation__nav-item nav-item" role="presentation"> <a tabindex="0" class="navigation__nav-link nav-link "
|
201
|
+
id="resources-tab" data-bs-toggle="tab"
|
202
|
+
data-bs-target="#fifthcolumn" type="button" role="tab"
|
203
|
+
aria-controls="fifthcolumn"
|
204
|
+
aria-selected="true">Resources</a></li><li class="navigation__nav-item nav-item" role="presentation"> <a tabindex="0" class="navigation__nav-link nav-link "
|
205
|
+
id="latest-tab" data-bs-toggle="tab"
|
206
|
+
data-bs-target="#sixthcolumn" type="button" role="tab"
|
207
|
+
aria-controls="sixthcolumn"
|
208
|
+
aria-selected="true">Latest</a></li><li class="navigation__nav-item nav-item" role="presentation"> <a tabindex="0" class="navigation__nav-link nav-link "
|
209
|
+
id="help-tab" data-bs-toggle="tab"
|
210
|
+
data-bs-target="#seventhcolumn" type="button" role="tab"
|
211
|
+
aria-controls="seventhcolumn"
|
212
|
+
aria-selected="true">Help</a></li></ul></div></div><div class="navigation__tab-content tab-content" id="myTabContent"><div class="navigation__tab-pane tab-pane fade show active"
|
213
|
+
id="firstcolumn" role="tabpanel"
|
214
|
+
aria-labelledby="firstcolumn-tab"><div class="row"><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div class="navigation__header-menu"><ul class="nav-main"><li
|
215
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4468"> <a data-current="firstcolumn" data-open="what-we-do"
|
216
|
+
class="nav-main-link"
|
217
|
+
href="https://datacite.org/what-we-do/" >What we do</a></li><li
|
218
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4469"> <a data-current="firstcolumn" data-open="governance"
|
219
|
+
class="nav-main-link"
|
220
|
+
href="https://datacite.org/governance/" >Governance</a></li><li
|
221
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-custom menu-item-object-custom menu-item-5407 menu-item-has-children"> <a data-current="firstcolumn" data-open="steering-and-working-groups-2"
|
222
|
+
class="nav-main-link"
|
223
|
+
href="#" >Steering and Working Groups</a></li><li
|
224
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4472"> <a data-current="firstcolumn" data-open="team"
|
225
|
+
class="nav-main-link"
|
226
|
+
href="https://datacite.org/team/" >Team</a></li><li
|
227
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4473"> <a data-current="firstcolumn" data-open="job-opportunities"
|
228
|
+
class="nav-main-link"
|
229
|
+
href="https://datacite.org/job-opportunities/" >Job Opportunities</a></li><li
|
230
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-post_type menu-item-object-page menu-item-5341 menu-item-has-children"> <a data-current="firstcolumn" data-open="projects"
|
231
|
+
class="nav-main-link"
|
232
|
+
href="https://datacite.org/projects/" >Projects</a></li></ul></div></div></div><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div data-current="firstcolumn" id="what-we-do"
|
233
|
+
class="header-dropdown__info navigation__header-menu opened"><ul class="nav-drop"></ul></div><div data-current="firstcolumn" id="governance"
|
234
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="firstcolumn" id="steering-and-working-groups-2"
|
235
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/cesg/">Community Engagement Steering Group (CESG)</a></li><li class="nav-drop-item"> <a href="https://datacite.org/regional-expert-groups/">Regional Expert Groups</a></li><li class="nav-drop-item"> <a href="https://datacite.org/stsg/">Services and Technology Steering Group (STSG)</a></li><li class="nav-drop-item"> <a href="https://datacite.org/metadata-working-group/">Metadata Working Group</a></li></ul></div><div data-current="firstcolumn" id="team"
|
236
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="firstcolumn" id="job-opportunities"
|
237
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="firstcolumn" id="projects"
|
238
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/implementing-fair-workflows-project/">Implementing FAIR Workflows Project</a></li><li class="nav-drop-item"> <a href="https://datacite.org/fair-impact/">FAIR-IMPACT</a></li><li class="nav-drop-item"> <a href="https://datacite.org/fair-island/">FAIR Island</a></li><li class="nav-drop-item"> <a href="https://datacite.org/faircore4eosc/">FAIRCORE4EOSC</a></li><li class="nav-drop-item"> <a href="https://datacite.org/make-data-count-a-central-corpus-for-all-data-citations/">Make Data Count: A Central Corpus for All Data Citations</a></li><li class="nav-drop-item"> <a href="https://datacite.org/pid-network-deutschland/">PID Network Deutschland</a></li><li class="nav-drop-item"> <a href="https://datacite.org/projects/#completed_projects">Completed Projects</a></li></ul></div></div></div><div class="col-lg-4 navigation__column"><div class="navigation__column-content"><div class="navigation__column-description"><h3>Do you...</h3><p><small>… want to join one of our committees? Please <a href="https://datacite.org/contact/"><u>contact us</u></a><br /> … want to contribute an idea to our Product Roadmap? Please <a href="https://datacite.org/roadmap/"><u>share it with us</u></a><br /> … want to suggest a change to our Metadata Schema? Please <a href="https://docs.google.com/forms/d/e/1FAIpQLScJxexxpwVyKRxZ8mowN5cxpYsz0vf12VGC89It_jsSG1kg_A/viewform"><u>submit it</u></a></small></p></div><div class="navigation__column-form"></div></div></div></div></div><div class="navigation__tab-pane tab-pane fade "
|
239
|
+
id="secondcolumn" role="tabpanel"
|
240
|
+
aria-labelledby="secondcolumn-tab"><div class="row"><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div class="navigation__header-menu"><ul class="nav-main"><li
|
241
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4963"> <a data-current="secondcolumn" data-open="create-dois"
|
242
|
+
class="nav-main-link"
|
243
|
+
href="https://datacite.org/create-dois/" >Create DOIs</a></li><li
|
244
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-post_type menu-item-object-page menu-item-4970 menu-item-has-children"> <a data-current="secondcolumn" data-open="integrate-workflows"
|
245
|
+
class="nav-main-link"
|
246
|
+
href="https://datacite.org/integrate-workflows/" >Integrate Workflows</a></li><li
|
247
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4969"> <a data-current="secondcolumn" data-open="enable-discovery"
|
248
|
+
class="nav-main-link"
|
249
|
+
href="https://datacite.org/enable-discovery/" >Enable Discovery</a></li><li
|
250
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4968"> <a data-current="secondcolumn" data-open="promote-reuse"
|
251
|
+
class="nav-main-link"
|
252
|
+
href="https://datacite.org/promote-reuse/" >Promote Reuse</a></li><li
|
253
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-custom menu-item-object-custom menu-item-4971 menu-item-has-children"> <a data-current="secondcolumn" data-open="strategic-initiatives"
|
254
|
+
class="nav-main-link"
|
255
|
+
href="#" >Strategic Initiatives</a></li><li
|
256
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4980"> <a data-current="secondcolumn" data-open="become-a-member"
|
257
|
+
class="nav-main-link"
|
258
|
+
href="https://datacite.org/become-a-member/" >Become a Member</a></li><li
|
259
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4982"> <a data-current="secondcolumn" data-open="become-a-service-provider"
|
260
|
+
class="nav-main-link"
|
261
|
+
href="https://datacite.org/become-a-service-provider/" >Become a DataCite Registered Service Provider</a></li><li
|
262
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4985"> <a data-current="secondcolumn" data-open="roadmap"
|
263
|
+
class="nav-main-link"
|
264
|
+
href="https://datacite.org/roadmap/" >Contribute to our DataCite Roadmap</a></li></ul></div></div></div><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div data-current="secondcolumn" id="create-dois"
|
265
|
+
class="header-dropdown__info navigation__header-menu opened"><ul class="nav-drop"></ul></div><div data-current="secondcolumn" id="integrate-workflows"
|
266
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/service-providers/">DataCite Registered Service Providers</a></li></ul></div><div data-current="secondcolumn" id="enable-discovery"
|
267
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="secondcolumn" id="promote-reuse"
|
268
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="secondcolumn" id="strategic-initiatives"
|
269
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/global-access-program/">Global Access Program</a></li><li class="nav-drop-item"> <a href="https://datacite.org/igsn/">IGSN</a></li><li class="nav-drop-item"> <a href="https://datacite.org/make-data-count/">Make Data Count</a></li><li class="nav-drop-item"> <a href="https://datacite.org/re3data-2/">re3data</a></li><li class="nav-drop-item"> <a href="https://datacite.org/ror/">ROR</a></li></ul></div><div data-current="secondcolumn" id="become-a-member"
|
270
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="secondcolumn" id="become-a-service-provider"
|
271
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="secondcolumn" id="roadmap"
|
272
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div></div></div><div class="col-lg-4 navigation__column"><div class="navigation__column-content"><div class="navigation__column-description"><p><small>We sustain <a href="https://datacite.org/what-we-do/#POSI_Commitment"><u>open infrastructure services</u></a> to ensure that research outputs and resources are easily findable, accessible, interoperable, and reusable (<a href="https://doi.org/10.1038/sdata.2016.18"><u>FAIR</u></a>). </small></p></div><div class="navigation__column-form"></div></div></div></div></div><div class="navigation__tab-pane tab-pane fade "
|
273
|
+
id="thirdcolumn" role="tabpanel"
|
274
|
+
aria-labelledby="thirdcolumn-tab"><div class="row"><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div class="navigation__header-menu"><ul class="nav-main"><li
|
275
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4799"> <a data-current="thirdcolumn" data-open="become-a-member"
|
276
|
+
class="nav-main-link"
|
277
|
+
href="https://datacite.org/become-a-member/" >Become a Member</a></li><li
|
278
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4800"> <a data-current="thirdcolumn" data-open="fee-model"
|
279
|
+
class="nav-main-link"
|
280
|
+
href="https://datacite.org/fee-model/" >DataCite Fee Model</a></li><li
|
281
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4990"> <a data-current="thirdcolumn" data-open="membership-enquiry"
|
282
|
+
class="nav-main-link"
|
283
|
+
href="https://datacite.org/membership-enquiry/" >Membership Enquiry</a></li><li
|
284
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4801"> <a data-current="thirdcolumn" data-open="members"
|
285
|
+
class="nav-main-link"
|
286
|
+
href="https://datacite.org/members/" >DataCite Members</a></li></ul></div></div></div><div class="col-lg-3 navigation__column"><div class="navigation__column-content"></div></div><div class="col-lg-4 navigation__column"><div class="navigation__column-content"><div class="navigation__column-description"><p><small>If you are interested in a DataCite membership please send an enquiry via the <a href="https://datacite.org/membership-enquiry"><u>enquiry form</u></a> and we will get in touch with you.<br /> </small></p></div><div class="navigation__column-form"></div></div></div></div></div><div class="navigation__tab-pane tab-pane fade "
|
287
|
+
id="fourthcolumn" role="tabpanel"
|
288
|
+
aria-labelledby="fourthcolumn-tab"><div class="row"><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div class="navigation__header-menu"><ul class="nav-main"><li
|
289
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2016"> <a data-current="fourthcolumn" data-open="partners"
|
290
|
+
class="nav-main-link"
|
291
|
+
href="https://schema.datacite.org/" target="_blank">About the Schema ↗</a></li><li
|
292
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2017"> <a data-current="fourthcolumn" data-open="steering-groups-2"
|
293
|
+
class="nav-main-link"
|
294
|
+
href="https://schema.datacite.org/meta/kernel-4.4/" target="_blank">Schema 4.4 ↗</a></li><li
|
295
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2018"> <a data-current="fourthcolumn" data-open="service-providers"
|
296
|
+
class="nav-main-link"
|
297
|
+
href="https://schema.datacite.org/versions.html" target="_blank">Older Versions ↗</a></li><li
|
298
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2019"> <a data-current="fourthcolumn" data-open="roadmap"
|
299
|
+
class="nav-main-link"
|
300
|
+
href="https://schema.datacite.org/contribute.html" target="_blank">Contribute to the Schema ↗</a></li></ul></div></div></div><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div class="navigation__column-description"><p><small>See the people behind the <a href="https://datacite.org/metadata-working-group/"><u>Metadata Working Group</u></a>.</small></p></div></div></div><div class="col-lg-4 navigation__column"><div class="navigation__column-content"><div class="navigation__column-description"><p><small>The DataCite Metadata Schema is a list of core metadata properties chosen for an accurate and consistent identification of a resource for citation and retrieval purposes, along with recommended use instructions.</small></p></div><div class="navigation__column-form"></div></div></div></div></div><div class="navigation__tab-pane tab-pane fade "
|
301
|
+
id="fifthcolumn" role="tabpanel"
|
302
|
+
aria-labelledby="fifthcolumn-tab"><div class="row"><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div class="navigation__header-menu"><ul class="nav-main"><li
|
303
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-4803"> <a data-current="fifthcolumn" data-open="datacite-youtube-channel"
|
304
|
+
class="nav-main-link"
|
305
|
+
href="https://www.youtube.com/c/DataCiteChannel" target="_blank">DataCite YouTube Channel ↗</a></li><li
|
306
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-4804"> <a data-current="fifthcolumn" data-open="datacite-resource-collection"
|
307
|
+
class="nav-main-link"
|
308
|
+
href="https://zenodo.org/communities/datacite/?page=1&size=20" target="_blank">DataCite Resource Collection ↗</a></li><li
|
309
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-6046 menu-item-has-children"> <a data-current="fifthcolumn" data-open="datacite-logos"
|
310
|
+
class="nav-main-link"
|
311
|
+
href="#" >DataCite Logos</a></li><li
|
312
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-6187"> <a data-current="fifthcolumn" data-open="datacite-community-badges"
|
313
|
+
class="nav-main-link"
|
314
|
+
href="https://datacite.org/datacite-community-badges/" >DataCite Community Badges</a></li></ul></div></div></div><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div data-current="fifthcolumn" id="datacite-youtube-channel"
|
315
|
+
class="header-dropdown__info navigation__header-menu opened"><ul class="nav-drop"></ul></div><div data-current="fifthcolumn" id="datacite-resource-collection"
|
316
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="fifthcolumn" id="datacite-logos"
|
317
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/datacite-primary-logo/">DataCite Primary Logo</a></li><li class="nav-drop-item"> <a href="https://datacite.org/datacite-secondary-logo/">DataCite Secondary Logo</a></li><li class="nav-drop-item"> <a href="https://datacite.org/datacite-stacked-logo/">DataCite Stacked Logo</a></li><li class="nav-drop-item"> <a href="https://datacite.org/datacite-schwoop/">DataCite Schwoop</a></li></ul></div><div data-current="fifthcolumn" id="datacite-community-badges"
|
318
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div></div></div><div class="col-lg-4 navigation__column"><div class="navigation__column-content"><div class="navigation__column-description"></div><div class="navigation__column-form"></div></div></div></div></div><div class="navigation__tab-pane tab-pane fade "
|
319
|
+
id="sixthcolumn" role="tabpanel"
|
320
|
+
aria-labelledby="sixthcolumn-tab"><div class="row"><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div class="navigation__header-menu"><ul class="nav-main"><li
|
321
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-4993"> <a data-current="sixthcolumn" data-open="blog"
|
322
|
+
class="nav-main-link"
|
323
|
+
href="https://datacite.org/blog/" >DataCite Blog</a></li><li
|
324
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-5696 menu-item-has-children"> <a data-current="sixthcolumn" data-open="events"
|
325
|
+
class="nav-main-link"
|
326
|
+
href="https://datacite.org/events/" >Events</a></li><li
|
327
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-5747"> <a data-current="sixthcolumn" data-open="roadmap"
|
328
|
+
class="nav-main-link"
|
329
|
+
href="https://datacite.org/roadmap/" >DataCite Roadmap</a></li><li
|
330
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-6205"> <a data-current="sixthcolumn" data-open="datacite-newsletter"
|
331
|
+
class="nav-main-link"
|
332
|
+
href="https://datacite.org/datacite-newsletter/" >DataCite Newsletter</a></li></ul></div></div></div><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div data-current="sixthcolumn" id="blog"
|
333
|
+
class="header-dropdown__info navigation__header-menu opened"><ul class="nav-drop"></ul></div><div data-current="sixthcolumn" id="events"
|
334
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/events/category/webinar/list">Webinars</a></li><li class="nav-drop-item"> <a href="https://datacite.org/events/category/open-hours/list/?eventDisplay=past&hide_subsequent_recurrences=1">Open Hours</a></li><li class="nav-drop-item"> <a href="https://datacite.org/datacite-community-meetings/">DataCite Annual Community Meetings</a></li><li class="nav-drop-item"> <a href="https://datacite.org/events/category/datacite-connect/list/?eventDisplay=past&hide_subsequent_recurrences=1">DataCite Connect</a></li></ul></div><div data-current="sixthcolumn" id="roadmap"
|
335
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div><div data-current="sixthcolumn" id="datacite-newsletter"
|
336
|
+
class="header-dropdown__info navigation__header-menu "><ul class="nav-drop"></ul></div></div></div><div class="col-lg-4 navigation__column"><div class="navigation__column-content"><div class="navigation__column-description"></div><div class="navigation__column-form"></div></div></div></div></div><div class="navigation__tab-pane tab-pane fade "
|
337
|
+
id="seventhcolumn" role="tabpanel"
|
338
|
+
aria-labelledby="seventhcolumn-tab"><div class="row"><div class="col-lg-3 navigation__column"><div class="navigation__column-content"><div class="navigation__header-menu"><ul class="nav-main"><li
|
339
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-4994"> <a data-current="seventhcolumn" data-open="support-documentation"
|
340
|
+
class="nav-main-link"
|
341
|
+
href="https://support.datacite.org" target="_blank">Support Documentation ↗</a></li><li
|
342
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-6393"> <a data-current="seventhcolumn" data-open="service-status-%e2%86%97"
|
343
|
+
class="nav-main-link"
|
344
|
+
href="https://status.datacite.org/" target="_blank">Service Status ↗</a></li><li
|
345
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4995"> <a data-current="seventhcolumn" data-open="contact"
|
346
|
+
class="nav-main-link"
|
347
|
+
href="https://datacite.org/contact/" >Contact</a></li></ul></div></div></div><div class="col-lg-3 navigation__column"><div class="navigation__column-content"></div></div><div class="col-lg-4 navigation__column"><div class="navigation__column-content"><div class="navigation__column-description"></div><div class="navigation__column-form"></div></div></div></div></div></div></div></nav><div class="navigation-mobile"><div class="navigation-mobile__nav"><div class="navigation-mobile__wrapper"><nav id="navbar" class="navigation-mobile__navbar"><ul class="navigation-mobile__menu" id="menu"><li class="navigation-mobile__menu-item menu-dropdown"> <span class="navigation-mobile__menu-link" data-toggle="submenu">About us</span><div class="menu-about-us-container"><ul class="menu submenu"><li
|
348
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4468"><div class="nav-main-link-wrapper"> <a class="nav-main-link"
|
349
|
+
href="https://datacite.org/what-we-do/">What we do </a></div></li><li
|
350
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4469"><div class="nav-main-link-wrapper"> <a class="nav-main-link"
|
351
|
+
href="https://datacite.org/governance/">Governance </a></div></li><li
|
352
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-custom menu-item-object-custom menu-item-5407 menu-item-has-children"><div class="nav-main-link-wrapper"> <a class="nav-main-link"
|
353
|
+
href="#">Steering and Working Groups </a></div><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/cesg/">Community Engagement Steering Group (CESG)</a></li><li class="nav-drop-item"> <a href="https://datacite.org/regional-expert-groups/">Regional Expert Groups</a></li><li class="nav-drop-item"> <a href="https://datacite.org/stsg/">Services and Technology Steering Group (STSG)</a></li><li class="nav-drop-item"> <a href="https://datacite.org/metadata-working-group/">Metadata Working Group</a></li></ul></li><li
|
354
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4472"><div class="nav-main-link-wrapper"> <a class="nav-main-link"
|
355
|
+
href="https://datacite.org/team/">Team </a></div></li><li
|
356
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4473"><div class="nav-main-link-wrapper"> <a class="nav-main-link"
|
357
|
+
href="https://datacite.org/job-opportunities/">Job Opportunities </a></div></li><li
|
358
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-post_type menu-item-object-page menu-item-5341 menu-item-has-children"><div class="nav-main-link-wrapper"> <a class="nav-main-link"
|
359
|
+
href="https://datacite.org/projects/">Projects </a></div><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/implementing-fair-workflows-project/">Implementing FAIR Workflows Project</a></li><li class="nav-drop-item"> <a href="https://datacite.org/fair-impact/">FAIR-IMPACT</a></li><li class="nav-drop-item"> <a href="https://datacite.org/fair-island/">FAIR Island</a></li><li class="nav-drop-item"> <a href="https://datacite.org/faircore4eosc/">FAIRCORE4EOSC</a></li><li class="nav-drop-item"> <a href="https://datacite.org/make-data-count-a-central-corpus-for-all-data-citations/">Make Data Count: A Central Corpus for All Data Citations</a></li><li class="nav-drop-item"> <a href="https://datacite.org/pid-network-deutschland/">PID Network Deutschland</a></li><li class="nav-drop-item"> <a href="https://datacite.org/projects/#completed_projects">Completed Projects</a></li></ul></li></ul></div></li><li class="navigation-mobile__menu-item menu-dropdown"> <span class="navigation-mobile__menu-link" data-toggle="submenu">Work with us</span><div class="menu-about-us-container"><ul class="menu submenu"><li
|
360
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4963"> <a class="nav-main-link"
|
361
|
+
href="https://datacite.org/create-dois/">Create DOIs</a></li><li
|
362
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-post_type menu-item-object-page menu-item-4970 menu-item-has-children"> <a class="nav-main-link"
|
363
|
+
href="https://datacite.org/integrate-workflows/">Integrate Workflows</a><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/service-providers/">DataCite Registered Service Providers</a></li></ul></li><li
|
364
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4969"> <a class="nav-main-link"
|
365
|
+
href="https://datacite.org/enable-discovery/">Enable Discovery</a></li><li
|
366
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4968"> <a class="nav-main-link"
|
367
|
+
href="https://datacite.org/promote-reuse/">Promote Reuse</a></li><li
|
368
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-custom menu-item-object-custom menu-item-4971 menu-item-has-children"> <a class="nav-main-link"
|
369
|
+
href="#">Strategic Initiatives</a><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/global-access-program/">Global Access Program</a></li><li class="nav-drop-item"> <a href="https://datacite.org/igsn/">IGSN</a></li><li class="nav-drop-item"> <a href="https://datacite.org/make-data-count/">Make Data Count</a></li><li class="nav-drop-item"> <a href="https://datacite.org/re3data-2/">re3data</a></li><li class="nav-drop-item"> <a href="https://datacite.org/ror/">ROR</a></li></ul></li><li
|
370
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4980"> <a class="nav-main-link"
|
371
|
+
href="https://datacite.org/become-a-member/">Become a Member</a></li><li
|
372
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4982"> <a class="nav-main-link"
|
373
|
+
href="https://datacite.org/become-a-service-provider/">Become a DataCite Registered Service Provider</a></li><li
|
374
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4985"> <a class="nav-main-link"
|
375
|
+
href="https://datacite.org/roadmap/">Contribute to our DataCite Roadmap</a></li></ul></div></li><li class="navigation-mobile__menu-item menu-dropdown"> <span class="navigation-mobile__menu-link" data-toggle="submenu">Membership</span><div class="menu-about-us-container"><ul class="menu submenu"><li
|
376
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4799"> <a class="nav-main-link"
|
377
|
+
href="https://datacite.org/become-a-member/">Become a Member</a></li><li
|
378
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4800"> <a class="nav-main-link"
|
379
|
+
href="https://datacite.org/fee-model/">DataCite Fee Model</a></li><li
|
380
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4990"> <a class="nav-main-link"
|
381
|
+
href="https://datacite.org/membership-enquiry/">Membership Enquiry</a></li><li
|
382
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4801"> <a class="nav-main-link"
|
383
|
+
href="https://datacite.org/members/">DataCite Members</a></li></ul></div></li><li class="navigation-mobile__menu-item menu-dropdown"> <span class="navigation-mobile__menu-link" data-toggle="submenu">Metadata Schema</span><div class="menu-about-us-container"><ul class="menu submenu"><li
|
384
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2016"> <a class="nav-main-link"
|
385
|
+
href="https://schema.datacite.org/">About the Schema ↗</a></li><li
|
386
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2017"> <a class="nav-main-link"
|
387
|
+
href="https://schema.datacite.org/meta/kernel-4.4/">Schema 4.4 ↗</a></li><li
|
388
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2018"> <a class="nav-main-link"
|
389
|
+
href="https://schema.datacite.org/versions.html">Older Versions ↗</a></li><li
|
390
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-2019"> <a class="nav-main-link"
|
391
|
+
href="https://schema.datacite.org/contribute.html">Contribute to the Schema ↗</a></li></ul></div></li><li class="navigation-mobile__menu-item menu-dropdown"> <span class="navigation-mobile__menu-link" data-toggle="submenu">Resources</span><div class="menu-about-us-container"><ul class="menu submenu"><li
|
392
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-4803"> <a class="nav-main-link"
|
393
|
+
href="https://www.youtube.com/c/DataCiteChannel">DataCite YouTube Channel ↗</a></li><li
|
394
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-4804"> <a class="nav-main-link"
|
395
|
+
href="https://zenodo.org/communities/datacite/?page=1&size=20">DataCite Resource Collection ↗</a></li><li
|
396
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-custom menu-item-object-custom menu-item-6046 menu-item-has-children"> <a class="nav-main-link"
|
397
|
+
href="#">DataCite Logos</a><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/datacite-primary-logo/">DataCite Primary Logo</a></li><li class="nav-drop-item"> <a href="https://datacite.org/datacite-secondary-logo/">DataCite Secondary Logo</a></li><li class="nav-drop-item"> <a href="https://datacite.org/datacite-stacked-logo/">DataCite Stacked Logo</a></li><li class="nav-drop-item"> <a href="https://datacite.org/datacite-schwoop/">DataCite Schwoop</a></li></ul></li><li
|
398
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-6187"> <a class="nav-main-link"
|
399
|
+
href="https://datacite.org/datacite-community-badges/">DataCite Community Badges</a></li></ul></div></li><li class="navigation-mobile__menu-item menu-dropdown"> <span class="navigation-mobile__menu-link" data-toggle="submenu">Latest</span><div class="menu-about-us-container"><ul class="menu submenu"><li
|
400
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-4993"> <a class="nav-main-link"
|
401
|
+
href="https://datacite.org/blog/">DataCite Blog</a></li><li
|
402
|
+
class="header-dropdown-item nav-main-item children menu-item menu-item-type-custom menu-item-object-custom menu-item-5696 menu-item-has-children"> <a class="nav-main-link"
|
403
|
+
href="https://datacite.org/events/">Events</a><ul class="nav-drop"><li class="nav-drop-item"> <a href="https://datacite.org/events/category/webinar/list">Webinars</a></li><li class="nav-drop-item"> <a href="https://datacite.org/events/category/open-hours/list/?eventDisplay=past&hide_subsequent_recurrences=1">Open Hours</a></li><li class="nav-drop-item"> <a href="https://datacite.org/datacite-community-meetings/">DataCite Annual Community Meetings</a></li><li class="nav-drop-item"> <a href="https://datacite.org/events/category/datacite-connect/list/?eventDisplay=past&hide_subsequent_recurrences=1">DataCite Connect</a></li></ul></li><li
|
404
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-5747"> <a class="nav-main-link"
|
405
|
+
href="https://datacite.org/roadmap/">DataCite Roadmap</a></li><li
|
406
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-6205"> <a class="nav-main-link"
|
407
|
+
href="https://datacite.org/datacite-newsletter/">DataCite Newsletter</a></li></ul></div></li><li class="navigation-mobile__menu-item menu-dropdown"> <span class="navigation-mobile__menu-link" data-toggle="submenu">Help</span><div class="menu-about-us-container"><ul class="menu submenu"><li
|
408
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-4994"> <a class="nav-main-link"
|
409
|
+
href="https://support.datacite.org">Support Documentation ↗</a></li><li
|
410
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-custom menu-item-object-custom menu-item-6393"> <a class="nav-main-link"
|
411
|
+
href="https://status.datacite.org/">Service Status ↗</a></li><li
|
412
|
+
class="header-dropdown-item nav-main-item menu-item menu-item-type-post_type menu-item-object-page menu-item-4995"> <a class="nav-main-link"
|
413
|
+
href="https://datacite.org/contact/">Contact</a></li></ul></div></li></ul></nav><div class="header__button-container"> <a href="https://datacite.org/become-a-member/"
|
414
|
+
class="button header__button-member--mobile">Become a Member</a> <a href="https://doi.datacite.org/sign-in"
|
415
|
+
class="button header__button-sign header__button-sign--mobile">Sign into Fabrica </a></div></div></div></div></header><section class="single-hero"><canvas id="tsparticles"></canvas><div class="container"><div class="row"><div class="col-md-12 col-lg-9 z-index-1"><h1 class="single-hero__title">Eating your own Dog Food</h1><div class="metadata metadata--post"> <span class="blog__calendar-icon m-b-16 m-r-16"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.4" d="M17 10.039C13.141 10.039 10 13.179 10 17.039C10 20.877 13.141 24 17 24C20.859 24 24 20.86 24 17C24 13.162 20.859 10.039 17 10.039ZM17 22C14.243 22 12 19.774 12 17.039C12 14.282 14.243 12.039 17 12.039C19.757 12.039 22 14.265 22 17C22 19.757 19.757 22 17 22ZM18.707 17.293C19.098 17.684 19.098 18.316 18.707 18.707C18.512 18.902 18.256 19 18 19C17.744 19 17.488 18.902 17.293 18.707L16.293 17.707C16.105 17.519 16 17.265 16 17V15C16 14.448 16.447 14 17 14C17.553 14 18 14.448 18 15V16.586L18.707 17.293ZM24 7V9C24 9.552 23.553 10 23 10C22.447 10 22 9.552 22 9V7C22 5.346 20.654 4 19 4H5C3.346 4 2 5.346 2 7V8H11C11.552 8 12 8.448 12 9C12 9.552 11.552 10 11 10H2V19C2 20.654 3.346 22 5 22H9C9.552 22 10 22.448 10 23C10 23.552 9.552 24 9 24H5C2.243 24 0 21.757 0 19V7C0 4.243 2.243 2 5 2H6V1C6 0.448 6.448 0 7 0C7.552 0 8 0.448 8 1V2H16V1C16 0.448 16.447 0 17 0C17.553 0 18 0.448 18 1V2H19C21.757 2 24 4.243 24 7Z" fill="#243B54"/> </svg> </span> <span class="date m-b-16 m-r-16">December 20th, 2016</span><div class="categories m-b-16 m-r-8"> <a href="https://datacite.org/blog/category/uncategorized/"> <span class="category-tab m-b-8 m-r-8">Uncategorized</span> </a></div> <span class="read-time m-b-16 m-r-16">5 min Read</span></div><div> <a href="https://doi.org/10.5438/4k3m-nyvg" target="_blank">https://doi.org/10.5438/4k3m-nyvg</a></div></div></div></div></section> <style> /* ---- tsparticles container ---- */
|
416
|
+
#tsparticles {
|
417
|
+
position: absolute;
|
418
|
+
width: 100%;
|
419
|
+
height: 100%;
|
420
|
+
top: 0;
|
421
|
+
left: 0;
|
422
|
+
background-repeat: no-repeat;
|
423
|
+
background-size: cover;
|
424
|
+
background-position: 50% 50%;
|
425
|
+
} </style> <script> var mediaQuery = window.matchMedia('(prefers-reduced-motion: reduce)');
|
426
|
+
var loadedParticles = false;
|
427
|
+
setInterval(function(){
|
428
|
+
if ( loadedParticles || mediaQuery.matches ) {
|
429
|
+
return;
|
130
430
|
}
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
#footer-area .widget ul li {
|
146
|
-
padding: 0;
|
147
|
-
font-size: 1.2em;
|
148
|
-
}
|
149
|
-
#footer-area ul li {
|
150
|
-
border-bottom: none;
|
151
|
-
}
|
152
|
-
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
|
153
|
-
font-size: 1.5em;
|
154
|
-
}
|
155
|
-
#footer-area{
|
156
|
-
background-color: #e3e3e3;
|
157
|
-
color: #9a9a9a;
|
158
|
-
}
|
159
|
-
#colophon{
|
160
|
-
border-top: none;
|
161
|
-
}
|
162
|
-
#footer-area a:hover{
|
163
|
-
color: #6b6b6b;
|
164
|
-
}</style><meta name="description" content="Eating your own dog food is a slang term to describe that an organization should itself use the products and services it provides. For DataCite this means that we should use DOIs with appropriate metadata and strategies for long-term preservation for the scholarly outputs we produce. For the most part this is not research data,…" /> <style type="text/css"> .navbar > .container .navbar-brand {
|
165
|
-
color: #66615b;
|
166
|
-
} </style> <!-- Jetpack Open Graph Tags --><meta property="og:type" content="article" /><meta property="og:title" content="Eating your own Dog Food" /><meta property="og:url" content="https://blog.datacite.org/eating-your-own-dog-food/" /><meta property="og:description" content="Eating your own dog food is a slang term to describe that an organization should itself use the products and services it provides. For DataCite this means that we should use DOIs with appropriate m…" /><meta property="article:published_time" content="2016-12-20T00:00:00+00:00" /><meta property="article:modified_time" content="2016-12-20T00:00:00+00:00" /><meta property="og:site_name" content="DataCite Blog" /><meta property="og:image" content="https://blog.datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop.png" /><meta property="og:image:width" content="512" /><meta property="og:image:height" content="512" /><meta property="og:image:alt" content="" /><meta property="og:locale" content="en_US" /><meta name="twitter:site" content="@DataCite" /><meta name="twitter:text:title" content="Eating your own Dog Food" /><meta name="twitter:image" content="https://blog.datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-270x270.png" /><meta name="twitter:card" content="summary" /> <!-- End Jetpack Open Graph Tags --> <!--[if lt IE 9]> <script src="https://blog.datacite.org/wp-content/themes/dazzling/inc/js/html5shiv.min.js"></script> <script src="https://blog.datacite.org/wp-content/themes/dazzling/inc/js/respond.min.js"></script> <![endif]--><link rel="icon" href="https://blog.datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-32x32.png" sizes="32x32" /><link rel="icon" href="https://blog.datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-192x192.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://blog.datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-180x180.png" /><meta name="msapplication-TileImage" content="https://blog.datacite.org/wp-content/uploads/2021/10/cropped-DataCite-Logo_Schwoop-270x270.png" /> <style type="text/css" id="wp-custom-css"> .aligncenter {
|
167
|
-
text-align: center;
|
168
|
-
} </style> <!-- Fonts Plugin CSS - https://fontsplugin.com/ --> <style> /* Cached: March 19, 2023 at 12:48am */
|
169
|
-
/* cyrillic-ext */
|
170
|
-
@font-face {
|
171
|
-
font-family: 'Raleway';
|
172
|
-
font-style: italic;
|
173
|
-
font-weight: 100;
|
174
|
-
font-display: swap;
|
175
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
176
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
177
|
-
}
|
178
|
-
/* cyrillic */
|
179
|
-
@font-face {
|
180
|
-
font-family: 'Raleway';
|
181
|
-
font-style: italic;
|
182
|
-
font-weight: 100;
|
183
|
-
font-display: swap;
|
184
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
185
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
186
|
-
}
|
187
|
-
/* vietnamese */
|
188
|
-
@font-face {
|
189
|
-
font-family: 'Raleway';
|
190
|
-
font-style: italic;
|
191
|
-
font-weight: 100;
|
192
|
-
font-display: swap;
|
193
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
194
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
195
|
-
}
|
196
|
-
/* latin-ext */
|
197
|
-
@font-face {
|
198
|
-
font-family: 'Raleway';
|
199
|
-
font-style: italic;
|
200
|
-
font-weight: 100;
|
201
|
-
font-display: swap;
|
202
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
203
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
204
|
-
}
|
205
|
-
/* latin */
|
206
|
-
@font-face {
|
207
|
-
font-family: 'Raleway';
|
208
|
-
font-style: italic;
|
209
|
-
font-weight: 100;
|
210
|
-
font-display: swap;
|
211
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
212
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
213
|
-
}
|
214
|
-
/* cyrillic-ext */
|
215
|
-
@font-face {
|
216
|
-
font-family: 'Raleway';
|
217
|
-
font-style: italic;
|
218
|
-
font-weight: 200;
|
219
|
-
font-display: swap;
|
220
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
221
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
222
|
-
}
|
223
|
-
/* cyrillic */
|
224
|
-
@font-face {
|
225
|
-
font-family: 'Raleway';
|
226
|
-
font-style: italic;
|
227
|
-
font-weight: 200;
|
228
|
-
font-display: swap;
|
229
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
230
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
231
|
-
}
|
232
|
-
/* vietnamese */
|
233
|
-
@font-face {
|
234
|
-
font-family: 'Raleway';
|
235
|
-
font-style: italic;
|
236
|
-
font-weight: 200;
|
237
|
-
font-display: swap;
|
238
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
239
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
240
|
-
}
|
241
|
-
/* latin-ext */
|
242
|
-
@font-face {
|
243
|
-
font-family: 'Raleway';
|
244
|
-
font-style: italic;
|
245
|
-
font-weight: 200;
|
246
|
-
font-display: swap;
|
247
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
248
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
249
|
-
}
|
250
|
-
/* latin */
|
251
|
-
@font-face {
|
252
|
-
font-family: 'Raleway';
|
253
|
-
font-style: italic;
|
254
|
-
font-weight: 200;
|
255
|
-
font-display: swap;
|
256
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
257
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
258
|
-
}
|
259
|
-
/* cyrillic-ext */
|
260
|
-
@font-face {
|
261
|
-
font-family: 'Raleway';
|
262
|
-
font-style: italic;
|
263
|
-
font-weight: 300;
|
264
|
-
font-display: swap;
|
265
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
266
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
267
|
-
}
|
268
|
-
/* cyrillic */
|
269
|
-
@font-face {
|
270
|
-
font-family: 'Raleway';
|
271
|
-
font-style: italic;
|
272
|
-
font-weight: 300;
|
273
|
-
font-display: swap;
|
274
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
275
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
276
|
-
}
|
277
|
-
/* vietnamese */
|
278
|
-
@font-face {
|
279
|
-
font-family: 'Raleway';
|
280
|
-
font-style: italic;
|
281
|
-
font-weight: 300;
|
282
|
-
font-display: swap;
|
283
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
284
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
285
|
-
}
|
286
|
-
/* latin-ext */
|
287
|
-
@font-face {
|
288
|
-
font-family: 'Raleway';
|
289
|
-
font-style: italic;
|
290
|
-
font-weight: 300;
|
291
|
-
font-display: swap;
|
292
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
293
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
294
|
-
}
|
295
|
-
/* latin */
|
296
|
-
@font-face {
|
297
|
-
font-family: 'Raleway';
|
298
|
-
font-style: italic;
|
299
|
-
font-weight: 300;
|
300
|
-
font-display: swap;
|
301
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
302
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
303
|
-
}
|
304
|
-
/* cyrillic-ext */
|
305
|
-
@font-face {
|
306
|
-
font-family: 'Raleway';
|
307
|
-
font-style: italic;
|
308
|
-
font-weight: 400;
|
309
|
-
font-display: swap;
|
310
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
311
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
312
|
-
}
|
313
|
-
/* cyrillic */
|
314
|
-
@font-face {
|
315
|
-
font-family: 'Raleway';
|
316
|
-
font-style: italic;
|
317
|
-
font-weight: 400;
|
318
|
-
font-display: swap;
|
319
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
320
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
321
|
-
}
|
322
|
-
/* vietnamese */
|
323
|
-
@font-face {
|
324
|
-
font-family: 'Raleway';
|
325
|
-
font-style: italic;
|
326
|
-
font-weight: 400;
|
327
|
-
font-display: swap;
|
328
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
329
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
330
|
-
}
|
331
|
-
/* latin-ext */
|
332
|
-
@font-face {
|
333
|
-
font-family: 'Raleway';
|
334
|
-
font-style: italic;
|
335
|
-
font-weight: 400;
|
336
|
-
font-display: swap;
|
337
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
338
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
339
|
-
}
|
340
|
-
/* latin */
|
341
|
-
@font-face {
|
342
|
-
font-family: 'Raleway';
|
343
|
-
font-style: italic;
|
344
|
-
font-weight: 400;
|
345
|
-
font-display: swap;
|
346
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
347
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
348
|
-
}
|
349
|
-
/* cyrillic-ext */
|
350
|
-
@font-face {
|
351
|
-
font-family: 'Raleway';
|
352
|
-
font-style: italic;
|
353
|
-
font-weight: 500;
|
354
|
-
font-display: swap;
|
355
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
356
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
357
|
-
}
|
358
|
-
/* cyrillic */
|
359
|
-
@font-face {
|
360
|
-
font-family: 'Raleway';
|
361
|
-
font-style: italic;
|
362
|
-
font-weight: 500;
|
363
|
-
font-display: swap;
|
364
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
365
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
366
|
-
}
|
367
|
-
/* vietnamese */
|
368
|
-
@font-face {
|
369
|
-
font-family: 'Raleway';
|
370
|
-
font-style: italic;
|
371
|
-
font-weight: 500;
|
372
|
-
font-display: swap;
|
373
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
374
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
375
|
-
}
|
376
|
-
/* latin-ext */
|
377
|
-
@font-face {
|
378
|
-
font-family: 'Raleway';
|
379
|
-
font-style: italic;
|
380
|
-
font-weight: 500;
|
381
|
-
font-display: swap;
|
382
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
383
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
384
|
-
}
|
385
|
-
/* latin */
|
386
|
-
@font-face {
|
387
|
-
font-family: 'Raleway';
|
388
|
-
font-style: italic;
|
389
|
-
font-weight: 500;
|
390
|
-
font-display: swap;
|
391
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
392
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
393
|
-
}
|
394
|
-
/* cyrillic-ext */
|
395
|
-
@font-face {
|
396
|
-
font-family: 'Raleway';
|
397
|
-
font-style: italic;
|
398
|
-
font-weight: 600;
|
399
|
-
font-display: swap;
|
400
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
401
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
402
|
-
}
|
403
|
-
/* cyrillic */
|
404
|
-
@font-face {
|
405
|
-
font-family: 'Raleway';
|
406
|
-
font-style: italic;
|
407
|
-
font-weight: 600;
|
408
|
-
font-display: swap;
|
409
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
410
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
411
|
-
}
|
412
|
-
/* vietnamese */
|
413
|
-
@font-face {
|
414
|
-
font-family: 'Raleway';
|
415
|
-
font-style: italic;
|
416
|
-
font-weight: 600;
|
417
|
-
font-display: swap;
|
418
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
419
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
420
|
-
}
|
421
|
-
/* latin-ext */
|
422
|
-
@font-face {
|
423
|
-
font-family: 'Raleway';
|
424
|
-
font-style: italic;
|
425
|
-
font-weight: 600;
|
426
|
-
font-display: swap;
|
427
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
428
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
429
|
-
}
|
430
|
-
/* latin */
|
431
|
-
@font-face {
|
432
|
-
font-family: 'Raleway';
|
433
|
-
font-style: italic;
|
434
|
-
font-weight: 600;
|
435
|
-
font-display: swap;
|
436
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
437
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
438
|
-
}
|
439
|
-
/* cyrillic-ext */
|
440
|
-
@font-face {
|
441
|
-
font-family: 'Raleway';
|
442
|
-
font-style: italic;
|
443
|
-
font-weight: 700;
|
444
|
-
font-display: swap;
|
445
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
446
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
447
|
-
}
|
448
|
-
/* cyrillic */
|
449
|
-
@font-face {
|
450
|
-
font-family: 'Raleway';
|
451
|
-
font-style: italic;
|
452
|
-
font-weight: 700;
|
453
|
-
font-display: swap;
|
454
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
455
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
456
|
-
}
|
457
|
-
/* vietnamese */
|
458
|
-
@font-face {
|
459
|
-
font-family: 'Raleway';
|
460
|
-
font-style: italic;
|
461
|
-
font-weight: 700;
|
462
|
-
font-display: swap;
|
463
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
464
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
465
|
-
}
|
466
|
-
/* latin-ext */
|
467
|
-
@font-face {
|
468
|
-
font-family: 'Raleway';
|
469
|
-
font-style: italic;
|
470
|
-
font-weight: 700;
|
471
|
-
font-display: swap;
|
472
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
473
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
474
|
-
}
|
475
|
-
/* latin */
|
476
|
-
@font-face {
|
477
|
-
font-family: 'Raleway';
|
478
|
-
font-style: italic;
|
479
|
-
font-weight: 700;
|
480
|
-
font-display: swap;
|
481
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
482
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
483
|
-
}
|
484
|
-
/* cyrillic-ext */
|
485
|
-
@font-face {
|
486
|
-
font-family: 'Raleway';
|
487
|
-
font-style: italic;
|
488
|
-
font-weight: 800;
|
489
|
-
font-display: swap;
|
490
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
491
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
492
|
-
}
|
493
|
-
/* cyrillic */
|
494
|
-
@font-face {
|
495
|
-
font-family: 'Raleway';
|
496
|
-
font-style: italic;
|
497
|
-
font-weight: 800;
|
498
|
-
font-display: swap;
|
499
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
500
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
501
|
-
}
|
502
|
-
/* vietnamese */
|
503
|
-
@font-face {
|
504
|
-
font-family: 'Raleway';
|
505
|
-
font-style: italic;
|
506
|
-
font-weight: 800;
|
507
|
-
font-display: swap;
|
508
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
509
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
510
|
-
}
|
511
|
-
/* latin-ext */
|
512
|
-
@font-face {
|
513
|
-
font-family: 'Raleway';
|
514
|
-
font-style: italic;
|
515
|
-
font-weight: 800;
|
516
|
-
font-display: swap;
|
517
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
518
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
519
|
-
}
|
520
|
-
/* latin */
|
521
|
-
@font-face {
|
522
|
-
font-family: 'Raleway';
|
523
|
-
font-style: italic;
|
524
|
-
font-weight: 800;
|
525
|
-
font-display: swap;
|
526
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
527
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
528
|
-
}
|
529
|
-
/* cyrillic-ext */
|
530
|
-
@font-face {
|
531
|
-
font-family: 'Raleway';
|
532
|
-
font-style: italic;
|
533
|
-
font-weight: 900;
|
534
|
-
font-display: swap;
|
535
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
|
536
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
537
|
-
}
|
538
|
-
/* cyrillic */
|
539
|
-
@font-face {
|
540
|
-
font-family: 'Raleway';
|
541
|
-
font-style: italic;
|
542
|
-
font-weight: 900;
|
543
|
-
font-display: swap;
|
544
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
|
545
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
546
|
-
}
|
547
|
-
/* vietnamese */
|
548
|
-
@font-face {
|
549
|
-
font-family: 'Raleway';
|
550
|
-
font-style: italic;
|
551
|
-
font-weight: 900;
|
552
|
-
font-display: swap;
|
553
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
|
554
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
555
|
-
}
|
556
|
-
/* latin-ext */
|
557
|
-
@font-face {
|
558
|
-
font-family: 'Raleway';
|
559
|
-
font-style: italic;
|
560
|
-
font-weight: 900;
|
561
|
-
font-display: swap;
|
562
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
|
563
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
564
|
-
}
|
565
|
-
/* latin */
|
566
|
-
@font-face {
|
567
|
-
font-family: 'Raleway';
|
568
|
-
font-style: italic;
|
569
|
-
font-weight: 900;
|
570
|
-
font-display: swap;
|
571
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
|
572
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
573
|
-
}
|
574
|
-
/* cyrillic-ext */
|
575
|
-
@font-face {
|
576
|
-
font-family: 'Raleway';
|
577
|
-
font-style: normal;
|
578
|
-
font-weight: 100;
|
579
|
-
font-display: swap;
|
580
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
581
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
582
|
-
}
|
583
|
-
/* cyrillic */
|
584
|
-
@font-face {
|
585
|
-
font-family: 'Raleway';
|
586
|
-
font-style: normal;
|
587
|
-
font-weight: 100;
|
588
|
-
font-display: swap;
|
589
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
590
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
591
|
-
}
|
592
|
-
/* vietnamese */
|
593
|
-
@font-face {
|
594
|
-
font-family: 'Raleway';
|
595
|
-
font-style: normal;
|
596
|
-
font-weight: 100;
|
597
|
-
font-display: swap;
|
598
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
599
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
600
|
-
}
|
601
|
-
/* latin-ext */
|
602
|
-
@font-face {
|
603
|
-
font-family: 'Raleway';
|
604
|
-
font-style: normal;
|
605
|
-
font-weight: 100;
|
606
|
-
font-display: swap;
|
607
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
608
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
609
|
-
}
|
610
|
-
/* latin */
|
611
|
-
@font-face {
|
612
|
-
font-family: 'Raleway';
|
613
|
-
font-style: normal;
|
614
|
-
font-weight: 100;
|
615
|
-
font-display: swap;
|
616
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
617
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
618
|
-
}
|
619
|
-
/* cyrillic-ext */
|
620
|
-
@font-face {
|
621
|
-
font-family: 'Raleway';
|
622
|
-
font-style: normal;
|
623
|
-
font-weight: 200;
|
624
|
-
font-display: swap;
|
625
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
626
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
627
|
-
}
|
628
|
-
/* cyrillic */
|
629
|
-
@font-face {
|
630
|
-
font-family: 'Raleway';
|
631
|
-
font-style: normal;
|
632
|
-
font-weight: 200;
|
633
|
-
font-display: swap;
|
634
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
635
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
636
|
-
}
|
637
|
-
/* vietnamese */
|
638
|
-
@font-face {
|
639
|
-
font-family: 'Raleway';
|
640
|
-
font-style: normal;
|
641
|
-
font-weight: 200;
|
642
|
-
font-display: swap;
|
643
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
644
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
645
|
-
}
|
646
|
-
/* latin-ext */
|
647
|
-
@font-face {
|
648
|
-
font-family: 'Raleway';
|
649
|
-
font-style: normal;
|
650
|
-
font-weight: 200;
|
651
|
-
font-display: swap;
|
652
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
653
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
654
|
-
}
|
655
|
-
/* latin */
|
656
|
-
@font-face {
|
657
|
-
font-family: 'Raleway';
|
658
|
-
font-style: normal;
|
659
|
-
font-weight: 200;
|
660
|
-
font-display: swap;
|
661
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
662
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
663
|
-
}
|
664
|
-
/* cyrillic-ext */
|
665
|
-
@font-face {
|
666
|
-
font-family: 'Raleway';
|
667
|
-
font-style: normal;
|
668
|
-
font-weight: 300;
|
669
|
-
font-display: swap;
|
670
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
671
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
672
|
-
}
|
673
|
-
/* cyrillic */
|
674
|
-
@font-face {
|
675
|
-
font-family: 'Raleway';
|
676
|
-
font-style: normal;
|
677
|
-
font-weight: 300;
|
678
|
-
font-display: swap;
|
679
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
680
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
681
|
-
}
|
682
|
-
/* vietnamese */
|
683
|
-
@font-face {
|
684
|
-
font-family: 'Raleway';
|
685
|
-
font-style: normal;
|
686
|
-
font-weight: 300;
|
687
|
-
font-display: swap;
|
688
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
689
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
690
|
-
}
|
691
|
-
/* latin-ext */
|
692
|
-
@font-face {
|
693
|
-
font-family: 'Raleway';
|
694
|
-
font-style: normal;
|
695
|
-
font-weight: 300;
|
696
|
-
font-display: swap;
|
697
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
698
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
699
|
-
}
|
700
|
-
/* latin */
|
701
|
-
@font-face {
|
702
|
-
font-family: 'Raleway';
|
703
|
-
font-style: normal;
|
704
|
-
font-weight: 300;
|
705
|
-
font-display: swap;
|
706
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
707
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
708
|
-
}
|
709
|
-
/* cyrillic-ext */
|
710
|
-
@font-face {
|
711
|
-
font-family: 'Raleway';
|
712
|
-
font-style: normal;
|
713
|
-
font-weight: 400;
|
714
|
-
font-display: swap;
|
715
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
716
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
717
|
-
}
|
718
|
-
/* cyrillic */
|
719
|
-
@font-face {
|
720
|
-
font-family: 'Raleway';
|
721
|
-
font-style: normal;
|
722
|
-
font-weight: 400;
|
723
|
-
font-display: swap;
|
724
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
725
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
726
|
-
}
|
727
|
-
/* vietnamese */
|
728
|
-
@font-face {
|
729
|
-
font-family: 'Raleway';
|
730
|
-
font-style: normal;
|
731
|
-
font-weight: 400;
|
732
|
-
font-display: swap;
|
733
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
734
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
735
|
-
}
|
736
|
-
/* latin-ext */
|
737
|
-
@font-face {
|
738
|
-
font-family: 'Raleway';
|
739
|
-
font-style: normal;
|
740
|
-
font-weight: 400;
|
741
|
-
font-display: swap;
|
742
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
743
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
744
|
-
}
|
745
|
-
/* latin */
|
746
|
-
@font-face {
|
747
|
-
font-family: 'Raleway';
|
748
|
-
font-style: normal;
|
749
|
-
font-weight: 400;
|
750
|
-
font-display: swap;
|
751
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
752
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
753
|
-
}
|
754
|
-
/* cyrillic-ext */
|
755
|
-
@font-face {
|
756
|
-
font-family: 'Raleway';
|
757
|
-
font-style: normal;
|
758
|
-
font-weight: 500;
|
759
|
-
font-display: swap;
|
760
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
761
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
762
|
-
}
|
763
|
-
/* cyrillic */
|
764
|
-
@font-face {
|
765
|
-
font-family: 'Raleway';
|
766
|
-
font-style: normal;
|
767
|
-
font-weight: 500;
|
768
|
-
font-display: swap;
|
769
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
770
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
771
|
-
}
|
772
|
-
/* vietnamese */
|
773
|
-
@font-face {
|
774
|
-
font-family: 'Raleway';
|
775
|
-
font-style: normal;
|
776
|
-
font-weight: 500;
|
777
|
-
font-display: swap;
|
778
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
779
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
780
|
-
}
|
781
|
-
/* latin-ext */
|
782
|
-
@font-face {
|
783
|
-
font-family: 'Raleway';
|
784
|
-
font-style: normal;
|
785
|
-
font-weight: 500;
|
786
|
-
font-display: swap;
|
787
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
788
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
789
|
-
}
|
790
|
-
/* latin */
|
791
|
-
@font-face {
|
792
|
-
font-family: 'Raleway';
|
793
|
-
font-style: normal;
|
794
|
-
font-weight: 500;
|
795
|
-
font-display: swap;
|
796
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
797
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
798
|
-
}
|
799
|
-
/* cyrillic-ext */
|
800
|
-
@font-face {
|
801
|
-
font-family: 'Raleway';
|
802
|
-
font-style: normal;
|
803
|
-
font-weight: 600;
|
804
|
-
font-display: swap;
|
805
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
806
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
807
|
-
}
|
808
|
-
/* cyrillic */
|
809
|
-
@font-face {
|
810
|
-
font-family: 'Raleway';
|
811
|
-
font-style: normal;
|
812
|
-
font-weight: 600;
|
813
|
-
font-display: swap;
|
814
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
815
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
816
|
-
}
|
817
|
-
/* vietnamese */
|
818
|
-
@font-face {
|
819
|
-
font-family: 'Raleway';
|
820
|
-
font-style: normal;
|
821
|
-
font-weight: 600;
|
822
|
-
font-display: swap;
|
823
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
824
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
825
|
-
}
|
826
|
-
/* latin-ext */
|
827
|
-
@font-face {
|
828
|
-
font-family: 'Raleway';
|
829
|
-
font-style: normal;
|
830
|
-
font-weight: 600;
|
831
|
-
font-display: swap;
|
832
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
833
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
834
|
-
}
|
835
|
-
/* latin */
|
836
|
-
@font-face {
|
837
|
-
font-family: 'Raleway';
|
838
|
-
font-style: normal;
|
839
|
-
font-weight: 600;
|
840
|
-
font-display: swap;
|
841
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
842
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
843
|
-
}
|
844
|
-
/* cyrillic-ext */
|
845
|
-
@font-face {
|
846
|
-
font-family: 'Raleway';
|
847
|
-
font-style: normal;
|
848
|
-
font-weight: 700;
|
849
|
-
font-display: swap;
|
850
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
851
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
852
|
-
}
|
853
|
-
/* cyrillic */
|
854
|
-
@font-face {
|
855
|
-
font-family: 'Raleway';
|
856
|
-
font-style: normal;
|
857
|
-
font-weight: 700;
|
858
|
-
font-display: swap;
|
859
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
860
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
861
|
-
}
|
862
|
-
/* vietnamese */
|
863
|
-
@font-face {
|
864
|
-
font-family: 'Raleway';
|
865
|
-
font-style: normal;
|
866
|
-
font-weight: 700;
|
867
|
-
font-display: swap;
|
868
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
869
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
870
|
-
}
|
871
|
-
/* latin-ext */
|
872
|
-
@font-face {
|
873
|
-
font-family: 'Raleway';
|
874
|
-
font-style: normal;
|
875
|
-
font-weight: 700;
|
876
|
-
font-display: swap;
|
877
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
878
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
879
|
-
}
|
880
|
-
/* latin */
|
881
|
-
@font-face {
|
882
|
-
font-family: 'Raleway';
|
883
|
-
font-style: normal;
|
884
|
-
font-weight: 700;
|
885
|
-
font-display: swap;
|
886
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
887
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
888
|
-
}
|
889
|
-
/* cyrillic-ext */
|
890
|
-
@font-face {
|
891
|
-
font-family: 'Raleway';
|
892
|
-
font-style: normal;
|
893
|
-
font-weight: 800;
|
894
|
-
font-display: swap;
|
895
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
896
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
897
|
-
}
|
898
|
-
/* cyrillic */
|
899
|
-
@font-face {
|
900
|
-
font-family: 'Raleway';
|
901
|
-
font-style: normal;
|
902
|
-
font-weight: 800;
|
903
|
-
font-display: swap;
|
904
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
905
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
906
|
-
}
|
907
|
-
/* vietnamese */
|
908
|
-
@font-face {
|
909
|
-
font-family: 'Raleway';
|
910
|
-
font-style: normal;
|
911
|
-
font-weight: 800;
|
912
|
-
font-display: swap;
|
913
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
914
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
915
|
-
}
|
916
|
-
/* latin-ext */
|
917
|
-
@font-face {
|
918
|
-
font-family: 'Raleway';
|
919
|
-
font-style: normal;
|
920
|
-
font-weight: 800;
|
921
|
-
font-display: swap;
|
922
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
923
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
924
|
-
}
|
925
|
-
/* latin */
|
926
|
-
@font-face {
|
927
|
-
font-family: 'Raleway';
|
928
|
-
font-style: normal;
|
929
|
-
font-weight: 800;
|
930
|
-
font-display: swap;
|
931
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
932
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
933
|
-
}
|
934
|
-
/* cyrillic-ext */
|
935
|
-
@font-face {
|
936
|
-
font-family: 'Raleway';
|
937
|
-
font-style: normal;
|
938
|
-
font-weight: 900;
|
939
|
-
font-display: swap;
|
940
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
|
941
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
942
|
-
}
|
943
|
-
/* cyrillic */
|
944
|
-
@font-face {
|
945
|
-
font-family: 'Raleway';
|
946
|
-
font-style: normal;
|
947
|
-
font-weight: 900;
|
948
|
-
font-display: swap;
|
949
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
|
950
|
-
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
951
|
-
}
|
952
|
-
/* vietnamese */
|
953
|
-
@font-face {
|
954
|
-
font-family: 'Raleway';
|
955
|
-
font-style: normal;
|
956
|
-
font-weight: 900;
|
957
|
-
font-display: swap;
|
958
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
|
959
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
960
|
-
}
|
961
|
-
/* latin-ext */
|
962
|
-
@font-face {
|
963
|
-
font-family: 'Raleway';
|
964
|
-
font-style: normal;
|
965
|
-
font-weight: 900;
|
966
|
-
font-display: swap;
|
967
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
|
968
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
969
|
-
}
|
970
|
-
/* latin */
|
971
|
-
@font-face {
|
972
|
-
font-family: 'Raleway';
|
973
|
-
font-style: normal;
|
974
|
-
font-weight: 900;
|
975
|
-
font-display: swap;
|
976
|
-
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
|
977
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
978
|
-
}
|
979
|
-
:root {
|
980
|
-
--font-base: Raleway;
|
981
|
-
--font-headings: Raleway;
|
982
|
-
--font-input: Raleway;
|
983
|
-
}
|
984
|
-
body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer {
|
985
|
-
font-family: "Raleway";
|
431
|
+
tsParticles.load("tsparticles", {
|
432
|
+
fps_limit: 60,
|
433
|
+
interactivity: {
|
434
|
+
detect_on: "canvas",
|
435
|
+
events: {
|
436
|
+
onclick: { enable: true, mode: "pause" },
|
437
|
+
resize: true
|
438
|
+
},
|
439
|
+
modes: {
|
440
|
+
bubble: { distance: 400, duration: 2, opacity: 0.2, size: 40, speed: 3 },
|
441
|
+
grab: { distance: 400, line_linked: { opacity: 0.2 } },
|
442
|
+
push: { particles_nb: 4 },
|
443
|
+
remove: { particles_nb: 2 },
|
444
|
+
repulse: { distance: 200, duration: 0.4 }
|
986
445
|
}
|
987
|
-
|
988
|
-
|
446
|
+
},
|
447
|
+
particles: {
|
448
|
+
color: { value: "#E4F4FA" },
|
449
|
+
line_linked: {
|
450
|
+
color: "#E4F4FA",
|
451
|
+
distance: 150,
|
452
|
+
enable: true,
|
453
|
+
opacity: 0.2,
|
454
|
+
width: 1
|
455
|
+
},
|
456
|
+
move: {
|
457
|
+
attract: { enable: false, rotateX: 600, rotateY: 1200 },
|
458
|
+
bounce: false,
|
459
|
+
direction: "none",
|
460
|
+
enable: true,
|
461
|
+
out_mode: "out",
|
462
|
+
random: false,
|
463
|
+
speed: 2,
|
464
|
+
straight: false
|
465
|
+
},
|
466
|
+
number: { density: { enable: true, value_area: 800 }, value: 80 },
|
467
|
+
opacity: {
|
468
|
+
anim: { enable: false, opacity_min: 0.1, speed: 1, sync: false },
|
469
|
+
random: false,
|
470
|
+
value: 0.2
|
471
|
+
},
|
472
|
+
shape: {
|
473
|
+
character: {
|
474
|
+
fill: false,
|
475
|
+
font: "Verdana",
|
476
|
+
style: "",
|
477
|
+
value: "*",
|
478
|
+
weight: "400"
|
479
|
+
},
|
480
|
+
image: {
|
481
|
+
height: 100,
|
482
|
+
replace_color: true,
|
483
|
+
src: "images/github.svg",
|
484
|
+
width: 100
|
485
|
+
},
|
486
|
+
polygon: { nb_sides: 5 },
|
487
|
+
stroke: { color: "#000000", width: 0 },
|
488
|
+
type: "circle"
|
489
|
+
},
|
490
|
+
size: {
|
491
|
+
anim: { enable: false, size_min: 0.1, speed: 40, sync: false },
|
492
|
+
random: true,
|
493
|
+
value: 5
|
989
494
|
}
|
990
|
-
|
991
|
-
|
992
|
-
} </style> <!-- Fonts Plugin CSS --></head><body class="post-template-default single single-post postid-2989 single-format-standard group-blog"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div id="page" class="hfeed site"><nav class="navbar navbar-default" role="navigation"><div class="container"><div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button><div id="logo"> <span class="site-title"> <a class="navbar-brand" href="https://blog.datacite.org/" title="DataCite Blog" rel="home">DataCite Blog</a> </span><!-- end of .site-name --></div><!-- end of #logo --></div><div id="navbar" class="collapse navbar-collapse navbar-ex1-collapse"><ul id="menu-main-menu" class="nav navbar-nav"><li id="menu-item-2001" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2001"><a title="Support" href="https://support.datacite.org/">Support</a></li><li id="menu-item-3227" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3227"><a title="DataCite homepage" href="https://datacite.org">DataCite homepage</a></li></ul></div></div></nav><!-- .site-navigation --><div class="top-section"></div><div id="content" class="site-content container"><div class="container main-content-area"><div class="row "><div id="primary" class="content-area col-sm-12 col-md-8"><main id="main" class="site-main" role="main"><article id="post-2989" class="post-2989 post type-post status-publish format-standard hentry category-uncategorized tag-doi tag-metadata"><header class="entry-header page-header"><h1 class="entry-title ">Eating your own Dog Food</h1><div class="entry-meta"> <span class="posted-on"><i class="fa fa-calendar"></i> <a href="https://blog.datacite.org/eating-your-own-dog-food/" rel="bookmark"><time class="entry-date published" datetime="2016-12-20T00:00:00+00:00">December 20, 2016</time></a></span><span class="byline"> <i class="fa fa-user"></i> <span class="author vcard"><a class="url fn n" href="#molongui-disabled-link">Martin Fenner</a></span></span><div class="doi"> <a href="https://doi.org/10.5438/4k3m-nyvg">https://doi.org/10.5438/4k3m-nyvg</a></div></div><!-- .entry-meta --></header><!-- .entry-header --><div class="entry-content"><p><a href="https://newrepublic.com/article/115349/dogfooding-tech-slang-working-out-glitches">Eating your own dog food</a> is a slang term to describe that an organization should itself use the products and services it provides. For DataCite this means that we should use DOIs with appropriate metadata and strategies for long-term preservation for the scholarly outputs we produce. For the most part this is not research data, but rather technical documents such as the DataCite Schema and its documentation <span class="citation" data-cites="https://doi.org/10.5438/0012">[-@https://doi.org/10.5438/0012]</span>.</p><p>These outputs also include the posts on this blog, where we discuss topics relevant for the DataCite community, but also of broader interest to anyone who cares about research data, persistent identifiers, and scholarly infrastructure. And starting today all blog posts on this blog will have a DOI, metadata and use a persistent storage mechanism.</p><figure> <img class="lazyload" decoding="async" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://blog.datacite.org/wp-content/uploads/2021/11/230785.jpg" alt="Photo by Bill Emrich. CC Zero." /><noscript><img class="lazyload" decoding="async" src="https://blog.datacite.org/wp-content/uploads/2021/11/230785.jpg" alt="Photo by Bill Emrich. CC Zero." /></noscript><figcaption aria-hidden="true">Photo by <a href="https://www.pexels.com/photo/black-and-tan-yorkshire-terrier-puppy-230785/">Bill Emrich</a>. <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC Zero</a>.</figcaption></figure><h3 id="technical-implementation">Technical Implementation</h3><p>This blog is powered by the static site generator <a href="https://middlemanapp.com/">Middleman</a>, with blog posts written in <a href="http://commonmark.org/">Markdown</a> and converted to HTML using <a href="http://pandoc.org/">Pandoc</a> and the <a href="https://travis-ci.org">Travis CI</a> continuous integration service. Static site generator means that there is no database or application server powering the site, making website adminstration simpler, cheaper and safer. In addition to the blog, the <a href="https://www.datacite.org">DataCite homepage</a> and <a href="https://schema.datacite.org">Metadata Schema subsite</a> are also generated using Middleman.</p><p>The simplicity is particularly important here, as registering the DOIs and metadata can be accomplished using a command line utility written by DataCite staff that doesn’t need to know much about the internals of Middleman, and thus can be easily adapted to other static site generators such as <a href="http://jekyllrb.com/">Jekyll</a>, <a href="http://gohugo.io/">Hugo</a> or <a href="https://hexo.io/">Hexo</a>. The command line utility is <a href="https://github.com/datacite/cirneco">Cirneco</a>, generating the metadata XML according to the DataCite Metadata Schema, and registering DOI and metadata with the DataCite MDS. Like all tools mentioned in this post Cirneco is open source software, please reach out to us if you are interested in implementing similar functionality for your blog.</p><h3 id="generating-dois">Generating DOIs</h3><p>The DOIs for this blog are generated automatically, using a modified base32 encoding algorithm that is provided by Cirneco, as discussed last week <span class="citation" data-cites="https://doi.org/10.5438/55E5-T5C0">[@https://doi.org/10.5438/55E5-T5C0]</span>. The DOI is generated and minted when a new post is pushed to <a href="https://blog.datacite.org">https://blog.datacite.org</a>. This avoids two problems: a) DOI-like strings in the wild before publication and b) the randomly generated DOI exists already (we can simply generate a new one). All DOIs are short, without semantic infomation that might change over time, and with a checksum to minimize transcription errors, for example <strong>https://doi.org/10.5438/XCBJ-G7ZY</strong>. Going forward we encourage users to link to the DataCite Blog using the DOI, as these links will continue to work even if we ever move the blog to a different location.</p><h3 id="generating-metadata">Generating Metadata</h3><p>For the generation of metadata, we need to strike a balance between simple author provided metadata, but rich enough to aid discovery. We are doing this via three mechanisms:</p><ul><li>metadata provided by the author</li><li>default metadata for the blog</li><li>metadata automatically extracted from content</li></ul><p>The metadata provided by the author are the typical metadata for blog posts, provided via <a href="https://gohugo.io/content/front-matter/">YAML front matter</a> at the beginning of each post:</p><div class="sourceCode" id="cb1"><pre class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="pp">---</span></span>
|
495
|
+
},
|
496
|
+
polygon: {
|
497
|
+
draw: { enable: false, lineColor: "#E4F4FA", lineWidth: 0.5 },
|
498
|
+
move: { radius: 10 },
|
499
|
+
scale: 1,
|
500
|
+
type: "none",
|
501
|
+
url: ""
|
502
|
+
},
|
503
|
+
retina_detect: true
|
504
|
+
});
|
505
|
+
loadedParticles = true;
|
506
|
+
}, 250 ); </script><main class="single"><div class="container single__container"><div class="row"><main class="col-lg-9"><div class="single__content"><p><a href="https://newrepublic.com/article/115349/dogfooding-tech-slang-working-out-glitches" target="_blank" rel="noopener noreferrer">Eating your own dog food</a> is a slang term to describe that an organization should itself use the products and services it provides. For DataCite this means that we should use DOIs with appropriate metadata and strategies for long-term preservation for the scholarly outputs we produce. For the most part this is not research data, but rather technical documents such as the DataCite Schema and its documentation <span class="citation" data-cites="https://doi.org/10.5438/0012">[-@https://doi.org/10.5438/0012]</span>.</p><p>These outputs also include the posts on this blog, where we discuss topics relevant for the DataCite community, but also of broader interest to anyone who cares about research data, persistent identifiers, and scholarly infrastructure. And starting today all blog posts on this blog will have a DOI, metadata and use a persistent storage mechanism.</p><figure> <img decoding="async" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://datacite.org/wp-content/uploads/2021/11/230785.jpg" alt="Photo by Bill Emrich. CC Zero." /><noscript><img decoding="async" class="lazyload" src="https://datacite.org/wp-content/uploads/2021/11/230785.jpg" alt="Photo by Bill Emrich. CC Zero." /></noscript><figcaption aria-hidden="true">Photo by <a href="https://www.pexels.com/photo/black-and-tan-yorkshire-terrier-puppy-230785/" target="_blank" rel="noopener noreferrer">Bill Emrich</a>. <a href="https://creativecommons.org/publicdomain/zero/1.0/" target="_blank" rel="noopener noreferrer">CC Zero</a>.</figcaption></figure><h3 id="technical-implementation">Technical Implementation</h3><p>This blog is powered by the static site generator <a href="https://middlemanapp.com/" target="_blank" rel="noopener noreferrer">Middleman</a>, with blog posts written in <a href="http://commonmark.org/" target="_blank" rel="noopener noreferrer">Markdown</a> and converted to HTML using <a href="http://pandoc.org/" target="_blank" rel="noopener noreferrer">Pandoc</a> and the <a href="https://travis-ci.org" target="_blank" rel="noopener noreferrer">Travis CI</a> continuous integration service. Static site generator means that there is no database or application server powering the site, making website adminstration simpler, cheaper and safer. In addition to the blog, the <a href="https://www.datacite.org">DataCite homepage</a> and <a href="https://schema.datacite.org">Metadata Schema subsite</a> are also generated using Middleman.</p><p>The simplicity is particularly important here, as registering the DOIs and metadata can be accomplished using a command line utility written by DataCite staff that doesn’t need to know much about the internals of Middleman, and thus can be easily adapted to other static site generators such as <a href="http://jekyllrb.com/" target="_blank" rel="noopener noreferrer">Jekyll</a>, <a href="http://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> or <a href="https://hexo.io/" target="_blank" rel="noopener noreferrer">Hexo</a>. The command line utility is <a href="https://github.com/datacite/cirneco" target="_blank" rel="noopener noreferrer">Cirneco</a>, generating the metadata XML according to the DataCite Metadata Schema, and registering DOI and metadata with the DataCite MDS. Like all tools mentioned in this post Cirneco is open source software, please reach out to us if you are interested in implementing similar functionality for your blog.</p><h3 id="generating-dois">Generating DOIs</h3><p>The DOIs for this blog are generated automatically, using a modified base32 encoding algorithm that is provided by Cirneco, as discussed last week <span class="citation" data-cites="https://doi.org/10.5438/55E5-T5C0">[@https://doi.org/10.5438/55E5-T5C0]</span>. The DOI is generated and minted when a new post is pushed to <a href="https://datacite.org" target="_blank" rel="noopener noreferrer">https://datacite.org</a>. This avoids two problems: a) DOI-like strings in the wild before publication and b) the randomly generated DOI exists already (we can simply generate a new one). All DOIs are short, without semantic infomation that might change over time, and with a checksum to minimize transcription errors, for example <strong>https://doi.org/10.5438/XCBJ-G7ZY</strong>. Going forward we encourage users to link to the DataCite Blog using the DOI, as these links will continue to work even if we ever move the blog to a different location.</p><h3 id="generating-metadata">Generating Metadata</h3><p>For the generation of metadata, we need to strike a balance between simple author provided metadata, but rich enough to aid discovery. We are doing this via three mechanisms:</p><ul><li>metadata provided by the author</li><li>default metadata for the blog</li><li>metadata automatically extracted from content</li></ul><p>The metadata provided by the author are the typical metadata for blog posts, provided via <a href="https://gohugo.io/content/front-matter/" target="_blank" rel="noopener noreferrer">YAML front matter</a> at the beginning of each post:</p><div class="sourceCode" id="cb1"><pre class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="pp">---</span></span>
|
993
507
|
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="fu">layout</span><span class="kw">:</span><span class="at"> post</span></span>
|
994
508
|
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="fu">title</span><span class="kw">:</span><span class="at"> Eating your own Dog Food</span></span>
|
995
509
|
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="fu">author</span><span class="kw">:</span><span class="at"> mfenner</span></span>
|
@@ -998,9 +512,9 @@ http_interactions:
|
|
998
512
|
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a><span class="kw">-</span><span class="at"> datacite</span></span>
|
999
513
|
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a><span class="kw">-</span><span class="at"> doi</span></span>
|
1000
514
|
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="kw">-</span><span class="at"> metadata</span></span>
|
1001
|
-
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a><span class="pp">---</span></span></code></pre></div><p>We can reuse all these metadata when generating DataCite metadata, using the tags as <code>subjects</code>.</p><p>The default metadata are metadata that always stay the same for the blog, such as <code>publisher</code>, <code>HostingInstitution</code> and <code>rights</code>. We can store them in a site-wide configuration file. We can also assume reasonable defaults that can be overridden in the YAML front matter, e.g. <code>resourceType</code> (we use <a href="https://schema.org/BlogPosting">BlogPosting</a> with <code>resourceTypeGeneral</code> Text) and <code>version</code>. We store more information about authors outside the blog post, including <code>givenName</code>, <code>familyName</code> and <code>nameIdentifier</code> (we now show the ORCID ID of every blog author at the bottom of the post).</p><p>Finally, there are metadata that we can automatically extract from the blog post, and we are currently doing this for the <code>description</code> and <code>relatedIdentifier</code>. This blog uses Pandoc and BibTex to generate the references section at the end, and we can fetch this information and convert it into the format needed for <code>relatedIdentifier</code>.</p><p>Taken together we can provide all metadata that are <em>required</em> or <em>recommended</em> in the Metadata Schema documentation <span class="citation" data-cites="https://doi.org/10.5438/0012">[-@https://doi.org/10.5438/0012]</span>, and we can do this without any extra effort for the author. The full XML is avalailable <a href="https://data.crosscite.org/application/vnd.datacite.datacite+xml/10.5438/4K3M-NYVG">here</a>.</p><p>Not all blog posts need to be cited formally with metadata in a <em>references</em> list formatted according to a specific citation style. But these metadata greatly help with discovery, a search in DataCite Search for <a href="http://search.datacite.org/works?query=eating+dog+food">eating dog food</a> will for example bring up this blog post as the first hit.</p><h3 id="persistent-storage">Persistent storage</h3><p>Using DOIs means that readers not only expect rich metadata that help with citation and discovery, but also that DataCite takes extra care to preserve the blog posts, thinking beyond the particular technical implementation or even the contiuing existence of this blog. This is an area where we do need to do more work, starting with a decision about the best archival format for a blog post (HTML, PDF, <a href="https://jats.nlm.nih.gov/">JATS</a>?). For now blog posts are hosted in multiple Git repositories (<a href="https://github.com/datacite/blog">one of them on Github</a>), and in two independent Amazon S3 buckets that each use <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html">versioning</a>. Multiple locations with versioning are a good start, but more work is clearly needed.</p><h2 id="references">References</h2> <!-- MOLONGUI AUTHORSHIP PLUGIN 4.
|
515
|
+
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a><span class="pp">---</span></span></code></pre></div><p>We can reuse all these metadata when generating DataCite metadata, using the tags as <code>subjects</code>.</p><p>The default metadata are metadata that always stay the same for the blog, such as <code>publisher</code>, <code>HostingInstitution</code> and <code>rights</code>. We can store them in a site-wide configuration file. We can also assume reasonable defaults that can be overridden in the YAML front matter, e.g. <code>resourceType</code> (we use <a href="https://schema.org/BlogPosting" target="_blank" rel="noopener noreferrer">BlogPosting</a> with <code>resourceTypeGeneral</code> Text) and <code>version</code>. We store more information about authors outside the blog post, including <code>givenName</code>, <code>familyName</code> and <code>nameIdentifier</code> (we now show the ORCID ID of every blog author at the bottom of the post).</p><p>Finally, there are metadata that we can automatically extract from the blog post, and we are currently doing this for the <code>description</code> and <code>relatedIdentifier</code>. This blog uses Pandoc and BibTex to generate the references section at the end, and we can fetch this information and convert it into the format needed for <code>relatedIdentifier</code>.</p><p>Taken together we can provide all metadata that are <em>required</em> or <em>recommended</em> in the Metadata Schema documentation <span class="citation" data-cites="https://doi.org/10.5438/0012">[-@https://doi.org/10.5438/0012]</span>, and we can do this without any extra effort for the author. The full XML is avalailable <a href="https://data.crosscite.org/application/vnd.datacite.datacite+xml/10.5438/4K3M-NYVG" target="_blank" rel="noopener noreferrer">here</a>.</p><p>Not all blog posts need to be cited formally with metadata in a <em>references</em> list formatted according to a specific citation style. But these metadata greatly help with discovery, a search in DataCite Search for <a href="http://search.datacite.org/works?query=eating+dog+food">eating dog food</a> will for example bring up this blog post as the first hit.</p><h3 id="persistent-storage">Persistent storage</h3><p>Using DOIs means that readers not only expect rich metadata that help with citation and discovery, but also that DataCite takes extra care to preserve the blog posts, thinking beyond the particular technical implementation or even the contiuing existence of this blog. This is an area where we do need to do more work, starting with a decision about the best archival format for a blog post (HTML, PDF, <a href="https://jats.nlm.nih.gov/" target="_blank" rel="noopener noreferrer">JATS</a>?). For now blog posts are hosted in multiple Git repositories (<a href="https://github.com/datacite/blog" target="_blank" rel="noopener noreferrer">one of them on Github</a>), and in two independent Amazon S3 buckets that each use <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html" target="_blank" rel="noopener noreferrer">versioning</a>. Multiple locations with versioning are a good start, but more work is clearly needed.</p><h2 id="references">References</h2> <!-- MOLONGUI AUTHORSHIP PLUGIN 4.7.2 --> <!-- https://www.molongui.com/authorship/ --><div class="molongui-clearfix"></div><div id="mab-3161476867"
|
1002
516
|
class="m-a-box "
|
1003
|
-
data-plugin-release="4.
|
517
|
+
data-plugin-release="4.7.2"
|
1004
518
|
data-plugin-version="lite"
|
1005
519
|
data-box-layout="slim"
|
1006
520
|
data-box-position="below"
|
@@ -1010,7 +524,7 @@ http_interactions:
|
|
1010
524
|
data-author-archived=""><div class="m-a-box-container"><div class="m-a-box-tab m-a-box-content m-a-box-profile"
|
1011
525
|
data-profile-layout="layout-1"
|
1012
526
|
data-author-ref="guest-2205"
|
1013
|
-
itemscope itemid="#molongui-disabled-link" itemtype="https://schema.org/Person" ><div class="m-a-box-content-top"></div><!-- End of .m-a-box-content-top --><div class="m-a-box-content-middle"> <!-- Author picture --><div class="m-a-box-item m-a-box-avatar" data-source="local"> <span> <img width="80" height="80" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://
|
527
|
+
itemscope itemid="#molongui-disabled-link" itemtype="https://schema.org/Person" ><div class="m-a-box-content-top"></div><!-- End of .m-a-box-content-top --><div class="m-a-box-content-middle"> <!-- Author picture --><div class="m-a-box-item m-a-box-avatar" data-source="local"> <span> <img width="80" height="80" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://datacite.org/wp-content/uploads/2021/11/mfenner-80x80.png" class="attachment-80x80 size-80x80 wp-post-image lazyload" alt="" decoding="async" itemprop="image" data-srcset="https://datacite.org/wp-content/uploads/2021/11/mfenner-80x80.png 80w, https://datacite.org/wp-content/uploads/2021/11/mfenner-150x150.png 150w, https://datacite.org/wp-content/uploads/2021/11/mfenner-70x70.png 70w, https://datacite.org/wp-content/uploads/2021/11/mfenner-60x60.png 60w, https://datacite.org/wp-content/uploads/2021/11/mfenner.png 250w" sizes="(max-width: 80px) 100vw, 80px" /><noscript><img width="80" height="80" src="https://datacite.org/wp-content/uploads/2021/11/mfenner-80x80.png" class="attachment-80x80 size-80x80 wp-post-image lazyload" alt="" decoding="async" itemprop="image" srcset="https://datacite.org/wp-content/uploads/2021/11/mfenner-80x80.png 80w, https://datacite.org/wp-content/uploads/2021/11/mfenner-150x150.png 150w, https://datacite.org/wp-content/uploads/2021/11/mfenner-70x70.png 70w, https://datacite.org/wp-content/uploads/2021/11/mfenner-60x60.png 60w, https://datacite.org/wp-content/uploads/2021/11/mfenner.png 250w" sizes="(max-width: 80px) 100vw, 80px" /></noscript> </span></div> <!-- Author social --><div class="m-a-box-item m-a-box-social "><div class="m-a-box-social-icon m-a-list-social-icon"> <a class="m-icon-container m-ico-github m-ico-branded-circled-reverse" href="https://github.com/mfenner" target="_blank" aria-label="View Martin Fenner's Github profile"> <i class="m-a-icon-github"></i> </a></div><div class="m-a-box-social-icon m-a-list-social-icon"> <a class="m-icon-container m-ico-orcid m-ico-branded-circled-reverse" href="https://orcid.org/0000-0003-1419-2405" target="_blank" aria-label="View Martin Fenner's Orcid profile"> <i class="m-a-icon-orcid"></i> </a></div><div class="m-a-box-social-icon m-a-list-social-icon"> <a class="m-icon-container m-ico-twitter m-ico-branded-circled-reverse" href="https://twitter.com/mfenner" target="_blank" aria-label="View Martin Fenner's Twitter profile"> <i class="m-a-icon-twitter"></i> </a></div></div> <!-- Author data --><div class="m-a-box-item m-a-box-data"> <!-- Author name --><div class="m-a-box-name m-a-box-title"><h5 > <span> Martin Fenner </span></h5></div> <!-- Author metadata --><div class="m-a-box-item m-a-box-meta"> <span >Technical Director</span> <span class="m-a-box-string-at">at</span> <span > <span >DataCite</span> </span> <span class="m-a-box-meta-divider">|</span> <script type="text/javascript" language="JavaScript"> if ( typeof window.ToggleAuthorshipData === 'undefined' )
|
1014
528
|
{
|
1015
529
|
function ToggleAuthorshipData(id, author)
|
1016
530
|
{
|
@@ -1018,7 +532,7 @@ http_interactions:
|
|
1018
532
|
let box = document.querySelector(box_selector);
|
1019
533
|
if ( box.getAttribute('data-multiauthor') ) box_selector = '#mab-' + id + ' [data-author-ref="' + author + '"]';
|
1020
534
|
let label = document.querySelector(box_selector + ' ' + '.m-a-box-data-toggle');
|
1021
|
-
label.innerHTML = ( label.text.trim() === "Blog posts" ? " <span class=\"m-a-box-string-bio\">
|
535
|
+
label.innerHTML = ( label.text.trim() === "Blog posts" ? " <span class=\"m-a-box-string-bio\">Blog posts</span>" : " <span class=\"m-a-box-string-more-posts\">Blog posts</span>" );
|
1022
536
|
let bio = document.querySelector(box_selector + ' ' + '.m-a-box-bio');
|
1023
537
|
let related = document.querySelector(box_selector + ' ' + '.m-a-box-related-entries');
|
1024
538
|
if ( related.style.display === "none" )
|
@@ -1032,67 +546,84 @@ http_interactions:
|
|
1032
546
|
bio.style.display = "block";
|
1033
547
|
}
|
1034
548
|
}
|
1035
|
-
} </script> <a href="javascript:ToggleAuthorshipData(1990290555, 'guest-2205')" class="m-a-box-data-toggle" > <span class="m-a-box-string-more-posts">Blog posts</span> </a></div><!-- End of .m-a-box-meta --> <!-- Author bio --><div class="m-a-box-bio" ></div> <!-- Author related posts --><div class="m-a-box-related" data-related-layout="layout-1"><div class="m-a-box-item m-a-box-related-entries" style="display: none;"><ul><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://blog.datacite.org/farewell-to-datacite/" > <span >Farewell to DataCite</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://blog.datacite.org/datacite-technology-stack/" > <span >The DataCite Technology Stack</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://blog.datacite.org/codemeta-we-need-your-feedback/" > <span >We need your feedback: Aligning the CodeMeta vocabulary for scientific software with schema.org</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://blog.datacite.org/datacite-is-hiring-an-application-developer/" > <span >DataCite is hiring an application developer</span> </a></div></div></li></ul></div><!-- End of .m-a-box-related-entries --></div><!-- End of .m-a-box-related --></div><!-- End of .m-a-box-data --></div><!-- End of .m-a-box-content-middle --><div class="m-a-box-content-bottom"></div><!-- End of .m-a-box-content-bottom --></div><!-- End of .m-a-box-profile --></div><!-- End of .m-a-box-container --></div><!-- End of .m-a-box --><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-2989" class="share-twitter sd-button share-icon no-text" href="https://blog.datacite.org/eating-your-own-dog-food/?share=twitter" target="_blank" title="Click to share on Twitter" ><span></span><span class="sharing-screen-reader-text">Click to share on Twitter (Opens in new window)</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-2989" class="share-facebook sd-button share-icon no-text" href="https://blog.datacite.org/eating-your-own-dog-food/?share=facebook" target="_blank" title="Click to share on Facebook" ><span></span><span class="sharing-screen-reader-text">Click to share on Facebook (Opens in new window)</span></a></li><li class="share-end"></li></ul></div></div></div></div><!-- .entry-content --><footer class="entry-meta"><div> <i class="fa fa-tags"></i> <a href="https://blog.datacite.org/category/uncategorized/" rel="category tag">Uncategorized</a>.</div> <!--Generates citation and schema.org metadata--> <!--Uses citation widget script from https://github.com/datacite/citation-widget which is loaded in functions.php--><div id="citation" data-doi="https://doi.org/10.5438/4k3m-nyvg" data-generate-schema="true"></div><p class="published">© 2016 Martin Fenner. Distributed under the terms of the <a href="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution license</a>.</p> <!-- Generates MDC widget--> <script src="https://unpkg.com/vue@^2/dist/vue.min.js"></script> <script src="https://unpkg.com/browse/@webcomponents/webcomponentsjs@2.0.0/webcomponents-loader.js"></script> <script src="https://unpkg.com/data-metrics-badge/dist/data-metrics-badge.min.js"></script> <data-metrics-badge doi="10.5438/4k3m-nyvg" display="small"></data-metrics-badge><hr class="section-divider"></footer><!-- .entry-meta --></article><!-- #post-## --><nav class="navigation post-navigation" role="navigation"><h2 class="screen-reader-text">Post navigation</h2><div class="nav-links"><div class="nav-previous"><a href="https://blog.datacite.org/2016-in-review/" rel="prev"><i class="fa fa-chevron-left"></i> 2016 in review</a></div><div class="nav-next"><a href="https://blog.datacite.org/mysteries-in-reference-lists/" rel="next">Mysteries in Reference Lists <i class="fa fa-chevron-right"></i></a></div></div><!-- .nav-links --></nav><!-- .navigation --></main><!-- #main --></div><!-- #primary --><div id="secondary" class="widget-area col-sm-12 col-md-4" role="complementary"><aside id="block-2" class="widget widget_block widget_search"><form role="search" method="get" action="https://blog.datacite.org/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"><label for="wp-block-search__input-1" class="wp-block-search__label" >Search</label><div class="wp-block-search__inside-wrapper " ><input type="search" id="wp-block-search__input-1" class="wp-block-search__input wp-block-search__input" name="s" value="" placeholder="" required /><button type="submit" class="wp-block-search__button wp-element-button" >Search</button></div></form></aside><aside id="block-3" class="widget widget_block"><div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container"><h2>Recent Posts</h2><ul class="wp-block-latest-posts__list wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://blog.datacite.org/datacite-design-system-is-ready-to-be-worn/">DataCite Design System is ready to be worn.</a></li><li><a class="wp-block-latest-posts__post-title" href="https://blog.datacite.org/datacite-launches-global-access-program-with-support-from-czi/">DataCite launches Global Access Program with support from CZI</a></li><li><a class="wp-block-latest-posts__post-title" href="https://blog.datacite.org/launch-of-the-pid-network-project-understanding-metadata-workflows/">Launch of the PID-network Project – Understanding Metadata Workflows</a></li><li><a class="wp-block-latest-posts__post-title" href="https://blog.datacite.org/datacite-member-survey-2022/">DataCite Member Survey 2022</a></li><li><a class="wp-block-latest-posts__post-title" href="https://blog.datacite.org/new-release-of-fabrica-improvements-inspired-by-user-feedback/">New Release of Fabrica: Improvements Inspired by User Feedback</a></li></ul></div></div></aside><aside id="block-7" class="widget widget_block"><h2>Tags</h2></aside><aside id="block-8" class="widget widget_block widget_tag_cloud"><p class="wp-block-tag-cloud"><a href="https://blog.datacite.org/tag/anniversary/" class="tag-cloud-link tag-link-64 tag-link-position-1" style="font-size: 9.5555555555556pt;" aria-label="Anniversary (3 items)">Anniversary<span class="tag-link-count"> (3)</span></a> <a href="https://blog.datacite.org/tag/api/" class="tag-cloud-link tag-link-58 tag-link-position-2" style="font-size: 9.5555555555556pt;" aria-label="API (3 items)">API<span class="tag-link-count"> (3)</span></a> <a href="https://blog.datacite.org/tag/bibliometrics/" class="tag-cloud-link tag-link-37 tag-link-position-3" style="font-size: 8pt;" aria-label="Bibliometrics (2 items)">Bibliometrics<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/citation/" class="tag-cloud-link tag-link-91 tag-link-position-4" style="font-size: 14.092592592593pt;" aria-label="Citation (8 items)">Citation<span class="tag-link-count"> (8)</span></a> <a href="https://blog.datacite.org/tag/conference/" class="tag-cloud-link tag-link-71 tag-link-position-5" style="font-size: 8pt;" aria-label="Conference (2 items)">Conference<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/content-negotiation/" class="tag-cloud-link tag-link-86 tag-link-position-6" style="font-size: 8pt;" aria-label="Content negotiation (2 items)">Content negotiation<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/crossref/" class="tag-cloud-link tag-link-11 tag-link-position-7" style="font-size: 15.259259259259pt;" aria-label="Crossref (10 items)">Crossref<span class="tag-link-count"> (10)</span></a> <a href="https://blog.datacite.org/tag/csv/" class="tag-cloud-link tag-link-90 tag-link-position-8" style="font-size: 10.851851851852pt;" aria-label="CSV (4 items)">CSV<span class="tag-link-count"> (4)</span></a> <a href="https://blog.datacite.org/tag/data-level-metrics/" class="tag-cloud-link tag-link-59 tag-link-position-9" style="font-size: 14.740740740741pt;" aria-label="Data-level metrics (9 items)">Data-level metrics<span class="tag-link-count"> (9)</span></a> <a href="https://blog.datacite.org/tag/data-citation/" class="tag-cloud-link tag-link-53 tag-link-position-10" style="font-size: 13.444444444444pt;" aria-label="Data citation (7 items)">Data citation<span class="tag-link-count"> (7)</span></a> <a href="https://blog.datacite.org/tag/discovery/" class="tag-cloud-link tag-link-46 tag-link-position-11" style="font-size: 8pt;" aria-label="Discovery (2 items)">Discovery<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/docker/" class="tag-cloud-link tag-link-23 tag-link-position-12" style="font-size: 9.5555555555556pt;" aria-label="Docker (3 items)">Docker<span class="tag-link-count"> (3)</span></a> <a href="https://blog.datacite.org/tag/doi/" class="tag-cloud-link tag-link-4 tag-link-position-13" style="font-size: 18.37037037037pt;" aria-label="DOI (18 items)">DOI<span class="tag-link-count"> (18)</span></a> <a href="https://blog.datacite.org/tag/dublin-core/" class="tag-cloud-link tag-link-93 tag-link-position-14" style="font-size: 8pt;" aria-label="Dublin core (2 items)">Dublin core<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/fabrica/" class="tag-cloud-link tag-link-41 tag-link-position-15" style="font-size: 10.851851851852pt;" aria-label="Fabrica (4 items)">Fabrica<span class="tag-link-count"> (4)</span></a> <a href="https://blog.datacite.org/tag/fair/" class="tag-cloud-link tag-link-52 tag-link-position-16" style="font-size: 11.888888888889pt;" aria-label="FAIR (5 items)">FAIR<span class="tag-link-count"> (5)</span></a> <a href="https://blog.datacite.org/tag/force11/" class="tag-cloud-link tag-link-28 tag-link-position-17" style="font-size: 8pt;" aria-label="FORCE11 (2 items)">FORCE11<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/freya/" class="tag-cloud-link tag-link-51 tag-link-position-18" style="font-size: 14.092592592593pt;" aria-label="FREYA (8 items)">FREYA<span class="tag-link-count"> (8)</span></a> <a href="https://blog.datacite.org/tag/github/" class="tag-cloud-link tag-link-94 tag-link-position-19" style="font-size: 8pt;" aria-label="Github (2 items)">Github<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/google/" class="tag-cloud-link tag-link-67 tag-link-position-20" style="font-size: 8pt;" aria-label="Google (2 items)">Google<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/graphql/" class="tag-cloud-link tag-link-24 tag-link-position-21" style="font-size: 13.444444444444pt;" aria-label="GraphQL (7 items)">GraphQL<span class="tag-link-count"> (7)</span></a> <a href="https://blog.datacite.org/tag/igsn/" class="tag-cloud-link tag-link-20 tag-link-position-22" style="font-size: 11.888888888889pt;" aria-label="IGSN (5 items)">IGSN<span class="tag-link-count"> (5)</span></a> <a href="https://blog.datacite.org/tag/impactstory/" class="tag-cloud-link tag-link-92 tag-link-position-23" style="font-size: 8pt;" aria-label="Impactstory (2 items)">Impactstory<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/infrastructure/" class="tag-cloud-link tag-link-61 tag-link-position-24" style="font-size: 16.685185185185pt;" aria-label="Infrastructure (13 items)">Infrastructure<span class="tag-link-count"> (13)</span></a> <a href="https://blog.datacite.org/tag/mdc/" class="tag-cloud-link tag-link-73 tag-link-position-25" style="font-size: 13.444444444444pt;" aria-label="MDC (7 items)">MDC<span class="tag-link-count"> (7)</span></a> <a href="https://blog.datacite.org/tag/members/" class="tag-cloud-link tag-link-49 tag-link-position-26" style="font-size: 16.685185185185pt;" aria-label="Members (13 items)">Members<span class="tag-link-count"> (13)</span></a> <a href="https://blog.datacite.org/tag/metadata/" class="tag-cloud-link tag-link-5 tag-link-position-27" style="font-size: 22pt;" aria-label="Metadata (35 items)">Metadata<span class="tag-link-count"> (35)</span></a> <a href="https://blog.datacite.org/tag/open-hours/" class="tag-cloud-link tag-link-32 tag-link-position-28" style="font-size: 8pt;" aria-label="Open hours (2 items)">Open hours<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/orcid/" class="tag-cloud-link tag-link-9 tag-link-position-29" style="font-size: 18.111111111111pt;" aria-label="ORCID (17 items)">ORCID<span class="tag-link-count"> (17)</span></a> <a href="https://blog.datacite.org/tag/organization-identifiers/" class="tag-cloud-link tag-link-72 tag-link-position-30" style="font-size: 10.851851851852pt;" aria-label="Organization identifiers (4 items)">Organization identifiers<span class="tag-link-count"> (4)</span></a> <a href="https://blog.datacite.org/tag/pidapalooza/" class="tag-cloud-link tag-link-50 tag-link-position-31" style="font-size: 11.888888888889pt;" aria-label="PIDapalooza (5 items)">PIDapalooza<span class="tag-link-count"> (5)</span></a> <a href="https://blog.datacite.org/tag/pid-graph/" class="tag-cloud-link tag-link-45 tag-link-position-32" style="font-size: 14.740740740741pt;" aria-label="PID graph (9 items)">PID graph<span class="tag-link-count"> (9)</span></a> <a href="https://blog.datacite.org/tag/policy/" class="tag-cloud-link tag-link-47 tag-link-position-33" style="font-size: 8pt;" aria-label="Policy (2 items)">Policy<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/rda/" class="tag-cloud-link tag-link-31 tag-link-position-34" style="font-size: 14.092592592593pt;" aria-label="RDA (8 items)">RDA<span class="tag-link-count"> (8)</span></a> <a href="https://blog.datacite.org/tag/re3data/" class="tag-cloud-link tag-link-57 tag-link-position-35" style="font-size: 15.777777777778pt;" aria-label="Re3data (11 items)">Re3data<span class="tag-link-count"> (11)</span></a> <a href="https://blog.datacite.org/tag/react/" class="tag-cloud-link tag-link-25 tag-link-position-36" style="font-size: 8pt;" aria-label="React (2 items)">React<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/ror/" class="tag-cloud-link tag-link-55 tag-link-position-37" style="font-size: 11.888888888889pt;" aria-label="ROR (5 items)">ROR<span class="tag-link-count"> (5)</span></a> <a href="https://blog.datacite.org/tag/schema-org/" class="tag-cloud-link tag-link-68 tag-link-position-38" style="font-size: 9.5555555555556pt;" aria-label="Schema.org (3 items)">Schema.org<span class="tag-link-count"> (3)</span></a> <a href="https://blog.datacite.org/tag/search/" class="tag-cloud-link tag-link-66 tag-link-position-39" style="font-size: 9.5555555555556pt;" aria-label="Search (3 items)">Search<span class="tag-link-count"> (3)</span></a> <a href="https://blog.datacite.org/tag/services/" class="tag-cloud-link tag-link-39 tag-link-position-40" style="font-size: 11.888888888889pt;" aria-label="Services (5 items)">Services<span class="tag-link-count"> (5)</span></a> <a href="https://blog.datacite.org/tag/software/" class="tag-cloud-link tag-link-27 tag-link-position-41" style="font-size: 8pt;" aria-label="Software (2 items)">Software<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/software-citation/" class="tag-cloud-link tag-link-75 tag-link-position-42" style="font-size: 11.888888888889pt;" aria-label="Software citation (5 items)">Software citation<span class="tag-link-count"> (5)</span></a> <a href="https://blog.datacite.org/tag/staff/" class="tag-cloud-link tag-link-19 tag-link-position-43" style="font-size: 12.796296296296pt;" aria-label="Staff (6 items)">Staff<span class="tag-link-count"> (6)</span></a> <a href="https://blog.datacite.org/tag/strategy/" class="tag-cloud-link tag-link-43 tag-link-position-44" style="font-size: 8pt;" aria-label="Strategy (2 items)">Strategy<span class="tag-link-count"> (2)</span></a> <a href="https://blog.datacite.org/tag/thor/" class="tag-cloud-link tag-link-10 tag-link-position-45" style="font-size: 16.685185185185pt;" aria-label="THOR (13 items)">THOR<span class="tag-link-count"> (13)</span></a></p></aside><aside id="block-5" class="widget widget_block"><div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container"><h2>Archives</h2><ul class=" wp-block-archives-list wp-block-archives"><li><a href='https://blog.datacite.org/2023/03/'>March 2023</a> (1)</li><li><a href='https://blog.datacite.org/2023/02/'>February 2023</a> (2)</li><li><a href='https://blog.datacite.org/2023/01/'>January 2023</a> (5)</li><li><a href='https://blog.datacite.org/2022/12/'>December 2022</a> (4)</li><li><a href='https://blog.datacite.org/2022/11/'>November 2022</a> (3)</li><li><a href='https://blog.datacite.org/2022/10/'>October 2022</a> (5)</li><li><a href='https://blog.datacite.org/2022/09/'>September 2022</a> (6)</li><li><a href='https://blog.datacite.org/2022/08/'>August 2022</a> (3)</li><li><a href='https://blog.datacite.org/2022/07/'>July 2022</a> (1)</li><li><a href='https://blog.datacite.org/2022/06/'>June 2022</a> (3)</li><li><a href='https://blog.datacite.org/2022/05/'>May 2022</a> (1)</li><li><a href='https://blog.datacite.org/2022/04/'>April 2022</a> (1)</li><li><a href='https://blog.datacite.org/2022/03/'>March 2022</a> (2)</li><li><a href='https://blog.datacite.org/2022/02/'>February 2022</a> (3)</li><li><a href='https://blog.datacite.org/2022/01/'>January 2022</a> (1)</li><li><a href='https://blog.datacite.org/2021/12/'>December 2021</a> (2)</li><li><a href='https://blog.datacite.org/2021/11/'>November 2021</a> (3)</li><li><a href='https://blog.datacite.org/2021/10/'>October 2021</a> (5)</li><li><a href='https://blog.datacite.org/2021/08/'>August 2021</a> (2)</li><li><a href='https://blog.datacite.org/2021/07/'>July 2021</a> (2)</li><li><a href='https://blog.datacite.org/2021/06/'>June 2021</a> (1)</li><li><a href='https://blog.datacite.org/2021/05/'>May 2021</a> (2)</li><li><a href='https://blog.datacite.org/2021/04/'>April 2021</a> (2)</li><li><a href='https://blog.datacite.org/2021/03/'>March 2021</a> (2)</li><li><a href='https://blog.datacite.org/2021/02/'>February 2021</a> (3)</li><li><a href='https://blog.datacite.org/2021/01/'>January 2021</a> (3)</li><li><a href='https://blog.datacite.org/2020/12/'>December 2020</a> (1)</li><li><a href='https://blog.datacite.org/2020/11/'>November 2020</a> (2)</li><li><a href='https://blog.datacite.org/2020/10/'>October 2020</a> (4)</li><li><a href='https://blog.datacite.org/2020/09/'>September 2020</a> (4)</li><li><a href='https://blog.datacite.org/2020/08/'>August 2020</a> (3)</li><li><a href='https://blog.datacite.org/2020/07/'>July 2020</a> (3)</li><li><a href='https://blog.datacite.org/2020/06/'>June 2020</a> (2)</li><li><a href='https://blog.datacite.org/2020/05/'>May 2020</a> (3)</li><li><a href='https://blog.datacite.org/2020/04/'>April 2020</a> (2)</li><li><a href='https://blog.datacite.org/2020/03/'>March 2020</a> (2)</li><li><a href='https://blog.datacite.org/2020/02/'>February 2020</a> (4)</li><li><a href='https://blog.datacite.org/2020/01/'>January 2020</a> (4)</li><li><a href='https://blog.datacite.org/2019/12/'>December 2019</a> (3)</li><li><a href='https://blog.datacite.org/2019/11/'>November 2019</a> (3)</li><li><a href='https://blog.datacite.org/2019/10/'>October 2019</a> (5)</li><li><a href='https://blog.datacite.org/2019/09/'>September 2019</a> (3)</li><li><a href='https://blog.datacite.org/2019/08/'>August 2019</a> (3)</li><li><a href='https://blog.datacite.org/2019/07/'>July 2019</a> (3)</li><li><a href='https://blog.datacite.org/2019/06/'>June 2019</a> (2)</li><li><a href='https://blog.datacite.org/2019/05/'>May 2019</a> (5)</li><li><a href='https://blog.datacite.org/2019/04/'>April 2019</a> (6)</li><li><a href='https://blog.datacite.org/2019/03/'>March 2019</a> (2)</li><li><a href='https://blog.datacite.org/2019/02/'>February 2019</a> (5)</li><li><a href='https://blog.datacite.org/2019/01/'>January 2019</a> (1)</li><li><a href='https://blog.datacite.org/2018/12/'>December 2018</a> (4)</li><li><a href='https://blog.datacite.org/2018/11/'>November 2018</a> (3)</li><li><a href='https://blog.datacite.org/2018/10/'>October 2018</a> (4)</li><li><a href='https://blog.datacite.org/2018/09/'>September 2018</a> (4)</li><li><a href='https://blog.datacite.org/2018/08/'>August 2018</a> (4)</li><li><a href='https://blog.datacite.org/2018/06/'>June 2018</a> (4)</li><li><a href='https://blog.datacite.org/2018/05/'>May 2018</a> (4)</li><li><a href='https://blog.datacite.org/2018/04/'>April 2018</a> (1)</li><li><a href='https://blog.datacite.org/2018/02/'>February 2018</a> (3)</li><li><a href='https://blog.datacite.org/2018/01/'>January 2018</a> (1)</li><li><a href='https://blog.datacite.org/2017/11/'>November 2017</a> (2)</li><li><a href='https://blog.datacite.org/2017/10/'>October 2017</a> (2)</li><li><a href='https://blog.datacite.org/2017/08/'>August 2017</a> (4)</li><li><a href='https://blog.datacite.org/2017/07/'>July 2017</a> (1)</li><li><a href='https://blog.datacite.org/2017/06/'>June 2017</a> (1)</li><li><a href='https://blog.datacite.org/2017/05/'>May 2017</a> (2)</li><li><a href='https://blog.datacite.org/2017/04/'>April 2017</a> (5)</li><li><a href='https://blog.datacite.org/2017/03/'>March 2017</a> (2)</li><li><a href='https://blog.datacite.org/2017/01/'>January 2017</a> (1)</li><li><a href='https://blog.datacite.org/2016/12/'>December 2016</a> (4)</li><li><a href='https://blog.datacite.org/2016/11/'>November 2016</a> (2)</li><li><a href='https://blog.datacite.org/2016/10/'>October 2016</a> (5)</li><li><a href='https://blog.datacite.org/2016/09/'>September 2016</a> (3)</li><li><a href='https://blog.datacite.org/2016/08/'>August 2016</a> (1)</li><li><a href='https://blog.datacite.org/2016/07/'>July 2016</a> (3)</li><li><a href='https://blog.datacite.org/2016/06/'>June 2016</a> (1)</li><li><a href='https://blog.datacite.org/2016/05/'>May 2016</a> (6)</li><li><a href='https://blog.datacite.org/2016/04/'>April 2016</a> (5)</li><li><a href='https://blog.datacite.org/2016/03/'>March 2016</a> (5)</li><li><a href='https://blog.datacite.org/2016/02/'>February 2016</a> (2)</li><li><a href='https://blog.datacite.org/2016/01/'>January 2016</a> (2)</li><li><a href='https://blog.datacite.org/2015/12/'>December 2015</a> (3)</li><li><a href='https://blog.datacite.org/2015/11/'>November 2015</a> (3)</li><li><a href='https://blog.datacite.org/2015/10/'>October 2015</a> (8)</li><li><a href='https://blog.datacite.org/2015/09/'>September 2015</a> (5)</li><li><a href='https://blog.datacite.org/2015/08/'>August 2015</a> (6)</li></ul></div></div></aside><aside id="block-6" class="widget widget_block"><div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container"><div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container"></div></div><p></p></div></div></aside><aside id="block-12" class="widget widget_block"><a rel="me" href="https://openbiblio.social/@datacite"></a></aside><aside id="block-14" class="widget widget_block"><a rel="me" href="https://scicomm.xyz/@paul4kant"></a></aside></div><!-- #secondary --></div><!-- close .row --></div><!-- close .container --></div><!-- close .site-content --><div id="footer-area"><div class="container footer-inner"><div class="footer-widget-area"><div class="col-sm-6 col-md-4 footer-widget" role="complementary"><div id="nav_menu-3" class="widget widget_nav_menu"><h3 class="widgettitle">About</h3><div class="menu-footer-menu-about-container"><ul id="menu-footer-menu-about" class="menu"><li id="menu-item-2002" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2002"><a href="https://datacite.org/value.html">What we do</a></li><li id="menu-item-2003" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2003"><a href="https://datacite.org/governance.html">Governance</a></li><li id="menu-item-2004" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2004"><a href="https://datacite.org/members.html">Members</a></li><li id="menu-item-2005" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2005"><a href="https://datacite.org/steering.html">Steering groups</a></li><li id="menu-item-2006" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2006"><a href="https://datacite.org/team.html">Team</a></li><li id="menu-item-2007" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2007"><a href="https://datacite.org/jobopportunities.html">Job opportunities</a></li></ul></div></div><div id="nav_menu-4" class="widget widget_nav_menu"><h3 class="widgettitle">Services</h3><div class="menu-footer-menu-services-container"><ul id="menu-footer-menu-services" class="menu"><li id="menu-item-2008" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2008"><a href="https://doi.datacite.org/">Create DOIs with Fabrica</a></li><li id="menu-item-2009" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2009"><a href="https://commons.datacite.org/">Discover metadata with Commons</a></li><li id="menu-item-2010" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2010"><a href="https://datacite.org/integratorapis.html">Integrate with APIs</a></li><li id="menu-item-2011" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2011"><a href="https://datacite.org/partnerservices.html">Partner services</a></li></ul></div></div></div><!-- .widget-area .first --><div class="col-sm-6 col-md-4 footer-widget" role="complementary"><div id="nav_menu-6" class="widget widget_nav_menu"><h3 class="widgettitle">Resources</h3><div class="menu-footer-menu-resources-container"><ul id="menu-footer-menu-resources" class="menu"><li id="menu-item-2012" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2012"><a href="https://schema.datacite.org/">Metadata schema</a></li><li id="menu-item-2013" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2013"><a href="https://support.datacite.org/">Support</a></li><li id="menu-item-2014" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2014"><a href="https://datacite.org/feemodel.html">Fee model</a></li></ul></div></div><div id="nav_menu-5" class="widget widget_nav_menu"><h3 class="widgettitle">Community</h3><div class="menu-footer-menu-community-container"><ul id="menu-footer-menu-community" class="menu"><li id="menu-item-2015" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2015"><a href="https://datacite.org/members.html">Members</a></li><li id="menu-item-2016" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2016"><a href="https://datacite.org/partners.html">Partners</a></li><li id="menu-item-2017" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2017"><a href="https://datacite.org/steering.html">Steering groups</a></li><li id="menu-item-2018" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2018"><a href="https://datacite.org/service-providers.html">Service providers</a></li><li id="menu-item-2019" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2019"><a href="https://datacite.org/roadmap.html">Roadmap</a></li><li id="menu-item-2020" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2020"><a href="https://datacite.org/fair-workflows.html">FAIR Workflows</a></li></ul></div></div></div><!-- .widget-area .second --><div class="col-sm-6 col-md-4 footer-widget" role="complementary"><div id="nav_menu-7" class="widget widget_nav_menu"><h3 class="widgettitle">Contact us</h3><div class="menu-footer-menu-contacts-container"><ul id="menu-footer-menu-contacts" class="menu"><li id="menu-item-2023" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2023"><a href="https://datacite.org/imprint.html">Imprint</a></li><li id="menu-item-2024" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2024"><a href="https://datacite.org/terms.html">Terms and conditions</a></li><li id="menu-item-2025" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2025"><a href="https://datacite.org/privacy.html">Privacy policy</a></li></ul></div></div><div id="block-10" class="widget widget_block"><ul class="is-layout-flex wp-block-social-links"><li class="wp-social-link wp-social-link-mail wp-block-social-link"><a href="mailto:support@datacite.org" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M20,4H4C2.895,4,2,4.895,2,6v12c0,1.105,0.895,2,2,2h16c1.105,0,2-0.895,2-2V6C22,4.895,21.105,4,20,4z M20,8.236l-8,4.882 L4,8.236V6h16V8.236z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Mail</span></a></li><li class="wp-social-link wp-social-link-feed wp-block-social-link"><a href="https://blog.datacite.org/feed/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M2,8.667V12c5.515,0,10,4.485,10,10h3.333C15.333,14.637,9.363,8.667,2,8.667z M2,2v3.333 c9.19,0,16.667,7.477,16.667,16.667H22C22,10.955,13.045,2,2,2z M4.5,17C3.118,17,2,18.12,2,19.5S3.118,22,4.5,22S7,20.88,7,19.5 S5.882,17,4.5,17z"></path></svg><span class="wp-block-social-link-label screen-reader-text">RSS Feed</span></a></li><li class="wp-social-link wp-social-link-twitter wp-block-social-link"><a href="https://twitter.com/datacite" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitter</span></a></li><li class="wp-social-link wp-social-link-mastodon wp-block-social-link"><a href="https://openbiblio.social/@datacite" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M23.193 7.879c0-5.206-3.411-6.732-3.411-6.732C18.062.357 15.108.025 12.041 0h-.076c-3.068.025-6.02.357-7.74 1.147 0 0-3.411 1.526-3.411 6.732 0 1.192-.023 2.618.015 4.129.124 5.092.934 10.109 5.641 11.355 2.17.574 4.034.695 5.535.612 2.722-.15 4.25-.972 4.25-.972l-.09-1.975s-1.945.613-4.129.539c-2.165-.074-4.449-.233-4.799-2.891a5.499 5.499 0 0 1-.048-.745s2.125.52 4.817.643c1.646.075 3.19-.097 4.758-.283 3.007-.359 5.625-2.212 5.954-3.905.517-2.665.475-6.507.475-6.507zm-4.024 6.709h-2.497V8.469c0-1.29-.543-1.944-1.628-1.944-1.2 0-1.802.776-1.802 2.312v3.349h-2.483v-3.35c0-1.536-.602-2.312-1.802-2.312-1.085 0-1.628.655-1.628 1.944v6.119H4.832V8.284c0-1.289.328-2.313.987-3.07.68-.758 1.569-1.146 2.674-1.146 1.278 0 2.246.491 2.886 1.474L12 6.585l.622-1.043c.64-.983 1.608-1.474 2.886-1.474 1.104 0 1.994.388 2.674 1.146.658.757.986 1.781.986 3.07v6.304z"/></svg><span class="wp-block-social-link-label screen-reader-text">Mastodon</span></a></li><li class="wp-social-link wp-social-link-github wp-block-social-link"><a href="https://github.com/datacite" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,2C6.477,2,2,6.477,2,12c0,4.419,2.865,8.166,6.839,9.489c0.5,0.09,0.682-0.218,0.682-0.484 c0-0.236-0.009-0.866-0.014-1.699c-2.782,0.602-3.369-1.34-3.369-1.34c-0.455-1.157-1.11-1.465-1.11-1.465 c-0.909-0.62,0.069-0.608,0.069-0.608c1.004,0.071,1.532,1.03,1.532,1.03c0.891,1.529,2.341,1.089,2.91,0.833 c0.091-0.647,0.349-1.086,0.635-1.337c-2.22-0.251-4.555-1.111-4.555-4.943c0-1.091,0.39-1.984,1.03-2.682 C6.546,8.54,6.202,7.524,6.746,6.148c0,0,0.84-0.269,2.75,1.025C10.295,6.95,11.15,6.84,12,6.836 c0.85,0.004,1.705,0.114,2.504,0.336c1.909-1.294,2.748-1.025,2.748-1.025c0.546,1.376,0.202,2.394,0.1,2.646 c0.64,0.699,1.026,1.591,1.026,2.682c0,3.841-2.337,4.687-4.565,4.935c0.359,0.307,0.679,0.917,0.679,1.852 c0,1.335-0.012,2.415-0.012,2.741c0,0.269,0.18,0.579,0.688,0.481C19.138,20.161,22,16.416,22,12C22,6.477,17.523,2,12,2z"></path></svg><span class="wp-block-social-link-label screen-reader-text">GitHub</span></a></li><li class="wp-social-link wp-social-link-youtube wp-block-social-link"><a href="https://www.youtube.com/channel/UCVsSDZhIN_WbnD_v5o9eB_A" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg><span class="wp-block-social-link-label screen-reader-text">YouTube</span></a></li><li class="wp-social-link wp-social-link-linkedin wp-block-social-link"><a href="https://www.linkedin.com/company/datacite" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"></path></svg><span class="wp-block-social-link-label screen-reader-text">LinkedIn</span></a></li></ul></div><div id="block-13" class="widget widget_block"><a rel="me" href="https://openbiblio.social/@datacite"></a></div></div><!-- .widget-area .third --></div></div><footer id="colophon" class="site-footer" role="contentinfo"><div class="site-info container"><nav role="navigation" class="col-md-6"></nav><div class="copyright col-md-6"></div></div><!-- .site-info --> <button class="scroll-to-top"><i class="fa fa-angle-up"></i></button><!-- .scroll-to-top --></footer><!-- #colophon --></div></div><!-- #page --> <!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span><div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">We use cookies on our website. Some are technically necessary, others help us improve your user experience. You can decline non-essential cookies by selecting “Reject”. Please see our <a href="https://datacite.org/privacy.html" target="_blank">Privacy Policy</a> for further information about our privacy practices and use of cookies.</div><div class="cli-bar-btn_container"><a role='button' id="cookie_action_close_header_reject" class="medium cli-plugin-button cli-plugin-main-button cookie_action_close_header_reject cli_action_button wt-cli-reject-btn" data-cli_action="reject" style="margin:0px 5px 0px 0px">Reject</a><a role='button' data-cli_action="accept" id="cookie_action_close_header" class="medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button wt-cli-accept-btn">Accept</a></div></div></span></div><div id="cookie-law-info-again" data-nosnippet="true"><span id="cookie_hdr_showagain">Manage consent</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true"><div class="cli-modal-dialog" role="document"><div class="cli-modal-content cli-bar-popup"> <button type="button" class="cli-modal-close" id="cliModalClose"> <svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg> <span class="wt-cli-sr-only">Close</span> </button><div class="cli-modal-body"><div class="cli-container-fluid cli-tab-container"><div class="cli-row"><div class="cli-col-12 cli-align-items-stretch cli-px-0"><div class="cli-privacy-overview"><h4>Privacy Overview</h4><div class="cli-privacy-content"><div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.</div></div> <a class="cli-privacy-readmore" aria-label="Show more" role="button" data-readmore-text="Show more" data-readless-text="Show less"></a></div></div><div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container"><div class="cli-tab-section"><div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab"> Necessary </a><div class="wt-cli-necessary-checkbox"> <input type="checkbox" class="cli-user-preference-checkbox" id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked" /> <label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label></div> <span class="cli-necessary-caption">Always Enabled</span></div><div class="cli-tab-content"><div class="cli-tab-pane cli-fade" data-id="necessary"><div class="wt-cli-cookie-description"> Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.</div></div></div></div><div class="cli-tab-section"><div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="non-necessary" data-toggle="cli-toggle-tab"> Non-necessary </a><div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-non-necessary" class="cli-user-preference-checkbox" data-id="checkbox-non-necessary" checked='checked' /> <label for="wt-cli-checkbox-non-necessary" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Non-necessary</span></label></div></div><div class="cli-tab-content"><div class="cli-tab-pane cli-fade" data-id="non-necessary"><div class="wt-cli-cookie-description"> Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.</div></div></div></div></div></div></div></div><div class="cli-modal-footer"><div class="wt-cli-element cli-container-fluid cli-tab-container"><div class="cli-row"><div class="cli-col-12 cli-align-items-stretch cli-px-0"><div class="cli-tab-footer wt-cli-privacy-overview-actions"> <a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">SAVE & ACCEPT</a></div></div></div></div></div></div></div></div><div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div><div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div> <!--googleon: all--> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/blog.datacite.org\/eating-your-own-dog-food\/":2989}; </script> <style id='molongui-authorship-box-inline-css' type='text/css'> :root{ --m-a-box-bp: 600px; --m-a-box-bp-l: 599px; }.m-a-box {width:100%;margin-top:20px !important;margin-right:0 !important;margin-bottom:20px !important;margin-left:0 !important;} .m-a-box-header {margin-bottom:20px;} .m-a-box-header > :first-child, .m-a-box-header a.m-a-box-header-url {font-size:18px;line-height:px;text-transform:none;text-align:left;color:inherit;} .m-a-box-container {padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-color:#eeeeee;background-color:#ffffff;box-shadow: ;} .m-a-box-avatar img, .m-a-box-avatar div[data-avatar-type="acronym"] {border-style:solid;border-width:1px;border-color:#bfbfbf;border-radius:50%;} .m-a-box-name * {font-size:18px;line-height:px;text-transform:none;text-align:left;color:inherit !important;} .m-a-box-container[min-width~="600px"] .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-name * {text-align:left;} .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-meta {text-align:left;} .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-meta * {font-size:14px;line-height:px;text-transform:none;color:inherit;} .m-a-box-meta-divider {padding:0 0.2em;} .m-a-box-bio > * {font-size:12px;line-height:12px;text-align:justify;color:inherit;} .m-icon-container {background-color: inherit; border-color: inherit; color: #999999 !important;font-size:16px;} .m-a-box-related-entry-title, .m-a-box-related-entry-title a {font-size:14px;text-transform:none;font-style:inherit;} </style> <script defer type='text/javascript' src='https://blog.datacite.org/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js#038;ver=7.3.1' id='siteground-optimizer-lazy-sizes-js-js'></script> <script defer type='text/javascript' src='https://blog.datacite.org/wp-content/uploads/siteground-optimizer-assets/dazzling-main.min.js#038;ver=1.5.4' id='dazzling-main-js'></script> <script type='text/javascript' src='https://cdn.jsdelivr.net/npm/css-element-queries@1.2.2/src/ResizeSensor.min.js?ver=1.2.2' id='molongui-resizesensor-js'></script> <script type='text/javascript' src='https://cdn.jsdelivr.net/npm/css-element-queries@1.2.2/src/ElementQueries.min.js?ver=1.2.2' id='molongui-elementqueries-js'></script> <script type='text/javascript' id='sharing-js-js-extra'> /* <![CDATA[ */
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
if (
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
return false;
|
1063
|
-
}
|
1064
|
-
} );
|
1065
|
-
} )();
|
1066
|
-
var windowOpen;
|
1067
|
-
( function () {
|
1068
|
-
function matches( el, sel ) {
|
1069
|
-
return !! (
|
1070
|
-
el.matches && el.matches( sel ) ||
|
1071
|
-
el.msMatchesSelector && el.msMatchesSelector( sel )
|
1072
|
-
);
|
1073
|
-
}
|
1074
|
-
document.body.addEventListener( 'click', function ( event ) {
|
1075
|
-
if ( ! event.target ) {
|
1076
|
-
return;
|
1077
|
-
}
|
1078
|
-
var el;
|
1079
|
-
if ( matches( event.target, 'a.share-facebook' ) ) {
|
1080
|
-
el = event.target;
|
1081
|
-
} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) {
|
1082
|
-
el = event.target.parentNode;
|
549
|
+
} </script> <a href="javascript:ToggleAuthorshipData(3161476867, 'guest-2205')" class="m-a-box-data-toggle" > <span class="m-a-box-string-more-posts">Blog posts</span> </a></div><!-- End of .m-a-box-meta --> <!-- Author bio --><div class="m-a-box-bio" ></div> <!-- Author related posts --><div class="m-a-box-related" data-related-layout="layout-1"><div class="m-a-box-item m-a-box-related-entries" style="display: none;"><ul><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://datacite.org/blog/data-driven-development/" > <span >Data-Driven Development</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://datacite.org/blog/overcoming-development-pain/" > <span >Overcoming Development Pain</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://datacite.org/blog/reference-lists-and-tables-of-content/" > <span >Reference Lists and Tables of Content</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://datacite.org/blog/from-pilot-to-service/" > <span >From Pilot to Service</span> </a></div></div></li></ul></div><!-- End of .m-a-box-related-entries --></div><!-- End of .m-a-box-related --></div><!-- End of .m-a-box-data --></div><!-- End of .m-a-box-content-middle --><div class="m-a-box-content-bottom"></div><!-- End of .m-a-box-content-bottom --></div><!-- End of .m-a-box-profile --></div><!-- End of .m-a-box-container --></div><!-- End of .m-a-box --></div><div class="single__navigation"> <a class="single__navigation-button-prev button m-r-16 m-l-16" href="https://datacite.org/blog/2016-in-review/">Previous post</a> <a class="single__navigation-button-next button m-r-16 m-l-16" href="https://datacite.org/blog/mysteries-in-reference-lists/">Next post</a></div></main><aside class="col-lg-3 single__aside"> <!-- MOLONGUI AUTHORSHIP PLUGIN 4.7.2 --> <!-- https://www.molongui.com/authorship/ --><div class="molongui-clearfix"></div><div id="mab-1362639284"
|
550
|
+
class="m-a-box "
|
551
|
+
data-plugin-release="4.7.2"
|
552
|
+
data-plugin-version="lite"
|
553
|
+
data-box-layout="slim"
|
554
|
+
data-box-position="below"
|
555
|
+
data-multiauthor="false"
|
556
|
+
data-author-id="2205"
|
557
|
+
data-author-type="guest"
|
558
|
+
data-author-archived=""><div class="m-a-box-container"><div class="m-a-box-tab m-a-box-content m-a-box-profile"
|
559
|
+
data-profile-layout="layout-1"
|
560
|
+
data-author-ref="guest-2205"
|
561
|
+
itemscope itemid="#molongui-disabled-link" itemtype="https://schema.org/Person" ><div class="m-a-box-content-top"></div><!-- End of .m-a-box-content-top --><div class="m-a-box-content-middle"> <!-- Author picture --><div class="m-a-box-item m-a-box-avatar" data-source="local"> <span> <img width="80" height="80" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://datacite.org/wp-content/uploads/2021/11/mfenner-80x80.png" class="attachment-80x80 size-80x80 wp-post-image lazyload" alt="" decoding="async" itemprop="image" data-srcset="https://datacite.org/wp-content/uploads/2021/11/mfenner-80x80.png 80w, https://datacite.org/wp-content/uploads/2021/11/mfenner-150x150.png 150w, https://datacite.org/wp-content/uploads/2021/11/mfenner-70x70.png 70w, https://datacite.org/wp-content/uploads/2021/11/mfenner-60x60.png 60w, https://datacite.org/wp-content/uploads/2021/11/mfenner.png 250w" sizes="(max-width: 80px) 100vw, 80px" /><noscript><img width="80" height="80" src="https://datacite.org/wp-content/uploads/2021/11/mfenner-80x80.png" class="attachment-80x80 size-80x80 wp-post-image lazyload" alt="" decoding="async" itemprop="image" srcset="https://datacite.org/wp-content/uploads/2021/11/mfenner-80x80.png 80w, https://datacite.org/wp-content/uploads/2021/11/mfenner-150x150.png 150w, https://datacite.org/wp-content/uploads/2021/11/mfenner-70x70.png 70w, https://datacite.org/wp-content/uploads/2021/11/mfenner-60x60.png 60w, https://datacite.org/wp-content/uploads/2021/11/mfenner.png 250w" sizes="(max-width: 80px) 100vw, 80px" /></noscript> </span></div> <!-- Author social --><div class="m-a-box-item m-a-box-social "><div class="m-a-box-social-icon m-a-list-social-icon"> <a class="m-icon-container m-ico-github m-ico-branded-circled-reverse" href="https://github.com/mfenner" target="_blank" aria-label="View Martin Fenner's Github profile"> <i class="m-a-icon-github"></i> </a></div><div class="m-a-box-social-icon m-a-list-social-icon"> <a class="m-icon-container m-ico-orcid m-ico-branded-circled-reverse" href="https://orcid.org/0000-0003-1419-2405" target="_blank" aria-label="View Martin Fenner's Orcid profile"> <i class="m-a-icon-orcid"></i> </a></div><div class="m-a-box-social-icon m-a-list-social-icon"> <a class="m-icon-container m-ico-twitter m-ico-branded-circled-reverse" href="https://twitter.com/mfenner" target="_blank" aria-label="View Martin Fenner's Twitter profile"> <i class="m-a-icon-twitter"></i> </a></div></div> <!-- Author data --><div class="m-a-box-item m-a-box-data"> <!-- Author name --><div class="m-a-box-name m-a-box-title"><h5 > <span> Martin Fenner </span></h5></div> <!-- Author metadata --><div class="m-a-box-item m-a-box-meta"> <span >Technical Director</span> <span class="m-a-box-string-at">at</span> <span > <span >DataCite</span> </span> <span class="m-a-box-meta-divider">|</span> <script type="text/javascript" language="JavaScript"> if ( typeof window.ToggleAuthorshipData === 'undefined' )
|
562
|
+
{
|
563
|
+
function ToggleAuthorshipData(id, author)
|
564
|
+
{
|
565
|
+
let box_selector = '#mab-' + id;
|
566
|
+
let box = document.querySelector(box_selector);
|
567
|
+
if ( box.getAttribute('data-multiauthor') ) box_selector = '#mab-' + id + ' [data-author-ref="' + author + '"]';
|
568
|
+
let label = document.querySelector(box_selector + ' ' + '.m-a-box-data-toggle');
|
569
|
+
label.innerHTML = ( label.text.trim() === "Blog posts" ? " <span class=\"m-a-box-string-bio\">Blog posts</span>" : " <span class=\"m-a-box-string-more-posts\">Blog posts</span>" );
|
570
|
+
let bio = document.querySelector(box_selector + ' ' + '.m-a-box-bio');
|
571
|
+
let related = document.querySelector(box_selector + ' ' + '.m-a-box-related-entries');
|
572
|
+
if ( related.style.display === "none" )
|
573
|
+
{
|
574
|
+
related.style.display = "block";
|
575
|
+
bio.style.display = "none";
|
1083
576
|
}
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
windowOpen.close();
|
577
|
+
else
|
578
|
+
{
|
579
|
+
related.style.display = "none";
|
580
|
+
bio.style.display = "block";
|
1089
581
|
}
|
1090
|
-
windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
|
1091
|
-
return false;
|
1092
582
|
}
|
1093
|
-
} );
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
583
|
+
} </script> <a href="javascript:ToggleAuthorshipData(1362639284, 'guest-2205')" class="m-a-box-data-toggle" > <span class="m-a-box-string-more-posts">Blog posts</span> </a></div><!-- End of .m-a-box-meta --> <!-- Author bio --><div class="m-a-box-bio" ></div> <!-- Author related posts --><div class="m-a-box-related" data-related-layout="layout-1"><div class="m-a-box-item m-a-box-related-entries" style="display: none;"><ul><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://datacite.org/blog/data-driven-development/" > <span >Data-Driven Development</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://datacite.org/blog/overcoming-development-pain/" > <span >Overcoming Development Pain</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://datacite.org/blog/reference-lists-and-tables-of-content/" > <span >Reference Lists and Tables of Content</span> </a></div></div></li><li><div class="m-a-box-related-entry" ><div class="molongui-display-none" ><div >Martin Fenner</div><div >#molongui-disabled-link</div></div><div class="m-a-box-related-entry-title"> <i class="m-a-icon-doc"></i> <a class="molongui-remove-underline" href="https://datacite.org/blog/from-pilot-to-service/" > <span >From Pilot to Service</span> </a></div></div></li></ul></div><!-- End of .m-a-box-related-entries --></div><!-- End of .m-a-box-related --></div><!-- End of .m-a-box-data --></div><!-- End of .m-a-box-content-middle --><div class="m-a-box-content-bottom"></div><!-- End of .m-a-box-content-bottom --></div><!-- End of .m-a-box-profile --></div><!-- End of .m-a-box-container --></div><!-- End of .m-a-box --><div class="social-share"><h4 class="social-share__title">Share this:</h4><div class="social-share__container"> <a class="m-r-16" href="https://twitter.com/share?url=https%3A%2F%2Fdatacite.org%2Fblog%2Feating-your-own-dog-food%2F"> <img class="social-share__image" src="https://datacite.org/wp-content/uploads/2023/02/twitter_icon_black.svg" alt=" "> </a> <a class="m-r-16" href="https://mastodonshare.com/?url=https%3A%2F%2Fdatacite.org%2Fblog%2Feating-your-own-dog-food%2F"> <img class="social-share__image" src="https://datacite.org/wp-content/uploads/2023/09/mastodon_social_share_blog_blue_final-1.svg" alt=" "> </a> <a class="m-r-16" href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fdatacite.org%2Fblog%2Feating-your-own-dog-food%2F"> <img class="social-share__image" src="https://datacite.org/wp-content/uploads/2023/09/linkedin_logo_blue_final.svg" alt=" "> </a> <a class="m-r-16" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fdatacite.org%2Fblog%2Feating-your-own-dog-food%2F"> <img class="social-share__image" src="https://datacite.org/wp-content/uploads/2023/02/facebook_icon_black.svg" alt=" "> </a></div></div></aside></div></div></main><footer class="footer"><div class="container"><div class="row footer__first-row"><div class="col-sm-12 col-md-4 col-lg-3"> <a href="https://datacite.org"> </a><div class="socials"> <a class="socials__link" href="https://openbiblio.social/@datacite" target="_blank"> <img class="socials__icon" src="https://datacite.org/wp-content/uploads/2023/06/mastodon_grey_footer_5.svg" alt=""> </a> <a class="socials__link" href="https://www.linkedin.com/company/datacite/" target="_blank"> <img class="socials__icon" src="https://datacite.org/wp-content/uploads/2023/02/linkedin_logo.svg" alt=""> </a> <a class="socials__link" href="https://www.youtube.com/@DataCiteChannel" target="_blank"> <img class="socials__icon" src="https://datacite.org/wp-content/uploads/2023/02/youtube_logo.svg" alt=""> </a> <a class="socials__link" href="https://github.com/datacite" target="_blank"> <img class="socials__icon" src="https://datacite.org/wp-content/uploads/2023/02/github_logo.svg" alt=""> </a> <a class="socials__link" href="https://twitter.com/DataCite" target="_blank"> <img class="socials__icon" src="https://datacite.org/wp-content/uploads/2023/02/twitter_logo.svg" alt=""> </a></div></div><div class="col-sm-12 col-md-8 col-lg-9"></div></div><div class="row footer__second-row"><div class="col-12"><div class="footer__lower-menu"><div class="footer__menu footer__menu--horizontal footer__menu--padding-right"><div class="menu-footer-terms-policy-container"><ul id="menu-footer-terms-policy" class="menu"><li id="menu-item-4283" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-4283"><a rel="privacy-policy" href="https://datacite.org/privacy-policy/">Privacy Policy</a></li><li id="menu-item-4282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4282"><a href="https://datacite.org/terms-and-conditions/">Terms and Conditions</a></li><li id="menu-item-6451" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6451"><a href="https://datacite.org/imprint/">Imprint</a></li><li id="menu-item-6453" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6453"><a href="https://datacite.org/contact/">Contact us</a></li></ul></div></div></div></div></div></div></footer> <!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span><div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">We use cookies on our website. Some are technically necessary, others help us improve your user experience. You can decline non-essential cookies by selecting “Reject”. Please see our <a href="https://datacite.org/privacy.html" target="_blank">Privacy Policy</a> for further information about our privacy practices and use of cookies.</div><div class="cli-bar-btn_container"><a role='button' id="cookie_action_close_header_reject" class="medium cli-plugin-button cli-plugin-main-button cookie_action_close_header_reject cli_action_button wt-cli-reject-btn" data-cli_action="reject" style="margin:0px 5px 0px 0px">Reject</a><a role='button' data-cli_action="accept" id="cookie_action_close_header" class="medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button wt-cli-accept-btn">Accept</a></div></div></span></div><div id="cookie-law-info-again" data-nosnippet="true"><span id="cookie_hdr_showagain">Manage consent</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true"><div class="cli-modal-dialog" role="document"><div class="cli-modal-content cli-bar-popup"> <button type="button" class="cli-modal-close" id="cliModalClose"> <svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg> <span class="wt-cli-sr-only">Close</span> </button><div class="cli-modal-body"><div class="cli-container-fluid cli-tab-container"><div class="cli-row"><div class="cli-col-12 cli-align-items-stretch cli-px-0"><div class="cli-privacy-overview"><h4>Privacy Overview</h4><div class="cli-privacy-content"><div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.</div></div> <a class="cli-privacy-readmore" aria-label="Show more" role="button" data-readmore-text="Show more" data-readless-text="Show less"></a></div></div><div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container"><div class="cli-tab-section"><div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab"> Necessary </a><div class="wt-cli-necessary-checkbox"> <input type="checkbox" class="cli-user-preference-checkbox" id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked" /> <label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label></div> <span class="cli-necessary-caption">Always Enabled</span></div><div class="cli-tab-content"><div class="cli-tab-pane cli-fade" data-id="necessary"><div class="wt-cli-cookie-description"> Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.</div></div></div></div><div class="cli-tab-section"><div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="non-necessary" data-toggle="cli-toggle-tab"> Non-necessary </a><div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-non-necessary" class="cli-user-preference-checkbox" data-id="checkbox-non-necessary" checked='checked' /> <label for="wt-cli-checkbox-non-necessary" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Non-necessary</span></label></div></div><div class="cli-tab-content"><div class="cli-tab-pane cli-fade" data-id="non-necessary"><div class="wt-cli-cookie-description"> Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.</div></div></div></div></div></div></div></div><div class="cli-modal-footer"><div class="wt-cli-element cli-container-fluid cli-tab-container"><div class="cli-row"><div class="cli-col-12 cli-align-items-stretch cli-px-0"><div class="cli-tab-footer wt-cli-privacy-overview-actions"> <a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">SAVE & ACCEPT</a></div></div></div></div></div></div></div></div><div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div><div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div> <!--googleon: all--> <script> ( function ( body ) {
|
584
|
+
'use strict';
|
585
|
+
body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' );
|
586
|
+
} )( document.body ); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};/* ]]> */ </script> <style id='molongui-authorship-box-inline-css' type='text/css'> :root{ --m-a-box-bp: 600px; --m-a-box-bp-l: 599px; }.m-a-box {width:100%;margin-top:20px !important;margin-right: !important;margin-bottom:20px !important;margin-left: !important;} .m-a-box-header {margin-bottom:20px;} .m-a-box-header > :first-child, .m-a-box-header a.m-a-box-header-url {font-size:18px;line-height:px;text-transform:none;text-align:left;} .m-a-box-container {padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-color:#eeeeee;background-color:#ffffff;box-shadow:#ababab ;} .m-a-box-avatar img, .m-a-box-avatar div[data-avatar-type="acronym"] {border-style:solid;border-width:1px;border-color:#243B54;border-radius:50%;} .m-a-box-name * {font-size:18px;line-height:px;text-transform:none;text-align:left;} .m-a-box-container[min-width~="600px"] .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-name * {text-align:left;} .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-meta {text-align:left;} .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-meta * {font-size:14px;line-height:px;text-transform:none;} .m-a-box-meta-divider {padding:0 0.2em;} .m-a-box-bio > * {font-size:12px;line-height:12px;text-align:justify;} .m-icon-container {background-color: inherit; border-color: inherit; color: #999999 !important;font-size:16px;} .m-a-box-related-entry-title, .m-a-box-related-entry-title a {font-size:14px;text-transform:none;} </style> <script type='text/javascript' src='https://datacite.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.8.1' id='swv-js'></script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */
|
587
|
+
var wpcf7 = {"api":{"root":"https:\/\/datacite.org\/wp-json\/","namespace":"contact-form-7\/v1"}};
|
588
|
+
/* ]]> */ </script> <script type='text/javascript' src='https://datacite.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.8.1' id='contact-form-7-js'></script> <script type='text/javascript' src='https://datacite.org/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js?ver=7.4.2' id='siteground-optimizer-lazy-sizes-js-js'></script> <script type='text/javascript' id='molongui-authorship-byline-js-extra'> /* <![CDATA[ */
|
589
|
+
var molongui_authorship_byline_params = {"byline_prefix":"","byline_suffix":"","byline_separator":", ","byline_last_separator":" and ","byline_link_title":"View all posts by","byline_link_class":"","byline_dom_tree":"","byline_dom_prepend":"","byline_dom_append":"","byline_decoder":"v3"};
|
590
|
+
/* ]]> */ </script> <script type='text/javascript' src='https://datacite.org/wp-content/plugins/molongui-authorship/assets/js/byline.334a.min.js?ver=4.7.2' id='molongui-authorship-byline-js'></script> <script type='text/javascript' src='//polyfill.io/v3/polyfill.min.js?flags=gated&features=default,Object.entries,Object.values,Array.prototype.includes,Symbol.iterator,Array.prototype.@@iterator,NodeList.prototype.@@iterator,NodeList.prototype.forEach,Array.prototype.find,Array.prototype.forEach,Array.prototype.findIndex,Symbol,Array.from,URL' id='polyfill-js'></script> <script type='text/javascript' src='https://datacite.org/wp-content/themes/mohito/assets/bootstrap.bundle.min.js?ver=5.0.2' id='bootstrap-js'></script> <script type='text/javascript' id='theme-main-js-extra'> /* <![CDATA[ */
|
591
|
+
var wp = {"ajax":"https:\/\/datacite.org\/wp-admin\/admin-ajax.php"};
|
592
|
+
/* ]]> */ </script> <script type='text/javascript' src='https://datacite.org/wp-content/themes/mohito/scripts/main.js?ver=1.0' id='theme-main-js'></script> <script type='text/javascript' src='https://datacite.org/wp-content/plugins/datacite-custom-shortcodes/js/members.js?ver=230829-192458' id='members-js'></script> <script type='text/javascript' src='https://datacite.org/wp-content/plugins/datacite-custom-shortcodes/js/service-providers.js?ver=230829-192458' id='service-providers-js'></script> <script type='text/javascript' src='https://datacite.org/wp-content/plugins/datacite-custom-shortcodes/js/citation-widget.js?ver=230829-192458' id='citation-widget-js'></script> <script type='text/javascript' src='https://cdn.jsdelivr.net/npm/css-element-queries@1.2.2/src/ResizeSensor.min.js?ver=1.2.2' id='molongui-resizesensor-js'></script> <script type='text/javascript' src='https://cdn.jsdelivr.net/npm/css-element-queries@1.2.2/src/ElementQueries.min.js?ver=1.2.2' id='molongui-elementqueries-js'></script> <style id='tribe-common-full-style-inline-css' class='tec-customizer-inline-style' type='text/css'> :root {
|
593
|
+
/* Customizer-added Global Event styles */
|
594
|
+
--tec-font-family-sans-serif: inherit;
|
595
|
+
--tec-font-family-base: inherit;
|
596
|
+
--tec-color-link-primary: #243b54;
|
597
|
+
--tec-color-link-accent: #243b54;
|
598
|
+
--tec-color-link-accent-hover: rgba(36,59,84, 0.8);
|
599
|
+
--tec-color-accent-primary: #243b54;
|
600
|
+
--tec-color-accent-primary-hover: rgba(36,59,84,0.8);
|
601
|
+
--tec-color-accent-primary-multiday: rgba(36,59,84,0.24);
|
602
|
+
--tec-color-accent-primary-multiday-hover: rgba(36,59,84,0.34);
|
603
|
+
--tec-color-accent-primary-active: rgba(36,59,84,0.9);
|
604
|
+
--tec-color-accent-primary-background: rgba(36,59,84,0.07);
|
605
|
+
--tec-color-background-secondary-datepicker: rgba(36,59,84,0.5);
|
606
|
+
--tec-color-accent-primary-background-datepicker: #243b54;
|
607
|
+
--tec-color-button-primary: #243b54;
|
608
|
+
--tec-color-button-primary-hover: rgba(36,59,84,0.8);
|
609
|
+
--tec-color-button-primary-active: rgba(36,59,84,0.9);
|
610
|
+
--tec-color-button-primary-background: rgba(36,59,84,0.07);
|
611
|
+
--tec-color-day-marker-current-month: #243b54;
|
612
|
+
--tec-color-day-marker-current-month-hover: rgba(36,59,84,0.8);
|
613
|
+
--tec-color-day-marker-current-month-active: rgba(36,59,84,0.9);
|
614
|
+
--tec-color-background-primary-multiday: rgba(36,59,84, 0.24);
|
615
|
+
--tec-color-background-primary-multiday-hover: rgba(36,59,84, 0.34);
|
616
|
+
--tec-color-background-primary-multiday-active: rgba(36,59,84, 0.34);
|
617
|
+
--tec-color-background-secondary-multiday: rgba(36,59,84, 0.24);
|
618
|
+
--tec-color-background-secondary-multiday-hover: rgba(36,59,84, 0.34);
|
619
|
+
}:root {
|
620
|
+
/* Customizer-added Events Bar styles */
|
621
|
+
--tec-color-icon-events-bar: #243b54;
|
622
|
+
--tec-color-icon-events-bar-hover: #243b54;
|
623
|
+
--tec-color-icon-events-bar-active: #243b54;
|
624
|
+
--tec-color-background-events-bar-submit-button: #243b54;
|
625
|
+
--tec-color-background-events-bar-submit-button-hover: rgba(36,59,84, 0.8);
|
626
|
+
--tec-color-background-events-bar-submit-button-active: rgba(36,59,84, 0.9);
|
627
|
+
} </style><div data-m-brand="Molongui" data-m-id="Authorship" data-m-license="Lite" data-m-version="4.7.2" data-m-link="https://www.molongui.com/authorship/"></div></body></html>
|
628
|
+
recorded_at: Thu, 05 Oct 2023 21:11:01 GMT
|
629
|
+
recorded_with: VCR 6.2.0
|