{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "c:\\note\\IntroToDatasci\\.conda\\Lib\\site-packages\\tqdm\\auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", " from .autonotebook import tqdm as notebook_tqdm\n" ] } ], "source": [ "from sentence_transformers import SentenceTransformer\n" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "c:\\note\\IntroToDatasci\\.conda\\Lib\\site-packages\\huggingface_hub\\file_download.py:139: UserWarning: `huggingface_hub` cache-system uses symlinks by default to efficiently store duplicated files but your machine does not support them in C:\\Users\\sorra\\.cache\\huggingface\\hub\\models--sentence-transformers--all-mpnet-base-v2. Caching files will still work but in a degraded version that might require more space on your disk. This warning can be disabled by setting the `HF_HUB_DISABLE_SYMLINKS_WARNING` environment variable. For more details, see https://huggingface.co/docs/huggingface_hub/how-to-cache#limitations.\n", "To support symlinks on Windows, you either need to activate Developer Mode or to run Python as an administrator. In order to activate developer mode, see this article: https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development\n", " warnings.warn(message)\n" ] } ], "source": [ "modelPath = \"embedding_model\"\n", "\n", "model = SentenceTransformer('all-mpnet-base-v2')\n", "model.save(modelPath)\n", "model = SentenceTransformer(modelPath)" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "from spark_setup import create_spark_session, load_data, file_paths\n", "from pyspark.sql import functions as F" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [], "source": [ "spark = create_spark_session()\n", "\n", "# Load Spark data\n", "dataframes = load_data(spark, file_paths)\n", "spark_details = {\n", " \"SparkSession\": \"In-Memory\",\n", " \"SparkContext\": str(spark.sparkContext),\n", " \"Spark UI\": spark.sparkContext.uiWebUrl,\n", " \"Version\": spark.version,\n", " \"Master\": spark.sparkContext.master,\n", " \"AppName\": spark.sparkContext.appName\n", "}" ] }, { "cell_type": "code", "execution_count": 16, "metadata": {}, "outputs": [], "source": [ "df = dataframes[\"geospatial_clustering_data\"]\n", "titles = df.select(\"title_x\").rdd.flatMap(lambda x: x).collect()" ] }, { "cell_type": "code", "execution_count": 15, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "[Row(_c0=0, Unnamed: 0_x=0, publication_id='998a43f1-b808-46c9-8a11-e0edddcadb8a', affiliation_id=60029445, header='University of Minnesota Twin Cities', city='MN', country='United States', title_x='Wer Viewership and Queer Imag(in)ing: Thai Soap Opera Shadow of Love and Boys Love Media', publication_year='2024', Unnamed: 0_y='0', title_y='Wer Viewership and Queer Imag(in)ing: Thai Soap Opera Shadow of Love and Boys Love Media', abstract='This article brings film/media theory into Southeast Asian research through a revisionist queer approach. It contains two goals: addressing some recent developments about queer imag(in)ing in Thai media whilst reappraising the fundamental question of spectatorship via screen theory. Taking into account the more general issue of media specificity and the particular textual device of identity/gender-switch in several recent Thai television serials, we propose the notion of wer viewership: a mode of viewing practice that features viewer-text interaction through the perceptual-cognitive processes, and is characterised by wer/excessive aesthetics, multiple meanings, and diverse pleasures. Resonant with camp reading, wer viewership underlines how the viewer actively makes sense of the ambiguities about gender, particularly those along the extra-/diegetic interface. We use Thai soap opera Shadow of Love to illuminate the wer/excessive aesthetics rendered through its identity/gender play bordering on the extra-/diegetic divide, and the enhanced pleasures and meanings thus available to its extradiegetic active viewers. We stress, though, the expanded queer imag(in)ing in Shadow is not of total free interpretation, but is animated in relation to both the evolving discourses about gender/sexuality in Thailand, and the popularising homoerotic Boys Love (BL) media across Asia in recent years. © Chulalongkorn University, 2024.', combined_text='Wer Viewership and Queer Imag(in)ing: Thai Soap Opera Shadow of Love and Boys Love Media This article brings film/media theory into Southeast Asian research through a revisionist queer approach. It contains two goals: addressing some recent developments about queer imag(in)ing in Thai media whilst reappraising the fundamental question of spectatorship via screen theory. Taking into account the more general issue of media specificity and the particular textual device of identity/gender-switch in several recent Thai television serials, we propose the notion of wer viewership: a mode of viewing practice that features viewer-text interaction through the perceptual-cognitive processes, and is characterised by wer/excessive aesthetics, multiple meanings, and diverse pleasures. Resonant with camp reading, wer viewership underlines how the viewer actively makes sense of the ambiguities about gender, particularly those along the extra-/diegetic interface. We use Thai soap opera Shadow of Love to illuminate the wer/excessive aesthetics rendered through its identity/gender play bordering on the extra-/diegetic divide, and the enhanced pleasures and meanings thus available to its extradiegetic active viewers. We stress, though, the expanded queer imag(in)ing in Shadow is not of total free interpretation, but is animated in relation to both the evolving discourses about gender/sexuality in Thailand, and the popularising homoerotic Boys Love (BL) media across Asia in recent years. © Chulalongkorn University, 2024.', cluster='6'),\n", " Row(_c0=1, Unnamed: 0_x=2, publication_id='0b554e30-f32a-4e26-8dcf-6831bab2875e', affiliation_id=60104301, header='Nazarbayev University', city='Astana', country='Kazakhstan', title_x='Robust Supervisory Control for Automated Manufacturing Systems with Minimal Decentralized Switch-Buffer Controllers', publication_year='2024', Unnamed: 0_y='3', title_y='Robust Supervisory Control for Automated Manufacturing Systems with Minimal Decentralized Switch-Buffer Controllers', abstract=\"Automated manufacturing systems require effective supervisory control mechanisms to ensure their efficient operation and prevent fatal errors. Majority of the deadlock supervisory control policies for automated manufacturing systems are formulated based on the presupposition that the systems' resources are all reliable. However, in actuality systems' resources experience failure. Deadlocks and blockages could still occur in a system with failure-prone resources to which a supervisory controller is deployed if a failure-prone resource in the system fails. Extra buffers (redundant buffers) are usually used on production floors to store work-in-process parts in order to prevent deadlocks or blockages caused by the failure of failure-prone resources. However, additional buffers signify extra costs to the enterprise. To this end, this paper presents a robust supervisory control framework for automated manufacturing systems that utilizes minimum amount of decentralized buffer units and switch controllers, viz., switch-buffer controllers. The policy combines control places computed to prevent deadlocks in the system and switch-buffer controllers to prevent deadlocks/blockages in the event of failure-prone resource failure. Both the plant and the proposed supervisory controller are modeled using Petri nets. Examples are used to validate and demonstrate the effectiveness of the proposed approach. Furthermore, the results, compared with some existing techniques, indicate that the proposed technique has more advantages over them. © 2013 IEEE.\", combined_text=\"Robust Supervisory Control for Automated Manufacturing Systems with Minimal Decentralized Switch-Buffer Controllers Automated manufacturing systems require effective supervisory control mechanisms to ensure their efficient operation and prevent fatal errors. Majority of the deadlock supervisory control policies for automated manufacturing systems are formulated based on the presupposition that the systems' resources are all reliable. However, in actuality systems' resources experience failure. Deadlocks and blockages could still occur in a system with failure-prone resources to which a supervisory controller is deployed if a failure-prone resource in the system fails. Extra buffers (redundant buffers) are usually used on production floors to store work-in-process parts in order to prevent deadlocks or blockages caused by the failure of failure-prone resources. However, additional buffers signify extra costs to the enterprise. To this end, this paper presents a robust supervisory control framework for automated manufacturing systems that utilizes minimum amount of decentralized buffer units and switch controllers, viz., switch-buffer controllers. The policy combines control places computed to prevent deadlocks in the system and switch-buffer controllers to prevent deadlocks/blockages in the event of failure-prone resource failure. Both the plant and the proposed supervisory controller are modeled using Petri nets. Examples are used to validate and demonstrate the effectiveness of the proposed approach. Furthermore, the results, compared with some existing techniques, indicate that the proposed technique has more advantages over them. © 2013 IEEE.\", cluster='9'),\n", " Row(_c0=2, Unnamed: 0_x=3, publication_id='93e8dd90-5e13-423f-b2d2-c362a7da2cb9', affiliation_id=60031780, header='Thai Red Cross Agency', city='Bangkok', country='Thailand', title_x='Association of PNPLA3 risk variant with steatotic liver disease among lean people with HIV mono-infection', publication_year='2024', Unnamed: 0_y='4', title_y='Association of PNPLA3 risk variant with steatotic liver disease among lean people with HIV mono-infection', abstract=None, combined_text='Association of PNPLA3 risk variant with steatotic liver disease among lean people with HIV mono-infection ', cluster='5'),\n", " Row(_c0=3, Unnamed: 0_x=6, publication_id='4ba78171-27b1-4af1-94c7-87845c85b922', affiliation_id=60018465, header='Yanshan University', city='Hebei', country='China', title_x='Polyethylene Glycol-Protected Zinc Microwall Arrays for Stable Zinc Anodes', publication_year='2024', Unnamed: 0_y='5', title_y='Polyethylene Glycol-Protected Zinc Microwall Arrays for Stable Zinc Anodes', abstract='Aqueous zinc-ion batteries promise good commercial application prospects due to their environmental benignity and easy assembly under atmospheric conditions, positioning them as a viable alternative to lithium-ion batteries. However, some inherent issues, such as chaotic zinc dendrite growth and inevitable side reactions, challenge the commercialization progress. In this work, we imprint highly ordered zinc microwall arrays to regulate the electric field toward uniform Zn deposition. Afterward, coating a polyethylene glycol protection layer on the zinc microwalls aims to passivate the surface defects that rise unintentionally by mechanical imprinting. Polyethylene glycol can also boost oriented Zn deposition along the (002) plane and inhibit hydrogen gas production, further enhancing the stability of such three-dimensional (3D) hybrid anodes. Compared to the messy electric field near the polyethylene glycol-protected Zn foil, the uniform electric field provided by these 3D hybrid anodes can regulate the Zn deposition behaviors, enabling a longer lifespan and thus certifying the necessity of adding 3D microstructures. Additionally, 3D microstructures can offer a larger surface area than that of the planar Zn foil, providing more reaction sites and higher specific capacity. In this case, the 3D hybrid electrode exhibits a good initial capacity of approximately 120 mA h/g at a current density of 5 A/g and a nice retention of more than 80% after 800 cycles. The proposed scheme paves the way for a long-term stable 3D zinc anode solution with promising application prospects. © XXXX The Authors.', combined_text='Polyethylene Glycol-Protected Zinc Microwall Arrays for Stable Zinc Anodes Aqueous zinc-ion batteries promise good commercial application prospects due to their environmental benignity and easy assembly under atmospheric conditions, positioning them as a viable alternative to lithium-ion batteries. However, some inherent issues, such as chaotic zinc dendrite growth and inevitable side reactions, challenge the commercialization progress. In this work, we imprint highly ordered zinc microwall arrays to regulate the electric field toward uniform Zn deposition. Afterward, coating a polyethylene glycol protection layer on the zinc microwalls aims to passivate the surface defects that rise unintentionally by mechanical imprinting. Polyethylene glycol can also boost oriented Zn deposition along the (002) plane and inhibit hydrogen gas production, further enhancing the stability of such three-dimensional (3D) hybrid anodes. Compared to the messy electric field near the polyethylene glycol-protected Zn foil, the uniform electric field provided by these 3D hybrid anodes can regulate the Zn deposition behaviors, enabling a longer lifespan and thus certifying the necessity of adding 3D microstructures. Additionally, 3D microstructures can offer a larger surface area than that of the planar Zn foil, providing more reaction sites and higher specific capacity. In this case, the 3D hybrid electrode exhibits a good initial capacity of approximately 120 mA h/g at a current density of 5 A/g and a nice retention of more than 80% after 800 cycles. The proposed scheme paves the way for a long-term stable 3D zinc anode solution with promising application prospects. © XXXX The Authors.', cluster='1'),\n", " Row(_c0=4, Unnamed: 0_x=8, publication_id='4ba78171-27b1-4af1-94c7-87845c85b922', affiliation_id=60022148, header='University College London', city='London', country='United Kingdom', title_x='Polyethylene Glycol-Protected Zinc Microwall Arrays for Stable Zinc Anodes', publication_year='2024', Unnamed: 0_y='5', title_y='Polyethylene Glycol-Protected Zinc Microwall Arrays for Stable Zinc Anodes', abstract='Aqueous zinc-ion batteries promise good commercial application prospects due to their environmental benignity and easy assembly under atmospheric conditions, positioning them as a viable alternative to lithium-ion batteries. However, some inherent issues, such as chaotic zinc dendrite growth and inevitable side reactions, challenge the commercialization progress. In this work, we imprint highly ordered zinc microwall arrays to regulate the electric field toward uniform Zn deposition. Afterward, coating a polyethylene glycol protection layer on the zinc microwalls aims to passivate the surface defects that rise unintentionally by mechanical imprinting. Polyethylene glycol can also boost oriented Zn deposition along the (002) plane and inhibit hydrogen gas production, further enhancing the stability of such three-dimensional (3D) hybrid anodes. Compared to the messy electric field near the polyethylene glycol-protected Zn foil, the uniform electric field provided by these 3D hybrid anodes can regulate the Zn deposition behaviors, enabling a longer lifespan and thus certifying the necessity of adding 3D microstructures. Additionally, 3D microstructures can offer a larger surface area than that of the planar Zn foil, providing more reaction sites and higher specific capacity. In this case, the 3D hybrid electrode exhibits a good initial capacity of approximately 120 mA h/g at a current density of 5 A/g and a nice retention of more than 80% after 800 cycles. The proposed scheme paves the way for a long-term stable 3D zinc anode solution with promising application prospects. © XXXX The Authors.', combined_text='Polyethylene Glycol-Protected Zinc Microwall Arrays for Stable Zinc Anodes Aqueous zinc-ion batteries promise good commercial application prospects due to their environmental benignity and easy assembly under atmospheric conditions, positioning them as a viable alternative to lithium-ion batteries. However, some inherent issues, such as chaotic zinc dendrite growth and inevitable side reactions, challenge the commercialization progress. In this work, we imprint highly ordered zinc microwall arrays to regulate the electric field toward uniform Zn deposition. Afterward, coating a polyethylene glycol protection layer on the zinc microwalls aims to passivate the surface defects that rise unintentionally by mechanical imprinting. Polyethylene glycol can also boost oriented Zn deposition along the (002) plane and inhibit hydrogen gas production, further enhancing the stability of such three-dimensional (3D) hybrid anodes. Compared to the messy electric field near the polyethylene glycol-protected Zn foil, the uniform electric field provided by these 3D hybrid anodes can regulate the Zn deposition behaviors, enabling a longer lifespan and thus certifying the necessity of adding 3D microstructures. Additionally, 3D microstructures can offer a larger surface area than that of the planar Zn foil, providing more reaction sites and higher specific capacity. In this case, the 3D hybrid electrode exhibits a good initial capacity of approximately 120 mA h/g at a current density of 5 A/g and a nice retention of more than 80% after 800 cycles. The proposed scheme paves the way for a long-term stable 3D zinc anode solution with promising application prospects. © XXXX The Authors.', cluster='1')]" ] }, "execution_count": 15, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df.head(5)" ] }, { "cell_type": "code", "execution_count": 35, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Number of Selected Indices: (3,)\n", "Top 10 Titles: ['Factors affecting repositioning policy compliance: an integrative review', 'Identification, Management, and Outcomes of Combination Antiretroviral Treatment Failure in Adolescents with Perinatal Human Immunodeficiency Virus Infection in Asia', 'Development and Validation of a Pan-Genotypic Real-Time Quantitative Reverse Transcription-PCR Assay To Detect Canine Distemper Virus and Phocine Distemper Virus in Domestic Animals and Wildlife']\n", "Last 10 Titles: ['Factors affecting repositioning policy compliance: an integrative review', 'Identification, Management, and Outcomes of Combination Antiretroviral Treatment Failure in Adolescents with Perinatal Human Immunodeficiency Virus Infection in Asia', 'Development and Validation of a Pan-Genotypic Real-Time Quantitative Reverse Transcription-PCR Assay To Detect Canine Distemper Virus and Phocine Distemper Virus in Domestic Animals and Wildlife']\n" ] } ], "source": [ "import numpy as np\n", "from sklearn.metrics.pairwise import cosine_similarity, euclidean_distances\n", "\n", "\n", "embeddings = np.load(\"embeddings.npy\")\n", "\n", "input = \"Game\"\n", "\n", "# Encode the input query\n", "input_embedding = model.encode(input)\n", "\n", "# Calculate similarity scores\n", "cos_similarities = cosine_similarity([input_embedding], embeddings)[0]\n", "\n", "threshold = 0.38 # Set your desired threshold\n", "\n", "# Find indices where cosine similarity exceeds the threshold\n", "selected_indices = np.where(cos_similarities >= threshold)[0]\n", "\n", "# Sort the selected indices based on cosine similarity in descending order\n", "sorted_indices = selected_indices[np.argsort(cos_similarities[selected_indices])[::-1]]\n", "\n", "# Get the top 10 and last 10 titles\n", "top_10_titles = [titles[i] for i in sorted_indices[:10]]\n", "last_10_titles = [titles[i] for i in sorted_indices[-10:]]\n", "\n", "print(\"Number of Selected Indices:\", sorted_indices.shape)\n", "print(\"Top 10 Titles:\", top_10_titles)\n", "print(\"Last 10 Titles:\", last_10_titles)" ] }, { "cell_type": "code", "execution_count": 36, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(19999,)" ] }, "execution_count": 36, "metadata": {}, "output_type": "execute_result" } ], "source": [ "publications_df[\"publication_id\"].shape" ] }, { "cell_type": "code", "execution_count": 37, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "{0: '998a43f1-b808-46c9-8a11-e0edddcadb8a',\n", " 1: '44389cca-52a8-4efb-b501-dff66d4c8e04',\n", " 2: 'f2d4527d-88d4-4f91-9857-fd60d347af84',\n", " 3: '0b554e30-f32a-4e26-8dcf-6831bab2875e',\n", " 4: '93e8dd90-5e13-423f-b2d2-c362a7da2cb9',\n", " 5: '4ba78171-27b1-4af1-94c7-87845c85b922',\n", " 6: '9ace2de5-6995-45e1-9861-834ec02e37e4',\n", " 7: '129403dd-3450-4011-a77e-6365cbdec2e8',\n", " 8: 'caa341a0-5c4b-42de-a5e8-61f1893e3bdf',\n", " 9: '185e7421-8d00-49a2-929e-7607a75e07de',\n", " 10: '9d5d32f8-feba-429e-b525-d178d376f040',\n", " 11: '3e1424e2-e64c-4721-ba2a-7ebf392d3313',\n", " 12: '708719c2-044f-4cfd-ab72-ad2d992f054e',\n", " 13: '49113f2d-b03e-442b-a637-c6d9fe7a5d12',\n", " 14: '565112d0-d8e8-4d01-bbfc-539c343060ee',\n", " 15: 'caa7f034-0ca7-4f66-a20e-75353f98c803',\n", " 16: 'f00407ca-49f6-4ebd-ab4c-d707126bf076',\n", " 17: '57e721b4-2e7f-495e-8d6e-cfa3a5648d4c',\n", " 18: '170e550d-2cab-4c79-a40f-ef7312275a46',\n", " 19: 'dfcfaab9-4281-4d44-a90c-2c0ad23514bd',\n", " 20: 'a7a9d7f7-574e-4a1b-9203-78b9a0f9bf36',\n", " 21: 'd2f5a5ef-509c-4150-903f-c12d3e56a04a',\n", " 22: '22e9b950-c185-42d6-aaab-e3ed7335c474',\n", " 23: 'dd2405cf-194d-4ef9-8270-4a879e4ee5c6',\n", " 24: '89888fe6-11ae-47ca-8769-a022a0498495',\n", " 25: '775dc2d7-50fc-41de-9a72-d23076a8e13d',\n", " 26: '219ff306-afa1-48e3-a489-123729287db7',\n", " 27: '2ddf1657-ce4e-43e8-a89d-b7fa6b28c47e',\n", " 28: 'dc00cf8b-c0b9-4798-90c6-d73a3907c9e7',\n", " 29: 'd0907bb7-bb16-4ae9-a8d2-09dea104e26d',\n", " 30: '244ba1d5-7af6-4c1c-a878-534b56815fff',\n", " 31: '873cde4f-afe4-4603-b0ad-bf801e7a855c',\n", " 32: '6ad58b19-b9e9-4796-8112-36b906e07ef5',\n", " 33: '562200d9-a1b8-4478-8786-67e3e323a852',\n", " 34: '9b40f0a7-2c48-49f0-bcbb-cfb2c12f75ff',\n", " 35: 'a02660fb-0681-4797-83cf-59c522004210',\n", " 36: '5d496661-69aa-443f-beb0-b539441da662',\n", " 37: '1dc5331a-b99d-4509-be18-ad26df0dd024',\n", " 38: 'f008a0e0-a53f-4b7b-b439-c72cbe0c9599',\n", " 39: '7d9bbdb2-14cf-4b1e-aff4-39bea39848c4',\n", " 40: '42a3453e-8d11-4a04-99ed-9581be151ee6',\n", " 41: 'fede7ddb-277c-475a-911b-5d9c15dcd797',\n", " 42: 'b80a863c-4ebf-42fa-a312-a8f0b687b836',\n", " 43: 'cdb3b62d-81b3-4be2-9594-c3f1aa980f1f',\n", " 44: 'f886299c-c1f4-4977-8be7-795c06c5142c',\n", " 45: '5279a92e-2b2a-4d6a-9ae5-036f58d31f49',\n", " 46: 'a2abe411-1617-4c20-b96a-b943be634c1a',\n", " 47: 'b1cce132-9ad0-4b1b-917b-f80556a22fe0',\n", " 48: 'be0bacc1-5453-4f40-8745-40d143d93afa',\n", " 49: '54bf1212-d0db-4ed4-a7b6-d651b5a4f295',\n", " 50: 'd7e12c55-d6a9-43b9-a59f-b2855965dce0',\n", " 51: '9ac31c6b-3bab-4bb2-97bd-0dd8c9e28f29',\n", " 52: '02dcec8a-daa9-47bf-82c4-71c8325df4d4',\n", " 53: '172b5480-151b-4a3b-be88-f592876c80a3',\n", " 54: '3813ed0b-4115-447d-a09b-b2005140bdde',\n", " 55: 'd74f97c3-56dc-4ad7-9f67-57315ff24fce',\n", " 56: 'b9c49f82-3bdc-4036-96a5-d1d840a57c85',\n", " 57: '9c3772d5-99f0-4bf6-81f4-6e18b0af2bbf',\n", " 58: 'b86b5098-4289-41bf-96c8-4c166c47b3f8',\n", " 59: 'fc35bdfa-6501-4c19-b45e-d1342a96cdd2',\n", " 60: '47da37ff-5aa6-4479-9cdb-1e4ca5d92187',\n", " 61: '759948bc-f058-4e91-8cf6-dbaaa0d483ef',\n", " 62: '9adbb198-bda9-4efe-9c8d-1704580c8bce',\n", " 63: 'cbfde9e3-e812-4b4a-8b70-76135dcee6cc',\n", " 64: '8d68e90c-6f4f-4369-aec1-ecf2bdd192a2',\n", " 65: '799a7974-526f-4cd7-9ad4-27104a85fdb1',\n", " 66: '7aacc5f6-f95a-4fc9-8801-0824d1956098',\n", " 67: 'd87cd60f-4fe0-41e6-8779-ae4658a5f3e5',\n", " 68: '9bdf10e3-68f7-490d-9ab6-e47e65b67c0f',\n", " 69: 'b56e4b2c-6f46-4cfd-a9fd-7969e4aecc00',\n", " 70: '0e81d20e-fc98-47ec-9744-557f3ed680d0',\n", " 71: '19889f09-4d8d-4939-9fa3-f7576cdf499b',\n", " 72: '3d504b77-150b-43bc-9c37-c298015037e9',\n", " 73: '49b3bb1d-1ae1-4b29-8ec2-397ef05206e2',\n", " 74: 'f5b66828-833e-4054-93b0-25177a539e79',\n", " 75: 'fbfdbf4d-f874-4bc4-8ad3-db7b59ad8612',\n", " 76: '0c3881b6-dd25-47a9-9374-39f880a704e4',\n", " 77: 'be791960-ef12-4120-bd45-7a6f6df5f7da',\n", " 78: '2e067ecc-abf3-43ad-aaa2-bffcd8dc1fe4',\n", " 79: '715b9f5d-4b86-48cb-a67e-3e7444e765d7',\n", " 80: '653ff503-51af-4cfd-8835-853a0294b7b6',\n", " 81: '7cc01439-613b-45f6-b023-dfaf882fe412',\n", " 82: '5b44faf3-c976-4cf3-818d-02ba5d94d527',\n", " 83: '4c6607fe-d7d2-4a5b-aae7-181801c4511b',\n", " 84: 'a2699a55-97af-434f-b943-9697cd22c096',\n", " 85: 'f3f72b15-7ac5-4e6d-a10b-29a36caf3318',\n", " 86: '15d220ca-234d-400b-a513-b5498d871779',\n", " 87: '9b923fc8-19df-4a05-b0ec-034abd5632f2',\n", " 88: 'ded5ccf4-aff3-485a-b7f7-6a1828b32ed5',\n", " 89: '15d7a8b4-e751-4ea8-ad9f-467fa07500f4',\n", " 90: '63857700-6480-42de-bd24-11dd6a07ef8e',\n", " 91: '3667838e-e53f-4120-b328-479e75d8b6e0',\n", " 92: '134aab2d-d6c4-49f5-965b-81b94c213a14',\n", " 93: '03b2c09a-eafa-4580-b2ba-0c7ab054f552',\n", " 94: 'dbf43be4-469a-445e-8d4a-6294bea356c7',\n", " 95: '1e0f704d-89ce-4282-8669-9f40dc0fa22c',\n", " 96: 'a62edc2f-70e7-4d32-937b-7aec54480403',\n", " 97: '500dbb5a-97c9-47b5-8c90-a28a8a3e9137',\n", " 98: '27273036-06a7-4a5e-9ee5-3daaf1036651',\n", " 99: '6d119edc-e1f1-483c-ae69-2684d872c334',\n", " 100: '97b5ff3a-b660-4e2b-92ab-7e14f98dc23e',\n", " 101: '3d648990-de7b-4738-a351-94a0da454b71',\n", " 102: '054a3882-82f8-4442-96b4-9f5d9de02489',\n", " 103: '84b7f192-1265-4d35-bdd1-2ad5b766db53',\n", " 104: 'b252abc3-8872-43a1-b52d-7977a2eb7534',\n", " 105: 'eae3c2d4-20c7-4b51-808a-c6cf76b4ae16',\n", " 106: '5ea1158a-b71a-4383-a730-b928b3bee23b',\n", " 107: '1d7739f3-114c-4488-ae72-ad9e0c234a20',\n", " 108: '2a7bc9b2-e37e-4d1d-8851-827accf74942',\n", " 109: '98d02a95-8377-4fde-8017-a17b3a3041e1',\n", " 110: '20f21ac7-405f-46ef-8059-f525a0f997e9',\n", " 111: '4a0bea8c-e7c3-4ecb-bc14-816cf6fc3231',\n", " 112: '7cbc888f-b0fc-4e34-bd66-b46304532cf6',\n", " 113: 'eb7aad5c-089a-4d20-9105-ce9aaf91fdfe',\n", " 114: 'c6dbd4bb-ddc4-4c9b-b082-03dd916f7ab0',\n", " 115: '15cb793e-0e8b-42eb-b7ae-dcc0a4ef81c2',\n", " 116: '4ba90df9-fd6b-4a0b-bde9-2872c3eb1b9e',\n", " 117: 'c2225572-aa1a-4ec7-8216-1306ff25fb66',\n", " 118: 'e17991c6-5369-40e6-b75a-20d189811f85',\n", " 119: 'f3bfa686-2083-43b5-940e-626c054570ec',\n", " 120: '715996e0-73b4-4346-a636-e549d4627613',\n", " 121: '696d714e-1b0f-4e1d-835f-c0ac608bedb9',\n", " 122: '89cd4884-e34e-44d1-a398-8e90aaaee25a',\n", " 123: '57c35e4e-71a8-4f55-95a3-ae51e2f2e720',\n", " 124: 'e5dbfd46-0551-462d-9784-8af698fbfaa5',\n", " 125: '6fc04ac8-958c-408c-9c56-da6ab11df125',\n", " 126: 'fcda7f85-96ee-48de-9d94-e4fced9a1caa',\n", " 127: '88474c1c-1a28-434a-9870-fd68368d158b',\n", " 128: '43e568ad-fa54-4a72-a54c-4ce6580cbeb1',\n", " 129: '4a7673c8-5ea4-4124-a7c0-2e2c9e09db1f',\n", " 130: 'bc9c996f-3b86-4bbd-9f71-b6773da8b433',\n", " 131: '4f3f6e1c-f3e3-459b-b258-7bde85dca382',\n", " 132: '446ebe21-5dae-489d-b8ac-52f111688610',\n", " 133: '2b603b3d-b759-407c-89cc-9d418d3c486a',\n", " 134: '0c810908-9af5-4fad-b734-d7e31324c426',\n", " 135: '70945280-413f-409a-9f92-f1860c3f6cab',\n", " 136: '19a83c56-1939-4401-8f5f-3f9eab8a25a8',\n", " 137: '4269e477-3b36-46bf-a995-08df35631af7',\n", " 138: '9913098a-162a-4a48-838e-92fd80ab59c4',\n", " 139: 'b613c062-f220-45d4-8a93-1fa644779860',\n", " 140: 'e2c80c4a-67a9-4de5-8551-c7c10f075822',\n", " 141: '13b3defc-326e-49be-bd60-e26b1b4b172e',\n", " 142: '528ede9a-5a7d-40bb-99d0-7ea5282f29ec',\n", " 143: '53a1bc6b-018f-4a67-b1a3-4cf238c56d47',\n", " 144: 'd5efcfda-fc4b-4c0c-9905-77055ab40f92',\n", " 145: 'bc0a1ffa-1720-47be-8eca-76f117b090f3',\n", " 146: '60bb2a0b-3fcc-44a0-b2e7-959e13859617',\n", " 147: '27fe0d8c-00e3-4da6-9a52-d78c64587ff3',\n", " 148: '094b3a54-ac73-426e-8e69-718af2df84ea',\n", " 149: '81d7d94d-613b-493c-9561-9e4f56312203',\n", " 150: 'ed642661-18c5-4581-933a-49fa5a6fdf22',\n", " 151: '45f7e193-fe47-45b3-9641-9edd67239915',\n", " 152: 'ae7d4edd-7b91-43b7-adc1-25fd0f7b140f',\n", " 153: 'deb2ab11-e804-45b8-a453-447a36a0e799',\n", " 154: 'd47ce0fd-46a8-4048-8359-52627848ddc7',\n", " 155: 'f4941e25-a280-440a-986c-9f91d98b59e0',\n", " 156: '3e68873d-ad9d-40c0-bd11-6cc25c8aa041',\n", " 157: 'd8ca4cc2-4ad6-43c2-81d1-22efd160bb26',\n", " 158: '7545cd65-9839-4777-a51b-d430d09cb622',\n", " 159: 'fb551818-21a5-4208-a33a-6c1bec1a66e0',\n", " 160: '7018e577-193e-4a1b-ab1e-5c92310b6856',\n", " 161: '4b8cdf17-9a3d-41ef-9ef8-30f433a96575',\n", " 162: 'a1f48147-5e84-40d2-81bc-4fdaa05ac56b',\n", " 163: 'e5db1e2a-28fd-4b15-81ff-25768733a973',\n", " 164: '2c6e9164-2a19-43e7-a3a1-e1552a892655',\n", " 165: '5ca08b17-d0c5-42dc-852e-051e6ee11f1b',\n", " 166: 'bcd21b66-405c-4973-a498-836b5da2ab4b',\n", " 167: 'd37f44e7-901d-44a0-ad78-adb4db503442',\n", " 168: '553d23ac-f6c8-4171-89a8-9dab4b610a4e',\n", " 169: '091ba480-407f-4733-bd91-2884a30e69a2',\n", " 170: '553cf660-aaad-4584-b044-3d3bea932677',\n", " 171: '0be7f700-0b24-409e-85aa-e623a228bf3c',\n", " 172: 'b8aac48b-1385-421e-9cdf-f546879739a2',\n", " 173: '02a50d5d-e7a9-4b6f-97f7-a2e328bc45d9',\n", " 174: '56f22b93-c04f-426c-b9b3-8302c15bbdcc',\n", " 175: '08d49566-66a0-4242-b60e-0b793e106379',\n", " 176: 'c8a26ca8-0d36-4018-8123-b3fb96f3a9da',\n", " 177: 'bf312901-1858-48c9-a210-fc44175a08f3',\n", " 178: '9c430ad4-ef43-4885-9d12-f42f085a3f43',\n", " 179: 'bb9f9336-29d3-42ff-94f5-2ef96059df9c',\n", " 180: 'b76f7d63-2cfc-46ba-8384-cea16c79f47a',\n", " 181: '119ea9f4-9b45-4374-afee-1820fdc344ad',\n", " 182: '1d8c52b4-6226-4aea-92d2-c3bf9895c050',\n", " 183: '1cfea752-d30f-41a0-b6b1-94837af7c73b',\n", " 184: 'bea2d81b-540e-42af-bd90-dc10a4b513a9',\n", " 185: 'ee3cb4db-12d8-47bc-b789-16920ac12ac1',\n", " 186: '97c7eae5-d93c-4aea-aa0b-e87846ea35cf',\n", " 187: '8ba54bff-4d3a-4f84-8454-7f1f13970dd7',\n", " 188: 'b6ed3fd8-95fb-4923-9580-58d54619b020',\n", " 189: '6a937d30-1356-4205-bc55-14186b1343c7',\n", " 190: '893d8317-a732-45c8-828c-1272bc916ab9',\n", " 191: 'ce8bece5-082f-4ec4-8c13-4f055b478967',\n", " 192: 'd10e3f08-a528-44a1-abfe-0ac0d32ccb96',\n", " 193: 'ca4b974b-32bc-4868-89f4-40586703128e',\n", " 194: '9451cb6b-4c30-4a9d-8951-da5e3b0cd64d',\n", " 195: 'e0c7d694-3afa-4899-807c-a5ec6eaf805a',\n", " 196: 'ba5f20b1-cfbc-446a-9b08-da7160a268d9',\n", " 197: '43de0dd4-7b7f-4fea-b11e-ed44a9ed7dc5',\n", " 198: '480cab85-5e56-4af1-a71a-5115d18269f4',\n", " 199: '493311ad-d9cb-4f4a-ac93-6a39c4ae8211',\n", " 200: '7842ee57-da09-457a-b816-9cc640fc9d55',\n", " 201: '77edf106-248e-4dd3-b252-4cf427b7e73e',\n", " 202: 'b35b3f3c-2b36-4dc3-bd28-e7aeb25bc732',\n", " 203: '74df2e44-9bc9-4353-b2d0-b19f1e679bba',\n", " 204: '3e57e569-c36f-415b-bf20-1f9f14f6fe56',\n", " 205: 'ce4ca7c8-75a0-4090-8011-cb8690147605',\n", " 206: '199c8f02-1abf-498e-ac0b-ce045d1c1986',\n", " 207: 'b2595441-7d5c-4f2d-b6d0-01f0ed3ec79b',\n", " 208: 'ab0b166d-32e6-4543-a792-4d3131fc6c64',\n", " 209: '37296972-1a6a-4a79-bc2c-b0aa73d58ffe',\n", " 210: 'a1e32b40-0224-4d27-85d3-ec140ec3e943',\n", " 211: '56ad5a00-f062-4a24-94cd-f113f713f5c6',\n", " 212: '0ec70f58-dc65-4a4c-a84a-5462ba434b0e',\n", " 213: '06586b5c-3996-4c19-b512-88abf196f7d0',\n", " 214: 'bbe61200-ac45-49a2-a90e-11d0faa57990',\n", " 215: 'a338e2b8-b507-4ab6-9a1e-e79bc459d009',\n", " 216: '12cd178f-fed5-4e90-8dd6-dd857b55e1a9',\n", " 217: 'fda606aa-ae44-475b-92f6-4163688e7a96',\n", " 218: 'ace6395e-191a-45ff-8b39-9d0b7335235d',\n", " 219: 'eb9ab84d-8109-481e-85f9-a9635e402b16',\n", " 220: '7d3e3c73-b3cf-436f-85c7-73eb9d91341b',\n", " 221: 'eb1577da-53a6-43ef-b5f0-6679ab96babd',\n", " 222: 'adadf4d3-6c1a-4be4-ae08-b6a4f4665187',\n", " 223: 'acebdda0-41d8-4e7b-8489-cd84500408c5',\n", " 224: '2bfcb787-eff2-485d-b166-dd860e29a81c',\n", " 225: 'a1281e76-a8e4-4dce-8e0e-5a73e6c0c2e8',\n", " 226: '2ff72a5f-a6ff-464d-93a7-8e6a85b28563',\n", " 227: '6408bf78-0a70-47e7-8cc7-d22d425ed10a',\n", " 228: 'afadea44-b5a6-432c-be44-8780f322edab',\n", " 229: '6d6103fc-d2be-4a53-a011-9d86e5aa0aae',\n", " 230: '9ee04a1f-ab04-4516-a546-7b2dd68f8e00',\n", " 231: 'e4fe6b19-6e67-465e-9e79-5bb66d1a191f',\n", " 232: '74ba2840-b017-4c03-af79-2e949e05cc21',\n", " 233: 'b28a3343-541d-4b6f-858e-011aa9fdaa26',\n", " 234: 'b1831937-008e-476a-84b8-654739b54a69',\n", " 235: '9a585967-5c5e-43cf-b7ba-c12146d06cb7',\n", " 236: 'e947244e-300a-40ff-8983-7ed409bf10d1',\n", " 237: '230640a1-c1f6-41fb-ac6b-eeff2705be0b',\n", " 238: '4ad433ae-dc24-4bb4-934f-e0023c441389',\n", " 239: 'c9af6ff1-d060-4eb0-9563-1c677c3e7004',\n", " 240: '3a901a95-6bb7-414f-812e-9a973387833c',\n", " 241: 'a3bbbe74-59bc-41cf-afed-6735488a94a5',\n", " 242: '17886b0e-464a-4629-952c-852568ad5a09',\n", " 243: 'e1925c77-0e5d-489d-a42e-a2e69dbbad79',\n", " 244: '62efde37-21cd-4047-bd9f-3594676ed850',\n", " 245: '1770eb6f-7c93-4de0-ace7-bfc15e9bdbaa',\n", " 246: '077f561b-36ed-4f5f-aa63-a240354fd0ba',\n", " 247: '206ce21a-32e1-4966-8204-d396f6117e54',\n", " 248: '503563e5-0466-4956-94d9-0d506b132129',\n", " 249: '3fa477bc-ba8b-4d74-9144-ddbd440d8204',\n", " 250: '07373311-b9b3-4b04-a680-19906f9a83a9',\n", " 251: '319c9aa7-7d4e-401d-afd1-1afe55a5cc78',\n", " 252: '51cf229a-e614-4b9d-a28e-0234fdd9325c',\n", " 253: '8fd11a27-9173-43f2-9282-c56a36b6ba7c',\n", " 254: '3b62d729-d665-4b9e-b641-95b4c4862654',\n", " 255: '037d8ea6-721d-420d-be29-9742bb06ef88',\n", " 256: 'fc071296-55d8-42d7-9a39-005767b808be',\n", " 257: '766c2139-4779-4db8-b40a-e8c4d1cc1406',\n", " 258: '389fad08-74fa-49f3-8c2e-d9e44ec26585',\n", " 259: 'd9a8e5f8-4173-4635-89b1-bcd01905ecfc',\n", " 260: 'a2de1aa4-0ac6-48f9-bbbd-ba1231ad772e',\n", " 261: '5452af3b-f25b-4c08-9823-68be981e9a43',\n", " 262: '1b2f93dc-612b-4db5-aa6f-accc9a9f411b',\n", " 263: '8ce7c892-d517-4c30-ad34-d5a4c75b879c',\n", " 264: 'ba8a4bf8-a717-4b4d-abdb-e88c58f25a07',\n", " 265: 'e0dba241-408a-4670-9251-275ee307aefc',\n", " 266: 'd84c1232-54a1-441d-a1c9-fdf582052a26',\n", " 267: '69736988-defd-49f6-bb66-65564f9b5525',\n", " 268: '5894ed00-dd9d-4698-84c5-175e092e0920',\n", " 269: 'ff92ac7d-0cba-4a5e-9827-4b96979eaf28',\n", " 270: '4d0900e9-0aa2-40ba-a12f-8e0ea7165d1c',\n", " 271: '8d8574e3-03af-4241-bbf2-3b0348f3c81c',\n", " 272: 'e24881a7-5f7e-461b-a172-c6374745abaf',\n", " 273: '09ae0970-8850-4542-a2e3-c7b65e73d659',\n", " 274: '8c716658-e36c-4ebf-927d-a952ab63300a',\n", " 275: 'a33cabd3-7263-4dcc-abc1-ea5ad09d88ba',\n", " 276: '90687ec5-901c-429d-9dce-0c18ac4a87cd',\n", " 277: 'f601d58d-c2ba-4f69-bcde-e5bc00054fbf',\n", " 278: '6aab2b15-9ba1-4963-9528-14a6a1e9a0bb',\n", " 279: 'd8e007e3-db99-4287-8698-14923074ee20',\n", " 280: '4ae25b72-d72f-43e3-9db1-b0561b4dc5c9',\n", " 281: '64e05e45-66b5-4695-bb95-696f2d8bbc03',\n", " 282: '19e37582-513f-431f-9ef9-c617526ae4fb',\n", " 283: '6e8df97c-89ae-49b3-b707-e4314705ffa4',\n", " 284: '59f5923f-2f9b-42e2-8430-26b15fa94249',\n", " 285: '2a06d6e0-d516-4bdb-beb7-820e19326fb9',\n", " 286: '0d907902-eaca-4616-a12b-0efb3a04bf64',\n", " 287: 'f54231f3-ffd3-481c-9214-6a93355619c5',\n", " 288: 'ea2c9b72-a271-47fd-bf7e-018041259a6f',\n", " 289: '4e891ba9-2f2e-40ce-aaaa-ab65fec0ca1d',\n", " 290: 'bdd5d421-e96c-4bd7-9361-057bd968099e',\n", " 291: '91f12538-d542-4151-bbb0-db2709312153',\n", " 292: 'f2afe9c6-a6e6-49de-85d6-065ab7112973',\n", " 293: '1798308b-6a22-4cf2-81c4-e1f2e19b0827',\n", " 294: '4ce9cdb1-7179-43db-a4c1-a38606cac996',\n", " 295: '2c73dee3-ee50-4959-a9e9-6071de88042a',\n", " 296: '5a0a3091-e599-4bc0-a99b-bf9f87165f2a',\n", " 297: 'a542e3ad-483f-49a2-a5dd-ecd85bf270b7',\n", " 298: 'bd48a76a-7e9c-45f3-b4a7-3f4fd6485003',\n", " 299: '45d25078-cbd7-4d25-b238-b2aa74168b37',\n", " 300: '1f1fd633-eaee-4272-8a03-d6e7590c9fff',\n", " 301: '5c9c40b6-2882-49c6-bd73-83eeea8b101d',\n", " 302: '7c867c89-a8c2-4b46-a759-ca5cdf42507b',\n", " 303: '5cbcd06a-3273-45a5-af8f-d1780ba13f18',\n", " 304: 'b84e43c0-8d48-4f89-b647-8f879709240f',\n", " 305: 'c1549dee-5ca2-47fb-b1de-34a9aa7f3276',\n", " 306: '2405f8bf-7348-41da-a659-3c04320b2dd3',\n", " 307: '98ed2e8a-5826-4ad5-aed8-a89e773302d9',\n", " 308: '568cb3d5-3e5f-4609-951c-030160ae2bfb',\n", " 309: '0fb476ae-57ae-4c92-9d90-7a5279343615',\n", " 310: '0825a904-a238-47aa-84bb-f21ccbb59ab8',\n", " 311: '38608c8f-a7f7-489f-bf36-e96018664cd5',\n", " 312: 'cf28704f-c10c-4c77-8127-aa2f39a8d662',\n", " 313: '706d7a58-42d1-4616-a04d-3b34e955f89e',\n", " 314: '23953ee6-5302-40e8-80df-8add2c1789fd',\n", " 315: 'a2eef906-c1e3-41d2-8698-8ee276fdfb08',\n", " 316: '80737efc-c242-4592-8c70-92b76b3c4f75',\n", " 317: '87b52aba-ddce-42a8-a830-dbe4980232a2',\n", " 318: 'd9e87279-c023-45ce-8106-110668d5749a',\n", " 319: '0e51f8a9-9a04-4baa-a608-88f47f0dd137',\n", " 320: '4cf7af14-89cd-423f-8ef0-eb09296215df',\n", " 321: '1416346a-3029-4e20-8ae1-df593db89fdc',\n", " 322: '5f291deb-67a8-4117-abe0-43c5c75621c3',\n", " 323: '5b8ee076-0565-4d9d-bfa1-ec5e46298259',\n", " 324: '9fd8d369-8acb-4b46-8633-cc75d5bcdead',\n", " 325: '6ec9ad6c-09d3-4966-8c30-fcadc9b8c42a',\n", " 326: '1647c0b9-d7b9-40d7-a34f-87a7b63415b7',\n", " 327: '3deada49-20f3-4412-98b7-3e22449c50c5',\n", " 328: 'e0bd96af-0c19-4dba-aacd-35cb669d6e41',\n", " 329: '77c0accd-deb5-4fe9-829c-279751d4b4f4',\n", " 330: '48a5be22-c836-4cda-9c62-0e0e25adb205',\n", " 331: '0d1dfd55-097e-4586-b2ac-8ffd9da447a0',\n", " 332: '86ba6b13-2ce3-448d-baab-56a81158bebc',\n", " 333: '09a906ef-8858-49dd-89a8-413cc629649b',\n", " 334: '521efb13-06d1-477c-b320-b6178d40feaf',\n", " 335: '66485c66-7807-4317-82c7-6773852cd2e1',\n", " 336: '0bda2cc7-7c01-4df0-bc30-b189fa6e8395',\n", " 337: 'e934e8a7-c90b-4f17-a322-22f6510d7de4',\n", " 338: 'de0ea487-a3cd-40a6-b9e7-839d2b27470d',\n", " 339: '2a444b44-9f25-47af-8c70-f3983fbe4652',\n", " 340: '507dbb74-b502-43a3-8d0a-60e716019165',\n", " 341: 'b5ccd1ee-6be9-43f8-9373-8ff988af4088',\n", " 342: '05e10baf-06e0-40dd-be65-5deaf081c21f',\n", " 343: 'b5b4307e-9976-4e09-aa5c-1aa276a0aafb',\n", " 344: '234221cc-4059-420e-89f7-06dee88e94ec',\n", " 345: '10d6e122-045c-48fd-81ca-46130fdf6884',\n", " 346: '6b08d2b6-b489-4dc6-b12f-d9c3b224b00b',\n", " 347: 'f493656e-f42d-4d95-9cf6-bb6e7d5fab69',\n", " 348: '819d7688-b82c-4990-80a6-58a862116eb5',\n", " 349: '0cfd015e-29ba-4ee0-9164-094911a84f70',\n", " 350: '788768b4-94dc-4be0-8900-a4956b1f7bf5',\n", " 351: '6c41239b-8b3b-4f10-8984-0dd38a90daa8',\n", " 352: '32356864-4125-4c91-87b0-987386866c1e',\n", " 353: '9cc363a8-335f-40cc-8677-8186a5cea283',\n", " 354: '97be78b7-e9fd-4d4d-b8dc-13f23762102c',\n", " 355: 'dda395a2-10a1-45a1-9419-c7d6600fc82e',\n", " 356: '2fe38f90-b129-447b-995f-106ef3d2128d',\n", " 357: '857b7b64-59bd-4a8b-90fe-298fa0a08b3b',\n", " 358: '9c87b8a5-5800-4e3f-8409-df81f67a6e48',\n", " 359: '62ee529b-bdc5-45d9-8e51-e6b75554307a',\n", " 360: '7ca8402e-b635-44e1-8587-869cdfa3b8ad',\n", " 361: '655e055a-664c-4ac5-a930-a23121c9ab5d',\n", " 362: 'f16ea00b-489d-442d-a5ff-e7e86011624c',\n", " 363: '4483f837-5565-4d05-848a-ceb5943ad6a0',\n", " 364: 'f45b169a-94f9-47f9-b542-7a68c6d638d5',\n", " 365: 'fa7eb92e-236f-4ded-99c7-8857bdfdd91b',\n", " 366: '2d72076d-d2e8-441f-ac10-d8f7785a3ca2',\n", " 367: '8201a4d9-bc14-43f9-bf8d-3142fcd8cc65',\n", " 368: '685a4792-9c81-4e69-9523-9527310cfa95',\n", " 369: 'dd7e0cf6-923a-4953-aad5-fde687773cd8',\n", " 370: 'db0990b1-1b52-4675-988f-b98a04b4dea5',\n", " 371: '897f5fe9-ccc3-424a-a7d6-a5065a78975e',\n", " 372: '4b0a722f-c895-4d6e-ae9b-5c9d73431b89',\n", " 373: 'c9e61b45-661f-42b3-98ec-fe54b644bf7c',\n", " 374: '537268ff-b98f-489b-8a31-7110923b381e',\n", " 375: 'c34b5d50-81b1-4181-8702-0f45b40d3998',\n", " 376: 'eaf10a37-7f33-47b6-88a7-6437b01e6387',\n", " 377: 'c10ecf29-5fcc-415b-9b86-62d3be76d729',\n", " 378: '00ac072d-2749-446e-bfc2-c905ac9fa571',\n", " 379: '511a60e4-a86d-4773-a5bd-7338c7080630',\n", " 380: '4c0af92d-d398-43d1-a76c-ba3da05fe8f7',\n", " 381: 'fd7af60c-68e1-4ed7-b53d-44619fdf78f0',\n", " 382: '31a2c2d8-82f0-44c1-84a4-697095b0c88b',\n", " 383: '6ba99c51-b786-4c92-976a-f83e53cb6b87',\n", " 384: 'cdf424b5-692c-4a0f-8c19-ae5787568838',\n", " 385: '0e29ebbb-911f-47b4-87ad-5458da0c8b85',\n", " 386: '10de82b4-10ef-46ff-ab56-4bd50eb8fbab',\n", " 387: '9bfe5ffe-8363-4700-bd65-aabefca9a2fe',\n", " 388: '17c1fd08-09a8-4944-9731-45fd282db718',\n", " 389: '2bc08004-0ff0-4dc0-a9c0-3100aa116ca6',\n", " 390: 'fd96614d-81d1-4e9f-8ff4-d4c7f98a8582',\n", " 391: '3dd7722e-4572-46a2-a93d-a05f18ea302f',\n", " 392: '4fa35d79-44a4-4798-ae17-abcc057999fe',\n", " 393: '6acc1ded-c7f8-427d-b75e-196cda97fff6',\n", " 394: '85c81a78-9f19-4915-8538-14c45cdb616a',\n", " 395: '195720b6-7f97-4e31-8ec5-cee49f667df1',\n", " 396: '09e2761b-dae9-450e-9691-756e5d194409',\n", " 397: 'be76dc8f-83f5-48a8-a8b1-e28fe4a990ad',\n", " 398: 'e8663bdf-bdc1-4285-a0c8-b15ddb29b313',\n", " 399: '2c1abde9-efb3-4a97-ae4b-7bf81b09a43a',\n", " 400: '9384ce49-e6c0-4348-896a-949bb768118a',\n", " 401: '24e8d8e9-3537-4e55-a346-19e7278103f3',\n", " 402: 'bcd8288b-9056-4a15-9676-3bed09fc328c',\n", " 403: '357a0ced-779a-4c61-b7a6-ec4bf42b5c56',\n", " 404: '4412a153-fb3f-41a2-8425-973a63dcea4d',\n", " 405: '91c9b29b-0fcf-455d-913c-3cd05bf997cd',\n", " 406: '8dc9381b-0d75-46e6-8191-f57d26b115f5',\n", " 407: 'fb60f35b-c25d-4bf0-966d-15e04c6a0467',\n", " 408: 'cbe9ab0b-72bd-4ba9-a58d-62f6a73f3ea5',\n", " 409: 'fb39448a-4f82-484a-bb52-385908df9ce7',\n", " 410: 'a50641a2-29ce-45a5-9457-e3b665ad65c5',\n", " 411: '837dac3e-5c21-4ccc-a67e-08f134738b13',\n", " 412: '7b0fb772-fce2-42f4-9d69-7724c15bde57',\n", " 413: '4a04dd9a-afbe-43b6-acdb-f43bde1c0f27',\n", " 414: '6a532820-2ea0-4396-bcbf-cdd5da405dc0',\n", " 415: '3fc86496-3488-4ecb-8c62-c20ecf149172',\n", " 416: '37c61b44-14eb-40a3-9482-762fcefce180',\n", " 417: '8a014e82-cb68-4d4e-959e-6720c45b5942',\n", " 418: '92b5d70b-c152-4b7e-a5af-a7b469e9e9a3',\n", " 419: '1bf68c8a-aa60-4562-9c50-cd17746e6233',\n", " 420: '5ed006fe-f85c-409c-bbdc-360402396bd2',\n", " 421: 'e1a98f77-ab39-4ba7-b150-28ba301ac968',\n", " 422: '20971dfd-6e94-4f78-a97e-f776d5a585fe',\n", " 423: '1894fd6a-bbbf-49d9-aa35-e9741845f78d',\n", " 424: '0cf4c5cd-6dc2-4415-a8d8-b7d21593b1f2',\n", " 425: '660e8cfe-6681-4cc6-bab9-97448c3ccb69',\n", " 426: '9c42a589-7072-484d-997f-b2396b0e6131',\n", " 427: 'ff966179-b323-413f-8aa3-a81ae83015e0',\n", " 428: '6fe9ac3f-54dc-43bb-99e9-ba17d91669ad',\n", " 429: 'c5d4a830-e647-4b6f-adb6-2e6d82302824',\n", " 430: 'e408a961-4d3e-485c-81a6-80c9227bfdf7',\n", " 431: 'c1c0b940-2702-48f0-96e1-36bf141df440',\n", " 432: '5a39d287-fb54-44c7-aca5-c608c3189ffe',\n", " 433: '1f8338f9-d230-40ad-af3e-1e5ac5ba9d74',\n", " 434: '39b8e9a5-5161-45f2-ba37-f40ac44e8d4e',\n", " 435: 'a0e2bed4-8f70-4250-aeb5-054d54d4088d',\n", " 436: 'b5613135-961e-462e-9280-c4ef811c6c7f',\n", " 437: '4105c3f2-3f68-49c3-a641-bff92cfa80b4',\n", " 438: '63577629-065d-416e-bb9f-b30501dceeff',\n", " 439: '4414ff3b-3e95-4029-a6cf-360ce0cdaeed',\n", " 440: 'd1bd83ba-9fe9-4638-a6e4-b172d2eecf14',\n", " 441: 'e6cad14e-8695-40e6-85b5-044effca9bdf',\n", " 442: '0c210ad2-f50a-413e-9f88-9d54fcf9dfcc',\n", " 443: 'a462ea2a-6e3b-4d06-a90c-b8c82ec17456',\n", " 444: '24500161-c241-4a72-bdfc-3e7369b08ed0',\n", " 445: '829504e7-15c9-4bcc-b5a3-666607103935',\n", " 446: '8b9c5293-f295-4da2-98b0-921464516de7',\n", " 447: 'fe16e4d1-934d-4fb5-bc20-bcabd7402bac',\n", " 448: 'e03e755b-2d76-4bd3-bf83-8be295d82e6c',\n", " 449: '6e82d62d-2e83-4856-99d0-ab25488db6c5',\n", " 450: '70903c90-4949-407b-98d6-879e859669bb',\n", " 451: '89ea83e3-ea9b-4e83-9b27-f3e16d9fde0d',\n", " 452: '62ada1d1-c20f-45df-b165-3f8ffbc34297',\n", " 453: 'cf2b7481-2802-4689-a18b-f7af9f112a09',\n", " 454: '66f818f1-669b-4fbd-bd17-632895d16b6c',\n", " 455: '91016bce-7400-4212-99b4-80529cf6c8a3',\n", " 456: 'a4b27768-7479-4060-b8f1-693f9e520cc5',\n", " 457: 'd48b8a7d-eab6-495a-a68a-2a4423cd4b1e',\n", " 458: '4c2be29c-4539-492a-9b5a-6c983729b60c',\n", " 459: '3805ecf0-acf0-48fb-ac58-032e860a40f8',\n", " 460: '7dac9087-8c68-49a4-aa78-82300491bfb6',\n", " 461: '70cbd588-7eeb-4abd-b2d1-d54d52e96a10',\n", " 462: '11e105f0-0bd3-4e64-96ea-57aea0933b52',\n", " 463: 'a2a27e88-161b-4bd6-8b1c-bbc18a49df57',\n", " 464: '650e4d44-c45e-4209-9b6c-7cd7d9d62edb',\n", " 465: 'abdce5a9-62f9-4640-b84a-254e4b69ca94',\n", " 466: '2941e95a-4523-4093-8af0-c45e5857e893',\n", " 467: '96a6e1d0-bdd9-41f9-82d9-e255f81566f2',\n", " 468: 'e7675f31-36b2-4760-ba58-a80a679c3b48',\n", " 469: 'da037b39-d005-4195-ac72-859e401aeabb',\n", " 470: '48bb4e76-1853-4eef-893a-9861dfb1dad0',\n", " 471: '34ae9ba1-052e-44d7-a197-2aead880cc92',\n", " 472: '027944f9-be4a-4b16-89eb-b84023a3008b',\n", " 473: '06ce9144-20de-4417-b940-35f42040a058',\n", " 474: '983662fe-76e2-46cd-897c-7793e8983f3c',\n", " 475: 'ca747d29-d8c9-413f-83fc-43a3f34f9d48',\n", " 476: '1a3dcb9f-bf0b-45b4-aef2-bd595260b44c',\n", " 477: '1ff8f044-1078-45e6-b7da-02ea6b938c9e',\n", " 478: 'cf46274d-4bd5-4557-88ac-064377310e60',\n", " 479: '30f96d93-284c-4d2e-ada2-3f1a748e4520',\n", " 480: '7aa62682-3793-4327-a5d7-7963bf3f4489',\n", " 481: '34ff7ebc-15cd-434e-9e63-b5d351147f13',\n", " 482: '68d45d2c-f27b-4222-92d2-a01e2608a49d',\n", " 483: 'a6657e56-b859-4c2e-8eea-53540ac9b6fb',\n", " 484: 'a53f34d6-2c0d-4297-bc9e-1ec90bb8455f',\n", " 485: '49ed66db-d55d-4c8a-b41f-2bd4a60c8d74',\n", " 486: '919a0a4d-4ad6-4073-af90-865598233c58',\n", " 487: '7bcdaabe-8de2-456d-8e05-6ef0407849e8',\n", " 488: 'c85a2e0a-6ffd-4cbc-a979-9d81ef6c68d2',\n", " 489: '887e1db8-dccc-4558-a335-041fbfd50a44',\n", " 490: '3095880f-4800-4527-b1df-70219b1e62fd',\n", " 491: '60c75038-6ce6-4cfe-a534-c029fcbf9876',\n", " 492: '4566f1e7-23e2-4615-8c19-f9d47ab73940',\n", " 493: '18a6cf04-0ff6-4c38-9a13-3d9726189ddb',\n", " 494: '01f32952-4ad8-4a43-92e4-55ba783855a2',\n", " 495: '8908271e-7ef4-4cb9-b990-95014923e853',\n", " 496: 'e06660dc-f19b-4c00-a153-a52b2a7f588f',\n", " 497: '5610499e-546a-4d25-9acf-e8ab0b1c27e7',\n", " 498: 'c50c1578-9be5-4d98-ab93-a5da995c7edd',\n", " 499: '5c9e6f9b-e709-4e53-b145-b6e3579c52da',\n", " 500: 'ff8464f7-bb99-4c66-a705-11a47eec14cf',\n", " 501: '05283daf-ecc3-48c3-ac22-c0139167085b',\n", " 502: '65cb6c66-8fa6-4252-8ced-e8a27acf173f',\n", " 503: 'fe8acac0-1edf-4fe5-a2eb-5095acc0fd59',\n", " 504: 'd0df2548-fb24-42a3-9a58-1f2afe74dd0f',\n", " 505: '0785e30a-1500-4059-8e16-95951caf3b43',\n", " 506: 'b68f2a72-133b-430a-982d-39bce75d66a1',\n", " 507: '996b62e5-bca2-47df-8c93-37253933a3c7',\n", " 508: '9e922929-47e5-45e5-9038-b98c3fab7d47',\n", " 509: 'f96d5476-8e6e-4d22-85e7-ba496bc4d3bd',\n", " 510: 'ed0de774-b1d9-43cd-86e4-d87111342bdb',\n", " 511: 'c9a4a0f3-f367-4aeb-9389-2a3bd83199b9',\n", " 512: 'f560912f-0f99-4e6b-ba1b-da2228042415',\n", " 513: '02330ac4-29f2-4ea1-ae8a-e714d2c4d7e0',\n", " 514: '346af0b7-357a-4a97-8738-0564520a1752',\n", " 515: '6ee300e5-0396-4fa3-96fb-883d0f177440',\n", " 516: 'aac6bb76-f523-4975-bcab-5822c30fc7e2',\n", " 517: '6eae3027-5954-4990-939e-111148f47682',\n", " 518: 'b96fa5da-5698-4961-aa1d-332b6428ba39',\n", " 519: '9ff995aa-63af-4e47-ab71-249b675a9dcb',\n", " 520: 'fd1a86cd-9657-4bb7-988e-5f5ed97e3048',\n", " 521: '53e9de28-1335-42cf-b44f-a515fc72a6b2',\n", " 522: '30c4acf6-97b5-47a2-8ac2-2d50126aa15d',\n", " 523: '6bbce09c-e6b0-4af5-a208-0267e6970ebe',\n", " 524: 'd83c04e1-fc60-432a-8ac9-930c64a81d42',\n", " 525: '7238c3ad-c02c-46ff-9a36-68ac3f3a9118',\n", " 526: 'e41a0e34-b504-480f-a823-9b3dbfebd22c',\n", " 527: '9793c6c1-43d6-4aea-a7db-bde170cc2e94',\n", " 528: 'cb1912f0-cd35-45e3-9aa3-5c46f624342f',\n", " 529: 'e1e7a8c2-b899-464e-97d8-645ec0d74d1b',\n", " 530: 'ab7a680e-e424-4843-9dab-153d5d0c9f11',\n", " 531: '5d19ac4e-cf7a-4915-a928-d4ebddff16d5',\n", " 532: '4cd2db80-4208-49fb-a13a-9ca8ea0669a1',\n", " 533: '5d0244a1-5963-4e00-af93-92e06421ee61',\n", " 534: 'f4f6812b-60b8-40a6-8c2b-4d0deb3e1c47',\n", " 535: 'c607932a-6945-4f70-93f6-4e3986a6cdc2',\n", " 536: 'f645740a-458e-42e9-b346-5e4122afb9b6',\n", " 537: '0e97a47b-493d-4e56-b042-ceccd072605d',\n", " 538: 'ce6d7013-2e9f-4f05-b2b0-60d41350ebc4',\n", " 539: '7e91a102-afaf-475a-8536-c51de04870d5',\n", " 540: '99685e26-9646-4e84-9b3f-890a03c14672',\n", " 541: '7a8479db-c1f8-46dd-bcda-d592b1cc0880',\n", " 542: 'd9646654-07c8-4cd7-8108-01c4cd51714f',\n", " 543: '1623d074-ec06-474d-9b94-217f8d9831f8',\n", " 544: '98df1b53-1a73-42f9-8055-49772a10a2ba',\n", " 545: '82e2ea01-3d82-4f5d-b761-b96c978e1e43',\n", " 546: 'e24bab31-6161-473b-b2d9-c793d9d38c56',\n", " 547: 'fb864b62-84f9-48ea-89e5-3215ee3f9e8a',\n", " 548: 'a3667f84-cf38-4f56-bbc0-5bdfec7d7a5d',\n", " 549: '896e3358-8741-4ced-922d-e7fbca64d9df',\n", " 550: '53d3f20b-21e3-4453-9235-ae9bd3695455',\n", " 551: '2fb960a0-ad19-4ae6-8c8c-627e96b77298',\n", " 552: 'df624be0-08c7-4d69-9198-a2c95092464d',\n", " 553: '2722d1f9-4533-43b6-8015-12c2b03d4b3a',\n", " 554: 'c5cfea9b-2820-4338-ab57-bd49b59bcd6d',\n", " 555: 'c7c7274d-f4b8-4368-afdc-a6c1ab96263d',\n", " 556: '5ab379a2-a00b-4445-887d-e381f91096c4',\n", " 557: '855a84be-2924-4bd5-9054-544bf135c0f6',\n", " 558: '915d6d25-4cc9-4550-96fd-21cf2e2338e4',\n", " 559: '6000a6bd-d7a4-4092-ad2d-b5963fc50a8d',\n", " 560: 'ec6f6be8-24e7-471c-b480-7b7159d8fdcb',\n", " 561: 'ec832bc2-d3c0-4cc6-9559-4a9bac95f0bf',\n", " 562: '3c6d6a5a-5bcc-4668-a0b0-fccd88fceb9e',\n", " 563: 'ed7c85a8-f2fc-48bf-9e47-a1383df4a332',\n", " 564: 'ef35a9aa-1290-40c3-930c-259bf972cc10',\n", " 565: '0e592ff8-23e2-4a9e-9f43-f1c114310e48',\n", " 566: 'dbb0b5cb-c47d-4037-9a6f-d04ef8b86d96',\n", " 567: '1138340e-f3c6-434b-94f9-b0cfb1e1f773',\n", " 568: '6c71cce7-c622-4591-8dc1-cf7ee90fa7a2',\n", " 569: '171e2622-ab17-4f9d-9569-3f4a8d2469f1',\n", " 570: '855d230c-0ee9-483b-9b0e-753bc87ae557',\n", " 571: 'f29eb6e1-7a5d-4733-a2be-9962aab8e51b',\n", " 572: '2645a18a-fbfd-47c1-95ee-fc318cd215f5',\n", " 573: 'a739e23a-b6bf-4d86-a53b-ba9d5fcdad46',\n", " 574: 'd1e2e858-8e1e-41e3-ad1c-1bc0acb8685c',\n", " 575: 'db06f919-a874-49d7-b5c5-a25956463aab',\n", " 576: '3a5de9c0-9a77-4c6c-9137-e6af721355d8',\n", " 577: '0e284ee6-45b4-4345-9539-2d7f9b8aaa15',\n", " 578: '2c0141b5-69a1-4651-8e1d-a0d24e6aa3a3',\n", " 579: '39ecf045-5515-48c5-8bad-09405d770404',\n", " 580: 'cc6b2e51-9def-46f8-9648-02d1aa3eac08',\n", " 581: '188fed3b-db5e-46a9-a03a-552f704c08a4',\n", " 582: 'a2e56346-ac18-4023-b145-afc864c0e3a1',\n", " 583: 'c2fc5616-a87f-4fb6-855f-5fac41637fba',\n", " 584: '7b13caf1-705c-4920-b6a6-0c9da71f4670',\n", " 585: '50ab9770-ef08-419c-aae9-83a194ef42eb',\n", " 586: '3ee0f409-681e-49a0-88ec-ec97c5ba4c49',\n", " 587: 'fd84c856-b684-42ba-b3b5-c7f377ca6a70',\n", " 588: 'cd1051be-ad9f-43fe-99b7-1ff69b773471',\n", " 589: 'd2398039-5287-45de-bcf2-1ead96d75bd3',\n", " 590: '9df22468-f96e-40d6-aaad-2a825f49a992',\n", " 591: '7e344423-f31a-4237-a072-5ab809cef583',\n", " 592: 'b9479b2b-bfc2-4576-953b-2363df648b0a',\n", " 593: '8921d205-9c7d-45a1-8b03-336206221dfc',\n", " 594: '6aaf4923-c2bb-4218-9179-c306830cba85',\n", " 595: '9e92e38c-6c0a-44e4-8268-817a9108432f',\n", " 596: '5309c199-63ae-4667-bbb0-054757c6191f',\n", " 597: 'e2e406a4-feff-456d-8117-ca3f0e5002c2',\n", " 598: 'dec9e3a4-101a-4970-8aaf-88079dfc118a',\n", " 599: '493d5a39-116c-444e-8d66-0d409173a640',\n", " 600: 'a05a26c4-48b0-4592-a553-8e8c9f2a0d3b',\n", " 601: '18f574ed-7c78-41ed-868d-914e9b1bdd5d',\n", " 602: '28ced7b7-f9ca-47b1-b6a8-f4608b92d982',\n", " 603: 'c5c1a99a-f618-4919-a802-4341d472ad19',\n", " 604: '1aedddd2-3d2c-4f19-92e6-283dfcf9c70c',\n", " 605: '713aee88-5f6f-4c56-80a6-7365d2c0200a',\n", " 606: '1ded5a7b-3ded-4f6a-9064-70a643eea3b0',\n", " 607: 'a6a05f92-2c7a-4da7-9161-48f8503f2d63',\n", " 608: '43bf28a4-39c1-403a-819b-3a6e65501f40',\n", " 609: 'bf1348ba-b9a7-4951-8f5d-2ee48b1b4aff',\n", " 610: 'b069b33f-616e-462d-8438-5bf8936f5a19',\n", " 611: '164f07a4-7a79-46c1-ab17-de46d0cb9662',\n", " 612: '66ce2123-fb11-4dd3-b9c0-ff7c80e2c93c',\n", " 613: 'e0724c44-492d-49f6-a2c8-92e9441e6924',\n", " 614: '25231738-e6fb-4e32-a316-933fce9d57d5',\n", " 615: '407eff2e-4a2c-4a40-a196-dcb8b074f3ec',\n", " 616: 'f803a5ce-7f0c-4205-b75d-15c0e5f72888',\n", " 617: '06c021cd-48ab-49d7-9968-2e76cefef283',\n", " 618: '47a7f9b4-ce20-4913-b193-813eb35cbcea',\n", " 619: 'c7d583ca-f036-47f0-bfb3-4cd316582ded',\n", " 620: '24f0a852-a19e-4d14-8194-5686974ec068',\n", " 621: '49cf6174-8d4a-4955-b9cb-20d974b1d032',\n", " 622: '870c8b04-628e-443c-9bdf-5673beddbea5',\n", " 623: 'ab2df045-65cd-4184-99d4-e8845746908c',\n", " 624: '5ab64164-2b8f-4ee6-a61a-5469cfd7b7fe',\n", " 625: '136c9b87-de6a-4048-93f5-d8f95a0eca2b',\n", " 626: '1d81664b-d48d-4520-8df3-9742dd7c0866',\n", " 627: '1a9879cb-4df4-4e37-b707-da54f747e93e',\n", " 628: '9d606df5-8fff-48ea-8448-32a67313830d',\n", " 629: '134ff467-ee22-4c41-a34b-eb9ced606cfe',\n", " 630: '112c0ac0-96d9-4d07-8ff5-a2a1006621fa',\n", " 631: '370537b7-7a97-4969-b5a9-57111d1e5d22',\n", " 632: '6f4571e4-84a5-46fc-822b-cf2f655a962e',\n", " 633: 'd74dedbd-e28c-4af0-8ebd-d4d3c0954820',\n", " 634: 'fd39103b-1364-4684-8b67-2382ceceafb6',\n", " 635: 'e8ecb2ab-4bd0-4773-b64c-f619aa36ef9b',\n", " 636: 'de676b66-dd99-46b1-90bd-9d397adb596b',\n", " 637: '54bff460-a2b6-4a1e-986f-04bc657d278e',\n", " 638: 'cb3bb2fc-7602-420a-9581-4b25626e2346',\n", " 639: 'd271cac9-82d8-4c07-86e7-4edc31a1caa3',\n", " 640: 'e957196d-da4d-4026-9a34-9c61f544bf1f',\n", " 641: '12054f0c-81f8-45fd-b13b-9178d0066e37',\n", " 642: '279f6f58-99bf-4070-b686-9362e071b172',\n", " 643: 'b01709c2-2aa8-48ae-9333-52b350f78e8f',\n", " 644: '390f8f2c-59b0-4674-91a5-453370be7062',\n", " 645: '493d6d73-3885-450c-94c1-170efc386bbc',\n", " 646: '58be7670-dbe7-4d43-8858-9c2383953c41',\n", " 647: '1c746d09-ceb0-4f22-bb92-72e33e2cce9d',\n", " 648: 'f66e5995-4a12-48cc-81e5-cf259e89981d',\n", " 649: 'dea2e3cc-7a9d-4247-bb32-27f9c97f9cb9',\n", " 650: '9cff09bf-e0ae-4768-8e21-e81bcbddace0',\n", " 651: '090489c4-45d1-4ad2-95ed-d57a8335b51a',\n", " 652: '4efa5565-0b5a-49a2-9feb-d77cf9150494',\n", " 653: '82d18c90-01e9-4ca1-814a-bb8764697212',\n", " 654: '7da4b88d-d4cb-4eea-afd4-4bb2f5a68ee2',\n", " 655: 'f07a013a-ac9b-433e-9bfc-fb433351f183',\n", " 656: 'a4206bac-a565-4d33-9565-3d117c3c0f24',\n", " 657: 'f56c2d6a-9ff2-4564-af19-61d645836ff1',\n", " 658: '5788e810-51b0-4c71-b83a-3450734cbbbb',\n", " 659: '3d9e3514-8cb3-4958-81d1-6a83a313ce2d',\n", " 660: '5e0a656f-45f7-4bae-aebe-43a7cf6bc819',\n", " 661: 'b2d330b0-294c-4e44-8646-b240644d0871',\n", " 662: '849343bd-0746-4de0-8ce6-1e623b7d3823',\n", " 663: '4cb90036-0fe4-4333-9ca1-bfa41df33186',\n", " 664: '3c43c6cd-0d20-4f75-b250-ec538f5d3ed6',\n", " 665: '62915913-7d12-4acb-bf4c-860ebfb55477',\n", " 666: '67367421-2c9a-4622-8f46-53d641196d6f',\n", " 667: '73ebeb89-d1f0-4329-88d3-b961cf3ee156',\n", " 668: '23077f4e-e968-4524-b15f-0498c4cefb61',\n", " 669: 'b6207929-5382-4f1f-b6d9-2be9e1a3c059',\n", " 670: 'dd0b6348-681e-4a16-a6df-c57a79794ca0',\n", " 671: '7eb7062a-8436-4da6-91cd-b7dafec53d12',\n", " 672: 'f1912306-1d40-4b6f-850f-5e2b2f423ffb',\n", " 673: 'f19bf2ec-ad97-4020-ab89-df592dbfa308',\n", " 674: 'a1cbb36c-c426-4f26-b131-ff384a6c9fdc',\n", " 675: 'e5ab4e4b-3508-4327-a3a9-634fbda5206b',\n", " 676: '6dd70edb-391c-459f-994f-76f79b31fb55',\n", " 677: '0558f886-a540-4352-b7be-c8684537bb30',\n", " 678: 'aed81d8d-b45b-4442-9eba-9cc15687a620',\n", " 679: 'cc43a580-2fca-478b-9d63-278c8b377ad9',\n", " 680: 'b1a4e4c4-f97a-40ef-9397-99f1f204ec11',\n", " 681: '207b4f8c-f2c3-474c-89f3-b575c606d931',\n", " 682: 'dd5e339e-c9f1-4ba1-b1b1-b5a59f575b0b',\n", " 683: 'd074a051-179f-49b7-8b9f-22d3acfd46f3',\n", " 684: 'd0bddd1a-80a7-41d0-89e9-58c98f956bd9',\n", " 685: 'e4906ba6-9ea8-4a58-8778-a6bc4678ada5',\n", " 686: '5092c783-9106-4218-aaee-782ce581acc6',\n", " 687: '77e9218b-10e3-48d4-bff4-2f5fc93e8769',\n", " 688: '466a721f-0993-4d5d-84f3-c3f2fbf3e888',\n", " 689: 'e963ed57-46ad-4c40-b483-fd5a4186dd01',\n", " 690: '23f87ce4-bb74-46b6-b70c-752a31efb44e',\n", " 691: '30a20f00-5f52-4f1f-b4b6-92de5c3a7290',\n", " 692: '2d80b693-cfac-4db9-98e1-8aaca114f71a',\n", " 693: 'bd254ffe-79bd-4287-87af-a0fa5707913a',\n", " 694: '7c2b45e1-1a86-4c36-9ca8-ecba3aef62b6',\n", " 695: '84fbfab2-e3d6-4df8-b18a-f8a7bc9f2bc3',\n", " 696: 'fbab548a-079a-4f82-a285-e23aae12e780',\n", " 697: '4ed93ee0-0e66-42d3-ab64-0860d55e8c77',\n", " 698: 'e563b2b9-21bf-4881-bf90-cc9a0a12660e',\n", " 699: '66c4e925-db35-4189-bb3c-1d2add52776a',\n", " 700: 'd6e2da08-6d16-4009-a192-8bdcc16796fa',\n", " 701: 'be030fd5-5d14-474b-8982-e41e494a37bb',\n", " 702: 'c7b30628-a6c9-4382-b276-59abb37c53e0',\n", " 703: '9c4c667c-0974-402f-bab5-b84f7f6d89bc',\n", " 704: '21fb31c6-0298-4e15-a547-182d0d83f763',\n", " 705: '5f0cc90c-7714-4195-852e-54b689292aa1',\n", " 706: 'a29464b5-2937-4189-a030-95d568e8110f',\n", " 707: 'f5bd0b79-f3ac-4d09-9d6e-87332ed653a6',\n", " 708: 'a798b37c-ce59-40e4-8b4e-35bbf7843957',\n", " 709: '9abeba2e-83ee-40bc-9f15-ea5155ebca7c',\n", " 710: '9da78885-041d-47f1-83c8-683fa1f750ab',\n", " 711: 'c55da9ad-8519-4f5f-87fa-ced35a3b9494',\n", " 712: '2a1e0220-a5a3-4464-b71b-cfe62d213726',\n", " 713: 'ef72fd2f-b478-4da9-bbc1-28005eaa0abf',\n", " 714: 'da45f5e3-8dea-452e-ba45-95b402277b66',\n", " 715: '2427ac51-9238-443f-be97-4efa74b9d186',\n", " 716: 'd9ec387f-b13e-4a6f-b8a3-5084dcdedc11',\n", " 717: 'd21243d8-cf90-4121-b728-63bb5929873a',\n", " 718: 'd08225a5-5bb7-4164-b747-67f8529ff419',\n", " 719: '86055579-b1b2-42ca-ad62-78d242943bf9',\n", " 720: 'f27956aa-b4b9-4f11-b812-bec6caaa3dff',\n", " 721: 'ee251f73-fd20-455a-94bb-c027625787a2',\n", " 722: '6dabc3b7-fc8e-4942-a16d-b0005f4f5fcc',\n", " 723: '605b9b3a-7f85-4c51-8b73-9a2faee24d8c',\n", " 724: 'd8066d4a-3571-407b-822b-73c82e662f6a',\n", " 725: 'e6f9b818-a3fe-4a9f-a1a5-8d75e2fbf32a',\n", " 726: '80c16469-525f-4bc8-b8ce-ddca0d91bca7',\n", " 727: '95e7065b-bf26-4d84-9f8b-2bf7c7853222',\n", " 728: 'a47a6ce1-0dc6-432d-ae8d-a81851ec8865',\n", " 729: '28ba99ac-5476-4ad1-9059-4361ccbd2a14',\n", " 730: 'c64d9702-b119-47a2-8a06-38267edefd49',\n", " 731: '2c222bb9-319c-4947-9d55-05f03ede12b1',\n", " 732: '5b3afa64-c5b3-4315-84cb-80e4c64c2079',\n", " 733: '7b66ae36-caaa-4fc6-92c8-d481acc9b1b9',\n", " 734: '971fc1b0-5789-4bd3-b47f-cf956f410f95',\n", " 735: '751db27f-efca-48ac-affc-da5f3b8dd3e1',\n", " 736: '28f926f8-ee73-47ce-87e2-4ac55fb87806',\n", " 737: '059cffcf-988a-45f7-a259-28b01f33b60b',\n", " 738: 'db20e88a-04a0-47b8-abfd-692e7f2f5720',\n", " 739: 'c0c83a71-af0e-41d4-9efa-303ec17e6a24',\n", " 740: '6000025f-612a-480c-88f0-35cc79a983ed',\n", " 741: '7a3de372-ce30-4751-812b-1b55fe0fda81',\n", " 742: '20b877cc-28d1-4253-9f96-a889bc33c8b3',\n", " 743: 'f0cacb85-afde-49a4-bdca-bf7f0ba2103e',\n", " 744: '2efecb1d-b93f-4f24-b1d1-8db0a503685c',\n", " 745: '27ed4c4b-41d3-4ace-b9f8-cdb5813fd812',\n", " 746: '092d19e6-00d8-4555-be2e-501dc0266032',\n", " 747: '688f9c95-73ca-47ab-b49f-05b83313b83f',\n", " 748: 'c0058b1a-de0f-40ee-bd14-e960e892b559',\n", " 749: '2fc35e66-86f1-440c-bf07-33c405bb7bc2',\n", " 750: '9f6ab9b8-5a9b-46a3-a855-a6d597537715',\n", " 751: '655646b2-a5fb-4c67-9dc6-66bc460116bf',\n", " 752: 'a8ad4484-ae4c-4045-9d8e-3a4193994e78',\n", " 753: 'c868efdc-0058-4759-a65c-735aa2cce56d',\n", " 754: '67d89028-e93a-4d4d-a681-699914149399',\n", " 755: 'bc169dad-89b2-4a0f-bdc1-84025bd6ac28',\n", " 756: '8c5e6c2e-5cd3-4df2-8824-eeb99936e92b',\n", " 757: '724afba2-99ec-4a8f-affb-3910dbde5305',\n", " 758: 'e2bbe3d3-d106-49ee-98d5-2eec9af0697d',\n", " 759: '1bb06d75-ff02-4eb0-a3f4-da78154aa0ec',\n", " 760: '9432abdd-f494-4b6b-8f70-bcaec277e872',\n", " 761: '8b725c63-3764-4323-b8bb-c2f90e5051ca',\n", " 762: 'c58745b8-69c7-4532-b57a-0688ecd217f6',\n", " 763: 'a2b38a74-eb6c-4c85-8b51-d56a94da3617',\n", " 764: 'ac25376e-f009-4534-afeb-83b09b569e02',\n", " 765: '3265a5fa-3529-4e07-97ff-57d4494745d2',\n", " 766: 'bf471284-5afe-413a-8d04-72680dc7e6b3',\n", " 767: '2e55e69a-a580-4812-a764-8063ebf00514',\n", " 768: '39e0d8ec-197c-4f6c-9bd3-36c91a6699f9',\n", " 769: '9aec317e-2cca-47bf-a674-0131195119c6',\n", " 770: '1af74e07-1fb7-45ed-aeea-bcd77ac32acc',\n", " 771: 'f8a1da70-9b5a-45da-bc20-02894147258b',\n", " 772: 'aed49083-cb7c-4250-b110-e55020c270e8',\n", " 773: 'eb688f7d-ae59-4f46-bf94-5e79c56b5238',\n", " 774: '74bd7b75-5be5-454d-8959-bb402a7c4aea',\n", " 775: 'ddd87b98-b0ab-404a-a20e-cf0a7c77a5d2',\n", " 776: 'a474e372-b7a8-479c-ba57-e2f02a75a61f',\n", " 777: '1cbe5f98-966c-4f63-8284-a320796d2b65',\n", " 778: '29201a39-35c2-4450-b561-7446ef43c809',\n", " 779: 'ddd3285f-c0bb-4a0c-acc4-1dc0618a1b76',\n", " 780: '865375bd-5585-4a00-bf6f-3137f2a03036',\n", " 781: 'af9cb9c9-e2af-4931-afb3-5d1f7ed207cc',\n", " 782: '319c1dc7-b6e5-4175-8925-717cd2c87151',\n", " 783: 'a8e7c9c0-f520-4a08-a770-f7b7f5c94d6f',\n", " 784: '793b65eb-2f06-4eb2-b1bd-66414cde113a',\n", " 785: '0050d7f4-f14d-4d4b-bd58-9900384c01bb',\n", " 786: 'b80c60f7-1d71-4243-9a37-598e3230fdde',\n", " 787: 'a8f0d335-2ecc-4c49-a4f5-1f5b0af0cb9e',\n", " 788: '16889be5-984a-4848-a2cd-9db6f5a9b47d',\n", " 789: '595286ed-92e7-4aa8-a542-8ef2f789c125',\n", " 790: 'dfb563d0-66c6-477a-9ef5-ed2251005446',\n", " 791: '8808805c-bb7a-41d0-88d5-9abb56cebf61',\n", " 792: '612dbcf6-66be-4621-aaff-9f267ec704a4',\n", " 793: '4533c5ea-cd12-4470-a178-f29e9bdbd31c',\n", " 794: 'af7c608a-8d74-410d-b83a-fcddba0744cd',\n", " 795: '3431d0e9-7d92-432f-9826-fd77b80a585a',\n", " 796: 'a313f138-8471-4f51-842d-8da76d7053dc',\n", " 797: '566c825f-8cac-4b6c-8a5e-9542e163b059',\n", " 798: '76872ad6-d3b1-4770-a31c-c1afd2426927',\n", " 799: 'f955b44f-d81a-4359-8191-89237a22bba6',\n", " 800: '00e7d8ae-3c57-492e-be19-f1f8c8246f26',\n", " 801: 'e66c3ebf-6bf4-43c8-8c05-1a16a8aa7d96',\n", " 802: '39867df3-8d6d-4c6d-82aa-a699d8319a4a',\n", " 803: '1e3bfa9c-bb02-4064-9c0d-3c5bb9c8f3ca',\n", " 804: '4ec990b7-7252-4a9e-827a-535efeae28c2',\n", " 805: '55805479-4b47-46ef-a7ba-71b48fe57a48',\n", " 806: '48dbc175-f59a-4553-8f89-1c85193537e4',\n", " 807: '737da0f4-d60d-4a82-8609-f7dc48ed0e63',\n", " 808: '8544c391-c3fc-4d2e-b7ee-7a0000544a40',\n", " 809: 'ef13ef6a-93a0-463c-ace8-2be669b93082',\n", " 810: '65036e06-d524-40e9-aa6c-1671d927ba62',\n", " 811: 'a1858bf3-e1ca-4878-ab41-35be95f4624b',\n", " 812: '36264626-4082-4dba-9133-913a83d326b3',\n", " 813: '89613822-4eea-405e-a86e-08b5cdfea01a',\n", " 814: '2b0f643b-9aa1-4c15-9988-300dad2f3e59',\n", " 815: '012a1300-a61d-4d2e-b53b-60ace77e00e4',\n", " 816: '83c6baca-3272-491e-ad8f-6cfa67031959',\n", " 817: '58f831b3-5d1a-4a65-84eb-e44a117da34c',\n", " 818: 'debdf7f6-248b-4bd0-8227-bbe299e6d783',\n", " 819: 'e110f3dd-b3af-43d9-b769-111af64eddee',\n", " 820: 'a889ecce-c4b0-4981-9536-9ecccfeaf59d',\n", " 821: '704804fb-0dd7-415a-a99a-fe3265e56400',\n", " 822: '8226edc6-25d1-49e5-a2ec-59eb97340bca',\n", " 823: 'b390bf2e-525e-486c-a209-5763ecc30307',\n", " 824: 'fa2d492c-cade-4fd4-84c6-d78d822b9cea',\n", " 825: '5e361dd9-b8b9-405d-8a0c-e16716e000a9',\n", " 826: '55ce1c9a-ddc8-430f-868d-dc91f296f289',\n", " 827: '3fcddab5-3e8b-4d15-a933-f24fdafd5059',\n", " 828: 'f8cc9e3a-a678-4fd8-b0a7-ca976c9225fa',\n", " 829: '9938bc3f-677f-4d60-92e8-81ae95c6de98',\n", " 830: '973276e7-4d50-4e56-b241-8cbe6fb53db0',\n", " 831: 'd6fa736a-c0c0-4c20-8852-920e98421998',\n", " 832: 'a9211395-4d35-4479-8274-f7a789080ab4',\n", " 833: '5440344b-0e10-41fa-a92f-e001e09b3216',\n", " 834: 'c1d53e96-4877-4f27-beb8-5107254408cc',\n", " 835: '1fa0ae01-da76-4df9-b05f-6c3c40425cac',\n", " 836: '21a99674-1673-4c80-843d-96bdbdef1d4b',\n", " 837: 'a2aae8cd-e3a1-47f1-abe3-2de0bc1324d1',\n", " 838: 'de71b80c-d667-4b13-a5e1-cd456ae61708',\n", " 839: '2e339f13-7a76-419c-8248-e87e490f8f20',\n", " 840: '74b17e80-700e-48f0-9691-89d5ed8f2f18',\n", " 841: 'e8b4f676-6bb2-41a4-aa1a-8adba8b66b7a',\n", " 842: '3caa15a5-0e54-4c6c-8a66-cf993cde0f6c',\n", " 843: '27ffa474-e336-4845-be4e-fe8e9ef3a8b9',\n", " 844: '317b1a6b-f175-454f-8f0d-3fe9a6f45802',\n", " 845: 'c20f5a3f-c0fe-4f52-82de-2bc5beed0a29',\n", " 846: '57ca5519-50ca-4cf8-adae-627440d1ce4f',\n", " 847: '253f8893-0945-4b3a-ac5e-c3c4c459d05c',\n", " 848: '28939e79-6a4c-4c3d-9ecf-159e6a6dee8e',\n", " 849: 'c5ad8b39-bf51-47c3-a397-a1e3100fd8b2',\n", " 850: '1a345c02-295e-42df-9cdb-d718db613dd6',\n", " 851: '18c91113-3e11-48db-9dd2-78f77e696382',\n", " 852: 'de1313bc-7344-428e-b1bf-b8691386e02d',\n", " 853: '7c39ffde-cc4d-411b-a35e-e67be3930e94',\n", " 854: '9b7ffbf6-3aaf-4685-bf63-7cba831f4231',\n", " 855: '3f65b5d5-272f-4583-9584-608fd82ae15b',\n", " 856: '9b8ca7c4-c8d4-4dbf-9c9a-5a34d5cd7a6a',\n", " 857: 'cb9f155c-53d1-4e3e-a738-730264beefca',\n", " 858: '453ffa94-1ded-426c-9fff-73355395a311',\n", " 859: '785f1395-b0c4-4eb6-9912-636e289dfbaa',\n", " 860: '910c321e-6756-45d8-bbf0-e15269f7bea0',\n", " 861: '98ead6be-0756-4e21-8444-4bcf1858075b',\n", " 862: 'de87a6ed-553d-40a7-8086-5d4c5598eff1',\n", " 863: '75e63f16-4c0a-4aaf-8032-dd0a87b95b3c',\n", " 864: 'b6838832-ef68-4c00-af23-9924fe0deeb0',\n", " 865: '2db9c9a4-4a99-4e12-b0df-284fe642a61f',\n", " 866: '3a38756b-e6ef-4fa6-a25e-57b3774b8ca8',\n", " 867: '094b6f3b-81b1-4559-aeee-8ae1973b8531',\n", " 868: '15d62a5a-90bb-4ed6-ba83-62c07638036b',\n", " 869: '9341ba2e-69b6-4012-9b60-354937cf2f42',\n", " 870: '2e7cab28-9d45-4aa1-b095-7ec4cd186c31',\n", " 871: '4de04d90-6411-4c13-8cd4-f37f11f86eaa',\n", " 872: '6302225a-ca72-4452-bd49-26be6a1e9153',\n", " 873: '3fc8de04-68d5-46fb-9017-44c6d95feb44',\n", " 874: '68613c11-1ab8-46e7-9bd3-fedf22c781d0',\n", " 875: '729ebcb1-f78c-49f2-8f98-3b735b55d430',\n", " 876: 'c1d13c6b-ccac-4321-8f48-c8eafdb9cc83',\n", " 877: 'd22060de-e776-44ee-8b37-abe5a1e5adb8',\n", " 878: '1fb6962a-3a40-4e5b-baf5-0ef9677b5fb5',\n", " 879: '5cd30a0c-4241-4887-b4bd-7935224cf91a',\n", " 880: '323fc224-0515-4dca-9210-7b0ec0818f48',\n", " 881: 'ea94d553-7412-4208-9135-7666f116858a',\n", " 882: '3bb1b9fe-c543-4c5b-a3ca-f119728aa4a2',\n", " 883: '04c0ee31-8eec-4fa9-a74f-91946a385773',\n", " 884: '10e06f18-eda9-4aa4-b852-fd34267668e0',\n", " 885: '5a64e3fe-5e4e-414a-84f5-7cc73834a2c9',\n", " 886: 'ad5ab082-23fa-4250-b5fc-98fb5dc8670d',\n", " 887: '8d087f6f-4748-45dc-9267-b4545532b22c',\n", " 888: 'cdacdbb8-4087-4ef9-bea3-e5632a22dbb2',\n", " 889: '9bd548c3-5259-4528-a181-f707b333a365',\n", " 890: '9aa04978-80d7-4bb7-bfbe-f7120dd262ea',\n", " 891: 'eb8f178b-6d17-4814-bc33-bf63dcd96073',\n", " 892: '6920d459-4417-4661-86b4-5633c74c1b32',\n", " 893: '876dfd5c-4872-45d2-8d04-0396c351c1fe',\n", " 894: '11f19e8a-fedc-4438-8e05-e49a89c24806',\n", " 895: '17d064f1-cf60-4837-a8ca-262415827608',\n", " 896: 'cd40ac4f-c381-43dc-b091-05347a9c0c51',\n", " 897: '51046e59-34b9-49f8-bf19-0a0f417b1444',\n", " 898: '4fff353d-bf5c-4b24-b47b-8e4f591359f0',\n", " 899: '6f4d76ee-45dc-449a-a0a3-7a4261830b8a',\n", " 900: '360b235c-c031-459b-a8d7-a35087405032',\n", " 901: 'ea571b57-4117-4ec4-8b76-913590794b4b',\n", " 902: '596f9aac-3cbf-4e9b-bb56-60831e72767b',\n", " 903: 'bf0445d1-f047-4d3f-81ef-90db5d7528bc',\n", " 904: '97182570-c5e1-4b46-8208-85e33e781246',\n", " 905: '6cd3dcde-dfb8-4428-aa8d-10b13a08b8f2',\n", " 906: 'c40d457b-93d0-4db2-88f7-bb7d3ae9e8db',\n", " 907: 'b4344c38-dad1-4f46-a968-08fbeec53906',\n", " 908: 'f9d8ddf4-d587-4c03-a290-3fab7cb5a59b',\n", " 909: '326da634-e7ca-40e3-8440-50369396b023',\n", " 910: '7b0c09fe-7a2b-41a0-9df6-caf8c06c33c0',\n", " 911: '6e682734-15a3-4c54-b84f-d3599b542f22',\n", " 912: '10013cb0-3f98-4cdc-bed7-df82c92c23cd',\n", " 913: '6a2bffe3-9fef-4216-906a-2ec859158bf7',\n", " 914: 'a972a921-77c7-4f36-bf90-f7a9011e3091',\n", " 915: '1a26bbb4-9e4d-4218-b7a6-ab567ea5006e',\n", " 916: '0348850e-d742-401b-8455-0610d6cd0bd3',\n", " 917: '6a48788a-9db9-423f-b708-b25103dc5e49',\n", " 918: '607393ae-097f-4d19-b2a8-f1b5c7ace57d',\n", " 919: 'e1bb788b-e898-4a54-9507-66dc707f0904',\n", " 920: '8edec837-c0be-4877-934c-192bdf84efa3',\n", " 921: '5a9c1d5b-1b46-4a94-983e-a5cddb335e3c',\n", " 922: '6ca3c983-e7b5-4e3c-bb62-c37dfd89d28e',\n", " 923: '32cfb90e-e796-4a91-94ec-c310fef83810',\n", " 924: 'b5b20d9b-fc9a-4eec-a337-cde0b440193c',\n", " 925: '07eb78d8-4cbd-463c-bb69-232cb6d99963',\n", " 926: 'f6e7c180-cfe3-43cd-baa7-57e560e83eac',\n", " 927: '08e1b528-467e-48c3-9e6f-c05d9a30eb6c',\n", " 928: '0a8e48fc-5c55-4b3a-88bb-20427102def9',\n", " 929: '9da0e67d-1bfe-4dcb-9ab2-4c5d72268e20',\n", " 930: '5885f53f-1bd0-4d7d-ab3e-448b093486f0',\n", " 931: 'b766d999-2066-4868-a58b-5163c2ef1b30',\n", " 932: '15a3d620-f4a3-431c-b929-e69baf228ef5',\n", " 933: '48b404ac-c882-4540-b2cc-70b9d8a76f5f',\n", " 934: 'effaec9d-8898-4dc0-a3b0-5a4bd199b7a3',\n", " 935: '8f7e4c55-8a8d-44b5-af8b-ebbed6931fab',\n", " 936: '04a5522c-5575-4f05-b379-eaadf22c01e0',\n", " 937: '448056d7-109d-4963-94e1-5557c3b2a649',\n", " 938: 'f770f95b-5e35-42ab-a49b-b0a6fc01401c',\n", " 939: '3622fd3f-8d2a-44aa-aa73-ae81fe38c9bd',\n", " 940: '2c5126dc-0d3f-49ee-aef4-cc4e0cde2df5',\n", " 941: 'ca5ceb8f-a4ed-400a-b10c-2a4ebcb94c69',\n", " 942: '40b65e67-2adb-4a90-992f-6a2a7b3ee657',\n", " 943: '7aeea4e8-4ef6-488b-a4b0-4327a1ff5987',\n", " 944: 'fbdb0fba-f4cf-4413-be17-9f0eee8daaab',\n", " 945: '83d27cca-288a-4a0e-87c1-761cb70b7ae8',\n", " 946: '592ae2d2-e371-4c67-9cc8-bec52ddd77c1',\n", " 947: 'c532cc1f-568d-436d-b19f-742c8c76f0c7',\n", " 948: 'd7be3607-f12a-4a9a-bec1-d23f0007ef67',\n", " 949: '9c4d0397-d6e5-4715-80a4-f2a1bdf91ba4',\n", " 950: 'e5aadcb3-8d63-4054-9a89-d75ea76c04c0',\n", " 951: '19d331dd-1a11-45e3-9453-3fe10e756275',\n", " 952: '2224c1d5-85eb-45e7-b8fe-745ed5af4889',\n", " 953: '69611ec0-4c1d-4737-8a4e-7d71569c5e10',\n", " 954: 'b8711c0f-978b-404b-8705-1c7712266edd',\n", " 955: '483505fa-8844-4e3d-848b-dfeadc8fedca',\n", " 956: 'fb4fb04a-9a77-4441-8ac1-d8d4166fe40d',\n", " 957: '1a4f2fa5-1246-4834-9d3b-8c69cfd095ea',\n", " 958: '5d5268c9-b867-47a4-98ae-1065df5584f1',\n", " 959: 'a45c219e-d9f7-44f2-992c-4b34c10005f8',\n", " 960: '46021cc6-0a40-426e-a824-0bf29ba1cff1',\n", " 961: 'e72758ea-2e86-4a1d-ba35-7329e8bd4599',\n", " 962: 'aad70e5b-f2fd-4c9b-a52f-9c6a89b1ca07',\n", " 963: '0877fa54-8459-44c8-8157-86b56a224ac1',\n", " 964: '6ac4ef00-1da1-47b4-aec5-20b6a3b72381',\n", " 965: '352d0276-b5ab-4e6a-9005-b60fe19a7de2',\n", " 966: '1c259002-2b26-455a-a55b-29d19c31441f',\n", " 967: '5685a172-bbb3-4766-8dfd-9709235e9161',\n", " 968: 'd638d867-b6f6-4d1a-8810-e5df6e621a6c',\n", " 969: 'cfb04497-2452-4e48-8c82-46aa2e215a8e',\n", " 970: '92cd8387-def9-4759-bfa5-a0d71210cfc8',\n", " 971: 'c8f1ed59-ba3e-41b0-b0d6-4bab44b46e57',\n", " 972: '0d26c5e9-29a3-4c43-8f5e-58632b9cb889',\n", " 973: '63e4e2a6-b04b-4538-a6a3-aaf8c8f4dffa',\n", " 974: '0bc972ff-d86d-4444-a4f0-29dd0cad246a',\n", " 975: 'a4d9a94e-0346-4980-9c71-8aca7adf5209',\n", " 976: '87423228-0c1a-4d7d-937c-f5b070e95869',\n", " 977: '1a4be78f-4bb1-4511-a612-38210894cb11',\n", " 978: '48f20793-5120-45a2-b459-8c2eb8052ea5',\n", " 979: '76effd40-16d8-48f8-8ba8-477dd9fed22d',\n", " 980: '6f19e10b-2c47-472b-bcd2-763697ecdb9f',\n", " 981: 'a4c3ba0b-eaeb-425d-bc50-5bca4b00b136',\n", " 982: '04012e13-8a32-4242-b212-e61f77dbb50f',\n", " 983: '2fdfc262-44ff-4830-81e9-dc5802e80260',\n", " 984: 'f3f77545-5bad-41ad-92f3-12f609292422',\n", " 985: '14509ea7-6d22-4690-854a-633f9e50c9ad',\n", " 986: 'ddc47836-8e90-47f8-9023-799a60d761b6',\n", " 987: 'ce78966a-8b47-4b92-b2b7-95f333abbc88',\n", " 988: '9a3867bb-b18c-44a9-9d0a-0edc0bf92434',\n", " 989: 'b5e11262-a3f8-48c7-982a-cff5da2fc84f',\n", " 990: '71b00a54-4790-4519-bbc4-91ccedb1c265',\n", " 991: '09315837-7746-4d37-9104-aa510df398cf',\n", " 992: '1feb09c6-b2d8-4064-a809-c6edb4146337',\n", " 993: 'd6a7d95a-0549-477f-ba33-bbd508786996',\n", " 994: 'c8ed40a7-dc5b-4918-a896-b941d380da88',\n", " 995: 'e78784fd-94ef-41d1-9e3f-a0d2875ed693',\n", " 996: '85283a5e-7983-4a0e-98ad-64e51be385b3',\n", " 997: '62c1f9cd-e195-42b9-a9b5-fb80dd45b2b6',\n", " 998: 'eeccfa88-525e-4c75-b625-3c0a35db2b1e',\n", " 999: '800bf355-c9a8-4e13-a0e5-3fcd12047966',\n", " ...}" ] }, "execution_count": 37, "metadata": {}, "output_type": "execute_result" } ], "source": [ "index_to_pub_id" ] }, { "cell_type": "code", "execution_count": 54, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "51\n", "Top 10 Titles: ['Development of a Virtual Reality Cognitive Stimulation Game for Elderly Patients with Cognitive Impairment', 'Development of a Game Play in Chulalongkorn University Central Library Metaverse', \"Experience NECTEC's Virtual 3D Mini-Exhibition Hall: A Digital Showcase for Online Visitors\", \"Experience NECTEC's Virtual 3D Mini-Exhibition Hall: A Digital Showcase for Online Visitors\", 'The Virtual Service Center For Telecommunication Business Enhancement Using Metaverse', 'Unlocking the power of robots: enhancing computational thinking through innovative teaching methods', 'Unlocking the power of robots: enhancing computational thinking through innovative teaching methods', 'Unlocking the power of robots: enhancing computational thinking through innovative teaching methods', 'Unlocking the power of robots: enhancing computational thinking through innovative teaching methods', 'CiRA-Core: The Connector for Developer Teachers and User Teachers to Artificial Intelligence']\n" ] } ], "source": [ "import numpy as np\n", "import pandas as pd\n", "\n", "# Load embeddings\n", "embeddings = np.load(\"embeddings.npy\")\n", "\n", "# Load publications.csv into a Pandas DataFrame\n", "publications_df = pd.read_csv(\"data/clustering.csv\")\n", "\n", "# Create a dictionary mapping embedding index to publication ID\n", "index_to_pub_id = {index: pub_id for index, pub_id in enumerate(publications_df[\"publication_id\"].tolist())}\n", "\n", "# Input query\n", "input = \"Computer and Human Interaction\"\n", "\n", "# Encode the input query\n", "input_embedding = model.encode(input) # Ensure `model` is properly defined\n", "\n", "# Calculate similarity scores\n", "cos_similarities = cosine_similarity([input_embedding], embeddings)[0]\n", "\n", "# Set the similarity threshold\n", "threshold = 0.38\n", "\n", "# Find indices where cosine similarity exceeds the threshold\n", "selected_indices = np.where(cos_similarities >= threshold)[0]\n", "\n", "# Sort the selected indices based on cosine similarity in descending order\n", "sorted_indices = selected_indices[np.argsort(cos_similarities[selected_indices])[::-1]]\n", "\n", "# Map sorted indices to publication IDs\n", "sorted_pub_ids = [index_to_pub_id[i] for i in sorted_indices]\n", "\n", "# Query the Spark DataFrame `df` using the publication IDs\n", "from pyspark.sql import SparkSession\n", "\n", "# Assuming `spark` is your SparkSession and `df` is your Spark DataFrame\n", "# spark = SparkSession.builder.appName(\"SimilaritySearch\").getOrCreate()\n", "\n", "# Filter `df` by publication IDs\n", "print(len(sorted_pub_ids))\n", "# publication_ids_to_query = sorted_pub_ids[:10] # Example: Top 10 results\n", "filtered_df = df.filter(df[\"publication_id\"].isin(sorted_pub_ids))\n", "\n", "# Collect results for further processing (e.g., displaying titles)\n", "result_titles = filtered_df.select(\"title_x\").limit(10).rdd.flatMap(lambda x: x).collect()\n", "\n", "# Print results\n", "print(\"Top 10 Titles:\",result_titles)\n" ] }, { "cell_type": "code", "execution_count": 51, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "['dd91027b-f496-4494-be8b-1103433cfa5b',\n", " 'e46aba8b-5d83-49ee-9519-94196add256a',\n", " 'e3a69891-399d-42a1-90bf-06e13f396b07',\n", " '656b6501-008f-456f-8f4d-30c60104c299',\n", " '7aa62682-3793-4327-a5d7-7963bf3f4489',\n", " '79ee2a1e-4201-44f6-b222-132ca7c1b1eb',\n", " '3f90f3e5-26a9-44a5-a999-6791c4bc2fae',\n", " '9d67c504-fe4b-45e9-bab7-789edbcccaa0',\n", " 'bb7b1900-b8c3-45c9-b905-910f4809caef',\n", " '7790a0c7-ad93-4e94-96f8-e49a1b16d98a',\n", " 'b216d728-1310-4ca2-ab65-bdc90d8a2bfd',\n", " '3db6d058-bb23-48a1-aa83-d21729b295ec',\n", " '18cdd275-5dae-45cb-9ad9-c5f6d1da6eac',\n", " 'e8fd65ee-5c93-4dcb-a9f8-d29bf0b04c84',\n", " 'a7644211-de41-4bcd-a545-6f5cf151ff3a',\n", " 'ca523234-0863-452c-948e-70eeaa3894a4',\n", " '281a71e5-52f9-448c-89fa-d1fcb0ed3483',\n", " 'a696c3e8-29ae-4299-8a63-5749ca2a5963',\n", " '1d9ea7d2-2baf-4237-9d1d-ad74b251014d',\n", " 'ec73f1d9-190b-4b50-98d9-8e009e6251cd',\n", " '1fe32560-497c-4dcd-99f6-6674c8fc7c4f',\n", " 'd467cf00-7eca-45fd-8bbc-2ee87583d5ad',\n", " 'f1784e5f-a6f2-4e1a-8e46-9442492a2a13',\n", " '7c2b45e1-1a86-4c36-9ca8-ecba3aef62b6',\n", " '18a6cf04-0ff6-4c38-9a13-3d9726189ddb',\n", " '94a68001-e1c0-4ff5-895d-87bfa4063339',\n", " '232145db-e6f8-458c-bc62-3288e1aed578',\n", " '7bb0790f-911c-4710-9210-5615e2c61a76',\n", " '6a2bffe3-9fef-4216-906a-2ec859158bf7',\n", " '3a104a69-47f9-455f-8b37-220745ab3e87',\n", " '3deada49-20f3-4412-98b7-3e22449c50c5',\n", " '729586ce-26d3-4f51-8e9f-d240124324d6',\n", " '1ff8f044-1078-45e6-b7da-02ea6b938c9e',\n", " 'a9c93203-5664-430d-bfbf-7dcc4025a05a',\n", " '0ef310f3-2596-4bd5-982c-2d46c36b8d9b',\n", " '4a2df2b9-4d4b-461f-b160-9a6667a0afd9',\n", " '65c4674b-766d-4700-baa1-c837ff28bd97',\n", " '52db93f2-a354-4f24-acfe-a37594e8bd8f',\n", " '826daaa5-60a1-4eba-a729-73801c235846',\n", " '8478c6d0-88f6-479b-a6ac-691c10c88700',\n", " '1e875804-d36b-4475-babe-2b9ff77f3b2f',\n", " 'b2616e77-4fbb-4e7b-903f-fde8c15f3d55',\n", " 'a14c7d23-afc6-4832-93e7-a9bcde791679',\n", " 'c20f5a3f-c0fe-4f52-82de-2bc5beed0a29',\n", " '616a8c56-6f39-422b-a6ae-7dc92f261cba',\n", " 'd51f343d-a783-403a-8b3e-13078c6839d9',\n", " '0eefe38c-73de-4412-b83f-21695e582451',\n", " '4357ccde-ccb1-4dc0-8316-5c25903522d3',\n", " '4c2be29c-4539-492a-9b5a-6c983729b60c',\n", " '8a125905-18ff-4698-9582-966f40c5eb75',\n", " '17db656f-eefa-44da-b7e0-3b6e2c5c7f96']" ] }, "execution_count": 51, "metadata": {}, "output_type": "execute_result" } ], "source": [ "sorted_pub_ids" ] }, { "cell_type": "code", "execution_count": 55, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "+-----+------------+--------------------+--------------+--------------------+--------------------+-------------+--------------------+----------------+------------+--------------------+--------------------+--------------------+-------+\n", "| _c0|Unnamed: 0_x| publication_id|affiliation_id| header| city| country| title_x|publication_year|Unnamed: 0_y| title_y| abstract| combined_text|cluster|\n", "+-----+------------+--------------------+--------------+--------------------+--------------------+-------------+--------------------+----------------+------------+--------------------+--------------------+--------------------+-------+\n", "| 497| 813|3deada49-20f3-441...| 60103462|King Mongkut's Un...| Bangkok| Thailand|Development of a ...| 2024| 327|Development of a ...|Mild Cognitive Im...|Development of a ...| 16|\n", "| 626| 1002|1ff8f044-1078-45e...| 60103462|King Mongkut's Un...| Bangkok| Thailand|Development of a ...| 2024| 477|Development of a ...|Metaverse is the ...|Development of a ...| 9|\n", "| 628| 1006|7aa62682-3793-432...| 60011525|Thailand National...|Pathum Thani Prov...| Thailand|Experience NECTEC...| 2024| 480|Experience NECTEC...|This study propos...|Experience NECTEC...| 9|\n", "| 629| 1008|7aa62682-3793-432...| 60103462|King Mongkut's Un...| Bangkok| Thailand|Experience NECTEC...| 2024| 480|Experience NECTEC...|This study propos...|Experience NECTEC...| 9|\n", "| 644| 1028|18a6cf04-0ff6-4c3...| 60103462|King Mongkut's Un...| Bangkok| Thailand|The Virtual Servi...| 2024| 493|The Virtual Servi...|This paper presen...|The Virtual Servi...| 6|\n", "| 1213| 2011|6a2bffe3-9fef-421...| 60016338|University of Nor...| CO|United States|Unlocking the pow...| 2024| 913|Unlocking the pow...|This research pro...|Unlocking the pow...| 6|\n", "| 1214| 2012|6a2bffe3-9fef-421...| 60264869|Dhonburi Rajabhat...| Bangkok| Thailand|Unlocking the pow...| 2024| 913|Unlocking the pow...|This research pro...|Unlocking the pow...| 6|\n", "| 1215| 2013|6a2bffe3-9fef-421...| 60269766|Rajamangala Unive...|Phra Nakhon Si Ay...| Thailand|Unlocking the pow...| 2024| 913|Unlocking the pow...|This research pro...|Unlocking the pow...| 6|\n", "| 1216| 2014|6a2bffe3-9fef-421...| 60021543|King Mongkut's In...| Bangkok| Thailand|Unlocking the pow...| 2024| 913|Unlocking the pow...|This research pro...|Unlocking the pow...| 6|\n", "| 1590| 2629|0eefe38c-73de-441...| 60001477|Suan Dusit Univer...| Bangkok| Thailand|CiRA-Core: The Co...| 2024| 1193|CiRA-Core: The Co...|Technology become...|CiRA-Core: The Co...| 6|\n", "| 1591| 2630|0eefe38c-73de-441...| 60021944|Kasetsart University| Bangkok| Thailand|CiRA-Core: The Co...| 2024| 1193|CiRA-Core: The Co...|Technology become...|CiRA-Core: The Co...| 6|\n", "| 4315| 7084|94a68001-e1c0-4ff...| 60138776|Sasin School of M...| Bangkok| Thailand|The interaction e...| 2022| 3207|The interaction e...|Copyright: © 2022...|The interaction e...| 6|\n", "| 4752| 7794|8a125905-18ff-469...| 60103462|King Mongkut's Un...| Bangkok| Thailand|Development of a ...| 2022| 3559|Development of a ...|© 2022 Asia-Pacif...|Development of a ...| 9|\n", "| 7633| 12275|3a104a69-47f9-455...| 60104301|Nazarbayev Univer...| Astana| Kazakhstan|Executive Functio...| 2023| 5568|Executive Functio...|© 2023, The Autho...|Executive Functio...| 16|\n", "|14256| 22763|1e875804-d36b-447...| 60103781|Suan Sunandha Raj...| Bangkok| Thailand|Packet warriors: ...| 2019| 10544|Packet warriors: ...|© 2019, Internati...|Packet warriors: ...| 9|\n", "|18291| 29164|e3a69891-399d-42a...| 60103462|King Mongkut's Un...| Bangkok| Thailand|Tangible user int...| 2021| 13532|Tangible user int...|© 2021 Institute ...|Tangible user int...| 6|\n", "|21746| 34699|18cdd275-5dae-45c...| 60103462|King Mongkut's Un...| Bangkok| Thailand|Usability studies...| 2020| 16192|Usability studies...|© Springer Nature...|Usability studies...| 6|\n", "|24535| 39070|b2616e77-4fbb-4e7...| 60022676|Ramkhamhaeng Univ...| NULL| Thailand|EYE-CAPTCHA: An e...| 2018| 18577|EYE-CAPTCHA: An e...|© 2017 IEEE.CAPTC...|EYE-CAPTCHA: An e...| 4|\n", "|25951| 41291|17db656f-eefa-44d...| 60012521|Thammasat University| Pathum Thani| Thailand|Thai Norms for Na...| 2018| 19873|Thai Norms for Na...|© 2017, Springer ...|Thai Norms for Na...| 6|\n", "+-----+------------+--------------------+--------------+--------------------+--------------------+-------------+--------------------+----------------+------------+--------------------+--------------------+--------------------+-------+\n", "\n" ] } ], "source": [ "filtered_df.show()" ] }, { "cell_type": "code", "execution_count": 34, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "+---+------------+--------------------+--------------+--------------------+--------------------+--------------+--------------------+----------------+------------+--------------------+--------------------+--------------------+-------+\n", "|_c0|Unnamed: 0_x| publication_id|affiliation_id| header| city| country| title_x|publication_year|Unnamed: 0_y| title_y| abstract| combined_text|cluster|\n", "+---+------------+--------------------+--------------+--------------------+--------------------+--------------+--------------------+----------------+------------+--------------------+--------------------+--------------------+-------+\n", "| 0| 0|998a43f1-b808-46c...| 60029445|University of Min...| MN| United States|Wer Viewership an...| 2024| 0|Wer Viewership an...|This article brin...|Wer Viewership an...| 6|\n", "| 1| 2|0b554e30-f32a-4e2...| 60104301|Nazarbayev Univer...| Astana| Kazakhstan|Robust Supervisor...| 2024| 3|Robust Supervisor...|Automated manufac...|Robust Supervisor...| 9|\n", "| 2| 3|93e8dd90-5e13-423...| 60031780|Thai Red Cross Ag...| Bangkok| Thailand|Association of PN...| 2024| 4|Association of PN...| NULL|Association of PN...| 5|\n", "| 3| 6|4ba78171-27b1-4af...| 60018465| Yanshan University| Hebei| China|Polyethylene Glyc...| 2024| 5|Polyethylene Glyc...|Aqueous zinc-ion ...|Polyethylene Glyc...| 1|\n", "| 4| 8|4ba78171-27b1-4af...| 60022148|University Colleg...| London|United Kingdom|Polyethylene Glyc...| 2024| 5|Polyethylene Glyc...|Aqueous zinc-ion ...|Polyethylene Glyc...| 1|\n", "| 5| 9|185e7421-8d00-49a...| 60012718| Mahidol University| Nakhon Pathom| Thailand|The development o...| 2024| 9|The development o...|Porcine epidemic ...|The development o...| 10|\n", "| 6| 10|3e1424e2-e64c-472...| 60012718| Mahidol University| Nakhon Pathom| Thailand|Salivary peptidom...| 2024| 11|Salivary peptidom...|Background: Chron...|Salivary peptidom...| 11|\n", "| 7| 12|3e1424e2-e64c-472...| 60004391|Thailand National...|Pathum Thani Prov...| Thailand|Salivary peptidom...| 2024| 11|Salivary peptidom...|Background: Chron...|Salivary peptidom...| 11|\n", "| 8| 15|708719c2-044f-4cf...| 60021567|AP-HP Assistance ...| NULL| France|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 9| 16|708719c2-044f-4cf...| 60003443|Johns Hopkins Med...| Baltimore| United States|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 10| 17|708719c2-044f-4cf...| 60015199|Copenhagen Univer...| Copenhagen| Denmark|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 11| 18|708719c2-044f-4cf...| 60147353|Robert R. McCormi...| Evanston| United States|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 12| 19|708719c2-044f-4cf...| 60024052|Hannover Medical ...| Niedersachsen| Germany|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 13| 20|708719c2-044f-4cf...| 60019529|Motion Analysis L...| Greenville| United States|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 14| 21|708719c2-044f-4cf...| 60000029|Instituto Naciona...| Tlalpan| Mexico|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 15| 22|708719c2-044f-4cf...| 60016605| Charles University| Prague|Czech Republic|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 16| 23|708719c2-044f-4cf...| 60163017|Graduate School o...| Tokushima| Japan|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 17| 24|708719c2-044f-4cf...| 60121919|Tongji Hospital A...| Putuo District| China|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 18| 25|708719c2-044f-4cf...| 60017161|National Universi...| Singapore City| Singapore|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "| 19| 26|708719c2-044f-4cf...| 60001117|Johns Hopkins Uni...| MD| United States|Spastic Paresis: ...| 2024| 12|Spastic Paresis: ...| NULL|Spastic Paresis: ...| 12|\n", "+---+------------+--------------------+--------------+--------------------+--------------------+--------------+--------------------+----------------+------------+--------------------+--------------------+--------------------+-------+\n", "only showing top 20 rows\n", "\n" ] } ], "source": [ "df.show()" ] }, { "cell_type": "code", "execution_count": 25, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Number of embeddings: 19999\n", "Number of mappings: 18545\n" ] } ], "source": [ "print(f\"Number of embeddings: {len(embeddings)}\")\n", "print(f\"Number of mappings: {len(index_to_pub_id)}\")\n" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.10" } }, "nbformat": 4, "nbformat_minor": 2 }