commonmeta-ruby 3.3.15 → 3.3.17
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 +1 -1
- data/lib/commonmeta/readers/json_feed_reader.rb +8 -8
- data/lib/commonmeta/utils.rb +14 -0
- data/lib/commonmeta/version.rb +1 -1
- data/spec/cli_spec.rb +2 -2
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_by_blog.yml +189 -1704
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/json_feed_unregistered.yml +54 -1969
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/by_blog_id.yml +210 -518
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/not_indexed_posts.yml +6 -1450
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed/unregistered_posts.yml +54 -8
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blog_post_with_non-url_id.yml +18 -88
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/blogger_post.yml +11 -50
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_author_name_suffix.yml +64 -173
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_doi.yml +13 -75
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_institutional_author.yml +15 -11
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_with_organizational_author.yml +15 -46
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/ghost_post_without_doi.yml +17 -155
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml +14 -45
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post_with_anonymous_author.yml +13 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/substack_post_with_broken_reference.yml +938 -1865
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/syldavia_gazette_post_with_references.yml +128 -267
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/upstream_post_with_references.yml +570 -1279
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post.yml +12 -119
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_many_references.yml +4095 -5759
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_references.yml +24 -220
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/wordpress_post_with_tracking_code_on_url.yml +13 -12
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_anonymous_author.yml +13 -16
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_doi.yml +12 -119
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_rogue_scholar_with_organizational_author.yml +15 -46
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_from_upstream_blog.yml +13 -201
- data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/write_metadata_as_crossref/json_feed_item_with_references.yml +104 -813
- data/spec/readers/json_feed_reader_spec.rb +22 -24
- data/spec/utils_spec.rb +40 -0
- data/spec/writers/crossref_xml_writer_spec.rb +4 -4
- metadata +2 -5
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/blog_post.yml +0 -360
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed/blog_post_uuid.yml +0 -980
- data/spec/fixtures/vcr_cassettes/Commonmeta_CLI/json_feed_unregistered/blog_post_uuid.yml +0 -49
@@ -23,100 +23,38 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '1988'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Mon, 10 Jul 2023 21:04:49 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"de3a467vbp1j8"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
36
36
|
- max-age=63072000
|
37
37
|
X-Matched-Path:
|
38
|
-
- "/api/posts/[
|
38
|
+
- "/api/posts/[[...params]]"
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::g8hwc-1689023089548-ad26f56478e1
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"id":"https://doi.org/10.53731/4nwxn-frt36","
|
47
|
+
string: '{"id":"5bb66e92-5cb9-4659-8aca-20e486b695c9","doi":"https://doi.org/10.53731/4nwxn-frt36","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
50
|
and a Docker Compose file?As the Docker project turned ten this spring, it
|
51
51
|
has become standard practice to distribute open source software via Docker
|
52
52
|
images and to provide a Docker Compose file to run the software together with
|
53
53
|
other dependencies. The Awesome Compose project has collected many examples,
|
54
|
-
and all you need is a docker-compose.ymlfile and a...","
|
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","
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
software via Docker images and to provide a <a href=\"https://docs.docker.com/compose/\">Docker
|
62
|
-
Compose</a> file to run the software together with other dependencies. The
|
63
|
-
<a href=\"https://github.com/docker/awesome-compose\">Awesome Compose</a>
|
64
|
-
project has collected many examples, and all you need is a <code>docker-compose.yml</code>file
|
65
|
-
and a recent installation of Docker, e.g. <a href=\"https://www.docker.com/products/docker-desktop/\">Docker
|
66
|
-
Desktop</a>. Be aware that Docker Compose has evolved over the years. It started
|
67
|
-
out as a dedicated Python application but was later integrated into the Docker
|
68
|
-
application (written in Go) as Compose V2.</p><p>Docker and Docker Compose
|
69
|
-
allow you to run pretty complex applications without first addressing a long
|
70
|
-
list of requirements (which might conflict with other software you have installed),
|
71
|
-
or needing a long and complex build step where many things can go wrong. For
|
72
|
-
example a self-hosted instance of Supabase (a hosted Postgres database with
|
73
|
-
additional features) that I installed last week following <a href=\"https://supabase.com/docs/guides/self-hosting/docker\">these
|
74
|
-
instructions</a>.</p><p>An important open source project that I am involved
|
75
|
-
in is <a href=\"https://inveniordm.docs.cern.ch/\">InvenioRDM</a>, the turn-key
|
76
|
-
research data management repository. InvenioRDM started in 2019, with a first
|
77
|
-
production-suitable version in August 2021, and the <a href=\"https://inveniosoftware.org/products/rdm/#status\">next
|
78
|
-
major goal </a>is to have the large and popular <a href=\"https://zenodo.org/\">Zenodo</a>
|
79
|
-
repository running on top of InvenioRDM. Zenodo <a href=\"https://blog.zenodo.org/2023/05/08/2023-05-08-10years/\">turned
|
80
|
-
ten last week</a>, a few weeks after Docker. Interestingly, my personal tenth
|
81
|
-
anniversary was last year in May as I became a full-time software developer
|
82
|
-
and left academic medicine as a medical doctor treating cancer patients in
|
83
|
-
<a href=\"https://doi.org/10.53731/r294649-6f79289-8cw2j\">May 2012</a>.</p><p>Unfortunately,
|
84
|
-
InvenioRDM \"doesn''t compose\" yet. It is very close, but there are no ready-made
|
85
|
-
Docker images to download, and the <a href=\"https://inveniordm.docs.cern.ch/install/\">installation
|
86
|
-
instructions</a> start with installing a Python command-line tool (invenio-cli).
|
87
|
-
So if you have 1-2 hours to play with InvenioRDM and get a first impression,
|
88
|
-
there is no official solution from the InvenioRDM project yet. For this reason,
|
89
|
-
I started the <a href=\"https://github.com/front-matter/docker-invenio-rdm\">docker-invenio-rdm</a>
|
90
|
-
repository on Github. It contains a Docker Compose file that uses pre-built
|
91
|
-
Docker images, and using that file with a <code>docker compose up</code>command
|
92
|
-
on your local computer should give you a running InvenioRDM within 15 minutes:</p><figure
|
93
|
-
class=\"kg-card kg-image-card\"><img src=\"https://blog.front-matter.io/content/images/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png\"
|
94
|
-
class=\"kg-image\" alt loading=\"lazy\" width=\"2000\" height=\"1210\" srcset=\"https://blog.front-matter.io/content/images/size/w600/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png
|
95
|
-
600w, https://blog.front-matter.io/content/images/size/w1000/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png
|
96
|
-
1000w, https://blog.front-matter.io/content/images/size/w1600/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png
|
97
|
-
1600w, https://blog.front-matter.io/content/images/2023/05/Bildschirmfoto-2023-05-11-um-10.37.55.png
|
98
|
-
2193w\" sizes=\"(min-width: 720px) 720px\"></figure><p>I started this recently
|
99
|
-
and obviously want to move forward in two directions:</p><ul><li>fine-tune
|
100
|
-
the initial configuration to provide a great initial experience with InvenioRDM,
|
101
|
-
e.g. making it easy to <a href=\"https://inveniordm.docs.cern.ch/develop/topics/theming/\">theme</a>
|
102
|
-
the InvenioRDM instance</li><li>make this an official part of the InvenioRDM
|
103
|
-
project, extending the <a href=\"https://github.com/inveniosoftware/docker-invenio\">docker-invenio</a>
|
104
|
-
GitHub repository that provides Docker base images for InvenioRDM and other
|
105
|
-
projects using the Invenio software.</li></ul><p>But of course, Docker Compose
|
106
|
-
is not the answer to all questions regarding running Docker-based infrastructure.
|
107
|
-
For production environments, most people shy away from using Docker Compose.
|
108
|
-
The reasons for that and the alternatives will be the topic of a future blog
|
109
|
-
post (spoiler: there is exciting news).</p><p>Docker Compose also needs more
|
110
|
-
work to be set up correctly for development environments. It is a common practice
|
111
|
-
and a workflow I used while working at DataCite (where we launched Docker-based
|
112
|
-
infrastructure in 2016), but for now, the easiest way to set up InvenioRDM
|
113
|
-
development environments is using the <a href=\"https://inveniordm.docs.cern.ch/install/\">invenio-cli
|
114
|
-
tool with a local development environment</a>.</p><p>Please reach out to me
|
115
|
-
with feedback on running Docker Compose for InvenioRDM (use the <a href=\"https://github.com/front-matter/docker-invenio-rdm/discussions\">discussions</a>
|
116
|
-
feature in the GitHub repo), or if you have questions about running InvenioRDM
|
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.52","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,"authors":null}}'
|
121
|
-
recorded_at: Sun, 18 Jun 2023 15:23:53 GMT
|
122
|
-
recorded_with: VCR 6.1.0
|
54
|
+
and all you need is a docker-compose.ymlfile and a...","published_at":1684237016,"updated_at":1687084066,"indexed_at":1689007007,"authors":[{"url":"https://orcid.org/0000-0003-1419-2405","name":"Martin
|
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","tags":["News"],"language":"en","reference":[],"blog_id":"f0m0e38","blog_name":"Front
|
56
|
+
Matter","blog":{"id":"f0m0e38","title":"Front Matter","description":"The Front
|
57
|
+
Matter Blog covers the intersection of science and technology since 2007.","language":"en","favicon":"https://blog.front-matter.io/favicon.png","feed_url":"https://blog.front-matter.io/atom-complete/","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
|
58
|
+
5.52","category":"Engineering and Technology","prefix":"10.53731","modified_at":"2023-07-05T19:22:17+00:00","version":"https://jsonfeed.org/version/1.1","backlog":false,"current_feed_url":"https://blog.front-matter.io/atom/","expired":null}}'
|
59
|
+
recorded_at: Mon, 10 Jul 2023 21:04:49 GMT
|
60
|
+
recorded_with: VCR 6.2.0
|
@@ -23,34 +23,38 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '1722'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Mon, 10 Jul 2023 21:04:53 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"rlwl6qviqb1bu"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
36
36
|
- max-age=63072000
|
37
37
|
X-Matched-Path:
|
38
|
-
- "/api/posts/[
|
38
|
+
- "/api/posts/[[...params]]"
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::h8hbv-1689023092969-0c0ff4bb4099
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"id":"
|
47
|
+
string: '{"id":"2b3cdd27-5123-4167-9482-3c074392e2d2","doi":"https://doi.org/10.59350/tfahc-rp566","url":"https://blog.oa.works/nature-features-oa-reports-work-putting-oa-policy-into-practice","title":"Nature
|
48
48
|
features OA.Report''s work putting OA policy into practice!","summary":"After
|
49
49
|
a couple of years of working to support institutions implementing their OA
|
50
50
|
policies, we''re so proud to see OA.Report, our development partner, and one
|
51
51
|
of our collaborators featured in Nature. We appreciate Nature bringing attention
|
52
|
-
to the progress being made in more effectively implementing OA policies.
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
52
|
+
to the progress being made in more effectively implementing OA policies.Read
|
53
|
+
the full story on Nature''s website.Screenshot of the story on the Nature
|
54
|
+
websiteFind out more about how OA.Report can help your organization on our
|
55
|
+
website or in our recent...","published_at":1674558707,"updated_at":1674558707,"indexed_at":1688982864,"authors":[{"url":null,"name":"OA.Works"}],"image":"https://blog.oa.works/content/images/2023/01/nature-website-v2.png","tags":["OA.Report"],"language":"en","reference":[],"blog_id":"h7bpg11","blog_name":"OA.Works
|
56
|
+
Blog","blog":{"id":"h7bpg11","title":"OA.Works Blog","description":"OA.Works
|
57
|
+
Blog","language":"en","favicon":"https://blog.oa.works/favicon.png","feed_url":"https://blog.oa.works/rss/","home_page_url":"https://blog.oa.works/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T14:11:14+00:00","indexed_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
|
58
|
+
5.53","category":"Engineering and Technology","prefix":"10.59350","modified_at":"2023-07-03T15:34:01+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true,"current_feed_url":null,"expired":null}}'
|
59
|
+
recorded_at: Mon, 10 Jul 2023 21:04:53 GMT
|
60
|
+
recorded_with: VCR 6.2.0
|
@@ -23,69 +23,38 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '1680'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Mon, 10 Jul 2023 21:04:47 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"10p8jql4uqx1ai"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
36
36
|
- max-age=63072000
|
37
37
|
X-Matched-Path:
|
38
|
-
- "/api/posts/[
|
38
|
+
- "/api/posts/[[...params]]"
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::tkv5t-1689023087319-da88ab8eb283
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"id":"
|
47
|
+
string: '{"id":"5561f8e4-2ff1-4186-a8d5-8dacb3afe414","doi":"https://doi.org/10.59350/2shz7-ehx26","url":"https://libscie.org/ku-leuven-supports-researchequals","title":"KU
|
48
48
|
Leuven supports ResearchEquals","summary":"KU Leuven is now an inaugural supporting
|
49
49
|
member of ResearchEquals, sustaining and governing the development of modular
|
50
50
|
publishing.As part of their commitment to Open Science, KU Leuven supports
|
51
51
|
sustainable implementations of Open Access and Open Science through the KU
|
52
|
-
Leuven Fund for Fair OA. The fund is usually only
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
but ResearchEquals’ governance convinced KU Leuven to support a for-profit
|
62
|
-
initiative.</p><p>“We don’t want to be too rigid in our approach
|
63
|
-
and understand that publishing or other research infrastructures can work
|
64
|
-
according to different sustainability models. What matters to us is that,
|
65
|
-
if profits are made, they are reinvested in the academic community and that
|
66
|
-
researchers remain firmly in control.” Demmy Verbeke said.</p><p>Supporting
|
67
|
-
members help sustain operations and receive additional governance rights for
|
68
|
-
<a href=\"https://researchequals.com/?ref=libscie.org\">ResearchEquals</a>.
|
69
|
-
These rights include the option to participate in quarterly assemblies, strategy
|
70
|
-
and decision making processes, the power to block acquisitions, and to request
|
71
|
-
more information around business operations. As a result, supporting members
|
72
|
-
shape how ResearchEquals evolves. Individuals can become supporting members
|
73
|
-
for 79.99 euro’s per year. Institutions can become supporting members
|
74
|
-
for a yearly contribution of at least 2500 euro’s. </p><p>ResearchEquals
|
75
|
-
is an open source, open access publishing platform for research modules. ResearchEquals
|
76
|
-
realized the first modular publishing platform (launched February 1st, 2022),
|
77
|
-
which revolves around sharing the research process, step by step, instead
|
78
|
-
of only the final report.</p><p>“It is great to see KU Leuven support
|
79
|
-
generative projects, regardless of whether they are for-profit or not”
|
80
|
-
Chris Hartgerink said.</p><p>KU Leuven is one of the first institutional supporting
|
81
|
-
members of ResearchEquals.</p><hr><p>KU Leuven is one of the largest universities
|
82
|
-
in Belgium, with a strong commitment to open access and open science. Demmy
|
83
|
-
Verbeke and Laura Mesotten manage the Fund for Fair OA of KU Leuven Libraries.</p><p>Liberate
|
84
|
-
Science GmbH (est. 2019) cultivates alternative publishing formats that work
|
85
|
-
for researchers everywhere. ResearchEquals is a Liberate Science GmbH project.
|
86
|
-
For more information view the <a href=\"https://www.researchequals.com/supporting-member?ref=libscie.org\">supporting
|
87
|
-
member page</a> or contact CEO Chris Hartgerink (<a href=\"mailto:ceo@libscie.org\">ceo@libscie.org</a>).</p>","tags":["ResearchEquals"],"language":"en","references":null,"blog_id":"h49ct36","blog":{"id":"h49ct36","title":"Liberate
|
88
|
-
Science","description":"Research as a commons","language":"en","favicon":"https://libscie.org/favicon.png","feed_url":"https://libscie.org/rss/","home_page_url":"https://libscie.org/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T14:08:03+00:00","indexed_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
|
89
|
-
5.49","category":"Social Sciences","prefix":null,"modified_at":"2023-06-13T06:48:37+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true,"authors":null}}'
|
90
|
-
recorded_at: Sun, 18 Jun 2023 15:23:51 GMT
|
91
|
-
recorded_with: VCR 6.1.0
|
52
|
+
Leuven Fund for Fair OA. The fund is usually only available to non-profits,
|
53
|
+
but ResearchEquals’ governance convinced KU Leuven to support a for-profit
|
54
|
+
initiative.“We don’t want to be too rigid in our approach...","published_at":1683614606,"updated_at":1683614606,"indexed_at":1689006804,"authors":[{"url":"https://ror.org/0342dzm54","name":"Liberate
|
55
|
+
Science"}],"image":"https://libscie.org/content/images/2023/04/thank-you-1-.jpg","tags":["ResearchEquals"],"language":"en","reference":[],"blog_id":"h49ct36","blog_name":"Liberate
|
56
|
+
Science","blog":{"id":"h49ct36","title":"Liberate Science","description":"Research
|
57
|
+
as a commons","language":"en","favicon":"https://libscie.org/favicon.png","feed_url":"https://libscie.org/rss/","home_page_url":"https://libscie.org/","user_id":"8498eaf6-8c58-4b58-bc15-27eda292b1aa","created_at":"2023-05-31T14:08:03+00:00","indexed_at":"2023-01-04","feed_format":"application/rss+xml","license":"https://creativecommons.org/licenses/by/4.0/legalcode","generator":"Ghost
|
58
|
+
5.49","category":"Social Sciences","prefix":"10.59350","modified_at":"2023-07-04T06:30:20+00:00","version":"https://jsonfeed.org/version/1.1","backlog":true,"current_feed_url":null,"expired":null}}'
|
59
|
+
recorded_at: Mon, 10 Jul 2023 21:04:47 GMT
|
60
|
+
recorded_with: VCR 6.2.0
|
@@ -23,175 +23,37 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '1654'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Mon, 10 Jul 2023 21:04:52 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"pkkw16ms8919y"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
36
36
|
- max-age=63072000
|
37
37
|
X-Matched-Path:
|
38
|
-
- "/api/posts/[
|
38
|
+
- "/api/posts/[[...params]]"
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::q9hc8-1689023092238-8f72026f2bf3
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"id":"https://doi.org/10.59350/kj95y-gp867","
|
48
|
-
Residency Visual Abstract","summary":"
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
2400w\" sizes=\"(min-width: 1200px) 1200px\"><figcaption>My prototype for
|
57
|
-
a Residency Visual Abstract</figcaption></figure><div class=\"kg-card kg-callout-card
|
58
|
-
kg-callout-card-grey\"><div class=\"kg-callout-text\">This tool represents
|
59
|
-
my own ideas and is not currently in use or endorsed by any institution.</div></div><p>Medical
|
60
|
-
students applying to residency often have to grapple with an incredible amount
|
61
|
-
of information when evaluating prospective training programs. The increased
|
62
|
-
number of applications and interviews inherent to the Zoom era further exacerbates
|
63
|
-
this issue. At the same time, programs need to find ways to communicate a
|
64
|
-
great deal of information to applicants. Due to the proliferation of social
|
65
|
-
media, this communication is both more extensive and more longitudinal than
|
66
|
-
a one hour presentation on interview day.</p><p>The traditional interview
|
67
|
-
day presentation is a slide presentation that provides several factual details
|
68
|
-
about a program. While each program is slightly different, most of these presentations
|
69
|
-
cover common ground - including where residents rotate, what services they
|
70
|
-
do, where alumni match into fellowship, examination pass rates, and information
|
71
|
-
on professional development and research activities. These presentations can
|
72
|
-
often be long (I once helped edit a slide deck that had 60 slides in it!)
|
73
|
-
and difficult to recall. Furthermore, updating these slides from year to year
|
74
|
-
is a time consuming challenge. Finally, most of these presentations are done
|
75
|
-
in a traditional bullet point format with few slides reserved for photos.
|
76
|
-
Few are designed in a way that optimizes user experience.</p><p>In my opinion,
|
77
|
-
the most important quality of the program is how well a prospective applicant
|
78
|
-
fits in with the resident culture. Though it is impossible to put into numbers,
|
79
|
-
it has an outsized impact on a resident''s experience and wellness. Furthermore,
|
80
|
-
it is even harder to intuit in the absence of an in-person interview experience.
|
81
|
-
Nevertheless, there are important quantitative metrics that applicants consider
|
82
|
-
and programs want to showcase. However, there is not yet a standardized, accessible,
|
83
|
-
and visually appealing format to do so. Given the challenges in communicating
|
84
|
-
these details as well as the growing power of social media , I wanted to design
|
85
|
-
a new way that programs can effectively and efficiently display and disseminate
|
86
|
-
this information so that applicants can be more informed and programs can
|
87
|
-
better utilize their interview days to convey the critical intangibles.</p><p>In
|
88
|
-
the distinct but not quite distant field of surgical research, the visual
|
89
|
-
abstract has already proven to be an excellent means of distilling a research
|
90
|
-
study filled with details into an easy-to-digest and visually pleasing format.
|
91
|
-
Developed by Dr. Andrew Ibrahim and colleagues, the visual abstract has already
|
92
|
-
been adopted by 50 journals, and a study by the creators <a href=\"https://journals.lww.com/annalsofsurgery/Citation/2017/12000/Visual_Abstracts_to_Disseminate_Research_on_Social.36.aspx?ref=ideasurg.pub\">demonstrated</a>
|
93
|
-
that the presence of a visual abstract can more than double article visits
|
94
|
-
and increase impressions more than seven-fold. An excellent primer discussing
|
95
|
-
how to develop a visual abstract and highlighting its use in academic journals
|
96
|
-
is available <a href=\"https://static1.squarespace.com/static/5854aaa044024321a353bb0d/t/5a527aa89140b76bbfb2028a/1515354827682/VisualAbstract_Primer_v4_1.pdf?ref=ideasurg.pub\">here</a>.
|
97
|
-
</p><p>A variant of the visual abstract has also been used by residency programs
|
98
|
-
on social media in the past. An example from the Duke Surgery Residency program
|
99
|
-
is shown here:</p><figure class=\"kg-card kg-embed-card\"><blockquote class=\"twitter-tweet\"><p
|
100
|
-
lang=\"en\" dir=\"ltr\">We’re so excited to meet <a href=\"https://twitter.com/hashtag/GenSurgMatch2023?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#GenSurgMatch2023</a>
|
101
|
-
applicants over the next few months! Check out our latest <a href=\"https://twitter.com/DukeSurgRes?ref_src=twsrc%5Etfw&ref=ideasurg.pub\">@DukeSurgRes</a>
|
102
|
-
<a href=\"https://twitter.com/hashtag/VisualAbstract?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#VisualAbstract</a>
|
103
|
-
<a href=\"https://twitter.com/hashtag/ByTheNumbers?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#ByTheNumbers</a>.
|
104
|
-
We hope you can visualize your <a href=\"https://twitter.com/hashtag/SutureFuture?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#SutureFuture</a>
|
105
|
-
at <a href=\"https://twitter.com/DukeSurgery?ref_src=twsrc%5Etfw&ref=ideasurg.pub\">@DukeSurgery</a>.
|
106
|
-
<a href=\"https://twitter.com/hashtag/SabistonSquad?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#SabistonSquad</a>
|
107
|
-
<a href=\"https://twitter.com/hashtag/SurgTwitter?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#SurgTwitter</a>
|
108
|
-
<a href=\"https://twitter.com/hashtag/MedTwitter?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#MedTwitter</a>
|
109
|
-
<a href=\"https://twitter.com/hashtag/SurgEd?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#SurgEd</a>
|
110
|
-
<a href=\"https://twitter.com/hashtag/ILookLikeASurgeon?src=hash&ref_src=twsrc%5Etfw&ref=ideasurg.pub\">#ILookLikeASurgeon</a>
|
111
|
-
<a href=\"https://t.co/6ZqnfFrWE5?ref=ideasurg.pub\">pic.twitter.com/6ZqnfFrWE5</a></p>—
|
112
|
-
Duke General Surgery Residency (@DukeSurgRes) <a href=\"https://twitter.com/DukeSurgRes/status/1587460003941810179?ref_src=twsrc%5Etfw&ref=ideasurg.pub\">November
|
113
|
-
1, 2022</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\"
|
114
|
-
charset=\"utf-8\"></script>\n</figure><p>Inspired by this format, I tried
|
115
|
-
to design a version tailored towards prospective surgery trainees. I wanted
|
116
|
-
to see if I could boil down the complexity of a program into the fewest pieces
|
117
|
-
of data possible and present them in a user-friendly interface. </p><h3 id=\"the-visual-abstract\">The
|
118
|
-
Visual Abstract</h3><p>The abstract contains six different categories: demographics,
|
119
|
-
operative volume, education, research, fellowships, and other. The goal is
|
120
|
-
to capture relevant information regarding the tripartite mission of academic
|
121
|
-
surgery as well as understand a program''s strengths in diversity and inclusion
|
122
|
-
and career preparation. For each category, discrete data points were chosen
|
123
|
-
which can easily allow applicants to contextualize a program''s strengths
|
124
|
-
and weaknesses. The other category contains a checklist of features that applicants
|
125
|
-
seem to care about (based on observations and conversations though certainly
|
126
|
-
not proven scientifically). Finally, there is a space for QR codes to link
|
127
|
-
to the program website as well as a copy of the contract that matched applicants
|
128
|
-
will need to sign (as <a href=\"https://www.nrmp.org/wp-content/uploads/2022/09/2023-MPA-Main-Match-Program-FINAL-3.pdf?ref=ideasurg.pub\">required</a>
|
129
|
-
by the National Resident Matching Program).</p><p>Of course, the tool comes
|
130
|
-
with a dark mode!</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img
|
131
|
-
src=\"https://www.ideasurg.pub/content/images/2023/04/Thumbnail--2-.png\"
|
132
|
-
class=\"kg-image\" alt loading=\"lazy\" width=\"1924\" height=\"1084\" srcset=\"https://www.ideasurg.pub/content/images/size/w600/2023/04/Thumbnail--2-.png
|
133
|
-
600w, https://www.ideasurg.pub/content/images/size/w1000/2023/04/Thumbnail--2-.png
|
134
|
-
1000w, https://www.ideasurg.pub/content/images/size/w1600/2023/04/Thumbnail--2-.png
|
135
|
-
1600w, https://www.ideasurg.pub/content/images/2023/04/Thumbnail--2-.png 1924w\"
|
136
|
-
sizes=\"(min-width: 1200px) 1200px\"></figure><h3 id=\"what-this-is\">What
|
137
|
-
this is</h3><p>This visual abstract can provide a semi-standardized format
|
138
|
-
for programs to share important information with applicants allowing them
|
139
|
-
to compare important metrics in a comprehensive, “easy” way.
|
140
|
-
It is important to note that each of these data points is meant to be an objective
|
141
|
-
measure without any comment on its intrinsic value. For example, one program
|
142
|
-
may have a significantly higher case volume than peer institutions but less
|
143
|
-
protected education time. Another may have a robotic curriculum but not have
|
144
|
-
any recent chiefs who matched into Pediatric Surgery. None of these are independently
|
145
|
-
good or bad, but applicants should have an easy way to understand the factors
|
146
|
-
so that they can make the most informed decision. If a significant number
|
147
|
-
of programs adopt the visual abstract, it will naturally create incentives
|
148
|
-
for programs to share and improve on these metrics with transparency. In this
|
149
|
-
manner, healthy competition can actually generate an incentive to improve
|
150
|
-
program offerings for current residents as well (though this can have unintended
|
151
|
-
consequences…see limitations).</p><p>Some may question the wisdom of
|
152
|
-
putting these numbers out in the open - especially if they are not where a
|
153
|
-
program wants them to be. However, some of the information is publicly <a
|
154
|
-
href=\"https://www.absurgery.org/xfer/3yr_summary.pdf?ref=ideasurg.pub\">available</a>.
|
155
|
-
Many of these data points are already reported on during the interview process.
|
156
|
-
Moreover, most applicants want to know this information and value transparency.
|
157
|
-
Ultimately, no program is perfect, and how a program chooses to address perceived
|
158
|
-
strengths and weaknesses reflects its core values.</p><h3 id=\"what-this-is-not-and-other-limitations\">What
|
159
|
-
this is not and other limitations</h3><p>No visual abstract, slide deck, or
|
160
|
-
document will be able to capture the full picture of a residency program -
|
161
|
-
which at its core is a collection of human beings. It is worth repeating that
|
162
|
-
the most important consideration students should make when choosing a program
|
163
|
-
is missing from this work. Furthermore, the exact data points used may not
|
164
|
-
be correct. At one point, I considered putting a box for ABSITE pass rate,
|
165
|
-
however I thought this was antithetical to the ABSITE''s stated aim of being
|
166
|
-
a <a href=\"https://www.absurgery.org/default.jsp?certabsite=&ref=ideasurg.pub\">formative</a>,
|
167
|
-
not a summative, assessment. Furthermore, there is no box specifying the number
|
168
|
-
of LGBTQ residents in a program. While this is an essential component of diversity,
|
169
|
-
equity, and inclusion, it was omitted due to the fact that some of these residents
|
170
|
-
may not be publicly out and this would lead to an inaccurate representation.
|
171
|
-
Another missing box is the number of residents with children, given that family
|
172
|
-
support is an increasingly recognized feature that students are looking for
|
173
|
-
in training programs.</p><p>I would like for this to be even less cluttered
|
174
|
-
- and user feedback can drive further reduction of content such that the distilled
|
175
|
-
final version is even more elegant. Currently, the vision for this project
|
176
|
-
is that of a grassroots project, where individual programs can choose to use,
|
177
|
-
improve, and modify this template to broadcast important information to applicants.
|
178
|
-
However, I am wary of the general principle that once quantitative metrics
|
179
|
-
are used by a central authority to rank, there is a natural tendency to gamify
|
180
|
-
those metrics whether or not the underlying feature they seek to estimate
|
181
|
-
is actually affected.</p><h3 id=\"what-to-do-with-this-template\">What to
|
182
|
-
do with this template</h3><p>In short, whatever you would like. The template
|
183
|
-
was built in Figma, which has become the industry-standard in visual design.
|
184
|
-
It is free to make a basic Figma account, and the full suite of features is
|
185
|
-
also available for free with proof of affiliation with a university. Figma
|
186
|
-
offers the ability to comment on a template as well as duplicate or \"remix\"
|
187
|
-
the template for personal use. I would appreciate your feedback on how to
|
188
|
-
make this template better. Moreover, I encourage you to take it, modify it,
|
189
|
-
improve it, and share your changes publicly. Together, we can continue to
|
190
|
-
iteratively design this initial prototype and develop a robust, user-friendly
|
191
|
-
tool that provides values to students, residents, and programs alike.</p><h3
|
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","references":[],"blog_id":"3cxcm20","blog":{"id":"3cxcm20","title":"I.D.E.A.S.","description":"Innovation
|
47
|
+
string: '{"id":"c3095752-2af0-40a4-a229-3ceb7424bce2","doi":"https://doi.org/10.59350/kj95y-gp867","url":"https://www.ideasurg.pub/residency-visual-abstract","title":"The
|
48
|
+
Residency Visual Abstract","summary":"My prototype for a Residency Visual
|
49
|
+
AbstractThis tool represents my own ideas and is not currently in use or endorsed
|
50
|
+
by any institution.Medical students applying to residency often have to grapple
|
51
|
+
with an incredible amount of information when evaluating prospective training
|
52
|
+
programs. The increased number of applications and interviews inherent to
|
53
|
+
the Zoom era further exacerbates this issue. At the same time, programs need
|
54
|
+
to find ways to communicate a great deal of information to applicants....","published_at":1680982354,"updated_at":1680982354,"indexed_at":1688982864,"authors":[{"url":null,"name":"Tejas
|
55
|
+
S. Sathe, MD"}],"image":null,"tags":[],"language":"en","reference":[],"blog_id":"3cxcm20","blog_name":"I.D.E.A.S.","blog":{"id":"3cxcm20","title":"I.D.E.A.S.","description":"Innovation
|
194
56
|
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.
|
196
|
-
recorded_at:
|
197
|
-
recorded_with: VCR 6.
|
57
|
+
5.53","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,"current_feed_url":null,"expired":null}}'
|
58
|
+
recorded_at: Mon, 10 Jul 2023 21:04:52 GMT
|
59
|
+
recorded_with: VCR 6.2.0
|
data/spec/fixtures/vcr_cassettes/Commonmeta_Metadata/get_json_feed_item_metadata/jekyll_post.yml
CHANGED
@@ -23,70 +23,39 @@ http_interactions:
|
|
23
23
|
Cache-Control:
|
24
24
|
- public, max-age=0, must-revalidate
|
25
25
|
Content-Length:
|
26
|
-
- '
|
26
|
+
- '1781'
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
-
|
30
|
+
- Mon, 10 Jul 2023 21:04:56 GMT
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"27g5bun4gu1df"'
|
33
33
|
Server:
|
34
34
|
- Vercel
|
35
35
|
Strict-Transport-Security:
|
36
36
|
- max-age=63072000
|
37
37
|
X-Matched-Path:
|
38
|
-
- "/api/posts/[
|
38
|
+
- "/api/posts/[[...params]]"
|
39
39
|
X-Vercel-Cache:
|
40
40
|
- MISS
|
41
41
|
X-Vercel-Id:
|
42
|
-
- fra1::iad1::
|
42
|
+
- fra1::iad1::k2scp-1689023095925-56ecd54bbfbe
|
43
43
|
Connection:
|
44
44
|
- close
|
45
45
|
body:
|
46
46
|
encoding: UTF-8
|
47
|
-
string: '{"id":"https://doi.org/10.59350/zwdq7-waa43","
|
47
|
+
string: '{"id":"efdacb04-bcec-49d7-b689-ab3eab0634bf","doi":"https://doi.org/10.59350/zwdq7-waa43","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
51
|
of these, 1.0.2, is slated for release shortly. Its focus is on easy to implement,
|
52
52
|
non-controversial additions, principally new item types, fields, and terms.
|
53
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...","
|
55
|
-
Karcher"}],"image":null,"
|
56
|
-
Style Language
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
in a <a href=\"https://docs.google.com/document/d/1wY1cOOamDYYh8VNW7h_uleqieBDGOa_LYsRiVdQy1RI/edit#heading=h.wsywjzy5t4j6\">google
|
63
|
-
doc here</a>. For more technical details, you can follow the development on
|
64
|
-
the <a href=\"https://github.com/orgs/citation-style-language/projects/3\">github
|
65
|
-
project board</a>. We welcome feedback directly on the google doc, in specific
|
66
|
-
github issues, or on our <a href=\"https://discourse.citationstyles.org/\">forums</a>.</p>\n\n<p>Tremendous
|
67
|
-
thanks to Bruce D’Arcus, Denis Maier, and Brenton Wiernik, who did the bulk
|
68
|
-
of the work of organizing proposals accumulated over the last 8 years and
|
69
|
-
preparing the release.</p>\n\n<h2 id=\"previewing-csl-11\">Previewing CSL
|
70
|
-
1.1</h2>\n<p>CSL 1.1, slated for release later this year, will include more
|
71
|
-
significant extensions of CSL functionality. While we’ll have a separate public
|
72
|
-
comment period for this release, we’re happy for input on the ongoing discussions
|
73
|
-
on github and the forums. In particular, we’re eager to hear from projects
|
74
|
-
implementing CSL styles, both in a citeproc and in user-facing applications
|
75
|
-
such as reference managers or citation formatters.</p>\n\n<p>This release
|
76
|
-
will primarily add the following new features:</p>\n<ul>\n <li>Full support
|
77
|
-
for narrative citation styles (“Like Doe (2018)”).</li>\n <li>Ability to
|
78
|
-
specify more complex conditional logic.</li>\n <li>Ability to independently
|
79
|
-
format subtitles and main titles.</li>\n <li>A new “related” attribute to
|
80
|
-
express related reviewed and original items (still in discussion).</li>\n <li>Improvements
|
81
|
-
to the CSL input format(s):\n <ul>\n <li>Adopting the new EDTF ISO
|
82
|
-
standard, which offers full support for date ranges, seasons, uncertain and
|
83
|
-
approximate qualifiers, and decades and centuries.</li>\n <li>A new “custom”
|
84
|
-
property to add extension metadata.</li>\n <li>New related modelling
|
85
|
-
to match the new style attribute (as above, still in discussion).</li>\n <li>An
|
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,"authors":null}}'
|
91
|
-
recorded_at: Sun, 18 Jun 2023 15:23:55 GMT
|
92
|
-
recorded_with: VCR 6.1.0
|
54
|
+
2020, 12pm EDT. A non-technical summary of the release can be found in a google...","published_at":1594425600,"updated_at":1594425600,"indexed_at":1689006804,"authors":[{"url":null,"name":"Sebastian
|
55
|
+
Karcher"}],"image":null,"tags":[],"language":"en","reference":[],"blog_id":"prmb582","blog_name":"Citation
|
56
|
+
Style Language","blog":{"id":"prmb582","title":"Citation Style Language","description":"CitationStyles.org,
|
57
|
+
home of the Citation Style Language (CSL), a popular open XML-based language
|
58
|
+
to describe the formatting 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
|
59
|
+
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,"current_feed_url":null,"expired":null}}'
|
60
|
+
recorded_at: Mon, 10 Jul 2023 21:04:56 GMT
|
61
|
+
recorded_with: VCR 6.2.0
|