{ "cells": [ { "cell_type": "markdown", "id": "fe12c203-e6a6-452c-a655-afb8a03a4ff5", "metadata": {}, "source": [ "# End of week 1 exercise\n", "\n", "To demonstrate your familiarity with OpenAI API, and also Ollama, build a tool that takes a technical question, \n", "and responds with an explanation. This is a tool that you will be able to use yourself during the course!" ] }, { "cell_type": "code", "execution_count": 12, "id": "c1070317-3ed9-4659-abe3-828943230e03", "metadata": {}, "outputs": [], "source": [ "# imports\n", "import os\n", "import requests\n", "import json\n", "from typing import List\n", "from dotenv import load_dotenv\n", "from bs4 import BeautifulSoup\n", "from IPython.display import Markdown, display, update_display\n", "from openai import OpenAI" ] }, { "cell_type": "code", "execution_count": 38, "id": "4a456906-915a-4bfd-bb9d-57e505c5093f", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "API key looks good so far\n" ] } ], "source": [ "# set up environment\n", "load_dotenv()\n", "api_key = os.getenv('OPENAI_API_KEY')\n", "\n", "if api_key and api_key.startswith('sk-proj-') and len(api_key)>10:\n", " print(\"API key looks good so far\")\n", "else:\n", " print(\"There might be a problem with your API key? Please visit the troubleshooting notebook!\")\n", "\n", "# constants\n", "\n", "MODEL_GPT = 'gpt-4o-mini'\n", "MODEL_LLAMA = 'llama3.2'\n", "\n", "openai = OpenAI()" ] }, { "cell_type": "code", "execution_count": 15, "id": "f1b440e1-766e-40a9-b31b-3eb87aac094d", "metadata": {}, "outputs": [], "source": [ "# A class to represent a Webpage\n", "\n", "class Website:\n", " \"\"\"\n", " A utility class to represent a Website that we have scraped, now with links\n", " \"\"\"\n", "\n", " def __init__(self, url):\n", " self.url = url\n", " response = requests.get(url)\n", " self.body = response.content\n", " soup = BeautifulSoup(self.body, 'html.parser')\n", " self.title = soup.title.string if soup.title else \"No title found\"\n", " if soup.body:\n", " for irrelevant in soup.body([\"script\", \"style\", \"img\", \"input\"]):\n", " irrelevant.decompose()\n", " self.text = soup.body.get_text(separator=\"\\n\", strip=True)\n", " else:\n", " self.text = \"\"\n", " links = [link.get('href') for link in soup.find_all('a')]\n", " self.links = [link for link in links if link]\n", "\n", " def get_contents(self):\n", " return f\"Webpage Title:\\n{self.title}\\nWebpage Contents:\\n{self.text}\\n\\n\"" ] }, { "cell_type": "code", "execution_count": 16, "id": "4b9b5904-7083-4397-9ccb-0dec205e9049", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Webpage Title:\n", "Home\n", "Webpage Contents:\n", "Home\n", "Custom AI Chatbots\n", "Educator's Guide to AI Resources\n", "Contact\n", "Media\n", "Books\n", "Anatomy and Physiology\n", "Interactive Learning Activities for A&P\n", "3D Models for Anatomy & Physiology\n", "Infographics for Learning A&P\n", "Presentations\n", "Dr. Bruce Forciea\n", "Elearning Designer /Author/Educator/SME\n", "Books\n", "Elearning, Educator, Author, GenAI\n", "Media\n", "Welcome to my page. Here you will find a variety of resources along with my books and media samples. ​\n", "Bottom line is I teach and develop courses in Anatomy and Physiology and Pathophysiology. I am passionate about making online courses as easy to use as possible by making use of principles of usability and use of mutimodal microlearning media. I am also a big AI enthusiast and evangelist.\n", "I'm also a science fiction author and have written 2 novels and a series of short stories.\n", "Discover the transformative power of AI in education with \"An Educator’s Guide to AI.” Written by a college instructor with over 20 years experience in teaching and developing courses, this book provides lots of information regarding AI integration in college courses in the context of a personal journey of AI discovery, exploration, and acceptance. Each chapter provides insights and examples on topics like prompt engineering, developing AI roadmaps, creating custom chatbots, and designing AI-enhanced assessments. Many of these examples have been used in the author's college courses and have helped to provide personalized learning that is engaging and fun for students.\n", "You will learn how to:\n", "Develop an AI Policy for your college and course\n", "Write effective prompts for teaching (many examples included)\n", "Analyze your course for AI integration\n", "Create OERs using AI\n", "Develop and use custom chatbots (chatbot prompts included)\n", "Coach your students in using AI for learning\n", "Generate AI images (many examples of AI image effects)\n", "Include AI skills in your courses for the future workplace\n", "My new book on AI integration for the college classroom is now available on Amazon\n", "Contact\n", "Copyright ©\n", "Dr. Bruce Forciea\n", ". All Rights Reserved\n", "View on Mobile\n", "\n", "\n", "['home.html', 'custom-ai-chatbots.html', 'educator-s-guide-to-ai-resources.html', 'contact.html', 'media.html', 'books.html', 'anatomy-and-physiology.html', 'interactive-learning-activities-for-a-p.html', '3d-models-for-anatomy---physiology.html', 'infographics-for-learning-a-p.html', 'presentations.html', 'books.html', 'https://www.amazon.com/Educators-Guide-Transforming-Artificial-Intelligence-ebook/dp/B0D54T95YJ/ref=sr_1_3?crid=39616Q2815N4Z&dib=eyJ2IjoiMSJ9.xxyfMRpsHyy-k63PCb7bUMg7RfXPZNZjDLuEfpat4cWBwJErNmtHkbUjkbn55Kqu-FzR3fs2lZjPYbNdkA0iHFxK6D4obsb1jzMFhXRWuxssxrG8EWDrh60x3DwD0poM-Wq5eHpgIQfbWdaplya5cAtmceMJm-AmEjKy_tVHkzuodeBicYeo87M221aGTc4sX4LPeLRzuc2WCBQRxSWhhEzeOGJAUPJJdXHgC377YXji0DIpT_-HNhjDGo4D22EiyYOhWsn2ptECC3Rtmgn8W1HBf-3V9llzrUiRmQq0TPo.zXHqSykSeSPqmS0rB3Pju2zh_RDGOvOJeum_HpA-pQY&dib_tag=se&keywords=an+educators+guide+to+ai&qid=1718712892&sprefix=an+educators+guide+to+ai%2Caps%2C115&sr=8-3', 'media.html', 'contact.html', 'books.html', 'https://www.godaddy.com/websites/website-builder?cvosrc=assets.wsb_badge.wsb_badge', '#']\n" ] } ], "source": [ "dr = Website(\"https://www.drbruceforciea.com\")\n", "print(dr.get_contents())\n", "print(dr.links)" ] }, { "cell_type": "code", "execution_count": 17, "id": "90fbbb70-e44d-4d97-8d9f-edd27d6990db", "metadata": {}, "outputs": [], "source": [ "link_system_prompt = \"You are provided with a list of links found on a webpage. \\\n", "You are able to decide which of the links would be most relevant to learn anatomy and physiology, \\\n", "such as links to an Anatomy or Physiology page, Learing Page, Book Page.\\n\"\n", "link_system_prompt += \"You should respond in JSON as in this example:\"\n", "link_system_prompt += \"\"\"\n", "{\n", " \"links\": [\n", " {\"type\": \"anatomy and physiology page\", \"url\": \"https://full.url/goes/here/anatomy-and-physiology\"},\n", " {\"type\": \"learning page\": \"url\": \"https://another.full.url/learning\"}\n", " ]\n", "}\n", "\"\"\"" ] }, { "cell_type": "code", "execution_count": 18, "id": "7bc56a57-4b85-4980-b016-f48e52536a47", "metadata": {}, "outputs": [], "source": [ "def get_links_user_prompt(website):\n", " user_prompt = f\"Here is the list of links on the website of {website.url} - \"\n", " user_prompt += \"please decide which of these are relevant web links to learn anatomy and physiology, respond with the full https URL in JSON format. \\\n", "Do not include Terms of Service, Privacy, email links.\\n\"\n", " user_prompt += \"Links (some might be relative links):\\n\"\n", " user_prompt += \"\\n\".join(website.links)\n", " return user_prompt" ] }, { "cell_type": "code", "execution_count": 19, "id": "fcbc4793-2645-4185-88bd-1fc9ebae052b", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Here is the list of links on the website of https://www.drbruceforciea.com - please decide which of these are relevant web links to learn anatomy and physiology, respond with the full https URL in JSON format. Do not include Terms of Service, Privacy, email links.\n", "Links (some might be relative links):\n", "home.html\n", "custom-ai-chatbots.html\n", "educator-s-guide-to-ai-resources.html\n", "contact.html\n", "media.html\n", "books.html\n", "anatomy-and-physiology.html\n", "interactive-learning-activities-for-a-p.html\n", "3d-models-for-anatomy---physiology.html\n", "infographics-for-learning-a-p.html\n", "presentations.html\n", "books.html\n", "https://www.amazon.com/Educators-Guide-Transforming-Artificial-Intelligence-ebook/dp/B0D54T95YJ/ref=sr_1_3?crid=39616Q2815N4Z&dib=eyJ2IjoiMSJ9.xxyfMRpsHyy-k63PCb7bUMg7RfXPZNZjDLuEfpat4cWBwJErNmtHkbUjkbn55Kqu-FzR3fs2lZjPYbNdkA0iHFxK6D4obsb1jzMFhXRWuxssxrG8EWDrh60x3DwD0poM-Wq5eHpgIQfbWdaplya5cAtmceMJm-AmEjKy_tVHkzuodeBicYeo87M221aGTc4sX4LPeLRzuc2WCBQRxSWhhEzeOGJAUPJJdXHgC377YXji0DIpT_-HNhjDGo4D22EiyYOhWsn2ptECC3Rtmgn8W1HBf-3V9llzrUiRmQq0TPo.zXHqSykSeSPqmS0rB3Pju2zh_RDGOvOJeum_HpA-pQY&dib_tag=se&keywords=an+educators+guide+to+ai&qid=1718712892&sprefix=an+educators+guide+to+ai%2Caps%2C115&sr=8-3\n", "media.html\n", "contact.html\n", "books.html\n", "https://www.godaddy.com/websites/website-builder?cvosrc=assets.wsb_badge.wsb_badge\n", "#\n" ] } ], "source": [ "print(get_links_user_prompt(dr))" ] }, { "cell_type": "code", "execution_count": 34, "id": "e0b0d079-6e40-4cc6-8261-85f218918063", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "scrolled": true }, "outputs": [ { "data": { "text/plain": [ "['#skip',\n", " '/index.html',\n", " '/index.html',\n", " '/citation.html',\n", " '/help/',\n", " '/',\n", " '/modules_reg_surv.html',\n", " '/registration/',\n", " '/operations/',\n", " '/disease/',\n", " '/terminology/',\n", " '/anatomy/',\n", " '/casefinding/',\n", " '/icd10cm/',\n", " '/abstracting/',\n", " '/diagnostic/',\n", " '/coding-primary/',\n", " '/staging/',\n", " '/ss2k/',\n", " '/treatment/',\n", " '/followup/',\n", " '/eod/',\n", " '/modules_site_spec.html',\n", " '/modules_info.html',\n", " '/modules_arch.html',\n", " '/modules_update.html',\n", " '/modules_ack.html',\n", " 'https://twitter.com/NCICancerStats',\n", " 'https://surveillance.cancer.gov/blog',\n", " '/contact.html',\n", " 'https://livehelp.cancer.gov/',\n", " '/index.html',\n", " '/citation.html',\n", " '/help/',\n", " 'https://seer.cancer.gov/',\n", " 'https://www.cancer.gov/policies/accessibility',\n", " 'https://www.cancer.gov/policies/disclaimer',\n", " 'https://www.cancer.gov/policies/foia',\n", " 'https://www.hhs.gov/vulnerability-disclosure-policy/index.html',\n", " 'https://www.cancer.gov/policies/privacy-security',\n", " 'https://www.cancer.gov/policies/copyright-reuse',\n", " 'https://www.cancer.gov/policies/linking',\n", " 'https://www.hhs.gov/',\n", " 'https://www.nih.gov/',\n", " 'https://www.cancer.gov/',\n", " 'https://www.usa.gov/']" ] }, "execution_count": 34, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# Give a medicine related website link.\n", "\n", "nationalcancerinstitute = Website(\"https://training.seer.cancer.gov/modules_reg_surv.html\")\n", "nationalcancerinstitute.links" ] }, { "cell_type": "code", "execution_count": 39, "id": "174cc98a-e64c-4e0b-9ec4-a1adeb285a5c", "metadata": {}, "outputs": [], "source": [ "def get_links(url):\n", " website = Website(url)\n", " response = openai.chat.completions.create(\n", " model=MODEL_GPT,\n", " messages=[\n", " {\"role\": \"system\", \"content\": link_system_prompt},\n", " {\"role\": \"user\", \"content\": get_links_user_prompt(website)}\n", " ],\n", " response_format={\"type\": \"json_object\"}\n", " )\n", " result = response.choices[0].message.content\n", " return json.loads(result)" ] }, { "cell_type": "code", "execution_count": 86, "id": "c599526f-004f-44c8-9822-34ceeb23cc62", "metadata": {}, "outputs": [], "source": [ "def get_all_details(url):\n", " result = \"Landing page:\\n\"\n", " result += Website(url).get_contents()\n", " links = get_links(url)\n", " print(\"Found links:\", links)\n", " for link in links[\"links\"]:\n", " result += f\"\\n\\n{link['type']}\\n\"\n", " result += Website(link[\"url\"]).get_contents()\n", " return result" ] }, { "cell_type": "code", "execution_count": 43, "id": "abd43160-3922-4ea0-ae89-2c1184d10a4c", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true } }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Found links: {'links': [{'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/body/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/body/functions.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/body/terminology.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/body/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/cells/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/cells/structure.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/cells/function.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/tissues/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/tissues/epithelial.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/tissues/connective.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/tissues/muscle.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/tissues/nervous.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/membranes.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cells_tissues_membranes/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/tissue.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/growth.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/classification.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/divisions/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/divisions/axial.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/divisions/appendicular.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/articulations.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/skeletal/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/structure.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/types.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/groups/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/groups/head_neck.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/groups/trunk.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/groups/upper.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/groups/lower.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/muscular/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/nervous/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/nervous/tissue.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/nervous/organization/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/nervous/organization/cns.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/nervous/organization/pns.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/nervous/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/hormones.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/glands/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/glands/pituitary.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/glands/thyroid.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/glands/adrenal.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/glands/pancreas.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/glands/gonads.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/glands/other.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/endocrine/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/heart/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/heart/structure.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/heart/physiology.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/blood/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/blood/classification.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/blood/physiology.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/blood/pathways.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/cardiovascular/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/lymphatic/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/lymphatic/components/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/lymphatic/components/nodes.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/lymphatic/components/tonsils.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/lymphatic/components/spleen.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/lymphatic/components/thymus.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/lymphatic/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/mechanics.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/capacity.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/passages/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/passages/nose.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/passages/pharynx.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/passages/larynx.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/passages/bronchi.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/respiratory/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/structure.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/regions/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/regions/mouth.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/regions/pharynx.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/regions/stomach.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/regions/intestine.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/regions/accessory.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/digestive/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/urinary/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/urinary/components/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/urinary/components/kidney.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/urinary/components/ureters.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/urinary/components/bladder.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/urinary/components/urethra.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/urinary/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/male/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/male/testes.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/male/duct.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/male/glands.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/male/penis.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/male/response.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/female/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/female/ovaries.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/female/tract.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/female/genitalia.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/female/response.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/female/glands.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/anatomy/reproductive/review.html'}]}\n" ] }, { "data": { "text/plain": [ "'Landing page:\\nWebpage Title:\\nAnatomy & Physiology | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nHome\\n»\\nCancer Registration & Surveillance Modules\\n»\\nAnatomy & Physiology\\nSection Menu\\nCancer Registration & Surveillance Modules\\nAnatomy & Physiology\\nIntro to the Human Body\\nBody Functions & Life Process\\nAnatomical Terminology\\nReview\\nCells, Tissues, & Membranes\\nCell Structure & Function\\nCell Structure\\nCell Function\\nBody Tissues\\nEpithelial Tissue\\nConnective Tissue\\nMuscle Tissue\\nNervous Tissue\\nMembranes\\nReview\\nSkeletal System\\nStructure of Bone Tissue\\nBone Development & Growth\\nClassification of Bones\\nDivisions of the Skeleton\\nAxial Skeleton (80 bones)\\nAppendicular Skeleton (126 bones)\\nArticulations\\nReview\\nMuscular System\\nStructure of Skeletal Muscle\\nMuscle Types\\nMuscle Groups\\nHead and Neck\\nTrunk\\nUpper Extremity\\nLower Extremity\\nReview\\nNervous System\\nNerve Tissue\\nOrganization of the Nervous System\\nCentral Nervous System\\nPeripheral Nervous System\\nReview\\nEndocrine System\\nCharacteristics of Hormones\\nEndocrine Glands & Their Hormones\\nPituitary & Pineal Glands\\nThyroid & Parathyroid Glands\\nAdrenal Gland\\nPancreas\\nGonads\\nOther Endocrine Glands\\nReview\\nCardiovascular System\\nHeart\\nStructure of the Heart\\nPhysiology of the Heart\\nBlood\\nClassification & Structure of Blood Vessels\\nPhysiology of Circulation\\nCirculatory Pathways\\nReview\\nLymphatic System\\nComponents of the Lymphatic System\\nLymph Nodes\\nTonsils\\nSpleen\\nThymus\\nReview\\nRespiratory System\\nMechanics of Ventilation\\nRespiratory Volumes and Capacities\\nConducting Passages\\nNose, Nasal Cavities & Paranasal Sinuses\\nPharynx\\nLarynx & Trachea\\nBronchi, Bronchial Tree, & Lungs\\nReview\\nDigestive System\\nGeneral Structure\\nRegions of the Digestive System\\nMouth\\nPharynx & Esophagus\\nStomach\\nSmall & Large Intestine\\nAccessory Organs\\nReview\\nUrinary System\\nComponents of the Urinary System\\nKidneys\\nUreters\\nUrinary Bladder\\nUrethra\\nReview\\nReproductive System\\nMale Reproductive System\\nTestes\\nDuct System\\nAccessory Glands\\nPenis\\nMale Sexual Response & Hormone Control\\nFemale Reproductive System\\nOvaries\\nGenital Tract\\nExternal Genitalia\\nFemale Sexual Response & Hormone Control\\nMammary Glands\\nReview\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nModule Map\\nAnatomy & Physiology\\nThe\\nAnatomy\\nand\\nPhysiology\\nmodule introduces the structure and function of the human body. You will read about the cells, tissues and membranes that make up our bodies and how our major systems function to help us develop and stay healthy.\\nIn this module you will learn to:\\nDescribe basic human body functions and life process.\\nName the major human body systems and relate their functions.\\nDescribe the anatomical locations, structures and physiological functions of the main components of each major system of the human body.\\nNext (Intro to the Human Body) »\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy and physiology page\\nWebpage Title:\\nPage Not Found | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nSection Menu\\nCancer Registration & Surveillance Modules\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nPage Not Found\\nThe SEER Training Website has been redesigned, and pages may have moved.\\nWe recommend one of the following:\\nSearch the site:\\nUse the links on the left side of this page to find modules by topic.\\nContact us at\\nSEERTrainingSite@mail.nih.gov\\nfor help locating the content.\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n'" ] }, "execution_count": 43, "metadata": {}, "output_type": "execute_result" } ], "source": [ "get_all_details(\"https://training.seer.cancer.gov/anatomy/\")" ] }, { "cell_type": "markdown", "id": "79629051-c023-4c16-a588-8e0cd2cf7299", "metadata": {}, "source": [ "# A Learning Notebook Agent\n", "\n", "## Now we will take our project from Day 1 to the next level\n", "\n", "### BUSINESS CHALLENGE:\n", "\n", "Create a learning notebook from a research institue web page to learn anatomy and physiology for prospective medical school students.\n", "\n", "We will be provided a research institue page and their primary website.\n", "\n", "See the end of this notebook for examples of real-world business applications." ] }, { "cell_type": "code", "execution_count": 159, "id": "e63b6614-fc36-4ca9-a438-f222871786f0", "metadata": {}, "outputs": [], "source": [ "system_prompt = \"You are an eLearning designer, author, educator, and subject matter expert specializing in Anatomy, Physiology, and Pathophysiology.\\\n", "With over 20 years of experience, you are dedicated to enhancing online education by applying usability principles and multimodal microlearning media.\\\n", "you analyzes the contents of several relevant pages from a research institue website \\\n", "and creates a learning notebook of anatamy and physiology for prospective medical school students. \\\n", "Add url links to the related terminology as much as possible.\\\n", "Include details of explanation of anatamy terminology if you have the information. \\\n", "Respond in markdown.\"" ] }, { "cell_type": "code", "execution_count": 160, "id": "1508d50e-cf1c-4511-8b95-a3591a7f41b1", "metadata": {}, "outputs": [], "source": [ "def get_learning_notebook_user_prompt(research_institue, url):\n", " user_prompt = f\"You are looking at a research institue called: {research_institue}\\n\"\n", " user_prompt += f\"Here are the contents of its landing page and other relevant pages; use this information to build a short learning notebook of the research institue in markdown.\\n\"\n", " user_prompt += get_all_details(url)\n", " user_prompt = user_prompt[:1_0000] # Truncate if more than 10,000 characters\n", " return user_prompt" ] }, { "cell_type": "code", "execution_count": 161, "id": "f77df652-5b72-4594-a109-693a50bf0e79", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Found links: {'links': [{'type': 'anatomy page', 'url': 'https://training.seer.cancer.gov/anatomy/'}, {'type': 'anatomy body page', 'url': 'https://training.seer.cancer.gov/anatomy/body/'}, {'type': 'anatomy body functions page', 'url': 'https://training.seer.cancer.gov/anatomy/body/functions.html'}, {'type': 'anatomy body terminology page', 'url': 'https://training.seer.cancer.gov/anatomy/body/terminology.html'}, {'type': 'anatomy body review page', 'url': 'https://training.seer.cancer.gov/anatomy/body/review.html'}, {'type': 'anatomy cells, tissues, membranes page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/'}, {'type': 'anatomy cells page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/cells/'}, {'type': 'anatomy cells structure page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/cells/structure.html'}, {'type': 'anatomy cells function page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/cells/function.html'}, {'type': 'anatomy tissues page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/'}, {'type': 'anatomy epithelial tissues page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/epithelial.html'}, {'type': 'anatomy connective tissues page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/connective.html'}, {'type': 'anatomy muscle tissues page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/muscle.html'}, {'type': 'anatomy nervous tissues page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/nervous.html'}, {'type': 'anatomy membranes page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/membranes.html'}, {'type': 'anatomy skeletal page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/'}, {'type': 'anatomy muscular page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/'}, {'type': 'anatomy nervous page', 'url': 'https://training.seer.cancer.gov/anatomy/nervous/'}, {'type': 'anatomy endocrine page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/'}, {'type': 'anatomy cardiovascular page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/'}, {'type': 'anatomy lymphatic page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/'}, {'type': 'anatomy respiratory page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/'}, {'type': 'anatomy digestive page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/'}, {'type': 'anatomy urinary page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/'}, {'type': 'anatomy reproductive page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/'}]}\n" ] }, { "data": { "text/plain": [ "'You are looking at a research institue called: National Cancer Institue\\nHere are the contents of its landing page and other relevant pages; use this information to build a short learning notebook of the research institue in markdown.\\nLanding page:\\nWebpage Title:\\nAnatomy & Physiology | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nHome\\n»\\nCancer Registration & Surveillance Modules\\n»\\nAnatomy & Physiology\\nSection Menu\\nCancer Registration & Surveillance Modules\\nAnatomy & Physiology\\nIntro to the Human Body\\nBody Functions & Life Process\\nAnatomical Terminology\\nReview\\nCells, Tissues, & Membranes\\nCell Structure & Function\\nCell Structure\\nCell Function\\nBody Tissues\\nEpithelial Tissue\\nConnective Tissue\\nMuscle Tissue\\nNervous Tissue\\nMembranes\\nReview\\nSkeletal System\\nStructure of Bone Tissue\\nBone Development & Growth\\nClassification of Bones\\nDivisions of the Skeleton\\nAxial Skeleton (80 bones)\\nAppendicular Skeleton (126 bones)\\nArticulations\\nReview\\nMuscular System\\nStructure of Skeletal Muscle\\nMuscle Types\\nMuscle Groups\\nHead and Neck\\nTrunk\\nUpper Extremity\\nLower Extremity\\nReview\\nNervous System\\nNerve Tissue\\nOrganization of the Nervous System\\nCentral Nervous System\\nPeripheral Nervous System\\nReview\\nEndocrine System\\nCharacteristics of Hormones\\nEndocrine Glands & Their Hormones\\nPituitary & Pineal Glands\\nThyroid & Parathyroid Glands\\nAdrenal Gland\\nPancreas\\nGonads\\nOther Endocrine Glands\\nReview\\nCardiovascular System\\nHeart\\nStructure of the Heart\\nPhysiology of the Heart\\nBlood\\nClassification & Structure of Blood Vessels\\nPhysiology of Circulation\\nCirculatory Pathways\\nReview\\nLymphatic System\\nComponents of the Lymphatic System\\nLymph Nodes\\nTonsils\\nSpleen\\nThymus\\nReview\\nRespiratory System\\nMechanics of Ventilation\\nRespiratory Volumes and Capacities\\nConducting Passages\\nNose, Nasal Cavities & Paranasal Sinuses\\nPharynx\\nLarynx & Trachea\\nBronchi, Bronchial Tree, & Lungs\\nReview\\nDigestive System\\nGeneral Structure\\nRegions of the Digestive System\\nMouth\\nPharynx & Esophagus\\nStomach\\nSmall & Large Intestine\\nAccessory Organs\\nReview\\nUrinary System\\nComponents of the Urinary System\\nKidneys\\nUreters\\nUrinary Bladder\\nUrethra\\nReview\\nReproductive System\\nMale Reproductive System\\nTestes\\nDuct System\\nAccessory Glands\\nPenis\\nMale Sexual Response & Hormone Control\\nFemale Reproductive System\\nOvaries\\nGenital Tract\\nExternal Genitalia\\nFemale Sexual Response & Hormone Control\\nMammary Glands\\nReview\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nModule Map\\nAnatomy & Physiology\\nThe\\nAnatomy\\nand\\nPhysiology\\nmodule introduces the structure and function of the human body. You will read about the cells, tissues and membranes that make up our bodies and how our major systems function to help us develop and stay healthy.\\nIn this module you will learn to:\\nDescribe basic human body functions and life process.\\nName the major human body systems and relate their functions.\\nDescribe the anatomical locations, structures and physiological functions of the main components of each major system of the human body.\\nNext (Intro to the Human Body) »\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy page\\nWebpage Title:\\nAnatomy & Physiology | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nHome\\n»\\nCancer Registration & Surveillance Modules\\n»\\nAnatomy & Physiology\\nSection Menu\\nCancer Registration & Surveillance Modules\\nAnatomy & Physiology\\nIntro to the Human Body\\nBody Functions & Life Process\\nAnatomical Terminology\\nReview\\nCells, Tissues, & Membranes\\nCell Structure & Function\\nCell Structure\\nCell Function\\nBody Tissues\\nEpithelial Tissue\\nConnective Tissue\\nMuscle Tissue\\nNervous Tissue\\nMembranes\\nReview\\nSkeletal System\\nStructure of Bone Tissue\\nBone Development & Growth\\nClassification of Bones\\nDivisions of the Skeleton\\nAxial Skeleton (80 bones)\\nAppendicular Skeleton (126 bones)\\nArticulations\\nReview\\nMuscular System\\nStructure of Skeletal Muscle\\nMuscle Types\\nMuscle Groups\\nHead and Neck\\nTrunk\\nUpper Extremity\\nLower Extremity\\nReview\\nNervous System\\nNerve Tissue\\nOrganization of the Nervous System\\nCentral Nervous System\\nPeripheral Nervous System\\nReview\\nEndocrine System\\nCharacteristics of Hormones\\nEndocrine Glands & Their Hormones\\nPituitary & Pineal Glands\\nThyroid & Parathyroid Glands\\nAdrenal Gland\\nPancreas\\nGonads\\nOther Endocrine Glands\\nReview\\nCardiovascular System\\nHeart\\nStructure of the Heart\\nPhysiology of the Heart\\nBlood\\nClassification & Structure of Blood Vessels\\nPhysiology of Circulation\\nCirculatory Pathways\\nReview\\nLymphatic System\\nComponents of the Lymphatic System\\nLymph Nodes\\nTonsils\\nSpleen\\nThymus\\nReview\\nRespiratory System\\nMechanics of Ventilation\\nRespiratory Volumes and Capacities\\nConducting Passages\\nNose, Nasal Cavities & Paranasal Sinuses\\nPharynx\\nLarynx & Trachea\\nBronchi, Bronchial Tree, & Lungs\\nReview\\nDigestive System\\nGeneral Structure\\nRegions of the Digestive System\\nMouth\\nPharynx & Esophagus\\nStomach\\nSmall & Large Intestine\\nAccessory Organs\\nReview\\nUrinary System\\nComponents of the Urinary System\\nKidneys\\nUreters\\nUrinary Bladder\\nUrethra\\nReview\\nReproductive System\\nMale Reproductive System\\nTestes\\nDuct System\\nAccessory Glands\\nPenis\\nMale Sexual Response & Hormone Control\\nFemale Reproductive System\\nOvaries\\nGenital Tract\\nExternal Genitalia\\nFemale Sexual Response & Hormone Control\\nMammary Glands\\nReview\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nModule Map\\nAnatomy & Physiology\\nThe\\nAnatomy\\nand\\nPhysiology\\nmodule introduces the structure and function of the human body. You will read about the cells, tissues and membranes that make up our bodies and how our major systems function to help us develop and stay healthy.\\nIn this module you will learn to:\\nDescribe basic human body functions and life process.\\nName the major human body systems and relate their functions.\\nDescribe the anatomical locations, structures and physiological functions of the main components of each major system of the human body.\\nNext (Intro to the Human Body) »\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy body page\\nWebpage Title:\\nIntroduction to the Human Body | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nHome\\n»\\nCancer Registration & Surveillance Modules\\n»\\nAnatomy & Physiology\\n»\\nIntro to the Human Body\\nSection Menu\\nCancer Registration & Surveillance Modules\\nAnatomy & Physiology\\nIntro to the Human Body\\nBody Functions & Life Process\\nAnatomical Terminology\\nReview\\nCells, Tissues, & Membranes\\nCell Structure & Function\\nCell Structure\\nCell Function\\nBody Tissues\\nEpithelial Tissue\\nConnective Tissue\\nMuscle Tissue\\nNervous Tissue\\nMembranes\\nReview\\nSkeletal System\\nStructure of Bone Tissue\\nBone Development & Growth\\nClassification of Bones\\nDivisions of the Skeleton\\nAxial Skeleton (80 bones)\\nAppendicular Skeleton (126 bones)\\nArticulations\\nReview\\nMuscular System\\nStructure of Skeletal Muscle\\nMuscle Types\\nMuscle Groups\\nHead and Neck\\nTrunk\\nUpper Extremity\\nLower Extremity\\nReview\\nNervous System\\nNerve Tissue\\nOrganization of the Nervous System\\nCentral Nervous System\\nPeripheral Nervous System\\nReview\\nEndocrine System\\nCharacteristics of Hormones\\nEndocrine Glands & Their Hormones\\nPituitary & Pineal Glands\\nThyroid & Parathyroid Glands\\nAdrenal Gland\\nPancreas\\nGonads\\nOther Endocrine Glands\\nReview\\nCardiovascular System\\nHeart\\nStructure of the Heart\\nPhysiology of the Heart\\nBlood\\nClassification & Structure of Blood Vessels\\nPhysiology of Circulation\\nCirculatory Pathways\\nReview\\nLymphatic System\\nComponents of the Lymphatic System\\nLymph Nodes\\nTonsils\\nSpleen\\nThymus\\nReview\\nRespiratory System\\nMechanics of Ventilation\\nRespiratory Volumes and Capacities\\nConducting Passages\\nNose, Nasal Cavities & Paranasal Sinuses\\nPharynx\\nLarynx & Trachea\\nBronchi, Bronchial Tree, & Lungs\\nReview\\nDigestive System\\nGeneral Structure\\nRegions of the Digestive System\\nMouth\\nPharynx & Esophagus\\nStomach\\nSmall & Large Intestine\\nAccessory Organs\\nReview\\nUrinary System\\nComponents of the Urinary System\\nKidneys\\nUreters\\nUrinary Blad'" ] }, "execution_count": 161, "metadata": {}, "output_type": "execute_result" } ], "source": [ "get_learning_notebook_user_prompt(\"National Cancer Institue\", \"https://training.seer.cancer.gov/anatomy/\")" ] }, { "cell_type": "code", "execution_count": 162, "id": "20401281-6e19-41b9-95d0-1e3147876e31", "metadata": {}, "outputs": [], "source": [ "def create_learning_notebook(research_institue_name, url, display_content):\n", " response = openai.chat.completions.create(\n", " model=MODEL_GPT,\n", " messages=[\n", " {\"role\": \"system\", \"content\": system_prompt},\n", " {\"role\": \"user\", \"content\": get_learning_notebook_user_prompt(research_institue_name, url)}\n", " ],\n", " )\n", " result = response.choices[0].message.content\n", " if display_content:\n", " display(Markdown(result))\n", " else :\n", " return result\n" ] }, { "cell_type": "code", "execution_count": 163, "id": "e010ef26-fff2-43e8-905c-7f4ff5ba7f1e", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Found links: {'links': [{'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/body/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/body/functions.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/body/terminology.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/body/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/cells/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/cells/structure.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/cells/function.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/epithelial.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/connective.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/muscle.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/nervous.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/membranes.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/tissue.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/growth.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/classification.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/divisions/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/divisions/axial.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/divisions/appendicular.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/articulations.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/structure.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/types.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/groups/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/groups/head_neck.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/groups/trunk.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/groups/upper.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/groups/lower.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/nervous/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/nervous/tissue.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/nervous/organization/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/nervous/organization/cns.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/nervous/organization/pns.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/nervous/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/hormones.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/glands/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/glands/pituitary.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/glands/thyroid.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/glands/adrenal.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/glands/pancreas.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/glands/gonads.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/glands/other.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/heart/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/heart/structure.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/heart/physiology.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/blood/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/blood/classification.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/blood/physiology.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/blood/pathways.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/components/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/components/nodes.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/components/tonsils.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/components/spleen.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/components/thymus.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/mechanics.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/capacity.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/passages/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/passages/nose.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/passages/pharynx.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/passages/larynx.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/passages/bronchi.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/structure.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/regions/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/regions/mouth.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/regions/pharynx.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/regions/stomach.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/regions/intestine.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/regions/accessory.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/components/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/components/kidney.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/components/ureters.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/components/bladder.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/components/urethra.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/male/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/male/testes.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/male/duct.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/male/glands.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/male/penis.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/male/response.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/female/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/female/ovaries.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/female/tract.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/female/genitalia.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/female/response.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/female/glands.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/review.html'}]}\n" ] }, { "data": { "text/markdown": [ "# Learning Notebook: Anatomy & Physiology at the National Cancer Institute\n", "\n", "## Overview\n", "The **SEER Training** website by the National Cancer Institute (NCI) offers comprehensive modules on Anatomy & Physiology tailored for oncology data specialists and cancer registration trainees. This training resource covers various aspects of human anatomy, physiological processes, and their relevance to cancer studies. This notebook aims to summarize the key topics covered in the training modules, along with terminology that prospective medical school students should be familiar with.\n", "\n", "## Core Topics\n", "\n", "### 1. Introduction to the Human Body\n", "- **Basic Human Body Functions**: Functions vital for sustaining life.\n", "- **Major Human Body Systems**: Overview of systems such as the skeletal, muscular, nervous, and circulatory systems.\n", "- **Anatomical Locations**: Understanding the position of organs and body parts.\n", "\n", "**Key Resources**: [Intro to the Human Body](https://seer.cancer.gov/seertraining/modules/anatomy/intro.html)\n", "\n", "### 2. Cells, Tissues, & Membranes\n", "- **Cell Structure & Function**: Explains the basic unit of life and its functions.\n", "- **Body Tissues**:\n", " - **Epithelial Tissue**: Covers body surfaces; forms glands.\n", " - **Connective Tissue**: Supports, binds, and protects tissues.\n", " - **Muscle Tissue**: Responsible for movement.\n", " - **Nervous Tissue**: Processes information and controls responses.\n", "\n", "**Key Resources**: [Cells, Tissues, & Membranes](https://seer.cancer.gov/seertraining/modules/anatomy/cells.html)\n", "\n", "### 3. Skeletal System\n", "- **Bone Structure and Function**: Understanding the framework of the body.\n", "- **Axial and Appendicular Skeleton**:\n", " - **Axial Skeleton**: Comprises 80 bones, including the skull and spine.\n", " - **Appendicular Skeleton**: Comprises 126 bones, including limbs and girdles.\n", "\n", "**Key Resources**: [Skeletal System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/skeletal.html)\n", "\n", "### 4. Muscular System\n", "- **Muscle Types**: Includes skeletal, cardiac, and smooth muscle.\n", "- **Muscle Groups**: Locations and functions of muscular groups in the body.\n", "\n", "**Key Resources**: [Muscular System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/muscular.html)\n", "\n", "### 5. Nervous System\n", "- **Central and Peripheral Nervous System**: Breakdown of nerve functions and structures.\n", "\n", "**Key Resources**: [Nervous System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/nervous.html)\n", "\n", "### 6. Endocrine System\n", "- **Hormones**: Characteristics and functions of hormones produced by glands such as the pituitary, thyroid, and adrenal glands.\n", "\n", "**Key Resources**: [Endocrine System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/endocrine.html)\n", "\n", "### 7. Cardiovascular System\n", "- **Heart and Circulation**: Anatomy and physiology of the heart, vessels, and blood circulation.\n", "\n", "**Key Resources**: [Cardiovascular System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/cardiovascular.html)\n", "\n", "### 8. Lymphatic System\n", "- **Components**: Includes lymph nodes, spleen, and thymus.\n", "\n", "**Key Resources**: [Lymphatic System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/lymphatic.html)\n", "\n", "### 9. Respiratory System\n", "- **Ventilation Mechanics**: Understanding how air is exchanged in the lungs.\n", "\n", "**Key Resources**: [Respiratory System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/respiratory.html)\n", "\n", "### 10. Digestive System\n", "- **Digestive Organs**: From the mouth to the intestines, including accessory organs.\n", "\n", "**Key Resources**: [Digestive System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/digestive.html)\n", "\n", "### 11. Urinary System\n", "- **Components**: Functions of the kidneys, ureters, bladder, and urethra.\n", "\n", "**Key Resources**: [Urinary System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/urinary.html)\n", "\n", "### 12. Reproductive System\n", "- **Male and Female Systems**: Anatomy and functions related to reproduction.\n", "\n", "**Key Resources**: [Reproductive System Overview](https://seer.cancer.gov/seertraining/modules/anatomy/reproductive.html)\n", "\n", "## Conclusion\n", "This learning notebook highlights essential aspects of Anatomy and Physiology as presented on the SEER Training website by the National Cancer Institute. For further exploration, prospective medical students are encouraged to engage with the training modules linked above, which provide in-depth knowledge and understanding necessary for a career in medicine.\n", "\n", "**Visit the full SEER Training resource here**: [SEER Training Modules](https://seer.cancer.gov/seertraining/modules/)\n", "\n", "---\n", "This notebook is designed to serve as a foundational guide for those interested in understanding human anatomy and physiology, particularly in the context of cancer research and diagnosis." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "create_learning_notebook(\"NationalCancerInstitue\", \"https://training.seer.cancer.gov/anatomy/\", True)" ] }, { "cell_type": "code", "execution_count": 191, "id": "0bf96b9d-a92c-42d8-a593-97c77e62271d", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Found links: {'links': [{'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/body/functions.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/body/review.html'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/cells/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cells_tissues_membranes/tissues/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/skeletal/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/muscular/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/nervous/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/endocrine/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/cardiovascular/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/lymphatic/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/respiratory/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/digestive/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/urinary/'}, {'type': 'anatomy and physiology page', 'url': 'https://training.seer.cancer.gov/anatomy/reproductive/'}]}\n" ] } ], "source": [ "# Provide learning notebook content to be translate later\n", "content_page_to_be_translate=create_learning_notebook(\"NationalCancerInstitue\", \"https://training.seer.cancer.gov/anatomy/body/terminology.html\", False)" ] }, { "cell_type": "code", "execution_count": 192, "id": "99b965fe-e9e2-48fe-a573-6cb7b47fc4f1", "metadata": {}, "outputs": [], "source": [ "system_translation_prompt = \"You are an English to Chinese translation expert who has all the skills the same as google translate.\\\n", "you also have the domain knowledge of Anatomy and Physiology, \\\n", "you translates the contents of the research institue English page, \\\n", "use the information to build a translated version in both English and Chinese, \\\n", "make the Chinese version under the English version, \\\n", "keep the original url links in the English version.\"" ] }, { "cell_type": "code", "execution_count": 193, "id": "781987d0-ce4e-42f0-b3c5-41a6e3ec341e", "metadata": {}, "outputs": [], "source": [ "def get_learning_notebook_translate_user_prompt(english_page, content):\n", " user_prompt = f\"You are translating this English page: {english_page}\\n\"\n", " user_prompt += f\"Here are the contents of the English page; \\\n", " use this information to build a translated version in Both English and Chinese.\"\n", " user_prompt += content\n", " user_prompt = user_prompt[:1_0000] # Truncate if more than 10,000 characters\n", " return user_prompt" ] }, { "cell_type": "code", "execution_count": 194, "id": "7aae2489-caf6-4cd4-94dd-38601a0b75b9", "metadata": {}, "outputs": [], "source": [ "def create_translate_page(name, content):\n", " response = openai.chat.completions.create(\n", " model=MODEL_GPT,\n", " messages=[\n", " {\"role\": \"system\", \"content\": system_translation_prompt},\n", " {\"role\": \"user\", \"content\": get_learning_notebook_translate_user_prompt(name, content)}\n", " ],\n", " )\n", " result = response.choices[0].message.content\n", " display(Markdown(result))" ] }, { "cell_type": "code", "execution_count": 195, "id": "56f34b3e-250e-41d6-8329-857631d49822", "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "# Learning Notebook: Anatomy and Physiology from the National Cancer Institute\n", "\n", "Welcome to your learning notebook for understanding the foundational concepts of anatomy and physiology, especially in the context of oncology and cancer registration. This information is compiled from the National Cancer Institute's SEER Training resources.\n", "\n", "# 学习笔记本:来自国家癌症研究所的解剖学和生理学\n", "\n", "欢迎来到您的学习笔记本,以理解解剖学和生理学的基础概念,尤其是在肿瘤学和癌症登记的背景下。该信息来自国家癌症研究所的SEER培训资源。\n", "\n", "## 1. Introduction to Anatomical Terminology\n", "\n", "Anatomical terminology is essential for accurately describing body structures and their locations. Understanding these terms will aid comprehension of how different body systems work together.\n", "\n", "## 1. 解剖学术语介绍\n", "\n", "解剖学术语对于准确描述身体结构及其位置至关重要。理解这些术语将有助于理解不同的身体系统如何共同工作。\n", "\n", "### Directional Terms\n", "- **Superior (Cranial)**: Toward the head (e.g., the hand is part of the superior extremity).\n", "- **Inferior (Caudal)**: Away from the head (e.g., the foot is part of the inferior extremity).\n", "- **Anterior (Ventral)**: Front (e.g., the kneecap is on the anterior side of the leg).\n", "- **Posterior (Dorsal)**: Back (e.g., the shoulder blades are on the posterior side of the body).\n", "- **Medial**: Toward the midline (e.g., the middle toe is on the medial side of the foot).\n", "- **Lateral**: Away from the midline (e.g., the little toe is on the lateral side of the foot).\n", "- **Proximal**: Nearest to the trunk (e.g., the proximal end of the femur joins with the pelvic bone).\n", "- **Distal**: Farthest from the trunk (e.g., the hand is at the distal end of the forearm).\n", "\n", "### 方向术语\n", "- **上方(头侧)**: 指向头部(例如,手是上肢的一部分)。\n", "- **下方(尾侧)**: 远离头部(例如,脚是下肢的一部分)。\n", "- **前方(腹侧)**: 前面(例如,膝盖骨在腿的前侧)。\n", "- **后方(背侧)**: 后面(例如,肩胛骨在身体的后侧)。\n", "- **内侧**: 朝向中线(例如,中间的脚趾在脚的内侧)。\n", "- **外侧**: 远离中线(例如,小脚趾在脚的外侧)。\n", "- **近端**: 最接近躯干(例如,股骨的近端与骨盆骨连接)。\n", "- **远端**: 离躯干最远(例如,手位于前臂的远端)。\n", "\n", "### Planes of the Body\n", "- **Coronal Plane (Frontal Plane)**: Divides the body into anterior and posterior portions.\n", "- **Sagittal Plane (Lateral Plane)**: Divides the body into right and left sides.\n", "- **Axial Plane (Transverse Plane)**: Divides the body into upper and lower parts.\n", "\n", "### 身体的平面\n", "- **冠状面(前面)**: 将身体分为前部和后部。\n", "- **矢状面(侧面)**: 将身体分为左右两侧。\n", "- **轴面(横截面)**: 将身体分为上部和下部。\n", "\n", "### Body Cavities\n", "- **Ventral Cavity**: Larger cavity subdivided into thoracic and abdominopelvic cavities.\n", " - **Thoracic Cavity**: Contains the heart, lungs, trachea, and esophagus.\n", " - **Abdominal Cavity**: Houses most of the gastrointestinal tract and kidneys.\n", " - **Pelvic Cavity**: Contains the urogenital system and rectum.\n", "- **Dorsal Cavity**: Smaller cavity divided into cranial and vertebral portions.\n", " - **Cranial Cavity**: Houses the brain.\n", " - **Vertebral Canal**: Contains the spinal cord.\n", "\n", "### 身体腔\n", "- **腹腔**: 较大的腔室,分为胸腔和腹盆腔。\n", " - **胸腔**: 包含心脏、肺、气管和食道。\n", " - **腹腔**: 存放大部分消化道和肾脏。\n", " - **盆腔**: 包含泌尿生殖系统和直肠。\n", "- **背腔**: 较小的腔室,分为颅腔和脊柱部分。\n", " - **颅腔**: 包含大脑。\n", " - **脊髓管**: 包含脊髓。\n", "\n", "For further reading on anatomical terminology, visit [SEER Training: Anatomical Terminology](https://seer.cancer.gov/).\n", "\n", "有关解剖学术语的更多阅读信息,请访问 [SEER培训:解剖学术语](https://seer.cancer.gov/)。\n", "\n", "## 2. Body Functions & Life Process\n", "\n", "The body's functions are driven by physiological and psychological processes at the cellular level, forming the basis of how each system operates.\n", "\n", "## 2. 身体功能与生命过程\n", "\n", "身体的功能由细胞水平的生理和心理过程驱动,构成了每个系统运作的基础。\n", "\n", "### Body Functions\n", "- **Cellular Function**: Each function of the body is ultimately a function of its cells. These include both physiological actions (such as digestion and movement) and psychological functions (such as mood and cognitive processing).\n", "- **Survival Mechanisms**: The body systems work synergistically to maintain homeostasis and enable survival through various physical and metabolic processes.\n", "\n", "### 身体功能\n", "- **细胞功能**: 身体的每个功能最终都是其细胞的功能。这些包括生理行为(如消化和运动)和心理功能(如情绪和认知处理)。\n", "- **生存机制**: 身体系统协同工作以维持体内平衡,并通过各种生理和代谢过程实现生存。\n", "\n", "For more details about body functions and life processes, explore [SEER Training: Body Functions & Life Processes](https://seer.cancer.gov/).\n", "\n", "有关身体功能和生命过程的更多细节,请查阅 [SEER培训:身体功能与生命过程](https://seer.cancer.gov/)。\n", "\n", "## 3. Key Systems to Explore\n", "\n", "- **Skeletal System**: Understand bone structure, types, and functions.\n", "- **Muscular System**: Learn about muscle types and their roles in movement.\n", "- **Nervous System**: Delve into the organization and functions of the nervous system.\n", "- **Endocrine System**: Explore hormone characteristics and regulatory functions.\n", "- **Cardiovascular System**: Understand heart structure, function, and blood circulation.\n", "- **Lymphatic System**: Learn about the components and roles in immunity.\n", "- **Respiratory System**: Review mechanics of breathing and respiratory anatomy.\n", "- **Digestive System**: Study the gastrointestinal tract and digestive processes.\n", "- **Urinary System**: Understand kidney functions and waste elimination.\n", "- **Reproductive System**: Learn about male and female reproductive anatomy and functions.\n", "\n", "## 3. 关键系统探索\n", "\n", "- **骨骼系统**: 理解骨骼结构、类型和功能。\n", "- **肌肉系统**: 了解肌肉类型及其在运动中的作用。\n", "- **神经系统**: 深入了解神经系统的组织和功能。\n", "- **内分泌系统**: 探索激素特征和调节功能。\n", "- **心血管系统**: 理解心脏结构、功能及血液循环。\n", "- **淋巴系统**: 了解组成部分及其在免疫中的作用。\n", "- **呼吸系统**: 回顾呼吸的机制和呼吸解剖。\n", "- **消化系统**: 研究消化道和消化过程。\n", "- **泌尿系统**: 理解肾脏功能和废物排泄。\n", "- **生殖系统**: 了解男性和女性生殖解剖和功能。\n", "\n", "## 4. Resources and Further Learning\n", "\n", "The SEER Training website offers a wealth of modules covering anatomy, physiology, and cancer registration. Users are encouraged to consult the information provided, but always seek guidance from healthcare professionals for personal medical inquiries.\n", "\n", "## 4. 资源与进一步学习\n", "\n", "SEER培训网站提供了丰富的模块,涵盖解剖学、生理学和癌症登记。建议用户咨询所提供的信息,但始终应向医疗专业人士寻求个人医疗咨询的指导。\n", "\n", "- Access the main SEER Training Website: [SEER Training](https://seer.cancer.gov/)\n", "- Contact NCI LiveHelp for further assistance: [NCI LiveHelp](https://livehelp.cancer.gov/)\n", "\n", "- 访问主要的SEER培训网站: [SEER培训](https://seer.cancer.gov/)\n", "- 联系NCI LiveHelp获取更多帮助: [NCI LiveHelp](https://livehelp.cancer.gov/)\n", "\n", "This notebook serves as a foundational guide for prospective medical school students as they prepare for more advanced studies in anatomy and physiology.\n", "\n", "本笔记本旨在为有意考取医学院的学生提供基础指南,以便他们为更高级别的解剖学和生理学研究做准备。" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "create_translate_page(\"Learning Notebook: National Cancer Institute - Anatomy & Physiology\", content_page_to_be_translate)" ] }, { "cell_type": "markdown", "id": "57b8b1cd-5018-46d8-8159-d87ce04b246c", "metadata": {}, "source": [ "# A Terminolgy Agent\n", "\n", "## Now we will take our project from Day 1 to the next next level!\n", "\n", "### BUSINESS CHALLENGE:\n", "\n", "Create a terminology list table for a research institue page to learn anatomy and physiology terms.\n", "\n", "We will be provided a research institue page and their primary website.\n", "\n", "We also provide a chinese version for the terminology\n", "\n", "See the end of this notebook for examples of real-world business applications." ] }, { "cell_type": "code", "execution_count": 112, "id": "0e138f87-aa0e-4197-9564-3a25f2f40950", "metadata": {}, "outputs": [], "source": [ "def get_all_details_from_page(url):\n", " result = \"Landing page:\\n\"\n", " result += Website(url).get_contents()\n", " links = get_links(url)\n", " # print(\"Found links:\", links)\n", " for link in links[\"links\"]:\n", " result += f\"\\n\\n{link['type']}\\n\"\n", " result += Website(link[\"url\"]).get_contents()\n", " return result" ] }, { "cell_type": "code", "execution_count": 120, "id": "82934cdf-f727-4409-94e6-aeb58913ab9f", "metadata": {}, "outputs": [], "source": [ "system_terminology_prompt = \"You are an eLearning designer, author, educator, and subject matter expert specializing in Anatomy, Physiology, and Pathophysiology.\\\n", "With over 20 years of experience, you are dedicated to enhancing online education by applying usability principles and multimodal microlearning media.\\\n", "you analyzes the contents of several relevant pages from a research institue website \\\n", "and generate a full list of anatamy terminology for prospective medical school students.\\\n", "Add Anatomical Term and Regional Term if you have the information.\\\n", "Include details of explanation of anatamy terminology if you have the information.\\\n", "Respond in a table format.\"" ] }, { "cell_type": "code", "execution_count": 121, "id": "3eb0ff01-ecec-4738-9b35-88b1687ad4d5", "metadata": {}, "outputs": [], "source": [ "def get_terminology_list_user_prompt(research_institue, url):\n", " user_prompt = f\"You are looking at a research institue called: {research_institue}\\n\"\n", " user_prompt += f\"Here are the contents of its landing page and other relevant pages; use this information to build a full list of anatomy and physiology terminology of the research institue page in a table format.\\n\"\n", " user_prompt += get_all_details_from_page(url)\n", " user_prompt = user_prompt[:1_0000] # Truncate if more than 5,000 characters\n", " return user_prompt" ] }, { "cell_type": "code", "execution_count": 122, "id": "1afadf3d-327f-4ff5-923b-08f747a0b50d", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true } }, "outputs": [ { "data": { "text/plain": [ "'You are looking at a research institue called: National Cancer Institue\\nHere are the contents of its landing page and other relevant pages; use this information to build a full list of anatomy and physiology terminology of the research institue page in a table format.\\nLanding page:\\nWebpage Title:\\nAnatomy & Physiology | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nHome\\n»\\nCancer Registration & Surveillance Modules\\n»\\nAnatomy & Physiology\\nSection Menu\\nCancer Registration & Surveillance Modules\\nAnatomy & Physiology\\nIntro to the Human Body\\nBody Functions & Life Process\\nAnatomical Terminology\\nReview\\nCells, Tissues, & Membranes\\nCell Structure & Function\\nCell Structure\\nCell Function\\nBody Tissues\\nEpithelial Tissue\\nConnective Tissue\\nMuscle Tissue\\nNervous Tissue\\nMembranes\\nReview\\nSkeletal System\\nStructure of Bone Tissue\\nBone Development & Growth\\nClassification of Bones\\nDivisions of the Skeleton\\nAxial Skeleton (80 bones)\\nAppendicular Skeleton (126 bones)\\nArticulations\\nReview\\nMuscular System\\nStructure of Skeletal Muscle\\nMuscle Types\\nMuscle Groups\\nHead and Neck\\nTrunk\\nUpper Extremity\\nLower Extremity\\nReview\\nNervous System\\nNerve Tissue\\nOrganization of the Nervous System\\nCentral Nervous System\\nPeripheral Nervous System\\nReview\\nEndocrine System\\nCharacteristics of Hormones\\nEndocrine Glands & Their Hormones\\nPituitary & Pineal Glands\\nThyroid & Parathyroid Glands\\nAdrenal Gland\\nPancreas\\nGonads\\nOther Endocrine Glands\\nReview\\nCardiovascular System\\nHeart\\nStructure of the Heart\\nPhysiology of the Heart\\nBlood\\nClassification & Structure of Blood Vessels\\nPhysiology of Circulation\\nCirculatory Pathways\\nReview\\nLymphatic System\\nComponents of the Lymphatic System\\nLymph Nodes\\nTonsils\\nSpleen\\nThymus\\nReview\\nRespiratory System\\nMechanics of Ventilation\\nRespiratory Volumes and Capacities\\nConducting Passages\\nNose, Nasal Cavities & Paranasal Sinuses\\nPharynx\\nLarynx & Trachea\\nBronchi, Bronchial Tree, & Lungs\\nReview\\nDigestive System\\nGeneral Structure\\nRegions of the Digestive System\\nMouth\\nPharynx & Esophagus\\nStomach\\nSmall & Large Intestine\\nAccessory Organs\\nReview\\nUrinary System\\nComponents of the Urinary System\\nKidneys\\nUreters\\nUrinary Bladder\\nUrethra\\nReview\\nReproductive System\\nMale Reproductive System\\nTestes\\nDuct System\\nAccessory Glands\\nPenis\\nMale Sexual Response & Hormone Control\\nFemale Reproductive System\\nOvaries\\nGenital Tract\\nExternal Genitalia\\nFemale Sexual Response & Hormone Control\\nMammary Glands\\nReview\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nModule Map\\nAnatomy & Physiology\\nThe\\nAnatomy\\nand\\nPhysiology\\nmodule introduces the structure and function of the human body. You will read about the cells, tissues and membranes that make up our bodies and how our major systems function to help us develop and stay healthy.\\nIn this module you will learn to:\\nDescribe basic human body functions and life process.\\nName the major human body systems and relate their functions.\\nDescribe the anatomical locations, structures and physiological functions of the main components of each major system of the human body.\\nNext (Intro to the Human Body) »\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy page\\nWebpage Title:\\nAnatomy & Physiology | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nHome\\n»\\nCancer Registration & Surveillance Modules\\n»\\nAnatomy & Physiology\\nSection Menu\\nCancer Registration & Surveillance Modules\\nAnatomy & Physiology\\nIntro to the Human Body\\nBody Functions & Life Process\\nAnatomical Terminology\\nReview\\nCells, Tissues, & Membranes\\nCell Structure & Function\\nCell Structure\\nCell Function\\nBody Tissues\\nEpithelial Tissue\\nConnective Tissue\\nMuscle Tissue\\nNervous Tissue\\nMembranes\\nReview\\nSkeletal System\\nStructure of Bone Tissue\\nBone Development & Growth\\nClassification of Bones\\nDivisions of the Skeleton\\nAxial Skeleton (80 bones)\\nAppendicular Skeleton (126 bones)\\nArticulations\\nReview\\nMuscular System\\nStructure of Skeletal Muscle\\nMuscle Types\\nMuscle Groups\\nHead and Neck\\nTrunk\\nUpper Extremity\\nLower Extremity\\nReview\\nNervous System\\nNerve Tissue\\nOrganization of the Nervous System\\nCentral Nervous System\\nPeripheral Nervous System\\nReview\\nEndocrine System\\nCharacteristics of Hormones\\nEndocrine Glands & Their Hormones\\nPituitary & Pineal Glands\\nThyroid & Parathyroid Glands\\nAdrenal Gland\\nPancreas\\nGonads\\nOther Endocrine Glands\\nReview\\nCardiovascular System\\nHeart\\nStructure of the Heart\\nPhysiology of the Heart\\nBlood\\nClassification & Structure of Blood Vessels\\nPhysiology of Circulation\\nCirculatory Pathways\\nReview\\nLymphatic System\\nComponents of the Lymphatic System\\nLymph Nodes\\nTonsils\\nSpleen\\nThymus\\nReview\\nRespiratory System\\nMechanics of Ventilation\\nRespiratory Volumes and Capacities\\nConducting Passages\\nNose, Nasal Cavities & Paranasal Sinuses\\nPharynx\\nLarynx & Trachea\\nBronchi, Bronchial Tree, & Lungs\\nReview\\nDigestive System\\nGeneral Structure\\nRegions of the Digestive System\\nMouth\\nPharynx & Esophagus\\nStomach\\nSmall & Large Intestine\\nAccessory Organs\\nReview\\nUrinary System\\nComponents of the Urinary System\\nKidneys\\nUreters\\nUrinary Bladder\\nUrethra\\nReview\\nReproductive System\\nMale Reproductive System\\nTestes\\nDuct System\\nAccessory Glands\\nPenis\\nMale Sexual Response & Hormone Control\\nFemale Reproductive System\\nOvaries\\nGenital Tract\\nExternal Genitalia\\nFemale Sexual Response & Hormone Control\\nMammary Glands\\nReview\\nSite-specific Modules\\nResources\\nArchived Modules\\nUpdates\\nAcknowledgements\\nModule Map\\nAnatomy & Physiology\\nThe\\nAnatomy\\nand\\nPhysiology\\nmodule introduces the structure and function of the human body. You will read about the cells, tissues and membranes that make up our bodies and how our major systems function to help us develop and stay healthy.\\nIn this module you will learn to:\\nDescribe basic human body functions and life process.\\nName the major human body systems and relate their functions.\\nDescribe the anatomical locations, structures and physiological functions of the main components of each major system of the human body.\\nNext (Intro to the Human Body) »\\nFollow SEER\\nContact Information\\nContact SEER Training\\nNCI LiveHelp Online Chat\\nSite Links\\nHome\\nCitation\\nHelp\\nSEER Home\\nPolicies\\nAccessibility\\nDisclaimer\\nFOIA\\nHHS Vulnerability Disclosure\\nPrivacy & Security\\nReuse of Graphics and Text\\nWebsite Linking\\nU.S. Department of Health and Human Services\\nNational Institutes of Health\\nNational Cancer Institute\\nUSA.gov\\nNIH... Turning Discovery Into Health\\n®\\n^\\nBack\\nto Top\\n\\n\\n\\nanatomy body page\\nWebpage Title:\\nIntroduction to the Human Body | SEER Training\\nWebpage Contents:\\nSkip to Main Content\\nAn official website of the United States government\\nSEER Training Modules\\nSearch SEER Training:\\nSearch\\nMain Menu\\nHome\\nCitation\\nHelp\\nSearch\\nThe SEER Training Website is a training resource for oncology data specialists (ODS) and cancer registration trainees. It is not intended to provide medical advice or to guide clinical care, diagnosis, or treatment. NCI urges users to consult with a qualified physician for diagnosis and for answers to their personal medical questions.\\nHome\\n»\\nCancer Registration & Surveillance Modules\\n»\\nAnatomy & Physiology\\n»\\nIntro to the Human Body\\nSection Menu\\nCancer Registration & Surveillance Modules\\nAnatomy & Physiology\\nIntro to the Human Body\\nBody Functions & Life Process\\nAnatomical Terminology\\nReview\\nCells, Tissues, & Membranes\\nCell Structure & Function\\nCell Structure\\nCell Function\\nBody Tissues\\nEpithelial Tissue\\nConnective Tissue\\nMuscle Tissue\\nNervous Tissue\\nMembranes\\nReview\\nSkeletal System\\nStructure of Bone Tissue\\nBone Development & Growth\\nClassification of Bones\\nDivisions of the Skeleton\\nAxial Skeleton (80 bones)\\nAppendicular Skeleton (126 bones)\\nArticulations\\nReview\\nMuscular System\\nStructure of Skeletal Muscle\\nMuscle Types\\nMuscle Groups\\nHead and Neck\\nTrunk\\nUpper Extremity\\nLower Extremity\\nReview\\nNervous System\\nNerve Tissue\\nOrganization of the Nervous System\\nCentral Nervous System\\nPeripheral Nervous System\\nReview\\nEndocrine System\\nCharacteristics of Hormones\\nEndocrine Glands & Their Hormones\\nPituitary & Pineal Glands\\nThyroid & Parathyroid Glands\\nAdrenal Gland\\nPancreas\\nGonads\\nOther Endocrine Glands\\nReview\\nCardiovascular System\\nHeart\\nStructure of the Heart\\nPhysiology of the Heart\\nBlood\\nClassification & Structure of Blood Vessels\\nPhysiology of Circulation\\nCirculatory Pathways\\nReview\\nLymphatic System\\nComponents of the Lymphatic System\\nLymph Nodes\\nTonsils\\nSpleen\\nThymus\\nReview\\nRespiratory System\\nMechanics of Ventilation\\nRespiratory Volumes and Capacities\\nConducting Passages\\nNose, Nasal Cavities & Paranasal Sinuses\\nPharynx\\nLarynx & Trachea\\nBronchi, Bronchial Tree, & Lungs\\nReview\\nDigestive System\\nGeneral Structure\\nRegions of the Digestive System\\nMouth\\nPharynx & Esophagus\\nStomach\\nSmall & Large Intestine\\nAccessory Organs\\nReview\\nUrinary System\\nComponents of the Urinary '" ] }, "execution_count": 122, "metadata": {}, "output_type": "execute_result" } ], "source": [ "get_terminology_list_user_prompt(\"National Cancer Institue\", \"https://training.seer.cancer.gov/anatomy/\")" ] }, { "cell_type": "code", "execution_count": 124, "id": "df0120a5-e0b9-443a-96e8-3e945a5fec39", "metadata": {}, "outputs": [], "source": [ "def create_terminology_list(research_institue_name, url, display_result):\n", " response = openai.chat.completions.create(\n", " model=MODEL_GPT,\n", " messages=[\n", " {\"role\": \"system\", \"content\": system_terminology_prompt},\n", " {\"role\": \"user\", \"content\": get_terminology_list_user_prompt(research_institue_name, url)}\n", " ],\n", " )\n", " result = response.choices[0].message.content\n", " if display_result:\n", " display(Markdown(result))\n", " else :\n", " return result" ] }, { "cell_type": "code", "execution_count": 125, "id": "fc344bd7-93da-4233-9cd7-510b0f3f1588", "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "Here's a table of anatomy and physiology terminology based on the contents of the National Cancer Institute's SEER Training page. This table includes the key anatomical terms, regional terms, and their explanations.\n", "\n", "| **Term Category** | **Term** | **Explanation** |\n", "|-------------------------|-----------------------|--------------------------------------------------------------------------------------------------------|\n", "| **Directional Terms** | Superior | Toward the head end of the body; upper (e.g., the hand is superior to the foot). |\n", "| | Inferior | Away from the head; lower (e.g., the foot is inferior to the knee). |\n", "| | Anterior (Ventral) | Front (e.g., the kneecap is located on the anterior side of the leg). |\n", "| | Posterior (Dorsal) | Back (e.g., the shoulder blades are located on the posterior side of the body). |\n", "| | Medial | Toward the midline of the body (e.g., the middle toe is medial to the little toe). |\n", "| | Lateral | Away from the midline of the body (e.g., the little toe is lateral to the middle toe). |\n", "| | Proximal | Toward or nearest the trunk or point of origin of a part (e.g., the proximal end of the femur). |\n", "| | Distal | Away from or farthest from the trunk or point of origin of a part (e.g., the hand is distal to the elbow). |\n", "| **Planes of the Body** | Coronal (Frontal) | A vertical plane running from side to side; divides the body into anterior and posterior portions. |\n", "| | Sagittal (Lateral) | A vertical plane running from front to back; divides the body into right and left parts. |\n", "| | Axial (Transverse) | A horizontal plane; divides the body into upper and lower parts. |\n", "| | Median | A sagittal plane through the midline of the body; divides the body into right and left halves. |\n", "| **Body Cavities** | Ventral | The larger cavity; subdivided into thoracic and abdominopelvic cavities by the diaphragm. |\n", "| | Thoracic Cavity | Contains the heart, lungs, trachea, esophagus, and large blood vessels. |\n", "| | Abdominal Cavity | Contains most of the gastrointestinal tract and organs such as the kidneys and adrenal glands. |\n", "| | Pelvic Cavity | Contains the urogenital system and the rectum. |\n", "| | Dorsal Cavity | Contains organs lying more posterior; comprised of cranial and vertebral cavities. |\n", "| | Cranial Cavity | Houses the brain. |\n", "| | Vertebral Canal | Contains the spinal cord. |\n", "| **System Terms** | Skeletal System | Composed of bones; provides structure and support to the body. |\n", "| | Muscular System | Consists of skeletal muscles; allows for movement and stability. |\n", "| | Nervous System | Comprises the brain, spinal cord, and nerves; controls and communicates through signaling. |\n", "| | Endocrine System | Involves glands that secrete hormones to regulate bodily functions. |\n", "| | Cardiovascular System | Consists of the heart and blood vessels; responsible for circulation of blood. |\n", "| | Lymphatic System | Components including lymph nodes and vessels; part of the immune system. |\n", "| | Respiratory System | Involved in gas exchange; includes nose, lungs, and trachea. |\n", "| | Digestive System | Responsible for breakdown and absorption of nutrients; includes stomach and intestines. |\n", "| | Urinary System | Comprises kidneys and bladder; removes waste and maintains water balance. |\n", "| | Reproductive System | Involves organs such as ovaries, testes; responsible for reproduction. |\n", "\n", "This terminalogy table provides a comprehensive overview for prospective medical students, aiding in their understanding of basic anatomical and physiological terms relevant to studying human body systems." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "create_terminology_list(\"National Cancer Institue\", \"https://training.seer.cancer.gov/anatomy/body/terminology.html\", True)" ] }, { "cell_type": "code", "execution_count": 145, "id": "a0f1c67f-8f6f-4b91-ba0e-69cacbd34389", "metadata": {}, "outputs": [], "source": [ "terminology_table_to_be_translate = create_terminology_list(\"National Cancer Institue\", \"https://training.seer.cancer.gov/anatomy/body/terminology.html\", False)" ] }, { "cell_type": "code", "execution_count": 148, "id": "dd958453-81f3-4942-943d-737566923abd", "metadata": {}, "outputs": [], "source": [ "system_terminology_translation_prompt = \"You are an Englisht to Chinese translation expert who has all the skills the same as google translate.\\\n", "you also have the domain knowledge of Anatomy, \\\n", "first you add a new column to add Phonetic symbols and embed audio links for the Term column, \\\n", "then you translate the Term column into Chinese as another new Column, \\\n", "keep other column untouched and in the original format.\"" ] }, { "cell_type": "code", "execution_count": 149, "id": "08d84ee3-1fa6-493e-8016-ad1f6973542b", "metadata": {}, "outputs": [], "source": [ "def get_terminology_list_translate_user_prompt(english_page, terminology_table_content):\n", " user_prompt = f\"You are translating this Anatomy terminolgy English page: {english_page}\\n\"\n", " user_prompt += f\"Here are the contents of this Anatomy terminolgy table; use this information to build \\\n", " a translated version of Term column, \\\n", " add a new column to add Phonetic symbols and embed audio links for the Term column, \\\n", " translate the Term column into Chinese as another new Column, \\\n", " keep other column untouched and in the original format,\\\n", " keep the full output in a table format.\\n\"\n", " user_prompt += terminology_table_content\n", " user_prompt = user_prompt[:1_0000] # Truncate if more than 5,000 characters\n", " return user_prompt" ] }, { "cell_type": "code", "execution_count": 150, "id": "f13daa50-9076-4213-ac23-cfaaf384aeeb", "metadata": {}, "outputs": [], "source": [ "def create_translate_terminology_table(name, content):\n", " response = openai.chat.completions.create(\n", " model=MODEL_GPT,\n", " messages=[\n", " {\"role\": \"system\", \"content\": system_terminology_translation_prompt},\n", " {\"role\": \"user\", \"content\": get_terminology_list_translate_user_prompt(name, content)}\n", " ],\n", " )\n", " result = response.choices[0].message.content\n", " display(Markdown(result))" ] }, { "cell_type": "code", "execution_count": 151, "id": "b5a9484e-cc88-47a5-806c-8e4283de1459", "metadata": {}, "outputs": [ { "data": { "text/markdown": [ "Here’s the updated table with translations, phonetic symbols, and embedded audio links for each term in the anatomical terminology:\n", "\n", "| **Term** | **Phonetic** | **Audio Link** | **Chinese Translation** | **Category** | **Description** |\n", "|-------------------------|--------------|----------------|-------------------------|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n", "| Superior (Cranial) | /səˈpɪr.i.ər/ | [Audio](https://example.com/audio/superior.mp3) | 上方 (头侧) | Anatomical Term | Towards the head or upper part of the body; e.g., the hand is part of the superior extremity. |\n", "| Inferior (Caudal) | /ɪnˈfɪr.i.ər/ | [Audio](https://example.com/audio/inferior.mp3) | 下方 (尾侧) | Anatomical Term | Away from the head; lower part of the body; e.g., the foot is part of the inferior extremity. |\n", "| Anterior (Ventral) | /ænˈtɪr.i.ər/ | [Audio](https://example.com/audio/anterior.mp3) | 前方 (腹侧) | Anatomical Term | Front of the body; e.g., the kneecap is located on the anterior side of the leg. |\n", "| Posterior (Dorsal) | /pɒsˈtɪr.i.ər/ | [Audio](https://example.com/audio/posterior.mp3) | 后方 (背侧) | Anatomical Term | Back of the body; e.g., the shoulder blades are located on the posterior side of the body. |\n", "| Medial | /ˈmiː.di.əl/ | [Audio](https://example.com/audio/medial.mp3) | 媒体的 | Anatomical Term | Towards the midline of the body; e.g., the middle toe is located at the medial side of the foot. |\n", "| Lateral | /ˈlæ.tə.rəl/ | [Audio](https://example.com/audio/lateral.mp3) | 外侧 | Anatomical Term | Away from the midline of the body; e.g., the little toe is located at the lateral side of the foot. |\n", "| Proximal | /ˈprɒks.ɪ.məl/ | [Audio](https://example.com/audio/proximal.mp3) | 近端 | Anatomical Term | Nearest to the trunk or point of origin; e.g., the proximal end of the femur joins with the pelvic bone. |\n", "| Distal | /ˈdɪs.təl/ | [Audio](https://example.com/audio/distal.mp3) | 远端 | Anatomical Term | Farthest from the trunk or point of origin; e.g., the hand is located at the distal end of the forearm. |\n", "| Coronal Plane | /kəˈroʊ.nəl/ | [Audio](https://example.com/audio/coronal_plane.mp3) | 冠状面 | Anatomical Term | A vertical plane that divides the body into anterior and posterior portions. |\n", "| Sagittal Plane | /ˈsædʒ.ɪ.təl/ | [Audio](https://example.com/audio/sagittal_plane.mp3) | 矢状面 | Anatomical Term | A vertical plane that divides the body into right and left sides. |\n", "| Axial Plane (Transverse)| /ˈæk.si.əl/ | [Audio](https://example.com/audio/axial_plane.mp3) | 轴向面 (横面) | Anatomical Term | A horizontal plane that divides the body into upper and lower parts. |\n", "| Median Plane | /ˈmiː.di.ən/ | [Audio](https://example.com/audio/median_plane.mp3) | 中线 | Anatomical Term | A sagittal plane that divides the body into equal right and left halves. |\n", "| Thoracic Cavity | /θɔːˈræs.ɪk/ | [Audio](https://example.com/audio/thoracic_cavity.mp3) | 胸腔 | Anatomical Term | Upper ventral cavity that contains the heart, lungs, trachea, esophagus, and large blood vessels. |\n", "| Abdominal Cavity | /əbˈdɒm.ɪ.nəl/ | [Audio](https://example.com/audio/abdominal_cavity.mp3) | 腹腔 | Anatomical Term | Contains most of the gastrointestinal tract, kidneys, and adrenal glands; bound cranially by the diaphragm. |\n", "| Pelvic Cavity | /ˈpɛl.vɪk/ | [Audio](https://example.com/audio/pelvic_cavity.mp3) | 盆腔 | Anatomical Term | Contains the urogenital system and the rectum; bound cranially by the abdominal cavity and dorsally by the sacrum. |\n", "| Dorsal Cavity | /ˈdɔːr.səl/ | [Audio](https://example.com/audio/dorsal_cavity.mp3) | 背腔 | Anatomical Term | Smaller cavity containing organs lying posteriorly; divided into cranial cavity (containing the brain) and vertebral canal (containing the spinal cord). |\n", "| Heart | /hɑːrt/ | [Audio](https://example.com/audio/heart.mp3) | 心脏 | Anatomical Term | The muscular organ that pumps blood throughout the body. |\n", "| Lungs | /lʌŋz/ | [Audio](https://example.com/audio/lungs.mp3) | 肺 | Anatomical Term | Organs involved in breathing; facilitate gas exchange. |\n", "| Kidneys | /ˈkɪd.niz/ | [Audio](https://example.com/audio/kidneys.mp3) | 肾脏 | Anatomical Term | Organs that filter blood to produce urine; involved in maintaining fluid and electrolyte balance. |\n", "| Testes | /ˈtɛs.tiz/ | [Audio](https://example.com/audio/testes.mp3) | 睾丸 | Anatomical Term | Male reproductive organs that produce sperm and hormones. |\n", "| Ovaries | /ˈoʊ.və.riz/ | [Audio](https://example.com/audio/ovaries.mp3) | 卵巢 | Anatomical Term | Female reproductive organs that produce eggs and hormones. |\n", "| Endocrine Glands | /ˈɛn.də.kraɪn/ | [Audio](https://example.com/audio/endocrine_glands.mp3) | 内分泌腺 | Anatomical Term | Glands that secrete hormones directly into the bloodstream; includes pituitary, thyroid, adrenal glands, etc. |\n", "| Neurons | /ˈnjʊə.rɒnz/ | [Audio](https://example.com/audio/neurons.mp3) | 神经元 | Anatomical Term | Nerve cells that transmit nerve impulses throughout the nervous system. |\n", "| Epithelial Tissue | /ˌɛp.ɪˈθɪl.i.əl/ | [Audio](https://example.com/audio/epithelial_tissue.mp3) | 上皮组织 | Tissue Type | A type of tissue that forms protective layers on body surfaces and linings of cavities. |\n", "| Connective Tissue | /kəˈnɛk.tɪv/ | [Audio](https://example.com/audio/connective_tissue.mp3) | 结缔组织 | Tissue Type | Tissue that supports, binds together, and protects tissues and organs of the body; includes bone, adipose, and blood. |\n", "| Muscle Tissue | /ˈmʌs.əl/ | [Audio](https://example.com/audio/muscle_tissue.mp3) | 肌肉组织 | Tissue Type | Tissue responsible for movement; includes skeletal, cardiac, and smooth muscle. |\n", "| Nervous Tissue | /ˈnɜːr.vəs/ | [Audio](https://example.com/audio/nervous_tissue.mp3) | 神经组织 | Tissue Type | Tissue that makes up the brain, spinal cord, and nerves; responsible for transmitting signals throughout the body. |\n", "\n", "This table incorporates the translations and additional columns as requested. Ensure to replace the audio links with the actual links to the audio files for proper functionality." ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "create_translate_terminology_table(\"Anatomy & Physiology Terminology\", terminology_table_to_be_translate)" ] }, { "cell_type": "code", "execution_count": null, "id": "46a9d4b1-7388-484e-8800-15a87af96406", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "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.11" } }, "nbformat": 4, "nbformat_minor": 5 }