From 42ec9cdd904706ce9f66cd1aadfee732c2091d77 Mon Sep 17 00:00:00 2001 From: Christian Boulanger <info@bibliograph.org> Date: Fri, 30 Aug 2024 12:21:12 +0100 Subject: [PATCH] Added transformation to Bibframe/XML and Bibframe/JSON-LD --- convert-anystyle-data/tei-to-bibformats.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/convert-anystyle-data/tei-to-bibformats.ipynb b/convert-anystyle-data/tei-to-bibformats.ipynb index ddec319..8352e3c 100644 --- a/convert-anystyle-data/tei-to-bibformats.ipynb +++ b/convert-anystyle-data/tei-to-bibformats.ipynb @@ -210,8 +210,8 @@ { "metadata": { "ExecuteTime": { - "end_time": "2024-08-28T12:05:18.868383Z", - "start_time": "2024-08-28T12:05:18.625483Z" + "end_time": "2024-08-30T11:20:56.488219Z", + "start_time": "2024-08-30T11:20:56.136234Z" } }, "cell_type": "code", @@ -231,15 +231,15 @@ "name": "stdout", "output_type": "stream", "text": [ - "Running xml2ris to convert mods/10.1111_1467-6478.00057.mods.xml to ris/10.1111_1467-6478.00057.mods.xml...\n", - "Running xml2ris to convert mods/10.1111_1467-6478.00080.mods.xml to ris/10.1111_1467-6478.00080.mods.xml...\n", - "Running xml2ris to convert mods/10.1515_zfrs-1980-0103.mods.xml to ris/10.1515_zfrs-1980-0103.mods.xml...\n", - "Running xml2ris to convert mods/10.1515_zfrs-1980-0104.mods.xml to ris/10.1515_zfrs-1980-0104.mods.xml...\n", + "Running xml2ris to convert mods/10.1111_1467-6478.00057.mods.xml to ris/10.1111_1467-6478.00057.ris...\n", + "Running xml2ris to convert mods/10.1111_1467-6478.00080.mods.xml to ris/10.1111_1467-6478.00080.ris...\n", + "Running xml2ris to convert mods/10.1515_zfrs-1980-0103.mods.xml to ris/10.1515_zfrs-1980-0103.ris...\n", + "Running xml2ris to convert mods/10.1515_zfrs-1980-0104.mods.xml to ris/10.1515_zfrs-1980-0104.ris...\n", "\n" ] } ], - "execution_count": 43 + "execution_count": 51 }, { "metadata": {}, -- GitLab