commonmeta-ruby 3.2.6 → 3.2.7
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 -2
- data/commonmeta.gemspec +1 -0
- data/lib/commonmeta/author_utils.rb +20 -3
- data/lib/commonmeta/cli.rb +2 -2
- data/lib/commonmeta/crossref_utils.rb +22 -18
- data/lib/commonmeta/readers/json_feed_reader.rb +27 -2
- data/lib/commonmeta/utils.rb +13 -1
- data/lib/commonmeta/version.rb +1 -1
- data/resources/crossref/common5.3.1.xsd +43 -35
- data/spec/author_utils_spec.rb +38 -0
- data/spec/cli_spec.rb +5 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed_unregistered/blog_post_uuid.yml +49 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/unregistered_posts.yml +215 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +20 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +215 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +14 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +9 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +15 -10
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +328 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +824 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +14 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +390 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/{json_feed_url → json_feed_unregistered_url}/all_posts.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/another_schema_org_from_front-matter.yml +103 -105
- 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 +4 -4
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +60 -9
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +55 -7
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +824 -0
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/posted_content.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_another_science_blog.yml +12 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_front_matter.yml +178 -181
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/schema_org_from_upstream_blog.yml +104 -92
- data/spec/readers/json_feed_reader_spec.rb +106 -12
- data/spec/utils_spec.rb +23 -5
- data/spec/writers/crossref_xml_writer_spec.rb +31 -3
- metadata +24 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/json_feed_url/front-matter_blog.yml +0 -221
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_item_from_rogue_scholar_with_doi.yml +0 -163
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_item_from_upstream_blog.yml +0 -243
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_rogue_scholar_with_doi.yml +0 -210
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_post_from_upstream_blog.yml +0 -290
@@ -23,13 +23,13 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '7625'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 15 Jun 2023 05:34:56 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"64eisobxrn5vs"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
@@ -39,7 +39,7 @@ http_interactions:
|
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::j9268-1686807295659-88f3d5fc4dde
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
@@ -47,7 +47,11 @@ http_interactions:
|
|
47
47
|
string: '{"id":"https://doi.org/10.53731/4nwxn-frt36","uuid":"5bb66e92-5cb9-4659-8aca-20e486b695c9","url":"https://blog.front-matter.io/posts/does-it-compose/","title":"Does
|
48
48
|
it compose?","summary":"One question I have increasingly asked myself in the
|
49
49
|
past few years. Meaning Can I run this open source software using Docker containers
|
50
|
-
and a Docker Compose file?As the Docker project turned ten this
|
50
|
+
and a Docker Compose file?As the Docker project turned ten this spring, it
|
51
|
+
has become standard practice to distribute open source software via Docker
|
52
|
+
images and to provide a Docker Compose file to run the software together with
|
53
|
+
other dependencies. The Awesome Compose project has collected many examples,
|
54
|
+
and all you need is a docker-compose.ymlfile and a...","date_published":"2023-05-16T11:36:56Z","date_modified":"2023-05-16T11:36:56Z","authors":[{"url":"https://orcid.org/0000-0003-1419-2405","name":"Martin
|
51
55
|
Fenner"}],"image":"https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&ixlib=rb-4.0.3&q=80&w=2000","content_html":"
|
52
56
|
<p><img src=\"https://images.unsplash.com/photo-1523351964962-1ee5847816c3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDUzfHxjb250YWluZXJ8ZW58MHx8fHwxNjg0MjMyMTQ0fDA&ixlib=rb-4.0.3&q=80&w=2000\"></p><p>One
|
53
57
|
question I have increasingly asked myself in the past few years. Meaning </p><blockquote>Can
|
@@ -110,8 +114,9 @@ http_interactions:
|
|
110
114
|
tool with a local development environment</a>.</p><p>Please reach out to me
|
111
115
|
with feedback on running Docker Compose for InvenioRDM (use the <a href=\"https://github.com/front-matter/docker-invenio-rdm/discussions\">discussions</a>
|
112
116
|
feature in the GitHub repo), or if you have questions about running InvenioRDM
|
113
|
-
in production.</p> ","tags":["News"],"language":"en","blog_id":"f0m0e38","blog":{"id":"f0m0e38","title":"Front
|
114
|
-
Matter","
|
115
|
-
and
|
116
|
-
|
117
|
+
in production.</p> ","tags":["News"],"language":"en","references":[],"blog_id":"f0m0e38","blog":{"id":"f0m0e38","title":"Front
|
118
|
+
Matter","description":"The Front Matter Blog covers the intersection of science
|
119
|
+
and technology since 2007.","language":"en","favicon":"https://blog.front-matter.io/favicon.png","feed_url":"https://blog.front-matter.io/atom/","home_page_url":"https://blog.front-matter.io","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T07:20:33+00:00","indexed_at":"2023-01-02","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
|
120
|
+
5.40","category":"Engineering and Technology","prefix":"10.53731","modified_at":"2023-06-05T13:18:24+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true}}'
|
121
|
+
recorded_at: Thu, 15 Jun 2023 05:34:56 GMT
|
117
122
|
recorded_with: VCR 6.1.0
|
@@ -23,13 +23,13 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '13884'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 15 Jun 2023 12:15:33 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"b05ko74phdapo"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
@@ -39,7 +39,7 @@ http_interactions:
|
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::z5wpf-1686831332655-1ff0b9a0dd6d
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
@@ -47,7 +47,7 @@ http_interactions:
|
|
47
47
|
string: '{"id":"https://www.ideasurg.pub/residency-visual-abstract/","uuid":"c3095752-2af0-40a4-a229-3ceb7424bce2","url":"https://www.ideasurg.pub/residency-visual-abstract/","title":"The
|
48
48
|
Residency Visual Abstract","summary":"A graphical, user-friendly tool for
|
49
49
|
programs to highlight important data to prospective applicants","date_published":"2023-04-08T19:32:34Z","date_modified":null,"authors":[{"url":null,"name":"Tejas
|
50
|
-
S. Sathe"}],"image":null,"content_html":"<figure class=\"kg-card kg-image-card
|
50
|
+
S. Sathe, MD"}],"image":null,"content_html":"<figure class=\"kg-card kg-image-card
|
51
51
|
kg-width-wide kg-card-hascaption\"><img src=\"https://www.ideasurg.pub/content/images/2023/04/Residency-Scorecard-Light-Mode--7-.png\"
|
52
52
|
class=\"kg-image\" alt loading=\"lazy\" width=\"2000\" height=\"1127\" srcset=\"https://www.ideasurg.pub/content/images/size/w600/2023/04/Residency-Scorecard-Light-Mode--7-.png
|
53
53
|
600w, https://www.ideasurg.pub/content/images/size/w1000/2023/04/Residency-Scorecard-Light-Mode--7-.png
|
@@ -190,7 +190,8 @@ http_interactions:
|
|
190
190
|
iteratively design this initial prototype and develop a robust, user-friendly
|
191
191
|
tool that provides values to students, residents, and programs alike.</p><h3
|
192
192
|
id=\"comment-remix-make-it-your-own\">Comment, remix, make it your own!</h3><p><a
|
193
|
-
href=\"https://www.figma.com/community/file/1226056013352001653?ref=ideasurg.pub\">https://www.figma.com/community/file/1226056013352001653</a></p>","tags":[],"language":"en","blog_id":"3cxcm20","blog":{"id":"3cxcm20","title":"I.D.E.A.S.","
|
194
|
-
and
|
195
|
-
|
193
|
+
href=\"https://www.figma.com/community/file/1226056013352001653?ref=ideasurg.pub\">https://www.figma.com/community/file/1226056013352001653</a></p>","tags":[],"language":"en","references":[],"blog_id":"3cxcm20","blog":{"id":"3cxcm20","title":"I.D.E.A.S.","description":"Innovation
|
194
|
+
and Design Experiments in Academic Surgery (I.D.E.A.S.)","language":"en","favicon":"https://www.ideasurg.pub/favicon.png","feed_url":"https://www.ideasurg.pub/rss/","home_page_url":"https://www.ideasurg.pub/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T13:44:29+00:00","indexed_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
|
195
|
+
5.51","category":"Medical and Health Sciences","prefix":"10.59350","modified_at":"2023-06-03T04:54:30+00:00","version":"https://jsonfeed.org/version/1.1","backlog":false}}'
|
196
|
+
recorded_at: Thu, 15 Jun 2023 12:15:33 GMT
|
196
197
|
recorded_with: VCR 6.1.0
|
data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml
CHANGED
@@ -23,13 +23,13 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '4365'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Thu, 15 Jun 2023 05:34:56 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"rw2rumoub63cl"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
@@ -39,16 +39,19 @@ http_interactions:
|
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::ttsr9-1686807296532-2bd61600fafa
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"id":"https://citationstyles.org/2020/07/11/seeking-public-comment-on-CSL-1-0-2
|
47
|
+
string: '{"id":"https://citationstyles.org/2020/07/11/seeking-public-comment-on-CSL-1-0-2","uuid":"efdacb04-bcec-49d7-b689-ab3eab0634bf","url":"https://citationstyles.org/2020/07/11/seeking-public-comment-on-CSL-1-0-2/","title":"Seeking
|
48
48
|
Public Comment on CSL 1.0.2 Release","summary":"Over the past few months,
|
49
49
|
Citation Style Language developers have worked to address a backlog of feature
|
50
50
|
requests. This work will be reflected in two upcoming releases. The first
|
51
|
-
of these, 1.0.2, is slated
|
51
|
+
of these, 1.0.2, is slated for release shortly. Its focus is on easy to implement,
|
52
|
+
non-controversial additions, principally new item types, fields, and terms.
|
53
|
+
We’re seeking public comment on the planned released from now until July 26,
|
54
|
+
2020, 12pm EDT. A non-technical summary of the release can be found in a google...","date_published":"2020-07-11T00:00:00Z","date_modified":"2020-07-11T00:00:00Z","authors":[{"url":null,"name":"Sebastian
|
52
55
|
Karcher"}],"image":null,"content_html":"<p>Over the past few months, Citation
|
53
56
|
Style Language developers have worked to address a backlog of feature requests.
|
54
57
|
This work will be reflected in two upcoming releases. The first of these,
|
@@ -80,8 +83,10 @@ http_interactions:
|
|
80
83
|
approximate qualifiers, and decades and centuries.</li>\n <li>A new “custom”
|
81
84
|
property to add extension metadata.</li>\n <li>New related modelling
|
82
85
|
to match the new style attribute (as above, still in discussion).</li>\n <li>An
|
83
|
-
official YAML representation, which can be validated with the same JSON schemas.</li>\n </ul>\n </li>\n</ul>","tags":[],"language":"en","blog_id":"prmb582","blog":{"id":"prmb582","title":"Citation
|
84
|
-
Style Language","
|
85
|
-
|
86
|
-
|
86
|
+
official YAML representation, which can be validated with the same JSON schemas.</li>\n </ul>\n </li>\n</ul>","tags":[],"language":"en","references":[],"blog_id":"prmb582","blog":{"id":"prmb582","title":"Citation
|
87
|
+
Style Language","description":"CitationStyles.org, home of the Citation Style
|
88
|
+
Language (CSL), a popular open XML-based language to describe the formatting
|
89
|
+
of citations and bibliographies.","language":"en","favicon":null,"feed_url":"https://citationstyles.org/feed.xml","home_page_url":"https://citationstyles.org/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T08:18:29+00:00","indexed_at":"2023-04-25","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Jekyll
|
90
|
+
3.9.3","category":"Engineering and Technology","prefix":"10.59350","modified_at":"2020-07-11T00:00:00+00:00","version":"https://jsonfeed.org/version/1.1","backlog":false}}'
|
91
|
+
recorded_at: Thu, 15 Jun 2023 05:34:56 GMT
|
87
92
|
recorded_with: VCR 6.1.0
|
@@ -0,0 +1,328 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://rogue-scholar.org/api/posts/0022b9ef-525a-4a79-81ad-13411697f58a
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Connection:
|
11
|
+
- close
|
12
|
+
Host:
|
13
|
+
- rogue-scholar.org
|
14
|
+
User-Agent:
|
15
|
+
- http.rb/5.1.1
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Age:
|
22
|
+
- '0'
|
23
|
+
Cache-Control:
|
24
|
+
- public, max-age=0, must-revalidate
|
25
|
+
Content-Length:
|
26
|
+
- '6213'
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=utf-8
|
29
|
+
Date:
|
30
|
+
- Thu, 15 Jun 2023 05:35:01 GMT
|
31
|
+
Etag:
|
32
|
+
- '"gfv7kmbgys4sg"'
|
33
|
+
Server:
|
34
|
+
- Vercel
|
35
|
+
Strict-Transport-Security:
|
36
|
+
- max-age=63072000
|
37
|
+
X-Matched-Path:
|
38
|
+
- "/api/posts/[slug]"
|
39
|
+
X-Vercel-Cache:
|
40
|
+
- MISS
|
41
|
+
X-Vercel-Id:
|
42
|
+
- fra1::iad1::dxm67-1686807300943-38ee44f3d487
|
43
|
+
Connection:
|
44
|
+
- close
|
45
|
+
body:
|
46
|
+
encoding: UTF-8
|
47
|
+
string: '{"id":"https://doi.org/10.53731/ffbx660-083tnag","uuid":"0022b9ef-525a-4a79-81ad-13411697f58a","url":"https://syldavia-gazette.org/guinea-worms-chatgpt-neanderthals/","title":"Guinea
|
48
|
+
Worms, ChatGPT, Neanderthals, Plagiarism, Tidyverse","summary":"Guinea worm
|
49
|
+
disease reaches all-time low: only 13* human cases reported in 2022Only 13
|
50
|
+
human cases of Guinea worm disease were reported worldwide in 2022. This Neglected
|
51
|
+
Tropical Disease is on the WHO 2030 roadmap to become only the second human
|
52
|
+
disease in history to be eradicated, after smallpox.ChatGPT is fun, but not
|
53
|
+
an authorThe Editor-In-Chief of the Science journals explains their updated
|
54
|
+
Editorial Policy specifying that text generated by ChatGPT (or any other AI
|
55
|
+
tools) cannot be used in...","date_published":"2023-02-01T14:56:00Z","date_modified":"2023-04-13T19:58:19Z","authors":[{"url":"https://orcid.org/0000-0003-1419-2405","name":"Martin
|
56
|
+
Fenner"}],"image":"https://digitalpress.fra1.cdn.digitaloceanspaces.com/gtpg506/2023/04/gw-release-2023.jpg","content_html":"
|
57
|
+
<h3 id=\"guinea-worm-disease-reaches-all-time-low-only-13-human-cases-reported-in-2022\"><a
|
58
|
+
href=\"https://www.cartercenter.org/news/pr/2023/2022-guinea-worm-worldwide-cases-announcement.html?ref=syldavia-gazette.org\">Guinea
|
59
|
+
worm disease reaches all-time low: only 13* human cases reported in 2022</a></h3><p>Only
|
60
|
+
13 human cases of Guinea worm disease were reported worldwide in 2022. This
|
61
|
+
Neglected Tropical Disease is on the WHO 2030 roadmap to become only the second
|
62
|
+
human disease in history to be eradicated, after smallpox.</p><h3 id=\"chatgpt-is-fun-but-not-an-author\"><a
|
63
|
+
href=\"https://doi.org/10.1126/science.adg7879?ref=syldavia-gazette.org\">ChatGPT
|
64
|
+
is fun, but not an author</a></h3><p>The Editor-In-Chief of the <em>Science</em>
|
65
|
+
journals explains their updated Editorial Policy specifying that text generated
|
66
|
+
by ChatGPT (or any other AI tools) cannot be used in publications, nor can
|
67
|
+
figures produced by such tools.</p><h3 id=\"meet-the-first-neanderthal-family\"><a
|
68
|
+
href=\"https://leakeyfoundation.org/meet-the-first-neanderthal-family/?ref=syldavia-gazette.org\">Meet
|
69
|
+
the first Neanderthal family</a></h3><p>A study published in October last
|
70
|
+
year retrieved the DNA from 17 Neanderthal remains, for the first time using
|
71
|
+
genetics to study the social organization of a Neanderthal community. </p><h3
|
72
|
+
id=\"university-to-investigate-adjunct-professor-after-allegations-of-plagiarism-%E2%80%93-and-legal-threats\"><a
|
73
|
+
href=\"https://retractionwatch.com/2022/12/30/university-to-investigate-adjunct-professor-after-allegations-of-plagiarism-and-legal-threats/?ref=syldavia-gazette.org\">University
|
74
|
+
to investigate adjunct professor after allegations of plagiarism – and legal
|
75
|
+
threats</a></h3><p>The University of Zürich in Switzerland has announced that
|
76
|
+
it had started an investigation into allegations that a researcher used images
|
77
|
+
and other material from a blog without attribution in a published book.</p><h3
|
78
|
+
id=\"welcome-to-the-tidyverse\"><a href=\"https://doi.org/10.21105/joss.01686?ref=syldavia-gazette.org\">Welcome
|
79
|
+
to the tidyverse</a></h3><p>The tidyverse is a language for solving data science
|
80
|
+
challenges with R code. It is also a collection of R packages with a shared
|
81
|
+
high-level design philosophy. This article gives a short introduction to these
|
82
|
+
highly popular software packages.</p><hr><h3 id=\"references\">References</h3><ol><li>Guinea
|
83
|
+
Worm Disease Reaches All-Time Low: Only 13* Human Cases Reported in 2022.
|
84
|
+
The Carter Center. Accessed March 28, 2023. <a href=\"https://www.cartercenter.org/news/pr/2023/2022-guinea-worm-worldwide-cases-announcement.html?ref=syldavia-gazette.org\">https://www.cartercenter.org/news/pr/2023/2022-guinea-worm-worldwide-cases-announcement.html</a></li><li>Thorp
|
85
|
+
HH. ChatGPT is fun, but not an author. <em>Science</em>. 2023;379(6630):313-313.
|
86
|
+
doi:<a href=\"https://doi.org/10.1126/science.adg7879?ref=syldavia-gazette.org\">10.1126/science.adg7879</a></li><li>Meet
|
87
|
+
the first Neanderthal family. The Leakey Foundation. Accessed March 28, 2023.
|
88
|
+
<a href=\"https://leakeyfoundation.org/meet-the-first-neanderthal-family/?ref=syldavia-gazette.org\">https://leakeyfoundation.org/meet-the-first-neanderthal-family/</a></li><li>Kincaid
|
89
|
+
AE. University to investigate adjunct professor after allegations of plagiarism
|
90
|
+
– and legal threats. Retraction Watch. Published December 30, 2022. Accessed
|
91
|
+
March 28, 2023. <a href=\"https://retractionwatch.com/2022/12/30/university-to-investigate-adjunct-professor-after-allegations-of-plagiarism-and-legal-threats/?ref=syldavia-gazette.org\">https://retractionwatch.com/2022/12/30/university-to-investigate-adjunct-professor-after-allegations-of-plagiarism-and-legal-threats/</a></li><li>Wickham
|
92
|
+
H, Averick M, Bryan J, et al. Welcome to the Tidyverse. <em>Journal of Open
|
93
|
+
Source Software</em>. 2019;4(43):1686. doi:<a href=\"https://doi.org/10.21105/joss.01686?ref=syldavia-gazette.org\">10.21105/joss.01686</a></li></ol>
|
94
|
+
","tags":[],"language":"en","references":[{"key":"ref1","url":"https://cartercenter.org/news/pr/2023/2022-guinea-worm-worldwide-cases-announcement.html"},{"doi":"https://doi.org/10.1126/science.adg7879","key":"ref2"},{"key":"ref3","url":"https://leakeyfoundation.org/meet-the-first-neanderthal-family"},{"key":"ref4","url":"https://retractionwatch.com/2022/12/30/university-to-investigate-adjunct-professor-after-allegations-of-plagiarism-and-legal-threats"},{"doi":"https://doi.org/10.21105/joss.01686","key":"ref5"}],"blog_id":"f4wdg32","blog":{"id":"f4wdg32","title":"Syldavia
|
95
|
+
Gazette","description":"The Syldavia Gazette is a weekly newsletter that highlights
|
96
|
+
interesting science stories from around the web.","language":"en","favicon":"https://syldavia-gazette.org/favicon.png","feed_url":"https://syldavia-gazette.org/atom/","home_page_url":"https://syldavia-gazette.org","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T16:54:04+00:00","indexed_at":"2023-02-01","feed_format":"application/atom+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
|
97
|
+
5.40","category":"Humanities","prefix":"10.53731","modified_at":"2023-03-15T20:37:00+00:00","version":"https://jsonfeed.org/version/1.1","backlog":false}}'
|
98
|
+
recorded_at: Thu, 15 Jun 2023 05:35:01 GMT
|
99
|
+
- request:
|
100
|
+
method: head
|
101
|
+
uri: https://cartercenter.org/news/pr/2023/2022-guinea-worm-worldwide-cases-announcement.html
|
102
|
+
body:
|
103
|
+
encoding: UTF-8
|
104
|
+
string: ''
|
105
|
+
headers:
|
106
|
+
Connection:
|
107
|
+
- close
|
108
|
+
Host:
|
109
|
+
- cartercenter.org
|
110
|
+
User-Agent:
|
111
|
+
- http.rb/5.1.1
|
112
|
+
response:
|
113
|
+
status:
|
114
|
+
code: 200
|
115
|
+
message: OK
|
116
|
+
headers:
|
117
|
+
Content-Length:
|
118
|
+
- '55020'
|
119
|
+
Connection:
|
120
|
+
- close
|
121
|
+
Content-Type:
|
122
|
+
- text/html
|
123
|
+
Date:
|
124
|
+
- Thu, 15 Jun 2023 05:35:01 GMT
|
125
|
+
Server:
|
126
|
+
- Microsoft-IIS/10.0
|
127
|
+
Set-Cookie:
|
128
|
+
- ARRAffinity=36350da4072f2b81c7a76ccb661670fd17546fe3d81bf59206a066d5bdca4565;Path=/;HttpOnly;Secure;Domain=cartercenter.org
|
129
|
+
- ARRAffinitySameSite=36350da4072f2b81c7a76ccb661670fd17546fe3d81bf59206a066d5bdca4565;Path=/;HttpOnly;SameSite=None;Secure;Domain=cartercenter.org
|
130
|
+
Vary:
|
131
|
+
- Accept-Encoding
|
132
|
+
X-Powered-By:
|
133
|
+
- ASP.NET
|
134
|
+
body:
|
135
|
+
encoding: ASCII-8BIT
|
136
|
+
string: ''
|
137
|
+
recorded_at: Thu, 15 Jun 2023 05:35:01 GMT
|
138
|
+
- request:
|
139
|
+
method: head
|
140
|
+
uri: https://doi.org/10.1126/science.adg7879
|
141
|
+
body:
|
142
|
+
encoding: UTF-8
|
143
|
+
string: ''
|
144
|
+
headers:
|
145
|
+
Connection:
|
146
|
+
- close
|
147
|
+
Host:
|
148
|
+
- doi.org
|
149
|
+
User-Agent:
|
150
|
+
- http.rb/5.1.1
|
151
|
+
response:
|
152
|
+
status:
|
153
|
+
code: 302
|
154
|
+
message: Found
|
155
|
+
headers:
|
156
|
+
Date:
|
157
|
+
- Thu, 15 Jun 2023 05:35:02 GMT
|
158
|
+
Content-Type:
|
159
|
+
- text/html;charset=utf-8
|
160
|
+
Content-Length:
|
161
|
+
- '187'
|
162
|
+
Connection:
|
163
|
+
- close
|
164
|
+
Location:
|
165
|
+
- https://www.science.org/doi/10.1126/science.adg7879
|
166
|
+
Vary:
|
167
|
+
- Accept
|
168
|
+
Expires:
|
169
|
+
- Thu, 15 Jun 2023 05:41:56 GMT
|
170
|
+
Permissions-Policy:
|
171
|
+
- interest-cohort=(),browsing-topics=()
|
172
|
+
Cf-Cache-Status:
|
173
|
+
- DYNAMIC
|
174
|
+
Report-To:
|
175
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=1YWlKlgreLLsLDDelygqopILLk2MZl1WUokn7ajDuflKR%2F%2FdzlGgsHQzaCQppNjOeteqd3NUBbLuhISmWcl2giCP680MePiaG2YuZFVWJsfwG0nHz6X4wMlA653bhjlEZc02IL4%3D"}],"group":"cf-nel","max_age":604800}'
|
176
|
+
Nel:
|
177
|
+
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
178
|
+
Strict-Transport-Security:
|
179
|
+
- max-age=31536000; includeSubDomains; preload
|
180
|
+
Server:
|
181
|
+
- cloudflare
|
182
|
+
Cf-Ray:
|
183
|
+
- 7d787286c87cb790-AMS
|
184
|
+
Alt-Svc:
|
185
|
+
- h3=":443"; ma=86400
|
186
|
+
body:
|
187
|
+
encoding: UTF-8
|
188
|
+
string: ''
|
189
|
+
recorded_at: Thu, 15 Jun 2023 05:35:02 GMT
|
190
|
+
- request:
|
191
|
+
method: head
|
192
|
+
uri: https://leakeyfoundation.org/meet-the-first-neanderthal-family
|
193
|
+
body:
|
194
|
+
encoding: UTF-8
|
195
|
+
string: ''
|
196
|
+
headers:
|
197
|
+
Connection:
|
198
|
+
- close
|
199
|
+
Host:
|
200
|
+
- leakeyfoundation.org
|
201
|
+
User-Agent:
|
202
|
+
- http.rb/5.1.1
|
203
|
+
response:
|
204
|
+
status:
|
205
|
+
code: 301
|
206
|
+
message: Moved Permanently
|
207
|
+
headers:
|
208
|
+
Date:
|
209
|
+
- Thu, 15 Jun 2023 05:35:03 GMT
|
210
|
+
Content-Type:
|
211
|
+
- text/html; charset=UTF-8
|
212
|
+
Connection:
|
213
|
+
- close
|
214
|
+
X-Powered-By:
|
215
|
+
- PHP/8.0.28
|
216
|
+
Vary:
|
217
|
+
- Accept-Encoding,Cookie
|
218
|
+
X-Pingback:
|
219
|
+
- ''
|
220
|
+
X-Redirect-By:
|
221
|
+
- WordPress
|
222
|
+
Location:
|
223
|
+
- https://leakeyfoundation.org/meet-the-first-neanderthal-family/
|
224
|
+
Cf-Cache-Status:
|
225
|
+
- DYNAMIC
|
226
|
+
Report-To:
|
227
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=QexsCQBA%2FNPqY077m%2B880CATbwMQzJQrcRoG69MOeZ4CM9vzJKQk8w%2Fa1falGL5bSSxO%2F5kRKdzRghHNwhWhB0QwjrLHIggcaIGdRV%2FJL9vTn9Auhm6%2BSSnoZOrslE1byKopFf0SZvJCESkbSVgAXYs4"}],"group":"cf-nel","max_age":604800}'
|
228
|
+
Nel:
|
229
|
+
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
230
|
+
Server:
|
231
|
+
- cloudflare
|
232
|
+
Cf-Ray:
|
233
|
+
- 7d7872899bb50b3c-AMS
|
234
|
+
body:
|
235
|
+
encoding: UTF-8
|
236
|
+
string: ''
|
237
|
+
recorded_at: Thu, 15 Jun 2023 05:35:03 GMT
|
238
|
+
- request:
|
239
|
+
method: head
|
240
|
+
uri: https://retractionwatch.com/2022/12/30/university-to-investigate-adjunct-professor-after-allegations-of-plagiarism-and-legal-threats
|
241
|
+
body:
|
242
|
+
encoding: UTF-8
|
243
|
+
string: ''
|
244
|
+
headers:
|
245
|
+
Connection:
|
246
|
+
- close
|
247
|
+
Host:
|
248
|
+
- retractionwatch.com
|
249
|
+
User-Agent:
|
250
|
+
- http.rb/5.1.1
|
251
|
+
response:
|
252
|
+
status:
|
253
|
+
code: 301
|
254
|
+
message: Moved Permanently
|
255
|
+
headers:
|
256
|
+
Date:
|
257
|
+
- Thu, 15 Jun 2023 05:31:43 GMT
|
258
|
+
Server:
|
259
|
+
- Apache
|
260
|
+
X-Redirect-By:
|
261
|
+
- WordPress
|
262
|
+
Upgrade:
|
263
|
+
- h2,h2c
|
264
|
+
Connection:
|
265
|
+
- Upgrade, close
|
266
|
+
Location:
|
267
|
+
- https://retractionwatch.com/2022/12/30/university-to-investigate-adjunct-professor-after-allegations-of-plagiarism-and-legal-threats/
|
268
|
+
Referrer-Policy:
|
269
|
+
- no-referrer-when-downgrade
|
270
|
+
Content-Type:
|
271
|
+
- text/html; charset=UTF-8
|
272
|
+
body:
|
273
|
+
encoding: UTF-8
|
274
|
+
string: ''
|
275
|
+
recorded_at: Thu, 15 Jun 2023 05:35:05 GMT
|
276
|
+
- request:
|
277
|
+
method: head
|
278
|
+
uri: https://doi.org/10.21105/joss.01686
|
279
|
+
body:
|
280
|
+
encoding: UTF-8
|
281
|
+
string: ''
|
282
|
+
headers:
|
283
|
+
Connection:
|
284
|
+
- close
|
285
|
+
Host:
|
286
|
+
- doi.org
|
287
|
+
User-Agent:
|
288
|
+
- http.rb/5.1.1
|
289
|
+
response:
|
290
|
+
status:
|
291
|
+
code: 302
|
292
|
+
message: Found
|
293
|
+
headers:
|
294
|
+
Date:
|
295
|
+
- Thu, 15 Jun 2023 05:35:06 GMT
|
296
|
+
Content-Type:
|
297
|
+
- text/html;charset=utf-8
|
298
|
+
Content-Length:
|
299
|
+
- '183'
|
300
|
+
Connection:
|
301
|
+
- close
|
302
|
+
Location:
|
303
|
+
- https://joss.theoj.org/papers/10.21105/joss.01686
|
304
|
+
Vary:
|
305
|
+
- Accept
|
306
|
+
Expires:
|
307
|
+
- Thu, 15 Jun 2023 05:41:56 GMT
|
308
|
+
Permissions-Policy:
|
309
|
+
- interest-cohort=(),browsing-topics=()
|
310
|
+
Cf-Cache-Status:
|
311
|
+
- DYNAMIC
|
312
|
+
Report-To:
|
313
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=%2BdNWMCRMZanvh%2FOTYCHB%2FNZ7eKDPO9k0LHPkArmyQx7ivXuUCDXWaC%2BAmT2gXM2DaDvupHjuIw%2FD2TbGvg%2FlodHWR0%2F7HqNX9dKXsN2HXNi13rphsDvytIhNULiJCNmLbGaZY9U%3D"}],"group":"cf-nel","max_age":604800}'
|
314
|
+
Nel:
|
315
|
+
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
316
|
+
Strict-Transport-Security:
|
317
|
+
- max-age=31536000; includeSubDomains; preload
|
318
|
+
Server:
|
319
|
+
- cloudflare
|
320
|
+
Cf-Ray:
|
321
|
+
- 7d78729eea010e84-AMS
|
322
|
+
Alt-Svc:
|
323
|
+
- h3=":443"; ma=86400
|
324
|
+
body:
|
325
|
+
encoding: UTF-8
|
326
|
+
string: ''
|
327
|
+
recorded_at: Thu, 15 Jun 2023 05:35:06 GMT
|
328
|
+
recorded_with: VCR 6.1.0
|