diff --git a/_sources/notebooks/2024-12-10.ipynb b/_sources/notebooks/2024-12-10.ipynb index 8260d20..a1c19a4 100644 --- a/_sources/notebooks/2024-12-10.ipynb +++ b/_sources/notebooks/2024-12-10.ipynb @@ -14,56 +14,710 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "6e8037a5-542c-4a11-9adb-e4b416e30f2d", "metadata": {}, "outputs": [], "source": [ "import os\n", + "import time\n", "\n", "import httpx\n", - "import openai\n", - "import pandas as pd" + "import pandas as pd\n", + "\n", + "from openai import OpenAI" ] }, { "cell_type": "code", - "execution_count": null, - "id": "ac60f124-7ff5-4716-a7f3-5f06d4e32173", + "execution_count": 2, + "id": "3d314d06-551f-4eb1-9b1f-c744aa4ef0ea", "metadata": {}, "outputs": [], "source": [ - "client = openai.OpenAI(\n", - " api_key=os.environ.get(\"OPENAI_API_KEY\")\n", - ")" + "client = OpenAI(api_key=os.environ.get(\"OPENAI_API_KEY\"))" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "id": "2c9ac12c-373e-4675-ad78-918c8a4b6723", "metadata": {}, "outputs": [], "source": [ - "citations = pd.read_csv(\"../data/citations.csv\")" + "citations = pd.read_csv(\"../data/2024-12-10-citations.csv\")" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "id": "c5e6ad5e-5b88-4a69-98fc-1e10bdd0d662", "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
AuthorsTitlePublicationVolumeNumberPagesYearPublisher
0Gaizauskas, Robert; Wilks, Yorick;Information extraction: Beyond document retrievalJournal of documentation54.01.070-1051998MCB UP Ltd
1Morgan, Paul;Hypertext and the literary documentJournal of documentation47.04.0373-3881991MCB UP Ltd
2Kircz, Joost G;Modularity: the next form of scientific inform...Journal of documentation54.02.0210-2351998MCB UP Ltd
3Farrow, John F;A cognitive process model of document indexingJournal of documentation47.02.0149-1661991MCB UP Ltd
4Heery, Rachel;Review of metadata formatsProgram30.04.0345-3731996MCB UP Ltd
5Burnett, Kathleen; Ng, Kwong Bor; Park, Soyeon;A comparison of the two traditions of metadata...Journal of the American Society for Informatio...50.013.01209-12171999Wiley Online Library
6Weibel, Stuart; Godby, Jean; Miller, Eric; Dan...OCLC/NCSA metadata workshop reportNaNNaNNaNNaN1995NaN
7Schenkman, Bo N; Jönsson, Fredrik U;Aesthetics and preferences of web pagesBehaviour & information technology19.05.0367-3772000Taylor & Francis
8Lakoff, George;Explaining embodied cognition resultsTopics in cognitive science4.04.0773-7852012Wiley Online Library
9McManus, I Chris; Wu, Wen;“The square is… bulky, heavy, contented, plain...Psychology of Aesthetics, Creativity, and the ...7.02.01302013Educational Publishing Foundation
10Lakoff, George; Johnson, Mark;The metaphorical structure of the human concep...Cognitive science4.02.0195-2081980No longer published by Elsevier
11Furuta, Richard; Stotts, P David;Specifying structured document transformationsDocument Manipulation and typographyNaNNaN109-1201988Cambridge University Press Cambridge
\n", + "
" + ], + "text/plain": [ + " Authors \\\n", + "0 Gaizauskas, Robert; Wilks, Yorick; \n", + "1 Morgan, Paul; \n", + "2 Kircz, Joost G; \n", + "3 Farrow, John F; \n", + "4 Heery, Rachel; \n", + "5 Burnett, Kathleen; Ng, Kwong Bor; Park, Soyeon; \n", + "6 Weibel, Stuart; Godby, Jean; Miller, Eric; Dan... \n", + "7 Schenkman, Bo N; Jönsson, Fredrik U; \n", + "8 Lakoff, George; \n", + "9 McManus, I Chris; Wu, Wen; \n", + "10 Lakoff, George; Johnson, Mark; \n", + "11 Furuta, Richard; Stotts, P David; \n", + "\n", + " Title \\\n", + "0 Information extraction: Beyond document retrieval \n", + "1 Hypertext and the literary document \n", + "2 Modularity: the next form of scientific inform... \n", + "3 A cognitive process model of document indexing \n", + "4 Review of metadata formats \n", + "5 A comparison of the two traditions of metadata... \n", + "6 OCLC/NCSA metadata workshop report \n", + "7 Aesthetics and preferences of web pages \n", + "8 Explaining embodied cognition results \n", + "9 “The square is… bulky, heavy, contented, plain... \n", + "10 The metaphorical structure of the human concep... \n", + "11 Specifying structured document transformations \n", + "\n", + " Publication Volume Number \\\n", + "0 Journal of documentation 54.0 1.0 \n", + "1 Journal of documentation 47.0 4.0 \n", + "2 Journal of documentation 54.0 2.0 \n", + "3 Journal of documentation 47.0 2.0 \n", + "4 Program 30.0 4.0 \n", + "5 Journal of the American Society for Informatio... 50.0 13.0 \n", + "6 NaN NaN NaN \n", + "7 Behaviour & information technology 19.0 5.0 \n", + "8 Topics in cognitive science 4.0 4.0 \n", + "9 Psychology of Aesthetics, Creativity, and the ... 7.0 2.0 \n", + "10 Cognitive science 4.0 2.0 \n", + "11 Document Manipulation and typography NaN NaN \n", + "\n", + " Pages Year Publisher \n", + "0 70-105 1998 MCB UP Ltd \n", + "1 373-388 1991 MCB UP Ltd \n", + "2 210-235 1998 MCB UP Ltd \n", + "3 149-166 1991 MCB UP Ltd \n", + "4 345-373 1996 MCB UP Ltd \n", + "5 1209-1217 1999 Wiley Online Library \n", + "6 NaN 1995 NaN \n", + "7 367-377 2000 Taylor & Francis \n", + "8 773-785 2012 Wiley Online Library \n", + "9 130 2013 Educational Publishing Foundation \n", + "10 195-208 1980 No longer published by Elsevier \n", + "11 109-120 1988 Cambridge University Press Cambridge " + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "citations" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "59963d06-ebae-4edd-93a0-f93855def04b", "metadata": {}, "outputs": [], + "source": [ + "chat_completion = client.chat.completions.create(\n", + " messages=[\n", + " {\n", + " \"role\": \"user\",\n", + " \"content\": \"\"\"From the following row in a csv, create Wikidata Quickstatements:\\nAuthors \tTitle \tPublication \tVolume \tNumber \tPages \tYear \tPublisher\n", + "0 \tGaizauskas, Robert; Wilks, Yorick; \tInformation extraction: Beyond document retrieval \tJournal of documentation \t54.0 \t1.0 \t70-105 \t1998 \tMCB UP Ltd\"\"\"\n", + " }\n", + " ],\n", + " model=\"gpt-4o\",\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "ffca95bc-6369-4c0a-9d85-8a87fd03f229", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "To create Wikidata Quickstatements for the given row of data, we need to map the information to the appropriate properties used in Wikidata. I'll write the Quickstatements using the column data provided:\n", + "\n", + "1. Author: `Gaizauskas, Robert`\n", + "2. Author: `Wilks, Yorick`\n", + "3. Title: `Information extraction: Beyond document retrieval`\n", + "4. Publication: `Journal of documentation`\n", + "5. Volume: `54`\n", + "6. Number: `1`\n", + "7. Pages: `70-105`\n", + "8. Year: `1998`\n", + "9. Publisher: `MCB UP Ltd`\n", + "\n", + "Quickstatements:\n", + "\n", + "```\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"Information extraction: Beyond document retrieval\"\n", + "LAST|P2093|\"Gaizauskas, Robert\"\n", + "LAST|P2093|\"Wilks, Yorick\"\n", + "LAST|P1433|Q15716944\n", + "LAST|P478|\"54\"\n", + "LAST|P433|\"1\"\n", + "LAST|P304|\"70-105\"\n", + "LAST|P577|+1998-00-00T00:00:00Z/9\n", + "LAST|P123|Q17929746\n", + "```\n", + "\n", + "Here's what individual parts of the above Quickstatements mean:\n", + "\n", + "- `P31|Q13442814` specifies that this item is a \"scholarly article.\"\n", + "- `P1476|en:\"Information extraction: Beyond document retrieval\"` specifies the title of the work.\n", + "- `P2093|\"Gaizauskas, Robert\"` and `P2093|\"Wilks, Yorick\"` specifies the authors as string values since they might not have specific Wikidata entries.\n", + "- `P1433|Q15716944` links the work to the journal \"Journal of documentation.\" However, you may need to verify the exact Wikidata item for this journal as this ID might be hypothetical.\n", + "- `P478|\"54\"` specifies the volume number.\n", + "- `P433|\"1\"` specifies the issue number.\n", + "- `P304|\"70-105\"` specifies the page range.\n", + "- `P577|+1998-00-00T00:00:00Z/9` specifies the publication date.\n", + "- `P123|Q17929746` relates the article with the publisher \"MCB UP Ltd.\" Like the journal, this also requires verification of the actual Wikidata entry.\n", + "\n", + "Please ensure to replace `Q15716944` and `Q17929746` with the correct Wikidata item IDs for \"Journal of documentation\" and \"MCB UP Ltd\" if they exist or create them if needed.\n" + ] + } + ], + "source": [ + "print(chat_completion.choices[0].message.content)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "42e44f52-1d96-4525-b57a-c3cf84d3f6f4", + "metadata": {}, + "outputs": [], + "source": [ + "def search_wikidata(name):\n", + " \"\"\"\n", + " Search for a name in Wikidata and return the Q code if found.\n", + " \"\"\"\n", + " url = \"https://www.wikidata.org/w/api.php\"\n", + " params = {\n", + " \"action\": \"wbsearchentities\",\n", + " \"search\": name,\n", + " \"language\": \"en\",\n", + " \"format\": \"json\",\n", + " \"limit\": 1 # Limit to one result for simplicity\n", + " }\n", + " response = httpx.get(url, params=params)\n", + " if response.status_code == 200:\n", + " results = response.json().get('search', [])\n", + " if results:\n", + " return results[0]['id'] # Return the Q-code (e.g., Q12345)\n", + " return None # Return None if not found\n", + "\n", + "\n", + "def create_quickstatements_with_qcodes(row):\n", + " statements = []\n", + " # Create a new item for the article\n", + " item = f'CREATE\\n'\n", + " item += f'LAST|P31|Q13442814\\n' # Instance of: scholarly article\n", + " item += f'LAST|P1476|en:\"{row[\"Title\"]}\"\\n' # Title\n", + " item += f'LAST|P577|+{row[\"Year\"]}-00-00T00:00:00Z/9\\n' # Publication date\n", + " \n", + " # Authors\n", + " authors = row['Authors'].split('; ')\n", + " for author in authors:\n", + " if author.strip(): # Check if the author field is not empty\n", + " # Adjust author name format to \"First Last\" instead of \"Last, First\"\n", + " if ',' in author:\n", + " last_name, first_name = author.split(', ')\n", + " author_name = f\"{first_name} {last_name}\"\n", + " else:\n", + " author_name = author # No comma, assume name is already in correct format\n", + " print(author_name)\n", + " qcode = search_wikidata(author_name)\n", + " if qcode:\n", + " item += f'LAST|P50|{qcode}\\n' # Author (linked to Wikidata Q code)\n", + " else:\n", + " item += f'LAST|P2093|\"{author_name}\"\\n' # Author name string if no Q code\n", + " \n", + " # Journal\n", + " publication_qcode = search_wikidata(row[\"Publication\"])\n", + " if not publication_qcode:\n", + " publication_qcode = row[\"Publication\"]\n", + " item += f'LAST|P1433|{publication_qcode}\\n' # Published in\n", + " item += f'LAST|P478|\"{row[\"Volume\"]}\"\\n' # Volume\n", + " item += f'LAST|P433|\"{row[\"Number\"]}\"\\n' # Issue\n", + " \n", + " # Pages\n", + " if pd.notna(row['Pages']):\n", + " item += f'LAST|P304|\"{row[\"Pages\"]}\"\\n' # Pages\n", + " \n", + " # Publisher\n", + " if pd.notna(row['Publisher']) and row['Publisher'].strip():\n", + " qcode = search_wikidata(row['Publisher'])\n", + " if qcode:\n", + " item += f'LAST|P123|{qcode}\\n' # Publisher (linked to Wikidata Q code)\n", + " else:\n", + " item += f'LAST|P123|\"{row[\"Publisher\"]}\"\\n' # Publisher name string\n", + " \n", + " statements.append(item)\n", + " return \"\\n\".join(statements)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "aea55383-5ed9-4893-8f97-b452b5d722ec", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'Q4470008'" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "search_wikidata(\"Yorick Wilks\")" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "c1ecbb0a-91ce-446e-aa92-d1ff9be07713", + "metadata": {}, + "outputs": [], + "source": [ + "qcode = search_wikidata(\"Robert Gaizauskas\")" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "8ecbbae8-a985-41f4-89d8-5a64acbe1984", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'Q58329735'" + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "qcode" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "79504ac6-ec57-450e-ad02-533fc9a09e6e", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Robert Gaizauskas\n", + "Yorick Wilks\n", + "Paul Morgan\n", + "Joost G Kircz\n", + "John F Farrow\n", + "Rachel Heery\n", + "Kathleen Burnett\n", + "Kwong Bor Ng\n", + "Soyeon Park\n", + "Stuart Weibel\n", + "Jean Godby\n", + "Eric Miller\n", + "Ron Daniel\n", + "Bo N Schenkman\n", + "Fredrik U Jönsson\n", + "George Lakoff\n", + "I Chris McManus\n", + "Wen Wu\n", + "George Lakoff\n", + "Mark Johnson\n", + "Richard Furuta\n", + "P David Stotts\n" + ] + }, + { + "data": { + "text/plain": [ + "'../data/2024-12-10-quickstatements_with_qcodes.txt'" + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "quickstatements_with_qcodes = []\n", + "for _, row in citations.iterrows():\n", + " quickstatements_with_qcodes.append(create_quickstatements_with_qcodes(row))\n", + " time.sleep(5) # Add a delay to avoid overwhelming the Wikidata API\n", + "\n", + "# Combine all statements and save to a file\n", + "quickstatements_output_with_qcodes = \"\\n\".join(quickstatements_with_qcodes)\n", + "output_file_with_qcodes = '../data/2024-12-10-quickstatements_with_qcodes.txt'\n", + "with open(output_file_with_qcodes, 'w') as f:\n", + " f.write(quickstatements_output_with_qcodes)\n", + "\n", + "output_file_with_qcodes" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "5ded4f85-a521-449b-8af3-723d3103c4ba", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"Information extraction: Beyond document retrieval\"\n", + "LAST|P577|+1998-00-00T00:00:00Z/9\n", + "LAST|P50|Q58329735\n", + "LAST|P50|Q4470008\n", + "LAST|P1433|Q6295097\n", + "LAST|P478|\"54.0\"\n", + "LAST|P433|\"1.0\"\n", + "LAST|P304|\"70-105\"\n", + "LAST|P123|\"MCB UP Ltd\"\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"Hypertext and the literary document\"\n", + "LAST|P577|+1991-00-00T00:00:00Z/9\n", + "LAST|P50|Q62560226\n", + "LAST|P1433|Q6295097\n", + "LAST|P478|\"47.0\"\n", + "LAST|P433|\"4.0\"\n", + "LAST|P304|\"373-388\"\n", + "LAST|P123|\"MCB UP Ltd\"\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"Modularity: the next form of scientific information presentation?\"\n", + "LAST|P577|+1998-00-00T00:00:00Z/9\n", + "LAST|P2093|\"Joost G Kircz\"\n", + "LAST|P1433|Q6295097\n", + "LAST|P478|\"54.0\"\n", + "LAST|P433|\"2.0\"\n", + "LAST|P304|\"210-235\"\n", + "LAST|P123|\"MCB UP Ltd\"\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"A cognitive process model of document indexing\"\n", + "LAST|P577|+1991-00-00T00:00:00Z/9\n", + "LAST|P2093|\"John F Farrow\"\n", + "LAST|P1433|Q6295097\n", + "LAST|P478|\"47.0\"\n", + "LAST|P433|\"2.0\"\n", + "LAST|P304|\"149-166\"\n", + "LAST|P123|\"MCB UP Ltd\"\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"Review of metadata formats\"\n", + "LAST|P577|+1996-00-00T00:00:00Z/9\n", + "LAST|P2093|\"Rachel Heery\"\n", + "LAST|P1433|Q170584\n", + "LAST|P478|\"30.0\"\n", + "LAST|P433|\"4.0\"\n", + "LAST|P304|\"345-373\"\n", + "LAST|P123|\"MCB UP Ltd\"\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"A comparison of the two traditions of metadata development\"\n", + "LAST|P577|+1999-00-00T00:00:00Z/9\n", + "LAST|P50|Q28595291\n", + "LAST|P50|Q102420866\n", + "LAST|P50|Q92383487\n", + "LAST|P1433|Q152040\n", + "LAST|P478|\"50.0\"\n", + "LAST|P433|\"13.0\"\n", + "LAST|P304|\"1209-1217\"\n", + "LAST|P123|Q70631906\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"OCLC/NCSA metadata workshop report\"\n", + "LAST|P577|+1995-00-00T00:00:00Z/9\n", + "LAST|P2093|\"Stuart Weibel\"\n", + "LAST|P2093|\"Jean Godby\"\n", + "LAST|P50|Q51903830\n", + "LAST|P50|Q7363671\n", + "LAST|P1433|Q21143366\n", + "LAST|P478|\"nan\"\n", + "LAST|P433|\"nan\"\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"Aesthetics and preferences of web pages\"\n", + "LAST|P577|+2000-00-00T00:00:00Z/9\n", + "LAST|P2093|\"Bo N Schenkman\"\n", + "LAST|P50|Q51946229\n", + "LAST|P1433|Q814448\n", + "LAST|P478|\"19.0\"\n", + "LAST|P433|\"5.0\"\n", + "LAST|P304|\"367-377\"\n", + "LAST|P123|Q880582\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"Explaining embodied cognition results\"\n", + "LAST|P577|+2012-00-00T00:00:00Z/9\n", + "LAST|P50|Q313772\n", + "LAST|P1433|Q15817100\n", + "LAST|P478|\"4.0\"\n", + "LAST|P433|\"4.0\"\n", + "LAST|P304|\"773-785\"\n", + "LAST|P123|Q70631906\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"“The square is… bulky, heavy, contented, plain, good-natured, stupid…”: A cross-cultural study of the aesthetics and meanings of rectangles.\"\n", + "LAST|P577|+2013-00-00T00:00:00Z/9\n", + "LAST|P2093|\"I Chris McManus\"\n", + "LAST|P50|Q10919214\n", + "LAST|P1433|Q7256405\n", + "LAST|P478|\"7.0\"\n", + "LAST|P433|\"2.0\"\n", + "LAST|P304|\"130\"\n", + "LAST|P123|\"Educational Publishing Foundation\"\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"The metaphorical structure of the human conceptual system\"\n", + "LAST|P577|+1980-00-00T00:00:00Z/9\n", + "LAST|P50|Q313772\n", + "LAST|P50|Q1356869\n", + "LAST|P1433|Q147638\n", + "LAST|P478|\"4.0\"\n", + "LAST|P433|\"2.0\"\n", + "LAST|P304|\"195-208\"\n", + "LAST|P123|\"No longer published by Elsevier\"\n", + "\n", + "CREATE\n", + "LAST|P31|Q13442814\n", + "LAST|P1476|en:\"Specifying structured document transformations\"\n", + "LAST|P577|+1988-00-00T00:00:00Z/9\n", + "LAST|P50|Q102390435\n", + "LAST|P2093|\"P David Stotts\"\n", + "LAST|P1433|Document Manipulation and typography\n", + "LAST|P478|\"nan\"\n", + "LAST|P433|\"nan\"\n", + "LAST|P304|\"109-120\"\n", + "LAST|P123|\"Cambridge University Press Cambridge\"\n", + "\n" + ] + } + ], + "source": [ + "for row in quickstatements_with_qcodes:\n", + " print(row)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "1fd02b68-5028-405e-b796-75638cbaa0df", + "metadata": {}, + "outputs": [], "source": [] } ], diff --git a/notebooks/2024-12-10.html b/notebooks/2024-12-10.html index 8fed5c8..d6b198d 100644 --- a/notebooks/2024-12-10.html +++ b/notebooks/2024-12-10.html @@ -421,21 +421,24 @@

Hackathon using Linked Data with quick statements in wikidata
import os
+import time
 
 import httpx
-import openai
 import pandas as pd
+
+from openai import OpenAI
 
---------------------------------------------------------------------------
 ModuleNotFoundError                       Traceback (most recent call last)
-Cell In[1], line 3
+Cell In[1], line 4
       1 import os
-----> 3 import httpx
-      4 import openai
+      2 import time
+----> 4 import httpx
       5 import pandas as pd
+      7 from openai import OpenAI
 
 ModuleNotFoundError: No module named 'httpx'
 
@@ -444,16 +447,14 @@

Hackathon using Linked Data with quick statements in wikidata
-
client = openai.OpenAI(
-    api_key=os.environ.get("OPENAI_API_KEY")
-)
+
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"))
 
-
citations = pd.read_csv("../data/citations.csv")
+
citations = pd.read_csv("../data/2024-12-10-citations.csv")
 
@@ -464,6 +465,541 @@

Hackathon using Linked Data with quick statements in wikidata +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AuthorsTitlePublicationVolumeNumberPagesYearPublisher
0Gaizauskas, Robert; Wilks, Yorick;Information extraction: Beyond document retrievalJournal of documentation54.01.070-1051998MCB UP Ltd
1Morgan, Paul;Hypertext and the literary documentJournal of documentation47.04.0373-3881991MCB UP Ltd
2Kircz, Joost G;Modularity: the next form of scientific inform...Journal of documentation54.02.0210-2351998MCB UP Ltd
3Farrow, John F;A cognitive process model of document indexingJournal of documentation47.02.0149-1661991MCB UP Ltd
4Heery, Rachel;Review of metadata formatsProgram30.04.0345-3731996MCB UP Ltd
5Burnett, Kathleen; Ng, Kwong Bor; Park, Soyeon;A comparison of the two traditions of metadata...Journal of the American Society for Informatio...50.013.01209-12171999Wiley Online Library
6Weibel, Stuart; Godby, Jean; Miller, Eric; Dan...OCLC/NCSA metadata workshop reportNaNNaNNaNNaN1995NaN
7Schenkman, Bo N; Jönsson, Fredrik U;Aesthetics and preferences of web pagesBehaviour & information technology19.05.0367-3772000Taylor & Francis
8Lakoff, George;Explaining embodied cognition resultsTopics in cognitive science4.04.0773-7852012Wiley Online Library
9McManus, I Chris; Wu, Wen;“The square is… bulky, heavy, contented, plain...Psychology of Aesthetics, Creativity, and the ...7.02.01302013Educational Publishing Foundation
10Lakoff, George; Johnson, Mark;The metaphorical structure of the human concep...Cognitive science4.02.0195-2081980No longer published by Elsevier
11Furuta, Richard; Stotts, P David;Specifying structured document transformationsDocument Manipulation and typographyNaNNaN109-1201988Cambridge University Press Cambridge
+

+
+
+
+
chat_completion = client.chat.completions.create(
+    messages=[
+        {
+            "role": "user",
+            "content": """From the following row in a csv, create Wikidata Quickstatements:\nAuthors 	Title 	Publication 	Volume 	Number 	Pages 	Year 	Publisher
+0 	Gaizauskas, Robert; Wilks, Yorick; 	Information extraction: Beyond document retrieval 	Journal of documentation 	54.0 	1.0 	70-105 	1998 	MCB UP Ltd"""
+        }
+    ],
+    model="gpt-4o",
+)
+
+
+
+
+
+
+
print(chat_completion.choices[0].message.content)
+
+
+
+
+
To create Wikidata Quickstatements for the given row of data, we need to map the information to the appropriate properties used in Wikidata. I'll write the Quickstatements using the column data provided:
+
+1. Author: `Gaizauskas, Robert`
+2. Author: `Wilks, Yorick`
+3. Title: `Information extraction: Beyond document retrieval`
+4. Publication: `Journal of documentation`
+5. Volume: `54`
+6. Number: `1`
+7. Pages: `70-105`
+8. Year: `1998`
+9. Publisher: `MCB UP Ltd`
+
+Quickstatements:
+
+```
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"Information extraction: Beyond document retrieval"
+LAST|P2093|"Gaizauskas, Robert"
+LAST|P2093|"Wilks, Yorick"
+LAST|P1433|Q15716944
+LAST|P478|"54"
+LAST|P433|"1"
+LAST|P304|"70-105"
+LAST|P577|+1998-00-00T00:00:00Z/9
+LAST|P123|Q17929746
+```
+
+Here's what individual parts of the above Quickstatements mean:
+
+- `P31|Q13442814` specifies that this item is a "scholarly article."
+- `P1476|en:"Information extraction: Beyond document retrieval"` specifies the title of the work.
+- `P2093|"Gaizauskas, Robert"` and `P2093|"Wilks, Yorick"` specifies the authors as string values since they might not have specific Wikidata entries.
+- `P1433|Q15716944` links the work to the journal "Journal of documentation." However, you may need to verify the exact Wikidata item for this journal as this ID might be hypothetical.
+- `P478|"54"` specifies the volume number.
+- `P433|"1"` specifies the issue number.
+- `P304|"70-105"` specifies the page range.
+- `P577|+1998-00-00T00:00:00Z/9` specifies the publication date.
+- `P123|Q17929746` relates the article with the publisher "MCB UP Ltd." Like the journal, this also requires verification of the actual Wikidata entry.
+
+Please ensure to replace `Q15716944` and `Q17929746` with the correct Wikidata item IDs for "Journal of documentation" and "MCB UP Ltd" if they exist or create them if needed.
+
+
+
+
+
+
+
def search_wikidata(name):
+    """
+    Search for a name in Wikidata and return the Q code if found.
+    """
+    url = "https://www.wikidata.org/w/api.php"
+    params = {
+        "action": "wbsearchentities",
+        "search": name,
+        "language": "en",
+        "format": "json",
+        "limit": 1  # Limit to one result for simplicity
+    }
+    response = httpx.get(url, params=params)
+    if response.status_code == 200:
+        results = response.json().get('search', [])
+        if results:
+            return results[0]['id']  # Return the Q-code (e.g., Q12345)
+    return None  # Return None if not found
+
+
+def create_quickstatements_with_qcodes(row):
+    statements = []
+    # Create a new item for the article
+    item = f'CREATE\n'
+    item += f'LAST|P31|Q13442814\n'  # Instance of: scholarly article
+    item += f'LAST|P1476|en:"{row["Title"]}"\n'  # Title
+    item += f'LAST|P577|+{row["Year"]}-00-00T00:00:00Z/9\n'  # Publication date
+    
+    # Authors
+    authors = row['Authors'].split('; ')
+    for author in authors:
+        if author.strip():  # Check if the author field is not empty
+            # Adjust author name format to "First Last" instead of "Last, First"
+            if ',' in author:
+                last_name, first_name = author.split(', ')
+                author_name = f"{first_name} {last_name}"
+            else:
+                author_name = author  # No comma, assume name is already in correct format
+            print(author_name)
+            qcode = search_wikidata(author_name)
+            if qcode:
+                item += f'LAST|P50|{qcode}\n'  # Author (linked to Wikidata Q code)
+            else:
+                item += f'LAST|P2093|"{author_name}"\n'  # Author name string if no Q code
+    
+    # Journal
+    publication_qcode = search_wikidata(row["Publication"])
+    if not publication_qcode:
+        publication_qcode = row["Publication"]
+    item += f'LAST|P1433|{publication_qcode}\n'  # Published in
+    item += f'LAST|P478|"{row["Volume"]}"\n'  # Volume
+    item += f'LAST|P433|"{row["Number"]}"\n'  # Issue
+    
+    # Pages
+    if pd.notna(row['Pages']):
+        item += f'LAST|P304|"{row["Pages"]}"\n'  # Pages
+    
+    # Publisher
+    if pd.notna(row['Publisher']) and row['Publisher'].strip():
+        qcode = search_wikidata(row['Publisher'])
+        if qcode:
+            item += f'LAST|P123|{qcode}\n'  # Publisher (linked to Wikidata Q code)
+        else:
+            item += f'LAST|P123|"{row["Publisher"]}"\n'  # Publisher name string
+    
+    statements.append(item)
+    return "\n".join(statements)
+
+
+
+
+
+
+
search_wikidata("Yorick Wilks")
+
+
+
+
+
'Q4470008'
+
+
+
+
+
+
+
qcode = search_wikidata("Robert Gaizauskas")
+
+
+
+
+
+
+
qcode
+
+
+
+
+
'Q58329735'
+
+
+
+
+
+
+
quickstatements_with_qcodes = []
+for _, row in citations.iterrows():
+    quickstatements_with_qcodes.append(create_quickstatements_with_qcodes(row))
+    time.sleep(5)  # Add a delay to avoid overwhelming the Wikidata API
+
+# Combine all statements and save to a file
+quickstatements_output_with_qcodes = "\n".join(quickstatements_with_qcodes)
+output_file_with_qcodes = '../data/2024-12-10-quickstatements_with_qcodes.txt'
+with open(output_file_with_qcodes, 'w') as f:
+    f.write(quickstatements_output_with_qcodes)
+
+output_file_with_qcodes
+
+
+
+
+
Robert Gaizauskas
+Yorick Wilks
+Paul Morgan
+Joost G Kircz
+John F Farrow
+Rachel Heery
+Kathleen Burnett
+Kwong Bor Ng
+Soyeon Park
+Stuart Weibel
+Jean Godby
+Eric Miller
+Ron Daniel
+Bo N Schenkman
+Fredrik U Jönsson
+George Lakoff
+I Chris McManus
+Wen Wu
+George Lakoff
+Mark Johnson
+Richard Furuta
+P David Stotts
+
+
+
'../data/2024-12-10-quickstatements_with_qcodes.txt'
+
+
+
+
+
+
+
for row in quickstatements_with_qcodes:
+    print(row)
+
+
+
+
+
CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"Information extraction: Beyond document retrieval"
+LAST|P577|+1998-00-00T00:00:00Z/9
+LAST|P50|Q58329735
+LAST|P50|Q4470008
+LAST|P1433|Q6295097
+LAST|P478|"54.0"
+LAST|P433|"1.0"
+LAST|P304|"70-105"
+LAST|P123|"MCB UP Ltd"
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"Hypertext and the literary document"
+LAST|P577|+1991-00-00T00:00:00Z/9
+LAST|P50|Q62560226
+LAST|P1433|Q6295097
+LAST|P478|"47.0"
+LAST|P433|"4.0"
+LAST|P304|"373-388"
+LAST|P123|"MCB UP Ltd"
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"Modularity: the next form of scientific information presentation?"
+LAST|P577|+1998-00-00T00:00:00Z/9
+LAST|P2093|"Joost G Kircz"
+LAST|P1433|Q6295097
+LAST|P478|"54.0"
+LAST|P433|"2.0"
+LAST|P304|"210-235"
+LAST|P123|"MCB UP Ltd"
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"A cognitive process model of document indexing"
+LAST|P577|+1991-00-00T00:00:00Z/9
+LAST|P2093|"John F Farrow"
+LAST|P1433|Q6295097
+LAST|P478|"47.0"
+LAST|P433|"2.0"
+LAST|P304|"149-166"
+LAST|P123|"MCB UP Ltd"
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"Review of metadata formats"
+LAST|P577|+1996-00-00T00:00:00Z/9
+LAST|P2093|"Rachel Heery"
+LAST|P1433|Q170584
+LAST|P478|"30.0"
+LAST|P433|"4.0"
+LAST|P304|"345-373"
+LAST|P123|"MCB UP Ltd"
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"A comparison of the two traditions of metadata development"
+LAST|P577|+1999-00-00T00:00:00Z/9
+LAST|P50|Q28595291
+LAST|P50|Q102420866
+LAST|P50|Q92383487
+LAST|P1433|Q152040
+LAST|P478|"50.0"
+LAST|P433|"13.0"
+LAST|P304|"1209-1217"
+LAST|P123|Q70631906
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"OCLC/NCSA metadata workshop report"
+LAST|P577|+1995-00-00T00:00:00Z/9
+LAST|P2093|"Stuart Weibel"
+LAST|P2093|"Jean Godby"
+LAST|P50|Q51903830
+LAST|P50|Q7363671
+LAST|P1433|Q21143366
+LAST|P478|"nan"
+LAST|P433|"nan"
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"Aesthetics and preferences of web pages"
+LAST|P577|+2000-00-00T00:00:00Z/9
+LAST|P2093|"Bo N Schenkman"
+LAST|P50|Q51946229
+LAST|P1433|Q814448
+LAST|P478|"19.0"
+LAST|P433|"5.0"
+LAST|P304|"367-377"
+LAST|P123|Q880582
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"Explaining embodied cognition results"
+LAST|P577|+2012-00-00T00:00:00Z/9
+LAST|P50|Q313772
+LAST|P1433|Q15817100
+LAST|P478|"4.0"
+LAST|P433|"4.0"
+LAST|P304|"773-785"
+LAST|P123|Q70631906
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"“The square is… bulky, heavy, contented, plain, good-natured, stupid…”: A cross-cultural study of the aesthetics and meanings of rectangles."
+LAST|P577|+2013-00-00T00:00:00Z/9
+LAST|P2093|"I Chris McManus"
+LAST|P50|Q10919214
+LAST|P1433|Q7256405
+LAST|P478|"7.0"
+LAST|P433|"2.0"
+LAST|P304|"130"
+LAST|P123|"Educational Publishing Foundation"
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"The metaphorical structure of the human conceptual system"
+LAST|P577|+1980-00-00T00:00:00Z/9
+LAST|P50|Q313772
+LAST|P50|Q1356869
+LAST|P1433|Q147638
+LAST|P478|"4.0"
+LAST|P433|"2.0"
+LAST|P304|"195-208"
+LAST|P123|"No longer published by Elsevier"
+
+CREATE
+LAST|P31|Q13442814
+LAST|P1476|en:"Specifying structured document transformations"
+LAST|P577|+1988-00-00T00:00:00Z/9
+LAST|P50|Q102390435
+LAST|P2093|"P David Stotts"
+LAST|P1433|Document Manipulation and typography
+LAST|P478|"nan"
+LAST|P433|"nan"
+LAST|P304|"109-120"
+LAST|P123|"Cambridge University Press Cambridge"
+
+
+
diff --git a/reports/notebooks/2024-12-10.err.log b/reports/notebooks/2024-12-10.err.log index 404424c..f178743 100644 --- a/reports/notebooks/2024-12-10.err.log +++ b/reports/notebooks/2024-12-10.err.log @@ -16,20 +16,23 @@ Traceback (most recent call last): nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ import os +import time import httpx -import openai import pandas as pd + +from openai import OpenAI ------------------ --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) -Cell In[1], line 3 +Cell In[1], line 4  1 import os -----> 3 import httpx - 4 import openai + 2 import time +----> 4 import httpx  5 import pandas as pd + 7 from openai import OpenAI ModuleNotFoundError: No module named 'httpx' diff --git a/searchindex.js b/searchindex.js index d5b814c..1fcd162 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"": [[2, "id1"], [3, "id1"], [8, "id1"], [14, "id1"], [15, "id1"], [16, "id1"], [17, "id1"], [18, "id1"]], "11 May 2021": [[31, "may-2021"]], "<<<<<<< HEAD": [[6, "head"], [9, "head"]], "AI4LAM Metadata Working Group": [[0, null], [31, null]], "Action Items": [[2, "action-items"], [3, "action-items"]], "Agenda": [[22, "agenda"], [23, "agenda"], [24, "agenda"], [25, "agenda"], [26, "agenda"], [27, "agenda"], [28, "agenda"], [29, "agenda"]], "Agenda Topics": [[2, "agenda-topics"], [3, "agenda-topics"], [8, "agenda-topics"], [12, "agenda-topics"], [13, "agenda-topics"], [14, "agenda-topics"], [15, "agenda-topics"], [16, "agenda-topics"], [17, "agenda-topics"], [18, "agenda-topics"], [19, "agenda-topics"], [20, "agenda-topics"], [21, "agenda-topics"]], "Approches for Entity Matching": [[31, "approches-for-entity-matching"]], "April 11, 2023": [[21, null]], "April 12, 2022": [[13, null]], "April 13, 2021": [[5, null]], "Bibliography": [[1, null]], "Catalog a FOLIO JSON Instance for the book Pride and Prejudice by Jane Austin": [[35, null]], "Catalog a new book \u201c42 Winks in a Pyramid\u201d using the JSON Instance schema above": [[35, "catalog-a-new-book-42-winks-in-a-pyramid-using-the-json-instance-schema-above"]], "ChatGPT-based Use Case": [[36, null]], "Convert this MARCXML record https://lccn.loc.gov/66014582/marcxml into FOLIO Instance JSON record": [[35, "convert-this-marcxml-record-https-lccn-loc-gov-66014582-marcxml-into-folio-instance-json-record"]], "Courses, Training, and Learning Resources": [[39, null]], "December 13, 2022": [[17, null]], "FOLIO ML Use Case - Checkout Fast Add Record": [[37, null]], "February 13, 2024": [[28, null]], "February 14, 2023": [[19, null]], "February 9, 2021": [[3, null]], "Frameworks": [[38, "frameworks"]], "Free Courses": [[39, "free-courses"]], "Generate the FOLIO Instance record again using this JSON schema https://raw.githubusercontent.com/folio-org/mod-inventory/master/ramls/instance.json": [[35, "generate-the-folio-instance-record-again-using-this-json-schema-https-raw-githubusercontent-com-folio-org-mod-inventory-master-ramls-instance-json"]], "Hackathon using Linked Data with quick statements in wikidata": [[33, null]], "Helpful Links": [[12, "helpful-links"], [13, "helpful-links"], [19, "helpful-links"], [20, "helpful-links"], [21, "helpful-links"], [22, "helpful-links"], [23, "helpful-links"], [24, "helpful-links"], [25, "helpful-links"], [26, "helpful-links"], [27, "helpful-links"], [28, "helpful-links"], [29, "helpful-links"]], "January 10, 2023": [[18, null]], "January 11, 2022": [[11, null]], "January 12, 2021": [[2, null]], "January 9, 2024": [[27, null]], "July 11, 2023": [[23, null]], "July 12, 2022": [[14, null]], "June 08, 2021": [[7, null]], "March 12, 2024": [[29, null]], "March 13, 2023": [[20, null]], "March 8, 2022": [[12, null]], "March 9, 2021": [[4, null]], "May 11, 2021": [[6, null]], "May 9, 2023": [[22, null]], "Meeting Notes": [[2, "meeting-notes"], [3, "meeting-notes"]], "Meetings, Projects, and Notebooks": [[0, "meetings-projects-and-notebooks"]], "Monthly Meetings": [[30, null]], "Natural Language Processing (NLP)": [[38, "natural-language-processing-nlp"]], "November 13, 2023": [[26, null]], "November 9, 2021": [[10, null]], "Now, post this Instance JSON to the Okapi endpoint https://stanford.edu/catalog/ with a token 456677": [[35, "now-post-this-instance-json-to-the-okapi-endpoint-https-stanford-edu-catalog-with-a-token-456677"]], "October 10, 2023": [[25, null]], "October 11, 2022": [[16, null]], "October 12, 2021": [[9, null]], "Project Documents and Data": [[2, "project-documents-and-data"], [3, "project-documents-and-data"], [8, "project-documents-and-data"], [12, "project-documents-and-data"], [13, "project-documents-and-data"], [14, "project-documents-and-data"], [15, "project-documents-and-data"], [16, "project-documents-and-data"], [17, "project-documents-and-data"], [18, "project-documents-and-data"], [19, "project-documents-and-data"], [20, "project-documents-and-data"], [21, "project-documents-and-data"], [22, "project-documents-and-data"], [23, "project-documents-and-data"], [24, "project-documents-and-data"], [25, "project-documents-and-data"], [26, "project-documents-and-data"], [27, "project-documents-and-data"], [28, "project-documents-and-data"], [29, "project-documents-and-data"]], "Projects": [[34, null]], "Prompt": [[35, "prompt"], [36, "prompt"]], "Question: About Datasets that have existed for a while?": [[13, "question-about-datasets-that-have-existed-for-a-while"]], "Question: Along the FAIR principles, big models a lot of data (like all of the Internet) limit usability of Data Statements?": [[13, "question-along-the-fair-principles-big-models-a-lot-of-data-like-all-of-the-internet-limit-usability-of-data-statements"]], "Question: Course link, what is the level of interest? Wonder AI and how it is misapplied, how much CS students sociology research that is very valuable and apply": [[13, "question-course-link-what-is-the-level-of-interest-wonder-ai-and-how-it-is-misapplied-how-much-cs-students-sociology-research-that-is-very-valuable-and-apply"]], "Question: Data Statements for documenting data sets, is there a project using Data Statements for bibliographic data?": [[13, "question-data-statements-for-documenting-data-sets-is-there-a-project-using-data-statements-for-bibliographic-data"]], "Question: FAIR principles for Data Statements?": [[13, "question-fair-principles-for-data-statements"]], "Question: Fill us in the broader picture of the tech policy lab?": [[13, "question-fill-us-in-the-broader-picture-of-the-tech-policy-lab"]], "Question: LAM use of these tools?": [[13, "question-lam-use-of-these-tools"]], "Question: Legal aspects of Data Statements like Open Source licenses, could something be done the same way?": [[13, "question-legal-aspects-of-data-statements-like-open-source-licenses-could-something-be-done-the-same-way"]], "Question: Metadata as Dataset": [[13, "question-metadata-as-dataset"]], "Question: Open Access for Papers and Management Plans, things that are obviously good but hard for institutions, would Data Statements approach for Data Statements more widely implemented?": [[13, "question-open-access-for-papers-and-management-plans-things-that-are-obviously-good-but-hard-for-institutions-would-data-statements-approach-for-data-statements-more-widely-implemented"]], "Question: Use of a single Data Statement Repository?": [[13, "question-use-of-a-single-data-statement-repository"]], "Response": [[35, "response"], [36, "response"]], "September 12, 2023": [[24, null]], "September 13, 2022": [[15, null]], "September 14, 2021": [[8, null]], "Tools for Machine Learning and Artificial Intelligence": [[38, null]]}, "docnames": ["README", "bibliography", "meetings/2021-01-12", "meetings/2021-02-09", "meetings/2021-03-09", "meetings/2021-04-13", "meetings/2021-05-11", "meetings/2021-06-08", "meetings/2021-09-14", "meetings/2021-10-12", "meetings/2021-11-09", "meetings/2022-01-11", "meetings/2022-03-08", "meetings/2022-04-12", "meetings/2022-07-12", "meetings/2022-09-13", "meetings/2022-10-11", "meetings/2022-12-13", "meetings/2023-01-10", "meetings/2023-02-14", "meetings/2023-03-13", "meetings/2023-04-11", "meetings/2023-05-09", "meetings/2023-07-11", "meetings/2023-09-12", "meetings/2023-10-10", "meetings/2023-11-13", "meetings/2024-01-09", "meetings/2024-02-13", "meetings/2024-03-12", "meetings/about", "notebooks/2021-05-11", "notebooks/2024-11-12", "notebooks/2024-12-10", "projects/about", "projects/folio-ml-use-cases/catalog-chat-gpt", "projects/folio-ml-use-cases/check-out-chat-gpt", "projects/folio-ml-use-cases/check-out-fast-add", "tools/about", "training/about"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9}, "filenames": ["README.md", "bibliography.md", "meetings/2021-01-12.md", "meetings/2021-02-09.md", "meetings/2021-03-09.md", "meetings/2021-04-13.md", "meetings/2021-05-11.md", "meetings/2021-06-08.md", "meetings/2021-09-14.md", "meetings/2021-10-12.md", "meetings/2021-11-09.md", "meetings/2022-01-11.md", "meetings/2022-03-08.md", "meetings/2022-04-12.md", "meetings/2022-07-12.md", "meetings/2022-09-13.md", "meetings/2022-10-11.md", "meetings/2022-12-13.md", "meetings/2023-01-10.md", "meetings/2023-02-14.md", "meetings/2023-03-13.md", "meetings/2023-04-11.md", "meetings/2023-05-09.md", "meetings/2023-07-11.md", "meetings/2023-09-12.md", "meetings/2023-10-10.md", "meetings/2023-11-13.md", "meetings/2024-01-09.md", "meetings/2024-02-13.md", "meetings/2024-03-12.md", "meetings/about.md", "notebooks/2021-05-11.ipynb", "notebooks/2024-11-12.ipynb", "notebooks/2024-12-10.ipynb", "projects/about.md", "projects/folio-ml-use-cases/catalog-chat-gpt.md", "projects/folio-ml-use-cases/check-out-chat-gpt.md", "projects/folio-ml-use-cases/check-out-fast-add.md", "tools/about.md", "training/about.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 2, 3, 4, 5, 6, 7, 10, 14, 15, 16, 17, 19, 25, 29, 31, 32, 35, 36, 37, 38], "0": [10, 13, 29, 31, 32, 35], "00": [31, 32], "000": [4, 32, 35], "000000001": 32, "00000667018": 35, "00000cam": 32, "00000nam": 32, "0004": 31, "001": [31, 32], "003": 32, "005": [31, 32], "00669cam": 35, "007": 31, "008": [31, 32], "00904v3": 6, "01": 31, "010": [32, 35], "01196cam": 32, "0141439513": 35, "01639374": 10, "019": 32, "02": 31, "020": [32, 35], "02369cgm": 31, "028": 31, "02bcee4a": 35, "03": 21, "035": [31, 32], "03993": 2, "03b8d731": 35, "040": [31, 32], "041": 32, "043": 31, "0446310786": 35, "049": 32, "050": 31, "055": 4, "06": [5, 32], "061025p20011998sa": 31, "079": 31, "08": 32, "080": 32, "08758": 13, "0http": 31, "0m": 31, "1": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 29, 31, 32, 33, 35], "10": [2, 3, 4, 5, 8, 10, 13, 15, 31, 32, 35], "100": [2, 5, 7, 29, 32, 35], "1000": [5, 10], "100k": 29, "101": 3, "10130": 21, "1080": 10, "11": [4, 8, 13, 15, 19, 20, 22, 24, 25, 26, 27, 28, 29], "1145": [3, 4, 13], "1162": 13, "12": [3, 4, 5, 6, 7, 8, 10, 12, 15, 16, 17, 18, 31], "122": 31, "12345678": 32, "123456789": 32, "1297": 10, "12pm": 2, "13": 31, "1342": 35, "14": [15, 32], "15": [2, 3, 15, 29, 31], "1536": [2, 3, 8, 9, 10], "16": [15, 21], "160725s2016": 32, "16507249799": [2, 3, 8, 9, 10], "17": [15, 31], "1731428228": 32, "18": [5, 15], "1810": 2, "1813": 35, "1818": 32, "18333021536": [2, 3, 8, 9, 10], "1850": 13, "1851": 32, "1876": 32, "1891": 32, "19": [15, 29, 35], "1927": 32, "1946": 7, "1950": 13, "1960": 35, "1966": 35, "1967": 32, "1982": 32, "1995": 35, "1997": 10, "1998": 31, "1998281": 10, "1a6uksvv7kpg1ozvorbwv14m9d9y6rbwiwp7ohs3ibti": 10, "1amgrqef": [9, 10, 11], "1e4jemoguxxvylvpesywniw8m7bzgpv2slqfcxdgtsd8": 29, "1uxmb0v12djoqaukduvh0zc99mo0nve3pg5cys7v_bl0": 14, "2": [2, 4, 5, 6, 7, 8, 9, 10, 11, 13, 31, 32, 35, 39], "20": [2, 4, 10, 15, 29, 31], "200": [10, 29], "20050916112450": 35, "200k": 29, "2010": 6, "20110303202209": 31, "2014": 32, "2016": [4, 32], "2017": [3, 4, 13, 31], "2018": 13, "2019": [3, 4], "2020": [13, 31], "2021": 13, "2021_575": 13, "2022": 35, "2023": [16, 17], "20230925021221": 32, "20231010123000": 32, "20231012120000": 32, "20231025120000": 32, "2024": 32, "20e7": 35, "21": [15, 31, 32], "2104": [2, 3, 8, 9, 10, 13], "22": [15, 31, 35], "220": [3, 4], "2200000": 32, "229": [3, 4], "23": [15, 31], "2303": 21, "231010s1851": 32, "231012s2023": 32, "24": [15, 31, 32], "240": 32, "245": [31, 32], "246": [31, 32], "25": [3, 15, 29, 31], "250": 32, "25hrequir": 31, "26": [15, 31, 32], "260": [31, 32], "27": [15, 31], "28": [15, 31, 32], "287": 5, "29": 15, "295": 35, "2c91809b7fda5a1c017fda5cfa790005": 35, "2c91809b7fda5a1c017fda5cfbcf0003": 35, "2c91809b7fda5a1c017fda5cfc320008": 35, "2c91809b7fda5a1c017fda5cfc960013": 35, "2c91809b7fda5a1c017fda5d0ed8000c": 35, "2m": 31, "2nd": 2, "2rdacarri": 32, "2rdacont": 32, "2rdamedia": 32, "3": [4, 5, 6, 8, 9, 11, 31, 32, 33], "30": [3, 4, 10, 15, 31, 32], "300": [4, 31, 32], "300k": 29, "302": [2, 3, 8, 9, 10], "303": 31, "304": 31, "305": 31, "306": 31, "306295": [2, 3, 8, 9, 10], "307": 31, "308": 31, "31": 15, "310": 31, "32": 15, "3287560": [3, 4], "3287596": [3, 4], "33": 15, "336": 32, "337": 32, "338": 32, "34": [15, 31], "3442188": 13, "3445922": 13, "35": [15, 31], "36": [15, 31], "37": [15, 31], "37f56413c8f7": 35, "38": [15, 31], "387788": 5, "39": 15, "3contributor": 32, "3publish": 32, "4": [2, 4, 5, 8, 10, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33], "40": [4, 15, 31], "400": 4, "40f6": 35, "415b": 35, "42": [31, 32], "42wink": 35, "4393": [2, 3, 8, 9, 10], "45": 31, "4500": [31, 32, 35], "4533356": 35, "4616": 35, "46af": 35, "471": 32, "472": 32, "49": 31, "490": 32, "496": 32, "4o": 32, "5": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33], "50": [10, 29], "500": [4, 31, 32], "502720": 5, "504": 32, "508": [6, 31], "511": [6, 31], "518": 32, "520": [31, 32], "538": 31, "583": 29, "587": 13, "59": 5, "5l": 8, "5pm": 2, "6": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 31, 32], "60": 31, "600": 32, "604": 13, "6312d172": 35, "635": 32, "650": [2, 3, 8, 9, 10, 32], "651": 31, "6brgw7qvrat8v86ncvo": [9, 10, 11], "6pm": 2, "7": [8, 31, 35], "70": 10, "700": [31, 32], "710": 32, "711013t19661952nyu": 35, "724": [2, 3, 8, 9, 10], "749": [6, 31], "7717981": 31, "787": 31, "7k": 2, "7th": 28, "7xx": 6, "8": [8, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31], "80": [10, 29], "802d986dbf24": 35, "830": 32, "833": [2, 3, 8, 9, 10], "85": 4, "852": 32, "856": 32, "866": 29, "8f1f": 35, "8k": 10, "9": [2, 5, 6, 7, 8, 9, 12, 14, 15, 16, 17, 18, 29, 31], "90": 10, "900": 4, "900k": 29, "90f3": 35, "914": [2, 3, 8, 9, 10], "91421044393": [2, 3, 8, 9, 10], "931058": [3, 4], "956a": 35, "9780307474728": 32, "9781987654321": 35, "9799": [2, 3, 8, 9, 10], "98": 13, "991001s1967": 32, "994": 32, "994235819": 32, "999379620": 32, "9am": 2, "9c0c03e": [4, 5, 6, 9], "9e8aa0267bf1": 35, "9fa8feaf332f": 35, "A": [2, 3, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 29, 35, 36], "And": 2, "As": 10, "At": 7, "Be": 13, "But": [2, 7], "By": 25, "For": [4, 5, 7, 32], "If": [4, 5, 15, 19, 29, 31, 32], "In": [4, 5, 13, 16, 17, 29, 31, 32, 33], "It": [0, 13, 35, 38], "No": [15, 31, 32, 33], "Not": [4, 5, 13, 15, 29], "Of": 10, "On": [13, 29], "One": [5, 13, 32], "Or": [2, 3, 8, 9, 10, 29], "The": [0, 5, 30, 31, 32, 35, 36], "These": 10, "Theses": [7, 10], "To": [32, 35], "Will": [4, 8], "With": [7, 29, 31], "_": [2, 3], "_a": 2, "_catalog": 3, "_exampl": 2, "_modified_open": 31, "_name": [2, 3], "_on": 3, "_to": 2, "a099347554x": 32, "a1": [5, 31], "a1234567890": 32, "a2": 5, "a200": 32, "a2200000": 32, "a22002171": 35, "a2200361mi": 32, "a2200373": 31, "a350": 32, "a4sxlblexjmmx08": [9, 10, 11], "a54": 32, "a7717981": 31, "a9780993475542": 32, "a9781234567890": 32, "a994235819": 32, "aadvd01": 31, "aadventur": 32, "aan": 32, "aaron": [27, 28, 29], "aausten": 32, "ab": [13, 21], "abiblioteca": 32, "abigail": [27, 28], "abil": 4, "abiog": 32, "abl": [7, 35], "aboston": 32, "about": [2, 4, 5, 6, 7, 8, 9, 11, 25, 29, 32, 35], "abov": [2, 29], "abstract": [2, 8, 10, 13, 25, 32], "abstractin": 25, "ac": [3, 4, 5], "ac0": 32, "acceler": 19, "accepted_prediction_token": 32, "access": [0, 2, 4, 6, 7, 10, 25, 29, 32, 35], "accommod": [4, 5], "accord": 32, "account": [3, 4, 36], "accur": [10, 25], "accuraci": [10, 15], "achez": 31, "achicken": 31, "achikin": 31, "aciudad": 32, "aclanthologi": 13, "acm": [13, 35], "acolonnello": 32, "acquir": 10, "across": [4, 5, 13, 38], "action": [4, 8, 15, 35], "activ": [3, 4, 8, 10, 25], "actual": [2, 13, 32], "ad": [4, 5, 9, 15, 32], "adapt": 25, "add": [4, 5, 6, 9, 18, 29], "addit": [2, 15, 32, 35], "addition": 35, "address": [0, 2, 7, 13], "adj": 31, "adjac": 4, "adject": 5, "adjust": [15, 32, 37], "administ": 9, "ado": 32, "adopt": 13, "adp": 31, "adv": 31, "advanc": [8, 38], "advantag": [4, 13], "advcl": 31, "advd": 31, "adventur": 32, "advis": 13, "advmod": 31, "aeng": 32, "aeoecdrpd": [2, 3, 8, 9, 10], "aesta": 32, "af": 31, "afat": 31, "afford": 13, "aficci\u00f3n": 32, "afmjlklwbkypksgp": 8, "africa": 31, "african": 31, "afrom": 31, "after": 31, "again": 29, "against": 13, "agenda": [4, 5, 6, 7, 9, 10, 11], "aggreg": 5, "agnost": 27, "ago": 5, "agre": [4, 15], "agreen": 31, "agricultur": 10, "ahab": 32, "aharrawai": 31, "ai": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 19, 24, 25, 27, 28, 29, 35, 38, 39], "ai4lam": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30], "aim": [5, 25], "ainclud": [31, 32], "aincluy": 32, "aintroduct": 32, "air": 32, "ajohannesburg": 31, "al": 13, "algorithm": [2, 3, 10], "ali": 32, "aliteratura": 32, "all": [4, 5, 7, 15, 29, 32], "allegor": 32, "allevi": 13, "allow": [0, 7, 8, 15, 29], "alma": [27, 29], "alma_notes_import": 29, "alondon": 32, "along": [4, 7], "alpha": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "alreadi": [2, 13, 29, 31, 32], "also": [0, 2, 4, 5, 6, 7, 13, 29, 32, 35], "altern": 32, "alwai": 29, "am": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 35], "amamlambo": 31, "amanda": 7, "amato": 29, "amayor": 32, "ambigu": 7, "amedit": 32, "amelvil": 32, "ami": [2, 15], "amobi": 32, "amod": 31, "among": 13, "amount": [4, 5], "amp": 2, "amsterdam": [4, 5, 6], "an": [2, 3, 4, 5, 6, 8, 10, 15, 18, 31, 32, 35, 38], "analysi": [10, 18], "analyt": [5, 29], "analyz": 15, "anchor": [4, 5, 6, 7, 9, 10, 11], "andrew": 28, "android": [2, 3, 8, 9, 10], "andromeda": 7, "ani": [4, 9, 13, 16, 17, 29, 31, 35], "annot": [5, 6], "announc": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "anoth": 2, "anyon": 4, "anytim": [2, 3, 8, 9, 10], "aobra": 32, "aocm55988746": 31, "aoi": 31, "aorigin": 32, "apag": 32, "aparkland": 31, "apart": 29, "api": [4, 25, 29, 33, 35], "api_kei": [32, 33], "apn1997": 31, "app": [2, 7, 29], "appear": 29, "appli": [0, 5, 10, 15, 29], "applic": [3, 4, 5, 7, 10, 25, 29, 32, 35, 38], "appo": 31, "appreci": [5, 7], "approach": [2, 3, 4, 5, 6, 7, 15, 36, 37], "appropri": [2, 4, 13, 32, 35], "approv": [4, 15], "aprid": 32, "april": [3, 27], "aprimera": 32, "aproduc": 31, "apublish": 32, "ap\u00e9rez": 32, "ar": [2, 3, 4, 5, 7, 15, 25, 29, 31, 32, 35], "arauch": 31, "arcadio": 32, "archiv": [4, 10, 13, 15], "archiveshub": 5, "area": [2, 5, 15], "aren": [2, 4, 29], "arena": 15, "arg": 31, "argu": 13, "arl": 4, "around": [2, 3, 4, 5, 13], "arrai": 15, "art": [2, 15, 38], "articl": [3, 4, 5, 8, 9, 10], "artifact": 7, "arxiv": [2, 6, 13, 21], "asea": 32, "asin": 32, "ask": [4, 5, 13, 29], "asleep": 35, "asnrgp1lbtqo96wr0hzzbya465bxp": 32, "asouth": 31, "aspa": 32, "aspir": 31, "assign": [2, 5, 7, 10, 15, 32], "assist": [3, 19, 25, 32], "assoc": 31, "associ": [0, 13, 15], "assum": [32, 35], "astfa": 32, "astronomi": 10, "atari": 2, "atext": 32, "atexto": 32, "atitl": 31, "atmospher": 10, "attempt": 2, "attend": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "attende": [0, 13, 25], "attr": 31, "attribut": [2, 4], "atwain": 32, "atwo": 32, "audienc": 25, "audio": 32, "audio_token": 32, "augment": 5, "august": 14, "auktt": 32, "aunmedi": 32, "austen": [32, 35], "austin": 19, "australian": 10, "aut": 35, "authent": 35, "author": [4, 5, 31, 32, 35], "authorea": 5, "authorship": 5, "auto": [6, 8, 22], "autogpt": 22, "autom": [2, 15], "automat": [4, 19], "autoregress": 31, "autoreload": 31, "aux": 31, "avail": [2, 3, 4, 6, 7, 8, 9, 10, 13, 15, 22, 32, 36], "averag": 29, "avoid": 2, "avolum": 32, "avolumen": 32, "avp": 2, "awa": 31, "awar": 4, "awhal": 32, "axx": 32, "axyz": 32, "aycock": [15, 21], "ayour": 32, "ayourlibrarycod": 32, "a\u00f1o": 32, "b": [3, 4, 6, 9, 10, 11, 13, 29, 31, 32, 35], "b11d": 35, "b2": 5, "b27d": 35, "ba70": 35, "back": [2, 5, 15, 29], "backfir": 13, "background": [4, 5, 13], "baden": 21, "bafrican": 31, "bag": 6, "balanc": 4, "barbara": 28, "barcod": [29, 37], "barn": [3, 4], "barysheva": 5, "base": [2, 3, 4, 5, 6, 7, 9, 21, 22, 32, 35, 37, 38], "bash": 32, "basi": 13, "basic": [10, 15, 32, 35], "basket": 4, "batch": 29, "baylor": 15, "bdigit": 31, "bdistribut": 31, "becaus": 7, "beditori": 32, "been": [2, 15, 25, 35], "befor": [4, 5, 7], "begin": 13, "being": [4, 8, 32], "below": [3, 32], "bend": 11, "bender": 13, "benefit": 29, "beng": 32, "bert": [2, 4, 10], "besid": 15, "best": 13, "beth": 15, "better": [5, 7, 13, 29], "between": [4, 5, 7, 13], "beyond": [3, 13, 15, 31], "bgetween": 5, "bharper": 32, "bi": [5, 15], "bia": [2, 4, 13], "bibfram": [21, 25], "bibliograph": [5, 25, 28, 32, 35], "bibliographi": 35, "bibliogr\u00e1fica": 32, "big": 3, "bigger": 13, "billion": 7, "billustr": 32, "binari": [5, 8, 32], "binder": [0, 6, 14], "bio": 2, "biodivers": 7, "biograph": 32, "biolog": 10, "bioport": 6, "bit": 2, "bizni": 31, "black": 2, "blank": 35, "bli": 31, "block": 15, "blog": [14, 22, 24], "blunder": 31, "bmayor": 32, "bn": [5, 32], "bnc": 32, "bob": 29, "bodi": [7, 13], "bogu": 28, "bonu": 31, "book": [0, 2, 8, 9, 19, 21, 32, 36, 37], "bookholan": 31, "bookmark": 29, "border": 7, "bot": 4, "both": [2, 7, 13, 25, 29], "boulder": [8, 15], "bow": 31, "bra": 31, "break": 29, "breakdown": 32, "breviti": 35, "bring": 11, "british": [5, 7], "broad": [4, 7], "broader": 3, "broadli": [0, 2, 13], "broke": 15, "brother": 32, "brows": [5, 15], "browser": 4, "bsd": [31, 38], "bstf": 32, "bthe": 32, "btxt": 32, "buend\u00eda": 32, "bueno": 32, "bui": [9, 29], "build": [2, 4, 5, 6, 7, 8, 15, 38, 39], "built": [7, 15], "builtin": 31, "burger": 29, "busi": 31, "button": [15, 37], "buzz": 4, "c": [3, 4, 6, 9, 10, 11, 32, 35], "c1818": 32, "c1851": 32, "c1876": 32, "c1952": 35, "c1998": 31, "c2016": 32, "c2023": 32, "c21": 32, "c23": 32, "c4": 31, "c45f9385": 35, "c464": 31, "cached_token": 32, "california": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "call": [3, 5, 6, 7, 29, 31, 32, 33], "came": [13, 29], "campu": [10, 29], "can": [0, 2, 4, 5, 6, 7, 8, 10, 11, 13, 15, 16, 17, 19, 25, 29, 31, 32, 35, 38], "canada": [2, 3, 8, 9, 10], "cancel": [16, 17], "candid": 5, "cannot": 35, "captain": 32, "captur": 32, "car": 3, "card": [2, 3, 4, 11, 13], "care": 4, "caribbean": [2, 3, 8, 9, 10], "caron": [3, 4], "carrel": 5, "carrier": 32, "case": [4, 9, 18, 19, 25, 32], "cast": 6, "catalog": [2, 7, 8, 10, 13, 19, 25, 27, 29, 32], "catalogu": [5, 31], "categor": 5, "cater": 25, "cbc": 35, "cby": 32, "cc": 31, "cc1818": 32, "cc1851": 32, "cc1876": 32, "cc2001": 31, "ccf": 35, "ccomp": 31, "cconj": 31, "ccq": 3, "cd": 13, "cdirector": 31, "cdl": 28, "cell": [29, 31, 32, 33], "certain": 13, "certainli": 32, "certifi": 31, "cfp": 3, "cgaiz": 31, "chain": 22, "chair": [8, 9], "challeng": [2, 3, 4, 6, 15, 29], "champion": 2, "chang": [4, 7, 9, 13, 28], "channel": [8, 24], "charact": [29, 32], "characterist": [5, 13], "chardet": 31, "charter": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "chat": [18, 25, 27, 32], "chat_complet": 32, "chatcmpl": 32, "chatcomplet": 32, "chatcompletionmessag": 32, "chatgpt": [18, 19, 21, 25, 27, 29], "check": [18, 29, 32, 36, 37], "checkout": 18, "chees": 29, "chemic": 5, "cherman": 32, "cheze": 31, "chicken": 31, "chikin": 31, "child": 31, "chium": 31, "choic": 32, "chronologi": 29, "cien": 32, "circul": [36, 37], "citat": 33, "cite": 13, "citi": 4, "cjane": 32, "cjuan": 32, "claim": 13, "clariswork": 4, "class": [4, 5, 35], "classic": 35, "classif": [2, 3, 5, 8, 10, 35], "classifi": [2, 5], "classificationnumb": 35, "classificationtypeid": 35, "claud": 29, "claus": 5, "clean": 27, "clear": 6, "clementin": 31, "cli": 5, "click": [4, 31, 37], "client": [25, 33], "climat": 7, "clone": 8, "close": [13, 37], "cloud": 10, "clue": 7, "cluster": 2, "cm": [32, 35], "cmark": 32, "cni": 3, "co": [2, 8, 9, 31, 38], "coast": 7, "cochran": [3, 4], "code": [0, 4, 6, 15, 29, 31, 32, 35, 39], "code4lib": [11, 12, 29], "coder": 39, "cohort": 13, "coi": 31, "col": 31, "coleman": 7, "coll": 32, "collab": 15, "collabor": [2, 4, 7, 32], "colleagu": [6, 7, 29], "collect": [0, 2, 4, 5, 7, 8, 10, 13, 15, 18, 31], "collection_name_pattern": 5, "colonnello": 32, "color": [2, 32], "colorado": [7, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 23, 24, 25, 27, 28, 29], "coloss": 13, "colt": 26, "columbia": 7, "column": [4, 5, 29], "com": [2, 3, 5, 6, 8, 9, 10, 11, 13, 14, 21, 22, 24, 29, 31, 32], "combin": 4, "come": [3, 29], "comfort": 4, "command": 35, "comment": [2, 9, 13], "committe": [11, 29], "common": [4, 5, 25, 29], "commun": [2, 3, 4, 7, 9, 32], "compani": [13, 31, 35], "compar": [5, 16, 17], "compet": 3, "competit": 31, "complementari": 4, "complet": [7, 32], "completion_token": 32, "completion_tokens_detail": 32, "completiontokensdetail": 32, "completionusag": 32, "complex": [4, 7], "complic": 4, "compon": [2, 3, 4, 5, 10, 15], "compos": 11, "compound": 31, "comput": [2, 4, 7, 10, 13, 38], "computation": 5, "concept": [15, 29], "concern": [4, 7], "conda": 31, "condit": 6, "confer": [3, 4, 6, 10, 23], "configur": [15, 29, 32, 35], "confirm": 7, "conflict": 13, "conform": [4, 35], "confus": [6, 29], "congress": 32, "conj": 31, "connect": [2, 3, 4, 6, 8, 9, 10, 15], "connectiosn": 2, "connector": 5, "conni": 31, "consid": 2, "consider": [2, 4, 10], "consist": [7, 29, 32], "consortium": 29, "constantli": 4, "constitu": 6, "constitut": 13, "constraint": [4, 5], "construct": 10, "consum": 4, "contain": [0, 31, 32], "contemporari": 7, "content": [5, 8, 13, 31, 32, 35], "context": [2, 6, 7, 10, 15], "contextu": 7, "continu": [4, 19], "contribut": 4, "contributor": 35, "contributornametypeid": 35, "contributortypeid": 35, "control": [2, 5, 6, 18, 31, 32], "converg": 6, "convers": [4, 13, 25], "convert": [5, 15], "cool": 4, "coordin": 7, "copi": [29, 32, 35, 37], "copiou": 7, "copyright": 32, "core": [15, 27, 31], "corei": [2, 4, 5, 6, 11], "cori": [4, 5], "cormack": 28, "cornel": 26, "corpora": 7, "corpu": 2, "correct": [2, 5, 35], "correctli": 29, "correspond": [2, 5], "cost": 7, "could": [2, 6, 7, 8, 19, 29, 35, 37], "couldn": 2, "count": 13, "coupl": [4, 13, 37], "cours": 15, "courtship": 35, "cover": [35, 37], "coverag": 4, "crade": 33, "crash": 31, "creat": [3, 4, 5, 7, 12, 13, 15, 19, 25, 29, 32, 35, 36], "create_marc_record": 32, "creation": [0, 5, 6], "creativ": 4, "creator": [4, 13], "creel": 19, "critic": 13, "critiqu": 15, "crl": 28, "cross": [6, 13], "csv": [29, 32, 33], "csv_string": 32, "cu": [8, 15], "cuktt": 32, "cultur": [0, 4, 5, 13], "curat": [0, 2, 4, 13, 19], "curiou": [5, 29], "curl": 35, "current": [3, 4, 7], "curricular": 15, "curriculum": [13, 15], "custom": [2, 4, 5, 6, 7, 24, 25, 29], "cxyz": 32, "cycl": 10, "cymem": 31, "cyourlibrarycod": 32, "d": [2, 3, 4, 6, 9, 10, 11, 14, 29, 31, 32, 35], "d1819": 32, "d1944": 32, "dai": [4, 31], "daili": 15, "dame": 5, "dana": 28, "danger": 13, "data": [0, 4, 5, 6, 7, 9, 10, 11, 31, 32, 35], "data_statements_guide_v2": 13, "databas": [5, 7, 24], "dataflow": 38, "datanutrit": 4, "dataset": [2, 3, 4, 6, 7, 29], "datasheet": [7, 13], "date": [4, 5, 10, 29, 31, 32, 35], "date_pattern": 5, "dateofpubl": 35, "david": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 31], "db": 5, "dc": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "dcty": 31, "de": 32, "deal": [3, 4], "debian": 4, "decemb": 16, "decid": 10, "decis": [3, 5, 7, 13, 29], "deep": [38, 39], "deepli": 13, "default": 31, "defin": [4, 7], "definit": [7, 13, 29], "degre": 4, "delimit": 5, "delug": 7, "demo": [9, 22], "demonstr": [25, 32], "denot": [5, 10], "densiti": 29, "dep": 31, "depart": [2, 13, 15], "department": 10, "depend": [6, 16, 17], "deploi": 38, "depress": 35, "dept": 10, "derwenai": 6, "describ": [0, 2, 4, 13, 24, 32], "descript": [4, 5, 7, 13, 15, 29, 32], "design": [4, 5, 7, 13, 31], "desk": [36, 37], "det": 31, "detail": 32, "detect": [6, 10], "determin": [6, 10], "develop": [3, 8, 10, 13, 15, 29, 38], "df": 5, "dial": [2, 3, 8, 9, 10], "dialog": 37, "dick": 32, "dictionari": [2, 5, 6, 10], "dictionarymatch": 5, "did": [2, 4, 29], "didn": 29, "didnt": 2, "diff": 2, "differ": [4, 5, 7, 13, 15, 25, 29, 32], "differenti": 38, "difficult": [4, 5], "digit": [3, 4, 5, 7, 10, 11, 13, 29], "digitis": 5, "dimens": [32, 35], "dimension": 5, "direct": 6, "director": 31, "directori": 31, "disagre": 10, "disciplin": [5, 15], "discov": 5, "discover": [2, 13], "discoveri": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "discuss": [2, 3, 4, 5, 13, 18], "disguis": 10, "displaci": 31, "dissemin": 12, "dissert": [2, 7, 10], "distanc": [5, 15], "distant": 5, "distantread": 5, "distinct": 7, "distribut": [2, 4, 15, 32], "div": 7, "dl": 13, "dlc": [32, 35], "dlss": [8, 22], "do": [2, 3, 4, 5, 7, 13, 15, 29, 31, 32, 35], "dobj": 31, "doc": [5, 9, 10, 11, 14, 15, 29, 31], "doc2": 31, "doc3": 31, "doclcq": [31, 32], "document": [4, 5, 6, 7, 9, 10, 11], "docx": 15, "dodg": 13, "dodge2021documentingc4": 13, "doe": [5, 7, 13, 29, 32, 35], "doesn": [5, 6, 29], "doi": [3, 4, 10, 13], "domain": [3, 4, 5, 13], "don": [5, 13, 16, 17, 29], "done": [2, 4, 7, 29], "dosciento": 32, "down": [4, 29], "download": [29, 31], "downsid": 13, "dozen": 4, "dr": 13, "draft": [2, 9], "dream": 35, "drift": 5, "drive": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "drm": 13, "drop": 4, "dublin": 27, "duplic": 29, "dutia": 5, "dvd": [6, 13, 31], "e": [3, 4, 5, 6, 7, 9, 10, 13, 32], "e1": 32, "eaae": 4, "eaas": 4, "each": [2, 4, 7, 15, 29, 32], "earli": [4, 13], "earlier": 4, "easi": [4, 8], "easier": 15, "easiest": 4, "east": 29, "ebend": 13, "ebook": 35, "econom": 31, "ecosystem": 4, "ed": 35, "edici\u00f3n": 32, "edit": [9, 10, 11, 14, 29, 32, 35], "editor": [4, 15, 31, 32], "editori": 32, "edu": [2, 3, 13, 28], "educ": [10, 15], "effect": [2, 13], "effici": [5, 25, 29], "effort": [3, 13], "eifn": 32, "either": 11, "ejemplo": 32, "el": [5, 32], "elasticsearch": 5, "electron": [2, 32, 35], "electronicaccess": 35, "element": [10, 29, 32, 39], "elizabeth": 15, "elliot": 28, "els": 32, "elsevi": [2, 4, 5, 6], "elsewher": 19, "email": 11, "embarrass": 13, "embed": [2, 24], "emili": [11, 13], "emnlp": 13, "emphasi": 7, "empir": 31, "emul": [2, 3, 4], "en": [5, 31, 32], "en_core_web_sm": 31, "enabl": [13, 15, 25], "encod": [4, 5], "encourag": [4, 11], "encuentro": 32, "end": [2, 15, 29, 31], "endang": 13, "endpoint": 4, "enforc": 29, "eng": [32, 35], "engag": [4, 25], "engin": [10, 13, 29], "english": [4, 29, 35], "enhanc": [0, 5, 15, 25], "enitti": 5, "enka": 32, "enough": [5, 29], "ensur": 29, "ent": [5, 31], "enter": 37, "entiti": [4, 5, 6, 7, 13], "entri": [2, 5, 7, 32], "enumer": 29, "env": 31, "environ": [2, 4, 29, 31, 32, 33], "environment": 24, "epistemolog": 4, "equal": 29, "equit": 3, "era": 35, "eric": 5, "erik": [7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 27, 28, 29], "erikradio": 8, "errno": 31, "error": [29, 32], "especi": 19, "establish": 10, "estonian": 10, "et": 13, "eta": 31, "etc": [2, 4, 5, 6, 7, 18, 31, 32], "ether": 10, "ethic": [2, 4, 11, 13], "etraductor": 32, "eu": 9, "europeana": 9, "eval": 2, "evalu": [2, 13, 15], "even": [3, 4, 13, 15, 29], "everi": [2, 29, 30], "everyon": 15, "everyth": 5, "evolv": 4, "ex": [4, 29], "exact": 29, "exactli": 5, "examin": 15, "exampl": [2, 4, 6, 7, 13, 16, 17, 29, 32, 35], "excel": 15, "exchang": 31, "excit": 4, "exclud": 29, "exclus": 13, "execut": 31, "exercis": 13, "exhib": 32, "exhibit": 32, "exist": [3, 4, 5, 6, 19, 24, 32], "exit": [5, 36, 37], "expand": [4, 8], "experi": [2, 4, 25, 28, 35], "experiment": 10, "expert": [3, 4, 5, 7, 10, 13], "explan": 32, "explor": [0, 13, 15, 25], "exploratori": 4, "explos": 31, "export": 15, "expos": 13, "express": [4, 7], "extend": [5, 6, 27], "extens": 31, "extent": [5, 7, 32, 35], "extern": [4, 10, 35], "extra": 29, "extract": [6, 7, 13, 15, 32, 35, 37], "f": [3, 6, 9, 10, 31, 32], "f0cf": 35, "face": 15, "facebook": 38, "facil": 29, "factor": 4, "factsheet": 2, "faculti": [10, 13, 15], "fair": [2, 3, 4], "fall": 35, "fals": [5, 7, 15], "familia": 32, "familiar": [13, 29], "fantast": [23, 25, 26], "fantas\u00eda": 32, "far": [5, 15], "fascin": 13, "fast": [2, 4, 7, 18], "fastai": [2, 39], "fasttext": 2, "fat": 31, "fb": 5, "fd": 31, "featur": [4, 5], "februari": 27, "feed": [10, 15], "few": [2, 5, 6, 29], "ff": 3, "fi": 5, "ficci\u00f3n": 32, "ficticia": 32, "ficticio": 32, "fiction": [32, 35], "fictiti": 32, "field": [5, 6, 11, 13, 29, 32, 35, 37], "field_245": 32, "file": [2, 4, 5, 7, 15, 29, 31, 32], "filenotfounderror": 31, "fill": [32, 37], "film": 31, "final": 35, "find": [5, 6, 15, 19, 29, 32], "fine": 36, "finish": 13, "finish_reason": 32, "first": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 29, 32, 35, 39], "firstli": 25, "fit": 35, "five": [5, 31], "fix": [6, 29, 32], "flag": [10, 29], "fo": [31, 32], "focu": [3, 10, 13, 38], "focus": [4, 7, 10, 13], "folder": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "folio": [18, 19, 22, 24, 25, 36], "folk": 2, "follow": [4, 5, 22, 31], "forc": [11, 29], "forecast": 2, "form": [13, 31, 32, 37], "formal": [2, 4], "format": [2, 4, 13, 25, 27, 29, 32], "forthcom": 8, "fortun": 31, "forward": [3, 10, 25], "found": [2, 5, 32, 37], "foundat": 39, "foundri": 6, "fp_159d8341cc": 32, "framework": [4, 5], "frascati": 10, "free": [2, 3, 8, 9, 10, 29, 38], "frequenc": 7, "friedman": 13, "friendship": 31, "from": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 19, 27, 29, 31, 32, 35, 37, 39], "front": 15, "fue": 32, "full": [2, 13], "fulli": 7, "function": [5, 6, 25], "function_cal": 32, "fundament": 10, "funder": 13, "further": [4, 15, 22], "furthermor": 13, "futur": [7, 13, 14, 23, 25, 26], "fuzzi": 31, "fuzzwuzzi": 5, "fuzzywuzzi": [6, 31], "g": [5, 6, 7, 9, 10, 32], "gabriel": 32, "gain": 25, "galleri": 32, "gap": [15, 18], "garbag": 29, "garc\u00eda": 32, "garden": 4, "gather": 15, "gave": 3, "gbif": 7, "gebru": [3, 4], "gemini": [28, 29], "gencatlg": 35, "gencol": 35, "gener": [2, 5, 7, 8, 10, 13, 19, 21, 27, 29, 32], "genesi": 2, "gensim": 10, "geograph": [7, 27], "geonam": 5, "german": 29, "get": [2, 4, 5, 6, 13, 15, 29, 32, 33], "getti": 2, "gh": [6, 14], "giant": 32, "gill": 2, "girl": 35, "git": 8, "github": [4, 6, 8, 9, 14, 18, 22, 29, 31], "give": [11, 29], "given": 4, "glam": 9, "global": [4, 10], "gnarli": 29, "gnrd": 7, "go": [2, 3, 4, 7, 13, 15, 29], "goal": [7, 11, 15], "gomez": 2, "good": [5, 6, 10, 29], "googl": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "got": 29, "gov": 31, "govern": 13, "gpe": 31, "gpt": [18, 22, 29, 32], "gpu": 2, "graduat": 10, "grammar": 5, "grant": 5, "granular": 15, "graph": [3, 4, 5, 6, 7, 21], "graphql": 24, "grappl": 10, "grave": 15, "gravita": 22, "great": [15, 29], "greater": 5, "green": 31, "grobid": 7, "groundwork": 7, "group": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30], "grow": 4, "gsafd": 35, "guest": 13, "guid": [2, 3, 8, 13, 29, 32], "guidelin": 29, "gutenberg": [19, 35], "h": [2, 9, 10, 31, 35], "ha": [2, 4, 5, 7, 8, 13, 15, 35, 36, 38], "habitat": 7, "had": [7, 13, 15, 29], "hand": [6, 36, 37], "handl": [6, 13, 15], "handwrit": 13, "happen": [5, 13], "hard": [3, 5], "harder": 4, "harper": [2, 4, 5, 6, 11, 35], "harrawai": 31, "harvard": 29, "harvest": [4, 15], "have": [2, 3, 4, 5, 7, 9, 10, 15, 16, 17, 25, 29, 32, 35], "haven": [5, 29, 32], "he": [2, 31], "head": [2, 4, 5, 14, 29, 32], "header": 13, "headset": 4, "health": 4, "heat": 29, "held": 32, "hell": 5, "help": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18], "heng": 32, "her": 13, "here": [11, 32, 35, 36], "heritag": [0, 4, 5, 7], "herman": 32, "hi": [9, 31], "hidden": 7, "hierarchi": [13, 29], "high": 29, "higher": 13, "hillbrow": 31, "hispanoamericana": 32, "histor": [5, 7], "histori": [7, 11, 36], "historia": 32, "hoc": 13, "hold": [13, 29, 32, 36], "holt": 35, "home": [13, 29], "homer": 5, "honor": 10, "hope": 31, "hopefulli": 5, "host": [0, 7, 8, 13], "hostedtoolcach": 31, "hot": 5, "hour": 18, "hous": 29, "how": [2, 3, 4, 5, 7, 10, 25, 29, 32, 35], "howev": 35, "html": [2, 8, 18], "http": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 18, 21, 22, 24, 25, 29, 31, 32, 38], "httpx": 33, "huasheng": 32, "huge": 2, "huggingfac": [2, 38], "human": [2, 4, 5, 7, 10, 13, 29], "humor": 35, "hundr": 32, "hutchinson": [3, 4], "i": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 19, 25, 29, 31, 32, 35, 36, 38], "ian": 28, "ibm": 2, "ibogu": 28, "id": [2, 3, 5, 8, 9, 10, 31, 32, 35, 37], "idea": [2, 5, 8], "ideal": 29, "identif": 27, "identifi": [2, 4, 5, 7, 9, 15, 18, 19, 27, 29, 32, 35], "identifiertypeid": 35, "idna": 31, "ii": [6, 10, 11], "iii": [6, 10, 11], "il": 15, "imag": [2, 7, 13], "imagin": 13, "imaginari": 32, "imbalanc": 5, "impact": 13, "implic": [7, 13], "import": [2, 3, 4, 5, 7, 13, 31, 32, 33], "importantli": 2, "impress": 29, "improv": [4, 7, 25], "includ": [2, 4, 6, 7, 10, 11, 13, 29, 32, 35, 39], "inconsist": 5, "incorrectli": 6, "increas": [4, 11, 24], "increasingli": 31, "index": 32, "indexdata": 26, "indextitl": 35, "indic": [4, 5, 10, 13, 32], "individu": [2, 4, 29], "inexistent": 32, "infer": 38, "influenc": 7, "info": [8, 15], "inform": [2, 3, 4, 5, 8, 9, 10, 13, 15, 29, 32, 35, 36, 37], "informat": [2, 4], "infrastructur": [2, 3, 4], "infrax": 2, "ingest": [5, 7, 24], "initi": [2, 7, 9], "inject": 5, "injustic": 35, "inlin": 31, "innov": 25, "input": [5, 29, 36], "insight": 25, "inspir": 4, "instal": [31, 32, 35], "instanc": [19, 29], "instanceformatid": 35, "instancetypeid": 35, "instcutor": 15, "instead": 29, "institut": [2, 3, 4, 5, 6, 7, 9, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 32], "instruct": 15, "instructor": 15, "integr": 25, "intellig": 3, "intend": 2, "intent": [0, 32], "inter": 4, "interact": [0, 6, 8, 13, 21, 25], "interactiveshel": 31, "interest": [3, 4, 5, 6, 7, 23, 36], "interfac": [24, 25, 29], "interim": 4, "intern": [2, 3, 4, 8, 9, 10, 29], "interoper": 13, "interpret": 29, "intersect": 2, "intervent": [5, 7], "interview": 13, "intro": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "introduct": [4, 9, 39], "inventori": [19, 25], "invert": 6, "investig": [9, 21, 22], "invit": [11, 13], "involv": [2, 3, 4, 6, 7, 32], "io": [2, 3, 4, 8, 9, 10, 18, 22, 38], "io_open": 31, "iphon": [2, 3, 8, 9, 10], "ipython": 31, "isbn": [32, 35], "isn": [5, 29], "issu": [3, 10, 13], "item": [4, 18, 29, 32, 37], "itempart": 35, "iter": [5, 29, 32], "its": [13, 32], "iv": [6, 10], "ivxyrvh_onasb5": 2, "ix": 6, "j": [2, 3, 8, 9, 10, 35], "jahr": 29, "jame": [15, 19], "jan": 2, "jane": [19, 32], "januari": [5, 16, 17], "jemison": 28, "jenn": 26, "jeremi": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "jermnelson": 2, "jessi": 13, "jinja2": 31, "jodi": 2, "johannesburg": 31, "john": [5, 35], "joi": 27, "join": [2, 3, 8, 9, 10], "jone": 2, "joshua": [2, 15], "jos\u00e9": 32, "journal": 13, "json": [4, 19, 24, 25], "juan": 32, "judgment": 19, "juggl": 29, "juli": 32, "june": 32, "jupyt": [0, 2, 8, 9], "just": [3, 5, 10, 13, 29], "justif": 4, "k": [2, 3, 4, 10, 31], "kalyan": 5, "karlsruh": 21, "kat": [3, 4], "kaylan": 5, "keep": [7, 13, 16, 17, 29], "keyword": 5, "kglab": [6, 7], "kill": 35, "kind": [2, 4, 7], "king": 31, "know": [3, 4, 13, 19, 31], "knowledg": [3, 5, 6, 7, 10, 13, 21], "knowledgegraph": 6, "korkmaz": 14, "krebeck": [27, 28, 29], "kr\u00f6tzsch": 3, "kurt": 35, "kwarg": 31, "l": [3, 4, 8, 10], "l0vlbnq0wle4sdv0mdy5suhtqnvydz09": [2, 3, 8, 9, 10], "la": 32, "lab": [2, 4, 5, 6, 8, 22, 27, 38], "labe": 10, "label": [2, 4, 5, 6, 7, 10, 13], "label_": [5, 31], "lack": [2, 5, 13], "lam": [2, 3, 8, 9, 10], "lang": 22, "langchain": 22, "languag": [4, 6, 13, 24, 25, 32, 35, 39], "laod": 5, "larg": [4, 13, 25, 29], "larger": 4, "largo": 32, "last": [3, 6, 15, 29, 31, 32, 33], "lastli": 25, "later": [4, 27], "latest": 32, "layer": 4, "lc": 2, "lccn": 32, "ld4": 14, "ld4p": 14, "ldr": [31, 32], "lead": 13, "leader": 32, "learn": [0, 2, 3, 4, 5, 9, 13, 15, 25, 29, 36, 37], "leas": 5, "least": 4, "leav": 37, "ledoux": [3, 4], "lee": 35, "left": 35, "legaci": [4, 13, 31], "lemir": 15, "lemma": 5, "len": [31, 32], "length": 32, "leon": 31, "less": 4, "let": [10, 31], "level": [15, 32], "levenshtein": 5, "leverag": [4, 7, 25], "li": 32, "liaison": 15, "lib": 31, "librari": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 35, 36, 38], "librarian": [2, 6, 7, 10, 11, 36], "libri": 29, "licens": [29, 38], "life": [7, 13], "like": [4, 5, 6, 15, 19, 22, 29, 31, 35], "limit": [5, 7], "line": [7, 29, 31, 32, 33], "linear": 5, "lingual": 4, "linguist": 13, "link": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 31, 35], "linkag": 5, "linker": 6, "linktext": 35, "linktobiographi": 32, "linktopublisherdescript": 32, "linux": [2, 3, 8, 9, 10], "lionkag": 5, "lippincott": 35, "list": [3, 6, 7, 8, 11, 13, 15, 29, 31, 32], "listserv": 9, "lit": [3, 7, 15], "literaci": 15, "literari": 15, "literatur": 32, "literatura": 32, "littl": [5, 6], "live": [4, 5, 9, 32], "livingwithmachin": 5, "ll": 32, "llm": [19, 22, 25, 29], "lm": 22, "lo": 32, "load": [2, 5, 15, 31], "loan": 37, "loc": [4, 27, 28, 31], "local": [8, 10], "locat": [4, 7, 13, 32], "lod": 5, "logprob": 32, "london": 32, "long": 29, "longer": [4, 13], "look": [2, 4, 5, 6, 7, 15, 16, 17, 19, 29], "lookup": [6, 7], "loop": 2, "loos": [6, 32], "lost": 13, "lot": [2, 4, 5], "love": 19, "low": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "lsp": 25, "lucr": 31, "lui": 8, "luruli": 31, "lwrpuebka5jg7t6o": 7, "m": [2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 31, 35], "mac": [2, 3, 8, 9, 10], "machin": [0, 2, 3, 4, 5, 9, 13, 25, 32, 36, 37], "macondo": 32, "magic": 32, "mai": [4, 13, 28, 32], "main": [13, 32], "maintain": [6, 8], "major": 13, "make": [2, 3, 4, 5, 7, 9, 13, 15, 29, 32, 35], "makerspac": 15, "mamlambo": 31, "man": 35, "manag": [4, 8, 15, 27, 29], "mandatori": 32, "mani": [4, 7, 29, 31], "manner": 25, "manual": [2, 4, 29], "map": [2, 5, 15, 29, 35], "marc": [6, 29, 32, 35], "marc21": [6, 25, 32], "marc_pars": 31, "marc_read": 31, "marc_record": [31, 32], "march": [3, 27], "marcread": [31, 32], "marcsearchpars": 31, "marcspec": 6, "marcxml": 32, "margin": 2, "mari": [15, 21], "marin": 7, "mark": [4, 31, 32], "marku": 3, "markupsaf": 31, "mar\u00eda": 32, "mass": 5, "massimo": 7, "master": 13, "match": [5, 6, 10, 13, 15], "matcher": 5, "materi": [2, 5, 13, 19, 29, 32], "math": 38, "matplotlib": 31, "matshoba": 31, "matter": 31, "mau": 32, "mayb": [5, 13], "mayor": 32, "mb": 31, "mc": 4, "mccormick": 15, "mcguin": 3, "mcmillan": 13, "mean": [2, 7], "measur": [7, 10], "mechanisim": 2, "media": 32, "mediado": 32, "medit": 32, "meet": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "melissa": 2, "melvil": 32, "member": 37, "mental": 5, "mention": [4, 5], "messag": [11, 32, 37], "messi": 4, "met": 27, "metadata": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32], "metaphor": 31, "method": [5, 7, 10, 13], "mevil": 32, "mgm": 2, "michael": 31, "micheal": 31, "micki": 31, "microfilm": 11, "midnight": 15, "might": [29, 32, 36], "migrat": 29, "mike": [2, 4, 13], "mikejon": 2, "million": [4, 29], "min": [2, 3, 31], "mind": 15, "mine": [10, 13, 15], "miner": 15, "minim": 7, "minut": [3, 29], "mirel": 9, "misrepres": 13, "miss": 29, "missionandvis": 5, "mitchel": [3, 4], "mitig": 13, "mix": 4, "ml": [2, 3, 4, 7, 10, 11, 18, 19], "mntambo": 31, "mobi": 32, "mobil": 7, "mockingbird": 35, "mod": 27, "mode": 32, "model": [2, 3, 4, 5, 6, 7, 11, 15, 25, 29, 31, 32, 35, 36, 37, 38], "modeofissuanceid": 35, "modifi": 38, "modul": [32, 33, 35], "modulenotfounderror": [32, 33], "monograph": [29, 37], "month": [2, 4, 5, 30], "monthli": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "more": [0, 2, 3, 4, 5, 6, 7, 11, 15, 29], "morgan": 5, "mosiman": 31, "most": [2, 3, 29, 31, 32, 33], "motloung": 31, "move": [3, 4, 13, 18], "mrc": [31, 32], "msap": 13, "mtutuz": 31, "much": [2, 4, 5, 7, 10, 29], "mulit": 4, "multi": 4, "multipl": [4, 5, 13], "murmurhash": 31, "museum": [5, 7, 13, 15, 21, 24], "music": [13, 31], "must": [15, 29], "my": 15, "mybind": [6, 14], "m\u00e1gica": 32, "m\u00e1gico": 32, "m\u00e1rquez": 32, "n": [3, 10, 32], "n1": 32, "n2": 32, "n3": 32, "n85059112": 31, "nadventur": 32, "name": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32, 33, 35], "namespac": 4, "narr": [4, 7], "narra": 32, "natalin": 32, "nation": [4, 10, 29], "natur": [4, 13, 39], "necessari": 32, "necessarili": [2, 7, 13], "need": [0, 2, 3, 4, 5, 6, 7, 10, 13, 15, 19, 29, 32, 35], "neg": 13, "negoti": 4, "nelson": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "nene": 31, "ner": [2, 3, 5, 6, 7], "nest": 35, "net": [22, 25], "network": [2, 29, 38], "neur": 13, "neural": 38, "never": 13, "nevqxwlcw102ggkr": 2, "new": [4, 5, 8, 9, 10, 15, 19, 29, 37], "newcom": 13, "newer": 32, "newspap": 13, "next": [2, 3, 4, 5, 10, 16, 17, 29], "nfrom": 32, "ngram": 5, "nhere": 32, "nice": [4, 6, 15], "nich": 15, "nicol": 7, "nicola": 31, "niek": 4, "nine": 21, "nl": 5, "nlp": [5, 6, 13, 31], "nlpprogress": [2, 6], "nmake": 32, "nmobi": 32, "nmod": 31, "nn": 10, "no2001082527": 31, "no2007025026": 31, "no2008050067": 31, "nobel": 32, "node": 4, "noi": 3, "nomsa": 31, "non": [3, 4, 5, 6], "none": [31, 32], "normal": 29, "norp": 31, "note": [0, 4, 5, 9, 32, 35], "notebook": [2, 6, 31], "notetak": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "notetyp": 35, "notic": 5, "notr": 5, "nou": 15, "noun": [5, 15, 31], "novel": [32, 35], "novela": 32, "novemb": [9, 16, 17], "now": [2, 4, 9, 31], "npadvmod": 31, "npride": 32, "nsubj": 31, "nthi": 32, "ntshaveni": 31, "ntshavheni": 31, "nudg": 4, "num": 31, "number": [2, 3, 5, 8, 9, 10, 15, 29, 32, 39], "nummod": 31, "numpi": 31, "nutrit": [4, 7, 13], "nwith": 32, "o": [3, 4, 10, 32, 33], "o5": 35, "oai": 15, "oaktrust": 10, "object": [5, 7, 10, 32, 35], "obo": 6, "observ": 7, "obtain": [15, 35], "occas": 32, "occur": [7, 13], "occurr": [7, 8], "ocip": 35, "oclc": [4, 27], "ocn682710482": 31, "ocn999379620": 32, "ocolc": [31, 32], "ocr": [2, 5, 7, 13], "off": [4, 6, 29], "offer": 39, "offici": 29, "offset": 4, "often": 5, "ok": 4, "old": 5, "olga": 5, "omit": [32, 35], "onc": [13, 29, 32, 35], "one": [2, 3, 4, 5, 7, 8, 9, 10, 29, 31], "ongo": 29, "onli": [2, 4, 13, 29], "onlin": [13, 18], "ono": 10, "ontologi": [2, 3, 6], "ontology101": 3, "ontology_develop": 3, "open": [4, 5, 9, 10, 11, 31, 32, 38], "open_ai": 32, "openai": [25, 29, 32, 33], "openai_api_kei": [32, 33], "opportun": 29, "oppos": [4, 10], "opt": 31, "optim": [4, 29], "option": [29, 35], "orchestr": 14, "order": [6, 7, 31, 32], "org": [2, 3, 4, 5, 6, 8, 10, 13, 14, 21, 28, 31, 38], "organ": [5, 7, 8], "organis": 5, "organiz": 9, "organizs": 5, "origin": [29, 31, 32, 35], "orignew": 35, "oslo": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "other": [2, 4, 5, 6, 7, 10, 11, 13, 25, 29, 31, 32, 35], "otherwis": 32, "our": [0, 2, 5, 8, 9, 11, 13], "ourselv": 29, "out": [2, 3, 4, 6, 9, 10, 13, 15, 18, 29, 36, 37], "outcom": 15, "outlin": 32, "outlook": 28, "output": [5, 7, 15, 29], "outsid": 4, "outstand": 36, "outward": 15, "over": [4, 13, 25, 29], "overal": 15, "overcom": [2, 5], "overli": 13, "oversight": 7, "overview": [3, 10, 15], "own": [4, 6, 8, 13, 31], "p": [2, 3, 4, 10, 32, 35], "p348": 4, "p4669": 4, "packag": 31, "page": [9, 29, 32], "pagin": 32, "pair": 13, "pal": 31, "palm": 13, "panda": [5, 33], "pandem": 4, "pangabutra": 27, "paper": [3, 4, 5, 6, 7, 10, 15, 31], "paperback": 29, "paperswithcod": 6, "parallel": 13, "pari": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "parrot": 13, "pars": [6, 7, 19, 29, 31, 32, 35], "parse_xml_to_arrai": 32, "parser": [5, 35], "part": [3, 5, 7, 13, 29, 31, 32, 39], "parti": [4, 9], "particip": [3, 13, 24], "particular": [5, 13, 38], "partner": 29, "partnership": 2, "pass": 10, "password": [2, 3, 8, 9, 10], "past": [4, 7, 25], "patent": 5, "pateur": 10, "path": [6, 32], "pathi": 31, "patron": [36, 37], "pattern": [4, 5, 7, 13, 22, 25], "paul": 2, "pc": [2, 3, 8, 9, 10], "pd": 33, "pdf": [2, 3, 5, 6, 13, 15], "penguin": 35, "peopl": [3, 4, 5, 11, 13], "pequod": 32, "per": [4, 5, 10, 32], "perfect": 29, "perform": [2, 5, 35], "perhap": 2, "period": [13, 29], "permiss": 35, "permit": 7, "person": [6, 13, 31, 32, 35], "petrozzi": 7, "pgventor": 24, "phaidra": [3, 4], "phil": 2, "philadelphia": 35, "philippin": 7, "photo": 37, "photographi": 31, "phrasematch": 5, "physic": [10, 32], "physicaldescript": 35, "piano": 35, "piec": [4, 10, 32], "pip": 32, "pipelin": [5, 7], "pivot": 5, "pl4": 35, "place": [2, 5, 29, 32, 35], "placehold": 32, "plai": [3, 32], "plaintext": 32, "plan": [2, 11, 16, 17, 27], "planner": 7, "plant": 4, "platform": [2, 25, 36], "player": 35, "pleas": [2, 9, 35], "plenti": 29, "pm": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "pmh": 15, "po": 5, "pobj": 31, "poc": 2, "podcast": 13, "point": [4, 6, 7, 29], "polici": 29, "poorli": 5, "popul": 13, "popular": 2, "portal": 4, "porter": 27, "portion": 13, "posit": [3, 5, 7, 13, 15], "poss": 31, "possibl": [2, 3, 4, 5, 7, 9, 13], "post": [4, 5, 8, 13, 14, 22, 24], "post20210108": 31, "poster": 10, "potenti": [2, 7, 13, 15, 25, 27], "potter": 28, "power": [15, 38], "practic": [13, 25, 29, 32, 39], "pre": 37, "preced": 19, "precis": [4, 13], "prefer": [2, 10, 13, 36], "prefilt": 7, "prefix": 15, "prejudic": [19, 32], "preliminari": 2, "premio": 32, "prep": 31, "prepar": 7, "present": [2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 25, 26, 27, 28, 29, 36], "preserv": [2, 3, 4, 7, 11], "presh": 31, "pretrained_model": 2, "pretti": [4, 15, 29], "preview": 26, "previou": 35, "previous": 2, "price": 32, "pride": [19, 32], "primari": [7, 32, 35], "primarili": 38, "primera": 32, "princeton": 28, "print": [5, 13, 29, 31, 32, 37], "prior": 13, "priorit": 29, "prioriti": 4, "privileg": 13, "pro": [9, 29], "problem": [3, 7, 13, 29], "problemat": 29, "proceed": [3, 4], "process": [2, 4, 5, 7, 13, 15, 25, 29, 32, 39], "produc": [4, 13, 31], "product": [4, 6, 31], "profession": [13, 19], "professor": 15, "program": [13, 38], "programmat": 4, "progress": [6, 31], "project": [4, 5, 6, 7, 9, 10, 11, 35], "prolifer": 13, "promis": 4, "prompt": [21, 25, 29], "prompt_token": 32, "prompt_tokens_detail": 32, "prompttokensdetail": 32, "pron": 31, "proof": 29, "properti": [4, 5, 35], "propn": 31, "propon": 2, "propos": [2, 4, 13, 14, 15, 23, 25], "prostitut": 31, "protect": 13, "proteg": 3, "provid": [2, 4, 6, 7, 13, 15, 29, 32, 35, 36], "proxi": 10, "proxim": 15, "prt": 31, "ps3572": 35, "pst": 18, "psychologi": 10, "public": [3, 4, 5, 13, 24, 29, 32, 35], "publicada": 32, "publicli": [15, 29], "publicnot": 35, "publish": [4, 8, 13, 15, 29, 32, 35], "pueblo": 32, "pull": [4, 10, 29], "pure": [10, 29], "purpos": [4, 15, 29], "pursu": 32, "push": [3, 29], "put": [7, 29], "pwd": [2, 3, 8, 9, 10], "py": 31, "py3": 31, "pydant": 31, "pymarc": [31, 32], "pymarcspec": [6, 31], "pypars": 31, "python": [6, 10, 15, 22, 25, 27, 29, 31, 32, 38], "python3": 31, "pytorch": 38, "pywiki": 4, "pz4": 35, "p\u00e1gina": 32, "q": [7, 10, 29], "qa": 10, "qaghrbgokostupm36lcic8txv_41vqqwd8znfsqmabpo3mkzjicl02km8tqjc": 8, "qc": 10, "quadrant": 10, "qualifi": 4, "qualiti": [2, 4, 18], "quarterli": [3, 8, 10], "queri": [4, 15, 24, 29], "quest": 10, "question": [2, 3, 4, 5, 6, 7, 8, 9, 10], "quick": 37, "quickstat": 33, "quot": 31, "r": [12, 31], "race": 35, "racial": 35, "radio": [7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 20, 23, 24, 25, 27, 28, 29], "rais": 31, "raji": [3, 4], "ran": 29, "random": 6, "rang": [7, 38], "rank": [5, 10], "ranksvm": 5, "rare": 29, "rate": 15, "rather": 7, "ratio": [6, 31], "rauch": 31, "rautenbach": 31, "raw": [2, 5], "rb": [31, 32], "rda": 32, "rdf": [4, 5, 13, 14, 24, 25], "rdr": 5, "react": [22, 25], "read": [3, 4, 5, 15, 31, 32, 36], "read_csv": 33, "readabl": [5, 13, 32], "reader": [5, 32], "readm": 7, "real": [32, 35], "realism": 32, "realiz": 2, "realli": [2, 4, 5, 10, 13], "reasoning_token": 32, "rec": [2, 6, 7, 8, 32], "recap": 28, "receipt": [36, 37], "recent": [2, 9, 31, 32, 33], "recept": 15, "recogn": 6, "record": [2, 4, 5, 6, 7, 8, 10, 18, 19, 24, 25, 31, 32], "recur": [2, 3, 8, 9, 10], "refer": [4, 6, 7, 32, 38], "referencia": 32, "refin": 29, "reflect": 7, "reformat": 35, "refus": 32, "regex": 5, "registri": 8, "regress": 6, "regret": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 20], "regul": 13, "regular": 13, "rejected_prediction_token": 32, "rel": [2, 4, 13], "relat": [4, 5, 7, 9, 13, 32, 35], "relationship": 5, "releas": [29, 31, 38], "relev": 35, "reload_ext": 31, "remain": [4, 5, 6, 9], "remaind": [16, 17, 32], "remov": [5, 29], "render": [6, 31], "reorder": 6, "repeat": 32, "replac": [29, 32, 35], "repo": [4, 6, 29], "report": [2, 3, 4, 10, 13, 27], "repositori": [4, 9, 10, 14, 29], "repres": [4, 7, 15, 32, 35], "represent": [4, 29, 32], "reproduc": 7, "request": [28, 29, 31, 36], "requir": [2, 3, 4, 5, 13, 15, 31, 32, 35], "research": [2, 3, 4, 7, 10, 15, 27, 29, 38], "resourc": [0, 2, 4, 5, 6, 8, 21, 27, 29, 31], "respect": 32, "respons": 32, "restrict": 13, "result": [2, 3, 4, 5, 7, 9, 10, 12, 13, 14, 15, 19, 29], "retain": 29, "retent": 29, "rethink": 7, "retir": 31, "retriev": [5, 6, 31, 36, 37], "retroact": 29, "return": [31, 37], "reus": [7, 35], "review": [3, 4, 7, 10, 19, 36], "revis": 29, "rfc": 4, "rgfe2syz7n0y_xhrh6falxc0nkz5wa_eejaikjyqpvqtfxxqrtreu3xf25gcdfqp": 6, "rich": 4, "richard": 31, "richer": 4, "right": [4, 5], "rinehart": 35, "rip": 13, "risk": [7, 10], "rmdni3ippg7z48bntyrrf": 2, "robert": [27, 31], "robust": 7, "rod": 31, "role": [0, 2, 4, 6, 32], "room": [4, 32], "routin": [2, 7], "row": [29, 32], "rudersdorf": 2, "rule": [5, 6, 7, 29, 32], "ruler": 5, "run": [2, 4, 5, 7, 8, 13, 15, 35], "sa": 31, "safe": 29, "sai": 29, "sale": 13, "salient": 5, "same": 5, "sampl": [5, 13, 32], "sara": 29, "sarah": 31, "satisfi": 31, "save": 37, "sawyer": 32, "scaffold": 4, "scalabl": 3, "scale": [3, 5], "scan": [24, 37], "schedul": [16, 17], "schema": [2, 4, 13], "scheme": 15, "schneider": [2, 26], "scholarli": [4, 10], "scholcomm": 10, "scienc": [0, 2, 5, 7, 10, 13, 14, 15, 35], "scientif": [4, 5, 13], "sconj": 31, "scope": [2, 3, 13], "score": 5, "scrape": 13, "script": [15, 27, 29], "search": [3, 4, 5, 13, 31, 37], "second": [2, 15, 30], "secondari": [2, 15], "secondli": 25, "section": [2, 9], "see": [2, 3, 4, 6, 11, 15], "seed": 4, "seen": 5, "segment": [2, 7], "select": [13, 15, 36], "self": [3, 10, 15], "sello": 31, "semant": 13, "semh": 14, "semi": [14, 29], "send": [9, 11], "sens": 4, "sensit": 13, "sentiment": 10, "separ": 13, "sequenti": 7, "seri": 32, "serial": 29, "seriou": 19, "serv": [7, 11], "server": [25, 35], "servic": [2, 3, 4, 9, 25, 29, 36], "service_ti": 32, "session": [0, 3, 6, 8, 15, 21], "set": [2, 3, 4, 8, 10, 15, 29, 31, 32], "setup": 7, "setuptool": 31, "sh2008116997": 31, "shaluzamax": 31, "shape": 4, "share": [0, 2, 4, 6, 7, 8, 10, 15, 29], "sharepoint": 15, "she": 13, "sheet": [13, 29, 32], "shex": 4, "ship": 32, "shop": 31, "short": 31, "shorter": 2, "should": [6, 13, 32, 35], "show": [2, 4, 32], "showcas": 25, "side": [10, 25], "sidecar": 24, "signific": [3, 22], "silm": 15, "sim1": 5, "sim2": 5, "similar": [2, 5, 13, 22, 29, 32, 36], "similarli": 13, "simn": 5, "simonwillison": [22, 25], "simpl": [3, 21, 29, 35], "simplifi": 32, "singl": 3, "sinopia": 7, "sip": [2, 3, 8, 9, 10], "sipho": 31, "site": [8, 13, 22, 31], "situada": 32, "situat": 13, "size": [5, 13, 29], "slack": [8, 24], "slaveri": 31, "slowli": 29, "sm": 31, "small": [2, 3, 6, 29], "smart": 31, "smarter": 7, "smithsonian": [4, 8, 13], "snippet": [5, 32], "so": [2, 5, 15, 32], "soa": 2, "social": [10, 35], "softwar": [2, 4, 38], "soledad": 32, "solitud": 32, "solut": 13, "solv": 29, "some": [2, 4, 5, 7, 10, 13, 29, 32, 35], "someth": 5, "somewhat": 6, "somewher": [7, 12], "sonja": 21, "soon": 15, "sophist": [5, 15, 31], "sorri": 35, "sort": [5, 10], "sourc": [0, 4, 5, 7, 15, 19, 32, 35, 38], "south": 31, "southern": 35, "spa": 32, "spacci": 5, "space": [2, 4], "spaci": [2, 5, 6, 7, 31, 38], "span": 13, "spanish_marc_record": 32, "sparql": 4, "spars": 4, "speak": [4, 13, 29], "speaker": [13, 16, 17], "spec008lang": 31, "spec508": 31, "spec511": 31, "spec520": 31, "spec7xx": 31, "speci": [7, 8], "special": [4, 10, 29], "specif": [2, 4, 25, 29, 32, 35], "specifi": 4, "speech": 5, "spell": 2, "spitzer": [3, 4], "spoc": 8, "sponsorship": 3, "spot": 7, "srsly": 31, "srv": 31, "stack": 5, "staff": [29, 37], "stakehold": 7, "stand": 2, "standalon": 13, "standard": [4, 7, 10, 15, 29, 32], "standord": 7, "stanford": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "star": 11, "start": [8, 15, 29, 31], "state": [2, 15, 21, 35, 38], "statement": [4, 29, 32], "static": [8, 22], "station": 7, "statist": [2, 6, 15, 29], "statu": [36, 37], "steer": 7, "step": [2, 4, 7, 10, 29, 32], "stewart": 31, "still": [7, 19], "stochast": 13, "stock": 31, "stoke": 10, "stop": [6, 11, 32], "storag": 29, "store": 4, "stori": [31, 32, 35], "straightforward": 4, "strang": 35, "strateg": 10, "streamlit": 2, "street": 31, "streetwis": 31, "string": [4, 29, 35], "stroucken": 31, "structur": [2, 4, 7, 9, 13, 15, 29], "struggl": [6, 29], "student": [7, 10], "studi": [5, 15], "stuff": 15, "style": [13, 29, 31], "su": 32, "sub": 2, "subfield": [29, 32], "subject": [2, 3, 5, 7, 10, 29, 31, 32, 35], "subjecttypeid": 35, "submit": 23, "subset": 4, "subtitl": [32, 35], "succeed": 19, "success": [5, 13, 29, 31], "successfulli": 31, "sudamericana": 32, "suffici": 5, "suffix": 5, "suggest": [2, 4, 9, 36], "sul": [8, 22], "summari": [4, 5, 14, 32], "super": 2, "supervis": 7, "support": [4, 9, 13, 15], "sure": [13, 32, 35, 36], "surround": 4, "survei": [8, 9, 10, 11, 12, 14], "susan": 15, "swc": 9, "swiss": 29, "switch": [4, 6], "syllabi": 15, "syllabu": 15, "symbol": 38, "syntax": 6, "synthes": 15, "system": [3, 4, 13, 32, 35, 36], "system_fingerprint": 32, "systemat": 13, "t": [2, 3, 4, 5, 6, 7, 11, 13, 16, 17, 19, 29, 31, 32], "tab": 5, "tabl": [4, 5, 15], "tabular": [4, 5], "tacl_a_00041": 13, "tag": [7, 10, 32], "tagger": 5, "tailor": 25, "take": [4, 5, 13, 29, 35], "taken": 4, "tale": 31, "talk": [4, 9, 25, 29], "tamu": 15, "tap": [2, 3, 8, 9, 10], "target": [5, 29], "task": [2, 6, 25, 29, 38], "taught": 13, "taxa": 7, "taxonomi": 6, "taylor": 29, "teach": 29, "team": [7, 10], "tech": [6, 29], "techniqu": [8, 13, 15], "technologi": [0, 4, 13, 22], "technologist": 13, "techpolicylab": 13, "tei": 7, "telephon": [2, 3, 8, 9, 10], "tell": [3, 29, 31], "templat": [7, 29], "tenant": 35, "tend": 4, "tennesse": 27, "tension": [13, 35], "tensorflow": 38, "term": [4, 7, 15, 32], "terminusdb": 24, "test": [2, 4, 5, 13, 29], "texa": [2, 3, 4, 5, 6, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "texract": 15, "text": [2, 5, 7, 10, 11, 13, 15, 19, 31, 35], "textual": 5, "than": [2, 4, 5, 7], "thank": 36, "thecaglereport": 21, "thei": [2, 4, 5, 13, 32], "them": [7, 13, 32, 35, 36], "themselv": [13, 29], "theori": 15, "therefor": 5, "theses": [2, 7], "thi": [2, 3, 4, 7, 8, 9, 10, 11, 13, 25, 29, 32], "thiel": 21, "thinc": 31, "thing": [2, 29], "think": [2, 4, 13], "third": [4, 9], "thompson": [2, 3, 4, 5, 6, 7, 8, 9, 21, 24, 25, 26, 28, 29], "thornton": [3, 4], "thoroughli": 4, "those": 4, "thought": [3, 5, 10], "thousand": 6, "thread": [13, 29], "three": [13, 25], "througal": 4, "through": [4, 7, 13, 15, 25, 29, 32], "thu": 13, "ti": 4, "tier": [15, 29], "til": [22, 25], "tim": [2, 3, 4, 5, 6, 7, 8, 9, 21, 24, 25, 26, 28, 29], "timathom": 8, "time": [2, 3, 4, 5, 7, 8, 9, 10, 13, 15, 18, 29, 32], "titl": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 35], "tn7g4mpwqrjjosp_": 6, "toc": 2, "todai": [6, 7], "token": [2, 5, 6, 31], "tokenis": 5, "toll": [2, 3, 8, 9, 10], "tom": 32, "too": [4, 13], "tool": [2, 3, 4, 5, 7, 8, 10, 15, 19, 25, 29, 35], "tool_cal": 32, "topic": [4, 5, 6, 7, 9, 10, 11, 23, 32], "torch": 38, "total_token": 32, "touch": 31, "toward": [10, 13], "town": 35, "tqdm": 31, "traceback": [31, 32, 33], "track": 6, "trade": [4, 31], "train": [2, 3, 4, 5, 6, 7, 10, 11, 13, 19, 29, 38], "transact": [13, 32], "transform": [2, 7, 25], "translat": [4, 29], "transpar": [3, 4, 13], "travel": 13, "treat": [7, 29], "tree": 5, "tri": 2, "trick": 21, "tricki": 4, "tripl": [5, 13], "trizna": [4, 13], "true": 35, "truncat": 15, "trust": 2, "try": [5, 7, 29], "tt030": 2, "tuesdai": [2, 30], "tune": 2, "turn": [14, 29], "tutori": 9, "twain": 32, "twenti": 31, "twice": 29, "two": [11, 13, 15, 29, 32, 39], "txt": 35, "type": [4, 5, 6, 10, 13, 15, 31, 32, 35], "typer": 31, "typic": [30, 32], "u": [2, 3, 6, 7, 8, 9, 10, 32, 35], "ucla": 2, "ucop": 28, "ui": [7, 33], "uk": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "ultim": [13, 29], "unclassifi": 5, "unclear": 13, "under": [3, 38], "undergradu": 10, "underneath": 24, "understand": [3, 7, 10], "undu": 2, "unequ": 29, "uneven": 4, "uniform": [29, 32], "uniqu": [7, 13, 19, 32, 35], "unit": 31, "univ": [4, 5, 6], "univers": [2, 5, 10, 11, 12, 13, 14, 15, 21, 23, 25, 29], "univi": [3, 4], "unstopp": 11, "unstructur": [4, 31], "unsupervis": 7, "up": [2, 3, 4, 8, 9, 12, 13, 18, 27, 29, 31], "updat": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 27, 35, 36, 37], "upload": [13, 15, 29, 37], "uptak": 13, "uri": [5, 35], "url": [5, 15, 32, 35], "urllib3": 31, "us": [2, 3, 4, 5, 6, 7, 8, 10, 14, 15, 18, 19, 21, 24, 25, 27, 29, 31, 32, 38], "usag": 32, "usc": 2, "user": [4, 5, 8, 13, 25, 32, 37], "usernam": 9, "usp": 29, "usual": 4, "util": 25, "uva": 2, "uw": 13, "ux": 10, "v": [3, 6, 10, 13, 32], "v2": [6, 14], "v948": 35, "valid": [10, 13, 19, 35], "valu": [5, 7, 13, 32, 35], "valueerror": 31, "vandal": 15, "vari": [7, 32], "variabl": [4, 29], "varieti": 15, "variou": 2, "vasserman": [3, 4], "vaxnn3yrhba": 13, "vd": 31, "vdrama": 31, "vec": 24, "vector": [5, 24], "vendor": 11, "verb": [5, 6, 10, 15, 31], "verhoeff": 4, "veri": [4, 5, 29], "verif": 7, "verifi": [7, 36], "vers": [13, 31], "version": [4, 10, 13, 35], "vfiction": 32, "vi": [6, 10], "via": [2, 7, 15, 31], "viaf": 5, "victor": 9, "video": 13, "videodisc": 31, "videorecord": 31, "view": [2, 3, 4], "viewer": 15, "vii": [6, 10], "viii": 6, "villanuev": 8, "villanueva": 8, "violat": [4, 13], "vision": 38, "visual": [4, 15, 37], "vleng": 31, "vocab": 6, "vocabulari": 5, "voic": 29, "volum": [4, 29], "vonnegut": 35, "voyag": 32, "vr": 4, "w8vzefv2bdrxlwpxnrucjoz3fau": 2, "wa": [2, 4, 7, 13, 15, 29, 31, 35], "wai": [0, 5, 7, 8, 29], "walden": 5, "want": [2, 4, 13, 29], "warpper": 5, "wasabi": 31, "washington": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "watch": [4, 13], "wayn": 26, "we": [2, 4, 5, 7, 8, 9, 11, 13, 16, 17, 25, 29], "web": [4, 13, 25, 29, 31], "websit": [9, 35], "week": [2, 3, 4, 7, 11], "well": [6, 13, 15, 16, 17], "were": [2, 7, 15, 35], "west": 7, "western": 6, "wg": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "wh": 13, "whale": 32, "what": [2, 3, 4, 5, 6, 7, 10, 11, 15, 29, 31], "when": [5, 6, 29], "where": [5, 10, 32], "which": [0, 5, 7, 32, 35], "white": [2, 4, 32], "whitmir": 7, "whl": 31, "who": [4, 5, 13, 31, 32, 35], "whole": 31, "whose": 5, "why": [4, 5, 7, 13], "wide": 4, "widespread": 13, "wikibas": 4, "wikidata": [2, 3, 4, 5, 7], "wikipedia": [4, 7], "wikiproject": [2, 4], "william": 19, "wilson": [3, 4], "winston": 35, "wit": 25, "within": [13, 15, 25], "without": [2, 4, 5, 10], "women": 35, "won": [4, 31], "wonder": 5, "word": [5, 6, 10, 15, 29], "word2vec": 10, "work": [2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 18, 21, 24, 25, 29, 30, 32], "work_of_art": 31, "worker": 21, "workflow": [2, 4, 8, 14, 15, 19, 25, 36], "worksheet": 13, "workshop": [13, 14], "world": 4, "worm": 7, "worri": 5, "wors": 29, "would": [4, 5, 6, 8, 15, 19, 29, 32, 35], "wouldn": [13, 31], "woymc8o5rqa63tyckwzuuken9_s95wmfid7y0rndriinj_bufmyeab8kqzilyhza": 7, "wp": 13, "write": [4, 9, 12, 13, 29], "writer": 31, "written": [4, 5, 35], "wrlc": [27, 28, 29], "wrong": [13, 29], "wu": [3, 4], "www": [5, 6, 13, 32, 35, 38], "x": [6, 32, 35], "x64": 31, "xcomp": 31, "xi": 6, "xii": 6, "xiii": 6, "xiv": 6, "xml": 7, "xpath": 6, "xslt": 27, "xx": 32, "xxu": 32, "y": [32, 35], "yale": [2, 3, 4, 5, 6, 7, 8, 9, 21, 24, 25, 26, 28, 29, 31], "ye": [4, 7, 15], "year": [4, 5, 7, 16, 17, 25, 27, 29, 31, 32], "yelton": 7, "yet": 7, "yield": 10, "york": 35, "you": [4, 5, 6, 9, 13, 29, 31, 32, 35], "young": 35, "younger": 4, "your": [3, 6, 9, 13, 25, 32, 35], "yourfil": 32, "youtub": 13, "z": 32, "zaldivar": [3, 4], "zealand": 10, "zip": 15, "zipp": 31, "zone": 29, "zoom": [2, 3, 6, 7, 8, 9, 10], "zoomcrc": [2, 3, 8, 9, 10], "zotero": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, "titles": ["AI4LAM Metadata Working Group", "Bibliography", "January 12, 2021", "February 9, 2021", "March 9, 2021", "April 13, 2021", "May 11, 2021", "June 08, 2021", "September 14, 2021", "October 12, 2021", "November 9, 2021", "January 11, 2022", "March 8, 2022", "April 12, 2022", "July 12, 2022", "September 13, 2022", "October 11, 2022", "December 13, 2022", "January 10, 2023", "February 14, 2023", "March 13, 2023", "April 11, 2023", "May 9, 2023", "July 11, 2023", "September 12, 2023", "October 10, 2023", "November 13, 2023", "January 9, 2024", "February 13, 2024", "March 12, 2024", "Monthly Meetings", "AI4LAM Metadata Working Group", "<no title>", "Hackathon using Linked Data with quick statements in wikidata", "Projects", "Catalog a FOLIO JSON Instance for the book Pride and Prejudice by Jane Austin", "ChatGPT-based Use Case", "FOLIO ML Use Case - Checkout Fast Add Record", "Tools for Machine Learning and Artificial Intelligence", "Courses, Training, and Learning Resources"], "titleterms": {"08": 7, "10": [18, 25], "11": [6, 11, 16, 21, 23, 31], "12": [2, 9, 13, 14, 24, 29], "13": [5, 15, 17, 20, 26, 28], "14": [8, 19], "2021": [2, 3, 4, 5, 6, 7, 8, 9, 10, 31], "2022": [11, 12, 13, 14, 15, 16, 17], "2023": [18, 19, 20, 21, 22, 23, 24, 25, 26], "2024": [27, 28, 29], "42": 35, "456677": 35, "66014582": 35, "8": 12, "9": [3, 4, 10, 22, 27], "about": 13, "abov": 35, "access": 13, "action": [2, 3], "add": 37, "again": 35, "agenda": [2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "ai": 13, "ai4lam": [0, 31], "all": 13, "along": 13, "appli": 13, "approach": 13, "approch": 31, "april": [5, 13, 21], "ar": 13, "artifici": 38, "aspect": 13, "austin": 35, "base": 36, "bibliograph": 13, "bibliographi": 1, "big": 13, "book": 35, "broader": 13, "c": 13, "case": [36, 37], "catalog": 35, "chatgpt": 36, "checkout": 37, "com": 35, "convert": 35, "could": 13, "cours": [13, 39], "data": [2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33], "dataset": 13, "decemb": 17, "document": [2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "done": 13, "edu": 35, "endpoint": 35, "entiti": 31, "exist": 13, "fair": 13, "fast": 37, "februari": [3, 19, 28], "fill": 13, "folio": [35, 37], "framework": 38, "free": 39, "gener": 35, "githubusercont": 35, "good": 13, "gov": 35, "group": [0, 31], "hackathon": 33, "hard": 13, "have": 13, "head": [6, 9], "help": [12, 13, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "how": 13, "http": 35, "i": 13, "implement": 13, "instanc": 35, "institut": 13, "intellig": 38, "interest": 13, "internet": 13, "inventori": 35, "item": [2, 3], "jane": 35, "januari": [2, 11, 18, 27], "json": 35, "juli": [14, 23], "june": 7, "lab": 13, "lam": 13, "languag": 38, "lccn": 35, "learn": [38, 39], "legal": 13, "level": 13, "licens": 13, "like": 13, "limit": 13, "link": [12, 13, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33], "loc": 35, "lot": 13, "machin": 38, "mai": [6, 22, 31], "manag": 13, "march": [4, 12, 20, 29], "marcxml": 35, "master": 35, "match": 31, "meet": [0, 2, 3, 30], "metadata": [0, 13, 31], "misappli": 13, "ml": 37, "mod": 35, "model": 13, "monthli": 30, "more": 13, "much": 13, "natur": 38, "new": 35, "nlp": 38, "note": [2, 3], "notebook": 0, "novemb": [10, 26], "now": 35, "obvious": 13, "octob": [9, 16, 25], "okapi": 35, "open": 13, "org": 35, "paper": 13, "pictur": 13, "plan": 13, "polici": 13, "post": 35, "prejudic": 35, "pride": 35, "principl": 13, "process": 38, "project": [0, 2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 34], "prompt": [35, 36], "pyramid": 35, "question": 13, "quick": 33, "raml": 35, "raw": 35, "record": [35, 37], "repositori": 13, "research": 13, "resourc": 39, "respons": [35, 36], "same": 13, "schema": 35, "septemb": [8, 15, 24], "set": 13, "singl": 13, "sociologi": 13, "someth": 13, "sourc": 13, "stanford": 35, "statement": [13, 33], "student": 13, "tech": 13, "thi": 35, "thing": 13, "token": 35, "tool": [13, 38], "topic": [2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "train": 39, "u": 13, "us": [13, 33, 35, 36, 37], "usabl": 13, "valuabl": 13, "veri": 13, "wai": 13, "what": 13, "while": 13, "wide": 13, "wikidata": 33, "wink": 35, "wonder": 13, "work": [0, 31], "would": 13}}) \ No newline at end of file +Search.setIndex({"alltitles": {"": [[2, "id1"], [3, "id1"], [8, "id1"], [14, "id1"], [15, "id1"], [16, "id1"], [17, "id1"], [18, "id1"]], "11 May 2021": [[31, "may-2021"]], "<<<<<<< HEAD": [[6, "head"], [9, "head"]], "AI4LAM Metadata Working Group": [[0, null], [31, null]], "Action Items": [[2, "action-items"], [3, "action-items"]], "Agenda": [[22, "agenda"], [23, "agenda"], [24, "agenda"], [25, "agenda"], [26, "agenda"], [27, "agenda"], [28, "agenda"], [29, "agenda"]], "Agenda Topics": [[2, "agenda-topics"], [3, "agenda-topics"], [8, "agenda-topics"], [12, "agenda-topics"], [13, "agenda-topics"], [14, "agenda-topics"], [15, "agenda-topics"], [16, "agenda-topics"], [17, "agenda-topics"], [18, "agenda-topics"], [19, "agenda-topics"], [20, "agenda-topics"], [21, "agenda-topics"]], "Approches for Entity Matching": [[31, "approches-for-entity-matching"]], "April 11, 2023": [[21, null]], "April 12, 2022": [[13, null]], "April 13, 2021": [[5, null]], "Bibliography": [[1, null]], "Catalog a FOLIO JSON Instance for the book Pride and Prejudice by Jane Austin": [[35, null]], "Catalog a new book \u201c42 Winks in a Pyramid\u201d using the JSON Instance schema above": [[35, "catalog-a-new-book-42-winks-in-a-pyramid-using-the-json-instance-schema-above"]], "ChatGPT-based Use Case": [[36, null]], "Convert this MARCXML record https://lccn.loc.gov/66014582/marcxml into FOLIO Instance JSON record": [[35, "convert-this-marcxml-record-https-lccn-loc-gov-66014582-marcxml-into-folio-instance-json-record"]], "Courses, Training, and Learning Resources": [[39, null]], "December 13, 2022": [[17, null]], "FOLIO ML Use Case - Checkout Fast Add Record": [[37, null]], "February 13, 2024": [[28, null]], "February 14, 2023": [[19, null]], "February 9, 2021": [[3, null]], "Frameworks": [[38, "frameworks"]], "Free Courses": [[39, "free-courses"]], "Generate the FOLIO Instance record again using this JSON schema https://raw.githubusercontent.com/folio-org/mod-inventory/master/ramls/instance.json": [[35, "generate-the-folio-instance-record-again-using-this-json-schema-https-raw-githubusercontent-com-folio-org-mod-inventory-master-ramls-instance-json"]], "Hackathon using Linked Data with quick statements in wikidata": [[33, null]], "Helpful Links": [[12, "helpful-links"], [13, "helpful-links"], [19, "helpful-links"], [20, "helpful-links"], [21, "helpful-links"], [22, "helpful-links"], [23, "helpful-links"], [24, "helpful-links"], [25, "helpful-links"], [26, "helpful-links"], [27, "helpful-links"], [28, "helpful-links"], [29, "helpful-links"]], "January 10, 2023": [[18, null]], "January 11, 2022": [[11, null]], "January 12, 2021": [[2, null]], "January 9, 2024": [[27, null]], "July 11, 2023": [[23, null]], "July 12, 2022": [[14, null]], "June 08, 2021": [[7, null]], "March 12, 2024": [[29, null]], "March 13, 2023": [[20, null]], "March 8, 2022": [[12, null]], "March 9, 2021": [[4, null]], "May 11, 2021": [[6, null]], "May 9, 2023": [[22, null]], "Meeting Notes": [[2, "meeting-notes"], [3, "meeting-notes"]], "Meetings, Projects, and Notebooks": [[0, "meetings-projects-and-notebooks"]], "Monthly Meetings": [[30, null]], "Natural Language Processing (NLP)": [[38, "natural-language-processing-nlp"]], "November 13, 2023": [[26, null]], "November 9, 2021": [[10, null]], "Now, post this Instance JSON to the Okapi endpoint https://stanford.edu/catalog/ with a token 456677": [[35, "now-post-this-instance-json-to-the-okapi-endpoint-https-stanford-edu-catalog-with-a-token-456677"]], "October 10, 2023": [[25, null]], "October 11, 2022": [[16, null]], "October 12, 2021": [[9, null]], "Project Documents and Data": [[2, "project-documents-and-data"], [3, "project-documents-and-data"], [8, "project-documents-and-data"], [12, "project-documents-and-data"], [13, "project-documents-and-data"], [14, "project-documents-and-data"], [15, "project-documents-and-data"], [16, "project-documents-and-data"], [17, "project-documents-and-data"], [18, "project-documents-and-data"], [19, "project-documents-and-data"], [20, "project-documents-and-data"], [21, "project-documents-and-data"], [22, "project-documents-and-data"], [23, "project-documents-and-data"], [24, "project-documents-and-data"], [25, "project-documents-and-data"], [26, "project-documents-and-data"], [27, "project-documents-and-data"], [28, "project-documents-and-data"], [29, "project-documents-and-data"]], "Projects": [[34, null]], "Prompt": [[35, "prompt"], [36, "prompt"]], "Question: About Datasets that have existed for a while?": [[13, "question-about-datasets-that-have-existed-for-a-while"]], "Question: Along the FAIR principles, big models a lot of data (like all of the Internet) limit usability of Data Statements?": [[13, "question-along-the-fair-principles-big-models-a-lot-of-data-like-all-of-the-internet-limit-usability-of-data-statements"]], "Question: Course link, what is the level of interest? Wonder AI and how it is misapplied, how much CS students sociology research that is very valuable and apply": [[13, "question-course-link-what-is-the-level-of-interest-wonder-ai-and-how-it-is-misapplied-how-much-cs-students-sociology-research-that-is-very-valuable-and-apply"]], "Question: Data Statements for documenting data sets, is there a project using Data Statements for bibliographic data?": [[13, "question-data-statements-for-documenting-data-sets-is-there-a-project-using-data-statements-for-bibliographic-data"]], "Question: FAIR principles for Data Statements?": [[13, "question-fair-principles-for-data-statements"]], "Question: Fill us in the broader picture of the tech policy lab?": [[13, "question-fill-us-in-the-broader-picture-of-the-tech-policy-lab"]], "Question: LAM use of these tools?": [[13, "question-lam-use-of-these-tools"]], "Question: Legal aspects of Data Statements like Open Source licenses, could something be done the same way?": [[13, "question-legal-aspects-of-data-statements-like-open-source-licenses-could-something-be-done-the-same-way"]], "Question: Metadata as Dataset": [[13, "question-metadata-as-dataset"]], "Question: Open Access for Papers and Management Plans, things that are obviously good but hard for institutions, would Data Statements approach for Data Statements more widely implemented?": [[13, "question-open-access-for-papers-and-management-plans-things-that-are-obviously-good-but-hard-for-institutions-would-data-statements-approach-for-data-statements-more-widely-implemented"]], "Question: Use of a single Data Statement Repository?": [[13, "question-use-of-a-single-data-statement-repository"]], "Response": [[35, "response"], [36, "response"]], "September 12, 2023": [[24, null]], "September 13, 2022": [[15, null]], "September 14, 2021": [[8, null]], "Tools for Machine Learning and Artificial Intelligence": [[38, null]]}, "docnames": ["README", "bibliography", "meetings/2021-01-12", "meetings/2021-02-09", "meetings/2021-03-09", "meetings/2021-04-13", "meetings/2021-05-11", "meetings/2021-06-08", "meetings/2021-09-14", "meetings/2021-10-12", "meetings/2021-11-09", "meetings/2022-01-11", "meetings/2022-03-08", "meetings/2022-04-12", "meetings/2022-07-12", "meetings/2022-09-13", "meetings/2022-10-11", "meetings/2022-12-13", "meetings/2023-01-10", "meetings/2023-02-14", "meetings/2023-03-13", "meetings/2023-04-11", "meetings/2023-05-09", "meetings/2023-07-11", "meetings/2023-09-12", "meetings/2023-10-10", "meetings/2023-11-13", "meetings/2024-01-09", "meetings/2024-02-13", "meetings/2024-03-12", "meetings/about", "notebooks/2021-05-11", "notebooks/2024-11-12", "notebooks/2024-12-10", "projects/about", "projects/folio-ml-use-cases/catalog-chat-gpt", "projects/folio-ml-use-cases/check-out-chat-gpt", "projects/folio-ml-use-cases/check-out-fast-add", "tools/about", "training/about"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9}, "filenames": ["README.md", "bibliography.md", "meetings/2021-01-12.md", "meetings/2021-02-09.md", "meetings/2021-03-09.md", "meetings/2021-04-13.md", "meetings/2021-05-11.md", "meetings/2021-06-08.md", "meetings/2021-09-14.md", "meetings/2021-10-12.md", "meetings/2021-11-09.md", "meetings/2022-01-11.md", "meetings/2022-03-08.md", "meetings/2022-04-12.md", "meetings/2022-07-12.md", "meetings/2022-09-13.md", "meetings/2022-10-11.md", "meetings/2022-12-13.md", "meetings/2023-01-10.md", "meetings/2023-02-14.md", "meetings/2023-03-13.md", "meetings/2023-04-11.md", "meetings/2023-05-09.md", "meetings/2023-07-11.md", "meetings/2023-09-12.md", "meetings/2023-10-10.md", "meetings/2023-11-13.md", "meetings/2024-01-09.md", "meetings/2024-02-13.md", "meetings/2024-03-12.md", "meetings/about.md", "notebooks/2021-05-11.ipynb", "notebooks/2024-11-12.ipynb", "notebooks/2024-12-10.ipynb", "projects/about.md", "projects/folio-ml-use-cases/catalog-chat-gpt.md", "projects/folio-ml-use-cases/check-out-chat-gpt.md", "projects/folio-ml-use-cases/check-out-fast-add.md", "tools/about.md", "training/about.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 2, 3, 4, 5, 6, 7, 10, 14, 15, 16, 17, 19, 25, 29, 31, 32, 33, 35, 36, 37, 38], "0": [10, 13, 29, 31, 32, 33, 35], "00": [31, 32, 33], "000": [4, 32, 35], "000000001": 32, "00000667018": 35, "00000cam": 32, "00000nam": 32, "0004": 31, "001": [31, 32], "003": 32, "005": [31, 32], "00669cam": 35, "007": 31, "008": [31, 32], "00904v3": 6, "00t00": 33, "00z": 33, "01": 31, "010": [32, 35], "01196cam": 32, "0141439513": 35, "01639374": 10, "019": 32, "02": 31, "020": [32, 35], "02369cgm": 31, "028": 31, "02bcee4a": 35, "03": 21, "035": [31, 32], "03993": 2, "03b8d731": 35, "040": [31, 32], "041": 32, "043": 31, "0446310786": 35, "049": 32, "050": 31, "055": 4, "06": [5, 32], "061025p20011998sa": 31, "079": 31, "08": 32, "080": 32, "08758": 13, "0http": 31, "0m": 31, "1": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 29, 31, 32, 33, 35], "10": [2, 3, 4, 5, 8, 10, 13, 15, 31, 32, 33, 35], "100": [2, 5, 7, 29, 32, 35], "1000": [5, 10], "100k": 29, "101": 3, "10130": 21, "105": 33, "1080": 10, "109": 33, "11": [4, 8, 13, 15, 19, 20, 22, 24, 25, 26, 27, 28, 29, 33], "1145": [3, 4, 13], "1162": 13, "12": [3, 4, 5, 6, 7, 8, 10, 12, 15, 16, 17, 18, 31, 33], "120": 33, "1209": 33, "1217": 33, "122": 31, "12345678": 32, "123456789": 32, "1297": 10, "12pm": 2, "13": [31, 33], "130": 33, "1342": 35, "14": [15, 32], "149": 33, "15": [2, 3, 15, 29, 31], "1536": [2, 3, 8, 9, 10], "16": [15, 21], "160725s2016": 32, "16507249799": [2, 3, 8, 9, 10], "166": 33, "17": [15, 31], "1731428228": 32, "18": [5, 15], "1810": 2, "1813": 35, "1818": 32, "18333021536": [2, 3, 8, 9, 10], "1850": 13, "1851": 32, "1876": 32, "1891": 32, "19": [15, 29, 33, 35], "1927": 32, "1946": 7, "195": 33, "1950": 13, "1960": 35, "1966": 35, "1967": 32, "1980": 33, "1982": 32, "1988": 33, "1991": 33, "1995": [33, 35], "1996": 33, "1997": 10, "1998": [31, 33], "1998281": 10, "1999": 33, "1a6uksvv7kpg1ozvorbwv14m9d9y6rbwiwp7ohs3ibti": 10, "1amgrqef": [9, 10, 11], "1e4jemoguxxvylvpesywniw8m7bzgpv2slqfcxdgtsd8": 29, "1uxmb0v12djoqaukduvh0zc99mo0nve3pg5cys7v_bl0": 14, "2": [2, 4, 5, 6, 7, 8, 9, 10, 11, 13, 31, 32, 33, 35, 39], "20": [2, 4, 10, 15, 29, 31], "200": [10, 29, 33], "2000": 33, "20050916112450": 35, "200k": 29, "2010": 6, "20110303202209": 31, "2012": 33, "2013": 33, "2014": 32, "2016": [4, 32], "2017": [3, 4, 13, 31], "2018": 13, "2019": [3, 4], "2020": [13, 31], "2021": 13, "2021_575": 13, "2022": 35, "2023": [16, 17], "20230925021221": 32, "20231010123000": 32, "20231012120000": 32, "20231025120000": 32, "2024": [32, 33], "208": 33, "20e7": 35, "21": [15, 31, 32], "210": 33, "2104": [2, 3, 8, 9, 10, 13], "22": [15, 31, 35], "220": [3, 4], "2200000": 32, "229": [3, 4], "23": [15, 31], "2303": 21, "231010s1851": 32, "231012s2023": 32, "235": 33, "24": [15, 31, 32], "240": 32, "245": [31, 32], "246": [31, 32], "25": [3, 15, 29, 31], "250": 32, "25hrequir": 31, "26": [15, 31, 32], "260": [31, 32], "27": [15, 31], "28": [15, 31, 32], "287": 5, "29": 15, "295": 35, "2c91809b7fda5a1c017fda5cfa790005": 35, "2c91809b7fda5a1c017fda5cfbcf0003": 35, "2c91809b7fda5a1c017fda5cfc320008": 35, "2c91809b7fda5a1c017fda5cfc960013": 35, "2c91809b7fda5a1c017fda5d0ed8000c": 35, "2m": 31, "2nd": 2, "2rdacarri": 32, "2rdacont": 32, "2rdamedia": 32, "3": [4, 5, 6, 8, 9, 11, 31, 32, 33], "30": [3, 4, 10, 15, 31, 32, 33], "300": [4, 31, 32], "300k": 29, "302": [2, 3, 8, 9, 10], "303": 31, "304": 31, "305": 31, "306": 31, "306295": [2, 3, 8, 9, 10], "307": 31, "308": 31, "31": 15, "310": 31, "32": 15, "3287560": [3, 4], "3287596": [3, 4], "33": 15, "336": 32, "337": 32, "338": 32, "34": [15, 31], "3442188": 13, "3445922": 13, "345": 33, "35": [15, 31], "36": [15, 31], "367": 33, "37": [15, 31], "373": 33, "377": 33, "37f56413c8f7": 35, "38": [15, 31], "387788": 5, "388": 33, "39": 15, "3contributor": 32, "3publish": 32, "4": [2, 4, 5, 8, 10, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33], "40": [4, 15, 31], "400": 4, "40f6": 35, "415b": 35, "42": [31, 32], "42wink": 35, "4393": [2, 3, 8, 9, 10], "45": 31, "4500": [31, 32, 35], "4533356": 35, "4616": 35, "46af": 35, "47": 33, "471": 32, "472": 32, "49": 31, "490": 32, "496": 32, "4o": [32, 33], "5": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33], "50": [10, 29, 33], "500": [4, 31, 32], "502720": 5, "504": 32, "508": [6, 31], "511": [6, 31], "518": 32, "520": [31, 32], "538": 31, "54": 33, "583": 29, "587": 13, "59": 5, "5l": 8, "5pm": 2, "6": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 31, 32, 33], "60": 31, "600": 32, "604": 13, "6312d172": 35, "635": 32, "650": [2, 3, 8, 9, 10, 32], "651": 31, "6brgw7qvrat8v86ncvo": [9, 10, 11], "6pm": 2, "7": [8, 31, 33, 35], "70": [10, 33], "700": [31, 32], "710": 32, "711013t19661952nyu": 35, "724": [2, 3, 8, 9, 10], "749": [6, 31], "7717981": 31, "773": 33, "785": 33, "787": 31, "7k": 2, "7th": 28, "7xx": 6, "8": [8, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33], "80": [10, 29], "802d986dbf24": 35, "830": 32, "833": [2, 3, 8, 9, 10], "85": 4, "852": 32, "856": 32, "866": 29, "8f1f": 35, "8k": 10, "9": [2, 5, 6, 7, 8, 9, 12, 14, 15, 16, 17, 18, 29, 31, 33], "90": 10, "900": 4, "900k": 29, "90f3": 35, "914": [2, 3, 8, 9, 10], "91421044393": [2, 3, 8, 9, 10], "931058": [3, 4], "956a": 35, "9780307474728": 32, "9781987654321": 35, "9799": [2, 3, 8, 9, 10], "98": 13, "991001s1967": 32, "994": 32, "994235819": 32, "999379620": 32, "9am": 2, "9c0c03e": [4, 5, 6, 9], "9e8aa0267bf1": 35, "9fa8feaf332f": 35, "A": [2, 3, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 29, 33, 35, 36], "And": 2, "As": 10, "At": 7, "Be": 13, "But": [2, 7], "By": 25, "For": [4, 5, 7, 32], "If": [4, 5, 15, 19, 29, 31, 32], "In": [4, 5, 13, 16, 17, 29, 31, 32, 33], "It": [0, 13, 35, 38], "No": [15, 31, 32, 33], "Not": [4, 5, 13, 15, 29], "Of": 10, "On": [13, 29], "One": [5, 13, 32], "Or": [2, 3, 8, 9, 10, 29], "The": [0, 5, 30, 31, 32, 33, 35, 36], "These": 10, "Theses": [7, 10], "To": [32, 33, 35], "Will": [4, 8], "With": [7, 29, 31], "_": [2, 3, 33], "_a": 2, "_catalog": 3, "_exampl": 2, "_modified_open": 31, "_name": [2, 3], "_on": 3, "_to": 2, "a099347554x": 32, "a1": [5, 31], "a1234567890": 32, "a2": 5, "a200": 32, "a2200000": 32, "a22002171": 35, "a2200361mi": 32, "a2200373": 31, "a350": 32, "a4sxlblexjmmx08": [9, 10, 11], "a54": 32, "a7717981": 31, "a9780993475542": 32, "a9781234567890": 32, "a994235819": 32, "aadvd01": 31, "aadventur": 32, "aan": 32, "aaron": [27, 28, 29], "aausten": 32, "ab": [13, 21], "abiblioteca": 32, "abigail": [27, 28], "abil": 4, "abiog": 32, "abl": [7, 35], "aboston": 32, "about": [2, 4, 5, 6, 7, 8, 9, 11, 25, 29, 32, 35], "abov": [2, 29, 33], "abstract": [2, 8, 10, 13, 25, 32], "abstractin": 25, "ac": [3, 4, 5], "ac0": 32, "acceler": 19, "accepted_prediction_token": 32, "access": [0, 2, 4, 6, 7, 10, 25, 29, 32, 35], "accommod": [4, 5], "accord": 32, "account": [3, 4, 36], "accur": [10, 25], "accuraci": [10, 15], "achez": 31, "achicken": 31, "achikin": 31, "aciudad": 32, "aclanthologi": 13, "acm": [13, 35], "acolonnello": 32, "acquir": 10, "across": [4, 5, 13, 38], "action": [4, 8, 15, 33, 35], "activ": [3, 4, 8, 10, 25], "actual": [2, 13, 32, 33], "ad": [4, 5, 9, 15, 32], "adapt": 25, "add": [4, 5, 6, 9, 18, 29, 33], "addit": [2, 15, 32, 35], "addition": 35, "address": [0, 2, 7, 13], "adj": 31, "adjac": 4, "adject": 5, "adjust": [15, 32, 33, 37], "administ": 9, "ado": 32, "adopt": 13, "adp": 31, "adv": 31, "advanc": [8, 38], "advantag": [4, 13], "advcl": 31, "advd": 31, "adventur": 32, "advis": 13, "advmod": 31, "aeng": 32, "aeoecdrpd": [2, 3, 8, 9, 10], "aesta": 32, "aesthet": 33, "af": 31, "afat": 31, "afford": 13, "aficci\u00f3n": 32, "afmjlklwbkypksgp": 8, "africa": 31, "african": 31, "afrom": 31, "after": 31, "again": 29, "against": 13, "agenda": [4, 5, 6, 7, 9, 10, 11], "aggreg": 5, "agnost": 27, "ago": 5, "agre": [4, 15], "agreen": 31, "agricultur": 10, "ahab": 32, "aharrawai": 31, "ai": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 19, 24, 25, 27, 28, 29, 35, 38, 39], "ai4lam": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30], "aim": [5, 25], "ainclud": [31, 32], "aincluy": 32, "aintroduct": 32, "air": 32, "ajohannesburg": 31, "al": 13, "algorithm": [2, 3, 10], "ali": 32, "aliteratura": 32, "all": [4, 5, 7, 15, 29, 32, 33], "allegor": 32, "allevi": 13, "allow": [0, 7, 8, 15, 29], "alma": [27, 29], "alma_notes_import": 29, "alondon": 32, "along": [4, 7], "alpha": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "alreadi": [2, 13, 29, 31, 32, 33], "also": [0, 2, 4, 5, 6, 7, 13, 29, 32, 33, 35], "altern": 32, "alwai": 29, "am": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 35], "amamlambo": 31, "amanda": 7, "amato": 29, "amayor": 32, "ambigu": 7, "amedit": 32, "amelvil": 32, "american": 33, "ami": [2, 15], "amobi": 32, "amod": 31, "among": 13, "amount": [4, 5], "amp": [2, 33], "amsterdam": [4, 5, 6], "an": [2, 3, 4, 5, 6, 8, 10, 15, 18, 31, 32, 35, 38], "analysi": [10, 18], "analyt": [5, 29], "analyz": 15, "anchor": [4, 5, 6, 7, 9, 10, 11], "andrew": 28, "android": [2, 3, 8, 9, 10], "andromeda": 7, "ani": [4, 9, 13, 16, 17, 29, 31, 35], "annot": [5, 6], "announc": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "anoth": 2, "anyon": 4, "anytim": [2, 3, 8, 9, 10], "aobra": 32, "aocm55988746": 31, "aoi": 31, "aorigin": 32, "apag": 32, "aparkland": 31, "apart": 29, "api": [4, 25, 29, 33, 35], "api_kei": [32, 33], "apn1997": 31, "app": [2, 7, 29], "appear": 29, "append": 33, "appli": [0, 5, 10, 15, 29], "applic": [3, 4, 5, 7, 10, 25, 29, 32, 35, 38], "appo": 31, "appreci": [5, 7], "approach": [2, 3, 4, 5, 6, 7, 15, 36, 37], "appropri": [2, 4, 13, 32, 33, 35], "approv": [4, 15], "aprid": 32, "april": [3, 27], "aprimera": 32, "aproduc": 31, "apublish": 32, "ap\u00e9rez": 32, "ar": [2, 3, 4, 5, 7, 15, 25, 29, 31, 32, 35], "arauch": 31, "arcadio": 32, "archiv": [4, 10, 13, 15], "archiveshub": 5, "area": [2, 5, 15], "aren": [2, 4, 29], "arena": 15, "arg": 31, "argu": 13, "arl": 4, "around": [2, 3, 4, 5, 13], "arrai": 15, "art": [2, 15, 38], "articl": [3, 4, 5, 8, 9, 10, 33], "artifact": 7, "arxiv": [2, 6, 13, 21], "asea": 32, "asin": 32, "ask": [4, 5, 13, 29], "asleep": 35, "asnrgp1lbtqo96wr0hzzbya465bxp": 32, "asouth": 31, "aspa": 32, "aspir": 31, "assign": [2, 5, 7, 10, 15, 32], "assist": [3, 19, 25, 32], "assoc": 31, "associ": [0, 13, 15], "assum": [32, 33, 35], "astfa": 32, "astronomi": 10, "atari": 2, "atext": 32, "atexto": 32, "atitl": 31, "atmospher": 10, "attempt": 2, "attend": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "attende": [0, 13, 25], "attr": 31, "attribut": [2, 4], "atwain": 32, "atwo": 32, "audienc": 25, "audio": 32, "audio_token": 32, "augment": 5, "august": 14, "auktt": 32, "aunmedi": 32, "austen": [32, 35], "austin": 19, "australian": 10, "aut": 35, "authent": 35, "author": [4, 5, 31, 32, 33, 35], "author_nam": 33, "authorea": 5, "authorship": 5, "auto": [6, 8, 22], "autogpt": 22, "autom": [2, 15], "automat": [4, 19], "autoregress": 31, "autoreload": 31, "aux": 31, "avail": [2, 3, 4, 6, 7, 8, 9, 10, 13, 15, 22, 32, 36], "averag": 29, "avoid": [2, 33], "avolum": 32, "avolumen": 32, "avp": 2, "awa": 31, "awar": 4, "awhal": 32, "axx": 32, "axyz": 32, "aycock": [15, 21], "ayour": 32, "ayourlibrarycod": 32, "a\u00f1o": 32, "b": [3, 4, 6, 9, 10, 11, 13, 29, 31, 32, 35], "b11d": 35, "b2": 5, "b27d": 35, "ba70": 35, "back": [2, 5, 15, 29], "backfir": 13, "background": [4, 5, 13], "baden": 21, "bafrican": 31, "bag": 6, "balanc": 4, "barbara": 28, "barcod": [29, 37], "barn": [3, 4], "barysheva": 5, "base": [2, 3, 4, 5, 6, 7, 9, 21, 22, 32, 35, 37, 38], "bash": 32, "basi": 13, "basic": [10, 15, 32, 35], "basket": 4, "batch": 29, "baylor": 15, "bdigit": 31, "bdistribut": 31, "becaus": 7, "beditori": 32, "been": [2, 15, 25, 35], "befor": [4, 5, 7], "begin": 13, "behaviour": 33, "being": [4, 8, 32], "below": [3, 32], "bend": 11, "bender": 13, "benefit": 29, "beng": 32, "bert": [2, 4, 10], "besid": 15, "best": 13, "beth": 15, "better": [5, 7, 13, 29], "between": [4, 5, 7, 13], "beyond": [3, 13, 15, 31, 33], "bgetween": 5, "bharper": 32, "bi": [5, 15], "bia": [2, 4, 13], "bibfram": [21, 25], "bibliograph": [5, 25, 28, 32, 35], "bibliographi": 35, "bibliogr\u00e1fica": 32, "big": 3, "bigger": 13, "billion": 7, "billustr": 32, "binari": [5, 8, 32], "binder": [0, 6, 14], "bio": 2, "biodivers": 7, "biograph": 32, "biolog": 10, "bioport": 6, "bit": 2, "bizni": 31, "black": 2, "blank": 35, "bli": 31, "block": 15, "blog": [14, 22, 24], "blunder": 31, "bmayor": 32, "bn": [5, 32], "bnc": 32, "bo": 33, "bob": 29, "bodi": [7, 13], "bogu": 28, "bonu": 31, "book": [0, 2, 8, 9, 19, 21, 32, 36, 37], "bookholan": 31, "bookmark": 29, "bor": 33, "border": 7, "bot": 4, "both": [2, 7, 13, 25, 29], "boulder": [8, 15], "bow": 31, "bra": 31, "break": 29, "breakdown": 32, "breviti": 35, "bring": 11, "british": [5, 7], "broad": [4, 7], "broader": 3, "broadli": [0, 2, 13], "broke": 15, "brother": 32, "brows": [5, 15], "browser": 4, "bsd": [31, 38], "bstf": 32, "bthe": 32, "btxt": 32, "buend\u00eda": 32, "bueno": 32, "bui": [9, 29], "build": [2, 4, 5, 6, 7, 8, 15, 38, 39], "built": [7, 15], "builtin": 31, "bulki": 33, "burger": 29, "burnett": 33, "busi": 31, "button": [15, 37], "buzz": 4, "c": [3, 4, 6, 9, 10, 11, 32, 35], "c1818": 32, "c1851": 32, "c1876": 32, "c1952": 35, "c1998": 31, "c2016": 32, "c2023": 32, "c21": 32, "c23": 32, "c4": 31, "c45f9385": 35, "c464": 31, "cached_token": 32, "california": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "call": [3, 5, 6, 7, 29, 31, 32, 33], "cambridg": 33, "came": [13, 29], "campu": [10, 29], "can": [0, 2, 4, 5, 6, 7, 8, 10, 11, 13, 15, 16, 17, 19, 25, 29, 31, 32, 35, 38], "canada": [2, 3, 8, 9, 10], "cancel": [16, 17], "candid": 5, "cannot": 35, "captain": 32, "captur": 32, "car": 3, "card": [2, 3, 4, 11, 13], "care": 4, "caribbean": [2, 3, 8, 9, 10], "caron": [3, 4], "carrel": 5, "carrier": 32, "case": [4, 9, 18, 19, 25, 32], "cast": 6, "catalog": [2, 7, 8, 10, 13, 19, 25, 27, 29, 32], "catalogu": [5, 31], "categor": 5, "cater": 25, "cbc": 35, "cby": 32, "cc": 31, "cc1818": 32, "cc1851": 32, "cc1876": 32, "cc2001": 31, "ccf": 35, "ccomp": 31, "cconj": 31, "ccq": 3, "cd": 13, "cdirector": 31, "cdl": 28, "cell": [29, 31, 32, 33], "certain": 13, "certainli": 32, "certifi": 31, "cfp": 3, "cgaiz": 31, "chain": 22, "chair": [8, 9], "challeng": [2, 3, 4, 6, 15, 29], "champion": 2, "chang": [4, 7, 9, 13, 28], "channel": [8, 24], "charact": [29, 32], "characterist": [5, 13], "chardet": 31, "charter": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "chat": [18, 25, 27, 32, 33], "chat_complet": [32, 33], "chatcmpl": 32, "chatcomplet": 32, "chatcompletionmessag": 32, "chatgpt": [18, 19, 21, 25, 27, 29], "check": [18, 29, 32, 33, 36, 37], "checkout": 18, "chees": 29, "chemic": 5, "cherman": 32, "cheze": 31, "chicken": 31, "chikin": 31, "child": 31, "chium": 31, "choic": [32, 33], "chri": 33, "chronologi": 29, "cien": 32, "circul": [36, 37], "citat": 33, "cite": 13, "citi": 4, "cjane": 32, "cjuan": 32, "claim": 13, "clariswork": 4, "class": [4, 5, 35], "classic": 35, "classif": [2, 3, 5, 8, 10, 35], "classifi": [2, 5], "classificationnumb": 35, "classificationtypeid": 35, "claud": 29, "claus": 5, "clean": 27, "clear": 6, "clementin": 31, "cli": 5, "click": [4, 31, 37], "client": [25, 33], "climat": 7, "clone": 8, "close": [13, 37], "cloud": 10, "clue": 7, "cluster": 2, "cm": [32, 35], "cmark": 32, "cni": 3, "co": [2, 8, 9, 31, 38], "coast": 7, "cochran": [3, 4], "code": [0, 4, 6, 15, 29, 31, 32, 33, 35, 39], "code4lib": [11, 12, 29], "coder": 39, "cognit": 33, "cohort": 13, "coi": 31, "col": 31, "coleman": 7, "coll": 32, "collab": 15, "collabor": [2, 4, 7, 32], "colleagu": [6, 7, 29], "collect": [0, 2, 4, 5, 7, 8, 10, 13, 15, 18, 31], "collection_name_pattern": 5, "colonnello": 32, "color": [2, 32], "colorado": [7, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 23, 24, 25, 27, 28, 29], "coloss": 13, "colt": 26, "columbia": 7, "column": [4, 5, 29, 33], "com": [2, 3, 5, 6, 8, 9, 10, 11, 13, 14, 21, 22, 24, 29, 31, 32], "combin": [4, 33], "come": [3, 29], "comfort": 4, "comma": 33, "command": 35, "comment": [2, 9, 13], "committe": [11, 29], "common": [4, 5, 25, 29], "commun": [2, 3, 4, 7, 9, 32], "compani": [13, 31, 35], "compar": [5, 16, 17], "comparison": 33, "compet": 3, "competit": 31, "complementari": 4, "complet": [7, 32, 33], "completion_token": 32, "completion_tokens_detail": 32, "completiontokensdetail": 32, "completionusag": 32, "complex": [4, 7], "complic": 4, "compon": [2, 3, 4, 5, 10, 15], "compos": 11, "compound": 31, "comput": [2, 4, 7, 10, 13, 38], "computation": 5, "concep": 33, "concept": [15, 29], "conceptu": 33, "concern": [4, 7], "conda": 31, "condit": 6, "confer": [3, 4, 6, 10, 23], "configur": [15, 29, 32, 35], "confirm": 7, "conflict": 13, "conform": [4, 35], "confus": [6, 29], "congress": 32, "conj": 31, "connect": [2, 3, 4, 6, 8, 9, 10, 15], "connectiosn": 2, "connector": 5, "conni": 31, "consid": 2, "consider": [2, 4, 10], "consist": [7, 29, 32], "consortium": 29, "constantli": 4, "constitu": 6, "constitut": 13, "constraint": [4, 5], "construct": 10, "consum": 4, "contain": [0, 31, 32], "contemporari": 7, "content": [5, 8, 13, 31, 32, 33, 35], "context": [2, 6, 7, 10, 15], "contextu": 7, "continu": [4, 19], "contribut": 4, "contributor": 35, "contributornametypeid": 35, "contributortypeid": 35, "control": [2, 5, 6, 18, 31, 32], "converg": 6, "convers": [4, 13, 25], "convert": [5, 15], "cool": 4, "coordin": 7, "copi": [29, 32, 35, 37], "copiou": 7, "copyright": 32, "core": [15, 27, 31], "corei": [2, 4, 5, 6, 11], "cori": [4, 5], "cormack": 28, "cornel": 26, "corpora": 7, "corpu": 2, "correct": [2, 5, 33, 35], "correctli": 29, "correspond": [2, 5], "cost": 7, "could": [2, 6, 7, 8, 19, 29, 35, 37], "couldn": 2, "count": 13, "coupl": [4, 13, 37], "cours": 15, "courtship": 35, "cover": [35, 37], "coverag": 4, "crade": 33, "crash": 31, "creat": [3, 4, 5, 7, 12, 13, 15, 19, 25, 29, 32, 33, 35, 36], "create_marc_record": 32, "create_quickstatements_with_qcod": 33, "creation": [0, 5, 6], "creativ": [4, 33], "creator": [4, 13], "creel": 19, "critic": 13, "critiqu": 15, "crl": 28, "cross": [6, 13, 33], "csv": [29, 32, 33], "csv_string": 32, "cu": [8, 15], "cuktt": 32, "cultur": [0, 4, 5, 13, 33], "curat": [0, 2, 4, 13, 19], "curiou": [5, 29], "curl": 35, "current": [3, 4, 7], "curricular": 15, "curriculum": [13, 15], "custom": [2, 4, 5, 6, 7, 24, 25, 29], "cxyz": 32, "cycl": 10, "cymem": 31, "cyourlibrarycod": 32, "d": [2, 3, 4, 6, 9, 10, 11, 14, 29, 31, 32, 35], "d1819": 32, "d1944": 32, "dai": [4, 31], "daili": 15, "dame": 5, "dan": 33, "dana": 28, "danger": 13, "daniel": 33, "data": [0, 4, 5, 6, 7, 9, 10, 11, 31, 32, 35], "data_statements_guide_v2": 13, "databas": [5, 7, 24], "dataflow": 38, "datanutrit": 4, "dataset": [2, 3, 4, 6, 7, 29], "datasheet": [7, 13], "date": [4, 5, 10, 29, 31, 32, 33, 35], "date_pattern": 5, "dateofpubl": 35, "david": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 31, 33], "db": 5, "dc": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "dcty": 31, "de": 32, "deal": [3, 4], "debian": 4, "decemb": 16, "decid": 10, "decis": [3, 5, 7, 13, 29], "deep": [38, 39], "deepli": 13, "def": 33, "default": 31, "defin": [4, 7], "definit": [7, 13, 29], "degre": 4, "delai": 33, "delimit": 5, "delug": 7, "demo": [9, 22], "demonstr": [25, 32], "denot": [5, 10], "densiti": 29, "dep": 31, "depart": [2, 13, 15], "department": 10, "depend": [6, 16, 17], "deploi": 38, "depress": 35, "dept": 10, "derwenai": 6, "describ": [0, 2, 4, 13, 24, 32], "descript": [4, 5, 7, 13, 15, 29, 32], "design": [4, 5, 7, 13, 31], "desk": [36, 37], "det": 31, "detail": 32, "detect": [6, 10], "determin": [6, 10], "develop": [3, 8, 10, 13, 15, 29, 33, 38], "df": 5, "dial": [2, 3, 8, 9, 10], "dialog": 37, "dick": 32, "dictionari": [2, 5, 6, 10], "dictionarymatch": 5, "did": [2, 4, 29], "didn": 29, "didnt": 2, "diff": 2, "differ": [4, 5, 7, 13, 15, 25, 29, 32], "differenti": 38, "difficult": [4, 5], "digit": [3, 4, 5, 7, 10, 11, 13, 29], "digitis": 5, "dimens": [32, 35], "dimension": 5, "direct": 6, "director": 31, "directori": 31, "disagre": 10, "disciplin": [5, 15], "discov": 5, "discover": [2, 13], "discoveri": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "discuss": [2, 3, 4, 5, 13, 18], "disguis": 10, "displaci": 31, "dissemin": 12, "dissert": [2, 7, 10], "distanc": [5, 15], "distant": 5, "distantread": 5, "distinct": 7, "distribut": [2, 4, 15, 32], "div": 7, "dl": 13, "dlc": [32, 35], "dlss": [8, 22], "do": [2, 3, 4, 5, 7, 13, 15, 29, 31, 32, 35], "dobj": 31, "doc": [5, 9, 10, 11, 14, 15, 29, 31], "doc2": 31, "doc3": 31, "doclcq": [31, 32], "document": [4, 5, 6, 7, 9, 10, 11, 33], "docx": 15, "dodg": 13, "dodge2021documentingc4": 13, "doe": [5, 7, 13, 29, 32, 35], "doesn": [5, 6, 29], "doi": [3, 4, 10, 13], "domain": [3, 4, 5, 13], "don": [5, 13, 16, 17, 29], "done": [2, 4, 7, 29], "dosciento": 32, "down": [4, 29], "download": [29, 31], "downsid": 13, "dozen": 4, "dr": 13, "draft": [2, 9], "dream": 35, "drift": 5, "drive": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "drm": 13, "drop": 4, "dublin": 27, "duplic": 29, "dutia": 5, "dvd": [6, 13, 31], "e": [3, 4, 5, 6, 7, 9, 10, 13, 32, 33], "e1": 32, "eaae": 4, "eaas": 4, "each": [2, 4, 7, 15, 29, 32], "earli": [4, 13], "earlier": 4, "easi": [4, 8], "easier": 15, "easiest": 4, "east": 29, "ebend": 13, "ebook": 35, "econom": 31, "ecosystem": 4, "ed": 35, "edici\u00f3n": 32, "edit": [9, 10, 11, 14, 29, 32, 35], "editor": [4, 15, 31, 32], "editori": 32, "edu": [2, 3, 13, 28], "educ": [10, 15, 33], "effect": [2, 13], "effici": [5, 25, 29], "effort": [3, 13], "eifn": 32, "either": 11, "ejemplo": 32, "el": [5, 32], "elasticsearch": 5, "electron": [2, 32, 35], "electronicaccess": 35, "element": [10, 29, 32, 39], "elizabeth": 15, "elliot": 28, "els": [32, 33], "elsevi": [2, 4, 5, 6, 33], "elsewher": 19, "email": 11, "embarrass": 13, "embed": [2, 24], "embodi": 33, "emili": [11, 13], "emnlp": 13, "emphasi": 7, "empir": 31, "empti": 33, "emul": [2, 3, 4], "en": [5, 31, 32, 33], "en_core_web_sm": 31, "enabl": [13, 15, 25], "encod": [4, 5], "encourag": [4, 11], "encuentro": 32, "end": [2, 15, 29, 31], "endang": 13, "endpoint": 4, "enforc": 29, "eng": [32, 35], "engag": [4, 25], "engin": [10, 13, 29], "english": [4, 29, 35], "enhanc": [0, 5, 15, 25], "enitti": 5, "enka": 32, "enough": [5, 29], "ensur": [29, 33], "ent": [5, 31], "enter": 37, "entiti": [4, 5, 6, 7, 13], "entri": [2, 5, 7, 32, 33], "enumer": 29, "env": 31, "environ": [2, 4, 29, 31, 32, 33], "environment": 24, "epistemolog": 4, "equal": 29, "equit": 3, "era": 35, "eric": [5, 33], "erik": [7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 27, 28, 29], "erikradio": 8, "errno": 31, "error": [29, 32], "especi": 19, "establish": 10, "estonian": 10, "et": 13, "eta": 31, "etc": [2, 4, 5, 6, 7, 18, 31, 32], "ether": 10, "ethic": [2, 4, 11, 13], "etraductor": 32, "eu": 9, "europeana": 9, "eval": 2, "evalu": [2, 13, 15], "even": [3, 4, 13, 15, 29], "everi": [2, 29, 30], "everyon": 15, "everyth": 5, "evolv": 4, "ex": [4, 29], "exact": [29, 33], "exactli": 5, "examin": 15, "exampl": [2, 4, 6, 7, 13, 16, 17, 29, 32, 35], "excel": 15, "exchang": 31, "excit": 4, "exclud": 29, "exclus": 13, "execut": 31, "exercis": 13, "exhib": 32, "exhibit": 32, "exist": [3, 4, 5, 6, 19, 24, 32, 33], "exit": [5, 36, 37], "expand": [4, 8], "experi": [2, 4, 25, 28, 35], "experiment": 10, "expert": [3, 4, 5, 7, 10, 13], "explain": 33, "explan": 32, "explor": [0, 13, 15, 25], "exploratori": 4, "explos": 31, "export": 15, "expos": 13, "express": [4, 7], "extend": [5, 6, 27], "extens": 31, "extent": [5, 7, 32, 35], "extern": [4, 10, 35], "extra": 29, "extract": [6, 7, 13, 15, 32, 33, 35, 37], "f": [3, 6, 9, 10, 31, 32, 33], "f0cf": 35, "face": 15, "facebook": 38, "facil": 29, "factor": 4, "factsheet": 2, "faculti": [10, 13, 15], "fair": [2, 3, 4], "fall": 35, "fals": [5, 7, 15], "familia": 32, "familiar": [13, 29], "fantast": [23, 25, 26], "fantas\u00eda": 32, "far": [5, 15], "farrow": 33, "fascin": 13, "fast": [2, 4, 7, 18], "fastai": [2, 39], "fasttext": 2, "fat": 31, "fb": 5, "fd": 31, "featur": [4, 5], "februari": 27, "feed": [10, 15], "few": [2, 5, 6, 29], "ff": 3, "fi": 5, "ficci\u00f3n": 32, "ficticia": 32, "ficticio": 32, "fiction": [32, 35], "fictiti": 32, "field": [5, 6, 11, 13, 29, 32, 33, 35, 37], "field_245": 32, "file": [2, 4, 5, 7, 15, 29, 31, 32, 33], "filenotfounderror": 31, "fill": [32, 37], "film": 31, "final": 35, "find": [5, 6, 15, 19, 29, 32], "fine": 36, "finish": 13, "finish_reason": 32, "first": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 29, 32, 33, 35, 39], "first_nam": 33, "firstli": 25, "fit": 35, "five": [5, 31], "fix": [6, 29, 32], "flag": [10, 29], "fo": [31, 32], "focu": [3, 10, 13, 38], "focus": [4, 7, 10, 13], "folder": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "folio": [18, 19, 22, 24, 25, 36], "folk": 2, "follow": [4, 5, 22, 31, 33], "forc": [11, 29], "forecast": 2, "form": [13, 31, 32, 33, 37], "formal": [2, 4], "format": [2, 4, 13, 25, 27, 29, 32, 33], "forthcom": 8, "fortun": 31, "forward": [3, 10, 25], "found": [2, 5, 32, 33, 37], "foundat": [33, 39], "foundri": 6, "fp_159d8341cc": 32, "framework": [4, 5], "franci": 33, "frascati": 10, "fredrik": 33, "free": [2, 3, 8, 9, 10, 29, 38], "frequenc": 7, "friedman": 13, "friendship": 31, "from": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 19, 27, 29, 31, 32, 33, 35, 37, 39], "front": 15, "fue": 32, "full": [2, 13], "fulli": 7, "function": [5, 6, 25], "function_cal": 32, "fundament": 10, "funder": 13, "further": [4, 15, 22], "furthermor": 13, "furuta": 33, "futur": [7, 13, 14, 23, 25, 26], "fuzzi": 31, "fuzzwuzzi": 5, "fuzzywuzzi": [6, 31], "g": [5, 6, 7, 9, 10, 32, 33], "gabriel": 32, "gain": 25, "gaizauska": 33, "galleri": 32, "gap": [15, 18], "garbag": 29, "garc\u00eda": 32, "garden": 4, "gather": 15, "gave": 3, "gbif": 7, "gebru": [3, 4], "gemini": [28, 29], "gencatlg": 35, "gencol": 35, "gener": [2, 5, 7, 8, 10, 13, 19, 21, 27, 29, 32], "genesi": 2, "gensim": 10, "geograph": [7, 27], "geonam": 5, "georg": 33, "german": 29, "get": [2, 4, 5, 6, 13, 15, 29, 32, 33], "getti": 2, "gh": [6, 14], "giant": 32, "gill": 2, "girl": 35, "git": 8, "github": [4, 6, 8, 9, 14, 18, 22, 29, 31], "give": [11, 29], "given": [4, 33], "glam": 9, "global": [4, 10], "gnarli": 29, "gnrd": 7, "go": [2, 3, 4, 7, 13, 15, 29], "goal": [7, 11, 15], "godbi": 33, "gomez": 2, "good": [5, 6, 10, 29, 33], "googl": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "got": 29, "gov": 31, "govern": 13, "gpe": 31, "gpt": [18, 22, 29, 32, 33], "gpu": 2, "graduat": 10, "grammar": 5, "grant": 5, "granular": 15, "graph": [3, 4, 5, 6, 7, 21], "graphql": 24, "grappl": 10, "grave": 15, "gravita": 22, "great": [15, 29], "greater": 5, "green": 31, "grobid": 7, "groundwork": 7, "group": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30], "grow": 4, "gsafd": 35, "guest": 13, "guid": [2, 3, 8, 13, 29, 32], "guidelin": 29, "gutenberg": [19, 35], "h": [2, 9, 10, 31, 35], "ha": [2, 4, 5, 7, 8, 13, 15, 35, 36, 38], "habitat": 7, "had": [7, 13, 15, 29], "hand": [6, 36, 37], "handl": [6, 13, 15], "handwrit": 13, "happen": [5, 13], "hard": [3, 5], "harder": 4, "harper": [2, 4, 5, 6, 11, 35], "harrawai": 31, "harvard": 29, "harvest": [4, 15], "have": [2, 3, 4, 5, 7, 9, 10, 15, 16, 17, 25, 29, 32, 33, 35], "haven": [5, 29, 32], "he": [2, 31], "head": [2, 4, 5, 14, 29, 32], "header": 13, "headset": 4, "health": 4, "heat": 29, "heavi": 33, "heeri": 33, "held": 32, "hell": 5, "help": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18], "heng": 32, "her": 13, "here": [11, 32, 33, 35, 36], "heritag": [0, 4, 5, 7], "herman": 32, "hi": [9, 31], "hidden": 7, "hierarchi": [13, 29], "high": 29, "higher": 13, "hillbrow": 31, "hispanoamericana": 32, "histor": [5, 7], "histori": [7, 11, 36], "historia": 32, "hoc": 13, "hold": [13, 29, 32, 36], "holt": 35, "home": [13, 29], "homer": 5, "honor": 10, "hope": 31, "hopefulli": 5, "host": [0, 7, 8, 13], "hostedtoolcach": 31, "hot": 5, "hour": 18, "hous": 29, "how": [2, 3, 4, 5, 7, 10, 25, 29, 32, 35], "howev": [33, 35], "html": [2, 8, 18], "http": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 18, 21, 22, 24, 25, 29, 31, 32, 33, 38], "httpx": 33, "huasheng": 32, "huge": 2, "huggingfac": [2, 38], "human": [2, 4, 5, 7, 10, 13, 29, 33], "humor": 35, "hundr": 32, "hutchinson": [3, 4], "hypertext": 33, "hypothet": 33, "i": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 16, 17, 19, 25, 29, 31, 32, 33, 35, 36, 38], "ian": 28, "ibm": 2, "ibogu": 28, "id": [2, 3, 5, 8, 9, 10, 31, 32, 33, 35, 37], "idea": [2, 5, 8], "ideal": 29, "identif": 27, "identifi": [2, 4, 5, 7, 9, 15, 18, 19, 27, 29, 32, 35], "identifiertypeid": 35, "idna": 31, "ii": [6, 10, 11], "iii": [6, 10, 11], "il": 15, "imag": [2, 7, 13], "imagin": 13, "imaginari": 32, "imbalanc": 5, "impact": 13, "implic": [7, 13], "import": [2, 3, 4, 5, 7, 13, 31, 32, 33], "importantli": 2, "impress": 29, "improv": [4, 7, 25], "includ": [2, 4, 6, 7, 10, 11, 13, 29, 32, 35, 39], "inconsist": 5, "incorrectli": 6, "increas": [4, 11, 24], "increasingli": 31, "index": [32, 33], "indexdata": 26, "indextitl": 35, "indic": [4, 5, 10, 13, 32], "individu": [2, 4, 29, 33], "inexistent": 32, "infer": 38, "influenc": 7, "info": [8, 15], "inform": [2, 3, 4, 5, 8, 9, 10, 13, 15, 29, 32, 33, 35, 36, 37], "informat": [2, 4], "informatio": 33, "infrastructur": [2, 3, 4], "infrax": 2, "ingest": [5, 7, 24], "initi": [2, 7, 9], "inject": 5, "injustic": 35, "inlin": 31, "innov": 25, "input": [5, 29, 36], "insight": 25, "inspir": 4, "instal": [31, 32, 35], "instanc": [19, 29, 33], "instanceformatid": 35, "instancetypeid": 35, "instcutor": 15, "instead": [29, 33], "institut": [2, 3, 4, 5, 6, 7, 9, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 32], "instruct": 15, "instructor": 15, "integr": 25, "intellig": 3, "intend": 2, "intent": [0, 32], "inter": 4, "interact": [0, 6, 8, 13, 21, 25], "interactiveshel": 31, "interest": [3, 4, 5, 6, 7, 23, 36], "interfac": [24, 25, 29], "interim": 4, "intern": [2, 3, 4, 8, 9, 10, 29], "interoper": 13, "interpret": 29, "intersect": 2, "intervent": [5, 7], "interview": 13, "intro": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "introduct": [4, 9, 39], "inventori": [19, 25], "invert": 6, "investig": [9, 21, 22], "invit": [11, 13], "involv": [2, 3, 4, 6, 7, 32], "io": [2, 3, 4, 8, 9, 10, 18, 22, 38], "io_open": 31, "iphon": [2, 3, 8, 9, 10], "ipython": 31, "isbn": [32, 35], "isn": [5, 29], "issu": [3, 10, 13, 33], "item": [4, 18, 29, 32, 33, 37], "itempart": 35, "iter": [5, 29, 32], "iterrow": 33, "its": [13, 32], "iv": [6, 10], "ivxyrvh_onasb5": 2, "ix": 6, "j": [2, 3, 8, 9, 10, 35], "jahr": 29, "jame": [15, 19], "jan": 2, "jane": [19, 32], "januari": [5, 16, 17], "jean": 33, "jemison": 28, "jenn": 26, "jeremi": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "jermnelson": 2, "jessi": 13, "jinja2": 31, "jodi": 2, "johannesburg": 31, "john": [5, 33, 35], "johnson": 33, "joi": 27, "join": [2, 3, 8, 9, 10, 33], "jone": 2, "joost": 33, "joshua": [2, 15], "jos\u00e9": 32, "journal": [13, 33], "json": [4, 19, 24, 25, 33], "juan": 32, "judgment": 19, "juggl": 29, "juli": 32, "june": 32, "jupyt": [0, 2, 8, 9], "just": [3, 5, 10, 13, 29], "justif": 4, "j\u00f6nsson": 33, "k": [2, 3, 4, 10, 31], "kalyan": 5, "karlsruh": 21, "kat": [3, 4], "kathleen": 33, "kaylan": 5, "keep": [7, 13, 16, 17, 29], "keyword": 5, "kglab": [6, 7], "kill": 35, "kind": [2, 4, 7], "king": 31, "kircz": 33, "know": [3, 4, 13, 19, 31], "knowledg": [3, 5, 6, 7, 10, 13, 21], "knowledgegraph": 6, "korkmaz": 14, "krebeck": [27, 28, 29], "kr\u00f6tzsch": 3, "kurt": 35, "kwarg": 31, "kwong": 33, "l": [3, 4, 8, 10], "l0vlbnq0wle4sdv0mdy5suhtqnvydz09": [2, 3, 8, 9, 10], "la": 32, "lab": [2, 4, 5, 6, 8, 22, 27, 38], "labe": 10, "label": [2, 4, 5, 6, 7, 10, 13], "label_": [5, 31], "lack": [2, 5, 13], "lakoff": 33, "lam": [2, 3, 8, 9, 10], "lang": 22, "langchain": 22, "languag": [4, 6, 13, 24, 25, 32, 33, 35, 39], "laod": 5, "larg": [4, 13, 25, 29], "larger": 4, "largo": 32, "last": [3, 6, 15, 29, 31, 32, 33], "last_nam": 33, "lastli": 25, "later": [4, 27], "latest": 32, "layer": 4, "lc": 2, "lccn": 32, "ld4": 14, "ld4p": 14, "ldr": [31, 32], "lead": 13, "leader": 32, "learn": [0, 2, 3, 4, 5, 9, 13, 15, 25, 29, 36, 37], "leas": 5, "least": 4, "leav": 37, "ledoux": [3, 4], "lee": 35, "left": 35, "legaci": [4, 13, 31], "lemir": 15, "lemma": 5, "len": [31, 32], "length": 32, "leon": 31, "less": 4, "let": [10, 31], "level": [15, 32], "levenshtein": 5, "leverag": [4, 7, 25], "li": 32, "liaison": 15, "lib": 31, "librari": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 38], "librarian": [2, 6, 7, 10, 11, 36], "libri": 29, "licens": [29, 38], "life": [7, 13], "like": [4, 5, 6, 15, 19, 22, 29, 31, 33, 35], "limit": [5, 7, 33], "line": [7, 29, 31, 32, 33], "linear": 5, "lingual": 4, "linguist": 13, "link": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 31, 35], "linkag": 5, "linker": 6, "linktext": 35, "linktobiographi": 32, "linktopublisherdescript": 32, "linux": [2, 3, 8, 9, 10], "lionkag": 5, "lippincott": 35, "list": [3, 6, 7, 8, 11, 13, 15, 29, 31, 32], "listserv": 9, "lit": [3, 7, 15], "literaci": 15, "literari": [15, 33], "literatur": 32, "literatura": 32, "littl": [5, 6], "live": [4, 5, 9, 32], "livingwithmachin": 5, "ll": [32, 33], "llm": [19, 22, 25, 29], "lm": 22, "lo": 32, "load": [2, 5, 15, 31], "loan": 37, "loc": [4, 27, 28, 31], "local": [8, 10], "locat": [4, 7, 13, 32], "lod": 5, "logprob": 32, "london": 32, "long": 29, "longer": [4, 13, 33], "look": [2, 4, 5, 6, 7, 15, 16, 17, 19, 29], "lookup": [6, 7], "loop": 2, "loos": [6, 32], "lost": 13, "lot": [2, 4, 5], "love": 19, "low": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "lsp": 25, "ltd": 33, "lucr": 31, "lui": 8, "luruli": 31, "lwrpuebka5jg7t6o": 7, "m": [2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 31, 35], "mac": [2, 3, 8, 9, 10], "machin": [0, 2, 3, 4, 5, 9, 13, 25, 32, 36, 37], "macondo": 32, "magic": 32, "mai": [4, 13, 28, 32, 33], "main": [13, 32], "maintain": [6, 8], "major": 13, "make": [2, 3, 4, 5, 7, 9, 13, 15, 29, 32, 35], "makerspac": 15, "mamlambo": 31, "man": 35, "manag": [4, 8, 15, 27, 29], "mandatori": 32, "mani": [4, 7, 29, 31], "manipul": 33, "manner": 25, "manual": [2, 4, 29], "map": [2, 5, 15, 29, 33, 35], "marc": [6, 29, 32, 35], "marc21": [6, 25, 32], "marc_pars": 31, "marc_read": 31, "marc_record": [31, 32], "march": [3, 27], "marcread": [31, 32], "marcsearchpars": 31, "marcspec": 6, "marcxml": 32, "margin": 2, "mari": [15, 21], "marin": 7, "mark": [4, 31, 32, 33], "marku": 3, "markupsaf": 31, "mar\u00eda": 32, "mass": 5, "massimo": 7, "master": 13, "match": [5, 6, 10, 13, 15], "matcher": 5, "materi": [2, 5, 13, 19, 29, 32], "math": 38, "matplotlib": 31, "matshoba": 31, "matter": 31, "mau": 32, "mayb": [5, 13], "mayor": 32, "mb": 31, "mc": 4, "mcb": 33, "mccormick": 15, "mcguin": 3, "mcmanu": 33, "mcmillan": 13, "mean": [2, 7, 33], "measur": [7, 10], "mechanisim": 2, "media": 32, "mediado": 32, "medit": 32, "meet": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "melissa": 2, "melvil": 32, "member": 37, "mental": 5, "mention": [4, 5], "messag": [11, 32, 33, 37], "messi": 4, "met": 27, "metadata": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33], "metaphor": [31, 33], "method": [5, 7, 10, 13], "mevil": 32, "mgm": 2, "michael": 31, "micheal": 31, "micki": 31, "microfilm": 11, "midnight": 15, "might": [29, 32, 33, 36], "migrat": 29, "mike": [2, 4, 13], "mikejon": 2, "miller": 33, "million": [4, 29], "min": [2, 3, 31], "mind": 15, "mine": [10, 13, 15], "miner": 15, "minim": 7, "minut": [3, 29], "mirel": 9, "misrepres": 13, "miss": 29, "missionandvis": 5, "mitchel": [3, 4], "mitig": 13, "mix": 4, "ml": [2, 3, 4, 7, 10, 11, 18, 19], "mntambo": 31, "mobi": 32, "mobil": 7, "mockingbird": 35, "mod": 27, "mode": 32, "model": [2, 3, 4, 5, 6, 7, 11, 15, 25, 29, 31, 32, 33, 35, 36, 37, 38], "modeofissuanceid": 35, "modifi": 38, "modul": [32, 33, 35], "modular": 33, "modulenotfounderror": [32, 33], "monograph": [29, 37], "month": [2, 4, 5, 30], "monthli": [0, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "more": [0, 2, 3, 4, 5, 6, 7, 11, 15, 29], "morgan": [5, 33], "mosiman": 31, "most": [2, 3, 29, 31, 32, 33], "motloung": 31, "move": [3, 4, 13, 18], "mrc": [31, 32], "msap": 13, "mtutuz": 31, "much": [2, 4, 5, 7, 10, 29], "mulit": 4, "multi": 4, "multipl": [4, 5, 13], "murmurhash": 31, "museum": [5, 7, 13, 15, 21, 24], "music": [13, 31], "must": [15, 29], "my": 15, "mybind": [6, 14], "m\u00e1gica": 32, "m\u00e1gico": 32, "m\u00e1rquez": 32, "n": [3, 10, 32, 33], "n1": 32, "n2": 32, "n3": 32, "n85059112": 31, "nadventur": 32, "name": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 31, 32, 33, 35], "namespac": 4, "nan": 33, "narr": [4, 7], "narra": 32, "natalin": 32, "nation": [4, 10, 29], "natur": [4, 13, 33, 39], "nauthor": 33, "ncsa": 33, "necessari": 32, "necessarili": [2, 7, 13], "need": [0, 2, 3, 4, 5, 6, 7, 10, 13, 15, 19, 29, 32, 33, 35], "neg": 13, "negoti": 4, "nelson": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "nene": 31, "ner": [2, 3, 5, 6, 7], "nest": 35, "net": [22, 25], "network": [2, 29, 38], "neur": 13, "neural": 38, "never": 13, "nevqxwlcw102ggkr": 2, "new": [4, 5, 8, 9, 10, 15, 19, 29, 33, 37], "newcom": 13, "newer": 32, "newspap": 13, "next": [2, 3, 4, 5, 10, 16, 17, 29, 33], "nfrom": 32, "ng": 33, "ngram": 5, "nhere": 32, "nice": [4, 6, 15], "nich": 15, "nicol": 7, "nicola": 31, "niek": 4, "nine": 21, "nl": 5, "nlp": [5, 6, 13, 31], "nlpprogress": [2, 6], "nmake": 32, "nmobi": 32, "nmod": 31, "nn": 10, "no2001082527": 31, "no2007025026": 31, "no2008050067": 31, "nobel": 32, "node": 4, "noi": 3, "nomsa": 31, "non": [3, 4, 5, 6], "none": [31, 32, 33], "normal": 29, "norp": 31, "note": [0, 4, 5, 9, 32, 35], "notebook": [2, 6, 31], "notetak": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "notetyp": 35, "notic": 5, "notna": 33, "notr": 5, "nou": 15, "noun": [5, 15, 31], "novel": [32, 35], "novela": 32, "novemb": [9, 16, 17], "now": [2, 4, 9, 31], "npadvmod": 31, "npride": 32, "nsubj": 31, "nthi": 32, "ntshaveni": 31, "ntshavheni": 31, "nudg": 4, "num": 31, "number": [2, 3, 5, 8, 9, 10, 15, 29, 32, 33, 39], "nummod": 31, "numpi": 31, "nutrit": [4, 7, 13], "nwith": 32, "o": [3, 4, 10, 32, 33], "o5": 35, "oai": 15, "oaktrust": 10, "object": [5, 7, 10, 32, 35], "obo": 6, "observ": 7, "obtain": [15, 35], "occas": 32, "occur": [7, 13], "occurr": [7, 8], "ocip": 35, "oclc": [4, 27, 33], "ocn682710482": 31, "ocn999379620": 32, "ocolc": [31, 32], "ocr": [2, 5, 7, 13], "off": [4, 6, 29], "offer": 39, "offici": 29, "offset": 4, "often": 5, "ok": 4, "old": 5, "olga": 5, "omit": [32, 35], "onc": [13, 29, 32, 35], "one": [2, 3, 4, 5, 7, 8, 9, 10, 29, 31, 33], "ongo": 29, "onli": [2, 4, 13, 29], "onlin": [13, 18, 33], "ono": 10, "ontologi": [2, 3, 6], "ontology101": 3, "ontology_develop": 3, "open": [4, 5, 9, 10, 11, 31, 32, 33, 38], "open_ai": 32, "openai": [25, 29, 32, 33], "openai_api_kei": [32, 33], "opportun": 29, "oppos": [4, 10], "opt": 31, "optim": [4, 29], "option": [29, 35], "orchestr": 14, "order": [6, 7, 31, 32], "org": [2, 3, 4, 5, 6, 8, 10, 13, 14, 21, 28, 31, 33, 38], "organ": [5, 7, 8], "organis": 5, "organiz": 9, "organizs": 5, "origin": [29, 31, 32, 35], "orignew": 35, "oslo": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "other": [2, 4, 5, 6, 7, 10, 11, 13, 25, 29, 31, 32, 35], "otherwis": 32, "our": [0, 2, 5, 8, 9, 11, 13], "ourselv": 29, "out": [2, 3, 4, 6, 9, 10, 13, 15, 18, 29, 36, 37], "outcom": 15, "outlin": 32, "outlook": 28, "output": [5, 7, 15, 29], "output_file_with_qcod": 33, "outsid": 4, "outstand": 36, "outward": 15, "over": [4, 13, 25, 29], "overal": 15, "overcom": [2, 5], "overli": 13, "oversight": 7, "overview": [3, 10, 15], "overwhelm": 33, "own": [4, 6, 8, 13, 31], "p": [2, 3, 4, 10, 32, 33, 35], "p123": 33, "p1433": 33, "p1476": 33, "p2093": 33, "p304": 33, "p31": 33, "p348": 4, "p433": 33, "p4669": 4, "p478": 33, "p50": 33, "p577": 33, "packag": 31, "page": [9, 29, 32, 33], "pagin": 32, "pair": 13, "pal": 31, "palm": 13, "panda": [5, 33], "pandem": 4, "pangabutra": 27, "paper": [3, 4, 5, 6, 7, 10, 15, 31], "paperback": 29, "paperswithcod": 6, "parallel": 13, "param": 33, "pari": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "park": 33, "parrot": 13, "pars": [6, 7, 19, 29, 31, 32, 35], "parse_xml_to_arrai": 32, "parser": [5, 35], "part": [3, 5, 7, 13, 29, 31, 32, 33, 39], "parti": [4, 9], "particip": [3, 13, 24], "particular": [5, 13, 38], "partner": 29, "partnership": 2, "pass": 10, "password": [2, 3, 8, 9, 10], "past": [4, 7, 25], "patent": 5, "pateur": 10, "path": [6, 32], "pathi": 31, "patron": [36, 37], "pattern": [4, 5, 7, 13, 22, 25], "paul": [2, 33], "pc": [2, 3, 8, 9, 10], "pd": 33, "pdf": [2, 3, 5, 6, 13, 15], "penguin": 35, "peopl": [3, 4, 5, 11, 13], "pequod": 32, "per": [4, 5, 10, 32], "perfect": 29, "perform": [2, 5, 35], "perhap": 2, "period": [13, 29], "permiss": 35, "permit": 7, "person": [6, 13, 31, 32, 35], "petrozzi": 7, "pgventor": 24, "phaidra": [3, 4], "phil": 2, "philadelphia": 35, "philippin": 7, "photo": 37, "photographi": 31, "php": 33, "phrasematch": 5, "physic": [10, 32], "physicaldescript": 35, "piano": 35, "piec": [4, 10, 32], "pip": 32, "pipelin": [5, 7], "pivot": 5, "pl4": 35, "place": [2, 5, 29, 32, 35], "placehold": 32, "plai": [3, 32], "plain": 33, "plaintext": 32, "plan": [2, 11, 16, 17, 27], "planner": 7, "plant": 4, "platform": [2, 25, 36], "player": 35, "pleas": [2, 9, 33, 35], "plenti": 29, "pm": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "pmh": 15, "po": 5, "pobj": 31, "poc": 2, "podcast": 13, "point": [4, 6, 7, 29], "polici": 29, "poorli": 5, "popul": 13, "popular": 2, "portal": 4, "porter": 27, "portion": 13, "posit": [3, 5, 7, 13, 15], "poss": 31, "possibl": [2, 3, 4, 5, 7, 9, 13], "post": [4, 5, 8, 13, 14, 22, 24], "post20210108": 31, "poster": 10, "potenti": [2, 7, 13, 15, 25, 27], "potter": 28, "power": [15, 38], "practic": [13, 25, 29, 32, 39], "pre": 37, "preced": 19, "precis": [4, 13], "prefer": [2, 10, 13, 33, 36], "prefilt": 7, "prefix": 15, "prejudic": [19, 32], "preliminari": 2, "premio": 32, "prep": 31, "prepar": 7, "present": [2, 3, 4, 5, 7, 10, 11, 13, 14, 15, 25, 26, 27, 28, 29, 33, 36], "preserv": [2, 3, 4, 7, 11], "presh": 31, "press": 33, "pretrained_model": 2, "pretti": [4, 15, 29], "preview": 26, "previou": 35, "previous": 2, "price": 32, "pride": [19, 32], "primari": [7, 32, 35], "primarili": 38, "primera": 32, "princeton": 28, "print": [5, 13, 29, 31, 32, 33, 37], "prior": 13, "priorit": 29, "prioriti": 4, "privileg": 13, "pro": [9, 29], "problem": [3, 7, 13, 29], "problemat": 29, "proceed": [3, 4], "process": [2, 4, 5, 7, 13, 15, 25, 29, 32, 33, 39], "produc": [4, 13, 31], "product": [4, 6, 31], "profession": [13, 19], "professor": 15, "program": [13, 33, 38], "programmat": 4, "progress": [6, 31], "project": [4, 5, 6, 7, 9, 10, 11, 35], "prolifer": 13, "promis": 4, "prompt": [21, 25, 29], "prompt_token": 32, "prompt_tokens_detail": 32, "prompttokensdetail": 32, "pron": 31, "proof": 29, "properti": [4, 5, 33, 35], "propn": 31, "propon": 2, "propos": [2, 4, 13, 14, 15, 23, 25], "prostitut": 31, "protect": 13, "proteg": 3, "provid": [2, 4, 6, 7, 13, 15, 29, 32, 33, 35, 36], "proxi": 10, "proxim": 15, "prt": 31, "ps3572": 35, "pst": 18, "psychologi": [10, 33], "public": [3, 4, 5, 13, 24, 29, 32, 33, 35], "publicada": 32, "publication_qcod": 33, "publicli": [15, 29], "publicnot": 35, "publish": [4, 8, 13, 15, 29, 32, 33, 35], "pueblo": 32, "pull": [4, 10, 29], "pure": [10, 29], "purpos": [4, 15, 29], "pursu": 32, "push": [3, 29], "put": [7, 29], "pwd": [2, 3, 8, 9, 10], "py": 31, "py3": 31, "pydant": 31, "pymarc": [31, 32], "pymarcspec": [6, 31], "pypars": 31, "python": [6, 10, 15, 22, 25, 27, 29, 31, 32, 38], "python3": 31, "pytorch": 38, "pywiki": 4, "pz4": 35, "p\u00e1gina": 32, "q": [7, 10, 29, 33], "q102390435": 33, "q102420866": 33, "q10919214": 33, "q12345": 33, "q13442814": 33, "q1356869": 33, "q147638": 33, "q152040": 33, "q15716944": 33, "q15817100": 33, "q170584": 33, "q17929746": 33, "q21143366": 33, "q28595291": 33, "q313772": 33, "q4470008": 33, "q51903830": 33, "q51946229": 33, "q58329735": 33, "q62560226": 33, "q6295097": 33, "q70631906": 33, "q7256405": 33, "q7363671": 33, "q814448": 33, "q880582": 33, "q92383487": 33, "qa": 10, "qaghrbgokostupm36lcic8txv_41vqqwd8znfsqmabpo3mkzjicl02km8tqjc": 8, "qc": 10, "qcode": 33, "quadrant": 10, "qualifi": 4, "qualiti": [2, 4, 18], "quarterli": [3, 8, 10], "queri": [4, 15, 24, 29], "quest": 10, "question": [2, 3, 4, 5, 6, 7, 8, 9, 10], "quick": 37, "quickstat": 33, "quickstatements_output_with_qcod": 33, "quickstatements_with_qcod": 33, "quot": 31, "r": [12, 31], "race": 35, "rachel": 33, "racial": 35, "radio": [7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 20, 23, 24, 25, 27, 28, 29], "rais": 31, "raji": [3, 4], "ran": 29, "random": 6, "rang": [7, 33, 38], "rank": [5, 10], "ranksvm": 5, "rare": 29, "rate": 15, "rather": 7, "ratio": [6, 31], "rauch": 31, "rautenbach": 31, "raw": [2, 5], "rb": [31, 32], "rda": 32, "rdf": [4, 5, 13, 14, 24, 25], "rdr": 5, "react": [22, 25], "read": [3, 4, 5, 15, 31, 32, 36], "read_csv": 33, "readabl": [5, 13, 32], "reader": [5, 32], "readm": 7, "real": [32, 35], "realism": 32, "realiz": 2, "realli": [2, 4, 5, 10, 13], "reasoning_token": 32, "rec": [2, 6, 7, 8, 32], "recap": 28, "receipt": [36, 37], "recent": [2, 9, 31, 32, 33], "recept": 15, "recogn": 6, "record": [2, 4, 5, 6, 7, 8, 10, 18, 19, 24, 25, 31, 32], "rectangl": 33, "recur": [2, 3, 8, 9, 10], "refer": [4, 6, 7, 32, 38], "referencia": 32, "refin": 29, "reflect": 7, "reformat": 35, "refus": 32, "regex": 5, "registri": 8, "regress": 6, "regret": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 20], "regul": 13, "regular": 13, "rejected_prediction_token": 32, "rel": [2, 4, 13], "relat": [4, 5, 7, 9, 13, 32, 33, 35], "relationship": 5, "releas": [29, 31, 38], "relev": 35, "reload_ext": 31, "remain": [4, 5, 6, 9], "remaind": [16, 17, 32], "remov": [5, 29], "render": [6, 31], "reorder": 6, "repeat": 32, "replac": [29, 32, 33, 35], "repo": [4, 6, 29], "report": [2, 3, 4, 10, 13, 27, 33], "repositori": [4, 9, 10, 14, 29], "repres": [4, 7, 15, 32, 35], "represent": [4, 29, 32], "reproduc": 7, "request": [28, 29, 31, 36], "requir": [2, 3, 4, 5, 13, 15, 31, 32, 33, 35], "research": [2, 3, 4, 7, 10, 15, 27, 29, 38], "resourc": [0, 2, 4, 5, 6, 8, 21, 27, 29, 31], "respect": 32, "respons": [32, 33], "restrict": 13, "result": [2, 3, 4, 5, 7, 9, 10, 12, 13, 14, 15, 19, 29, 33], "retain": 29, "retent": 29, "rethink": 7, "retir": 31, "retriev": [5, 6, 31, 33, 36, 37], "retroact": 29, "return": [31, 33, 37], "reus": [7, 35], "review": [3, 4, 7, 10, 19, 33, 36], "revis": 29, "rfc": 4, "rgfe2syz7n0y_xhrh6falxc0nkz5wa_eejaikjyqpvqtfxxqrtreu3xf25gcdfqp": 6, "rich": 4, "richard": [31, 33], "richer": 4, "right": [4, 5], "rinehart": 35, "rip": 13, "risk": [7, 10], "rmdni3ippg7z48bntyrrf": 2, "robert": [27, 31, 33], "robust": 7, "rod": 31, "role": [0, 2, 4, 6, 32, 33], "ron": 33, "room": [4, 32], "routin": [2, 7], "row": [29, 32, 33], "rudersdorf": 2, "rule": [5, 6, 7, 29, 32], "ruler": 5, "run": [2, 4, 5, 7, 8, 13, 15, 35], "sa": 31, "safe": 29, "sai": 29, "sale": 13, "salient": 5, "same": 5, "sampl": [5, 13, 32], "sara": 29, "sarah": 31, "satisfi": 31, "save": [33, 37], "sawyer": 32, "scaffold": 4, "scalabl": 3, "scale": [3, 5], "scan": [24, 37], "schedul": [16, 17], "schema": [2, 4, 13], "scheme": 15, "schenkman": 33, "schneider": [2, 26], "scholarli": [4, 10, 33], "scholcomm": 10, "scienc": [0, 2, 5, 7, 10, 13, 14, 15, 33, 35], "scientif": [4, 5, 13, 33], "sconj": 31, "scope": [2, 3, 13], "score": 5, "scrape": 13, "script": [15, 27, 29], "search": [3, 4, 5, 13, 31, 33, 37], "search_wikidata": 33, "second": [2, 15, 30], "secondari": [2, 15], "secondli": 25, "section": [2, 9], "see": [2, 3, 4, 6, 11, 15], "seed": 4, "seen": 5, "segment": [2, 7], "select": [13, 15, 36], "self": [3, 10, 15], "sello": 31, "semant": 13, "semh": 14, "semi": [14, 29], "send": [9, 11], "sens": 4, "sensit": 13, "sentiment": 10, "separ": 13, "sequenti": 7, "seri": 32, "serial": 29, "seriou": 19, "serv": [7, 11], "server": [25, 35], "servic": [2, 3, 4, 9, 25, 29, 36], "service_ti": 32, "session": [0, 3, 6, 8, 15, 21], "set": [2, 3, 4, 8, 10, 15, 29, 31, 32], "setup": 7, "setuptool": 31, "sh2008116997": 31, "shaluzamax": 31, "shape": 4, "share": [0, 2, 4, 6, 7, 8, 10, 15, 29], "sharepoint": 15, "she": 13, "sheet": [13, 29, 32], "shex": 4, "ship": 32, "shop": 31, "short": 31, "shorter": 2, "should": [6, 13, 32, 35], "show": [2, 4, 32], "showcas": 25, "side": [10, 25], "sidecar": 24, "signific": [3, 22], "silm": 15, "sim1": 5, "sim2": 5, "similar": [2, 5, 13, 22, 29, 32, 36], "similarli": 13, "simn": 5, "simonwillison": [22, 25], "simpl": [3, 21, 29, 35], "simplic": 33, "simplifi": 32, "sinc": 33, "singl": 3, "sinopia": 7, "sip": [2, 3, 8, 9, 10], "sipho": 31, "site": [8, 13, 22, 31], "situada": 32, "situat": 13, "size": [5, 13, 29], "slack": [8, 24], "slaveri": 31, "sleep": 33, "slowli": 29, "sm": 31, "small": [2, 3, 6, 29], "smart": 31, "smarter": 7, "smithsonian": [4, 8, 13], "snippet": [5, 32], "so": [2, 5, 15, 32], "soa": 2, "social": [10, 35], "societi": 33, "softwar": [2, 4, 38], "soledad": 32, "solitud": 32, "solut": 13, "solv": 29, "some": [2, 4, 5, 7, 10, 13, 29, 32, 35], "someth": 5, "somewhat": 6, "somewher": [7, 12], "sonja": 21, "soon": 15, "sophist": [5, 15, 31], "sorri": 35, "sort": [5, 10], "sourc": [0, 4, 5, 7, 15, 19, 32, 35, 38], "south": 31, "southern": 35, "soyeon": 33, "spa": 32, "spacci": 5, "space": [2, 4], "spaci": [2, 5, 6, 7, 31, 38], "span": 13, "spanish_marc_record": 32, "sparql": 4, "spars": 4, "speak": [4, 13, 29], "speaker": [13, 16, 17], "spec008lang": 31, "spec508": 31, "spec511": 31, "spec520": 31, "spec7xx": 31, "speci": [7, 8], "special": [4, 10, 29], "specif": [2, 4, 25, 29, 32, 33, 35], "specifi": [4, 33], "speech": 5, "spell": 2, "spitzer": [3, 4], "split": 33, "spoc": 8, "sponsorship": 3, "spot": 7, "squar": 33, "srsly": 31, "srv": 31, "stack": 5, "staff": [29, 37], "stakehold": 7, "stand": 2, "standalon": 13, "standard": [4, 7, 10, 15, 29, 32], "standord": 7, "stanford": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "star": 11, "start": [8, 15, 29, 31], "state": [2, 15, 21, 35, 38], "statement": [4, 29, 32], "static": [8, 22], "station": 7, "statist": [2, 6, 15, 29], "statu": [36, 37], "status_cod": 33, "steer": 7, "step": [2, 4, 7, 10, 29, 32], "stewart": 31, "still": [7, 19], "stochast": 13, "stock": 31, "stoke": 10, "stop": [6, 11, 32], "storag": 29, "store": 4, "stori": [31, 32, 35], "stott": 33, "straightforward": 4, "strang": 35, "strateg": 10, "streamlit": 2, "street": 31, "streetwis": 31, "string": [4, 29, 33, 35], "strip": 33, "stroucken": 31, "structur": [2, 4, 7, 9, 13, 15, 29, 33], "struggl": [6, 29], "stuart": 33, "student": [7, 10], "studi": [5, 15, 33], "stuff": 15, "stupid": 33, "style": [13, 29, 31], "su": 32, "sub": 2, "subfield": [29, 32], "subject": [2, 3, 5, 7, 10, 29, 31, 32, 35], "subjecttypeid": 35, "submit": 23, "subset": 4, "subtitl": [32, 35], "succeed": 19, "success": [5, 13, 29, 31], "successfulli": 31, "sudamericana": 32, "suffici": 5, "suffix": 5, "suggest": [2, 4, 9, 36], "sul": [8, 22], "summari": [4, 5, 14, 32], "super": 2, "supervis": 7, "support": [4, 9, 13, 15], "sure": [13, 32, 35, 36], "surround": 4, "survei": [8, 9, 10, 11, 12, 14], "susan": 15, "swc": 9, "swiss": 29, "switch": [4, 6], "syllabi": 15, "syllabu": 15, "symbol": 38, "syntax": 6, "synthes": 15, "system": [3, 4, 13, 32, 33, 35, 36], "system_fingerprint": 32, "systemat": 13, "t": [2, 3, 4, 5, 6, 7, 11, 13, 16, 17, 19, 29, 31, 32], "tab": 5, "tabl": [4, 5, 15], "tabular": [4, 5], "tacl_a_00041": 13, "tag": [7, 10, 32], "tagger": 5, "tailor": 25, "take": [4, 5, 13, 29, 35], "taken": 4, "tale": 31, "talk": [4, 9, 25, 29], "tamu": 15, "tap": [2, 3, 8, 9, 10], "target": [5, 29], "task": [2, 6, 25, 29, 38], "taught": 13, "taxa": 7, "taxonomi": 6, "taylor": [29, 33], "teach": 29, "team": [7, 10], "tech": [6, 29], "techniqu": [8, 13, 15], "technologi": [0, 4, 13, 22, 33], "technologist": 13, "techpolicylab": 13, "tei": 7, "telephon": [2, 3, 8, 9, 10], "tell": [3, 29, 31], "templat": [7, 29], "tenant": 35, "tend": 4, "tennesse": 27, "tension": [13, 35], "tensorflow": 38, "term": [4, 7, 15, 32], "terminusdb": 24, "test": [2, 4, 5, 13, 29], "texa": [2, 3, 4, 5, 6, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], "texract": 15, "text": [2, 5, 7, 10, 11, 13, 15, 19, 31, 35], "textual": 5, "than": [2, 4, 5, 7], "thank": 36, "thecaglereport": 21, "thei": [2, 4, 5, 13, 32, 33], "them": [7, 13, 32, 33, 35, 36], "themselv": [13, 29], "theori": 15, "therefor": 5, "theses": [2, 7], "thi": [2, 3, 4, 7, 8, 9, 10, 11, 13, 25, 29, 32, 33], "thiel": 21, "thinc": 31, "thing": [2, 29], "think": [2, 4, 13], "third": [4, 9], "thompson": [2, 3, 4, 5, 6, 7, 8, 9, 21, 24, 25, 26, 28, 29], "thornton": [3, 4], "thoroughli": 4, "those": 4, "thought": [3, 5, 10], "thousand": 6, "thread": [13, 29], "three": [13, 25], "througal": 4, "through": [4, 7, 13, 15, 25, 29, 32], "thu": 13, "ti": 4, "tier": [15, 29], "til": [22, 25], "tim": [2, 3, 4, 5, 6, 7, 8, 9, 21, 24, 25, 26, 28, 29], "timathom": 8, "time": [2, 3, 4, 5, 7, 8, 9, 10, 13, 15, 18, 29, 32, 33], "titl": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 35], "tn7g4mpwqrjjosp_": 6, "toc": 2, "todai": [6, 7], "token": [2, 5, 6, 31], "tokenis": 5, "toll": [2, 3, 8, 9, 10], "tom": 32, "too": [4, 13], "tool": [2, 3, 4, 5, 7, 8, 10, 15, 19, 25, 29, 35], "tool_cal": 32, "topic": [4, 5, 6, 7, 9, 10, 11, 23, 32, 33], "torch": 38, "total_token": 32, "touch": 31, "toward": [10, 13], "town": 35, "tqdm": 31, "traceback": [31, 32, 33], "track": 6, "trade": [4, 31], "tradit": 33, "train": [2, 3, 4, 5, 6, 7, 10, 11, 13, 19, 29, 38], "transact": [13, 32], "transform": [2, 7, 25, 33], "translat": [4, 29], "transpar": [3, 4, 13], "travel": 13, "treat": [7, 29], "tree": 5, "tri": 2, "trick": 21, "tricki": 4, "tripl": [5, 13], "trizna": [4, 13], "true": 35, "truncat": 15, "trust": 2, "try": [5, 7, 29], "tt030": 2, "tuesdai": [2, 30], "tune": 2, "turn": [14, 29], "tutori": 9, "twain": 32, "twenti": 31, "twice": 29, "two": [11, 13, 15, 29, 32, 33, 39], "txt": [33, 35], "type": [4, 5, 6, 10, 13, 15, 31, 32, 35], "typer": 31, "typic": [30, 32], "typographi": 33, "u": [2, 3, 6, 7, 8, 9, 10, 32, 33, 35], "ucla": 2, "ucop": 28, "ui": [7, 33], "uk": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "ultim": [13, 29], "unclassifi": 5, "unclear": 13, "under": [3, 38], "undergradu": 10, "underneath": 24, "understand": [3, 7, 10], "undu": 2, "unequ": 29, "uneven": 4, "uniform": [29, 32], "uniqu": [7, 13, 19, 32, 35], "unit": 31, "univ": [4, 5, 6], "univers": [2, 5, 10, 11, 12, 13, 14, 15, 21, 23, 25, 29, 33], "univi": [3, 4], "unstopp": 11, "unstructur": [4, 31], "unsupervis": 7, "up": [2, 3, 4, 8, 9, 12, 13, 18, 27, 29, 31, 33], "updat": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 27, 35, 36, 37], "upload": [13, 15, 29, 37], "uptak": 13, "uri": [5, 35], "url": [5, 15, 32, 33, 35], "urllib3": 31, "us": [2, 3, 4, 5, 6, 7, 8, 10, 14, 15, 18, 19, 21, 24, 25, 27, 29, 31, 32, 38], "usag": 32, "usc": 2, "user": [4, 5, 8, 13, 25, 32, 33, 37], "usernam": 9, "usp": 29, "usual": 4, "util": 25, "uva": 2, "uw": 13, "ux": 10, "v": [3, 6, 10, 13, 32], "v2": [6, 14], "v948": 35, "valid": [10, 13, 19, 35], "valu": [5, 7, 13, 32, 33, 35], "valueerror": 31, "vandal": 15, "vari": [7, 32], "variabl": [4, 29], "varieti": 15, "variou": 2, "vasserman": [3, 4], "vaxnn3yrhba": 13, "vd": 31, "vdrama": 31, "vec": 24, "vector": [5, 24], "vendor": 11, "verb": [5, 6, 10, 15, 31], "verhoeff": 4, "veri": [4, 5, 29], "verif": [7, 33], "verifi": [7, 33, 36], "vers": [13, 31], "version": [4, 10, 13, 35], "vfiction": 32, "vi": [6, 10], "via": [2, 7, 15, 31], "viaf": 5, "victor": 9, "video": 13, "videodisc": 31, "videorecord": 31, "view": [2, 3, 4], "viewer": 15, "vii": [6, 10], "viii": 6, "villanuev": 8, "villanueva": 8, "violat": [4, 13], "vision": 38, "visual": [4, 15, 37], "vleng": 31, "vocab": 6, "vocabulari": 5, "voic": 29, "volum": [4, 29, 33], "vonnegut": 35, "voyag": 32, "vr": 4, "w": 33, "w8vzefv2bdrxlwpxnrucjoz3fau": 2, "wa": [2, 4, 7, 13, 15, 29, 31, 35], "wai": [0, 5, 7, 8, 29], "walden": 5, "want": [2, 4, 13, 29], "warpper": 5, "wasabi": 31, "washington": [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "watch": [4, 13], "wayn": 26, "wbsearchent": 33, "we": [2, 4, 5, 7, 8, 9, 11, 13, 16, 17, 25, 29, 33], "web": [4, 13, 25, 29, 31, 33], "websit": [9, 35], "week": [2, 3, 4, 7, 11], "weibel": 33, "well": [6, 13, 15, 16, 17], "wen": 33, "were": [2, 7, 15, 35], "west": 7, "western": 6, "wg": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "wh": 13, "whale": 32, "what": [2, 3, 4, 5, 6, 7, 10, 11, 15, 29, 31, 33], "when": [5, 6, 29], "where": [5, 10, 32], "which": [0, 5, 7, 32, 35], "white": [2, 4, 32], "whitmir": 7, "whl": 31, "who": [4, 5, 13, 31, 32, 35], "whole": 31, "whose": 5, "why": [4, 5, 7, 13], "wide": 4, "widespread": 13, "wikibas": 4, "wikidata": [2, 3, 4, 5, 7], "wikipedia": [4, 7], "wikiproject": [2, 4], "wilei": 33, "wilk": 33, "william": 19, "wilson": [3, 4], "winston": 35, "wit": 25, "within": [13, 15, 25], "without": [2, 4, 5, 10], "women": 35, "won": [4, 31], "wonder": 5, "word": [5, 6, 10, 15, 29], "word2vec": 10, "work": [2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 18, 21, 24, 25, 29, 30, 32, 33], "work_of_art": 31, "worker": 21, "workflow": [2, 4, 8, 14, 15, 19, 25, 36], "worksheet": 13, "workshop": [13, 14, 33], "world": 4, "worm": 7, "worri": 5, "wors": 29, "would": [4, 5, 6, 8, 15, 19, 29, 32, 35], "wouldn": [13, 31], "woymc8o5rqa63tyckwzuuken9_s95wmfid7y0rndriinj_bufmyeab8kqzilyhza": 7, "wp": 13, "write": [4, 9, 12, 13, 29, 33], "writer": 31, "written": [4, 5, 35], "wrlc": [27, 28, 29], "wrong": [13, 29], "wu": [3, 4, 33], "www": [5, 6, 13, 32, 33, 35, 38], "x": [6, 32, 35], "x64": 31, "xcomp": 31, "xi": 6, "xii": 6, "xiii": 6, "xiv": 6, "xml": 7, "xpath": 6, "xslt": 27, "xx": 32, "xxu": 32, "y": [32, 35], "yale": [2, 3, 4, 5, 6, 7, 8, 9, 21, 24, 25, 26, 28, 29, 31], "ye": [4, 7, 15], "year": [4, 5, 7, 16, 17, 25, 27, 29, 31, 32, 33], "yelton": 7, "yet": 7, "yield": 10, "yorick": 33, "york": 35, "you": [4, 5, 6, 9, 13, 29, 31, 32, 33, 35], "young": 35, "younger": 4, "your": [3, 6, 9, 13, 25, 32, 35], "yourfil": 32, "youtub": 13, "z": 32, "zaldivar": [3, 4], "zealand": 10, "zip": 15, "zipp": 31, "zone": 29, "zoom": [2, 3, 6, 7, 8, 9, 10], "zoomcrc": [2, 3, 8, 9, 10], "zotero": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, "titles": ["AI4LAM Metadata Working Group", "Bibliography", "January 12, 2021", "February 9, 2021", "March 9, 2021", "April 13, 2021", "May 11, 2021", "June 08, 2021", "September 14, 2021", "October 12, 2021", "November 9, 2021", "January 11, 2022", "March 8, 2022", "April 12, 2022", "July 12, 2022", "September 13, 2022", "October 11, 2022", "December 13, 2022", "January 10, 2023", "February 14, 2023", "March 13, 2023", "April 11, 2023", "May 9, 2023", "July 11, 2023", "September 12, 2023", "October 10, 2023", "November 13, 2023", "January 9, 2024", "February 13, 2024", "March 12, 2024", "Monthly Meetings", "AI4LAM Metadata Working Group", "<no title>", "Hackathon using Linked Data with quick statements in wikidata", "Projects", "Catalog a FOLIO JSON Instance for the book Pride and Prejudice by Jane Austin", "ChatGPT-based Use Case", "FOLIO ML Use Case - Checkout Fast Add Record", "Tools for Machine Learning and Artificial Intelligence", "Courses, Training, and Learning Resources"], "titleterms": {"08": 7, "10": [18, 25], "11": [6, 11, 16, 21, 23, 31], "12": [2, 9, 13, 14, 24, 29], "13": [5, 15, 17, 20, 26, 28], "14": [8, 19], "2021": [2, 3, 4, 5, 6, 7, 8, 9, 10, 31], "2022": [11, 12, 13, 14, 15, 16, 17], "2023": [18, 19, 20, 21, 22, 23, 24, 25, 26], "2024": [27, 28, 29], "42": 35, "456677": 35, "66014582": 35, "8": 12, "9": [3, 4, 10, 22, 27], "about": 13, "abov": 35, "access": 13, "action": [2, 3], "add": 37, "again": 35, "agenda": [2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "ai": 13, "ai4lam": [0, 31], "all": 13, "along": 13, "appli": 13, "approach": 13, "approch": 31, "april": [5, 13, 21], "ar": 13, "artifici": 38, "aspect": 13, "austin": 35, "base": 36, "bibliograph": 13, "bibliographi": 1, "big": 13, "book": 35, "broader": 13, "c": 13, "case": [36, 37], "catalog": 35, "chatgpt": 36, "checkout": 37, "com": 35, "convert": 35, "could": 13, "cours": [13, 39], "data": [2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33], "dataset": 13, "decemb": 17, "document": [2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "done": 13, "edu": 35, "endpoint": 35, "entiti": 31, "exist": 13, "fair": 13, "fast": 37, "februari": [3, 19, 28], "fill": 13, "folio": [35, 37], "framework": 38, "free": 39, "gener": 35, "githubusercont": 35, "good": 13, "gov": 35, "group": [0, 31], "hackathon": 33, "hard": 13, "have": 13, "head": [6, 9], "help": [12, 13, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29], "how": 13, "http": 35, "i": 13, "implement": 13, "instanc": 35, "institut": 13, "intellig": 38, "interest": 13, "internet": 13, "inventori": 35, "item": [2, 3], "jane": 35, "januari": [2, 11, 18, 27], "json": 35, "juli": [14, 23], "june": 7, "lab": 13, "lam": 13, "languag": 38, "lccn": 35, "learn": [38, 39], "legal": 13, "level": 13, "licens": 13, "like": 13, "limit": 13, "link": [12, 13, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33], "loc": 35, "lot": 13, "machin": 38, "mai": [6, 22, 31], "manag": 13, "march": [4, 12, 20, 29], "marcxml": 35, "master": 35, "match": 31, "meet": [0, 2, 3, 30], "metadata": [0, 13, 31], "misappli": 13, "ml": 37, "mod": 35, "model": 13, "monthli": 30, "more": 13, "much": 13, "natur": 38, "new": 35, "nlp": 38, "note": [2, 3], "notebook": 0, "novemb": [10, 26], "now": 35, "obvious": 13, "octob": [9, 16, 25], "okapi": 35, "open": 13, "org": 35, "paper": 13, "pictur": 13, "plan": 13, "polici": 13, "post": 35, "prejudic": 35, "pride": 35, "principl": 13, "process": 38, "project": [0, 2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 34], "prompt": [35, 36], "pyramid": 35, "question": 13, "quick": 33, "raml": 35, "raw": 35, "record": [35, 37], "repositori": 13, "research": 13, "resourc": 39, "respons": [35, 36], "same": 13, "schema": 35, "septemb": [8, 15, 24], "set": 13, "singl": 13, "sociologi": 13, "someth": 13, "sourc": 13, "stanford": 35, "statement": [13, 33], "student": 13, "tech": 13, "thi": 35, "thing": 13, "token": 35, "tool": [13, 38], "topic": [2, 3, 8, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], "train": 39, "u": 13, "us": [13, 33, 35, 36, 37], "usabl": 13, "valuabl": 13, "veri": 13, "wai": 13, "what": 13, "while": 13, "wide": 13, "wikidata": 33, "wink": 35, "wonder": 13, "work": [0, 31], "would": 13}}) \ No newline at end of file