diff --git a/jupyter_notebooks/SciX-API-Experiments.ipynb b/jupyter_notebooks/SciX-API-Experiments.ipynb new file mode 100644 index 00000000..c556c442 --- /dev/null +++ b/jupyter_notebooks/SciX-API-Experiments.ipynb @@ -0,0 +1,10782 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 106, + "id": "30b4b245-1225-43c2-bfd9-b898a2542da1", + "metadata": {}, + "outputs": [], + "source": [ + "import subprocess\n", + "import requests\n", + "from urllib.parse import urlencode, quote_plus\n", + "import json" + ] + }, + { + "cell_type": "code", + "execution_count": 84, + "id": "ff8fbea1-9ed5-4c2d-8db3-a9e70e959b46", + "metadata": {}, + "outputs": [], + "source": [ + "token = 'fmHQTYXdYU8Cl4yjs84fiuY3IYqoKqIO6RrXJngy'" + ] + }, + { + "cell_type": "code", + "execution_count": 85, + "id": "bad736d7-b513-413e-8782-e890e3c2b447", + "metadata": {}, + "outputs": [], + "source": [ + "command = f'curl -v -H \"Authorization: Bearer {token}\" \"https://scixplorer.org/v1/search/query?q=star\"'" + ] + }, + { + "cell_type": "code", + "execution_count": 86, + "id": "db3c6e3c-1c2a-4bd1-aa36-3a4e34a56cf2", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "{\n", + " \"responseHeader\":{\n", + " \"status\":0,\n", + " \"QTime\":620,\n", + " \"params\":{\n", + " \"q\":\"star\",\n", + " \"fl\":\"id\",\n", + " \"start\":\"0\",\n", + " \"internal_logging_params\":\"X-Amzn-Trace-Id=Root=1-6579de6a-61dd93ba324cedd14f7000e1\",\n", + " \"rows\":\"10\",\n", + " \"wt\":\"json\"}},\n", + " \"response\":{\"numFound\":610670,\"start\":0,\"docs\":[\n", + " {\n", + " \"id\":\"7258815\"},\n", + " {\n", + " \"id\":\"7887328\"},\n", + " {\n", + " \"id\":\"11219199\"},\n", + " {\n", + " \"id\":\"12215563\"},\n", + " {\n", + " \"id\":\"24408833\"},\n", + " {\n", + " \"id\":\"7444840\"},\n", + " {\n", + " \"id\":\"482875\"},\n", + " {\n", + " \"id\":\"11924081\"},\n", + " {\n", + " \"id\":\"11077380\"},\n", + " {\n", + " \"id\":\"21843905\"}]\n", + " }}\n", + "\n", + " % Total % Received % Xferd Average Speed Time Time Time Current\n", + " Dload Upload Total Spent Left Speed\n", + "\n", + " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 3.218.68.54:443...\n", + "* Connected to scixplorer.org (3.218.68.54) port 443 (#0)\n", + "* ALPN: offers h2,http/1.1\n", + "* (304) (OUT), TLS handshake, Client hello (1):\n", + "} [319 bytes data]\n", + "* CAfile: /etc/ssl/cert.pem\n", + "* CApath: none\n", + "* (304) (IN), TLS handshake, Server hello (2):\n", + "{ [122 bytes data]\n", + "* (304) (IN), TLS handshake, Unknown (8):\n", + "{ [19 bytes data]\n", + "* (304) (IN), TLS handshake, Certificate (11):\n", + "{ [4969 bytes data]\n", + "* (304) (IN), TLS handshake, CERT verify (15):\n", + "{ [264 bytes data]\n", + "* (304) (IN), TLS handshake, Finished (20):\n", + "{ [36 bytes data]\n", + "* (304) (OUT), TLS handshake, Finished (20):\n", + "} [36 bytes data]\n", + "* SSL connection using TLSv1.3 / AEAD-AES128-GCM-SHA256\n", + "* ALPN: server accepted h2\n", + "* Server certificate:\n", + "* subject: CN=scixplorer.org\n", + "* start date: Nov 6 00:00:00 2023 GMT\n", + "* expire date: Dec 4 23:59:59 2024 GMT\n", + "* subjectAltName: host \"scixplorer.org\" matched cert's \"scixplorer.org\"\n", + "* issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M02\n", + "* SSL certificate verify ok.\n", + "* using HTTP/2\n", + "* h2 [:method: GET]\n", + "* h2 [:scheme: https]\n", + "* h2 [:authority: scixplorer.org]\n", + "* h2 [:path: /v1/search/query?q=star]\n", + "* h2 [user-agent: curl/8.1.2]\n", + "* h2 [accept: */*]\n", + "* h2 [authorization: Bearer fmHQTYXdYU8Cl4yjs84fiuY3IYqoKqIO6RrXJngy]\n", + "* Using Stream ID: 1 (easy handle 0x7fb7e0813000)\n", + "> GET /v1/search/query?q=star HTTP/2\n", + "> Host: scixplorer.org\n", + "> User-Agent: curl/8.1.2\n", + "> Accept: */*\n", + "> Authorization: Bearer fmHQTYXdYU8Cl4yjs84fiuY3IYqoKqIO6RrXJngy\n", + "> \n", + "< HTTP/2 200 \n", + "< date: Wed, 13 Dec 2023 16:40:10 GMT\n", + "< content-type: application/json\n", + "< content-length: 648\n", + "< access-control-allow-origin: http://0.0.0.0:8000, http://adsabs.harvard.edu, http://adsx.cfa.harvard.edu:8888, http://hourly.adslabs.org, http://localhost:8000, http://playground.scixplorer.org, http://scixplorer.org, http://ui.adsabs.harvard.edu, http://ui.adslabs.org, http://www.scixplorer.org, https://arxiv.org, https://beta.arxiv.org, https://demo.adsabs.harvard.edu, https://dev.adsabs.harvard.edu, https://dev.scixplorer.org, https://devui.adsabs.harvard.edu, https://experimental-bumblebee.us-east-1.elasticbeanstalk.com, https://playground.scixplorer.org, https://prod.adsabs.harvard.edu, https://scixplorer.org, https://staging-bumblebee.elasticbeanstalk.com, https://staging-bumblebee.us-east-1.elasticbeanstalk.com, https://ui.adsabs.harvard.edu, https://www.scixplorer.org\n", + "< access-control-allow-methods: DELETE, GET, OPTIONS, POST, PUT\n", + "< access-control-allow-headers: Accept, Authorization, Content-Type, Orcid-Authorization, X-BB-Api-Client-Version, X-CSRFToken\n", + "< access-control-allow-credentials: true\n", + "< vary: Origin\n", + "< x-ratelimit-limit: 5000\n", + "< x-ratelimit-remaining: 4948\n", + "< x-ratelimit-reset: 1702492873\n", + "< retry-after: 7262\n", + "< set-cookie: session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJS8nfxNPKrcjSMynI08XWPrPR1Dy2PzHKsiswNNfUNDzWKCnHLjHJxNPV3D7VVqgXqLUgtyk3MS80rgZlWWpxaBDZRydTAxMxEqRYAtdEjCA.ZXneag.Rtz-IjByu2nf3iz70yJkfnrN_fs; Expires=Thu, 12-Dec-2024 22:40:10 GMT; Secure; HttpOnly; Path=/; SameSite=None\n", + "< \n", + "{ [648 bytes data]\n", + "\n", + "100 648 100 648 0 0 603 0 0:00:01 0:00:01 --:--:-- 607\n", + "100 648 100 648 0 0 603 0 0:00:01 0:00:01 --:--:-- 607\n", + "* Connection #0 to host scixplorer.org left intact\n", + "\n" + ] + } + ], + "source": [ + "process = subprocess.run(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)\n", + "\n", + "print(process.stdout)\n", + "print(process.stderr)" + ] + }, + { + "cell_type": "code", + "execution_count": 110, + "id": "6849e200-08c3-4d1a-825a-a1ad97a4c8a1", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'responseHeader': {'status': 0,\n", + " 'QTime': 228,\n", + " 'params': {'q': 'mouse liver',\n", + " 'fl': 'title,bibcode,links_data,author',\n", + " 'start': '0',\n", + " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6579eea7-5660682f2a2e2fe87c446e14',\n", + " 'sort': 'score desc',\n", + " 'rows': '2000',\n", + " 'wt': 'json'}},\n", + " 'response': {'numFound': 2830,\n", + " 'start': 0,\n", + " 'docs': [{'bibcode': '2021zndo...4694749M',\n", + " 'author': ['Mrichter23', 'Laboratory, Martinez-Jimenez'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.5281/zenodo.4694749\"}'],\n", + " 'title': ['snRNA-seq2 analysis pipeline']},\n", + " {'bibcode': '2007PNAS..104.1488V',\n", + " 'author': ['Villén, Judit',\n", + " 'Beausoleil, Sean A.',\n", + " 'Gerber, Scott A.',\n", + " 'Gygi, Steven P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/5/1488\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0609836104\"}'],\n", + " 'title': ['Large-scale phosphorylation analysis of mouse liver']},\n", + " {'bibcode': '2014Natur.514..380X',\n", + " 'author': ['Xue, Wen',\n", + " 'Chen, Sidi',\n", + " 'Yin, Hao',\n", + " 'Tammela, Tuomas',\n", + " 'Papagiannakopoulos, Thales',\n", + " 'Joshi, Nikhil S.',\n", + " 'Cai, Wenxin',\n", + " 'Yang, Gillian',\n", + " 'Bronson, Roderick',\n", + " 'Crowley, Denise G.',\n", + " 'Zhang, Feng',\n", + " 'Anderson, Daniel G.',\n", + " 'Sharp, Phillip A.',\n", + " 'Jacks, Tyler'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature13589\"}'],\n", + " 'title': ['CRISPR-mediated direct mutation of cancer genes in the mouse liver']},\n", + " {'bibcode': '2008Sci...321..699A',\n", + " 'author': ['Aoi, Takashi',\n", + " 'Yae, Kojiro',\n", + " 'Nakagawa, Masato',\n", + " 'Ichisaka, Tomoko',\n", + " 'Okita, Keisuke',\n", + " 'Takahashi, Kazutoshi',\n", + " 'Chiba, Tsutomu',\n", + " 'Yamanaka, Shinya'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1154884\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1154884\"}'],\n", + " 'title': ['Generation of Pluripotent Stem Cells from Adult Mouse Liver and Stomach Cells']},\n", + " {'bibcode': '2011Sci...331.1315F',\n", + " 'author': ['Feng, Dan',\n", + " 'Liu, Tao',\n", + " 'Sun, Zheng',\n", + " 'Bugge, Anne',\n", + " 'Mullican, Shannon E.',\n", + " 'Alenghat, Theresa',\n", + " 'Liu, X. Shirley',\n", + " 'Lazar, Mitchell A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1198125\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1198125\"}'],\n", + " 'title': ['A Circadian Rhythm Orchestrated by Histone Deacetylase 3 Controls Hepatic Lipid Metabolism']},\n", + " {'bibcode': '1987Sci...237.1309R',\n", + " 'author': ['Reynolds, Steven H.',\n", + " 'Stowers, Shari J.',\n", + " 'Patterson, Rachel M.',\n", + " 'Maronpot, Robert R.',\n", + " 'Aaronson, Stuart A.',\n", + " 'Anderson, Marshall W.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.3629242\"}'],\n", + " 'title': ['Activated Oncogenes in B6C3F1 Mouse Liver Tumors: Implications for Risk Assessment']},\n", + " {'bibcode': '2016PLoSO..1152877J',\n", + " 'author': ['Jonscher, Karen R.',\n", + " 'Alfonso-Garcia, Alba',\n", + " 'Suhalim, Jeffrey L.',\n", + " 'Orlicky, David J.',\n", + " 'Potma, Eric O.',\n", + " 'Ferguson, Virginia L.',\n", + " 'Bouxsein, Mary L.',\n", + " 'Bateman, Ted A.',\n", + " 'Stodieck, Louis S.',\n", + " 'Levi, Moshe',\n", + " 'Friedman, Jacob E.',\n", + " 'Gridley, Daila S.',\n", + " 'Pecaut, Michael J.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0152877\"}'],\n", + " 'title': ['Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n", + " {'bibcode': '2003PNAS..100.6795T',\n", + " 'author': ['Terazono, Hideyuki',\n", + " 'Mutoh, Tatsushi',\n", + " 'Yamaguchi, Shun',\n", + " 'Kobayashi, Masaki',\n", + " 'Akiyama, Masashi',\n", + " 'Udo, Rhyuta',\n", + " 'Ohdo, Shigehiro',\n", + " 'Okamura, Hitoshi',\n", + " 'Shibata, Shigenobu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/100/11/6795\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0936797100\"}'],\n", + " 'title': ['Adrenergic regulation of clock gene expression in mouse liver']},\n", + " {'bibcode': '2014Natur.508...93Z',\n", + " 'author': ['Zhu, Saiyong',\n", + " 'Rezvani, Milad',\n", + " 'Harbell, Jack',\n", + " 'Mattis, Aras N.',\n", + " 'Wolfe, Alan R.',\n", + " 'Benet, Leslie Z.',\n", + " 'Willenbring, Holger',\n", + " 'Ding, Sheng'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature13020\"}'],\n", + " 'title': ['Mouse liver repopulation with hepatocytes generated from human fibroblasts']},\n", + " {'bibcode': '2018NatCo...9.1553W',\n", + " 'author': ['Wang, Yunzhi',\n", + " 'Song, Lei',\n", + " 'Liu, Mingwei',\n", + " 'Ge, Rui',\n", + " 'Zhou, Quan',\n", + " 'Liu, Wanlin',\n", + " 'Li, Ruiyang',\n", + " 'Qie, Jingbo',\n", + " 'Zhen, Bei',\n", + " 'Wang, Yi',\n", + " 'He, Fuchu',\n", + " 'Qin, Jun',\n", + " 'Ding, Chen'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-018-03898-2\"}'],\n", + " 'title': ['A proteomics landscape of circadian clock in mouse liver']},\n", + " {'bibcode': '1994Sci...263.1149R',\n", + " 'author': ['Rhim, Jonathan A.',\n", + " 'Sandgren, Eric P.',\n", + " 'Degen, Jay L.',\n", + " 'Palmiter, Richard D.',\n", + " 'Brinster, Ralph L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.8108734\"}'],\n", + " 'title': ['Replacement of Diseased Mouse Liver by Hepatic Cell Transplantation']},\n", + " {'bibcode': '1970Natur.225..462W',\n", + " 'author': ['Wegmann, Thomas G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F225462a0\"}'],\n", + " 'title': ['Enzyme Patterns in Tetraparental Mouse Liver']},\n", + " {'bibcode': '1981Natur.291..340H',\n", + " 'author': ['Hager, Lisa J.', 'Palmiter, Richard D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F291340a0\"}'],\n", + " 'title': ['Transcriptional regulation of mouse liver metallothionein-I gene by glucocorticoids']},\n", + " {'bibcode': '2012EnST...4610758W',\n", + " 'author': ['Wu, Bing',\n", + " 'Liu, Su',\n", + " 'Guo, Xuechao',\n", + " 'Zhang, Yan',\n", + " 'Zhang, Xuxiang',\n", + " 'Li, Mei',\n", + " 'Cheng, Shupei'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1021%2Fes301804t\"}'],\n", + " 'title': ['Responses of Mouse Liver to Dechlorane Plus Exposure by Integrative Transcriptomic and Metabonomic Studies']},\n", + " {'bibcode': '1963Sci...140.1408H',\n", + " 'author': ['Hoyer, Bill H.', 'McCarthy, Brian J.', 'Bolton, Ellis T.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1711431?origin=ads\"}'],\n", + " 'title': ['Complementary RNA in Nucleus and Cytoplasm of Mouse Liver Cells']},\n", + " {'bibcode': '1963Natur.197.1106N',\n", + " 'author': ['Neifakh, S. A.', 'Kazakova, T. B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F1971106a0\"}'],\n", + " 'title': ['Actomyosin-like Protein in Mitochondria of the Mouse Liver']},\n", + " {'bibcode': '1995PNAS...92.4942R',\n", + " 'author': ['Rhim, Jonathan A.',\n", + " 'Sandgren, Eric P.',\n", + " 'Palmiter, Richard D.',\n", + " 'Brinster, Ralph L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/92/11/4942\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/92/11/4942\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/92/11/4942\"}'],\n", + " 'title': ['Complete reconstitution of mouse liver with xenogeneic hepatocytes.']},\n", + " {'bibcode': '2009Natur.458.1131S',\n", + " 'author': ['Singh, Rajat',\n", + " 'Kaushik, Susmita',\n", + " 'Wang, Yongjun',\n", + " 'Xiang, Youqing',\n", + " 'Novak, Inna',\n", + " 'Komatsu, Masaaki',\n", + " 'Tanaka, Keiji',\n", + " 'Cuervo, Ana Maria',\n", + " 'Czaja, Mark J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature07976\"}'],\n", + " 'title': ['Autophagy regulates lipid metabolism']},\n", + " {'bibcode': '2012PLoSO...746835K',\n", + " 'author': ['Korenčič, Anja',\n", + " 'Bordyugov, Grigory',\n", + " 'Košir, Rok',\n", + " 'Rozman, Damjana',\n", + " 'Goličnik, Marko',\n", + " 'Herzel, Hanspeter'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0046835\"}'],\n", + " 'title': ['The Interplay of cis-Regulatory Elements Rules Circadian Rhythms in Mouse Liver']},\n", + " {'bibcode': '2013JBO....18d0505Z',\n", + " 'author': ['Zhang, Guanglei',\n", + " 'Liu, Fei',\n", + " 'Zhang, Bin',\n", + " 'He, Yun',\n", + " 'Luo, Jianwen',\n", + " 'Bai, Jing'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F1.JBO.18.4.040505\"}'],\n", + " 'title': ['Imaging of pharmacokinetic rates of indocyanine green in mouse liver with a hybrid fluorescence molecular tomography/x-ray computed tomography system']},\n", + " {'bibcode': '2009PLoSO...4.6909H',\n", + " 'author': ['Hirao, Akiko',\n", + " 'Tahara, Yu',\n", + " 'Kimura, Ichiro',\n", + " 'Shibata, Shigenobu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0006909\"}'],\n", + " 'title': ['A Balanced Diet Is Necessary for Proper Entrainment Signals of the Mouse Liver Clock']},\n", + " {'bibcode': '1981PNAS...78.2253P',\n", + " 'author': ['Parnes, Jane R.',\n", + " 'Velan, Baruch',\n", + " 'Felsenfeld, Adam',\n", + " 'Ramanathan, Lata',\n", + " 'Ferrini, Umberto',\n", + " 'Appella, Ettore',\n", + " 'Seidman, J. G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/78/4/2253\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/78/4/2253\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/78/4/2253\"}'],\n", + " 'title': ['Mouse β 2-microglobulin cDNA Clones: A Screening Procedure for cDNA Clones Corresponding to Rare mRNAs']},\n", + " {'bibcode': '2015Natur.520..186R',\n", + " 'author': ['Ran, F. Ann',\n", + " 'Cong, Le',\n", + " 'Yan, Winston X.',\n", + " 'Scott, David A.',\n", + " 'Gootenberg, Jonathan S.',\n", + " 'Kriz, Andrea J.',\n", + " 'Zetsche, Bernd',\n", + " 'Shalem, Ophir',\n", + " 'Wu, Xuebing',\n", + " 'Makarova, Kira S.',\n", + " 'Koonin, Eugene V.',\n", + " 'Sharp, Phillip A.',\n", + " 'Zhang, Feng'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature14299\"}'],\n", + " 'title': ['In vivo genome editing using Staphylococcus aureus Cas9']},\n", + " {'bibcode': '2006ApPhL..88o3903K',\n", + " 'author': ['Kim, Seongsin M.',\n", + " 'Hatami, Fariba',\n", + " 'Harris, James S.',\n", + " 'Kurian, Allison W.',\n", + " 'Ford, James',\n", + " 'King, Douglas',\n", + " 'Scalari, Giacomo',\n", + " 'Giovannini, Marcella',\n", + " 'Hoyler, Nicolas',\n", + " 'Faist, Jerome',\n", + " 'Harris, Geoff'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F1.2194229\"}'],\n", + " 'title': ['Biomedical terahertz imaging with a quantum cascade laser']},\n", + " {'bibcode': '2012HyInt.206...71G',\n", + " 'author': ['Gabbasov, Raul R.',\n", + " 'Cherepanov, Valery M.',\n", + " 'Chuev, Michael A.',\n", + " 'Polikarpov, Michael A.',\n", + " 'Panchenko, Vladislav Y.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs10751-011-0530-2\"}'],\n", + " 'title': ['Study of interparticle interaction in conjugates of magnetic nanoparticles injected into mice']},\n", + " {'bibcode': '2013PLoSO...883723Z',\n", + " 'author': ['Zheng, Rena',\n", + " 'Rebolledo-Jaramillo, Boris',\n", + " 'Zong, Yiwei',\n", + " 'Wang, Liqing',\n", + " 'Russo, Pierre',\n", + " 'Hancock, Wayne',\n", + " 'Stanger, Ben Z.',\n", + " 'Hardison, Ross C.',\n", + " 'Blobel, Gerd A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0083723\"}'],\n", + " 'title': ['Function of GATA Factors in the Adult Mouse Liver']},\n", + " {'bibcode': '2012Sci...338..349K',\n", + " 'author': ['Koike, Nobuya',\n", + " 'Yoo, Seung-Hee',\n", + " 'Huang, Hung-Chung',\n", + " 'Kumar, Vivek',\n", + " 'Lee, Choogon',\n", + " 'Kim, Tae-Kyung',\n", + " 'Takahashi, Joseph S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1226339\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1226339\"}'],\n", + " 'title': ['Transcriptional Architecture and Chromatin Landscape of the Core Circadian Clock in Mammals']},\n", + " {'bibcode': '2008JRadR..49...29R',\n", + " 'author': ['Roudkenar, Mehryar Habibi',\n", + " 'Li, Li',\n", + " 'Baba, Taisuke',\n", + " 'Kuwahara, Yoshikazu',\n", + " 'Nakagawa, Hironobu',\n", + " 'Wang, Lu',\n", + " 'Kasaoka, Satoshi',\n", + " 'Ohkubo, Yasuhito',\n", + " 'Ono, Koji',\n", + " 'Fukumoto, Manabu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1269%2Fjrr.07078\"}'],\n", + " 'title': ['Gene Expression Profiles in Mouse Liver Cells after Exposure to Different Types of Radiation']},\n", + " {'bibcode': '2014PNAS..111..167M',\n", + " 'author': ['Mauvoisin, Daniel',\n", + " 'Wang, Jingkui',\n", + " 'Jouffe, Céline',\n", + " 'Martin, Eva',\n", + " 'Atger, Florian',\n", + " 'Waridel, Patrice',\n", + " 'Quadroni, Manfredo',\n", + " 'Gachon, Frédéric',\n", + " 'Naef, Felix'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/111/1/167\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1314066111\"}'],\n", + " 'title': ['Circadian clock-dependent and -independent rhythmic proteomes implement distinct diurnal functions in mouse liver']},\n", + " {'bibcode': '2015RScI...86a4905L',\n", + " 'author': ['Lubner, Sean D.',\n", + " 'Choi, Jeunghwan',\n", + " 'Wehmeyer, Geoff',\n", + " 'Waag, Bastian',\n", + " 'Mishra, Vivek',\n", + " 'Natesan, Harishankar',\n", + " 'Bischof, John C.',\n", + " 'Dames, Chris'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F1.4905680\"}'],\n", + " 'title': ['Reusable bi-directional 3ω sensor to measure thermal conductivity of 100-μm thick biological tissues']},\n", + " {'bibcode': '2019ScTEn.655.1334Z',\n", + " 'author': ['Zhang, Rui', 'Zhang, Xun', 'Gao, Sichen', 'Liu, Rutao'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.scitotenv.2018.11.295\"}'],\n", + " 'title': ['Assessing the in vitro and in vivo toxicity of ultrafine carbon black to mouse liver']},\n", + " {'bibcode': '2013ITM....49..394G',\n", + " 'author': ['Gabbasov, Raul',\n", + " 'Cherepanov, Valery',\n", + " 'Chuev, Mikhail',\n", + " 'Polikarpov, Mikhail',\n", + " 'Nikitin, Maxim',\n", + " 'Deyev, Sergey',\n", + " 'Panchenko, Vladislav'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1109%2FTMAG.2012.2226148\"}'],\n", + " 'title': ['Biodegradation of Magnetic Nanoparticles in Mouse Liver From Combined Analysis of Mössbauer and Magnetization Data']},\n", + " {'bibcode': '2015PNAS..112E6579A',\n", + " 'author': ['Atger, Florian',\n", + " 'Gobet, Cédric',\n", + " 'Marquis, Julien',\n", + " 'Martin, Eva',\n", + " 'Wang, Jingkui',\n", + " 'Weger, Benjamin',\n", + " 'Lefebvre, Grégory',\n", + " 'Descombes, Patrick',\n", + " 'Naef, Felix',\n", + " 'Gachon, Frédéric'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/112/47/E6579\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1515308112\"}'],\n", + " 'title': ['Circadian and feeding rhythms differentially affect rhythmic mRNA transcription and translation in mouse liver']},\n", + " {'bibcode': '2019OExpr..2726014H',\n", + " 'author': ['Huang, Pingjie',\n", + " 'Cao, Yuqi',\n", + " 'Chen, Jiani',\n", + " 'Ge, Weiting',\n", + " 'Hou, Dibo',\n", + " 'Zhang, Guangxin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1364%2FOE.27.026014\"}'],\n", + " 'title': ['Analysis and inspection techniques for mouse liver injury based on terahertz spectroscopy']},\n", + " {'bibcode': '1961PNAS...47..762H',\n", + " 'author': ['Herzenberg, Leonard A.', 'Herzenberg, Leonore A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/47/6/762\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.47.6.762\"}'],\n", + " 'title': ['Association of H-2 Antigens with the Cell Membrane Fraction of Mouse Liver']},\n", + " {'bibcode': '1990RadR..124..227M',\n", + " 'author': ['Majo, V. Di', 'Coppola, M.', 'Rebessi, S.', 'Covelli, V.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2307%2F3577870\"}'],\n", + " 'title': ['Age-Related Susceptibility of Mouse Liver to Induction of Tumors by Neutrons']},\n", + " {'bibcode': '1984JESHB..19..501C',\n", + " 'author': ['Chukwudebe, A. C.', 'Hussain, M. A.', 'Oloffs, P. C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F03601238409372447\"}'],\n", + " 'title': ['Hydrolytic and metabolic products of acephate in water and mouse liver']},\n", + " {'bibcode': '2015PLoSO..1041220G',\n", + " 'author': ['Gunewardena, Sumedha S.',\n", + " 'Yoo, Byunggil',\n", + " 'Peng, Lai',\n", + " 'Lu, Hong',\n", + " 'Zhong, Xiaobo',\n", + " 'Klaassen, Curtis D.',\n", + " 'Cui, Julia Yue'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0141220\"}'],\n", + " 'title': ['Deciphering the Developmental Dynamics of the Mouse Liver Transcriptome']},\n", + " {'bibcode': '2004NYASA1030...86A',\n", + " 'author': ['An, Jeung Hee', 'Kim, Jiyoung', 'Seong, Jinsil'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1196%2Fannals.1329.011\"}'],\n", + " 'title': ['Redox Signaling by Ionizing Radiation in Mouse Liver']},\n", + " {'bibcode': '1982PNAS...79..500B',\n", + " 'author': ['Barth, Richard K.',\n", + " 'Gross, Kenneth W.',\n", + " 'Gremke, Linda C.',\n", + " 'Hastie, Nicholas D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/79/2/500\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/79/2/500\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/79/2/500\"}'],\n", + " 'title': ['Developmentally regulated mRNAs in mouse liver.']},\n", + " {'bibcode': '1994PNAS...91.6196E',\n", + " 'author': ['Engelhardt, John F.',\n", + " 'Ye, Xuehai',\n", + " 'Doranz, Benjamin',\n", + " 'Wilson, James M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/91/13/6196\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/91/13/6196\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/91/13/6196\"}'],\n", + " 'title': ['Ablation of E2A in recombinant adenoviruses improves transgene persistence and decreases inflammatory response in mouse liver.']},\n", + " {'bibcode': '2021EnST...55.8191Y',\n", + " 'author': ['Yao, Linlin',\n", + " 'Wang, Yuanyuan',\n", + " 'Shi, Jianbo',\n", + " 'Liu, Yanna',\n", + " 'Guo, Hao',\n", + " 'Yang, Xiaoxi',\n", + " 'Liu, Yaquan',\n", + " 'Ma, Junjie',\n", + " 'Li, Danyang',\n", + " 'Wang, Ziniu',\n", + " 'Li, Zikang',\n", + " 'Luo, Qian',\n", + " 'Fu, Jianjie',\n", + " 'Zhang, Qinghua',\n", + " 'Qu, Guangbo',\n", + " 'Wang, Yanxin',\n", + " 'Jiang, Guibin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1021%2Facs.est.1c01726\"}'],\n", + " 'title': ['Toxicity of Tetrabromobisphenol A and Its Derivative in the Mouse Liver Following Oral Exposure at Environmentally Relevant Levels']},\n", + " {'bibcode': '2012PLoSO...735143P',\n", + " 'author': ['Patel, Raza',\n", + " 'Baker, Susan S.',\n", + " 'Liu, Wensheng',\n", + " 'Desai, Sonal',\n", + " 'Alkhouri, Razan',\n", + " 'Kozielski, Rafal',\n", + " 'Mastrandrea, Lucy',\n", + " 'Sarfraz, Adil',\n", + " 'Cai, Weijing',\n", + " 'Vlassara, Helen',\n", + " 'Patel, Mulchand S.',\n", + " 'Baker, Robert D.',\n", + " 'Zhu, Lixin'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0035143\"}'],\n", + " 'title': ['Effect of Dietary Advanced Glycation End Products on Mouse Liver']},\n", + " {'bibcode': '2015NatCo...6.6479E',\n", + " 'author': ['Eriksson, Sofi',\n", + " 'Prigge, Justin R.',\n", + " 'Talago, Emily A.',\n", + " 'Arnér, Elias S. J.',\n", + " 'Schmidt, Edward E.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms7479\"}'],\n", + " 'title': ['Dietary methionine can sustain cytosolic redox homeostasis in the mouse liver']},\n", + " {'bibcode': '1998PNAS...95.5987H',\n", + " 'author': ['Horton, Jay D.',\n", + " 'Bashmakov, Yuriy',\n", + " 'Shimomura, Iichiro',\n", + " 'Shimano, Hitoshi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/11/5987\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/11/5987\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/11/5987\"}'],\n", + " 'title': ['Regulation of Sterol Regulatory Element Binding Proteins in Livers of Fasted and Refed Mice']},\n", + " {'bibcode': '2002PNAS...9916881W',\n", + " 'author': ['Wang, Xinhe',\n", + " 'Kiyokawa, Hiroaki',\n", + " 'Dennewitz, Margaret B.',\n", + " 'Costa, Robert H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/99/26/16881\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/99/26/16881\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/99/26/16881\"}'],\n", + " 'title': ['The Forkhead Box m1b transcription factor is essential for hepatocyte DNA replication and mitosis during mouse liver regeneration']},\n", + " {'bibcode': '2017Natur.551...51S',\n", + " 'author': ['Schwarzer, Wibke',\n", + " 'Abdennur, Nezar',\n", + " 'Goloborodko, Anton',\n", + " 'Pekowska, Aleksandra',\n", + " 'Fudenberg, Geoffrey',\n", + " 'Loe-Mie, Yann',\n", + " 'Fonseca, Nuno A.',\n", + " 'Huber, Wolfgang',\n", + " 'H. Haering, Christian',\n", + " 'Mirny, Leonid',\n", + " 'Spitz, Francois'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse93431\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature24281\"}'],\n", + " 'title': ['Two independent modes of chromatin organization revealed by cohesin removal']},\n", + " {'bibcode': '1993Sci...261.1733R',\n", + " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.8378774\"}'],\n", + " 'title': ['Induction by EGF and Interferon-γ of Tyrosine Phosphorylated DNA Binding Proteins in Mouse Liver Nuclei']},\n", + " {'bibcode': '2021NatCo..12.7046H',\n", + " 'author': ['Hildebrandt, Franziska',\n", + " 'Andersson, Alma',\n", + " 'Saarenpää, Sami',\n", + " 'Larsson, Ludvig',\n", + " 'Van Hul, Noémi',\n", + " 'Kanatani, Sachie',\n", + " 'Masek, Jan',\n", + " 'Ellis, Ewa',\n", + " 'Barragan, Antonio',\n", + " 'Mollbrink, Annelie',\n", + " 'Andersson, Emma R.',\n", + " 'Lundeberg, Joakim',\n", + " 'Ankarklev, Johan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-27354-w\"}'],\n", + " 'title': ['Spatial Transcriptomics to define transcriptional patterns of zonation and structural components in the mouse liver']},\n", + " {'bibcode': '2014PLoSO...9k6179J',\n", + " 'author': ['Jiang, Yan', 'Chen, Jiahong', 'Tong, Jian', 'Chen, Tao'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0116179\"}'],\n", + " 'title': ['Trichloroethylene-Induced Gene Expression and DNA Methylation Changes in B6C3F1 Mouse Liver']},\n", + " {'bibcode': '2003RadR..160..549F',\n", + " 'author': ['Furuno-Fukushi, Ikuko',\n", + " 'Masumura, Ken-ichi',\n", + " 'Furuse, Takeshi',\n", + " 'Noda, Yuko',\n", + " 'Takahagi, Masahiko',\n", + " 'Saito, Toshiyuki',\n", + " 'Hoki, Yuko',\n", + " 'Suzuki, Hiroshi',\n", + " 'Wynshaw-Boris, Anthony',\n", + " 'Nohmi, Takehiko',\n", + " 'Tatsumi, Kouichi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1667%2FRR3073\"}'],\n", + " 'title': ['Effect ofAtmDisruption on Spontaneously Arising and Radiation-Induced Deletion Mutations in Mouse Liver']},\n", + " {'bibcode': '2007JRadR..48..233J',\n", + " 'author': ['Jeong, Won-Il',\n", + " 'Do, Sun-Hee',\n", + " 'Kim, Tae-Hwan',\n", + " 'Jeong, Da-Hee',\n", + " 'Hong, Il-Hwa',\n", + " 'Ki, Mi-Ran',\n", + " 'Kwak, Dong-Mi',\n", + " 'Lee, Seung-Sook',\n", + " 'Jee, Young-Heun',\n", + " 'Kim, Soon-Bok',\n", + " 'Jeong, Kyu-Shik'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1269%2Fjrr.0629\"}'],\n", + " 'title': ['Acute Effects of Fast Neutron Irradiation on Mouse Liver']},\n", + " {'bibcode': '2002Natur.417...78S',\n", + " 'author': ['Storch, Kai-Florian',\n", + " 'Lipan, Ovidiu',\n", + " 'Leykin, Igor',\n", + " 'Viswanathan, N.',\n", + " 'Davis, Fred C.',\n", + " 'Wong, Wing H.',\n", + " 'Weitz, Charles J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature744\"}'],\n", + " 'title': ['Extensive and divergent circadian gene expression in liver and heart']},\n", + " {'bibcode': '2010RadR..174..611U',\n", + " 'author': ['Uehara, Yoshihiko',\n", + " 'Ito, Yasuko',\n", + " 'Taki, Keiko',\n", + " 'Nenoi, Mitsuru',\n", + " 'Ichinohe, Kazuaki',\n", + " 'Nakamura, Shingo',\n", + " 'Tanaka, Satoshi',\n", + " 'Oghiso, Yoichi',\n", + " 'Tanaka, Kimio',\n", + " 'Matsumoto, Tsuneya',\n", + " 'Paunesku, Tatjana',\n", + " 'Woloschak, Gayle E.',\n", + " 'Ono, Tetsuya'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1667%2FRR2195.1\"}'],\n", + " 'title': ['Gene Expression Profiles in Mouse Liver after Long-Term Low-Dose-Rate Irradiation with Gamma Rays']},\n", + " {'bibcode': '2020PMB....65u5024L',\n", + " 'author': ['Li, Yuanyuan', 'Song, Jiaxiang', 'Xia, Hui', 'Liu, Guoqiang'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F1361-6560%2Fabb4bb\"}'],\n", + " 'title': ['The experimental study of mouse liver in magneto-acousto-electrical tomography by scan mode']},\n", + " {'bibcode': '2019NatSR...919195B',\n", + " 'author': ['Beheshti, Afshin',\n", + " 'Chakravarty, Kaushik',\n", + " 'Fogle, Homer',\n", + " 'Fazelinia, Hossein',\n", + " 'Silveira, Willian A. da',\n", + " 'Boyko, Valery',\n", + " 'Polo, San-Huei Lai',\n", + " 'Saravia-Butler, Amanda M.',\n", + " 'Hardiman, Gary',\n", + " 'Taylor, Deanne',\n", + " 'Galazka, Jonathan M.',\n", + " 'Costes, Sylvain V.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-019-55869-2\"}'],\n", + " 'title': ['Multi-omics analysis of multiple missions to space reveal a theme of lipid dysregulation in mouse liver']},\n", + " {'bibcode': '2010PLoSO...511264K',\n", + " 'author': ['Kojima, Shihoko',\n", + " 'Gatfield, David',\n", + " 'Esau, Christine C.',\n", + " 'Green, Carla B.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0011264\"}'],\n", + " 'title': ['MicroRNA-122 Modulates the Rhythmic Expression Profile of the Circadian Deadenylase Nocturnin in Mouse Liver']},\n", + " {'bibcode': '1974Sci...183..208R',\n", + " 'author': ['Riely, Caroline A.', 'Cohen, Gerald', 'Lieberman, Morris'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1737370?origin=ads\"}'],\n", + " 'title': ['Ethane Evolution: A New Index of Lipid Peroxidation']},\n", + " {'bibcode': '1965Sci...149..981F',\n", + " 'author': ['Finlayson, J. S.',\n", + " 'Asofsky, R.',\n", + " 'Potter, M.',\n", + " 'Runner, C. C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1716620?origin=ads\"}'],\n", + " 'title': ['Major Urinary Protein Complex of Normal Mice: Origin']},\n", + " {'bibcode': '2016Natur.534..124S',\n", + " 'author': ['Sallam, Tamer',\n", + " 'Jones, Marius C.',\n", + " 'Gilliland, Thomas',\n", + " 'Zhang, Li',\n", + " 'Wu, Xiaohui',\n", + " 'Eskin, Ascia',\n", + " 'Sandhu, Jaspreet',\n", + " 'Casero, David',\n", + " 'Vallim, Thomas Q. De Aguiar',\n", + " 'Hong, Cynthia',\n", + " 'Katz, Melanie',\n", + " 'Lee, Richard',\n", + " 'Whitelegge, Julian',\n", + " 'Tontonoz, Peter'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature17674\"}'],\n", + " 'title': ['Feedback modulation of cholesterol metabolism by the lipid-responsive non-coding RNA LeXis']},\n", + " {'bibcode': '2017Natur.542..352H',\n", + " 'author': ['Halpern, Keren Bahar',\n", + " 'Shenhav, Rom',\n", + " 'Matcovitch-Natan, Orit',\n", + " 'Tóth, Beáta',\n", + " 'Lemze, Doron',\n", + " 'Golan, Matan',\n", + " 'Massasa, Efi E.',\n", + " 'Baydatch, Shaked',\n", + " 'Landen, Shanie',\n", + " 'Moor, Andreas E.',\n", + " 'Brandis, Alexander',\n", + " 'Giladi, Amir',\n", + " 'Stokar-Avihail, Avigail',\n", + " 'David, Eyal',\n", + " 'Amit, Ido',\n", + " 'Itzkovitz, Shalev'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature21065\"}'],\n", + " 'title': ['Single-cell spatial reconstruction reveals global division of labour in the mammalian liver']},\n", + " {'bibcode': '1980Sci...209.1348L',\n", + " 'author': ['Liu, Chih-Ping',\n", + " 'Tucker, Philip W.',\n", + " 'Mushinski, J. Frederic',\n", + " 'Blattner, Frederick R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.6774414\"}'],\n", + " 'title': ['Mapping of Heavy Chain Genes for Mouse Immunoglobulins M and D']},\n", + " {'bibcode': '2011PLoSO...624993D',\n", + " 'author': [\"D'Ambrosio, Diana N.\",\n", + " 'Walewski, José L.',\n", + " 'Clugston, Robin D.',\n", + " 'Berk, Paul D.',\n", + " 'Rippe, Richard A.',\n", + " 'Blaner, William S.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0024993\"}'],\n", + " 'title': ['Distinct Populations of Hepatic Stellate Cells in the Mouse Liver Have Different Capacities for Retinoid and Lipid Storage']},\n", + " {'bibcode': '2010PLoSO...5.9148B',\n", + " 'author': ['Beck, Laurent',\n", + " 'Leroy, Christine',\n", + " 'Beck-Cormier, Sarah',\n", + " 'Forand, Anne',\n", + " 'Salaün, Christine',\n", + " 'Paris, Nadine',\n", + " 'Bernier, Adeline',\n", + " 'Ureña-Torres, Pablo',\n", + " 'Prié, Dominique',\n", + " 'Ollero, Mario',\n", + " 'Coulombel, Laure',\n", + " 'Friedlander, Gérard'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0009148\"}'],\n", + " 'title': ['The Phosphate Transporter PiT1 (Slc20a1) Revealed As a New Essential Gene for Mouse Liver Development']},\n", + " {'bibcode': '1982PNAS...79.6237C',\n", + " 'author': ['Cohen, Stanley', 'Fava, Roy A.', 'Sawyer, Stephen T.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/79/20/6237\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/79/20/6237\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/79/20/6237\"}'],\n", + " 'title': ['Purification and characterization of epidermal growth factor receptor/protein kinase from normal mouse liver.']},\n", + " {'bibcode': '1996PNAS...93.9443M',\n", + " 'author': ['Miller, Carolyn Wilson', 'Ntambi, James M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/93/18/9443\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/93/18/9443\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/93/18/9443\"}'],\n", + " 'title': ['Peroxisome proliferators induce mouse liver stearoyl-CoA desaturase 1 gene expression.']},\n", + " {'bibcode': '1984JMagR..60..430R',\n", + " 'author': ['Rothman, D. L.',\n", + " 'Arias-Mendoza, F.',\n", + " 'Shulman, G. I.',\n", + " 'Shulman, R. G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2F0022-2364%2884%2990054-4\"}'],\n", + " 'title': ['A pulse sequence for simplifying hydrogen NMR spectra of biological tissues']},\n", + " {'bibcode': '2013SMat....9.8705K',\n", + " 'author': ['Ko, Tae-Jun',\n", + " 'Kim, Eunkyung',\n", + " 'Nagashima, So',\n", + " 'Oh, Kyu Hwan',\n", + " 'Lee, Kwang-Ryeol',\n", + " 'Kim, Soyoun',\n", + " 'Moon, Myoung-Woon'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1039%2Fc3sm51147b\"}'],\n", + " 'title': ['Adhesion behavior of mouse liver cancer cells on nanostructured superhydrophobic and superhydrophilic surfaces']},\n", + " {'bibcode': '2020NatCo..11.1961C',\n", + " 'author': ['Cao, Wanlu',\n", + " 'Li, Meng',\n", + " 'Liu, Jiaye',\n", + " 'Zhang, Shaoshi',\n", + " 'Noordam, Lisanne',\n", + " 'Verstegen, Monique M. A.',\n", + " 'Wang, Ling',\n", + " 'Ma, Buyun',\n", + " 'Li, Shan',\n", + " 'Wang, Wenshi',\n", + " 'Bolkestein, Michiel',\n", + " 'Doukas, Michael',\n", + " 'Chen, Kan',\n", + " 'Ma, Zhongren',\n", + " 'Bruno, Marco',\n", + " 'Sprengers, Dave',\n", + " 'Kwekkeboom, Jaap',\n", + " 'van der Laan, Luc J. W.',\n", + " 'Smits, Ron',\n", + " 'Peppelenbosch, Maikel P.',\n", + " 'Pan, Qiuwei'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-020-15846-0\"}'],\n", + " 'title': ['LGR5 marks targetable tumor-initiating cells in mouse liver cancer']},\n", + " {'bibcode': '2017ESPR...2424201W',\n", + " 'author': ['Wu, Xinmou',\n", + " 'Liang, Minqing',\n", + " 'Yang, Zhao',\n", + " 'Su, Min',\n", + " 'Yang, Bin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs11356-017-0072-5\"}'],\n", + " 'title': ['Effect of acute exposure to PFOA on mouse liver cells in vivo and in vitro']},\n", + " {'bibcode': '2013PLoSO...857766Z',\n", + " 'author': ['Zhang, Fang',\n", + " 'Xu, Xiang',\n", + " 'Zhang, Yi',\n", + " 'Zhou, Ben',\n", + " 'He, Zhishui',\n", + " 'Zhai, Qiwei'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0057766\"}'],\n", + " 'title': ['Gene Expression Profile Analysis of Type 2 Diabetic Mouse Liver']},\n", + " {'bibcode': '1979PNAS...76.5445M',\n", + " 'author': ['McLaughlin, A. C.', 'Takeda, H.', 'Chance, B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/76/11/5445\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/76/11/5445\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/76/11/5445\"}'],\n", + " 'title': ['Rapid ATP Assays in Perfused Mouse Liver by 31P NMR']},\n", + " {'bibcode': '2015PLoSO..1042374M',\n", + " 'author': ['Moskaleva, Natalia',\n", + " 'Moysa, Alexander',\n", + " 'Novikova, Svetlana',\n", + " 'Tikhonova, Olga',\n", + " 'Zgoda, Victor',\n", + " 'Archakov, Alexander'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0142374\"}'],\n", + " 'title': ['Spaceflight Effects on Cytochrome P450 Content in Mouse Liver']},\n", + " {'bibcode': '2003Natur.423..550P',\n", + " 'author': ['Puigserver, Pere',\n", + " 'Rhee, James',\n", + " 'Donovan, Jerry',\n", + " 'Walkey, Christopher J.',\n", + " 'Yoon, J. Cliff',\n", + " 'Oriente, Francesco',\n", + " 'Kitamura, Yukari',\n", + " 'Altomonte, Jennifer',\n", + " 'Dong, Hengjiang',\n", + " 'Accili, Domenico',\n", + " 'Spiegelman, Bruce M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature01667\"}'],\n", + " 'title': ['Insulin-regulated hepatic gluconeogenesis through FOXO1-PGC-1α interaction']},\n", + " {'bibcode': '1968PNAS...59..854T',\n", + " 'author': ['Trakatellis, Anthony C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/59/3/854\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/59/3/854\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.59.3.854\"}'],\n", + " 'title': ['Effect of sparsomycin on protein synthesis in the mouse liver.']},\n", + " {'bibcode': '1987RadR..109..143N',\n", + " 'author': ['Nakamura, Jiro', 'Shaw, Leslie M.', 'Brown, Darrell Q.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2307%2F3576875\"}'],\n", + " 'title': ['Hydrolysis of WR2721 by Mouse Liver Cell Fractions']},\n", + " {'bibcode': '1973RadR...53..102R',\n", + " 'author': ['Rosenthal, M. W.',\n", + " 'Brown, H.',\n", + " 'Chladek, D. L.',\n", + " 'Moretti, E. S.',\n", + " 'Russell, J. J.',\n", + " 'Lindenbaum, A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2307%2F3573451\"}'],\n", + " 'title': ['Removal of Plutonium from Mouse Liver by Glucan and DTPA']},\n", + " {'bibcode': '1979Sci...203.1019S',\n", + " 'author': ['Singer, Judith', 'Roberts-Ems, Joan', 'Riggs, Arthur D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.424726\"}'],\n", + " 'title': ['Methylation of Mouse Liver DNA Studied by Means of the Restriction Enzymes Msp I and Hpa II']},\n", + " {'bibcode': '2011PLoSO...624738L',\n", + " 'author': ['Le Saux, Olivier',\n", + " 'Fülöp, Krisztina',\n", + " 'Yamaguchi, Yukiko',\n", + " 'Iliás, Attila',\n", + " 'Szabó, Zalán',\n", + " 'Brampton, Christopher N.',\n", + " 'Pomozi, Viola',\n", + " 'Huszár, Krisztina',\n", + " 'Arányi, Tamás',\n", + " 'Váradi, András'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0024738\"}'],\n", + " 'title': ['Expression and In Vivo Rescue of Human ABCC6 Disease-Causing Mutants in Mouse Liver']},\n", + " {'bibcode': '1978IJBm...22...43B',\n", + " 'author': ['Bhartendu', 'Menon, I. A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2FBF01553139\"}'],\n", + " 'title': ['Effects of atmospheric small negative ions on the oxygen consumption of mouse liver cells']},\n", + " {'bibcode': '1979PNAS...76.4808C',\n", + " 'author': ['Cohen, S. M.', 'Shulman, R. G.', 'McLaughlin, A. C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/76/10/4808\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/76/10/4808\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/76/10/4808\"}'],\n", + " 'title': ['Effects of Ethanol on Alanine Metabolism in Perfused Mouse Liver Studied by 13C NMR']},\n", + " {'bibcode': '2014PNAS..11117200Y',\n", + " 'author': ['Yueh, Mei-Fei',\n", + " 'Taniguchi, Koji',\n", + " 'Chen, Shujuan',\n", + " 'Evans, Ronald M.',\n", + " 'Hammock, Bruce D.',\n", + " 'Karin, Michael',\n", + " 'Tukey, Robert H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/111/48/17200\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1419119111\"}'],\n", + " 'title': ['The commonly used antimicrobial additive triclosan is a liver tumor promoter']},\n", + " {'bibcode': '1985PNAS...82.8634F',\n", + " 'author': ['Fehlmann, Max',\n", + " 'Peyron, Jean-Francois',\n", + " 'Samson, Michael',\n", + " 'van Obberghen, Emmanuel',\n", + " 'Brandenburg, Dietrich',\n", + " 'Brossette, Nicole'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/82/24/8634\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/82/24/8634\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/82/24/8634\"}'],\n", + " 'title': ['Molecular association between major histocompatibility complex class I antigens and insulin receptors in mouse liver membranes.']},\n", + " {'bibcode': '2010Natur.466..714M',\n", + " 'author': ['Musunuru, Kiran',\n", + " 'Strong, Alanna',\n", + " 'Frank-Kamenetsky, Maria',\n", + " 'Lee, Noemi E.',\n", + " 'Ahfeldt, Tim',\n", + " 'Sachs, Katherine V.',\n", + " 'Li, Xiaoyu',\n", + " 'Li, Hui',\n", + " 'Kuperwasser, Nicolas',\n", + " 'Ruda, Vera M.',\n", + " 'Pirruccello, James P.',\n", + " 'Muchmore, Brian',\n", + " 'Prokunina-Olsson, Ludmila',\n", + " 'Hall, Jennifer L.',\n", + " 'Schadt, Eric E.',\n", + " 'Morales, Carlos R.',\n", + " 'Lund-Katz, Sissel',\n", + " 'Phillips, Michael C.',\n", + " 'Wong, Jamie',\n", + " 'Cantley, William',\n", + " 'Racie, Timothy',\n", + " 'Ejebe, Kenechi G.',\n", + " 'Orho-Melander, Marju',\n", + " 'Melander, Olle',\n", + " 'Koteliansky, Victor',\n", + " 'Fitzgerald, Kevin',\n", + " 'Krauss, Ronald M.',\n", + " 'Cowan, Chad A.',\n", + " 'Kathiresan, Sekar',\n", + " 'Rader, Daniel J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature09266\"}'],\n", + " 'title': ['From noncoding variant to phenotype via SORT1 at the 1p13 cholesterol locus']},\n", + " {'bibcode': '2000PNAS...97.2214F',\n", + " 'author': ['Fleming, Robert E.',\n", + " 'Migas, Mary C.',\n", + " 'Holden, Christopher C.',\n", + " 'Waheed, Abdul',\n", + " 'Britton, Robert S.',\n", + " 'Tomatsu, Shunji',\n", + " 'Bacon, Bruce R.',\n", + " 'Sly, William S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/97/5/2214\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/97/5/2214\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/97/5/2214\"}'],\n", + " 'title': ['Transferrin receptor 2: Continued expression in mouse liver in the face of iron overload and in hereditary hemochromatosis']},\n", + " {'bibcode': '1981PNAS...78.2403C',\n", + " 'author': ['Carlsson, Roland',\n", + " 'Engvall, Eva',\n", + " 'Freeman, Aaron',\n", + " 'Ruoslahti, Erkki'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/78/4/2403\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/78/4/2403\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/78/4/2403\"}'],\n", + " 'title': ['Laminin and Fibronectin in Cell Adhesion: Enhanced Adhesion of Cells from Regenerating Liver to Laminin']},\n", + " {'bibcode': '2018NatCo...9..636Y',\n", + " 'author': ['Yuan, Xunmei',\n", + " 'Tsujimoto, Kazutaka',\n", + " 'Hashimoto, Koshi',\n", + " 'Kawahori, Kenichi',\n", + " 'Hanzawa, Nozomi',\n", + " 'Hamaguchi, Miho',\n", + " 'Seki, Takami',\n", + " 'Nawa, Makiko',\n", + " 'Ehara, Tatsuya',\n", + " 'Kitamura, Yohei',\n", + " 'Hatada, Izuho',\n", + " 'Konishi, Morichika',\n", + " 'Itoh, Nobuyuki',\n", + " 'Nakagawa, Yoshimi',\n", + " 'Shimano, Hitoshi',\n", + " 'Takai-Igarashi, Takako',\n", + " 'Kamei, Yasutomi',\n", + " 'Ogawa, Yoshihiro'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-018-03038-w\"}'],\n", + " 'title': ['Epigenetic modulation of Fgf21 in the perinatal mouse liver ameliorates diet-induced obesity in adulthood']},\n", + " {'bibcode': '2013EnTox..28..349L',\n", + " 'author': ['Li, Na',\n", + " 'Cheng, Jie',\n", + " 'Cheng, Zhe',\n", + " 'Hu, Renping',\n", + " 'Cai, Jingwei',\n", + " 'Gao, Guodong',\n", + " 'Cui, Yaling',\n", + " 'Wang, Ling',\n", + " 'Hong, Fashui'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.20727\"}'],\n", + " 'title': ['Molecular mechanism of inflammatory response in mouse liver caused by exposure to CeCl3']},\n", + " {'bibcode': '2001SPIE.4158...49H',\n", + " 'author': ['Hocde, Sandrine',\n", + " 'Loreal, O.',\n", + " 'Sire, O.',\n", + " 'Turlin, B.',\n", + " 'Boussard-Pledel, Catherine',\n", + " 'Le Coq, D.',\n", + " 'Bureau, B.',\n", + " 'Fonteneau, Gilles',\n", + " 'Pigeon, C.',\n", + " 'Leroyer, P.',\n", + " 'Lucas, Jacques'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.413808\"}'],\n", + " 'title': ['Biological tissue infrared analysis by chalcogenide glass optical fiber spectroscopy']},\n", + " {'bibcode': '1986PNAS...83...33R',\n", + " 'author': ['Reynolds, Steven H.',\n", + " 'Stowers, Shari J.',\n", + " 'Maronpot, Robert R.',\n", + " 'Anderson, Marshall W.',\n", + " 'Aaronson, Stuart A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/83/1/33\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/83/1/33\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/83/1/33\"}'],\n", + " 'title': ['Detection and identification of activated oncogenes in spontaneously occurring benign and malignant hepatocellular tumors of the B6C3F1 mouse.']},\n", + " {'bibcode': '1986PNAS...83.8356L',\n", + " 'author': ['Latriano, Louise', 'Goldstein, Bernard D.', 'Witz, Gisela'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/83/21/8356\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/83/21/8356\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/83/21/8356\"}'],\n", + " 'title': ['Formation of muconaldehyde, an open-ring metabolite of benzene, in mouse liver microsomes: an additional pathway for toxic metabolites.']},\n", + " {'bibcode': '2010PLoSO...510288F',\n", + " 'author': ['Fang, Xianfeng', 'Du, Peishuang', 'Liu, Yang', 'Tang, Jie'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0010288\"}'],\n", + " 'title': ['Efficient Isolation of Mouse Liver NKT Cells by Perfusion']},\n", + " {'bibcode': '2016PLoSO..1155282J',\n", + " 'author': ['Jonscher, Karen R.',\n", + " 'Alfonso-Garcia, Alba',\n", + " 'Suhalim, Jeffrey L.',\n", + " 'Orlicky, David J.',\n", + " 'Potma, Eric O.',\n", + " 'Ferguson, Virginia L.',\n", + " 'Bouxsein, Mary L.',\n", + " 'Bateman, Ted A.',\n", + " 'Stodieck, Louis S.',\n", + " 'Levi, Moshe',\n", + " 'Friedman, Jacob E.',\n", + " 'Gridley, Daila S.',\n", + " 'Pecaut, Michael J.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0155282\"}'],\n", + " 'title': ['Correction: Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n", + " {'bibcode': '1967PNAS...58.1548C',\n", + " 'author': ['Church, Robert', 'McCarthy, Brian J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/58/4/1548\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/58/4/1548\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.58.4.1548\"}'],\n", + " 'title': ['Changes in nuclear and cytoplasmic RNA in regenerating mouse liver.']},\n", + " {'bibcode': '2006PNAS..10318586F',\n", + " 'author': ['Ferraro, Paola',\n", + " 'Nicolosi, Luca',\n", + " 'Bernardi, Paolo',\n", + " 'Reichard, Peter',\n", + " 'Bianchi, Vera'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/49/18586\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0609020103\"}'],\n", + " 'title': ['Mitochondrial deoxynucleotide pool sizes in mouse liver and evidence for a transport mechanism for thymidine monophosphate']},\n", + " {'bibcode': '2003JAPco..15..507W',\n", + " 'author': ['Wei, Yuxi', \"Li, Zhi'en\", 'Hu, Yingfen', 'Xu, Zuhong'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1023%2FB%3AJAPH.0000004344.45697.0f\"}'],\n", + " 'title': ['Inhibition of mouse liver lipid peroxidation by high molecular weight phlorotannins fromSargassum kjellmanianum']},\n", + " {'bibcode': '2009PNAS..10621453V',\n", + " 'author': ['Vollmers, Christopher',\n", + " 'Gill, Shubhroz',\n", + " 'DiTacchio, Luciano',\n", + " 'Pulivarthy, Sandhya R.',\n", + " 'Le, Hiep D.',\n", + " 'Panda, Satchidananda'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/106/50/21453\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0909591106\"}'],\n", + " 'title': ['Time of feeding and the intrinsic circadian clock drive rhythms in hepatic gene expression']},\n", + " {'bibcode': '1986BuECT..37..169S',\n", + " 'author': ['Swartz, William J.', 'Schutzmann, Roy L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2FBF01607745\"}'],\n", + " 'title': ['Reaction of the mouse liver to kepone exposure']},\n", + " {'bibcode': '2005Sci...309.1390C',\n", + " 'author': ['Cardone, Luca',\n", + " 'Hirayama, Jun',\n", + " 'Giordano, Francesca',\n", + " 'Tamaru, Teruya',\n", + " 'Palvimo, Jorma J.',\n", + " 'Sassone-Corsi, Paolo'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1110689\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1110689\"}'],\n", + " 'title': ['Circadian Clock Control by SUMOylation of BMAL1']},\n", + " {'bibcode': '2004RCMS...18.2169J',\n", + " 'author': ['Jin, Wen-Hai',\n", + " 'Dai, Jie',\n", + " 'Zhou, Hu',\n", + " 'Xia, Qi-Chang',\n", + " 'Zou, Han-Fa',\n", + " 'Zeng, Rong'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Frcm.1604\"}'],\n", + " 'title': ['Phosphoproteome analysis of mouse liver using immobilized metal affinity purification and linear ion trap mass spectrometry']},\n", + " {'bibcode': '1988PNAS...85.9576S',\n", + " 'author': ['Smith, William C.',\n", + " 'Linzer, Daniel I. H.',\n", + " 'Talamantes, Frank'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/85/24/9576\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/85/24/9576\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/85/24/9576\"}'],\n", + " 'title': ['Detection of two growth hormone receptor mRNAs and primary translation products in the mouse.']},\n", + " {'bibcode': '2011PLoSO...623709O',\n", + " 'author': ['Oike, Hideaki',\n", + " 'Nagai, Kanji',\n", + " 'Fukushima, Tatsunobu',\n", + " 'Ishida, Norio',\n", + " 'Kobori, Masuko'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0023709\"}'],\n", + " 'title': ['Feeding Cues and Injected Nutrients Induce Acute Expression of Multiple Clock Genes in the Mouse Liver']},\n", + " {'bibcode': '2016NatSR...634989A',\n", + " 'author': ['Amenya, Hesbon Z.', 'Tohyama, Chiharu', 'Ohsako, Seiichiroh'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep34989\"}'],\n", + " 'title': ['Dioxin induces Ahr-dependent robust DNA demethylation of the Cyp1a1 promoter via Tdg in the mouse liver']},\n", + " {'bibcode': '2009Sci...325..100Z',\n", + " 'author': ['Zelcer, Noam',\n", + " 'Hong, Cynthia',\n", + " 'Boyadjian, Rima',\n", + " 'Tontonoz, Peter'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1168974\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1168974\"}'],\n", + " 'title': ['LXR Regulates Cholesterol Uptake Through Idol-Dependent Ubiquitination of the LDL Receptor']},\n", + " {'bibcode': '1974PNAS...71.1677C',\n", + " 'author': ['Cooper, Marvin C.',\n", + " 'Levy, Joseph',\n", + " 'Cantor, Linda N.',\n", + " 'Marks, Paul A.',\n", + " 'Rifkind, Richard A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/71/5/1677\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/71/5/1677\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/71/5/1677\"}'],\n", + " 'title': ['The Effect of Erythropoietin on Colonial Growth of Erythroid Precursor Cells In Vitro']},\n", + " {'bibcode': '2014PLoSO...990137L',\n", + " 'author': ['Lim, Jihyeon',\n", + " 'Liu, Zhongbo',\n", + " 'Apontes, Pasha',\n", + " 'Feng, Daorong',\n", + " 'Pessin, Jeffrey E.',\n", + " 'Sauve, Anthony A.',\n", + " 'Angeletti, Ruth H.',\n", + " 'Chi, Yuling'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0090137\"}'],\n", + " 'title': ['Dual Mode Action of Mangiferin in Mouse Liver under High Fat Diet']},\n", + " {'bibcode': '2011Natur.476..341B',\n", + " 'author': ['Baughman, Joshua M.',\n", + " 'Perocchi, Fabiana',\n", + " 'Girgis, Hany S.',\n", + " 'Plovanich, Molly',\n", + " 'Belcher-Timme, Casey A.',\n", + " 'Sancak, Yasemin',\n", + " 'Bao, X. Robert',\n", + " 'Strittmatter, Laura',\n", + " 'Goldberger, Olga',\n", + " 'Bogorad, Roman L.',\n", + " 'Koteliansky, Victor',\n", + " 'Mootha, Vamsi K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature10234\"}'],\n", + " 'title': ['Integrative genomics identifies MCU as an essential component of the mitochondrial calcium uniporter']},\n", + " {'bibcode': '2019NatSR...914937K',\n", + " 'author': ['Krupenko, Natalia I.',\n", + " 'Sharma, Jaspreet',\n", + " 'Pediaditakis, Peter',\n", + " 'Fekry, Baharan',\n", + " 'Helke, Kristi L.',\n", + " 'Du, Xiuxia',\n", + " 'Sumner, Susan',\n", + " 'Krupenko, Sergey A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-019-51397-1\"}'],\n", + " 'title': ['Cytosolic 10-formyltetrahydrofolate dehydrogenase regulates glycine metabolism in mouse liver']},\n", + " {'bibcode': '2018NatSR...810138D',\n", + " 'author': ['Duncan, Christopher G.',\n", + " 'Grimm, Sara A.',\n", + " 'Morgan, Daniel L.',\n", + " 'Bushel, Pierre R.',\n", + " 'Bennett, Brian D.',\n", + " 'NISC Comparative Sequencing Program',\n", + " 'Roberts, John D.',\n", + " 'Tyson, Frederick L.',\n", + " 'Merrick, B. Alex',\n", + " 'Wade, Paul A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-28356-3\"}'],\n", + " 'title': ['Dosage compensation and DNA methylation landscape of the X chromosome in mouse liver']},\n", + " {'bibcode': '2004Natur.427..461K',\n", + " 'author': ['Kokoszka, Jason E.',\n", + " 'Waymire, Katrina G.',\n", + " 'Levy, Shawn E.',\n", + " 'Sligh, James E.',\n", + " 'Cai, Jiyang',\n", + " 'Jones, Dean P.',\n", + " 'MacGregor, Grant R.',\n", + " 'Wallace, Douglas C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature02229\"}'],\n", + " 'title': ['The ADP/ATP translocator is not essential for the mitochondrial permeability transition pore']},\n", + " {'bibcode': '1981Natur.289..643H',\n", + " 'author': ['Hagenbüchle, Otto',\n", + " 'Tosi, Mario',\n", + " 'Schibler, Ueli',\n", + " 'Bovey, Raymonde',\n", + " 'Wellauer, Peter K.',\n", + " 'Young, Richard A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F289643a0\"}'],\n", + " 'title': [\"Mouse liver and salivary gland α-amylase mRNAs differ only in 5' non-translated sequences\"]},\n", + " {'bibcode': '1995PNAS...92.4215R',\n", + " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/92/10/4215\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/92/10/4215\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/92/10/4215\"}'],\n", + " 'title': ['Epidermal growth factor induces the tyrosine phosphorylation and nuclear translocation of Stat 5 in mouse liver.']},\n", + " {'bibcode': '2014EnTox..29..837C',\n", + " 'author': ['Cheng, Jie',\n", + " 'Fei, Min',\n", + " 'Fei, Min',\n", + " 'Sang, Xuezi',\n", + " 'Sang, Xuezi',\n", + " 'Cheng, Zhe',\n", + " 'Gui, Suxin',\n", + " 'Zhao, Xiaoyang',\n", + " 'Sheng, Lei',\n", + " 'Sun, Qingqing',\n", + " 'Hu, Renping',\n", + " 'Wang, Ling',\n", + " 'Hong, Fashui'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.21826\"}'],\n", + " 'title': ['Gene expression profile in chronic mouse liver injury caused by long-term exposure to CeCl3']},\n", + " {'bibcode': '2015NatCo...6.6790W',\n", + " 'author': ['White, Ryan R.',\n", + " 'Milholland, Brandon',\n", + " 'de Bruin, Alain',\n", + " 'Curran, Samuel',\n", + " 'Laberge, Remi-Martin',\n", + " 'van Steeg, Harry',\n", + " 'Campisi, Judith',\n", + " 'Maslov, Alexander Y.',\n", + " 'Vijg, Jan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms7790\"}'],\n", + " 'title': ['Controlled induction of DNA double-strand breaks in the mouse liver induces features of tissue ageing']},\n", + " {'bibcode': '1963RadR...20..510S',\n", + " 'author': ['Stevens, Walter', 'Berliner, David L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2307%2F3571382\"}'],\n", + " 'title': ['The Effect of X-Irradiation on the Conjugation of Steroids by Mouse Liver and Kidney']},\n", + " {'bibcode': '2022PLoSO..1764743K',\n", + " 'author': ['Kumar, Pradeep',\n", + " 'Liu, Yunshan',\n", + " 'Shen, Yang',\n", + " 'Maher, Jacquelyn J.',\n", + " 'Cingolani, Francesca',\n", + " 'Czaja, Mark J.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0264743\"}'],\n", + " 'title': ['Mouse liver injury induces hepatic macrophage FGF23 production']},\n", + " {'bibcode': '2014Natur.508...66S',\n", + " 'author': ['Subtelny, Alexander O.',\n", + " 'Eichhorn, Stephen W.',\n", + " 'Chen, Grace R.',\n", + " 'Sive, Hazel',\n", + " 'Bartel, David P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"http://www.ncbi.nlm.nih.gov/geo\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse52809\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature13007\"}'],\n", + " 'title': ['Poly(A)-tail profiling reveals an embryonic switch in translational control']},\n", + " {'bibcode': '2003Natur.421..177E',\n", + " 'author': ['Etchegaray, Jean-Pierre',\n", + " 'Lee, Choogon',\n", + " 'Wade, Paul A.',\n", + " 'Reppert, Steven M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature01314\"}'],\n", + " 'title': ['Rhythmic histone acetylation underlies transcription in the mammalian circadian clock']},\n", + " {'bibcode': '1997PNAS...94.2284U',\n", + " 'author': ['Ushijima, Toshikazu',\n", + " 'Morimura, Keiichirou',\n", + " 'Hosoya, Yoko',\n", + " 'Okonogi, Hideo',\n", + " 'Tatematsu, Masae',\n", + " 'Sugimura, Takashi',\n", + " 'Nagao, Minako'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/6/2284\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/6/2284\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/6/2284\"}'],\n", + " 'title': ['Establishment of Methylation-Sensitive-Representational Difference Analysis and Isolation of Hypo- and Hypermethylated Genomic Fragments in Mouse Liver Tumors']},\n", + " {'bibcode': '2020AIPA...10k5009F',\n", + " 'author': ['Fang, Zheng', 'Zhong, Shuo', 'Hu, Weifeng', 'Cheng, Siyuan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F5.0010463\"}'],\n", + " 'title': ['Mouse livers machine learning identification based on hyperspectral x-ray computed tomography reconstructed x-ray absorption spectra']},\n", + " {'bibcode': '1965Natur.206.1262P',\n", + " 'author': ['Panagiotis, N. M.', 'Berliner, D. L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F2061262a0\"}'],\n", + " 'title': ['Conjugation of Aldosterone by Bovine and Mouse Liver and Kidney']},\n", + " {'bibcode': '1967PNAS...57..790D',\n", + " 'author': ['du Buy, H. G.', 'Riley, F. L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/57/3/790\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/57/3/790\"}'],\n", + " 'title': [\"Hybridization Between the Nuclear and Kinetoplast Dna's of Leishmania enriettii and Between Nuclear and Mitochondrial Dna's of Mouse Liver\"]},\n", + " {'bibcode': '2020Chmsp.241l5092B',\n", + " 'author': ['Brulport, Axelle',\n", + " 'Vaiman, Daniel',\n", + " 'Chagnon, Marie-Christine',\n", + " 'Le Corre, Ludovic'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.chemosphere.2019.125092\"}'],\n", + " 'title': ['Obesogen effect of bisphenol S alters mRNA expression and DNA methylation profiling in male mouse liver']},\n", + " {'bibcode': '2018PNAS..115.9080C',\n", + " 'author': ['Carr, Jessica A.',\n", + " 'Aellen, Marianne',\n", + " 'Franke, Daniel',\n", + " 'So, Peter T. C.',\n", + " 'Bruns, Oliver T.',\n", + " 'Bawendi, Moungi G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1803210115\"}'],\n", + " 'title': ['Absorption by water increases fluorescence image contrast of biological tissue in the shortwave infrared']},\n", + " {'bibcode': '2007Natur.450.1086H',\n", + " 'author': ['Hirayama, Jun',\n", + " 'Sahar, Saurabh',\n", + " 'Grimaldi, Benedetto',\n", + " 'Tamaru, Teruya',\n", + " 'Takamatsu, Ken',\n", + " 'Nakahata, Yasukazu',\n", + " 'Sassone-Corsi, Paolo'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature06394\"}'],\n", + " 'title': ['CLOCK-mediated acetylation of BMAL1 controls circadian function']},\n", + " {'bibcode': '2013Natur.494..247H',\n", + " 'author': ['Huch, Meritxell',\n", + " 'Dorrell, Craig',\n", + " 'Boj, Sylvia F.',\n", + " 'van Es, Johan H.',\n", + " 'Li, Vivian S. W.',\n", + " 'van de Wetering, Marc',\n", + " 'Sato, Toshiro',\n", + " 'Hamer, Karien',\n", + " 'Sasaki, Nobuo',\n", + " 'Finegold, Milton J.',\n", + " 'Haft, Annelise',\n", + " 'Vries, Robert G.',\n", + " 'Grompe, Markus',\n", + " 'Clevers, Hans'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature11826\"}'],\n", + " 'title': ['In vitro expansion of single Lgr5+ liver stem cells induced by Wnt-driven regeneration']},\n", + " {'bibcode': '2013PLoSO...859611N',\n", + " 'author': ['Nakagawa, Shin-ichiro',\n", + " 'Hirata, Yuichi',\n", + " 'Kameyama, Takeshi',\n", + " 'Tokunaga, Yuko',\n", + " 'Nishito, Yasumasa',\n", + " 'Hirabayashi, Kazuko',\n", + " 'Yano, Junichi',\n", + " 'Ochiya, Takahiro',\n", + " 'Tateno, Chise',\n", + " 'Tanaka, Yasuhito',\n", + " 'Mizokami, Masashi',\n", + " 'Tsukiyama-Kohara, Kyoko',\n", + " 'Inoue, Kazuaki',\n", + " 'Yoshiba, Makoto',\n", + " 'Takaoka, Akinori',\n", + " 'Kohara, Michinori'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0059611\"}'],\n", + " 'title': ['Targeted Induction of Interferon-λ in Humanized Chimeric Mouse Liver Abrogates Hepatotropic Virus Infection']},\n", + " {'bibcode': '2002JMMM..248..276H',\n", + " 'author': ['Halbreich, Avraham',\n", + " 'Groman, Ernest V.',\n", + " 'Raison, Danielle',\n", + " 'Bouchaud, Claude',\n", + " 'Paturance, Sébastien'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2FS0304-8853%2802%2900356-6\"}'],\n", + " 'title': ['Damage to the protein synthesizing apparatus in mouse liver in vivo by magnetocytolysis in the presence of hepatospecific magnetic nanoparticles']},\n", + " {'bibcode': '2015PLoSO..1012655O',\n", + " 'author': ['Oshida, Keiyu',\n", + " 'Vasani, Naresh',\n", + " 'Thomas, Russell S.',\n", + " 'Applegate, Dawn',\n", + " 'Rosen, Mitch',\n", + " 'Abbott, Barbara',\n", + " 'Lau, Christopher',\n", + " 'Guo, Grace',\n", + " 'Aleksunes, Lauren M.',\n", + " 'Klaassen, Curtis',\n", + " 'Corton, J. Christopher'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0112655\"}'],\n", + " 'title': ['Identification of Modulators of the Nuclear Receptor Peroxisome Proliferator-Activated Receptor α (PPARα) in a Mouse Liver Gene Expression Compendium']},\n", + " {'bibcode': '2017NatSR...741711K',\n", + " 'author': ['Kim, Bu-Yeo',\n", + " 'Song, Kwang Hoon',\n", + " 'Lim, Chi-Yeon',\n", + " 'Cho, Su-In'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep41711\"}'],\n", + " 'title': ['Therapeutic properties of Scutellaria baicalensis in db/db mice evaluated using Connectivity Map and network pharmacology']},\n", + " {'bibcode': '2012Natur.485..465Z',\n", + " 'author': ['Zeigerer, Anja',\n", + " 'Gilleron, Jerome',\n", + " 'Bogorad, Roman L.',\n", + " 'Marsico, Giovanni',\n", + " 'Nonaka, Hidenori',\n", + " 'Seifert, Sarah',\n", + " 'Epstein-Barash, Hila',\n", + " 'Kuchimanchi, Satya',\n", + " 'Peng, Chang Geng',\n", + " 'Ruda, Vera M.',\n", + " 'Conte-Zerial, Perla Del',\n", + " 'Hengstler, Jan G.',\n", + " 'Kalaidzidis, Yannis',\n", + " 'Koteliansky, Victor',\n", + " 'Zerial, Marino'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature11133\"}'],\n", + " 'title': ['Rab5 is necessary for the biogenesis of the endolysosomal system in vivo']},\n", + " {'bibcode': '1950Sci...111..149F',\n", + " 'author': ['Feinstein, Robert N.',\n", + " 'Butler, Carrie L.',\n", + " 'Hendley, Daniel D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1676119?origin=ads\"}'],\n", + " 'title': ['Effect of Whole Body X-Radiation and of Intraperitoneal Hydrogen Peroxide on Mouse Liver Catalase']},\n", + " {'bibcode': '2016APS..MARY41008F',\n", + " 'author': ['Fu, Xiao',\n", + " 'Sluka, James',\n", + " 'Clendenon, Sherry',\n", + " 'Glazier, James',\n", + " 'Ryan, Jennifer',\n", + " 'Dunn, Kenneth',\n", + " 'Wang, Zemin',\n", + " 'Klaunig, James'],\n", + " 'title': ['Spatio-temporal Model of Xenobiotic Distribution and Metabolism in an in Silico Mouse Liver Lobule']},\n", + " {'bibcode': '2016NatSR...634635S',\n", + " 'author': ['Szunyogova, Eva',\n", + " 'Zhou, Haiyan',\n", + " 'Maxwell, Gillian K.',\n", + " 'Powis, Rachael A.',\n", + " 'Francesco, Muntoni',\n", + " 'Gillingwater, Thomas H.',\n", + " 'Parson, Simon H.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep34635\"}'],\n", + " 'title': ['Survival Motor Neuron (SMN) protein is required for normal mouse liver development']},\n", + " {'bibcode': '2013PJAB...89...59T',\n", + " 'author': ['Tsuchiya, Yoshiki',\n", + " 'Minami, Itsunari',\n", + " 'Kadotani, Hiroshi',\n", + " 'Todo, Takeshi',\n", + " 'Nishida, Eisuke'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2183%2Fpjab.89.59\"}'],\n", + " 'title': ['Circadian clock-controlled diurnal oscillation of Ras/ERK signaling in mouse liver']},\n", + " {'bibcode': '1985PNAS...82.2262E',\n", + " 'author': ['Edenberg, Howard J.',\n", + " 'Zhang, Ke',\n", + " 'Fong, Kenneth',\n", + " 'Bosron, William F.',\n", + " 'Li, Ting-Kai'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/82/8/2262\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/82/8/2262\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/82/8/2262\"}'],\n", + " 'title': ['Cloning and sequencing of cDNA encoding the complete mouse liver alcohol dehydrogenase.']},\n", + " {'bibcode': '2018NatCo...9.2784Z',\n", + " 'author': ['Zhao, Xin',\n", + " 'Guo, Baolin',\n", + " 'Wu, Hao',\n", + " 'Liang, Yongping',\n", + " 'Ma, Peter X.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-018-04998-9\"}'],\n", + " 'title': ['Injectable antibacterial conductive nanocomposite cryogels with rapid shape recovery for noncompressible hemorrhage and wound healing']},\n", + " {'bibcode': '2013RadR..179...69W',\n", + " 'author': ['Wang, Sihyung',\n", + " 'Hyun, Jeongeun',\n", + " 'Youn, BuHyun',\n", + " 'Jung, Youngmi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1667%2FRR3091.1\"}'],\n", + " 'title': ['Hedgehog Signaling Regulates the Repair Response in Mouse Liver Damaged by Irradiation']},\n", + " {'bibcode': '1968SpecL...1..121D',\n", + " 'author': ['Duke, Phillip'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F00387016809438140\"}'],\n", + " 'title': ['Ascorbyl EPR Doublet Signal in Normal Mouse Liver Oxygenated Homogenates']},\n", + " {'bibcode': '2019PNAS..116.6313Q',\n", + " 'author': ['Qvartskhava, Natalia',\n", + " 'Jin, Cheng Jun',\n", + " 'Buschmann, Tobias',\n", + " 'Albrecht, Ute',\n", + " 'Bode, Johannes Georg',\n", + " 'Monhasery, Niloufar',\n", + " 'Oenarto, Jessica',\n", + " 'Bidmon, Hans Jürgen',\n", + " 'Görg, Boris',\n", + " 'Häussinger, Dieter'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1813100116\"}'],\n", + " 'title': ['Taurine transporter (TauT) deficiency impairs ammonia detoxification in mouse liver']},\n", + " {'bibcode': '2018JASMS..29..711R',\n", + " 'author': ['Rzagalinski, Ignacy',\n", + " 'Hainz, Nadine',\n", + " 'Meier, Carola',\n", + " 'Tschernig, Thomas',\n", + " 'Volmer, Dietrich A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://dx.doi.org/10.1007/s13361-017-1886-6\"}'],\n", + " 'title': ['MALDI Mass Spectral Imaging of Bile Acids Observed as Deprotonated Molecules and Proton-Bound Dimers from Mouse Liver Sections']},\n", + " {'bibcode': '2023Optic..10.1605A',\n", + " 'author': ['Abraham, Tanishq Mathew',\n", + " 'Costa, Paloma Casteleiro',\n", + " 'Filan, Caroline',\n", + " 'Guang, Zhe',\n", + " 'Zhang, Zhaobin',\n", + " 'Neill, Stewart',\n", + " 'Olson, Jeffrey J.',\n", + " 'Levenson, Richard',\n", + " 'Robles, Francisco E.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"preprint\", \"url\": \"http://arxiv.org/abs/2306.00548\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1364%2FOPTICA.502859\"}'],\n", + " 'title': ['Label- and slide-free tissue histology using 3D epi-mode quantitative phase imaging and virtual hematoxylin and eosin staining']},\n", + " {'bibcode': '1985ER.....37..320C',\n", + " 'author': ['Csallany, A.', 'Manwaring, J.', 'Menken, B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2F0013-9351%2885%2990112-4\"}'],\n", + " 'title': ['Ozone-related fluorescent compounds in mouse liver and lung']},\n", + " {'bibcode': '2011PLoSO...627553Z',\n", + " 'author': ['Zhang, Fang',\n", + " 'Xu, Xiang',\n", + " 'Zhou, Ben',\n", + " 'He, Zhishui',\n", + " 'Zhai, Qiwei'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0027553\"}'],\n", + " 'title': ['Gene Expression Profile Change and Associated Physiological and Pathological Effects in Mouse Liver Induced by Fasting and Refeeding']},\n", + " {'bibcode': '2017AIPC.1890c0006L',\n", + " 'author': ['Liu, Lanlan',\n", + " 'Han, Jizhong',\n", + " 'Li, Haoran',\n", + " 'Liu, Mengmeng',\n", + " 'Zeng, Bin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F1.5005194\"}'],\n", + " 'title': ['The establishment of insulin resistance model in FL83B and L6 cell']},\n", + " {'bibcode': '2010PNAS..107.4890K',\n", + " 'author': ['Kang, Tae-Hong',\n", + " 'Lindsey-Boltz, Laura A.',\n", + " 'Reardon, Joyce T.',\n", + " 'Sancar, Aziz'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/107/11/4890\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0915085107\"}'],\n", + " 'title': ['Circadian control of XPA and excision repair of cisplatin-DNA damage by cryptochrome and HERC2 ubiquitin ligase']},\n", + " {'bibcode': '1997PNAS...94.1426K',\n", + " 'author': ['Koeberl, Dwight D.',\n", + " 'Alexander, Ian E.',\n", + " 'Halbert, Christine L.',\n", + " 'Russell, David W.',\n", + " 'Miller, A. Dusty'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/4/1426\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/4/1426\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/4/1426\"}'],\n", + " 'title': ['Persistent Expression of Human Clotting Factor IX from Mouse Liver after Intravenous Injection of Adeno-Associated Virus Vectors']},\n", + " {'bibcode': '1985ToxIH...1..311P',\n", + " 'author': ['Pereira, Michael A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F074823378500100421\"}'],\n", + " 'title': ['Mouse Liver Tumor Data: Assessment of Carcinogenic Activity']},\n", + " {'bibcode': '1978Sci...200.1391L',\n", + " 'author': ['Levy, Shlomo', 'Yagen, Boris', 'Mechoulam, Raphael'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.200.4348.1391\"}'],\n", + " 'title': ['Identification of a C-Glucuronide of Δ 6-Tetrahydrocannabinol as a Mouse Liver Conjugate in vivo']},\n", + " {'bibcode': '2016NatCo...712917M',\n", + " 'author': ['Martello, Rita',\n", + " 'Leutert, Mario',\n", + " 'Jungmichel, Stephanie',\n", + " 'Bilan, Vera',\n", + " 'Larsen, Sara C.',\n", + " 'Young, Clifford',\n", + " 'Hottiger, Michael O.',\n", + " 'Nielsen, Michael L.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms12917\"}'],\n", + " 'title': ['Proteome-wide identification of the endogenous ADP-ribosylome of mammalian cells and tissue']},\n", + " {'bibcode': '1978PNAS...75.1217H',\n", + " 'author': ['Hastie, Nicholas D.', 'Held, William A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/75/3/1217\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/75/3/1217\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/75/3/1217\"}'],\n", + " 'title': ['Analysis of mRNA Populations by cDNA\\\\cdot mRNA Hybrid-Mediated Inhibition of Cell-Free Protein Synthesis']},\n", + " {'bibcode': '1987PNAS...84.2668K',\n", + " 'author': ['Kuchino, Yoshiyuki',\n", + " 'Beier, Hildburg',\n", + " 'Akita, Noriko',\n", + " 'Nishimura, Susumu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/84/9/2668\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/84/9/2668\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/84/9/2668\"}'],\n", + " 'title': ['Natural UAG suppressor glutamine tRNA is elevated in mouse cells infected with Moloney murine leukemia virus.']},\n", + " {'bibcode': '2021NatCo..12.2621Z',\n", + " 'author': ['Zhou, Haibin',\n", + " 'Lu, Jianfeng',\n", + " 'Chinnaswamy, Krishnapriya',\n", + " 'Stuckey, Jeanne A.',\n", + " 'Liu, Liu',\n", + " 'McEachern, Donna',\n", + " 'Yang, Chao-Yie',\n", + " 'Bernard, Denzil',\n", + " 'Shen, Hong',\n", + " 'Rui, Liangyou',\n", + " 'Sun, Yi',\n", + " 'Wang, Shaomeng'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-22924-4\"}'],\n", + " 'title': ['Selective inhibition of cullin 3 neddylation through covalent targeting DCN1 protects mice from acetaminophen-induced liver toxicity']},\n", + " {'bibcode': '1958Natur.181..773A',\n", + " 'author': ['Adams, S. S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F181773b0\"}'],\n", + " 'title': ['A Possible Basis for the Anti-inflammatory Activity of Salicylates and other Non-Hormonal Anti-Rheumatic Drugs']},\n", + " {'bibcode': '1984PNAS...81.1327D',\n", + " 'author': ['Dahlin, David C.',\n", + " 'Miwa, Gerald T.',\n", + " 'Lu, Anthony Y. H.',\n", + " 'Nelson, Sidney D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/81/5/1327\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/81/5/1327\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/81/5/1327\"}'],\n", + " 'title': ['N-acetyl-p-benzoquinone imine: a cytochrome P-450-mediated oxidation product of acetaminophen.']},\n", + " {'bibcode': '2007PNAS..10412982R',\n", + " 'author': ['Rozema, David B.',\n", + " 'Lewis, David L.',\n", + " 'Wakefield, Darren H.',\n", + " 'Wong, So C.',\n", + " 'Klein, Jason J.',\n", + " 'Roesch, Paula L.',\n", + " 'Bertin, Stephanie L.',\n", + " 'Reppen, Tom W.',\n", + " 'Chu, Qili',\n", + " 'Blokhin, Andrei V.',\n", + " 'Hagstrom, James E.',\n", + " 'Wolff, Jon A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/32/12982\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0703778104\"}'],\n", + " 'title': ['Dynamic PolyConjugates for targeted in vivo delivery of siRNA to hepatocytes']},\n", + " {'bibcode': '2012PLoSO...739006W',\n", + " 'author': ['Wu, Kai Connie', 'Cui, Julia Yue', 'Klaassen, Curtis D.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0039006\"}'],\n", + " 'title': ['Effect of Graded Nrf2 Activation on Phase-I and -II Drug Metabolizing Enzymes and Transporters in Mouse Liver']},\n", + " {'bibcode': '1980Sci...209.1128N',\n", + " 'author': ['Newell, Nanette',\n", + " 'Richards, Julia E.',\n", + " 'Tucker, Philip W.',\n", + " 'Blattner, Frederick R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.6250219\"}'],\n", + " 'title': ['J Genes for Heavy Chain Immunoglobulins of Mouse']},\n", + " {'bibcode': '1968Natur.217..180C',\n", + " 'author': ['Coggle, J. E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F217180a0\"}'],\n", + " 'title': ['Effect of Cell Cycle on Recovery from Radiation Damage in the Mouse Liver']},\n", + " {'bibcode': '1978PNAS...75.3322H',\n", + " 'author': ['Henriksen, Ole', 'Robinson, Elizabeth A.', 'Appella, Ettore'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/75/7/3322\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/75/7/3322\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/75/7/3322\"}'],\n", + " 'title': ['Structural characterization of H-2 antigens purified from mouse liver.']},\n", + " {'bibcode': '1982NYASA.389..467T',\n", + " 'author': ['Tatsuta, Emiko',\n", + " 'Shirahama, Tsuranobu',\n", + " 'Sipe, Jean D.',\n", + " 'Skinner, Martha',\n", + " 'Cohen, Alan S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1111%2Fj.1749-6632.1982.tb22176.x\"}'],\n", + " 'title': ['Kinetics of Sap and Saa Production by Cultured Mouse Liver Cells']},\n", + " {'bibcode': '2021iSci...24j3233S',\n", + " 'author': ['Su, Qi',\n", + " 'Kim, Sun Y.',\n", + " 'Adewale, Funmi',\n", + " 'Zhou, Ye',\n", + " 'Aldler, Christina',\n", + " 'Ni, Min',\n", + " 'Wei, Yi',\n", + " 'Burczynski, Michael E.',\n", + " 'Atwal, Gurinder S.',\n", + " 'Sleeman, Mark W.',\n", + " 'Murphy, Andrew J.',\n", + " 'Xin, Yurong',\n", + " 'Cheng, Xiping'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.isci.2021.103233\"}'],\n", + " 'title': ['Single-cell RNA transcriptome landscape of hepatocytes and non-parenchymal cells in healthy and NAFLD mouse liver']},\n", + " {'bibcode': '2014PLoSO...998155F',\n", + " 'author': ['Farah, Benjamin L.',\n", + " 'Sinha, Rohit A.',\n", + " 'Wu, Yajun',\n", + " 'Singh, Brijesh K.',\n", + " 'Zhou, Jin',\n", + " 'Bay, Boon-Huat',\n", + " 'Yen, Paul M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0098155\"}'],\n", + " 'title': ['β-Adrenergic Agonist and Antagonist Regulation of Autophagy in HepG2 Cells, Primary Mouse Hepatocytes, and Mouse Liver']},\n", + " {'bibcode': '2008PNAS..105...94K',\n", + " 'author': ['Kadereit, Bert',\n", + " 'Kumar, Pradeep',\n", + " 'Wang, Wen-Jun',\n", + " 'Miranda, Diego',\n", + " 'Snapp, Erik L.',\n", + " 'Severina, Nadia',\n", + " 'Torregroza, Ingrid',\n", + " 'Evans, Todd',\n", + " 'Silver, David L.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/1/94\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/1/94.full.pdf\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0708579105\"}'],\n", + " 'title': ['Evolutionarily conserved gene family important for fat storage']},\n", + " {'bibcode': '2015APS..MARJ26001S',\n", + " 'author': ['Strano, Michael'],\n", + " 'title': ['Corona Phase Molecular Recognition (CoPhMoRe) to Enable New Nanosensor Interfaces']},\n", + " {'bibcode': '2014PLoSO...9j9479P',\n", + " 'author': ['Park, Hye Min',\n", + " 'Shon, Jong Cheol',\n", + " 'Lee, Mee Youn',\n", + " 'Liu, Kwang-Hyeon',\n", + " 'Kim, Jeong Kee',\n", + " 'Lee, Sang Jun',\n", + " 'Lee, Choong Hwan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0109479\"}'],\n", + " 'title': ['Mass Spectrometry-Based Metabolite Profiling in the Mouse Liver following Exposure to Ultraviolet B Radiation']},\n", + " {'bibcode': '2014GeneE..36...54S',\n", + " 'author': ['Sakurai, Mikiya',\n", + " 'Watanabe, Takashi',\n", + " 'Suzuki, Takayoshi',\n", + " 'Furihata, Chie'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3123%2Fjemsge.2014.005\"}'],\n", + " 'title': ['Time-course Comparison of Gene Expression Profiles Induced by the Genotoxic Hepatocarcinogen, Chrysene, in the Mouse Liver']},\n", + " {'bibcode': '2021NatSR..1121786K',\n", + " 'author': ['Kurosawa, Ryo',\n", + " 'Sugimoto, Ryota',\n", + " 'Imai, Hiroe',\n", + " 'Atsuji, Kohei',\n", + " 'Yamada, Koji',\n", + " 'Kawano, Yusuke',\n", + " 'Ohtsu, Iwao',\n", + " 'Suzuki, Kengo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-021-01129-1\"}'],\n", + " 'title': ['Impact of spaceflight and artificial gravity on sulfur metabolism in mouse liver: sulfur metabolomic and transcriptomic analysis']},\n", + " {'bibcode': '1976Natur.264..517A',\n", + " 'author': ['Altenburger, Werner', 'Hörz, Wolfram', 'Zachau, Hans G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F264517a0\"}'],\n", + " 'title': ['Nuclease cleavage of chromatin at 100-nucleotide pair intervals']},\n", + " {'bibcode': '2015PLoSO..1040619K',\n", + " 'author': ['Kim, Sun-Yee',\n", + " 'Sim, Choon Kiat',\n", + " 'Tang, Hui',\n", + " 'Han, Weiping',\n", + " 'Zhang, Kangling',\n", + " 'Xu, Feng'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0140619\"}'],\n", + " 'title': ['Acetylome Analysis Identifies SIRT1 Targets in mRNA-Processing and Chromatin-Remodeling in Mouse Liver']},\n", + " {'bibcode': '2009PLoSO...4.7212R',\n", + " 'author': ['Rodriguez, Alejandra',\n", + " 'Luukkaala, Tiina',\n", + " 'Fleming, Robert E.',\n", + " 'Britton, Robert S.',\n", + " 'Bacon, Bruce R.',\n", + " 'Parkkila, Seppo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0007212\"}'],\n", + " 'title': ['Global Transcriptional Response to Hfe Deficiency and Dietary Iron Overload in Mouse Liver and Duodenum']},\n", + " {'bibcode': '2013ToxIH..29..761T',\n", + " 'author': ['Tousson, Ehab',\n", + " 'Beltagy, Doha M.',\n", + " 'Gazia, Maha Abo',\n", + " 'Al-Behbehani, Bahija'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F0748233712442733\"}'],\n", + " 'title': ['Expressions of P53 and CD68 in mouse liver with Schistosoma mansoni infection and the protective role of silymarin']},\n", + " {'bibcode': '2018NatSR...8.9072T',\n", + " 'author': ['Tsurudome, Yuya',\n", + " 'Koyanagi, Satoru',\n", + " 'Kanemitsu, Takumi',\n", + " 'Katamune, Chiharu',\n", + " 'Oda, Masayuki',\n", + " 'Kanado, Yuki',\n", + " 'Kato, Mizuki',\n", + " 'Morita, Akari',\n", + " 'Tahara, Yu',\n", + " 'Matsunaga, Naoya',\n", + " 'Shibata, Shigenobu',\n", + " 'Ohdo, Shigehiro'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-27280-w\"}'],\n", + " 'title': ['Circadian clock component PERIOD2 regulates diurnal expression of Na+/H+ exchanger regulatory factor-1 and its scaffolding function']},\n", + " {'bibcode': '2013PNAS..110.6601R',\n", + " 'author': ['Rardin, Matthew J.',\n", + " 'Newman, John C.',\n", + " 'Held, Jason M.',\n", + " 'Cusack, Michael P.',\n", + " 'Sorensen, Dylan J.',\n", + " 'Li, Biao',\n", + " 'Schilling, Birgit',\n", + " 'Mooney, Sean D.',\n", + " 'Kahn, C. Ronald',\n", + " 'Verdin, Eric',\n", + " 'Gibson, Bradford W.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/110/16/6601\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1302961110\"}'],\n", + " 'title': ['Label-free quantitative proteomics of the lysine acetylome in mitochondria identifies substrates of SIRT3 in metabolic pathways']},\n", + " {'bibcode': '1969Sci...165..705B',\n", + " 'author': ['Bond, Howard E.',\n", + " 'Cooper, John A., II',\n", + " 'Courington, Doris P.',\n", + " 'Wood, Jeannie S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1727894?origin=ads\"}'],\n", + " 'title': ['Microsome-Associated DNA']},\n", + " {'bibcode': '2013MiMic..19.1290K',\n", + " 'author': ['Kempen, Paul J.',\n", + " 'Thakor, Avnesh S.',\n", + " 'Zavaleta, Cristina',\n", + " 'Gambhir, Sanjiv S.',\n", + " 'Sinclair, Robert'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1017%2FS143192761300192X\"}'],\n", + " 'title': ['A Scanning Transmission Electron Microscopy Approach to Analyzing Large Volumes of Tissue to Detect Nanoparticles']},\n", + " {'bibcode': '2010PNAS..107.4383S',\n", + " 'author': ['Donna, Sir',\n", + " 'Tian, Yongjun',\n", + " 'Chen, Wen-ling',\n", + " 'Ann, David K.',\n", + " 'Yen, Tien-Sze Benedict',\n", + " 'Ou, Jing-hsiung James'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0911373107\"}'],\n", + " 'title': ['The early autophagic pathway is activated by hepatitis B virus and required for viral DNA replication']},\n", + " {'bibcode': '1985PNAS...82.5246J',\n", + " 'author': ['Jue, T.',\n", + " 'Arias-Mendoza, F.',\n", + " 'Gonnella, N. C.',\n", + " 'Shulman, G. I.',\n", + " 'Shulman, R. G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/82/16/5246\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/82/16/5246\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/82/16/5246\"}'],\n", + " 'title': ['A 1H NMR Technique for Observing Metabolite Signals in the Spectrum of Perfused Liver']},\n", + " {'bibcode': '2017NatSR...737541G',\n", + " 'author': ['Gamal, Wesam',\n", + " 'Treskes, Philipp',\n", + " 'Samuel, Kay',\n", + " 'Sullivan, Gareth J.',\n", + " 'Siller, Richard',\n", + " 'Srsen, Vlastimil',\n", + " 'Morgan, Katie',\n", + " 'Bryans, Anna',\n", + " 'Kozlowska, Ada',\n", + " 'Koulovasilopoulos, Andreas',\n", + " 'Underwood, Ian',\n", + " 'Smith, Stewart',\n", + " 'Del-Pozo, Jorge',\n", + " 'Moss, Sharon',\n", + " 'Thompson, Alexandra Inés',\n", + " 'Henderson, Neil C.',\n", + " 'Hayes, Peter C.',\n", + " 'Plevris, John N.',\n", + " 'Bagnaninchi, Pierre-Olivier',\n", + " 'Nelson, Leonard J.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep37541\"}'],\n", + " 'title': ['Low-dose acetaminophen induces early disruption of cell-cell tight junctions in human hepatic cells and mouse liver']},\n", + " {'bibcode': '2015Chmsp.139..318Q',\n", + " 'author': ['Qin, Guohua', 'Wu, Meiqiong', 'Sang, Nan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.chemosphere.2015.06.052\"}'],\n", + " 'title': ['Sulfur dioxide and benzo(a)pyrene trigger apoptotic and anti-apoptotic signals at different post-exposure times in mouse liver']},\n", + " {'bibcode': '2017NatSR...716108G',\n", + " 'author': ['Gu, Xiaowen',\n", + " 'Huang, Danyi',\n", + " 'Ci, Lei',\n", + " 'Shi, Jiahao',\n", + " 'Zhang, Mengjie',\n", + " 'Yang, Hua',\n", + " 'Wang, Zhugang',\n", + " 'Sheng, Zhejin',\n", + " 'Sun, Ruilin',\n", + " 'Fei, Jian'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-15973-7\"}'],\n", + " 'title': ['Fate tracing of hepatocytes in mouse liver']},\n", + " {'bibcode': '1981PNAS...78...91H',\n", + " 'author': ['Hosey, M. Marlene', 'Marcus, Frank'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/78/1/91\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.78.1.91\"}'],\n", + " 'title': ['Fructose-bisphosphatase as a substrate of cyclic AMP-dependent protein kinase.']},\n", + " {'bibcode': '2013PLoSO...884383U',\n", + " 'author': ['Underkoffler, Lara A.',\n", + " 'Carr, Erikka',\n", + " 'Nelson, Anthony',\n", + " 'Ryan, Matthew J.',\n", + " 'Schultz, Reiner',\n", + " 'Loomes, Kathleen M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0084383\"}'],\n", + " 'title': ['Microarray Data Reveal Relationship between Jag1 and Ddr1 in Mouse Liver']},\n", + " {'bibcode': '2021NatSR..11.1733D',\n", + " 'author': ['Dong, Wenjing', 'Song, Erqun', 'Song, Yang'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-021-81383-5\"}'],\n", + " 'title': ['Co-administration of lipopolysaccharide and D-galactosamine induces genotoxicity in mouse liver']},\n", + " {'bibcode': '1966PNAS...56.1759C',\n", + " 'author': ['Commerford, S. L.', 'Delihas, N.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/56/6/1759\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/56/6/1759\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.56.6.1759\"}'],\n", + " 'title': ['Examination of The Nucleohistone from Mouse Liver and Intestine for RNA Covalently Linked to Histone']},\n", + " {'bibcode': '1990PNAS...87.5061C',\n", + " 'author': ['Chen, Wen Y.',\n", + " 'Wight, David C.',\n", + " 'Wagner, Thomas E.',\n", + " 'Kopchick, John J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/87/13/5061\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/87/13/5061\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/87/13/5061\"}'],\n", + " 'title': ['Expression of a mutated bovine growth hormone gene suppresses growth of transgenic mice.']},\n", + " {'bibcode': '1998EnvMM..32..269M',\n", + " 'author': ['Morita, Takeshi', 'Hayashi, Makoto'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2F%28SICI%291098-2280%281998%2932%3A3%3C269%3A%3AAID-EM10%3E3.0.CO%3B2-8\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2F%28SICI%291098-2280%281998%2932%3A3%3C269%3A%3AAID-EM10%3E3.0.CO2-8\"}'],\n", + " 'title': ['1,4-Dioxane is not mutagenic in five in vitro assays and mouse peripheral blood micronucleus assay, but is in mouse liver micronucleus assay']},\n", + " {'bibcode': '2009PNAS..10613765S',\n", + " 'author': ['Seo, Young-Kyo',\n", + " 'Chong, Hansook Kim',\n", + " 'Infante, Aniello M.',\n", + " 'Im, Seung-Soon',\n", + " 'Xie, Xiaohui',\n", + " 'Osborne, Timothy F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/106/33/13765\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0904246106\"}'],\n", + " 'title': ['Genome-wide analysis of SREBP-1 binding in mouse liver chromatin reveals a preference for promoter proximal binding to a new motif']},\n", + " {'bibcode': '1985Natur.316..552B',\n", + " 'author': ['Beutler, B.',\n", + " 'Greenwald, D.',\n", + " 'Hulmes, J. D.',\n", + " 'Chang, M.',\n", + " 'Pan, Y. -C. E.',\n", + " 'Mathison, J.',\n", + " 'Ulevitch, R.',\n", + " 'Cerami, A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F316552a0\"}'],\n", + " 'title': ['Identity of tumour necrosis factor and the macrophage-secreted factor cachectin']},\n", + " {'bibcode': '2002EnvMM..40..283L',\n", + " 'author': ['Louro, Henriqueta', 'Silva, Maria J.', 'Boavida, Maria G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.10118\"}'],\n", + " 'title': ['Mutagenic activity of cisplatin in the lacZ plasmid‑based transgenic mouse model']},\n", + " {'bibcode': '2020AcSpA.22817719C',\n", + " 'author': ['Cakmak-Arslan, Gulgun',\n", + " 'Haksoy, Humeyra',\n", + " 'Goc-Rasgele, Pinar',\n", + " 'Kekecoglu, Meral'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.saa.2019.117719\"}'],\n", + " 'title': ['Determination of the dose-dependent toxic effects of mad honey on mouse liver using ATR-FTIR spectroscopy']},\n", + " {'bibcode': '2013TxEC...95..495S',\n", + " 'author': ['Syama, S.',\n", + " 'Reshma, S. C.',\n", + " 'Sreekanth, P. J.',\n", + " 'Varma, H. K.',\n", + " 'Mohanan, P. V.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F02772248.2013.789606\"}'],\n", + " 'title': ['Effect of Zinc Oxide nanoparticles on cellular oxidative stress and antioxidant defense mechanisms in mouse liver']},\n", + " {'bibcode': '2019NatSR...9.6913S',\n", + " 'author': ['Sajic, Tatjana',\n", + " 'Ciuffa, Rodolfo',\n", + " 'Lemos, Vera',\n", + " 'Xu, Pan',\n", + " 'Leone, Valentina',\n", + " 'Li, Chen',\n", + " 'Williams, Evan G.',\n", + " 'Makris, Georgios',\n", + " 'Banaei-Esfahani, Amir',\n", + " 'Heikenwalder, Mathias',\n", + " 'Schoonjans, Kristina',\n", + " 'Aebersold, Ruedi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-019-43091-z\"}'],\n", + " 'title': ['A new class of protein biomarkers based on subcellular distribution: application to a mouse liver cancer model']},\n", + " {'bibcode': '2018NatSR...8.2735B',\n", + " 'author': ['Burke, Zoë D.',\n", + " 'Reed, Karen R.',\n", + " 'Yeh, Sheng-Wen',\n", + " 'Meniel, Valerie',\n", + " 'Sansom, Owen J.',\n", + " 'Clarke, Alan R.',\n", + " 'Tosh, David'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-20888-y\"}'],\n", + " 'title': ['Spatiotemporal regulation of liver development by the Wnt/β-catenin pathway']},\n", + " {'bibcode': '2021NatCo..12.5204K',\n", + " 'author': ['Kim, Kwang-eun',\n", + " 'Park, Isaac',\n", + " 'Kim, Jeesoo',\n", + " 'Kang, Myeong-Gyun',\n", + " 'Choi, Won Gun',\n", + " 'Shin, Hyemi',\n", + " 'Kim, Jong-Seo',\n", + " 'Rhee, Hyun-Woo',\n", + " 'Suh, Jae Myoung'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-25546-y\"}'],\n", + " 'title': ['Dynamic tracking and identification of tissue-specific secretory proteins in the circulation of live mice']},\n", + " {'bibcode': '2007PNAS..10420507B',\n", + " 'author': ['Bissig, Karl-Dimiter',\n", + " 'Le, Tam T.',\n", + " 'Woods, Niels-Bjarne',\n", + " 'Verma, Inder M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/51/20507\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0710528105\"}'],\n", + " 'title': ['Repopulation of adult and neonatal mice with human hepatocytes: A chimeric animal model']},\n", + " {'bibcode': '2012PLoSO...751656S',\n", + " 'author': ['Sekiguchi, Satoshi',\n", + " 'Kimura, Kiminori',\n", + " 'Chiyo, Tomoko',\n", + " 'Ohtsuki, Takahiro',\n", + " 'Tobita, Yoshimi',\n", + " 'Tokunaga, Yuko',\n", + " 'Yasui, Fumihiko',\n", + " 'Tsukiyama-Kohara, Kyoko',\n", + " 'Wakita, Takaji',\n", + " 'Tanaka, Toshiyuki',\n", + " 'Miyasaka, Masayuki',\n", + " 'Mizuno, Kyosuke',\n", + " 'Hayashi, Yukiko',\n", + " 'Hishima, Tsunekazu',\n", + " 'Matsushima, Kouji',\n", + " 'Kohara, Michinori'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0051656\"}'],\n", + " 'title': ['Immunization with a Recombinant Vaccinia Virus That Encodes Nonstructural Proteins of the Hepatitis C Virus Suppresses Viral Protein Levels in Mouse Liver']},\n", + " {'bibcode': '2014PLoSO...988584R',\n", + " 'author': ['Renaud, Helen J.',\n", + " 'Cui, Julia Y.',\n", + " 'Lu, Hong',\n", + " 'Klaassen, Curtis D.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0088584\"}'],\n", + " 'title': ['Effect of Diet on Expression of Genes Involved in Lipid Metabolism, Oxidative Stress, and Inflammation in Mouse Liver-Insights into Mechanisms of Hepatic Steatosis']},\n", + " {'bibcode': '2003PNAS..10011881W',\n", + " 'author': ['Wang, Xin',\n", + " 'Foster, Mark',\n", + " 'Al-Dhalimy, Muhsen',\n", + " 'Lagasse, Eric',\n", + " 'Finegold, Milton',\n", + " 'Grompe, Markus'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/100/suppl_1/11881\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1734199100\"}'],\n", + " 'title': ['The origin and liver repopulating capacity of murine oval cells']},\n", + " {'bibcode': '1989PNAS...86.6474B',\n", + " 'author': ['Bernards, Rene',\n", + " 'Schackleford, Gregory M.',\n", + " 'Gerber, Monica R.',\n", + " 'Horowitz, Jonathan M.',\n", + " 'Friend, Stephen H.',\n", + " 'Schartl, Manfred',\n", + " 'Bogenmann, Emil',\n", + " 'Rapaport, Joyce M.',\n", + " 'McGee, Terry',\n", + " 'Dryja, Thaddeus P.',\n", + " 'Weinberg, Robert A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/86/17/6474\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/86/17/6474\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/86/17/6474\"}'],\n", + " 'title': ['Structure and expression of the murine retinoblastoma gene and characterization of its encoded protein.']},\n", + " {'bibcode': '2022Chmsp.299m4431P',\n", + " 'author': ['Pham, Thanh Minh',\n", + " 'Duong, Van Dong',\n", + " 'Doan, Van-Dat',\n", + " 'Vo, Van Thanh',\n", + " 'Le, Van Thuan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.chemosphere.2022.134431\"}'],\n", + " 'title': ['Design synthesis of Y-90 glass microspheres and study of their therapeutic effects on mouse liver cancer cell line Hep3B']},\n", + " {'bibcode': '2018SciA....4.5508W',\n", + " 'author': ['Wang, Guangchuan',\n", + " 'Chow, Ryan D.',\n", + " 'Ye, Lupeng',\n", + " 'Guzman, Christopher D.',\n", + " 'Dai, Xiaoyun',\n", + " 'Dong, Matthew B.',\n", + " 'Zhang, Feng',\n", + " 'Sharp, Phillip A.',\n", + " 'Platt, Randall J.',\n", + " 'Chen, Sidi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fsciadv.aao5508\"}'],\n", + " 'title': ['Mapping a functional cancer genome atlas of tumor suppressors in mouse liver using AAV-CRISPR-mediated direct in vivo screening']},\n", + " {'bibcode': '1983Sci...219...63W',\n", + " 'author': ['Wing, Keith D.', 'Glickman, Andrew H.', 'Casida, John E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.6849116\"}'],\n", + " 'title': ['Oxidative Bioactivation of S-Alkyl Phosphorothiolate Pesticides: Stereospecificity of Profenofos Insecticide Activation']},\n", + " {'bibcode': '2021NatNa..16..466H',\n", + " 'author': ['Hu, Mengying',\n", + " 'Wang, Ying',\n", + " 'Liu, Zhengsheng',\n", + " 'Yu, Zhuo',\n", + " 'Guan, Kaiyun',\n", + " 'Liu, Mengrui',\n", + " 'Wang, Menglin',\n", + " 'Tan, Jun',\n", + " 'Huang, Leaf'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41565-020-00836-6\"}'],\n", + " 'title': ['Hepatic macrophages act as a central hub for relaxin-mediated alleviation of liver fibrosis']},\n", + " {'bibcode': '2014NatSR...4E5782K',\n", + " 'author': ['Korenčič, Anja',\n", + " 'Košir, Rok',\n", + " 'Bordyugov, Grigory',\n", + " 'Lehmann, Robert',\n", + " 'Rozman, Damjana',\n", + " 'Herzel, Hanspeter'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep05782\"}'],\n", + " 'title': ['Timing of circadian genes in mammalian tissues']},\n", + " {'bibcode': '2015JBO....20g6012K',\n", + " 'author': ['Kopriva, Ivica',\n", + " 'Hadžija, Marijana Popović',\n", + " 'Hadžija, Mirko',\n", + " 'Aralica, Gorana'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F1.JBO.20.7.076012\"}'],\n", + " 'title': ['Offset-sparsity decomposition for automated enhancement of color microscopic image of stained specimen in histopathology']},\n", + " {'bibcode': '1973BuECT..10..365P',\n", + " 'author': ['Payne, Nancy B.', 'Herzberg, Gene R.', 'Howland, John L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2FBF01721004\"}'],\n", + " 'title': ['Influence of some insecticides on the ATPase of mouse liver mitochondria']},\n", + " {'bibcode': '1974BuECT..11..169S',\n", + " 'author': ['Settlemire, C. T.',\n", + " 'Huston, Anne S.',\n", + " 'Jacobs, Linda S.',\n", + " 'Havey, Jane C.',\n", + " 'Howland, John L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2FBF01684599\"}'],\n", + " 'title': ['Action of some insecticides on membranes of mouse liver mitochondria']},\n", + " {'bibcode': '1953Natur.172..671N',\n", + " 'author': ['Nossal, G. J. V.', 'de Burgh, P. M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F172671a0\"}'],\n", + " 'title': ['Growth Cycle of Ectromelia Virus in Mouse Liver']},\n", + " {'bibcode': '1977JRadR..18..302S',\n", + " 'author': ['Saharan, B. R.', 'Singh, R. P.', 'Verma, A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1269%2Fjrr.18.302\"}'],\n", + " 'title': ['Toxicity of 2-Mercaptopropionylglycine (MPG) on Mouse Liver']},\n", + " {'bibcode': '2016BpJ...110..138A',\n", + " 'author': ['Amin, Anowarul', 'Weston, Mary', 'Mindell, Joseph A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.bpj.2015.11.789\"}'],\n", + " 'title': ['Role of Counterions in Acidification in Mouse Liver Lysosomes']},\n", + " {'bibcode': '1977JRadR..18..206S',\n", + " 'author': ['Saini, M. R.',\n", + " 'Saharan, B. R.',\n", + " 'Bhartiya, H. C.',\n", + " 'Devi, P. Uma'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1269%2Fjrr.18.206\"}'],\n", + " 'title': ['Radiation Protection of Mouse Liver by 2-Mercaptopropionylglycine']},\n", + " {'bibcode': '1968Natur.219..619H',\n", + " 'author': ['Hardeland, Rüdiger', 'Rensing, Ludger'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F219619a0\"}'],\n", + " 'title': ['Circadian Oscillation in Rat Liver Tryptophan Pyrrolase and its Analysis by Substrate and Hormone Induction']},\n", + " {'bibcode': '2016PLoSO..1165963C',\n", + " 'author': ['Cheng, Bingbing',\n", + " 'Bandi, Venugopal',\n", + " 'Wei, Ming-Yuan',\n", + " 'Pei, Yanbo',\n", + " \"D'Souza, Francis\",\n", + " 'Nguyen, Kytai T.',\n", + " 'Hong, Yi',\n", + " 'Yuan, Baohong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"preprint\", \"url\": \"http://arxiv.org/abs/1510.02112\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0165963\"}'],\n", + " 'title': ['High-Resolution Ultrasound-Switchable Fluorescence Imaging in Centimeter-Deep Tissue Phantoms with High Signal-To-Noise Ratio and High Sensitivity via Novel Contrast Agents']},\n", + " {'bibcode': '2017PNAS..114..292Y',\n", + " 'author': ['Ye, Jing',\n", + " 'Gu, Yu',\n", + " 'Zhang, Feng',\n", + " 'Zhao, Yuanlin',\n", + " 'Yuan, Yuan',\n", + " 'Hao, Zhenyue',\n", + " 'Sheng, Yi',\n", + " 'Li, Wanda Y.',\n", + " 'Wakeham, Andrew',\n", + " 'Cairns, Rob A.',\n", + " 'Mak, Tak W.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1618605114\"}'],\n", + " 'title': ['IDH1 deficiency attenuates gluconeogenesis in mouse liver by impairing amino acid utilization']},\n", + " {'bibcode': '1973Natur.245..146F',\n", + " 'author': ['Frayssinet, C.', 'Gresser, I.', 'Tovey, M.', 'Lindahl, P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F245146b0\"}'],\n", + " 'title': ['Inhibitory Effect of Potent Interferon Preparations on the Regeneration of Mouse Liver after Partial Hepatectomy']},\n", + " {'bibcode': '2021NatCo..12.4110Z',\n", + " 'author': ['Zhang, Chi',\n", + " 'Macchi, Filippo',\n", + " 'Magnani, Elena',\n", + " 'Sadler, Kirsten C.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-24466-1\"}'],\n", + " 'title': ['Chromatin states shaped by an epigenetic code confer regenerative potential to the mouse liver']},\n", + " {'bibcode': '1976BuECT..15..762P',\n", + " 'author': ['Pawar, Sitaram S.', 'Mungikar, Avinash M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2FBF01685630\"}'],\n", + " 'title': ['Dioxane-induced changes in mouse liver microsomal mixed function oxidase system']},\n", + " {'bibcode': '1980PNAS...77.6597D',\n", + " 'author': ['Dave, J. R.', 'Knazek, R. A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/77/11/6597\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/77/11/6597\"}'],\n", + " 'title': ['Prostaglandin I2 modifies Both Prolactin Binding Capacity and Fluidity of Mouse Liver Membranes']},\n", + " {'bibcode': '2015NatSR...517186F',\n", + " 'author': ['Fu, Yuhua',\n", + " 'Lv, Pin',\n", + " 'Yan, Guoquan',\n", + " 'Fan, Hui',\n", + " 'Cheng, Lu',\n", + " 'Zhang, Feng',\n", + " 'Dang, Yongjun',\n", + " 'Wu, Hao',\n", + " 'Wen, Bo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep17186\"}'],\n", + " 'title': ['MacroH2A1 associates with nuclear lamina and maintains chromatin architecture in mouse liver cells']},\n", + " {'bibcode': '2017PLoSO..1282671Y',\n", + " 'author': ['Yi, Lan',\n", + " 'Hu, Nan',\n", + " 'Yin, Jie',\n", + " 'Sun, Jing',\n", + " 'Mu, Hongxiang',\n", + " 'Dai, Keren',\n", + " 'Ding, Dexin'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0182671\"}'],\n", + " 'title': ['Up-regulation of calreticulin in mouse liver tissues after long-term irradiation with low-dose-rate gamma rays']},\n", + " {'bibcode': '2009PLoSO...4.6787Z',\n", + " 'author': ['Zeng, Jia', 'Parvanova, Iana Angelova', 'Howard, Jonathan C.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0006787\"}'],\n", + " 'title': ['A Dedicated Promoter Drives Constitutive Expression of the Cell-Autonomous Immune Resistance GTPase, Irga6 (IIGP1) in Mouse Liver']},\n", + " {'bibcode': '1997HETox..16....3G',\n", + " 'author': ['Green, Trevor'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F0960327197016001021\"}'],\n", + " 'title': ['Methylene chloride induced mouse liver and lung tumours: An overview of the role of mechanistic studies in human safety assessment']},\n", + " {'bibcode': '2011PLoSO...621229S',\n", + " 'author': ['Sueyoshi, Tatsuya',\n", + " 'Green, William D.',\n", + " 'Vinal, Kellie',\n", + " 'Woodrum, Tyler S.',\n", + " 'Moore, Rick',\n", + " 'Negishi, Masahiko'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0021229\"}'],\n", + " 'title': ['Garlic Extract Diallyl Sulfide (DAS) Activates Nuclear Receptor CAR to Induce the Sult1e1 Gene in Mouse Liver']},\n", + " {'bibcode': '2022NatCo..13.3279U',\n", + " 'author': ['Umeshappa, Channakeshava Sokke',\n", + " 'Solé, Patricia',\n", + " 'Yamanouchi, Jun',\n", + " 'Mohapatra, Saswat',\n", + " 'Surewaard, Bas G. J.',\n", + " 'Garnica, Josep',\n", + " 'Singha, Santiswarup',\n", + " 'Mondal, Debajyoti',\n", + " 'Cortés-Vicente, Elena',\n", + " \"D'Mello, Charlotte\",\n", + " 'Mason, Andrew',\n", + " 'Kubes, Paul',\n", + " 'Serra, Pau',\n", + " 'Yang, Yang',\n", + " 'Santamaria, Pere'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-022-30759-w\"}'],\n", + " 'title': ['Re-programming mouse liver-resident invariant natural killer T cells for suppressing hepatic and diabetogenic autoimmunity']},\n", + " {'bibcode': '1997PNAS...94.6831L',\n", + " 'author': ['Lavery, Daniel J.',\n", + " 'Lopez-Molina, Luis',\n", + " 'Fleury-Olela, Fabienne',\n", + " 'Schibler, Ueli'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/13/6831\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/13/6831\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/13/6831\"}'],\n", + " 'title': ['Selective Amplification via Biotin- and Restriction-Mediated Enrichment (SABRE), a Novel Selective Amplification Procedure for Detection of Differentially Expressed mRNAs']},\n", + " {'bibcode': '1962Natur.193...81B',\n", + " 'author': ['Berenbaum, M. C.', 'Kitch, Gillian M.', 'Cope, W. A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F193081a0\"}'],\n", + " 'title': [\"Spurious `Auto-Immune' Reactions in Gel-Diffusion Plates\"]},\n", + " {'bibcode': '2016NatCo...712696D',\n", + " 'author': ['Dang, Fabin',\n", + " 'Sun, Xiujie',\n", + " 'Ma, Xiang',\n", + " 'Wu, Rong',\n", + " 'Zhang, Deyi',\n", + " 'Chen, Yaqiong',\n", + " 'Xu, Qian',\n", + " 'Wu, Yuting',\n", + " 'Liu, Yi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms12696\"}'],\n", + " 'title': ['Insulin post-transcriptionally modulates Bmal1 protein to affect the hepatic circadian clock']},\n", + " {'bibcode': '2013PNAS..110.2324L',\n", + " 'author': ['Li, Yuchang', 'Wang, Jiaohong', 'Asahina, Kinji'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/110/6/2324\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1214136110\"}'],\n", + " 'title': ['Mesothelial cells give rise to hepatic stellate cells and myofibroblasts via mesothelial-mesenchymal transition in liver injury']},\n", + " {'bibcode': '2017NatCo...8..549A',\n", + " 'author': ['Armour, Sean M.',\n", + " 'Remsberg, Jarrett R.',\n", + " 'Damle, Manashree',\n", + " 'Sidoli, Simone',\n", + " 'Ho, Wesley Y.',\n", + " 'Li, Zhenghui',\n", + " 'Garcia, Benjamin A.',\n", + " 'Lazar, Mitchell A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-017-00772-5\"}'],\n", + " 'title': ['An HDAC3-PROX1 corepressor module acts on HNF4α to control hepatic triglycerides']},\n", + " {'bibcode': '1974Natur.249...32S',\n", + " 'author': ['Salomon, R.', 'Littauer, U. Z.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F249032a0\"}'],\n", + " 'title': ['Enzymatic acylation of histidine to mengovirus RNA']},\n", + " {'bibcode': '1996PNAS...93.9565N',\n", + " 'author': ['Nelles, Eric',\n", + " 'Butzler, Christoph',\n", + " 'Jung, Dirk',\n", + " 'Temme, Achim',\n", + " 'Gabriel, Heinz-Dieter',\n", + " 'Dahl, Ursula',\n", + " 'Traub, Otto',\n", + " 'Stumpel, Frank',\n", + " 'Jungermann, Kurt',\n", + " 'Zielasek, Jurgen',\n", + " 'Toyka, Klaus V.',\n", + " 'Dermietzel, Rolf',\n", + " 'Willecke, Klaus'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/93/18/9565\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/93/18/9565\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/93/18/9565\"}'],\n", + " 'title': ['Defective propagation of signals generated by sympathetic nerve stimulation in the liver of connexin32-deficient mice.']},\n", + " {'bibcode': '2012JBO....17l6012W',\n", + " 'author': ['Wu, Ping',\n", + " 'Liu, Kai',\n", + " 'Zhang, Qian',\n", + " 'Xue, Zhenwen',\n", + " 'Li, Yongbao',\n", + " 'Ning, Nannan',\n", + " 'Yang, Xin',\n", + " 'Li, Xingde',\n", + " 'Tian, Jie'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F1.JBO.17.12.126012\"}'],\n", + " 'title': ['Detection of mouse liver cancer via a parallel iterative shrinkage method in hybrid optical/microcomputed tomography imaging']},\n", + " {'bibcode': '1981RadEf..56..187W',\n", + " 'author': ['Wilson, D. J.', 'Bentley, K. W.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F00337578108229889\"}'],\n", + " 'title': ['The use of neutron-induced autoradiography to determine the range of fission fragments in tissue and the plutonium burden of mouse liver']},\n", + " {'bibcode': '2017NatSR...745049T',\n", + " 'author': ['Tatsukawa, Hideki',\n", + " 'Tani, Yuji',\n", + " 'Otsu, Risa',\n", + " 'Nakagawa, Haruka',\n", + " 'Hitomi, Kiyotaka'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep45049\"}'],\n", + " 'title': ['Global identification and analysis of isozyme-specific possible substrates crosslinked by transglutaminases using substrate peptides in mouse liver fibrosis']},\n", + " {'bibcode': '2004RCMS...18.2522O',\n", + " 'author': ['Ong, Eng Shi',\n", + " 'Len, Shea Mei',\n", + " 'Lee, Audrey Chee Huay',\n", + " 'Chui, Paul',\n", + " 'Chooi, Kum Fai'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Frcm.1654\"}'],\n", + " 'title': ['Proteomic analysis of mouse liver for the evaluation of effects ofScutellariae radix by liquid chromatography with tandem mass spectrometry']},\n", + " {'bibcode': '1983Natur.305..427L',\n", + " 'author': ['Lindner, J.', 'Rathjen, F. G.', 'Schachner, M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F305427a0\"}'],\n", + " 'title': ['L1 mono- and polyclonal antibodies modify cell migration in early postnatal mouse cerebellum']},\n", + " {'bibcode': '2013PNAS..110.3339M',\n", + " 'author': ['Masri, Selma',\n", + " 'Patel, Vishal R.',\n", + " 'Eckel-Mahan, Kristin L.',\n", + " 'Peleg, Shahaf',\n", + " 'Forne, Ignasi',\n", + " 'Ladurner, Andreas G.',\n", + " 'Baldi, Pierre',\n", + " 'Imhof, Axel',\n", + " 'Sassone-Corsi, Paolo'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/110/9/3339\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1217632110\"}'],\n", + " 'title': ['From the Cover: Circadian acetylome reveals regulation of mitochondrial metabolic pathways']},\n", + " {'bibcode': '2021NatCo..12.2121L',\n", + " 'author': ['Liu, Pengpeng',\n", + " 'Liang, Shun-Qing',\n", + " 'Zheng, Chunwei',\n", + " 'Mintzer, Esther',\n", + " 'Zhao, Yan G.',\n", + " 'Ponnienselvan, Karthikeyan',\n", + " 'Mir, Aamir',\n", + " 'Sontheimer, Erik J.',\n", + " 'Gao, Guangping',\n", + " 'Flotte, Terence R.',\n", + " 'Wolfe, Scot A.',\n", + " 'Xue, Wen'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-22295-w\"}'],\n", + " 'title': ['Improved prime editors enable pathogenic allele correction and cancer modelling in adult mice']},\n", + " {'bibcode': '2015NatCo...6.7048G',\n", + " 'author': ['Grøntved, Lars',\n", + " 'Waterfall, Joshua J.',\n", + " 'Kim, Dong Wook',\n", + " 'Baek, Songjoon',\n", + " 'Sung, Myong-Hee',\n", + " 'Zhao, Li',\n", + " 'Park, Jeong Won',\n", + " 'Nielsen, Ronni',\n", + " 'Walker, Robert L.',\n", + " 'Zhu, Yuelin J.',\n", + " 'Meltzer, Paul S.',\n", + " 'Hager, Gordon L.',\n", + " 'Cheng, Sheue-Yann'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms8048\"}'],\n", + " 'title': ['Transcriptional activation by the thyroid hormone receptor through ligand-dependent receptor recruitment and chromatin remodelling']},\n", + " {'bibcode': '2009JThBi.260..151S',\n", + " 'author': ['Scianna, Marco',\n", + " 'Merks, Roeland M. H.',\n", + " 'Preziosi, Luigi',\n", + " 'Medico, Enzo'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.jtbi.2009.05.017\"}'],\n", + " 'title': ['Individual cell-based models of cell scatter of ARO and MLP-29 cells in response to hepatocyte growth factor']},\n", + " {'bibcode': '1991PNAS...88.9543B',\n", + " 'author': ['Bjeldanes, Leonard F.',\n", + " 'Kim, Jin-Young',\n", + " 'Grose, Karl R.',\n", + " 'Bartholomew, James C.',\n", + " 'Bradfield, Christopher A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/21/9543\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/21/9543\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/21/9543\"}'],\n", + " 'title': ['Aromatic hydrocarbon responsiveness-receptor agonists generated from indole-3-carbinol in vitro and in vivo: comparisons with 2,3,7,8-tetrachlorodibenzo-p-dioxin.']},\n", + " {'bibcode': '2014NatCo...5.3862S',\n", + " 'author': ['Speicher, Tobias',\n", + " 'Siegenthaler, Beat',\n", + " 'Bogorad, Roman L.',\n", + " 'Ruppert, Raphael',\n", + " 'Petzold, Tobias',\n", + " 'Padrissa-Altes, Susagna',\n", + " 'Bachofner, Marc',\n", + " 'Anderson, Daniel G.',\n", + " 'Koteliansky, Victor',\n", + " 'Fässler, Reinhard',\n", + " 'Werner, Sabine'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms4862\"}'],\n", + " 'title': ['Knockdown and knockout of β1-integrin in hepatocytes impairs liver regeneration through inhibition of growth factor signalling']},\n", + " {'bibcode': '1999EnvMM..33..320B',\n", + " 'author': ['Buettner, Victoria L.',\n", + " 'Hill, Kathleen A.',\n", + " 'Halangoda, Asanga',\n", + " 'Sommer, Steve S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2F%28SICI%291098-2280%281999%2933%3A4%3C320%3A%3AAID-EM9%3E3.0.CO%3B2-S\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2F%28SICI%291098-2280%281999%2933%3A4%3C320%3A%3AAID-EM9%3E3.0.CO2-S\"}'],\n", + " 'title': ['Tandem-base mutations occur in mouse liver and adipose tissue preferentially as G:C to T:A transversions and accumulate with age']},\n", + " {'bibcode': '2014NYASA1315...37H',\n", + " 'author': ['Huster, Dominik'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1111%2Fnyas.12337\"}'],\n", + " 'title': [\"Structural and metabolic changes inAtp7b-/-mouse liver and potential for new interventions in Wilson's disease\"]},\n", + " {'bibcode': '1965PNAS...53..622W',\n", + " 'author': ['Williams, Curtis A.', 'Ganoza, Clélia M.', 'Lipmann, Fritz'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/53/3/622\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/53/3/622\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.53.3.622\"}'],\n", + " 'title': ['Effect of Bacterial Infection on the Synthesis of Serum Proteins by a Mouse Liver Cell-Free System']},\n", + " {'bibcode': '2015Ana...140.7868X',\n", + " 'author': ['Xu, Leilei',\n", + " 'Wang, Fang',\n", + " 'Xu, Ying',\n", + " 'Wang, Yi',\n", + " 'Zhang, Cuiping',\n", + " 'Qin, Xue',\n", + " 'Yu, Hongxiu',\n", + " 'Yang, Pengyuan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1039%2FC5AN01832C\"}'],\n", + " 'title': ['An MRM-based workflow for absolute quantitation of lysine-acetylated metabolic enzymes in mouse liver']},\n", + " {'bibcode': '1964Natur.201..393S',\n", + " 'author': ['Sie, Hsien-Gieh', 'Hablanian, Ann', 'Fishman, William H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F201393a0\"}'],\n", + " 'title': ['Solubilization of Mouse Liver Glycogen Synthetase and Phosphorylase during Starvation Glycogenolysis and its Reversal by Cortisol']},\n", + " {'bibcode': '2017NatSR...7.2343L',\n", + " 'author': ['Li, Lu',\n", + " 'Xie, Hongyan',\n", + " 'Wang, Mei',\n", + " 'Qu, Jiale',\n", + " 'Cha, Hefei',\n", + " 'Yang, Quan',\n", + " 'Feng, Yuanfa',\n", + " 'Qi, Yanwei',\n", + " 'Qiu, Huaina',\n", + " 'Dong, Nuo',\n", + " 'Huang, Jun'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-02422-8\"}'],\n", + " 'title': ['Characteristics of IL-9 induced by Schistosoma japonicum infection in C57BL/6 mouse liver']},\n", + " {'bibcode': '2008JRadR..49..445K',\n", + " 'author': ['Koike, Manabu',\n", + " 'Mashino, Minako',\n", + " 'Sugasawa, Jun',\n", + " 'Koike, Aki'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1269%2Fjrr.08010\"}'],\n", + " 'title': ['Histone H2AX Phosphorylation Independent of ATM after X-irradiation in Mouse Liver and Kidney in situ']},\n", + " {'bibcode': '1974Natur.249..269T',\n", + " 'author': ['Tamaoki, T.', 'Thomas, K.', 'Schindler, I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F249269b0\"}'],\n", + " 'title': ['Cell-free studies of developmental changes in synthesis of α-foetoprotein and albumin in the mouse liver']},\n", + " {'bibcode': '1960Natur.188.1116V',\n", + " 'author': ['van Senden, K. G.', 'de Jong, J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F1881116a0\"}'],\n", + " 'title': ['Catalase Activity of Mouse Liver and its Relation to the Condition of the Animal']},\n", + " {'bibcode': '1973JEZ...184..149K',\n", + " 'author': ['Kistler, Andreas', 'Weber, Rudolf'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fjez.1401840202\"}'],\n", + " 'title': ['Enzyme patterns in mitochondria of mouse liver and heart muscle']},\n", + " {'bibcode': '1953Natur.171..748L',\n", + " 'author': ['Leeper, Lemuell C.',\n", + " 'Friedberg, Felix',\n", + " 'Marshall, Lawrence M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F171748b0\"}'],\n", + " 'title': ['Short-Term Carbon Dioxide Fixation in Mouse Liver']},\n", + " {'bibcode': '1981Natur.291..167G',\n", + " 'author': ['Gill, Sarjeet S.', 'Hammock, Bruce D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F291167a0\"}'],\n", + " 'title': ['Epoxide hydrolase activity in the mitochondrial fraction of mouse liver']},\n", + " {'bibcode': '1982NYASA.386..417G',\n", + " 'author': ['Gee, Robert', 'Tolbert, N. E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1111%2Fj.1749-6632.1982.tb21439.x\"}'],\n", + " 'title': ['Glycerol Phosphate Dehydrogenase in Rat and Mouse Liver Peroxisomes']},\n", + " {'bibcode': '1974RSPSB.187..363G',\n", + " 'author': ['Graf, J.', 'Petersen, O. H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/76409?origin=ads\"}'],\n", + " 'title': ['Electrogenic Sodium Pump in Mouse Liver Parenchymal Cells']},\n", + " {'bibcode': '1986Natur.319..507R',\n", + " 'author': ['Rossant, J.', 'Vijh, K. M.', 'Grossi, C. E.', 'Cooper, M. D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F319507a0\"}'],\n", + " 'title': ['Clonal origin of haematopoietic colonies in the postnatal mouse liver']},\n", + " {'bibcode': '1971Sci...173..158H',\n", + " 'author': ['Hahn, William E.', 'Laird, Charles D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1732216?origin=ads\"}'],\n", + " 'title': ['Transcription of Nonrepeated DNA in Mouse Brain']},\n", + " {'bibcode': '2003MedPh..30.1241G',\n", + " 'author': ['Graf, Hansjörg',\n", + " 'Martirosian, Petros',\n", + " 'Schick, Fritz',\n", + " 'Grieser, Marco',\n", + " 'Bellemann, Matthias E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1118%2F1.1576227\"}'],\n", + " 'title': ['Inductively coupled rf coils for examinations of small animals and objects in standard whole‑body MR scanners']},\n", + " {'bibcode': '1990PNAS...87.5288T',\n", + " 'author': ['Turteltaub, K. W.',\n", + " 'Felton, J. S.',\n", + " 'Gledhill, B. L.',\n", + " 'Vogel, J. S.',\n", + " 'Southon, J. R.',\n", + " 'Caffee, M. W.',\n", + " 'Finkel, R. C.',\n", + " 'Nelson, D. E.',\n", + " 'Proctor, I. D.',\n", + " 'Davis, J. C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/87/14/5288\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/87/14/5288\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/87/14/5288\"}'],\n", + " 'title': ['Accelerator mass spectrometry in biomedical dosimetry: relationship between low-level exposure and covalent binding of heterocyclic amine carcinogens to DNA.']},\n", + " {'bibcode': '1970Natur.227..710L',\n", + " 'author': ['Lim, L.', 'Canellakis, E. S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F227710a0\"}'],\n", + " 'title': ['Adenine-rich Polymer associated with Rabbit Reticulocyte Messenger RNA']},\n", + " {'bibcode': '1977PNAS...74.3879J',\n", + " 'author': ['Johnson, G. R.', 'Metcalf, D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/74/9/3879\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/74/9/3879\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/74/9/3879\"}'],\n", + " 'title': ['Pure and mixed erythroid colony formation in vitro stimulated by spleen conditioned medium with no detectable erythropoietin.']},\n", + " {'bibcode': '2010PLoSO...515316B',\n", + " 'author': ['Bur, Isabelle M.',\n", + " 'Zouaoui, Sonia',\n", + " 'Fontanaud, Pierre',\n", + " 'Coutry, Nathalie',\n", + " 'Molino, François',\n", + " 'Martin, Agnès O.',\n", + " 'Mollard, Patrice',\n", + " 'Bonnefont, Xavier'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0015316\"}'],\n", + " 'title': ['The Comparison between Circadian Oscillators in Mouse Liver and Pituitary Gland Reveals Different Integration of Feeding and Light Schedules']},\n", + " {'bibcode': '1978RadR...76..180B',\n", + " 'author': ['Bhattacharyya, Maryka H.',\n", + " 'Peterson, David P.',\n", + " 'Lindenbaum, Arthur'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2307%2F3574937\"}'],\n", + " 'title': ['Action of DTPA on Hepatic Plutonium: II. DTPA-Induced Removal of Monomeric Plutonium from Mouse Liver Parenchymal Cells']},\n", + " {'bibcode': '2018Ana...143.2416M',\n", + " 'author': ['Mohammadi, Saeedeh', 'Parastar, Hadi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1039%2FC7AN02059G\"}'],\n", + " 'title': ['Quantitative analysis of multiple high-resolution mass spectrometry images using chemometric methods: quantitation of chlordecone in mouse liver']},\n", + " {'bibcode': '1972Natur.235..439G',\n", + " 'author': ['Gorman, Ronnie E.', 'Bitensky, Mark W.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F235439a0\"}'],\n", + " 'title': ['Selective Effects of Cholera Toxin on the Adrenaline Responsive Component of Hepatic Adenyl Cyclase']},\n", + " {'bibcode': '2018Natur.556..181Z',\n", + " 'author': ['Zaret, Kenneth S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fd41586-018-02684-w\"}'],\n", + " 'title': ['The telomerase enzyme and liver renewal']},\n", + " {'bibcode': '2016NatSR...631331K',\n", + " 'author': ['Ke, Zhang-Hong',\n", + " 'Pan, Jie-Xue',\n", + " 'Jin, Lu-Yang',\n", + " 'Xu, Hai-Yan',\n", + " 'Yu, Tian-Tian',\n", + " 'Ullah, Kamran',\n", + " 'Rahman, Tanzil Ur',\n", + " 'Ren, Jun',\n", + " 'Cheng, Yi',\n", + " 'Dong, Xin-Yan',\n", + " 'Sheng, Jian-Zhong',\n", + " 'Huang, He-Feng'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep31331\"}'],\n", + " 'title': ['Bisphenol A Exposure May Induce Hepatic Lipid Accumulation via Reprogramming the DNA Methylation Patterns of Genes Involved in Lipid Metabolism']},\n", + " {'bibcode': '2021NatNa..16..365F',\n", + " 'author': ['Fallowfield, Jonathan A.', 'Ramachandran, Prakash'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41565-020-00832-w\"}'],\n", + " 'title': ['A relaxin-based nanotherapy for liver fibrosis']},\n", + " {'bibcode': '2011JRadR..52..249V',\n", + " 'author': ['Vares, Guillaume',\n", + " 'Uehara, Yoshihiko',\n", + " 'Ono, Tetsuya',\n", + " 'Nakajima, Tetsuo',\n", + " 'Wang, Bing',\n", + " 'Taki, Keiko',\n", + " 'Matsumoto, Tsuneya',\n", + " 'Oghiso, Yoichi',\n", + " 'Tanaka, Kimio',\n", + " 'Ichinohe, Kazuaki',\n", + " 'Nakamura, Shingo',\n", + " 'Tanaka, Satoshi',\n", + " 'Nenoi, Mitsuru'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1269%2Fjrr.10110\"}'],\n", + " 'title': ['Transcription Factor-recognition Sequences Potentially Involved in Modulation of Gene Expression after Exposure to Low-dose-rate γ-rays in the Mouse Liver']},\n", + " {'bibcode': '2015Nanos...7.3100C',\n", + " 'author': ['Chen, Yajing',\n", + " 'Xiong, Zhichao',\n", + " 'Zhang, Lingyi',\n", + " 'Zhao, Jiaying',\n", + " 'Zhang, Quanqing',\n", + " 'Peng, Li',\n", + " 'Zhang, Weibing',\n", + " 'Ye, Mingliang',\n", + " 'Zou, Hanfa'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1039%2Fc4nr05955g\"}'],\n", + " 'title': ['Facile synthesis of zwitterionic polymer-coated core-shell magnetic nanoparticles for highly specific capture of N-linked glycopeptides']},\n", + " {'bibcode': '1974PNAS...71.4027T',\n", + " 'author': ['Tonegawa, S.', 'Steinberg, C.', 'Dube, S.', 'Bernardini, A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/71/10/4027\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/71/10/4027\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/71/10/4027\"}'],\n", + " 'title': ['Evidence for Somatic Generation of Antibody Diversity']},\n", + " {'bibcode': '1980PNAS...77.6511D',\n", + " 'author': ['Durnam, Diane M.',\n", + " 'Perrin, Fabienne',\n", + " 'Gannon, Frank',\n", + " 'Palmiter, Richard D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/77/11/6511\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/77/11/6511\"}'],\n", + " 'title': ['Isolation and characterization of the mouse metallothionein-I gene.']},\n", + " {'bibcode': '2023NatCo..14.6827C',\n", + " 'author': ['Cao, Yang',\n", + " 'Liu, Huachun',\n", + " 'Lu, Shannon S.',\n", + " 'Jones, Krysten A.',\n", + " 'Govind, Anitha P.',\n", + " 'Jeyifous, Okunola',\n", + " 'Simmons, Christine Q.',\n", + " 'Tabatabaei, Negar',\n", + " 'Green, William N.',\n", + " 'Holder, Jimmy. L.',\n", + " 'Tahmasebi, Soroush',\n", + " 'George, Alfred L.',\n", + " 'Dickinson, Bryan C.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-023-42252-z\"}'],\n", + " 'title': ['RNA-based translation activators for targeted gene upregulation']},\n", + " {'bibcode': '2015NatCo...6.8768B',\n", + " 'author': ['Bhate, Amruta',\n", + " 'Parker, Darren J.',\n", + " 'Bebee, Thomas W.',\n", + " 'Ahn, Jaegyoon',\n", + " 'Arif, Waqar',\n", + " 'Rashan, Edrees H.',\n", + " 'Chorghade, Sandip',\n", + " 'Chau, Anthony',\n", + " 'Lee, Jae-Hyung',\n", + " 'Anakk, Sayeepriyadarshini',\n", + " 'Carstens, Russ P.',\n", + " 'Xiao, Xinshu',\n", + " 'Kalsotra, Auinash'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms9768\"}'],\n", + " 'title': ['ESRP2 controls an adult splicing programme in hepatocytes to support postnatal liver maturation']},\n", + " {'bibcode': '1997PNAS...94.4686K',\n", + " 'author': ['Kay, Mark A.',\n", + " 'Meuse, Leonard',\n", + " 'Gown, Allen M.',\n", + " 'Linsley, Peter',\n", + " 'Hollenbaugh, Diane',\n", + " 'Aruffo, Alejandro',\n", + " 'Ochs, Hans D.',\n", + " 'Wilson, Christopher B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/9/4686\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/9/4686\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/9/4686\"}'],\n", + " 'title': ['Transient Immunomodulation with Anti-CD40 Ligand Antibody and CTLA4Ig Enhances Persistence and Secondary Adenovirus-Mediated Gene Transfer into Mouse Liver']},\n", + " {'bibcode': '2008Chmsp..74..155T',\n", + " 'author': ['Takeuchi, Shinji',\n", + " 'Iida, Mitsuru',\n", + " 'Yabushita, Hisatoshi',\n", + " 'Matsuda, Tadashi',\n", + " 'Kojima, Hiroyuki'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.chemosphere.2008.08.015\"}'],\n", + " 'title': ['In vitro screening for aryl hydrocarbon receptor agonistic activity in 200 pesticides using a highly sensitive reporter cell line, DR-EcoScreen cells, and in vivo mouse liver cytochrome P450-1A induction by propanil, diuron and linuron']},\n", + " {'bibcode': '1963Sci...142..392R',\n", + " 'author': ['Robinson, Stephen H.', 'Brecher, George'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1712263?origin=ads\"}'],\n", + " 'title': ['Delayed Incorporation of Tritiated Thymidine into DNA']},\n", + " {'bibcode': '1995PNAS...92.1302Y',\n", + " 'author': ['Yokomori, Norihiko', 'Moore, Rickie', 'Negishi, Masahiko'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/92/5/1302\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/92/5/1302\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/92/5/1302\"}'],\n", + " 'title': ['Sexually dimorphic DNA demethylation in the promoter of the Slp (sex-limited protein) gene in mouse liver.']},\n", + " {'bibcode': '2017NatSR...7.2965L',\n", + " 'author': ['Li, Qing',\n", + " 'Wang, Zheng',\n", + " 'Mo, Jiamei',\n", + " 'Zhang, Guoxia',\n", + " 'Chen, Yirui',\n", + " 'Huang, Chuchu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-03275-x\"}'],\n", + " 'title': ['Imaging gold nanoparticles in mouse liver by laser ablation inductively coupled plasma mass spectrometry']},\n", + " {'bibcode': '2021FrCh....9..669G',\n", + " 'author': ['Geib, Timon',\n", + " 'Moghaddam, Ghazaleh',\n", + " 'Supinski, Aimee',\n", + " 'Golizeh, Makan',\n", + " 'Sleno, Lekha'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3389%2Ffchem.2021.736788\"}'],\n", + " 'title': ['Protein Targets of Acetaminophen Covalent Binding in Rat and Mouse Liver Studied by LC-MS/MS']},\n", + " {'bibcode': '2009ChPhC..33..986Z',\n", + " 'author': ['Zhang, Xi',\n", + " 'Yuan, Qing-Xi',\n", + " 'Yang, Xin-Rong',\n", + " 'Li, Hai-Qing',\n", + " 'Chen, Yu',\n", + " 'Chen, Shao-Liang',\n", + " 'Zhu, Pei-Ping',\n", + " 'Huang, Wan-Xia'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F1674-1137%2F33%2F11%2F011\"}'],\n", + " 'title': ['PROCEEDINGS ON SYNCHROTRON RADIATION: Medical application of diffraction enhanced imaging in mouse liver blood vessels']},\n", + " {'bibcode': '2020Natur.583..265A',\n", + " 'author': ['Aitken, Sarah J.',\n", + " 'Anderson, Craig J.',\n", + " 'Connor, Frances',\n", + " 'Pich, Oriol',\n", + " 'Sundaram, Vasavi',\n", + " 'Feig, Christine',\n", + " 'Rayner, Tim F.',\n", + " 'Lukk, Margus',\n", + " 'Aitken, Stuart',\n", + " 'Luft, Juliet',\n", + " 'Kentepozidou, Elissavet',\n", + " 'Arnedo-Pac, Claudia',\n", + " 'Beentjes, Sjoerd V.',\n", + " 'Davies, Susan E.',\n", + " 'Drews, Ruben M.',\n", + " 'Ewing, Ailith',\n", + " 'Kaiser, Vera B.',\n", + " 'Khamseh, Ava',\n", + " 'López-Arribillaga, Erika',\n", + " 'Redmond, Aisling M.',\n", + " 'Santoyo-Lopez, Javier',\n", + " 'Sentís, Inés',\n", + " 'Talmane, Lana',\n", + " 'Yates, Andrew D.',\n", + " 'Liver Cancer Evolution Consortium',\n", + " 'Semple, Colin A.',\n", + " 'López-Bigas, Núria',\n", + " 'Flicek, Paul',\n", + " 'Odom, Duncan T.',\n", + " 'Taylor, Martin S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-020-2435-1\"}'],\n", + " 'title': ['Pervasive lesion segregation shapes cancer genome evolution']},\n", + " {'bibcode': '1976PNAS...73.1950K',\n", + " 'author': ['Kumar, P. M. Harish',\n", + " 'North, James A.',\n", + " 'Mangum, John H.',\n", + " 'Appaji Rao, N.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/73/6/1950\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/73/6/1950\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/73/6/1950\"}'],\n", + " 'title': ['Cooperative interactions of tetrahydrofolate with purified pig kidney serine transhydroxymethylase and loss of this cooperativity in L1210 tumors and in tissues of mice bearing these tumors.']},\n", + " {'bibcode': '2022ScTEn.812o1509S',\n", + " 'author': ['Sun, Sujie',\n", + " 'Wang, Jianshe',\n", + " 'Yao, Jingzhi',\n", + " 'Guo, Hua',\n", + " 'Dai, Jiayin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.scitotenv.2021.151509\"}'],\n", + " 'title': ['Transcriptome analysis of 3D primary mouse liver spheroids shows that long-term exposure to hexafluoropropylene oxide trimer acid disrupts hepatic bile acid metabolism']},\n", + " {'bibcode': '1998PNAS...95..310P',\n", + " 'author': ['Petersen, Joerg',\n", + " 'Dandri, Maura',\n", + " 'Gupta, Sanjeev',\n", + " 'Rogler, Charles E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/1/310\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/1/310\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/1/310\"}'],\n", + " 'title': ['Liver repopulation with xenogenic hepatocytes in B and T cell-<break/>deficient mice leads to chronic hepadnavirus infection and clonal growth of hepatocellular carcinoma']},\n", + " {'bibcode': '1974Natur.252..495K',\n", + " 'author': ['Koga, K.', \"O'Keefe, D. W.\", 'Iio, T.', 'Tamaoki, T.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F252495a0\"}'],\n", + " 'title': ['Transcriptional control of α-foetoprotein synthesis in developing mouse liver']},\n", + " {'bibcode': '1968Natur.220...76L',\n", + " 'author': ['Lesca, Pierre'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F220076a0\"}'],\n", + " 'title': ['Age Variations of Acid Deoxyribonuclease Activity in Mouse Liver Nuclei']},\n", + " {'bibcode': '1985JTEH...15..395C',\n", + " 'author': ['Charles, A. K.',\n", + " 'Rosenbaum, D. P.',\n", + " 'Ashok, L.',\n", + " 'Abraham, R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F15287398509530667\"}'],\n", + " 'title': ['Uptake and disposition of mirex in hepatocytes and subcellular fractions in CD1 mouse liver']},\n", + " {'bibcode': '1954Natur.174..841C',\n", + " 'author': ['Calcutt, G.', 'Payne, S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F174841a0\"}'],\n", + " 'title': ['Intracellular Sites of Metabolism of 3 : 4 Benzpyrene in Mouse Liver']},\n", + " {'bibcode': '1977JChPh..66.2235C',\n", + " 'author': ['Chen, F. C.', 'Chu, B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F1.434150\"}'],\n", + " 'title': ['Dynamics of mouse-liver DNA by single-clipped photon correlation']},\n", + " {'bibcode': '1998JTEHA..53...19C',\n", + " 'author': ['Carlson, Gary P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F009841098159448\"}'],\n", + " 'title': ['Metabolism of Styrene Oxide to Styrene Glycol by Mouse Liver and Lung']},\n", + " {'bibcode': '1983JESHB..18..393M',\n", + " 'author': ['Mostafa, M. H.',\n", + " 'El-Bassiouni, E. A.',\n", + " 'El-Sewedy, S. M.',\n", + " 'El-Zoghby, S. M.',\n", + " 'Ramadan, M.',\n", + " 'Abdel-Tawab, G. A.',\n", + " 'El-Sebae, A. H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F03601238309372377\"}'],\n", + " 'title': ['Effect of some xenobiotics on kynurenine hydrolase and kynurenine aminotransferase of mouse liver']},\n", + " {'bibcode': '1967Natur.215..756A',\n", + " 'author': ['Arasimowicz, C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F215756a0\"}'],\n", + " 'title': ['Repression of DNA Synthesis in Mouse Liver Cells after Unilateral Nephrectomy']},\n", + " {'bibcode': '1993AcCrA..49C.116Z',\n", + " 'author': ['Zhao, Q.', 'Hayes, J.', 'Wolf, R.', 'Driessen, H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1107%2FS010876737809666X\"}'],\n", + " 'title': ['Preliminary crystallographic studies of mouse liver glutathioneS-transferase Yb1']},\n", + " {'bibcode': '1967NYASA.145..533H',\n", + " 'author': ['Hampton, J. C.', 'Rosario, B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1111%2Fj.1749-6632.1967.tb50257.x\"}'],\n", + " 'title': ['The Distribution of Colloidal Thorium Dioxide in Mouse Liver after Intravenous Injection']},\n", + " {'bibcode': '1961Natur.190..550C',\n", + " 'author': ['Colter, J. S.', 'Ellem, K. A. O.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F190550b0\"}'],\n", + " 'title': ['Antigenicity of Deoxyribonucleic Acids from Mouse Liver and from the Ehrlich Ascites Tumour']},\n", + " {'bibcode': '2018NatSR...812142H',\n", + " 'author': ['Hamid, Zeeshan', 'Summa, Maria', 'Armirotti, Andrea'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-30553-z\"}'],\n", + " 'title': ['A Swath Label-Free Proteomics insight into the Faah-/- Mouse Liver']},\n", + " {'bibcode': '2008SPIE.6860E..1YL',\n", + " 'author': ['Li, Feng Chieh',\n", + " 'Liang, Huei, Jr.',\n", + " 'Yang, Shu-Mei',\n", + " 'Lee, Hsuan-Shu',\n", + " 'Dong, Chen-Yuan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.763367\"}'],\n", + " 'title': ['Investigating the effects of Panadol on mouse liver by in vivo multiphoton microscopy']},\n", + " {'bibcode': '2010ChJOL..28.1180C',\n", + " 'author': ['Chen, Jianzhong',\n", + " 'Liu, Zhili',\n", + " 'Zhou, Guoqing',\n", + " 'Han, Zhiping',\n", + " 'Zhang, Haiyang',\n", + " 'Zhang, Yixiang'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs00343-010-9911-7\"}'],\n", + " 'title': ['Effect of cyanobacteria extract on some associated enzymes in mouse liver in vivo']},\n", + " {'bibcode': '1961Natur.190..372L',\n", + " 'author': ['Lyon, Mary F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F190372a0\"}'],\n", + " 'title': ['Gene Action in the X-chromosome of the Mouse (Mus musculus L.)']},\n", + " {'bibcode': '1992PNAS...8911867L',\n", + " 'author': ['Li, Yue-Ming', 'Casida, John E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/89/24/11867\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/89/24/11867\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/89/24/11867\"}'],\n", + " 'title': ['Cantharidin-binding protein: identification as protein phosphatase 2A.']},\n", + " {'bibcode': '1972Sci...177..894M',\n", + " 'author': ['Meisler, Miriam', 'Paigen, Kenneth'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.177.4052.894\"}'],\n", + " 'title': ['Coordinated Development of β -Glucuronidase and β -Galactosidase in Mouse Organs']},\n", + " {'bibcode': '1964Natur.202.1009W',\n", + " 'author': ['Waravdekar, V. S.',\n", + " 'Anderson, H. J.',\n", + " 'Saslaw, L. D.',\n", + " 'Smetana, H. F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F2021009a0\"}'],\n", + " 'title': ['Hepatotropic Effect in Mice by an Aqueous Extract of Ultra-violet-irradiated Linolenic Acid']},\n", + " {'bibcode': '2007EnTox..22..630Y',\n", + " 'author': ['Yuan, Y.',\n", + " 'Wang, H. F.',\n", + " 'Sun, H. F.',\n", + " 'Du, H. F.',\n", + " 'Xu, L. H.',\n", + " 'Liu, Y. F.',\n", + " 'Ding, X. F.',\n", + " 'Fu, D. P.',\n", + " 'Liu, K. X.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.20295\"}'],\n", + " 'title': ['Adduction of DNA with MTBE and TBA in mice studied by accelerator mass spectrometry']},\n", + " {'bibcode': '2022NaRes..15.2558L',\n", + " 'author': ['Liu, Jiang',\n", + " 'Lu, Wei',\n", + " 'Lu, Xifeng',\n", + " 'Zhang, Lu',\n", + " 'Dong, Haifeng',\n", + " 'Li, Yingchun'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs12274-021-3751-y\"}'],\n", + " 'title': ['Versatile Ti3C2Tx MXene for free-radical scavenging']},\n", + " {'bibcode': '2014PLoSO...997568B',\n", + " 'author': ['Börsch-Haubold, Angelika G.',\n", + " 'Montero, Inka',\n", + " 'Konrad, Kathryn',\n", + " 'Haubold, Bernhard'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0097568\"}'],\n", + " 'title': ['Genome-Wide Quantitative Analysis of Histone H3 Lysine 4 Trimethylation in Wild House Mouse Liver: Environmental Change Causes Epigenetic Plasticity']},\n", + " {'bibcode': '2022SciA....8.6901H',\n", + " 'author': ['Han, Jeong Pil',\n", + " 'Kim, MinJeong',\n", + " 'Choi, Beom Seok',\n", + " 'Lee, Jeong Hyeon',\n", + " 'Lee, Geon Seong',\n", + " 'Jeong, Michaela',\n", + " 'Lee, Yeji',\n", + " 'Kim, Eun-Ah',\n", + " 'Oh, Hye-Kyung',\n", + " 'Go, Nanyeong',\n", + " 'Lee, Hyerim',\n", + " 'Lee, Kyu Jun',\n", + " 'Kim, Un Gi',\n", + " 'Lee, Jae Young',\n", + " 'Kim, Seokjoong',\n", + " 'Chang, Jun',\n", + " 'Lee, Hyukjin',\n", + " 'Song, Dong Woo',\n", + " 'Yeom, Su Cheong'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fsciadv.abj6901\"}'],\n", + " 'title': ['In vivo delivery of CRISPR-Cas9 using lipid nanoparticles enables antithrombin gene editing for sustainable hemophilia A and B therapy']},\n", + " {'bibcode': '2023Heliy...921011T',\n", + " 'author': ['Tang, Cong-min',\n", + " 'Zhang, Zhen',\n", + " 'Sun, Yan',\n", + " 'Ding, Wen-jing',\n", + " 'Yang, Xue-chun',\n", + " 'Song, Yi-ping',\n", + " 'Ling, Ming-ying',\n", + " 'Li, Xue-hui',\n", + " 'Yan, Rong',\n", + " 'Zheng, Yu-jing',\n", + " 'Yu, Na',\n", + " 'Zhang, Wen-hua',\n", + " 'Wang, Yong',\n", + " 'Wang, Shao-peng',\n", + " 'Gao, Hai-qing',\n", + " 'Zhao, Chuan-li',\n", + " 'Xing, Yan-qiu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.heliyon.2023.e21011\"}'],\n", + " 'title': ['Multi-omics reveals aging-related pathway in natural aging mouse liver']},\n", + " {'bibcode': '2021AngCh.133.4957M',\n", + " 'author': ['Ma, Cheng',\n", + " 'Wu, Shaojun',\n", + " 'Zhou, Yang',\n", + " 'Wei, Hui-Fang',\n", + " 'Zhang, Jianrong',\n", + " 'Chen, Zixuan',\n", + " 'Zhu, Jun-Jie',\n", + " 'Lin, Yuehe',\n", + " 'Zhu, Wenlei'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fange.202012171\"}'],\n", + " 'title': ['Bio‑Coreactant‑Enhanced Electrochemiluminescence Microscopy of Intracellular Structure and Transport']},\n", + " {'bibcode': '2017PNAS..114..722X',\n", + " 'author': ['Xu, Chunlong',\n", + " 'Qi, Xiaolan',\n", + " 'Du, Xuguang',\n", + " 'Zou, Huiying',\n", + " 'Gao, Fei',\n", + " 'Feng, Tao',\n", + " 'Lu, Hengxing',\n", + " 'Li, Shenglan',\n", + " 'An, Xiaomeng',\n", + " 'Zhang, Lijun',\n", + " 'Wu, Yuanyuan',\n", + " 'Liu, Ying',\n", + " 'Li, Ning',\n", + " 'Capecchi, Mario R.',\n", + " 'Wu, Sen'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1615735114\"}'],\n", + " 'title': ['piggyBac mediates efficient in vivo CRISPR library screening for tumorigenesis in mice']},\n", + " {'bibcode': '2014PNAS..111.6269K',\n", + " 'author': ['Koo, Mi Young',\n", + " 'Park, Jiyoung',\n", + " 'Lim, Jung Mi',\n", + " 'Joo, Sei Yoon',\n", + " 'Shin, Seung-Pil',\n", + " 'Shim, Hyun Bo',\n", + " 'Chung, Junho',\n", + " 'Kang, Dongmin',\n", + " 'Woo, Hyun Ae',\n", + " 'Rhee, Sue Goo'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/111/17/6269\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1316815111\"}'],\n", + " 'title': ['Selective inhibition of the function of tyrosine-phosphorylated STAT3 with a phosphorylation site-specific intrabody']},\n", + " {'bibcode': '2013PNAS..11017975H',\n", + " 'author': ['Hong, Eui-Ju',\n", + " 'Levasseur, Marie-Pier',\n", + " 'Dufour, Catherine R.',\n", + " 'Perry, Marie-Claude',\n", + " 'Giguère, Vincent'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/110/44/17975\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1315319110\"}'],\n", + " 'title': ['Loss of estrogen-related receptor α promotes hepatocarcinogenesis development via metabolic and inflammatory disturbances']},\n", + " {'bibcode': '2014Natur.516..108S',\n", + " 'author': ['Seok, Sunmi',\n", + " 'Fu, Ting',\n", + " 'Choi, Sung-E.',\n", + " 'Li, Yang',\n", + " 'Zhu, Rong',\n", + " 'Kumar, Subodh',\n", + " 'Sun, Xiaoxiao',\n", + " 'Yoon, Gyesoon',\n", + " 'Kang, Yup',\n", + " 'Zhong, Wenxuan',\n", + " 'Ma, Jian',\n", + " 'Kemper, Byron',\n", + " 'Kemper, Jongsook Kim'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature13949\"}'],\n", + " 'title': ['Transcriptional regulation of autophagy by an FXR-CREB axis']},\n", + " {'bibcode': '2005PNAS..102.6843L',\n", + " 'author': ['Liuzzi, Juan P.',\n", + " 'Lichten, Louis A.',\n", + " 'Rivera, Seth',\n", + " 'Blanchard, Raymond K.',\n", + " 'Aydemir, Tolunay Beker',\n", + " 'Knutson, Mitchell D.',\n", + " 'Ganz, Tomas',\n", + " 'Cousins, Robert J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/102/19/6843\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0502257102\"}'],\n", + " 'title': ['Interleukin-6 regulates the zinc transporter Zip14 in liver and contributes to the hypozincemia of the acute-phase response']},\n", + " {'bibcode': '2004PNAS..101.2458K',\n", + " 'author': ['Kojima, Hideto',\n", + " 'Fujimiya, Mineko',\n", + " 'Matsumura, Kazuhiro',\n", + " 'Nakahara, Tamio',\n", + " 'Hara, Manami',\n", + " 'Chan, Lawrence'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/101/8/2458\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0308690100\"}'],\n", + " 'title': ['Extrapancreatic insulin-producing cells in multiple organs in diabetes']},\n", + " {'bibcode': '2016NatSR...630986K',\n", + " 'author': ['Koukourakis, Michael I.',\n", + " 'Giatromanolaki, Alexandra',\n", + " 'Zois, Christos E.',\n", + " 'Kalamida, Dimitra',\n", + " 'Pouliliou, Stamatia',\n", + " 'Karagounis, Ilias V.',\n", + " 'Yeh, Tzu-Lan',\n", + " 'Abboud, Martine I.',\n", + " 'Claridge, Timothy D. W.',\n", + " 'Schofield, Christopher J.',\n", + " 'Sivridis, Efthimios',\n", + " 'Simopoulos, Costantinos',\n", + " 'Tokmakidis, Savvas P.',\n", + " 'Harris, Adrian L.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep30986\"}'],\n", + " 'title': ['Normal tissue radioprotection by amifostine via Warburg-type effects']},\n", + " {'bibcode': '2010ANSNN...1a5015T',\n", + " 'author': ['Thanh Tran, The', 'Phan, Van Chi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F2043-6254%2F1%2F1%2F015015\"}'],\n", + " 'title': ['Separation and identification of mouse liver membrane proteins using a gel-based approach in combination with 2DnanoLC-Q-TOF-MS/MS']},\n", + " {'bibcode': '2007GeneE..29..115W',\n", + " 'author': ['Watanabe, Takashi',\n", + " 'Tobe, Kaori',\n", + " 'Nakachi, Yutaka',\n", + " 'Kondoh, Yasumitsu',\n", + " 'Nakajima, Madoka',\n", + " 'Hamada, Shuichi',\n", + " 'Namiki, Chiaki',\n", + " 'Suzuki, Takayoshi',\n", + " 'Maeda, Satoru',\n", + " 'Tadakuma, Ayami',\n", + " 'Sakurai, Mikiya',\n", + " 'Arai, Yuko',\n", + " 'Hyogo, Atsushi',\n", + " 'Hoshino, Masako',\n", + " 'Tashiro, Tomoko',\n", + " 'Ito, Hisashi',\n", + " 'Inazumi, Hiroshige',\n", + " 'Sakaki, Yoshiyuki',\n", + " 'Tashiro, Hideo',\n", + " 'Furihata, Chie'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3123%2Fjemsge.29.115\"}'],\n", + " 'title': ['Differential Gene Expression Induced by Two Genotoxic N-nitroso Carcinogens, Phenobarbital and Ethanol in Mouse Liver Examined with Oligonucleotide Microarray and Quantitative Real-time PCR']},\n", + " {'bibcode': '2018PNAS..115E1916W',\n", + " 'author': ['Wang, Jingkui',\n", + " 'Symul, Laura',\n", + " 'Yeung, Jake',\n", + " 'Gobet, Cédric',\n", + " 'Sobel, Jonathan',\n", + " 'Lück, Sarah',\n", + " 'Westermark, Pâl O.',\n", + " 'Molina, Nacho',\n", + " 'Naef, Felix'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1715225115\"}'],\n", + " 'title': ['Circadian clock-dependent and -independent posttranscriptional regulation underlies temporal mRNA accumulation in mouse liver']},\n", + " {'bibcode': '2013PLoSO...858843Z',\n", + " 'author': ['Zhou, Xiaoshan',\n", + " 'Kannisto, Kristina',\n", + " 'Curbo, Sophie',\n", + " 'von Döbeln, Ulrika',\n", + " 'Hultenby, Kjell',\n", + " 'Isetun, Sindra',\n", + " 'Gåfvels, Mats',\n", + " 'Karlsson, Anna'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0058843\"}'],\n", + " 'title': ['Thymidine Kinase 2 Deficiency-Induced mtDNA Depletion in Mouse Liver Leads to Defect β-Oxidation']},\n", + " {'bibcode': '2000PNAS...9710144D',\n", + " 'author': ['Dumoutier, Laure',\n", + " 'Van Roost, Emiel',\n", + " 'Colau, Didier',\n", + " 'Renauld, Jean-Christophe'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/97/18/10144\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/97/18/10144\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/97/18/10144\"}'],\n", + " 'title': ['Human interleukin-10-related T cell-derived inducible factor: Molecular cloning and functional characterization as an hepatocyte-stimulating factor']},\n", + " {'bibcode': '2014PLoSO...9j8855W',\n", + " 'author': ['Wang, Chengfen',\n", + " 'Chen, Kan',\n", + " 'Xia, Yujing',\n", + " 'Dai, Weiqi',\n", + " 'Wang, Fan',\n", + " 'Shen, Miao',\n", + " 'Cheng, Ping',\n", + " 'Wang, Junshan',\n", + " 'Lu, Jie',\n", + " 'Zhang, Yan',\n", + " 'Yang, Jing',\n", + " 'Zhu, Rong',\n", + " 'Zhang, Huawei',\n", + " 'Li, Jingjing',\n", + " 'Zheng, Yuanyuan',\n", + " 'Zhou, Yingqun',\n", + " 'Guo, Chuanyong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0108855\"}'],\n", + " 'title': ['N-Acetylcysteine Attenuates Ischemia-Reperfusion-Induced Apoptosis and Autophagy in Mouse Liver via Regulation of the ROS/JNK/Bcl-2 Pathway']},\n", + " {'bibcode': '2020NatSR..1015473G',\n", + " 'author': ['Gerashchenko, Maxim V.',\n", + " 'Nesterchuk, Mikhail V.',\n", + " 'Smekalova, Elena M.',\n", + " 'Paulo, Joao A.',\n", + " 'Kowalski, Piotr S.',\n", + " 'Akulich, Kseniya A.',\n", + " 'Bogorad, Roman',\n", + " 'Dmitriev, Sergey E.',\n", + " 'Gygi, Steven',\n", + " 'Zatsepin, Timofei',\n", + " 'Anderson, Daniel G.',\n", + " 'Gladyshev, Vadim N.',\n", + " 'Koteliansky, Victor E.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-72399-4\"}'],\n", + " 'title': ['Translation elongation factor 2 depletion by siRNA in mouse liver leads to mTOR-independent translational upregulation of ribosomal protein genes']},\n", + " {'bibcode': '2000PNAS...9711198K',\n", + " 'author': ['Kim, Sunkyu', 'Li, Qing', 'Dang, Chi V.', 'Lee, Linda A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/97/21/11198\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/97/21/11198\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/97/21/11198\"}'],\n", + " 'title': ['Induction of ribosomal genes and hepatocyte hypertrophy by adenovirus-mediated expression of c-Myc in vivo']},\n", + " {'bibcode': '2008PNAS..10518919R',\n", + " 'author': ['Reed, Karen R.',\n", + " 'Athineos, Dimitris',\n", + " 'Meniel, Valerie S.',\n", + " 'Wilkins, Julie A.',\n", + " 'Ridgway, Rachel A.',\n", + " 'Burke, Zoé D.',\n", + " 'Muncan, Vanesa',\n", + " 'Clarke, Alan R.',\n", + " 'Sansom, Owen J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/48/18919\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/48/18919.full.pdf\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0805778105\"}'],\n", + " 'title': ['B-catenin deficiency, but not Myc deletion, suppresses the immediate phenotypes of APC loss in the liver']},\n", + " {'bibcode': '1974Natur.251..419C',\n", + " 'author': ['Chen, Harry W.', 'Kandutsch, Andrew A.', 'Waymouth, Charity'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F251419a0\"}'],\n", + " 'title': ['Inhibition of cell growth by oxygenated derivatives of cholesterol']},\n", + " {'bibcode': '2016PLoSO..1152022H',\n", + " 'author': ['He, Jun-Jun',\n", + " 'Ma, Jun',\n", + " 'Elsheikha, Hany M.',\n", + " 'Song, Hui-Qun',\n", + " 'Zhou, Dong-Hui',\n", + " 'Zhu, Xing-Quan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0152022\"}'],\n", + " 'title': ['Proteomic Profiling of Mouse Liver following Acute Toxoplasma gondii Infection']},\n", + " {'bibcode': '1966Sci...153..643V',\n", + " 'author': ['Varon, Myron L.', 'Cole, Leonard J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1719413?origin=ads\"}'],\n", + " 'title': ['Hemopoietic Colony-Forming Units in Regenerating Mouse Liver: Suppression by Anticoagulants']},\n", + " {'bibcode': '2019BpJ...116..228A',\n", + " 'author': ['Amin, Anowarul', 'Mindell, Joseph A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.bpj.2018.11.1257\"}'],\n", + " 'title': ['The Role of the Chloride Transporter CLC-7 in Acidification in Mouse Liver Lysosomes']},\n", + " {'bibcode': '1976JTEH....1..985F',\n", + " 'author': ['Farb, Roderick M.', 'Mego, John L.', 'Hayes, A. Wallace'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F15287397609529401\"}'],\n", + " 'title': ['Effect of mycotoxins on uptake and degradation of [125I]albumin in mouse liver and kidney lysosomes']},\n", + " {'bibcode': '1981RadR...88...79R',\n", + " 'author': ['Reddy, M. R.', 'Fuhr, J. E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2307%2F3575753\"}'],\n", + " 'title': ['The Effect of Ionizing Radiation In Vitro upon Fetal Mouse Liver Erythroid Cells']},\n", + " {'bibcode': '1991JTEH...34..367V',\n", + " 'author': ['Vorce, Roseann L.', 'Goodman, Jay I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F15287399109531574\"}'],\n", + " 'title': ['Hypomethylation ofrasoncogenes in chemically induced and spontaneous b6c3f1 mouse liver tumors']},\n", + " {'bibcode': '2001JTEHA..63..541C',\n", + " 'author': ['Carlson, Gary P.',\n", + " 'Rivera, Alex A. Perez',\n", + " 'Mantick, Nancy A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F15287390152410165\"}'],\n", + " 'title': ['Metabolism of the Styrene Metabolite 4-VINYLPHENOL by Rat and Mouse Liver and Lung']},\n", + " {'bibcode': '1982JESHB..17..571E',\n", + " 'author': ['El-Sewedy, S. M.',\n", + " 'Mostafa, M. H.',\n", + " 'El-Bassiouni, E. A.',\n", + " 'Abdel-Rafee, A.',\n", + " 'El-Sebae, A. H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F03601238209372342\"}'],\n", + " 'title': ['Effect of fenvalerate on kynurenine metabolizing enzymes and acid ribonuclease of mouse liver']},\n", + " {'bibcode': '2017HETox..36...33C',\n", + " 'author': ['Coelho, DR',\n", + " 'De-Oliveira, ACAX',\n", + " 'Parente, TEM',\n", + " 'Leal, BS',\n", + " 'das Chagas, LF',\n", + " 'Oliveira, TN',\n", + " \"Saint'Pierre, TD\",\n", + " 'Paumgartten, FJR'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F0960327116637110\"}'],\n", + " 'title': ['In vivo and in vitro effects of pentavalent antimony on mouse liver cytochrome P450s']},\n", + " {'bibcode': '2011PhDT.......242L',\n", + " 'author': ['Lyons, Lyndon L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://gateway.proquest.com/openurl?url_ver=Z39.88-2004&res_dat=xri:pqdiss&rft_val_fmt=info:ofi/fmt:kev:mtx:dissertation&rft_dat=xri:pqdiss:3569128\"}'],\n", + " 'title': ['Study of in vivo exposure of single-walled carbon nanotubes in mouse liver']},\n", + " {'bibcode': '1955Sci...121..143M',\n", + " 'author': ['Makino, Katashi', 'Arai, Kiyohisa'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1683079?origin=ads\"}'],\n", + " 'title': ['Conversion of 3-Hydroxykynurenine to 4,8-Dihydroxyquinoline by Mouse Liver Homogenate']},\n", + " {'bibcode': '1981PNAS...78.3697C',\n", + " 'author': ['Clissold, P. M.', 'Mason, P. J.', 'Bishop, J. O.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/78/6/3697\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/78/6/3697\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/78/6/3697\"}'],\n", + " 'title': ['Comparison of poly(A)-mRNA prepared from membranes and free polyribosomes of mouse liver.']},\n", + " {'bibcode': '1992PNAS...89.5645F',\n", + " 'author': ['Fu, Xinyu', 'Guadagni, Fiorella', 'Hoffman, Robert M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/89/12/5645\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/89/12/5645\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/89/12/5645\"}'],\n", + " 'title': ['A metastatic nude-mouse model of human pancreatic cancer constructed orthotopically with histologically intact patient specimens.']},\n", + " {'bibcode': '2016NatSR...627665X',\n", + " 'author': ['Xie, Jieshi',\n", + " 'Yang, Le',\n", + " 'Tian, Lei',\n", + " 'Li, Weiyang',\n", + " 'Yang, Lin',\n", + " 'Li, Liying'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep27665\"}'],\n", + " 'title': ['Macrophage Migration Inhibitor Factor Upregulates MCP-1 Expression in an Autocrine Manner in Hepatocytes during Acute Mouse Liver Injury']},\n", + " {'bibcode': '2017NatCo...816017M',\n", + " 'author': ['Miyamura, Norio',\n", + " 'Hata, Shoji',\n", + " 'Itoh, Tohru',\n", + " 'Tanaka, Minoru',\n", + " 'Nishio, Miki',\n", + " 'Itoh, Michiko',\n", + " 'Ogawa, Yoshihiro',\n", + " 'Terai, Shuji',\n", + " 'Sakaida, Isao',\n", + " 'Suzuki, Akira',\n", + " 'Miyajima, Atsushi',\n", + " 'Nishina, Hiroshi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms16017\"}'],\n", + " 'title': ['YAP determines the cell fate of injured mouse hepatocytes in vivo']},\n", + " {'bibcode': '2013IJMSp.354..281M',\n", + " 'author': ['M-M, Pornwilard',\n", + " 'Merle, Uta',\n", + " 'Weiskirchen, Ralf',\n", + " 'Becker, J. Sabine'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.ijms.2013.07.006\"}'],\n", + " 'title': [\"Bioimaging of copper deposition in Wilson's diseases mouse liver by laser ablation inductively coupled plasma mass spectrometry imaging (LA-ICP-MSI)\"]},\n", + " {'bibcode': '1962Natur.193..778E',\n", + " 'author': ['Eränkö, Olavi', 'Kokko, Aulikki', 'Söderholm, Ulla'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F193778a0\"}'],\n", + " 'title': ['Separation of Substrate-specific Brain Esterases by Starch-gel Electrophoresis']},\n", + " {'bibcode': '1993PNAS...90.2965P',\n", + " 'author': ['Prestera, Tory',\n", + " 'Holtzclaw, W. David',\n", + " 'Zhang, Yuesheng',\n", + " 'Talalay, Paul'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/90/7/2965\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/90/7/2965\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/90/7/2965\"}'],\n", + " 'title': ['Chemical and molecular regulation of enzymes that detoxify carcinogens.']},\n", + " {'bibcode': '2021SPIE11630E..1QM',\n", + " 'author': ['Mukherjee, P.',\n", + " 'Miyazawa, A.',\n", + " 'Shen, L. T. W.',\n", + " 'Fukuda, S.',\n", + " 'Yamashita, T.',\n", + " 'Oka, Y.',\n", + " 'Abd El-Sadek, I. G.',\n", + " 'Makita, S.',\n", + " 'Matsusaka, S.',\n", + " 'Oshika, T.',\n", + " 'Kano, H.',\n", + " 'Yasuno, Y.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"video\", \"url\": \"https://doi.org/10.1117/12.2577994\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2577994\"}'],\n", + " 'title': ['Volumetric multi-contrast dynamics imaging for ex vivo liver microvasculature activity visualization using Jones matrix optical coherence tomography']},\n", + " {'bibcode': '1977PNAS...74.3528L',\n", + " 'author': ['Legler, Mary K.', 'Cohen, Edward P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/74/8/3528\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/74/8/3528\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/74/8/3528\"}'],\n", + " 'title': ['Hybridization Properties of Immunoglobulin mRNA: Failure to Detect Covalently Associated IgG mRNA Transcripts of Reiterated and Unique Mouse DNA']},\n", + " {'bibcode': '2022SciA....8N5683T',\n", + " 'author': ['Tang, Mei',\n", + " 'Zhao, Yang',\n", + " 'Zhao, Jianhui',\n", + " 'Wei, Shumei',\n", + " 'Liu, Mingwei',\n", + " 'Zheng, Nairen',\n", + " 'Geng, Didi',\n", + " 'Han, Shixun',\n", + " 'Zhang, Yuchao',\n", + " 'Zhong, Guoxuan',\n", + " 'Li, Shuaifeng',\n", + " 'Zhang, Xiuming',\n", + " 'Wang, Chenliang',\n", + " 'Yan, Huan',\n", + " 'Cao, Xiaolei',\n", + " 'Li, Li',\n", + " 'Bai, Xueli',\n", + " 'Ji, Junfang',\n", + " 'Feng, Xin-Hua',\n", + " 'Qin, Jun',\n", + " 'Liang, Tingbo',\n", + " 'Zhao, Bin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fsciadv.abn5683\"}'],\n", + " 'title': ['Liver cancer heterogeneity modeled by in situ genome editing of hepatocytes']},\n", + " {'bibcode': '2018Natur.562..128L',\n", + " 'author': ['Lorenz, Linda',\n", + " 'Axnick, Jennifer',\n", + " 'Buschmann, Tobias',\n", + " 'Henning, Carina',\n", + " 'Urner, Sofia',\n", + " 'Fang, Shentong',\n", + " 'Nurmi, Harri',\n", + " 'Eichhorst, Nicole',\n", + " 'Holtmeier, Richard',\n", + " 'Bódis, Kálmán',\n", + " 'Hwang, Jong-Hee',\n", + " 'Müssig, Karsten',\n", + " 'Eberhard, Daniel',\n", + " 'Stypmann, Jörg',\n", + " 'Kuss, Oliver',\n", + " 'Roden, Michael',\n", + " 'Alitalo, Kari',\n", + " 'Häussinger, Dieter',\n", + " 'Lammert, Eckhard'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-018-0522-3\"}'],\n", + " 'title': ['Mechanosensing by β1 integrin induces angiocrine signals for liver growth and survival']},\n", + " {'bibcode': '2007PNAS..104.1661M',\n", + " 'author': ['Moriishi, Kohji',\n", + " 'Mochizuki, Rika',\n", + " 'Moriya, Kyoji',\n", + " 'Miyamoto, Hironobu',\n", + " 'Mori, Yoshio',\n", + " 'Abe, Takayuki',\n", + " 'Murata, Shigeo',\n", + " 'Tanaka, Keiji',\n", + " 'Miyamura, Tatsuo',\n", + " 'Suzuki, Tetsuro',\n", + " 'Koike, Kazuhiko',\n", + " 'Matsuura, Yoshiharu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/5/1661\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0607312104\"}'],\n", + " 'title': ['Critical role of PA28γ in hepatitis C virus-associated steatogenesis and hepatocarcinogenesis']},\n", + " {'bibcode': '1977PNAS...74.1558P',\n", + " 'author': ['Pohl, Herbert A.',\n", + " 'Gascoyne, Peter R. C.',\n", + " 'Szent-Gyorgyi, Albert'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/74/4/1558\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/74/4/1558\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/74/4/1558\"}'],\n", + " 'title': ['Electron spin resonance absorption of tissue constituents.']},\n", + " {'bibcode': '2010PLoSO...510585W',\n", + " 'author': ['Washburn, Michael L.',\n", + " 'Kovalev, Grigoriy I.',\n", + " 'Koroleva, Ekaterina',\n", + " 'Fu, Yang-Xin',\n", + " 'Su, Lishan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0010585\"}'],\n", + " 'title': ['LIGHT Induces Distinct Signals to Clear an AAV-Expressed Persistent Antigen in the Mouse Liver and to Induce Liver Inflammation']},\n", + " {'bibcode': '2015PLoSO..1022060C',\n", + " 'author': ['Chou, Chia-Hung',\n", + " 'Lai, Shou-Lun',\n", + " 'Ho, Cheng-Maw',\n", + " 'Lin, Wen-Hsi',\n", + " 'Chen, Chiung-Nien',\n", + " 'Lee, Po-Huang',\n", + " 'Peng, Fu-Chuo',\n", + " 'Kuo, Sung-Hsin',\n", + " 'Wu, Szu-Yuan',\n", + " 'Lai, Hong-Shiee'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0122060\"}'],\n", + " 'title': ['Lysophosphatidic Acid Alters the Expression Profiles of Angiogenic Factors, Cytokines, and Chemokines in Mouse Liver Sinusoidal Endothelial Cells']},\n", + " {'bibcode': '1975PNAS...72.2644M',\n", + " 'author': ['Meruelo, Daniel', 'Edidin, Michael'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/72/7/2644\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/72/7/2644\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/72/7/2644\"}'],\n", + " 'title': [\"Association of mouse liver adenosine 3':5'-cyclic monophosphate (cyclic AMP) levels with histocompatibility-2 genotype.\"]},\n", + " {'bibcode': '1993Natur.364..806O',\n", + " 'author': ['Ogasawara, Jun',\n", + " 'Watanabe-Fukunaga, Rie',\n", + " 'Adachi, Masashi',\n", + " 'Matsuzawa, Akio',\n", + " 'Kasugai, Tsutomu',\n", + " 'Kitamura, Yukihiko',\n", + " 'Itoh, Naoto',\n", + " 'Suda, Takashi',\n", + " 'Nagata, Shigekazu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F364806a0\"}'],\n", + " 'title': ['Lethal effect of the anti-Fas antibody in mice']},\n", + " {'bibcode': '2016NatSR...621783Z',\n", + " 'author': ['Zhang, Hongyu',\n", + " 'Siegel, Christopher T.',\n", + " 'Shuai, Ling',\n", + " 'Lai, Jiejuan',\n", + " 'Zeng, Linli',\n", + " 'Zhang, Yujun',\n", + " 'Lai, Xiangdong',\n", + " 'Bie, Ping',\n", + " 'Bai, Lianhua'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep21783\"}'],\n", + " 'title': ['Repair of liver mediated by adult mouse liver neuro-glia antigen 2-positive progenitor cell transplantation in a mouse model of cirrhosis']},\n", + " {'bibcode': '2016NatSR...629423K',\n", + " 'author': ['Kim, Sung-Mi',\n", + " 'Grenert, James P.',\n", + " 'Patterson, Cam',\n", + " 'Correia, Maria Almira'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep29423\"}'],\n", + " 'title': ['CHIP−/−-Mouse Liver: Adiponectin-AMPK-FOXO-Activation Overrides CYP2E1-Elicited JNK1-Activation, Delaying Onset of NASH: Therapeutic Implications']},\n", + " {'bibcode': '1964Natur.201..709T',\n", + " 'author': ['Towne, Jack C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F201709b0\"}'],\n", + " 'title': ['Effect of Ethanol and Acetaldehyde on Liver and Brain Monoamine Oxidase']},\n", + " {'bibcode': '2010PNAS..10716958D',\n", + " 'author': ['Doulias, Paschalis-Thomas',\n", + " 'Greene, Jennifer L.',\n", + " 'Greco, Todd M.',\n", + " 'Tenopoulou, Margarita',\n", + " 'Seeholzer, Steve H.',\n", + " 'Dunbrack, Roland L.',\n", + " 'Ischiropoulos, Harry'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/107/39/16958\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1008036107\"}'],\n", + " 'title': ['Structural profiling of endogenous S-nitrosocysteine residues reveals unique features that accommodate diverse mechanisms for protein S-nitrosylation']},\n", + " {'bibcode': '1979JRadR..20..329G',\n", + " 'author': ['Gupta, M. L.', 'Singh, R. P.', 'Devi, P. Uma'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1269%2Fjrr.20.329\"}'],\n", + " 'title': ['Protection of mouse liver by 2-mercaptopropionylglycine against beta radiations from injected tritiated water.']},\n", + " {'bibcode': '2019PLoSO..1427102C',\n", + " 'author': ['Chen, Liming',\n", + " 'Wang, Pei',\n", + " 'Bahal, Raman',\n", + " 'Manautou, José E.',\n", + " 'Zhong, Xiao-bo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0227102\"}'],\n", + " 'title': ['Ontogenic mRNA expression of RNA modification writers, erasers, and readers in mouse liver']},\n", + " {'bibcode': '1977JTEH....2..639W',\n", + " 'author': ['Watson, Sharon A.', 'Hayes, A. Wallace'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F15287397709529465\"}'],\n", + " 'title': ['Evaluation of possible sites of action of rubratoxin B‑induced polyribosomal disaggregation in mouse liver']},\n", + " {'bibcode': '2023NatSR..13.4632P',\n", + " 'author': ['Porukala, Manisri', 'Vinod, P. K.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-31315-2\"}'],\n", + " 'title': ['Network-level analysis of ageing and its relationship with diseases and tissue regeneration in the mouse liver']},\n", + " {'bibcode': '2017PLoSO..1287557P',\n", + " 'author': ['Pope, Chad',\n", + " 'Piekos, Stephanie C.',\n", + " 'Chen, Liming',\n", + " 'Mishra, Shashank',\n", + " 'Zhong, Xiao-bo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0187557\"}'],\n", + " 'title': ['The role of H19, a long non-coding RNA, in mouse liver postnatal maturation']},\n", + " {'bibcode': '2012TRACE..24..183T',\n", + " 'author': ['Takahashi, Daishi', 'Sone, Kazuya', 'Fukumoto, Ichiro'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://joi.jlc.jst.go.jp/JST.JSTAGE/tjsrae/24.183?from=ADS\"}'],\n", + " 'title': ['Evaluation of Cryosurgery-Hyperthermia Treatment Utilizing Peltier Thermoelectric Effect for Living Tissue']},\n", + " {'bibcode': '2012NaPho...6..845O',\n", + " 'author': ['Ozeki, Yasuyuki',\n", + " 'Umemura, Wataru',\n", + " 'Otsuka, Yoichi',\n", + " 'Satoh, Shuya',\n", + " 'Hashimoto, Hiroyuki',\n", + " 'Sumimura, Kazuhiko',\n", + " 'Nishizawa, Norihiko',\n", + " 'Fukui, Kiichi',\n", + " 'Itoh, Kazuyoshi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnphoton.2012.263\"}'],\n", + " 'title': ['High-speed molecular spectral imaging of tissue with stimulated Raman scattering']},\n", + " {'bibcode': '1981PNAS...78.2038H',\n", + " 'author': ['Hynes, Nancy E.',\n", + " 'Kennedy, Nicholas',\n", + " 'Rahmsdorf, Ursula',\n", + " 'Groner, Bernd'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/78/4/2038\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/78/4/2038\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/78/4/2038\"}'],\n", + " 'title': ['Hormone-responsive expression of an endogenous proviral gene of mouse mammary tumor virus after molecular cloning and gene transfer into cultured cells.']},\n", + " {'bibcode': '2011PNAS..108.3906D',\n", + " 'author': [\"D'Alessio, Joseph A.\",\n", + " 'Ng, Raymond',\n", + " 'Willenbring, Holger',\n", + " 'Tjian, Robert'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/10/3906\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1100640108\"}'],\n", + " 'title': ['Core promoter recognition complex changes accompany liver development']},\n", + " {'bibcode': '1968Sci...159..886R',\n", + " 'author': ['Roberts, Eugene',\n", + " 'Simonsen, Daisy G.',\n", + " 'Horiguchi, Masaaki',\n", + " 'Kittredge, James S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1724286?origin=ads\"}'],\n", + " 'title': ['Transamination of Aminoalkylphosphonic Acids with Alpha Ketoglutarate']},\n", + " {'bibcode': '1981PNAS...78.3659F',\n", + " 'author': ['Freeman, Aaron E.',\n", + " 'Engvall, Eva',\n", + " 'Hirata, Koichi',\n", + " 'Yoshida, Yutaka',\n", + " 'Kottel, Randall H.',\n", + " 'Hilborn, Virginia',\n", + " 'Ruoslahti, Erkki'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/78/6/3659\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/78/6/3659\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/78/6/3659\"}'],\n", + " 'title': ['Differentiation of fetal liver cells in vitro.']},\n", + " {'bibcode': '2019PNAS..11611408M',\n", + " 'author': ['McLoughlin, Michael R.',\n", + " 'Orlicky, David J.',\n", + " 'Prigge, Justin R.',\n", + " 'Krishna, Pushya',\n", + " 'Talago, Emily A.',\n", + " 'Cavigli, Ian R.',\n", + " 'Eriksson, Sofi',\n", + " 'Miller, Colin G.',\n", + " 'Kundert, Jean A.',\n", + " 'Sayin, Volkan I.',\n", + " 'Sabol, Rachel A.',\n", + " 'Heinemann, Joshua',\n", + " 'Brandenberger, Luke O.',\n", + " 'Iverson, Sonya V.',\n", + " 'Bothner, Brian',\n", + " 'Papagiannakopoulos, Thales',\n", + " 'Shearn, Colin T.',\n", + " 'Arnér, Elias S. J.',\n", + " 'Schmidt, Edward E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1903244116\"}'],\n", + " 'title': ['TrxR1, Gsr, and oxidative stress determine hepatocellular carcinoma malignancy']},\n", + " {'bibcode': '1982NIMPR.197..185L',\n", + " 'author': ['Lindh, Ulf'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2F0167-5087%2882%2990135-1\"}'],\n", + " 'title': ['Elemental mapping of tissue sections at cellular resolution: A nuclear microprobe investigation']},\n", + " {'bibcode': '2020PLSCB..16E8412S',\n", + " 'author': ['Scholich, André',\n", + " 'Syga, Simon',\n", + " 'Morales-Navarrete, Hernán',\n", + " 'Segovia-Miranda, Fabián',\n", + " 'Nonaka, Hidenori',\n", + " 'Meyer, Kirstin',\n", + " 'de Back, Walter',\n", + " 'Brusch, Lutz',\n", + " 'Kalaidzidis, Yannis',\n", + " 'Zerial, Marino',\n", + " 'Jülicher, Frank',\n", + " 'Friedrich, Benjamin M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"preprint\", \"url\": \"http://arxiv.org/abs/1904.08886\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pcbi.1008412\"}'],\n", + " 'title': ['Quantification of nematic cell polarity in three-dimensional tissues']},\n", + " {'bibcode': '1992EnvMM..20...39L',\n", + " 'author': ['Lefevre, P.', 'Ashby, J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.2850200107\"}'],\n", + " 'title': ['Mitogenic activity of quinoline to the rat, mouse, and guinea pig liver: Empirical correlations with hepatic carcinogenicity']},\n", + " {'bibcode': '2016NatSR...627351S',\n", + " 'author': ['Sala-Vila, Aleix',\n", + " 'Navarro-Lérida, Inmaculada',\n", + " 'Sánchez-Alvarez, Miguel',\n", + " 'Bosch, Marta',\n", + " 'Calvo, Carlos',\n", + " 'López, Juan Antonio',\n", + " 'Calvo, Enrique',\n", + " 'Ferguson, Charles',\n", + " 'Giacomello, Marta',\n", + " 'Serafini, Annalisa',\n", + " 'Scorrano, Luca',\n", + " 'Enriquez, José Antonio',\n", + " 'Balsinde, Jesús',\n", + " 'Parton, Robert G.',\n", + " 'Vázquez, Jesús',\n", + " 'Pol, Albert',\n", + " 'Del Pozo, Miguel A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep27351\"}'],\n", + " 'title': ['Interplay between hepatic mitochondria-associated membranes, lipid metabolism and caveolin-1 in mice']},\n", + " {'bibcode': '2016PLoSO..1165787H',\n", + " 'author': ['Huang, Jia-Hui',\n", + " 'Zhang, Cheng',\n", + " 'Zhang, Da-Gang',\n", + " 'Li, Lu',\n", + " 'Chen, Xi',\n", + " 'Xu, De-Xiang'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0165787\"}'],\n", + " 'title': ['Rifampicin-Induced Hepatic Lipid Accumulation: Association with Up-Regulation of Peroxisome Proliferator-Activated Receptor γ in Mouse Liver']},\n", + " {'bibcode': '2016NatSR...624023L',\n", + " 'author': ['Lai, Cheng-Wei',\n", + " 'Chen, Hsiao-Ling',\n", + " 'Tsai, Tung-Chou',\n", + " 'Chu, Te-Wei',\n", + " 'Yang, Shang-Hsun',\n", + " 'Chong, Kowit-Yu',\n", + " 'Chen, Chuan-Mu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep24023\"}'],\n", + " 'title': ['Sexually Dimorphic Expression of eGFP Transgene in the Akr1A1 Locus of Mouse Liver Regulated by Sex Hormone-Related Epigenetic Remodeling']},\n", + " {'bibcode': '2014PLoSO...986795S',\n", + " 'author': ['Szalowska, Ewa',\n", + " 'van der Burg, Bart',\n", + " 'Man, Hai-Yen',\n", + " 'Hendriksen, Peter J. M.',\n", + " 'Peijnenburg, Ad A. C. M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0086795\"}'],\n", + " 'title': ['Model Steatogenic Compounds (Amiodarone, Valproic Acid, and Tetracycline) Alter Lipid Metabolism by Different Mechanisms in Mouse Liver Slices']},\n", + " {'bibcode': '2021NatSR..1113766A',\n", + " 'author': ['AlOgayil, Najla',\n", + " 'Bauermeister, Klara',\n", + " 'Galvez, Jose Hector',\n", + " 'Venkatesh, Varun S.',\n", + " 'Zhuang, Qinwei Kim-wee',\n", + " 'Chang, Matthew L.',\n", + " 'Davey, Rachel A.',\n", + " 'Zajac, Jeffrey D.',\n", + " 'Ida, Kinuyo',\n", + " 'Kamiya, Akihide',\n", + " 'Taketo, Teruko',\n", + " 'Bourque, Guillaume',\n", + " 'Naumova, Anna K.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-021-93216-6\"}'],\n", + " 'title': ['Distinct roles of androgen receptor, estrogen receptor alpha, and BCL6 in the establishment of sex-biased DNA methylation in mouse liver']},\n", + " {'bibcode': '1999PNAS...9614511F',\n", + " 'author': ['Farrelly, Dennis',\n", + " 'Brown, Karen S.',\n", + " 'Tieman, Aaron',\n", + " 'Ren, Jianming',\n", + " 'Lira, Sergio A.',\n", + " 'Hagan, Deborah',\n", + " 'Gregg, Richard',\n", + " 'Mookhtiar, Kasim A.',\n", + " 'Hariharan, Narayanan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/96/25/14511\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/96/25/14511\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/96/25/14511\"}'],\n", + " 'title': ['Mice Mutant for Glucokinase Regulatory Protein Exhibit Decreased Liver Glucokinase: A Sequestration Mechanism in Metabolic Regulation']},\n", + " {'bibcode': '2014PLoSO...984925Z',\n", + " 'author': ['Zhang, Qinghao', 'Lei, Xiaohong', 'Lu, Hong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0084925\"}'],\n", + " 'title': ['Alterations of Epigenetic Signatures in Hepatocyte Nuclear Factor 4α Deficient Mouse Liver Determined by Improved ChIP-qPCR and (h)MeDIP-qPCR Assays']},\n", + " {'bibcode': '1950Natur.166..783C',\n", + " 'author': ['Campbell, J. G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F166783a0\"}'],\n", + " 'title': ['Cytochemical Localization of β-Glucuronidase']},\n", + " {'bibcode': '2013Nanos...512464Y',\n", + " 'author': ['Yin, Shengnan',\n", + " 'Li, Zhiwei',\n", + " 'Cheng, Liang',\n", + " 'Wang, Chao',\n", + " 'Liu, Yumeng',\n", + " 'Chen, Qian',\n", + " 'Gong, Hua',\n", + " 'Guo, Liang',\n", + " 'Li, Yonggang',\n", + " 'Liu, Zhuang'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1039%2Fc3nr04212j\"}'],\n", + " 'title': ['Magnetic PEGylated Pt3Co nanoparticles as a novel MR contrast agent: in vivo MR imaging and long-term toxicity study']},\n", + " {'bibcode': '1979Sci...203..544H',\n", + " 'author': ['Harrison, Len C.',\n", + " 'Flier, Jeffrey',\n", + " 'Itin, Ahuva',\n", + " 'Kahn, C. Ronald',\n", + " 'Roth, Jesse'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.83675\"}'],\n", + " 'title': ['Radioimmunoassay of the Insulin Receptor: A New Probe of Receptor Structure and Function']},\n", + " {'bibcode': '2015NatSR...512801J',\n", + " 'author': ['Jeong, Kwon',\n", + " 'He, Baokun',\n", + " 'Nohara, Kazunari',\n", + " 'Park, Noheon',\n", + " 'Shin, Youngmin',\n", + " 'Kim, Seonghwa',\n", + " 'Shimomura, Kazuhiro',\n", + " 'Koike, Nobuya',\n", + " 'Yoo, Seung-Hee',\n", + " 'Chen, Zheng'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep12801\"}'],\n", + " 'title': ['Dual attenuation of proteasomal and autophagic BMAL1 degradation in ClockΔ19/+ mice contributes to improved glucose homeostasis']},\n", + " {'bibcode': '2020SPIE11553E..2BS',\n", + " 'author': ['Shi, Ke',\n", + " 'Zhang, Limin',\n", + " 'Zhao, Zhichao',\n", + " 'Cao, Bin',\n", + " 'Chen, Nan',\n", + " 'Li, Jiao',\n", + " 'Zhou, Zhongxing',\n", + " 'Gao, Feng'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2574153\"}'],\n", + " 'title': ['Assessing pharmacokinetics of indocyanine green in liver injury mice using dynamic diffuse fluorescence tomography system']},\n", + " {'bibcode': '1959Natur.184.1709C',\n", + " 'author': ['Conchie, J.', 'Levvy, G. A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F1841709a0\"}'],\n", + " 'title': ['Localization of β-Glucuronidase in Normal and Cancer Cells']},\n", + " {'bibcode': '2006Sci...313.1137O',\n", + " 'author': ['Özcan, Umut',\n", + " 'Yilmaz, Erkan',\n", + " 'Özcan, Lale',\n", + " 'Furuhashi, Masato',\n", + " 'Vaillancourt, Eric',\n", + " 'Smith, Ross O.',\n", + " 'Görgün, Cem Z.',\n", + " 'Hotamisligil, Gökhan S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1128294\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1128294\"}'],\n", + " 'title': ['Chemical Chaperones Reduce ER Stress and Restore Glucose Homeostasis in a Mouse Model of Type 2 Diabetes']},\n", + " {'bibcode': '2018Natur.557..247S',\n", + " 'author': ['Schaub, Johanna R.',\n", + " 'Huppert, Kari A.',\n", + " 'Kurial, Simone N. T.',\n", + " 'Hsu, Bernadette Y.',\n", + " 'Cast, Ashley E.',\n", + " 'Donnelly, Bryan',\n", + " 'Karns, Rebekah A.',\n", + " 'Chen, Feng',\n", + " 'Rezvani, Milad',\n", + " 'Luu, Hubert Y.',\n", + " 'Mattis, Aras N.',\n", + " 'Rougemont, Anne-Laure',\n", + " 'Rosenthal, Philip',\n", + " 'Huppert, Stacey S.',\n", + " 'Willenbring, Holger'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-018-0075-5\"}'],\n", + " 'title': ['De novo formation of the biliary system by TGFβ-mediated hepatocyte transdifferentiation']},\n", + " {'bibcode': '1994PNAS...91.3107V',\n", + " 'author': ['Varanasi, Usha',\n", + " 'Chu, Ruiyin',\n", + " 'Chu, Su',\n", + " 'Espinosa, Rafael',\n", + " 'Lebeau, Michelle M.',\n", + " 'Reddy, Janardan K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/91/8/3107\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/91/8/3107\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/91/8/3107\"}'],\n", + " 'title': ['Isolation of the human peroxisomal acyl-CoA oxidase gene: organization, promoter analysis, and chromosomal localization.']},\n", + " {'bibcode': '1959Natur.183.1674N',\n", + " 'author': ['Narrod, Stuart A.',\n", + " 'Langan, Thomas A.',\n", + " 'Kaplan, Nathan O.',\n", + " 'Goldin, Abraham'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F1831674b0\"}'],\n", + " 'title': ['Effect of Azaserine (o-Diazoacetyl-L- serine) on the Pyridine Nucleotide Levels of Mouse Liver']},\n", + " {'bibcode': '1976Natur.263..146E',\n", + " 'author': ['Engelhardt, N. V.',\n", + " 'Lazareva, M. N.',\n", + " 'Abelev, G. I.',\n", + " 'Uryvaeva, I. V.',\n", + " 'Factor, V. M.',\n", + " 'Brodsky, V. Ya.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F263146a0\"}'],\n", + " 'title': ['Detection of α-foetoprotein in mouse liver differentiated hepatocytes before their progression through S phase']},\n", + " {'bibcode': '2016PLoSO..1146730N',\n", + " 'author': ['Nakajima, Tetsuo',\n", + " 'Vares, Guillaume',\n", + " 'Wang, Bing',\n", + " 'Nenoi, Mitsuru'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0146730\"}'],\n", + " 'title': ['Chronic Intake of Japanese Sake Mediates Radiation-Induced Metabolic Alterations in Mouse Liver']},\n", + " {'bibcode': '2014PLoSO...9j6371H',\n", + " 'author': ['Haddock, Christopher J.',\n", + " 'Blomenkamp, Keith',\n", + " 'Gautam, Madhav',\n", + " 'James, Jared',\n", + " 'Mielcarska, Joanna',\n", + " 'Gogol, Edward',\n", + " 'Teckman, Jeffrey',\n", + " 'Skowyra, Dorota'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0106371\"}'],\n", + " 'title': ['PiZ Mouse Liver Accumulates Polyubiquitin Conjugates That Associate with Catalytically Active 26S Proteasomes']},\n", + " {'bibcode': '2022PLoSO..1773049S',\n", + " 'author': ['So, Byunghun', 'Ji, Li Li', 'Imdad, Saba', 'Kang, Chounghun'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0273049\"}'],\n", + " 'title': ['Proteomic analysis of the effect of high-fat-diet and voluntary physical activity on mouse liver']},\n", + " {'bibcode': '2016NatSR...635898S',\n", + " 'author': ['Szunyogova, Eva',\n", + " 'Zhou, Haiyan',\n", + " 'Maxwell, Gillian K.',\n", + " 'Powis, Rachael A.',\n", + " 'Muntoni, Francesco',\n", + " 'Gillingwater, Thomas H.',\n", + " 'Parson, Simon H.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep35898\"}'],\n", + " 'title': ['Corrigendum: Survival Motor Neuron (SMN) protein is required for normal mouse liver development']},\n", + " {'bibcode': '1982JESHB..17..527E',\n", + " 'author': ['El-Scwedy, S. M.',\n", + " 'Zahran, M. A.',\n", + " 'Zeidan, M. A.',\n", + " 'Mostafa, M. H.',\n", + " 'El-Bassiouni, E. A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F03601238209372339\"}'],\n", + " 'title': ['Effect and mechanism of action of methomyl and cypermethrin insecticides on kynurenine metabolizing enzymes of mouse liver']},\n", + " {'bibcode': '1991JTEH...34..385V',\n", + " 'author': ['Vorce, Roseann L.', 'Goodman, Jay I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F15287399109531575\"}'],\n", + " 'title': ['Differential DNase I hypersensitivity ofrasoncogenes in B6C3F1, C3H/He, and C57BL/6 mouse liver']},\n", + " {'bibcode': '2016SQER...27..559Z',\n", + " 'author': ['Zhu, X. -W.', 'Xin, Y. -J.', 'Chen, Q. -H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F1062936X.2016.1201142\"}'],\n", + " 'title': ['Chemical and in vitro biological information to predict mouse liver toxicity using recursive random forests']},\n", + " {'bibcode': '2023ScTEn.905p7316Z',\n", + " 'author': ['Zhang, Yaru',\n", + " 'Yan, Zhipeng',\n", + " 'Nan, Nan',\n", + " 'Qin, Guohua',\n", + " 'Sang, Nan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.scitotenv.2023.167316\"}'],\n", + " 'title': ['Circadian rhythm disturbances involved in ozone-induced glucose metabolism disorder in mouse liver']},\n", + " {'bibcode': '1993RadR..133..334M',\n", + " 'author': ['Maisin, J. R.',\n", + " 'Vankerkom, J.',\n", + " 'de Saint-Georges, L.',\n", + " 'Janowski, M.',\n", + " 'Lambiet-Collier, M.',\n", + " 'Mattelin, G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2307%2F3578218\"}'],\n", + " 'title': ['Effect of X Rays Alone or Combined with Diethylnitrosamine on Tumor Induction in Infant Mouse Liver']},\n", + " {'bibcode': '2014PLoSO...9j0170.',\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0100170\"}'],\n", + " 'title': ['Correction: Dual Mode Action of Mangiferin in Mouse Liver under High Fat Diet']},\n", + " {'bibcode': '1969RadR...40..213K',\n", + " 'author': ['Kleinbergs, S.', 'Bernstein, I. A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.2307%2F3572995\"}'],\n", + " 'title': ['The Effects of Whole-Body X-Irradiation on Mouse Liver Alpha-Hydroxy Acid Oxidase']},\n", + " {'bibcode': '2021NatSR..1119720S',\n", + " 'author': ['Sun, Li-rui', 'Guo, Qiu-shi', 'Zhou, Wei', 'Li, Min'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-021-99264-2\"}'],\n", + " 'title': ['Extract from Dioscorea bulbifera L. rhizomes aggravate pirarubicin-induced cardiotoxicity by inhibiting the expression of P-glycoprotein and multidrug resistance-associated protein 2 in the mouse liver']},\n", + " {'bibcode': '2017Natur.545..234J',\n", + " 'author': ['Janda, Claudia Y.',\n", + " 'Dang, Luke T.',\n", + " 'You, Changjiang',\n", + " 'Chang, Junlei',\n", + " 'de Lau, Wim',\n", + " 'Zhong, Zhendong A.',\n", + " 'Yan, Kelley S.',\n", + " 'Marecic, Owen',\n", + " 'Siepe, Dirk',\n", + " 'Li, Xingnan',\n", + " 'Moody, James D.',\n", + " 'Williams, Bart O.',\n", + " 'Clevers, Hans',\n", + " 'Piehler, Jacob',\n", + " 'Baker, David',\n", + " 'Kuo, Calvin J.',\n", + " 'Garcia, K. Christopher'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature22306\"}'],\n", + " 'title': ['Surrogate Wnt agonists that phenocopy canonical Wnt and β-catenin signalling']},\n", + " {'bibcode': '1999PatRe..32..605B',\n", + " 'author': ['Baheerathan, S.', 'Albregtsen, F.', 'Danielsen, H. E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2FS0031-3203%2898%2900122-8\"}'],\n", + " 'title': ['New texture features based on the complexity curve']},\n", + " {'bibcode': '2004PNAS..101.2112S',\n", + " 'author': ['Song, Sihong',\n", + " 'Lu, Yuanqing',\n", + " 'Choi, Young-Kook',\n", + " 'Han, Yinong',\n", + " 'Tang, Qiushi',\n", + " 'Zhao, Ge',\n", + " 'Berns, Kenneth I.',\n", + " 'Flotte, Terence R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/101/7/2112\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0307833100\"}'],\n", + " 'title': ['DNA-dependent PK inhibits adeno-associated virus DNA integration']},\n", + " {'bibcode': '2013NatCo...4.2562J',\n", + " 'author': ['Jung, Su Myung',\n", + " 'Lee, Ji-Hyung',\n", + " 'Park, Jinyoung',\n", + " 'Oh, Young Sun',\n", + " 'Lee, Sung Kyun',\n", + " 'Park, Jin Seok',\n", + " 'Lee, Youn Sook',\n", + " 'Kim, Jun Hwan',\n", + " 'Lee, Jae Young',\n", + " 'Bae, Yoe-Sik',\n", + " 'Koo, Seung-Hoi',\n", + " 'Kim, Seong-Jin',\n", + " 'Park, Seok Hee'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms3562\"}'],\n", + " 'title': ['Smad6 inhibits non-canonical TGF-β1 signalling by recruiting the deubiquitinase A20 to TRAF6']},\n", + " {'bibcode': '2015Natur.527..329H',\n", + " 'author': ['Hoshino, Ayuko',\n", + " 'Costa-Silva, Bruno',\n", + " 'Shen, Tang-Long',\n", + " 'Rodrigues, Goncalo',\n", + " 'Hashimoto, Ayako',\n", + " 'Tesic Mark, Milica',\n", + " 'Molina, Henrik',\n", + " 'Kohsaka, Shinji',\n", + " 'di Giannatale, Angela',\n", + " 'Ceder, Sophia',\n", + " 'Singh, Swarnima',\n", + " 'Williams, Caitlin',\n", + " 'Soplop, Nadine',\n", + " 'Uryu, Kunihiro',\n", + " 'Pharmer, Lindsay',\n", + " 'King, Tari',\n", + " 'Bojmar, Linda',\n", + " 'Davies, Alexander E.',\n", + " 'Ararso, Yonathan',\n", + " 'Zhang, Tuo',\n", + " 'Zhang, Haiying',\n", + " 'Hernandez, Jonathan',\n", + " 'Weiss, Joshua M.',\n", + " 'Dumont-Cole, Vanessa D.',\n", + " 'Kramer, Kimberly',\n", + " 'Wexler, Leonard H.',\n", + " 'Narendran, Aru',\n", + " 'Schwartz, Gary K.',\n", + " 'Healey, John H.',\n", + " 'Sandstrom, Per',\n", + " 'Jørgen Labori, Knut',\n", + " 'Kure, Elin H.',\n", + " 'Grandgenett, Paul M.',\n", + " 'Hollingsworth, Michael A.',\n", + " 'de Sousa, Maria',\n", + " 'Kaur, Sukhwinder',\n", + " 'Jain, Maneesh',\n", + " 'Mallya, Kavita',\n", + " 'Batra, Surinder K.',\n", + " 'Jarnagin, William R.',\n", + " 'Brady, Mary S.',\n", + " 'Fodstad, Oystein',\n", + " 'Muller, Volkmar',\n", + " 'Pantel, Klaus',\n", + " 'Minn, Andy J.',\n", + " 'Bissell, Mina J.',\n", + " 'Garcia, Benjamin A.',\n", + " 'Kang, Yibin',\n", + " 'Rajasekhar, Vinagolu K.',\n", + " 'Ghajar, Cyrus M.',\n", + " 'Matei, Irina',\n", + " 'Peinado, Hector',\n", + " 'Bromberg, Jacqueline',\n", + " 'Lyden, David'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse68919\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.1569781\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature15756\"}'],\n", + " 'title': ['Tumour exosome integrins determine organotropic metastasis']},\n", + " {'bibcode': '1998PNAS...95.7385C',\n", + " 'author': ['Cohen, Sheila M.', 'Werrmann, Jeffrey G.', 'Tota, Michael R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/13/7385\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/13/7385\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/13/7385\"}'],\n", + " 'title': ['13C NMR Study of the Effects of Leptin Treatment on Kinetics of Hepatic Intermediary Metabolism']},\n", + " {'bibcode': '2015NatSR...515212T',\n", + " 'author': ['Tao, Weiwei',\n", + " 'Wu, Jing',\n", + " 'Zhang, Qian',\n", + " 'Lai, Shan-Shan',\n", + " 'Jiang, Shan',\n", + " 'Jiang, Chen',\n", + " 'Xu, Ying',\n", + " 'Xue, Bin',\n", + " 'Du, Jie',\n", + " 'Li, Chao-Jun'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep15212\"}'],\n", + " 'title': ['EGR1 regulates hepatic clock gene amplitude by activating Per1 transcription']},\n", + " {'bibcode': '2017PNAS..114.4691K',\n", + " 'author': ['Kim, Youngeun',\n", + " 'Kim, Wantae',\n", + " 'Song, Yonghee',\n", + " 'Kim, Jeong-Rae',\n", + " 'Cho, Kyungjoo',\n", + " 'Moon, Hyuk',\n", + " 'Ro, Simon Weonsang',\n", + " 'Seo, Eunjeong',\n", + " 'Ryu, Yeon-Mi',\n", + " 'Myung, Seung-Jae',\n", + " 'Jho, Eek-Hoon'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1620306114\"}'],\n", + " 'title': ['Deubiquitinase YOD1 potentiates YAP/TAZ activities through enhancing ITCH stability']},\n", + " {'bibcode': '1976PNAS...73.3122R',\n", + " 'author': ['Rapaport, Eliezer', 'Zamecnik, Paul C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/73/9/3122\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/73/9/3122\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/73/9/3122\"}'],\n", + " 'title': ['Incorporation of adenosine into ATP: formation of compartmentalized ATP.']},\n", + " {'bibcode': '2000PNAS...97.3826H',\n", + " 'author': ['Höld, Karin M.',\n", + " 'Sirisoma, Nilantha S.',\n", + " 'Ikeda, Tomoko',\n", + " 'Narahashi, Toshio',\n", + " 'Casida, John E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/97/8/3826\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/97/8/3826\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/97/8/3826\"}'],\n", + " 'title': ['α-Thujone (the active component of absinthe): γ-Aminobutyric acid type A receptor modulation and metabolic detoxification']},\n", + " {'bibcode': '2015PLoSO..1024224.',\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0124224\"}'],\n", + " 'title': ['Correction: Identification of Modulators of the Nuclear Receptor Peroxisome Proliferator-Activated Receptor α (PPARα) in a Mouse Liver Gene Expression Compendium']},\n", + " {'bibcode': '1974PNAS...71.2491F',\n", + " 'author': ['Faust, C. H.', 'Diggelmann, H.', 'Mach, B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/71/6/2491\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/71/6/2491\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/71/6/2491\"}'],\n", + " 'title': ['Estimation of the Number of Genes Coding for the Constant Part of the Mouse Immunoglobulin Kappa Light Chain']},\n", + " {'bibcode': '2018NatCo...9.4399S',\n", + " 'author': ['Sharma, Lalit Kumar',\n", + " 'Subramanian, Chitra',\n", + " 'Yun, Mi-Kyung',\n", + " 'Frank, Matthew W.',\n", + " 'White, Stephen W.',\n", + " 'Rock, Charles O.',\n", + " 'Lee, Richard E.',\n", + " 'Jackowski, Suzanne'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-018-06703-2\"}'],\n", + " 'title': ['A therapeutic approach to pantothenate kinase associated neurodegeneration']},\n", + " {'bibcode': '2001PNAS...9811468W',\n", + " 'author': ['Wang, Xinhe',\n", + " 'Quail, Elizabeth',\n", + " 'Hung, Nai-Jung',\n", + " 'Tan, Yongjun',\n", + " 'Ye, Honggang',\n", + " 'Costa, Robert H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/98/20/11468\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/98/20/11468\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/98/20/11468\"}'],\n", + " 'title': ['Increased levels of forkhead box M1B transcription factor in transgenic mouse hepatocytes prevent age-related proliferation defects in regenerating liver']},\n", + " {'bibcode': '1991PNAS...88.9417B',\n", + " 'author': ['Borriello, Frank', 'Krauter, Kenneth S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/21/9417\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/21/9417\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/21/9417\"}'],\n", + " 'title': ['Multiple Murine α_1-Protease Inhibitor Genes Show Unusual Evolutionary Divergence']},\n", + " {'bibcode': '1974Natur.251..627K',\n", + " 'author': ['Khramkova, N. I.', 'Beloshapkina, T. D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F251627a0\"}'],\n", + " 'title': ['Antigen of mouse bile capillaries and cuticle of intestinal mucosa']},\n", + " {'bibcode': '2013NatSR...3E3470S',\n", + " 'author': ['Son, Mi Kwon',\n", + " 'Ryu, Ye-Lim',\n", + " 'Jung, Kyung Hee',\n", + " 'Lee, Hyunseung',\n", + " 'Lee, Hee Seung',\n", + " 'Yan, Hong Hua',\n", + " 'Park, Heon Joo',\n", + " 'Ryu, Ji-Kan',\n", + " 'Suh, Jun-Kyu',\n", + " 'Hong, Sungwoo',\n", + " 'Hong, Soon-Sun'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep03470\"}'],\n", + " 'title': ['HS-173, a Novel PI3K Inhibitor, Attenuates the Activation of Hepatic Stellate Cells in Liver Fibrosis']},\n", + " {'bibcode': '2011PNAS..108.9715C',\n", + " 'author': ['Colaneri, Alejandro',\n", + " 'Staffa, Nickolas',\n", + " 'Fargo, David C.',\n", + " 'Gao, Yuan',\n", + " 'Wang, Tianyuan',\n", + " 'Peddada, Shyamal D.',\n", + " 'Birnbaumer, Lutz'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/23/9715\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1105713108\"}'],\n", + " 'title': ['Expanded methyl-sensitive cut counting reveals hypomethylation as an epigenetic state that highlights functional sequences of the genome']},\n", + " {'bibcode': '2023NatSR..1314186D',\n", + " 'author': ['Doshida, Yuta',\n", + " 'Hashimoto, Shinichi',\n", + " 'Iwabuchi, Sadahiro',\n", + " 'Takino, Yuka',\n", + " 'Ishiwata, Toshiyuki',\n", + " 'Aigaki, Toshiro',\n", + " 'Ishigami, Akihito'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-41352-6\"}'],\n", + " 'title': ['Single-cell RNA sequencing to detect age-associated genes that identify senescent cells in the liver of aged mice']},\n", + " {'bibcode': '2022AdM....3410618X',\n", + " 'author': ['Xie, Ruosen',\n", + " 'Wang, Xiuxiu',\n", + " 'Wang, Yuyuan',\n", + " 'Ye, Mingzhou',\n", + " 'Zhao, Yi',\n", + " 'Yandell, Brian S.',\n", + " 'Gong, Shaoqin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fadma.202110618\"}'],\n", + " 'title': ['pH-Responsive Polymer Nanoparticles for Efficient Delivery of Cas9 Ribonucleoprotein With or Without Donor DNA']},\n", + " {'bibcode': '2001Natur.413..131Y',\n", + " 'author': ['Yoon, J. Cliff',\n", + " 'Puigserver, Pere',\n", + " 'Chen, Guoxun',\n", + " 'Donovan, Jerry',\n", + " 'Wu, Zhidan',\n", + " 'Rhee, James',\n", + " 'Adelmant, Guillaume',\n", + " 'Stafford, John',\n", + " 'Kahn, C. Ronald',\n", + " 'Granner, Daryl K.',\n", + " 'Newgard, Christopher B.',\n", + " 'Spiegelman, Bruce M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F35093050\"}'],\n", + " 'title': ['Control of hepatic gluconeogenesis through the transcriptional coactivator PGC-1']},\n", + " {'bibcode': '2009Nanot..20R5101J',\n", + " 'author': ['Ji, Zongfei',\n", + " 'Zhang, Danying',\n", + " 'Li, Ling',\n", + " 'Shen, Xizhong',\n", + " 'Deng, Xiaoyong',\n", + " 'Dong, Ling',\n", + " 'Wu, Minhong',\n", + " 'Liu, Yuanfang'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F0957-4484%2F20%2F44%2F445101\"}'],\n", + " 'title': ['The hepatotoxicity of multi-walled carbon nanotubes in mice']},\n", + " {'bibcode': '2023NatCo..14.2779C',\n", + " 'author': ['Costa-Machado, Luis Filipe',\n", + " 'Garcia-Dominguez, Esther',\n", + " 'McIntyre, Rebecca L.',\n", + " 'Lopez-Aceituno, Jose Luis',\n", + " 'Ballesteros-Gonzalez, Álvaro',\n", + " 'Tapia-Gonzalez, Andrea',\n", + " 'Fabregat-Safont, David',\n", + " 'Eisenberg, Tobias',\n", + " 'Gomez, Jesús',\n", + " 'Plaza, Adrian',\n", + " 'Sierra-Ramirez, Aranzazu',\n", + " 'Perez, Manuel',\n", + " 'Villanueva-Bermejo, David',\n", + " 'Fornari, Tiziana',\n", + " 'Loza, María Isabel',\n", + " 'Herradon, Gonzalo',\n", + " 'Hofer, Sebastian J.',\n", + " 'Magnes, Christoph',\n", + " 'Madeo, Frank',\n", + " 'Duerr, Janet S.',\n", + " 'Pozo, Oscar J.',\n", + " 'Galindo, Maximo-Ibo',\n", + " 'del Pino, Isabel',\n", + " 'Houtkooper, Riekelt H.',\n", + " 'Megias, Diego',\n", + " 'Viña, Jose',\n", + " 'Gomez-Cabrera, Mari Carmen',\n", + " 'Fernandez-Marcos, Pablo J.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-023-38410-y\"}'],\n", + " 'title': ['Peripheral modulation of antidepressant targets MAO-B and GABAAR by harmol induces mitohormesis and delays aging in preclinical models']},\n", + " {'bibcode': '1969PNAS...64..913L',\n", + " 'author': ['Lesca, Pierre', 'Paoletti, Claude'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/64/3/913\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/64/3/913\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/64/3/913\"}'],\n", + " 'title': ['A Protein Inhibitor of Acid Deoxyribonucleases']},\n", + " {'bibcode': '2020PNAS..117.3144Z',\n", + " 'author': ['Zhou, Yang',\n", + " 'van Zijl, Peter C. M.',\n", + " 'Xu, Xiang',\n", + " 'Xu, Jiadi',\n", + " 'Li, Yuguo',\n", + " 'Chen, Lin',\n", + " 'Yadav, Nirbhay N.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1909921117\"}'],\n", + " 'title': ['Magnetic resonance imaging of glycogen using its magnetic coupling with water']},\n", + " {'bibcode': '2019SPIE10882E..1BH',\n", + " 'author': ['Huang, Hsu-Cheng',\n", + " 'Lin, Chih-Ju',\n", + " 'Lee, Sheng-Lin',\n", + " 'Wang, Wei-Hsiang',\n", + " 'Hovhannisyan, Vladimir A.',\n", + " 'Huang, Yao-De',\n", + " 'Lee, Hsuan-Shu',\n", + " 'Dong, Chen-Yuan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2507345\"}'],\n", + " 'title': ['In vivo multiphoton dynamic imaging of the hepatobiliary metabolism in chronic hepatic diseases']},\n", + " {'bibcode': '1999EnvMM..34..121H',\n", + " 'author': ['Hara, Takumi',\n", + " 'Sui, Hajime',\n", + " 'Kawakami, Kumiko',\n", + " 'Shimada, Yasushi',\n", + " 'Shibuya, Tohru'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2F%28SICI%291098-2280%281999%2934%3A2%2F3%3C121%3A%3AAID-EM10%3E3.0.CO%3B2-R\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2F%28SICI%291098-2280%281999%2934%3A2%2F3%3C121%3A%3AAID-EM10%3E3.0.CO2-R\"}'],\n", + " 'title': ['Partial hepatectomy strongly increased the mutagenicity ofN-ethyl-N-nitrosourea in Muta?Mouse liver']},\n", + " {'bibcode': '2019PLoSO..1419747V',\n", + " 'author': ['Villaseñor-Altamirano, Ana B.',\n", + " 'Watson, John D.',\n", + " 'Prokopec, Stephenie D.',\n", + " 'Yao, Cindy Q.',\n", + " 'Boutros, Paul C.',\n", + " 'Pohjanvirta, Raimo',\n", + " 'Valdés-Flores, Jesús',\n", + " 'Elizondo, Guillermo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0219747\"}'],\n", + " 'title': ['2,3,7,8-Tetrachlorodibenzo-p-dioxin modifies alternative splicing in mouse liver']},\n", + " {'bibcode': '1971PNAS...68..411A',\n", + " 'author': ['Agranoff, Bernard W.', 'Hajra, Amiya K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/68/2/411\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/68/2/411\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/68/2/411\"}'],\n", + " 'title': ['The Acyl Dihydroxyacetone Phosphate Pathway for Glycerolipid Biosynthesis in Mouse Liver and Ehrlich Ascites Tumor Cells']},\n", + " {'bibcode': '2023ESPR...30.7510L',\n", + " 'author': ['Li, Ying',\n", + " 'Cai, Wenjie',\n", + " 'Ai, Zichun',\n", + " 'Xue, Chenyu',\n", + " 'Cao, Rujing',\n", + " 'Dong, Na'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs11356-022-22386-1\"}'],\n", + " 'title': ['Protective effects of sinomenine hydrochloride on lead-induced oxidative stress, inflammation, and apoptosis in mouse liver']},\n", + " {'bibcode': '2019RSCAd...9.6510M',\n", + " 'author': ['Ma, Ying',\n", + " 'Tian, Haigang',\n", + " 'Jin, Zhengyu',\n", + " 'Li, Xiaoyong',\n", + " 'Li, Yiping'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1039%2FC8RA10053E\"}'],\n", + " 'title': ['Observation of the generation of peroxynitrite in mouse liver after acetaminophen overdose with a boronate-based ratiometric fluorescence probe']},\n", + " {'bibcode': '1974JRadR..15..204B',\n", + " 'author': ['Brown, P. C.', 'Kleinbergs-Krisans, S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1269%2Fjrr.15.204\"}'],\n", + " 'title': ['Effect of X-irradiation on the Permeability of L-Alpha Hydroxy Acid Oxidase From Mouse Liver Peroxisomes']},\n", + " {'bibcode': '1998PNAS...95.8750V',\n", + " 'author': ['Varin-Blank, N.',\n", + " 'Dondi, E.',\n", + " 'Tosi, M.',\n", + " 'Hernandez, C.',\n", + " 'Boucontet, L.',\n", + " 'Gotoh, H.',\n", + " 'Shiroishi, T.',\n", + " 'Moriwaki, K.',\n", + " 'Meo, T.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/15/8750\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/15/8750\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/15/8750\"}'],\n", + " 'title': ['Male-Specific Transcription Initiation of the C4-Slp Gene in Mouse Liver Follows Activation of STAT5']},\n", + " {'bibcode': '1997PNAS...94.2295C',\n", + " 'author': ['Chen, Jing',\n", + " 'Sadowski, Henry B.',\n", + " 'Kohanski, Ronald A.',\n", + " 'Wang, Lu-Hai'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/6/2295\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/6/2295\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/6/2295\"}'],\n", + " 'title': ['Stat5 is a Physiological Substrate of the Insulin Receptor']},\n", + " {'bibcode': '2021NatCo..12.7123H',\n", + " 'author': ['Hillmeier, Markus',\n", + " 'Wagner, Mirko',\n", + " 'Ensfelder, Timm',\n", + " 'Korytiakova, Eva',\n", + " 'Thumbs, Peter',\n", + " 'Müller, Markus',\n", + " 'Carell, Thomas'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-27371-9\"}'],\n", + " 'title': ['Synthesis and structure elucidation of the human tRNA nucleoside mannosyl-queuosine']},\n", + " {'bibcode': '2023EnTox..38.1153X',\n", + " 'author': ['Xi, Yan',\n", + " 'Chi, Zhongchao',\n", + " 'Tao, Xufeng',\n", + " 'Zhai, Xiaohan',\n", + " 'Zhao, Zirui',\n", + " 'Ren, Jiaqi',\n", + " 'Yang, Shilei',\n", + " 'Dong, Deshi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.23755\"}'],\n", + " 'title': ['Naringin against doxorubicin-induced hepatotoxicity in mice through reducing oxidative stress, inflammation, and apoptosis via the up-regulation of SIRT1']},\n", + " {'bibcode': '2021NatCo..12.6350Q',\n", + " 'author': ['Qu, Meng', 'Qu, Han', 'Jia, Zhenyu', 'Kay, Steve A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-26567-3\"}'],\n", + " 'title': ['HNF4A defines tissue-specific circadian rhythms by beaconing BMAL1::CLOCK chromatin binding and shaping the rhythmic chromatin landscape']},\n", + " {'bibcode': '1992EnvMM..19...98D',\n", + " 'author': ['Demarini, David M.', 'Brooks, Harold G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.2850190204\"}'],\n", + " 'title': ['Induction of prophage lambda by chlorinated organics: Detection of some single‑species/single‑site carcinogens']},\n", + " {'bibcode': '2014PLoSO...994962Z',\n", + " 'author': ['Zhang, Xiangrong',\n", + " 'Zhang, Ji',\n", + " 'Li, Wei',\n", + " 'Liu, Li',\n", + " 'Sun, Baoshan',\n", + " 'Guo, Zhenghong',\n", + " 'Shi, Caihong',\n", + " 'Zhao, Yuqing'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0094962\"}'],\n", + " 'title': ['In Vitro Metabolism of 20(R)-25-Methoxyl-Dammarane-3, 12, 20-Triol from Panax notoginseng in Human, Monkey, Dog, Rat, and Mouse Liver Microsomes']},\n", + " {'bibcode': '2016RSCAd...663788R',\n", + " 'author': ['Ramniceanu, G.',\n", + " 'Doan, B. -T.',\n", + " 'Vezignol, C.',\n", + " 'Graillot, A.',\n", + " 'Loubat, C.',\n", + " 'Mignet, N.',\n", + " 'Berret, J. -F.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"preprint\", \"url\": \"http://arxiv.org/abs/1607.01656\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1039%2FC6RA09896G\"}'],\n", + " 'title': ['Delayed hepatic uptake of multi-phosphonic acid poly(ethylene glycol) coated iron oxide measured by real-time magnetic resonance imaging']},\n", + " {'bibcode': '1991PNAS...88.9402S',\n", + " 'author': ['Seiffert, Dietmar',\n", + " 'Keeton, Mark',\n", + " 'Eguchi, Yutaka',\n", + " 'Sawdey, Mike',\n", + " 'Loskutoff, David J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/21/9402\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/21/9402\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/21/9402\"}'],\n", + " 'title': ['Detection of vitronectin mRNA in tissues and cells of the mouse.']},\n", + " {'bibcode': '2000PNAS...97.2196F',\n", + " 'author': ['Factor, Valentina M.',\n", + " 'Laskowska, Danuta',\n", + " 'Jensen, Michael Rugaard',\n", + " 'Woitach, Joseph T.',\n", + " 'Popescu, Nicholas C.',\n", + " 'Thorgeirsson, Snorri S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/97/5/2196\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/97/5/2196\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/97/5/2196\"}'],\n", + " 'title': ['Vitamin E reduces chromosomal damage and inhibits hepatic tumor formation in a transgenic mouse model']},\n", + " {'bibcode': '1998EnvMM..32..314T',\n", + " 'author': ['Taras-Valéro, Danièle',\n", + " 'Périn-Roussel, Odette',\n", + " 'Plessis, Marie-José',\n", + " 'Périn, François'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2F%28SICI%291098-2280%281998%2932%3A4%3C314%3A%3AAID-EM4%3E3.0.CO%3B2-9\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2F%28SICI%291098-2280%281998%2932%3A4%3C314%3A%3AAID-EM4%3E3.0.CO2-9\"}'],\n", + " 'title': ['Inhibition of 5,9-dimethyldibenzo[c,g]carbazole-DNA adduct formation in mouse liver by pretreatment with cytochrome P4501A inducers in vivo']},\n", + " {'bibcode': '1976PNAS...73.3984R',\n", + " 'author': ['Rapaport, Eliezer', 'Zamecnik, Paul C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/73/11/3984\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/73/11/3984\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/73/11/3984\"}'],\n", + " 'title': [\"Presence of Diadenosine 5',5' ' '-P1,P4-tetraphosphate (Ap4A) in Mammalian Cells in Levels Varying Widely with Proliferative Activity of the Tissue: A Possible Positive ``Pleiotypic Activator''\"]},\n", + " {'bibcode': '1966Sci...152..352R',\n", + " 'author': ['Rosen, Sidney I.', 'Kelly, George W.', 'Peters, Virginia B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1718318?origin=ads\"}'],\n", + " 'title': ['Glucose-6-Phosphatase in Tubular Endoplasmic Reticulum of Hepatocytes']},\n", + " {'bibcode': '2019NatSR...9..832T',\n", + " 'author': ['Tsukamoto, Daisuke',\n", + " 'Hasegawa, Tomoko',\n", + " 'Hirose, Shin-ichi',\n", + " 'Sakurai, Yukina',\n", + " 'Ito, Michihiko',\n", + " 'Takamatsu, Nobuhiko'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-37022-7\"}'],\n", + " 'title': ['Circadian transcription factor HSF1 regulates differential HSP70 gene transcription during the arousal-torpor cycle in mammalian hibernation']},\n", + " {'bibcode': '2016NatSR...629539Z',\n", + " 'author': ['Zhang, Shuyan',\n", + " 'Wang, Yang',\n", + " 'Cui, Liujuan',\n", + " 'Deng, Yaqin',\n", + " 'Xu, Shimeng',\n", + " 'Yu, Jinhai',\n", + " 'Cichello, Simon',\n", + " 'Serrero, Ginette',\n", + " 'Ying, Yunshu',\n", + " 'Liu, Pingsheng'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep29539\"}'],\n", + " 'title': ['Morphologically and Functionally Distinct Lipid Droplet Subpopulations']},\n", + " {'bibcode': '2015NatCo...6.8704W',\n", + " 'author': ['Wang, Boshi',\n", + " 'Ma, Aihui',\n", + " 'Zhang, Li',\n", + " 'Jin, Wei-Lin',\n", + " 'Qian, Yu',\n", + " 'Xu, Guiqin',\n", + " 'Qiu, Bijun',\n", + " 'Yang, Zhaojuan',\n", + " 'Liu, Yun',\n", + " 'Xia, Qiang',\n", + " 'Liu, Yongzhong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms9704\"}'],\n", + " 'title': ['POH1 deubiquitylates and stabilizes E2F1 to promote tumour formation']},\n", + " {'bibcode': '2022NatCo..13.3486L',\n", + " 'author': ['Li, Shuaifeng',\n", + " 'Han, Shixun',\n", + " 'Zhang, Qi',\n", + " 'Zhu, Yibing',\n", + " 'Zhang, Haitao',\n", + " 'Wang, Junli',\n", + " 'Zhao, Yang',\n", + " 'Zhao, Jianhui',\n", + " 'Su, Lin',\n", + " 'Li, Li',\n", + " 'Zhou, Dawang',\n", + " 'Ye, Cunqi',\n", + " 'Feng, Xin-Hua',\n", + " 'Liang, Tingbo',\n", + " 'Zhao, Bin'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-022-31187-6\"}'],\n", + " 'title': ['FUNDC2 promotes liver tumorigenesis by inhibiting MFN1-mediated mitochondrial fusion']},\n", + " {'bibcode': '2008cosp...37.1805L',\n", + " 'author': ['Liu, Yang', 'Zhang, Hong', 'Zhang, Luwei'],\n", + " 'title': ['A comparative study on radioprotective effect of N-acetylcysteine against 12C6+ ion versus X-rays']},\n", + " {'bibcode': '1985PNAS...82..445B',\n", + " 'author': ['Bouillaud, Frederic',\n", + " 'Ricquier, Daniel',\n", + " 'Thibault, Jean',\n", + " 'Weissenbach, Jean'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/82/2/445\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/82/2/445\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/82/2/445\"}'],\n", + " 'title': ['Molecular approach to thermogenesis in brown adipose tissue: cDNA cloning of the mitochondrial uncoupling protein.']},\n", + " {'bibcode': '2023ApOpt..62.3310Y',\n", + " 'author': ['Yang, Jingyao',\n", + " 'Xue, Qingsheng',\n", + " 'Li, Jinze',\n", + " 'Han, Bing',\n", + " 'Wang, Youpeng',\n", + " 'Bai, Haoxuan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1364%2FAO.485387\"}'],\n", + " 'title': ['Deep ultraviolet high-resolution microscopic hyperspectral imager and its biological tissue detection']},\n", + " {'bibcode': '2013SPIE.8676E..0DS',\n", + " 'author': ['Schwier, Michael',\n", + " 'Hahn, Horst K.',\n", + " 'Dahmen, Uta',\n", + " 'Dirsch, Olaf'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2008112\"}'],\n", + " 'title': ['Reconstruction of vessel structures from serial whole slide sections of murine liver samples']},\n", + " {'bibcode': '1991PNAS...88.9468K',\n", + " 'author': ['Kuo, Frank C.',\n", + " 'Hwu, W. L.',\n", + " 'Valle, D.',\n", + " 'Darnell, James E., Jr.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/21/9468\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/21/9468\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/21/9468\"}'],\n", + " 'title': ['Colocalization in pericentral hepatocytes in adult mice and similarity in developmental expression pattern of ornithine aminotransferase and glutamine synthetase mRNA.']},\n", + " {'bibcode': '1985PNAS...82.8085R',\n", + " 'author': ['Rajavashisth, Tripathi B.',\n", + " 'Kaptein, John S.',\n", + " 'Reue, Karen L.',\n", + " 'Lusis, Aldons J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/82/23/8085\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/82/23/8085\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/82/23/8085\"}'],\n", + " 'title': ['Evolution of apolipoprotein E: mouse sequence and evidence for an 11-nucleotide ancestral unit.']},\n", + " {'bibcode': '2022arXiv220812811W',\n", + " 'author': ['Wu, Xinxing',\n", + " 'Peng, Chong',\n", + " 'Jicha, Gregory',\n", + " 'Wilcock, Donna',\n", + " 'Cheng, Qiang'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"preprint\", \"url\": \"http://arxiv.org/abs/2208.12811\"}'],\n", + " 'title': ['PRIME: Uncovering Circadian Oscillation Patterns and Associations with AD in Untimed Genome-wide Gene Expression across Multiple Brain Regions']},\n", + " {'bibcode': '2015NatSR...515807L',\n", + " 'author': ['Lin, Chih-Wen',\n", + " 'Chen, Yaw-Sen',\n", + " 'Lin, Chih-Che',\n", + " 'Chen, Yun-Ju',\n", + " 'Lo, Gin-Ho',\n", + " 'Lee, Po-Huang',\n", + " 'Kuo, Po-Lin',\n", + " 'Dai, Chia-Yen',\n", + " 'Huang, Jee-Fu',\n", + " 'Chung, Wang-Long',\n", + " 'Yu, Ming-Lung'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep15807\"}'],\n", + " 'title': ['Amiodarone as an autophagy promoter reduces liver injury and enhances liver regeneration and survival in mice after partial hepatectomy']},\n", + " {'bibcode': '2016NatSR...628183H',\n", + " 'author': ['Hashidume, Tsutomu',\n", + " 'Kato, Asuka',\n", + " 'Tanaka, Tomohiro',\n", + " 'Miyoshi, Shoko',\n", + " 'Itoh, Nobuyuki',\n", + " 'Nakata, Rieko',\n", + " 'Inoue, Hiroyasu',\n", + " 'Oikawa, Akira',\n", + " 'Nakai, Yuji',\n", + " 'Shimizu, Makoto',\n", + " 'Inoue, Jun',\n", + " 'Sato, Ryuichiro'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep28183\"}'],\n", + " 'title': ['Single ingestion of soy β-conglycinin induces increased postprandial circulating FGF21 levels exerting beneficial health effects']},\n", + " {'bibcode': '2017NatSR...742959A',\n", + " 'author': ['Arai, Takatomo',\n", + " 'Ono, Yumika',\n", + " 'Arimura, Yujiro',\n", + " 'Sayama, Keimon',\n", + " 'Suzuki, Tomohiro',\n", + " 'Shinjo, Satoko',\n", + " 'Kanai, Mai',\n", + " 'Abe, Shin-Ichi',\n", + " 'Semba, Kentaro',\n", + " 'Goda, Nobuhito'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep42959\"}'],\n", + " 'title': ['Type I neuregulin1α is a novel local mediator to suppress hepatic gluconeogenesis in mice']},\n", + " {'bibcode': '2005HETox..24..325W',\n", + " 'author': ['Waddell, William J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1191%2F0960327105ht525oa\"}'],\n", + " 'title': ['Comparisons of thresholds for carcinogenicity on linear and logarithmic dosage scales']},\n", + " {'bibcode': '2024AcSpA.30623612J',\n", + " 'author': ['Joseph, Jesvin',\n", + " 'Spantzel, Lukas',\n", + " 'Ali, Maryam',\n", + " 'Moonnukandathil Joseph, Dijo',\n", + " 'Unger, Sebastian',\n", + " 'Reglinski, Katharina',\n", + " 'Krafft, Christoph',\n", + " 'Müller, Anne-Dorothea',\n", + " 'Eggeling, Christian',\n", + " 'Heintzmann, Rainer',\n", + " 'Börsch, Michael',\n", + " 'Press, Adrian T.',\n", + " 'Täuber, Daniela'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.saa.2023.123612\"}'],\n", + " 'title': ['Nanoscale chemical characterization of secondary protein structure of F-Actin using mid-infrared photoinduced force microscopy (PiF-IR)']},\n", + " {'bibcode': '2011PNAS..10819581G',\n", + " 'author': ['Gross, David A.', 'Zhan, Chenyang', 'Silver, David L.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/49/19581\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1110817108\"}'],\n", + " 'title': ['Direct binding of triglyceride to fat storage-inducing transmembrane proteins 1 and 2 is important for lipid droplet formation']},\n", + " {'bibcode': '1994Natur.371..606J',\n", + " 'author': ['Jonsson, Jörgen',\n", + " 'Carlsson, Lena',\n", + " 'Edlund, Thomas',\n", + " 'Edlund, Helena'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F371606a0\"}'],\n", + " 'title': ['Insulin-promoter-factor 1 is required for pancreas development in mice']},\n", + " {'bibcode': '2014PLoSO...9j5096W',\n", + " 'author': ['Wang, Yan',\n", + " 'Tian, Yang',\n", + " 'Ding, Yuan',\n", + " 'Wang, Jingcheng',\n", + " 'Yan, Sheng',\n", + " 'Zhou, Lin',\n", + " 'Xie, Haiyang',\n", + " 'Chen, Hui',\n", + " 'Li, Hui',\n", + " 'Zhang, Jinhua',\n", + " 'Zhao, Jiacong',\n", + " 'Zheng, Shusen'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0105096\"}'],\n", + " 'title': ['MiR-152 May Silence Translation of CaMK II and Induce Spontaneous Immune Tolerance in Mouse Liver Transplantation']},\n", + " {'bibcode': '2023PLoSO..1883996W',\n", + " 'author': ['Wang, Yuqing',\n", + " 'Hurley, Ayrea',\n", + " 'De Giorgi, Marco',\n", + " 'Tanner, Mark R.',\n", + " 'Hu, Rong-Chi',\n", + " 'Pennington, Michael W.',\n", + " 'Lagor, William R.',\n", + " 'Beeton, Christine'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0283996\"}'],\n", + " 'title': ['Adeno-Associated virus 8 delivers an immunomodulatory peptide to mouse liver more efficiently than to rat liver']},\n", + " {'bibcode': '2018NatSR...811537S',\n", + " 'author': ['Silva, Jose P.', 'van Booven, Derek'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-29993-4\"}'],\n", + " 'title': ['Analysis of diet-induced differential methylation, expression, and interactions of lncRNA and protein-coding genes in mouse liver']},\n", + " {'bibcode': '2022HETox..4111350Z',\n", + " 'author': ['Zhang, Di',\n", + " 'Zheng, Jiaming',\n", + " 'Qiu, Guobin',\n", + " 'Niu, Tongjuan',\n", + " 'Gong, Yuneng',\n", + " 'Cui, Sheng'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F09603271221135033\"}'],\n", + " 'title': ['CCl4 inhibits the expressions of hepatic taurine biosynthetic enzymes and taurine synthesis in the progression of mouse liver fibrosis']},\n", + " {'bibcode': '2016ESPR...23.3809B',\n", + " 'author': ['Ben Saad, Hajer',\n", + " 'Kharrat, Nadia',\n", + " 'Krayem, Najeh',\n", + " 'Boudawara, Ons',\n", + " 'Boudawara, Tahia',\n", + " 'Zeghal, Najiba',\n", + " 'Ben Amara, Ibtissem'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs11356-015-5620-2\"}'],\n", + " 'title': ['Biological properties of Alsidium corallinum and its potential protective effects against damage caused by potassium bromate in the mouse liver']},\n", + " {'bibcode': '2007EnTox..22..620T',\n", + " 'author': ['Tachi, Masahiko', 'Imanishi, Susumu Y.', 'Harada, Ken-ichi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.20294\"}'],\n", + " 'title': ['Phosphoprotein analysis for investigation of in vivo relationship between protein phosphatase inhibitory activities and acute hepatotoxicity of microcystin‑LR']},\n", + " {'bibcode': '2007PNAS..104.3342M',\n", + " 'author': ['Miller, Brooke H.',\n", + " 'McDearmon, Erin L.',\n", + " 'Panda, Satchidananda',\n", + " 'Hayes, Kevin R.',\n", + " 'Zhang, Jie',\n", + " 'Andrews, Jessica L.',\n", + " 'Antoch, Marina P.',\n", + " 'Walker, John R.',\n", + " 'Esser, Karyn A.',\n", + " 'Hogenesch, John B.',\n", + " 'Takahashi, Joseph S.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/9/3342\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0611724104\"}'],\n", + " 'title': ['Circadian and CLOCK-controlled regulation of the mouse transcriptome and cell proliferation']},\n", + " {'bibcode': '2001Sci...292.1546K',\n", + " 'author': ['Kawane, Kohki',\n", + " 'Fukuyama, Hidehiro',\n", + " 'Kondoh, Gen',\n", + " 'Takeda, Junji',\n", + " 'Ohsawa, Yoshiyuki',\n", + " 'Uchiyama, Yasuo',\n", + " 'Nagata, Shigekazu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.292.5521.1546\"}'],\n", + " 'title': ['Requirement of DNase II for Definitive Erythropoiesis in the Mouse Fetal Liver']},\n", + " {'bibcode': '2015JMSp...50..951D',\n", + " 'author': ['dos Santos, Gustavo Aparecido',\n", + " 'Ferreira, Mônica Siqueira',\n", + " 'de Oliveira, Diogo Noin',\n", + " 'de Oliveira, Vanessa',\n", + " 'Siqueira-Santos, Edilene S.',\n", + " 'Cintra, Dennys Esper Corrêa',\n", + " 'Castilho, Roger Frigério',\n", + " 'Velloso, Lício Augusto',\n", + " 'Catharino, Rodrigo Ramos'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fjms.3609\"}'],\n", + " 'title': ['Identification of compounds from high-fat and extra virgin olive oil-supplemented diets in whole mouse liver extracts and isolated mitochondria using mass spectrometry']},\n", + " {'bibcode': '2017AngCh.129..845M',\n", + " 'author': ['Moustakim, Moses',\n", + " 'Clark, Peter G. K.',\n", + " 'Trulli, Laura',\n", + " 'Fuentes de Arriba, Angel L.',\n", + " 'Ehebauer, Matthias T.',\n", + " 'Chaikuad, Apirat',\n", + " 'Murphy, Emma J.',\n", + " 'Mendez-Johnson, Jacqui',\n", + " 'Daniels, Danette',\n", + " 'Hou, Chun-Feng D.',\n", + " 'Lin, Yu-Hui',\n", + " 'Walker, John R.',\n", + " 'Hui, Raymond',\n", + " 'Yang, Hongbing',\n", + " 'Dorrell, Lucy',\n", + " 'Rogers, Catherine M.',\n", + " 'Monteiro, Octovia P.',\n", + " 'Fedorov, Oleg',\n", + " 'Huber, Kilian V. M.',\n", + " 'Knapp, Stefan',\n", + " 'Heer, Jag',\n", + " 'Dixon, Darren J.',\n", + " 'Brennan, Paul E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fange.201610816\"}'],\n", + " 'title': ['Discovery of a PCAF Bromodomain Chemical Probe']},\n", + " {'bibcode': '2021NatCo..12.4219S',\n", + " 'author': ['Schmidt, Moritz J.',\n", + " 'Gupta, Ashish',\n", + " 'Bednarski, Christien',\n", + " 'Gehrig-Giannini, Stefanie',\n", + " 'Richter, Florian',\n", + " 'Pitzler, Christian',\n", + " 'Gamalinda, Michael',\n", + " 'Galonska, Christina',\n", + " 'Takeuchi, Ryo',\n", + " 'Wang, Kui',\n", + " 'Reiss, Caroline',\n", + " 'Dehne, Kerstin',\n", + " 'Lukason, Michael J.',\n", + " 'Noma, Akiko',\n", + " 'Park-Windhol, Cindy',\n", + " 'Allocca, Mariacarmela',\n", + " 'Kantardzhieva, Albena',\n", + " 'Sane, Shailendra',\n", + " 'Kosakowska, Karolina',\n", + " 'Cafferty, Brian',\n", + " 'Tebbe, Jan',\n", + " 'Spencer, Sarah J.',\n", + " 'Munzer, Scott',\n", + " 'Cheng, Christopher J.',\n", + " 'Scaria, Abraham',\n", + " 'Scharenberg, Andrew M.',\n", + " 'Cohnen, André',\n", + " 'Coco, Wayne M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-24454-5\"}'],\n", + " 'title': ['Improved CRISPR genome editing using small highly active and specific engineered RNA-guided nucleases']},\n", + " {'bibcode': '2003EnTox..18..142G',\n", + " 'author': ['Gehringer, Michelle M.',\n", + " 'Govender, Sharlene',\n", + " 'Shah, Mrinal',\n", + " 'Downing, Timothy G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.10110\"}'],\n", + " 'title': ['An investigation of the role of vitamin E in the protection of mice against microcystin toxicity']},\n", + " {'bibcode': '1968Natur.217..370P',\n", + " 'author': ['Pantelouris, E. M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F217370a0\"}'],\n", + " 'title': ['Absence of Thymus in a Mouse Mutant']},\n", + " {'bibcode': '2016NatSR...620646G',\n", + " 'author': ['Ganesan, Latha P.',\n", + " 'Mates, Jessica M.',\n", + " 'Cheplowitz, Alana M.',\n", + " 'Avila, Christina L.',\n", + " 'Zimmerer, Jason M.',\n", + " 'Yao, Zhili',\n", + " 'Maiseyeu, Andrei',\n", + " 'Rajaram, Murugesan V. S.',\n", + " 'Robinson, John M.',\n", + " 'Anderson, Clark L.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep20646\"}'],\n", + " 'title': ['Scavenger receptor B1, the HDL receptor, is expressed abundantly in liver sinusoidal endothelial cells']},\n", + " {'bibcode': '1983PNAS...80.3845M',\n", + " 'author': ['Merlie, J. P.', 'Sebbane, R.', 'Gardner, S.', 'Lindstrom, J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/80/12/3845\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/80/12/3845\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/80/12/3845\"}'],\n", + " 'title': ['cDNA Clone for the α Subunit of the Acetylcholine Receptor from the Mouse Muscle Cell Line BC3H-1']},\n", + " {'bibcode': '2009PNAS..106.4402W',\n", + " 'author': ['Wang, Kai',\n", + " 'Zhang, Shile',\n", + " 'Marzolf, Bruz',\n", + " 'Troisch, Pamela',\n", + " 'Brightman, Amy',\n", + " 'Hu, Zhiyuan',\n", + " 'Hood, Leroy E.',\n", + " 'Galas, David J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/106/11/4402\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/106/11/4402.full.pdf+html\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0813371106\"}'],\n", + " 'title': ['Circulating microRNAs, potential biomarkers for drug-induced liver injury']},\n", + " {'bibcode': '2006Sci...312..104L',\n", + " 'author': ['Lesurtel, Mickael',\n", + " 'Graf, Rolf',\n", + " 'Aleil, Boris',\n", + " 'Walther, Diego J.',\n", + " 'Tian, Yinghua',\n", + " 'Jochum, Wolfram',\n", + " 'Gachet, Christian',\n", + " 'Bader, Michael',\n", + " 'Clavien, Pierre-Alain'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1123842\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1123842\"}'],\n", + " 'title': ['Platelet-Derived Serotonin Mediates Liver Regeneration']},\n", + " {'bibcode': '2010cosp...38.3511F',\n", + " 'author': ['Feng, Mei Fu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.cospar-assembly.org/abstractcd/OLD/COSPAR-10/abstracts/data/pdf/abstracts/F51-0007-10.pdf\"}'],\n", + " 'title': ['Three-dimentional growth of liver / stem cells in vitro under simulated microgravity']},\n", + " {'bibcode': '2018cosp...42E3745Y',\n", + " 'author': ['Yang, Yuming',\n", + " 'Lu, Weihong*',\n", + " 'Liu, Mengyao',\n", + " 'Cheng, Cuilin'],\n", + " 'title': ['Study on anti-radiation mechanism of Diosmin']},\n", + " {'bibcode': '1969PNAS...63..123A',\n", + " 'author': ['Alfert, Max', 'Das, Nirmal K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/63/1/123\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/63/1/123\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/63/1/123\"}'],\n", + " 'title': ['Evidence for Control of the Rate of Nuclear DNA Synthesis by the Nuclear Membrane in Eukaryotic Cells']},\n", + " {'bibcode': '1998HETox..17..668M',\n", + " 'author': ['Myllynen, P.',\n", + " 'Pienimäki, P.',\n", + " 'Raunio, H.',\n", + " 'Vähäkangas, K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F096032719801701204\"}'],\n", + " 'title': ['Microsomal metabolism of carbamazepine and oxcarbazepine in liver and placenta']},\n", + " {'bibcode': '2010PNAS..10714508P',\n", + " 'author': ['Price, John C.',\n", + " 'Guan, Shenheng',\n", + " 'Burlingame, Alma',\n", + " 'Prusiner, Stanley B.',\n", + " 'Ghaemmaghami, Sina'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/107/32/14508\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1006551107\"}'],\n", + " 'title': ['Analysis of proteome dynamics in the mouse brain']},\n", + " {'bibcode': '1980Natur.283..397R',\n", + " 'author': ['Reddy, J. K.', 'Azarnoff, D. L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F283397a0\"}'],\n", + " 'title': ['Hypolipidaemic hepatic peroxisome proliferators form a novel class of chemical carcinogens']},\n", + " {'bibcode': '2014Natur.505...97D',\n", + " 'author': ['Ding, Bi-Sen',\n", + " 'Cao, Zhongwei',\n", + " 'Lis, Raphael',\n", + " 'Nolan, Daniel J.',\n", + " 'Guo, Peipei',\n", + " 'Simons, Michael',\n", + " 'Penfold, Mark E.',\n", + " 'Shido, Koji',\n", + " 'Rabbany, Sina Y.',\n", + " 'Rafii, Shahin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature12681\"}'],\n", + " 'title': ['Divergent angiocrine signals from vascular niche balance liver regeneration and fibrosis']},\n", + " {'bibcode': '2023SPIE12627E..1HT',\n", + " 'author': ['Tosun, Emirhan',\n", + " 'Dinc, Omer Faruk',\n", + " 'Arli, Berfin',\n", + " 'Tozburun, Serhat'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2672244\"}'],\n", + " 'title': ['A classifier for dynamic thermal imaging']},\n", + " {'bibcode': '2022NatCo..13.6062S',\n", + " 'author': ['Stephenson, Erin J.',\n", + " 'Stayton, Amanda S.',\n", + " 'Sethuraman, Aarti',\n", + " 'Rao, Prahlad K.',\n", + " 'Meyer, Alice',\n", + " 'Gomes, Charles Klazer',\n", + " 'Mulcahy, Molly C.',\n", + " 'McAllan, Liam',\n", + " 'Puchowicz, Michelle A.',\n", + " 'Pierre, Joseph F.',\n", + " 'Bridges, Dave',\n", + " 'Han, Joan C.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-022-33840-6\"}'],\n", + " 'title': ['Chronic intake of high dietary sucrose induces sexually dimorphic metabolic adaptations in mouse liver and adipose tissue']},\n", + " {'bibcode': '2023NatSR..13.4138C',\n", + " 'author': ['Cholico, Giovan N.',\n", + " 'Orlowska, Karina',\n", + " 'Fling, Russell R.',\n", + " 'Sink, Warren J.',\n", + " 'Zacharewski, Nicholas A.',\n", + " 'Fader, Kelly A.',\n", + " 'Nault, Rance',\n", + " 'Zacharewski, Tim'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-31087-9\"}'],\n", + " 'title': ['Consequences of reprogramming acetyl-CoA metabolism by 2,3,7,8-tetrachlorodibenzo-p-dioxin in the mouse liver']},\n", + " {'bibcode': '2014PLoSO...9k3022N',\n", + " 'author': ['Nagasaki, Haruka',\n", + " 'Katsumata, Tokio',\n", + " 'Oishi, Hisashi',\n", + " 'Tai, Pei-Han',\n", + " 'Sekiguchi, Yukari',\n", + " 'Koshida, Ryusuke',\n", + " 'Jung, Yunshin',\n", + " 'Kudo, Takashi',\n", + " 'Takahashi, Satoru'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0113022\"}'],\n", + " 'title': ['Generation of Insulin-Producing Cells from the Mouse Liver Using β Cell-Related Gene Transfer Including Mafa and Mafb']},\n", + " {'bibcode': '2010EHPM...15..105I',\n", + " 'author': ['Inadera, Hidekuni',\n", + " 'Tachibana, Shinjiro',\n", + " 'Suzuki, Aya',\n", + " 'Shimomura, Akiko'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs12199-009-0117-6\"}'],\n", + " 'title': ['Carbon tetrachloride affects inflammation-related biochemical networks in the mouse liver as identified by a customized cDNA microarray system']},\n", + " {'bibcode': '2020NatSR..10.1517B',\n", + " 'author': ['Beheshti, Afshin',\n", + " 'Chakravarty, Kaushik',\n", + " 'Fogle, Homer',\n", + " 'Fazelinia, Hossein',\n", + " 'Silveira, Willian A. da',\n", + " 'Boyko, Valery',\n", + " 'Polo, San-Huei Lai',\n", + " 'Saravia-Butler, Amanda M.',\n", + " 'Hardiman, Gary',\n", + " 'Taylor, Deanne',\n", + " 'Galazka, Jonathan M.',\n", + " 'Costes, Sylvain V.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-58490-w\"}'],\n", + " 'title': ['Author Correction: Multi-omics analysis of multiple missions to space reveal a theme of lipid dysregulation in mouse liver']},\n", + " {'bibcode': '1997Radcb..39..293W',\n", + " 'author': ['Wu, X. H.',\n", + " 'Wang, H. F.',\n", + " 'Liu, Y. F.',\n", + " 'Lu, X. Y.',\n", + " 'Wang, J. J.',\n", + " 'Li, K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1017%2FS0033822200053273\"}'],\n", + " 'title': ['Histone Adduction with Nicotine: A Bio-Ams Study']},\n", + " {'bibcode': '2017NatCo...814477C',\n", + " 'author': ['Cho, Joonseok',\n", + " 'Zhang, Yujian',\n", + " 'Park, Shi-Young',\n", + " 'Joseph, Anna-Maria',\n", + " 'Han, Chul',\n", + " 'Park, Hyo-Jin',\n", + " 'Kalavalapalli, Srilaxmi',\n", + " 'Chun, Sung-Kook',\n", + " 'Morgan, Drake',\n", + " 'Kim, Jae-Sung',\n", + " 'Someya, Shinichi',\n", + " 'Mathews, Clayton E.',\n", + " 'Lee, Young Jae',\n", + " 'Wohlgemuth, Stephanie E.',\n", + " 'Sunny, Nishanth E.',\n", + " 'Lee, Hui-Young',\n", + " 'Choi, Cheol Soo',\n", + " 'Shiratsuchi, Takayuki',\n", + " 'Oh, S. Paul',\n", + " 'Terada, Naohiro'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms14477\"}'],\n", + " 'title': ['Mitochondrial ATP transporter depletion protects mice against liver steatosis and insulin resistance']},\n", + " {'bibcode': '2010Sci...328.1570R',\n", + " 'author': ['Rayner, Katey J.',\n", + " 'Suárez, Yajaira',\n", + " 'Dávalos, Alberto',\n", + " 'Parathath, Saj',\n", + " 'Fitzgerald, Michael L.',\n", + " 'Tamehiro, Norimasa',\n", + " 'Fisher, Edward A.',\n", + " 'Moore, Kathryn J.',\n", + " 'Fernández-Hernando, Carlos'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1189862\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1189862\"}'],\n", + " 'title': ['MiR-33 Contributes to the Regulation of Cholesterol Homeostasis']},\n", + " {'bibcode': '1996Radcb..38..347L',\n", + " 'author': ['Li, X. S.',\n", + " 'Wang, H. F.',\n", + " 'Shi, J. Y.',\n", + " 'Wang, X. Y.',\n", + " 'Liu, Y. F.',\n", + " 'Li, K.',\n", + " 'Lu, X. Y.',\n", + " 'Wang, J. J.',\n", + " 'Liu, K. X.',\n", + " 'Guo, Z. Y.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1017%2FS0033822200017677\"}'],\n", + " 'title': ['Genotoxicity Study on Nicotine and Nicotine-Derived Nitrosamine by Accelerator Mass Spectrometry']},\n", + " {'bibcode': '1966Natur.209.1241M',\n", + " 'author': ['McGahen, J. W.', 'Hoffmann, C. E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F2091241a0\"}'],\n", + " 'title': ['Absence of Mutagenic Effects of 3- and 6-Alkyl-5-bromouracil Herbicides on a Bacteriophage']},\n", + " {'bibcode': '2016NatSR...621598W',\n", + " 'author': ['Wang, Haifang',\n", + " 'Fan, Zenghua',\n", + " 'Zhao, Meng',\n", + " 'Li, Juan',\n", + " 'Lu, Minghua',\n", + " 'Liu, Wei',\n", + " 'Ying, Hao',\n", + " 'Liu, Mofang',\n", + " 'Yan, Jun'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep21598\"}'],\n", + " 'title': ['Oscillating primary transcripts harbor miRNAs with circadian functions']},\n", + " {'bibcode': '2014PLoSO...992884K',\n", + " 'author': ['Kuroda, Noriyuki',\n", + " 'Inoue, Kouji',\n", + " 'Ikeda, Tadayuki',\n", + " 'Hara, Yaiko',\n", + " 'Wake, Kenjiro',\n", + " 'Sato, Tetsuji'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0092884\"}'],\n", + " 'title': ['Apoptotic Response through a High Mobility Box 1 Protein-Dependent Mechanism in LPS/GalN-Induced Mouse Liver Failure and Glycyrrhizin-Mediated Inhibition']},\n", + " {'bibcode': '1982Natur.300..611P',\n", + " 'author': ['Palmiter, Richard D.',\n", + " 'Brinster, Ralph L.',\n", + " 'Hammer, Robert E.',\n", + " 'Trumbauer, Myrna E.',\n", + " 'Rosenfeld, Michael G.',\n", + " 'Birnberg, Neal C.',\n", + " 'Evans, Ronald M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F300611a0\"}'],\n", + " 'title': ['Dramatic growth of mice that develop from eggs microinjected with metallothionein-growth hormone fusion genes']},\n", + " {'bibcode': '2006PNAS..10312511D',\n", + " 'author': ['Dumas, Marc-Emmanuel',\n", + " 'Barton, Richard H.',\n", + " 'Toye, Ayo',\n", + " 'Cloarec, Olivier',\n", + " 'Blancher, Christine',\n", + " 'Rothwell, Alice',\n", + " 'Fearnside, Jane',\n", + " 'Tatoud, Roger',\n", + " 'Blanc, Véronique',\n", + " 'Lindon, John C.',\n", + " 'Mitchell, Steve C.',\n", + " 'Holmes, Elaine',\n", + " 'McCarthy, Mark I.',\n", + " 'Scott, James',\n", + " 'Gauguier, Dominique',\n", + " 'Nicholson, Jeremy K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/103/33/12511\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/33/12511\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/103/33/12511\"}'],\n", + " 'title': ['Metabolic profiling reveals a contribution of gut microbiota to fatty liver phenotype in insulin-resistant mice']},\n", + " {'bibcode': '2005PMB....50.4225A',\n", + " 'author': ['Alexandrakis, George',\n", + " 'Rannou, Fernando R.',\n", + " 'Chatziioannou, Arion F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F0031-9155%2F50%2F17%2F021\"}'],\n", + " 'title': ['Tomographic bioluminescence imaging by use of a combined optical-PET (OPET) system: a computer simulation feasibility study']},\n", + " {'bibcode': '2016NatSR...634382G',\n", + " 'author': ['Grandjean, Capucine L.',\n", + " 'Montalvao, Fabricio',\n", + " 'Celli, Susanna',\n", + " 'Michonneau, David',\n", + " 'Breart, Beatrice',\n", + " 'Garcia, Zacarias',\n", + " 'Perro, Mario',\n", + " 'Freytag, Olivier',\n", + " 'Gerdes, Christian A.',\n", + " 'Bousso, Philippe'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep34382\"}'],\n", + " 'title': ['Intravital imaging reveals improved Kupffer cell-mediated phagocytosis as a mode of action of glycoengineered anti-CD20 antibodies']},\n", + " {'bibcode': '1987PNAS...84.5242L',\n", + " 'author': ['Lalwani, Narendra D.',\n", + " 'Alvares, Keith',\n", + " 'Kumudavalli Reddy, M.',\n", + " 'Narahari Reddy, M.',\n", + " 'Parikh, Indu',\n", + " 'Reddy, Janardan K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/84/15/5242\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/84/15/5242\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/84/15/5242\"}'],\n", + " 'title': ['Peroxisome proliferator-binding protein: identification and partial characterization of nafenopin-, clofibric acid-, and ciprofibrate-binding proteins from rat liver.']},\n", + " {'bibcode': '1998PNAS...95.8847D',\n", + " 'author': ['de La Coste, Alix',\n", + " 'Romagnolo, Béatrice',\n", + " 'Billuart, Pierre',\n", + " 'Renard, Claire-Angélique',\n", + " 'Buendia, Marie-Annick',\n", + " 'Soubrane, Olivier',\n", + " 'Fabre, Monique',\n", + " 'Chelly, Jamel',\n", + " 'Beldjord, Cherif',\n", + " 'Kahn, Axel',\n", + " 'Perret, Christine'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/15/8847\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/15/8847\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/15/8847\"}'],\n", + " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\n", + " {'bibcode': '1967Natur.214.1366B',\n", + " 'author': ['Beloshapkina, T.', 'Khramkova, N.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F2141366a0\"}'],\n", + " 'title': ['Organospecificity of Liver Cell Surface Antigens and its Loss by Ascitic Hepatoma']},\n", + " {'bibcode': '2001Chaos..11...98H',\n", + " 'author': ['Herzel, Hanspeter',\n", + " 'Beule, Dieter',\n", + " 'Kielbasa, Szymon',\n", + " 'Korbel, Jan',\n", + " 'Sers, Christine',\n", + " 'Malik, Arif',\n", + " 'Eickhoff, Holger',\n", + " 'Lehrach, Hans',\n", + " 'Schuchhardt, Johannes'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F1.1336843\"}'],\n", + " 'title': ['Extracting information from cDNA arrays']},\n", + " {'bibcode': '2021NaRes.tmp..555L',\n", + " 'author': ['Liu, Jiang',\n", + " 'Lu, Wei',\n", + " 'Lu, Xifeng',\n", + " 'Zhang, Lu',\n", + " 'Dong, Haifeng',\n", + " 'Li, Yingchun'],\n", + " 'title': ['Versatile Ti3C2Tx MXene for free-radical scavenging']},\n", + " {'bibcode': '2016NatSR...620484H',\n", + " 'author': ['Hu, Junjie',\n", + " 'Che, Li',\n", + " 'Li, Lei',\n", + " 'Pilo, Maria G.',\n", + " 'Cigliano, Antonio',\n", + " 'Ribback, Silvia',\n", + " 'Li, Xiaolei',\n", + " 'Latte, Gavinella',\n", + " 'Mela, Marta',\n", + " 'Evert, Matthias',\n", + " 'Dombrowski, Frank',\n", + " 'Zheng, Guohua',\n", + " 'Chen, Xin',\n", + " 'Calvisi, Diego F.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep20484\"}'],\n", + " 'title': ['Co-activation of AKT and c-Met triggers rapid hepatocellular carcinoma development via the mTORC1/FASN pathway in mice']},\n", + " {'bibcode': '1984PNAS...81.1609O',\n", + " 'author': ['Okret, Sam',\n", + " 'Wikstrom, Ann-Charlotte',\n", + " 'Wrange, Orjan',\n", + " 'Andersson, Birger',\n", + " 'Gustafsson, Jan-Ake'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/81/6/1609\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/81/6/1609\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/81/6/1609\"}'],\n", + " 'title': ['Monoclonal antibodies against the rat liver glucocorticoid receptor.']},\n", + " {'bibcode': '2004PNAS..101..737N',\n", + " 'author': ['Namatame, Ichiji',\n", + " 'Tomoda, Hiroshi',\n", + " 'Ishibashi, Shun',\n", + " 'Ōmura, Satoshi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/101/3/737\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0307757100\"}'],\n", + " 'title': ['Antiatherogenic activity of fungal beauveriolides, inhibitors of lipid droplet accumulation in macrophages']},\n", + " {'bibcode': '2001Sci...294..559M',\n", + " 'author': ['Matsumoto, Kunio',\n", + " 'Yoshitomi, Hideyuki',\n", + " 'Rossant, Janet',\n", + " 'Zaret, Kenneth S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1063889\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1063889\"}'],\n", + " 'title': ['Liver Organogenesis Promoted by Endothelial Cells Prior to Vascular Function']},\n", + " {'bibcode': '2006JaJAP..45.5254M',\n", + " 'author': ['Momose, Atsushi',\n", + " 'Yashiro, Wataru',\n", + " 'Takeda, Yoshihiro',\n", + " 'Suzuki, Yoshio',\n", + " 'Hattori, Tadashi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1143%2FJJAP.45.5254\"}'],\n", + " 'title': ['Phase Tomography by X-ray Talbot Interferometry for Biological Imaging']},\n", + " {'bibcode': '2007PNAS..104.9266L',\n", + " 'author': ['le Masne de Chermont, Quentin',\n", + " 'Chanéac, Corinne',\n", + " 'Seguin, Johanne',\n", + " 'Pellé, Fabienne',\n", + " 'Maîtrejean, Serge',\n", + " 'Jolivet, Jean-Pierre',\n", + " 'Gourier, Didier',\n", + " 'Bessodes, Michel',\n", + " 'Scherman, Daniel'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/22/9266\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0702427104\"}'],\n", + " 'title': ['Nanoprobes with near-infrared persistent luminescence for in vivo imaging']},\n", + " {'bibcode': '1986IJBm...30..283L',\n", + " 'author': ['Leon-Velarde, F.', 'Whittembury, J.', 'Monge, C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2FBF02189472\"}'],\n", + " 'title': ['Oxidative phosphorylation of liver mitochondria from mice acclimatized to hypobaric hypoxia']},\n", + " {'bibcode': '2017NatSR...715167K',\n", + " 'author': ['Kano, Fumi', 'Noguchi, Yoshiyuki', 'Murata, Masayuki'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-15443-0\"}'],\n", + " 'title': ['Establishment and phenotyping of disease model cells created by cell-resealing technique']},\n", + " {'bibcode': '2017NatSR...7..174S',\n", + " 'author': ['Soltis, Anthony R.',\n", + " 'Motola, Shmulik',\n", + " 'Vernia, Santiago',\n", + " 'Ng, Christopher W.',\n", + " 'Kennedy, Norman J.',\n", + " 'Dalin, Simona',\n", + " 'Matthews, Bryan J.',\n", + " 'Davis, Roger J.',\n", + " 'Fraenkel, Ernest'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-00267-9\"}'],\n", + " 'title': ['Hyper- and hypo- nutrition studies of the hepatic transcriptome and epigenome suggest that PPARα regulates anaerobic glycolysis']},\n", + " {'bibcode': '2017NatSR...712480F',\n", + " 'author': ['Fakouri, Nima Borhan',\n", + " 'Durhuus, Jon Ambæk',\n", + " 'Regnell, Christine Elisabeth',\n", + " 'Angleys, Maria',\n", + " 'Desler, Claus',\n", + " 'Hasan-Olive, Md Mahdi',\n", + " 'Martín-Pardillos, Ana',\n", + " 'Tsaalbi-Shtylik, Anastasia',\n", + " 'Thomsen, Kirsten',\n", + " 'Lauritzen, Martin',\n", + " 'Bohr, Vilhelm A.',\n", + " 'de Wind, Niels',\n", + " 'Bergersen, Linda Hildegard',\n", + " 'Rasmussen, Lene Juel'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-12662-3\"}'],\n", + " 'title': ['Rev1 contributes to proper mitochondrial function via the PARP-NAD+-SIRT1-PGC1α axis']},\n", + " {'bibcode': '2012EnvMM..53..350W',\n", + " 'author': ['Wang, Shuang',\n", + " 'Sugamori, Kim S.',\n", + " 'Brenneman, Debbie',\n", + " 'Hsu, Ivy',\n", + " 'Calce, Adriana',\n", + " 'Grant, Denis M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.21695\"}'],\n", + " 'title': ['Influence of arylamine n‑acetyltransferase, sex, and age on 4‑aminobiphenyl‑induced in vivo mutant frequencies and spectra in mouse liver']},\n", + " {'bibcode': '2017PLoSO..1270461T',\n", + " 'author': ['Tsutsumi, Takeya',\n", + " 'Okushin, Kazuya',\n", + " 'Enooku, Kenichiro',\n", + " 'Fujinaga, Hidetaka',\n", + " 'Moriya, Kyoji',\n", + " 'Yotsuyanagi, Hiroshi',\n", + " 'Aizaki, Hideki',\n", + " 'Suzuki, Tetsuro',\n", + " 'Matsuura, Yoshiharu',\n", + " 'Koike, Kazuhiko'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0170461\"}'],\n", + " 'title': ['Nonstructural 5A Protein of Hepatitis C Virus Interferes with Toll-Like Receptor Signaling and Suppresses the Interferon Response in Mouse Liver']},\n", + " {'bibcode': '2005ToxIH..21..231Y',\n", + " 'author': ['Yilmaz, H. Ramazan', 'Yuksel, Esref'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1191%2F0748233705th231oa\"}'],\n", + " 'title': ['Effect of 2,4-dichlorophenoxyacetic acid on the activities of some metabolic enzymes for generating pyridine nucleotide pool of cells from mouse liver']},\n", + " {'bibcode': '2022IJEHR..32.2123W',\n", + " 'author': ['Wang, Rui',\n", + " 'Liu, Haohao',\n", + " 'Du, Xingde',\n", + " 'Ma, Ya',\n", + " 'Tian, Zhihui',\n", + " 'Zhang, Shiyu',\n", + " 'Shi, Linjia',\n", + " 'Guo, Hongxiang',\n", + " 'Zhang, Huizhen'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1080%2F09603123.2021.1946489\"}'],\n", + " 'title': ['MicroRNA-122 overexpression promotes apoptosis and tumor suppressor gene expression induced by microcystin-leucine arginine in mouse liver']},\n", + " {'bibcode': '2013PLoSO...858797R',\n", + " 'author': ['Roncero, Isabel',\n", + " 'Alvarez, Elvira',\n", + " 'Acosta, Carlos',\n", + " 'Sanz, Carmen',\n", + " 'Barrio, Pedro',\n", + " 'Hurtado-Carneiro, Veronica',\n", + " 'Burks, Deborah',\n", + " 'Blázquez, Enrique'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0058797\"}'],\n", + " 'title': ['Insulin-Receptor Substrate-2 (IRS-2) Is Required for Maintaining Glucokinase and Glucokinase Regulatory Protein Expression in Mouse Liver']},\n", + " {'bibcode': '2013PLoSO...874948M',\n", + " 'author': ['Moreno, Daniel',\n", + " 'Balasiddaiah, Anangi',\n", + " 'Lamas, Oscar',\n", + " 'Duret, Cedric',\n", + " 'Neri, Leire',\n", + " 'Guembe, Laura',\n", + " 'Galarraga, Miguel',\n", + " 'Larrea, Esther',\n", + " 'Daujat-Chavanieu, Martine',\n", + " 'Muntane, Jordi',\n", + " 'Maurel, Patrick',\n", + " 'Riezu, Jose Ignacio',\n", + " 'Prieto, Jesus',\n", + " 'Aldabe, Rafael'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0074948\"}'],\n", + " 'title': ['Usage of Adenovirus Expressing Thymidine Kinase Mediated Hepatocellular Damage for Enabling Mouse Liver Repopulation with Allogenic or Xenogenic Hepatocytes']},\n", + " {'bibcode': '2015PLoSO..1031436L',\n", + " 'author': ['Liu, Xiqiang',\n", + " 'Hu, Zhiqiu',\n", + " 'Zhou, Bin',\n", + " 'Li, Xiang',\n", + " 'Tao, Ran'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0131436\"}'],\n", + " 'title': ['Chinese Herbal Preparation Xuebijing Potently Inhibits Inflammasome Activation in Hepatocytes and Ameliorates Mouse Liver Ischemia-Reperfusion Injury']},\n", + " {'bibcode': '2013NatCo...4.2823M',\n", + " 'author': ['Mederacke, Ingmar',\n", + " 'Hsu, Christine C.',\n", + " 'Troeger, Juliane S.',\n", + " 'Huebener, Peter',\n", + " 'Mu, Xueru',\n", + " 'Dapito, Dianne H.',\n", + " 'Pradere, Jean-Philippe',\n", + " 'Schwabe, Robert F.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms3823\"}'],\n", + " 'title': ['Fate tracing reveals hepatic stellate cells as dominant contributors to liver fibrosis independent of its aetiology']},\n", + " {'bibcode': '1966RSPSB.165...61C',\n", + " 'author': ['Craigie, J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1098%2Frspb.1966.0058\"}'],\n", + " 'title': [\"'Bacillus piliformis' (Tyzzer) and Tyzzer's Disease of the Laboratory Mouse. II. Mouse Pathogenicity of B. piliformis Grown in Embryonated Eggs\"]},\n", + " {'bibcode': '2021NatSR..1111307K',\n", + " 'author': ['Kümmel, Tim',\n", + " 'van Marwick, Björn',\n", + " 'Rittel, Miriam',\n", + " 'Ramallo Guevara, Carina',\n", + " 'Wühler, Felix',\n", + " 'Teumer, Tobias',\n", + " 'Wängler, Björn',\n", + " 'Hopf, Carsten',\n", + " 'Rädle, Matthias'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-021-90777-4\"}'],\n", + " 'title': ['Rapid brain structure and tumour margin detection on whole frozen tissue sections by fast multiphotometric mid-infrared scanning']},\n", + " {'bibcode': '2022NatCo..13..437L',\n", + " 'author': ['Liang, Shun-Qing',\n", + " 'Liu, Pengpeng',\n", + " 'Smith, Jordan L.',\n", + " 'Mintzer, Esther',\n", + " 'Maitland, Stacy',\n", + " 'Dong, Xiaolong',\n", + " 'Yang, Qiyuan',\n", + " 'Lee, Jonathan',\n", + " 'Haynes, Cole M.',\n", + " 'Zhu, Lihua Julie',\n", + " 'Watts, Jonathan K.',\n", + " 'Sontheimer, Erik J.',\n", + " 'Wolfe, Scot A.',\n", + " 'Xue, Wen'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-022-28135-9\"}'],\n", + " 'title': ['Genome-wide detection of CRISPR editing in vivo using GUIDE-tag']},\n", + " {'bibcode': '2017NatSR...7.4200L',\n", + " 'author': ['Li, Bin',\n", + " 'Qing, Tao',\n", + " 'Zhu, Jinhang',\n", + " 'Wen, Zhuo',\n", + " 'Yu, Ying',\n", + " 'Fukumura, Ryutaro',\n", + " 'Zheng, Yuanting',\n", + " 'Gondo, Yoichi',\n", + " 'Shi, Leming'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-04520-z\"}'],\n", + " 'title': ['A Comprehensive Mouse Transcriptomic BodyMap across 17 Tissues by RNA-seq']},\n", + " {'bibcode': '1966Sci...151.1228K',\n", + " 'author': ['Kurumada, Takao', 'Labbe, Robert F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1718458?origin=ads\"}'],\n", + " 'title': ['Fumarate Reductase in the Control of Heme Biosynthesis']},\n", + " {'bibcode': '2009PNAS..106.2377L',\n", + " 'author': ['Liu, Benny',\n", + " 'Turley, Stephen D.',\n", + " 'Burns, Dennis K.',\n", + " 'Miller, Anna M.',\n", + " 'Repa, Joyce J.',\n", + " 'Dietschy, John M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/106/7/2377\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/106/7/2377.full.pdf+html\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0810895106\"}'],\n", + " 'title': ['Reversal of defective lysosomal transport in NPC disease ameliorates liver dysfunction and neurodegeneration in the npc1−/− mouse']},\n", + " {'bibcode': '1982PNAS...79.7619D',\n", + " 'author': ['Domdey, Horst',\n", + " 'Wiebauer, Karin',\n", + " 'Kazmaier, Michael',\n", + " 'Muller, Verena',\n", + " 'Odink, Karel',\n", + " 'Fey, George'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/79/24/7619\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/79/24/7619\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/79/24/7619\"}'],\n", + " 'title': ['Characterization of the mRNA and cloned cDNA specifying the third component of mouse complement.']},\n", + " {'bibcode': '2020FrP.....8..124M',\n", + " 'author': ['Moran, Carmel M.', 'Thomson, Adrian J. W.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3389%2Ffphy.2020.00124\"}'],\n", + " 'title': ['Preclinical Ultrasound Imaging - a review of techniques and imaging applications']},\n", + " {'bibcode': '1985PNAS...82.1746L',\n", + " 'author': ['Levi-Strauss, Matthieu',\n", + " 'Tosi, Mario',\n", + " 'Steinmetz, Michael',\n", + " 'Klein, Jan',\n", + " 'Meo, Tommaso'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/82/6/1746\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/82/6/1746\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/82/6/1746\"}'],\n", + " 'title': ['Multiple duplications of complement C4 gene correlate with H-2-controlled testosterone-independent expression of its sex-limited isoform, C4-Slp.']},\n", + " {'bibcode': '2013SPIE.8800E..03C',\n", + " 'author': ['Chekkoury, Andrei',\n", + " 'Gateau, Jérôme',\n", + " 'Ntziachristos, Vasilis'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2032064\"}'],\n", + " 'title': ['Multiple bandwidth volumetric optoacoustic tomography using conventional ultrasound linear arrays']},\n", + " {'bibcode': '2019SPIE10859E..0BH',\n", + " 'author': ['Huang, Hsu-Cheng',\n", + " 'Lin, Chih-Ju',\n", + " 'Lee, Sheng-Lin',\n", + " 'Lee, Hsuan-Shu',\n", + " 'Dong, Chen-Yuan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2507347\"}'],\n", + " 'title': ['Multiphoton imaging of the toxic effect of carbon tetrachloride on hepatobiliary metabolism in vivo']},\n", + " {'bibcode': '1965Natur.208..499A',\n", + " 'author': ['Abe, Mitsuyuki', 'Mönig, Hans', 'Koch, Ruprecht'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F208499a0\"}'],\n", + " 'title': ['Influence of Oxygen and Cysteine on the Radical State of X-irradiated Lyophilized Liver']},\n", + " {'bibcode': '1988PNAS...85..836B',\n", + " 'author': ['Brinster, Ralph L.',\n", + " 'Allen, James M.',\n", + " 'Behringer, Richard R.',\n", + " 'Gelinas, Richard E.',\n", + " 'Palmiter, Richard D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/85/3/836\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/85/3/836\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/85/3/836\"}'],\n", + " 'title': ['Introns increase transcriptional efficiency in transgenic mice.']},\n", + " {'bibcode': '1958Natur.182.1088B',\n", + " 'author': ['Bell, L. G. E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F1821088a0\"}'],\n", + " 'title': ['Sulphydryl Groups and Ribonucleic Acid']},\n", + " {'bibcode': '2017NatSR...716112K',\n", + " 'author': ['Kelsey, Ilana',\n", + " 'Zbinden, Marie',\n", + " 'Byles, Vanessa',\n", + " 'Torrence, Margaret',\n", + " 'Manning, Brendan D.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-16398-y\"}'],\n", + " 'title': ['mTORC1 suppresses PIM3 expression via miR-33 encoded by the SREBP loci']},\n", + " {'bibcode': '2022PLSCB..18E9653V',\n", + " 'author': ['Van Liedekerke, Paul',\n", + " 'Gannoun, Lila',\n", + " 'Loriot, Axelle',\n", + " 'Johann, Tim',\n", + " 'Lemaigre, Frédéric P.',\n", + " 'Drasdo, Dirk'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pcbi.1009653\"}'],\n", + " 'title': ['Quantitative modeling identifies critical cell mechanics driving bile duct lumen formation']},\n", + " {'bibcode': '2017NatSR...7.6122K',\n", + " 'author': ['Kurihara, Takeshi',\n", + " 'Fukuhara, Takasuke',\n", + " 'Ono, Chikako',\n", + " 'Yamamoto, Satomi',\n", + " 'Uemura, Kentaro',\n", + " 'Okamoto, Toru',\n", + " 'Sugiyama, Masaya',\n", + " 'Motooka, Daisuke',\n", + " 'Nakamura, Shota',\n", + " 'Ikawa, Masato',\n", + " 'Mizokami, Masashi',\n", + " 'Maehara, Yoshihiko',\n", + " 'Matsuura, Yoshiharu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-05905-w\"}'],\n", + " 'title': ['Suppression of HBV replication by the expression of nickase- and nuclease dead-Cas9']},\n", + " {'bibcode': '2016NatSR...636926D',\n", + " 'author': ['Dang, Fabin',\n", + " 'Wu, Rong',\n", + " 'Wang, Pengfei',\n", + " 'Wu, Yuting',\n", + " 'Azam, Md. Shofiul',\n", + " 'Xu, Qian',\n", + " 'Chen, Yaqiong',\n", + " 'Liu, Yi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep36926\"}'],\n", + " 'title': ['Fasting and Feeding Signals Control the Oscillatory Expression of Angptl8 to Modulate Lipid Metabolism']},\n", + " {'bibcode': '1993Natur.364...64M',\n", + " 'author': ['Medvinsky, Alexander L.',\n", + " 'Samoylina, Nina L.',\n", + " 'Müller, Albrecht M.',\n", + " 'Dzierzak, Elaine A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F364064a0\"}'],\n", + " 'title': ['An early pre-liver intraembryonic source of CFU-S in the developing mouse']},\n", + " {'bibcode': '2023Heliy...920591M',\n", + " 'author': ['Ma, Liang',\n", + " 'Song, Jianguo',\n", + " 'Chen, Xueping',\n", + " 'Dai, Duan',\n", + " 'Chen, Jianping',\n", + " 'Zhang, Liwen'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.heliyon.2023.e20591\"}'],\n", + " 'title': ['Fecal microbiota transplantation regulates TFH/TFR cell imbalance via TLR/MyD88 pathway in experimental autoimmune hepatitis']},\n", + " {'bibcode': '2018NatSR...816070C',\n", + " 'author': ['Cho, Young-Eun',\n", + " 'Seo, Wonhyo',\n", + " 'Kim, Do-Kyun',\n", + " 'Moon, Pyong-Gon',\n", + " 'Kim, Sang-Hyun',\n", + " 'Lee, Byung-Heon',\n", + " 'Song, Byoung-Joon',\n", + " 'Baek, Moon-Chang'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-34309-7\"}'],\n", + " 'title': ['Exogenous exosomes from mice with acetaminophen-induced liver injury promote toxicity in the recipient hepatocytes and mice']},\n", + " {'bibcode': '1978PNAS...75..677G',\n", + " 'author': ['Gillum, Amanda M.', 'Clayton, David A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/75/2/677\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/75/2/677\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/75/2/677\"}'],\n", + " 'title': ['Displacement-Loop Replication Initiation Sequence in Animal Mitochondrial DNA Exists as a Family of Discrete Lengths']},\n", + " {'bibcode': '2008PNAS..10519378S',\n", + " 'author': ['Stratikopoulos, Elias',\n", + " 'Szabolcs, Matthias',\n", + " 'Dragatsis, Ioannis',\n", + " 'Klinakis, Apostolos',\n", + " 'Efstratiadis, Argiris'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/49/19378\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/49/19378.full.pdf\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0809223105\"}'],\n", + " 'title': ['The hormonal action of IGF1 in postnatal mouse growth']},\n", + " {'bibcode': '2014Natur.506..382L',\n", + " 'author': ['Lisowski, Leszek',\n", + " 'Dane, Allison P.',\n", + " 'Chu, Kirk',\n", + " 'Zhang, Yue',\n", + " 'Cunningham, Sharon C.',\n", + " 'Wilson, Elizabeth M.',\n", + " 'Nygaard, Sean',\n", + " 'Grompe, Markus',\n", + " 'Alexander, Ian E.',\n", + " 'Kay, Mark A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature12875\"}'],\n", + " 'title': ['Selection and evaluation of clinically relevant AAV variants in a xenograft liver model']},\n", + " {'bibcode': '2010RadR..174..786.',\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1667%2F0033-7587-174.6.786\"}'],\n", + " 'title': [\"Corrections: in the article ``Gene Expression Profiles in Mouse Liver after Long-Term Low-Dose-Rate Irradiation with Gamma Rays'' by Ueharaet al.\"]},\n", + " {'bibcode': '2023RSMS...6403036S',\n", + " 'author': ['Saha, Purbali',\n", + " 'Thomas, Sujitha',\n", + " 'Badanthadka, Murali',\n", + " 'Sharma, Krupesha',\n", + " 'Mathias, Michelle'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.rsma.2023.103036\"}'],\n", + " 'title': ['Toxicity assessment of Tetrodotoxin of commercially exploited smooth blassop Lagocephalus inermis in south-eastern Arabian Sea']},\n", + " {'bibcode': '2023PNAS..12003703Y',\n", + " 'author': ['Yang, Weiming',\n", + " 'Tian, E.',\n", + " 'Chernish, Aliona',\n", + " 'McCluggage, Peggy',\n", + " 'Dalal, Kruti',\n", + " 'Lara, Alexander',\n", + " 'Ten Hagen, Kelly G.',\n", + " 'Tabak, Lawrence A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.2303703120\"}'],\n", + " 'title': ['Quantitative mapping of the in vivo O-GalNAc glycoproteome in mouse tissues identifies GalNAc-T2 O-glycosites in metabolic disorder']},\n", + " {'bibcode': '2017PNAS..114.3654T',\n", + " 'author': ['Tsai, Jonathan M.',\n", + " 'Koh, Pang Wei',\n", + " 'Stefanska, Ania',\n", + " 'Xing, Liujing',\n", + " 'Walmsley, Graham G.',\n", + " 'Poux, Nicolas',\n", + " 'Weissman, Irving L.',\n", + " 'Rinkevich, Yuval'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1621361114\"}'],\n", + " 'title': ['Localized hepatic lobular regeneration by central-vein-associated lineage-restricted progenitors']},\n", + " {'bibcode': '1988Sci...241.1632M',\n", + " 'author': ['McCune, J. M.',\n", + " 'Namikawa, R.',\n", + " 'Kaneshima, H.',\n", + " 'Shultz, L. D.',\n", + " 'Lieberman, M.',\n", + " 'Weissman, I. L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.2971269\"}'],\n", + " 'title': ['The SCID-hu Mouse: Murine Model for the Analysis of Human Hematolymphoid Differentiation and Function']},\n", + " {'bibcode': '1991PNAS...88.1217P',\n", + " 'author': ['Parker Ponder, Katherine',\n", + " 'Gupta, Sanjeev',\n", + " 'Leland, Frances',\n", + " 'Darlington, Gretchen',\n", + " 'Finegold, Milton',\n", + " 'Demayo, Janet',\n", + " 'Ledley, Fred D.',\n", + " 'Chowdhury, Jayanta Roy',\n", + " 'Woo, Savio L. C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/4/1217\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/4/1217\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/4/1217\"}'],\n", + " 'title': ['Mouse hepatocytes migrate to liver parenchyma and function indefinitely after intrasplenic transplantation.']},\n", + " {'bibcode': '2019NatCo..10.3882M',\n", + " 'author': ['Matsumoto, Shinji',\n", + " 'Yamamichi, Taku',\n", + " 'Shinzawa, Koei',\n", + " 'Kasahara, Yuuya',\n", + " 'Nojima, Satoshi',\n", + " 'Kodama, Takahiro',\n", + " 'Obika, Satoshi',\n", + " 'Takehara, Tetsuo',\n", + " 'Morii, Eiichi',\n", + " 'Okuyama, Hiroomi',\n", + " 'Kikuchi, Akira'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-019-11533-x\"}'],\n", + " 'title': ['GREB1 induced by Wnt signaling promotes development of hepatoblastoma by suppressing TGFβ signaling']},\n", + " {'bibcode': '1987PNAS...84.7051T',\n", + " 'author': ['Terao, Mineko', 'Mintz, Beatrice'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/84/20/7051\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/84/20/7051\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/84/20/7051\"}'],\n", + " 'title': ['Cloning and characterization of a cDNA coding for mouse placental alkaline phosphatase.']},\n", + " {'bibcode': '2010JSFA...90..329L',\n", + " 'author': ['Liu, Liang-Chih',\n", + " 'Wang, Chau-Jong',\n", + " 'Lee, Ching-Chih',\n", + " 'Su, Sheng-Chi',\n", + " 'Chen, Huei-Lin',\n", + " 'Hsu, Jen-Dong',\n", + " 'Lee, Huei-Jane'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fjsfa.3821\"}'],\n", + " 'title': ['Aqueous extract of Hibiscus sabdariffa L. decelerates acetaminophen‑induced acute liver damage by reducing cell death and oxidative stress in mouse experimental models']},\n", + " {'bibcode': '2017NatSR...7.7190S',\n", + " 'author': ['Sun, Wendi',\n", + " 'Kato, Hiroyuki',\n", + " 'Kitajima, Shojiro',\n", + " 'Lee, Kian Leong',\n", + " 'Gradin, Katarina',\n", + " 'Okamoto, Takashi',\n", + " 'Poelllinger, Lorenz'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-05685-3\"}'],\n", + " 'title': ['Interaction between von Hippel-Lindau Protein and Fatty Acid Synthase Modulates Hypoxia Target Gene Expression']},\n", + " {'bibcode': '2017JaJAP..56e5002S',\n", + " 'author': ['Sakuragi, Mina', 'Taguchi, Kazuaki', 'Kusakabe, Katsuki'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.7567%2FJJAP.56.055002\"}'],\n", + " 'title': ['Structural and biological characterization of Fe3O4-loaded spherical and tubular liposomes for use in drug delivery systems']},\n", + " {'bibcode': '2007PMB....52..577D',\n", + " 'author': ['Dogdas, Belma',\n", + " 'Stout, David',\n", + " 'Chatziioannou, Arion F.',\n", + " 'Leahy, Richard M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F0031-9155%2F52%2F3%2F003\"}'],\n", + " 'title': ['Digimouse: a 3D whole body mouse atlas from CT and cryosection data']},\n", + " {'bibcode': '1979PNAS...76.1373W',\n", + " 'author': ['Wigler, Michael',\n", + " 'Pellicer, Angel',\n", + " 'Silverstein, Saul',\n", + " 'Axel, Richard',\n", + " 'Urlaub, Gail',\n", + " 'Chasin, Lawrence'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/76/3/1373\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/76/3/1373\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/76/3/1373\"}'],\n", + " 'title': ['DNA-mediated transfer of the adenine phosphoribosyltransferase locus into mammalian cells.']},\n", + " {'bibcode': '2021NatSR..11.3961N',\n", + " 'author': ['Nakanishi, Tomoko',\n", + " 'Maekawa, Aya',\n", + " 'Suzuki, Mariko',\n", + " 'Tabata, Hirotaka',\n", + " 'Sato, Kumiko',\n", + " 'Mori, Mai',\n", + " 'Saito, Izumu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-021-83259-0\"}'],\n", + " 'title': ['Construction of adenovirus vectors simultaneously expressing four multiplex, double-nicking guide RNAs of CRISPR/Cas9 and in vivo genome editing']},\n", + " {'bibcode': '2017NatSR...7.8267V',\n", + " 'author': ['van de Garde, Martijn D. B.',\n", + " 'Pas, Suzan D.',\n", + " 'van Oord, Gertine W.',\n", + " 'Gama, Lucio',\n", + " 'Choi, Youkyung',\n", + " 'de Man, Robert A.',\n", + " 'Boonstra, Andre',\n", + " 'Vanwolleghem, Thomas'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-07434-y\"}'],\n", + " 'title': ['Interferon-alpha treatment rapidly clears Hepatitis E virus infection in humanized mice']},\n", + " {'bibcode': '2013ToxIH..29..888M',\n", + " 'author': ['Mercan, Sevcan', 'Eren, Banu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F0748233712446725\"}'],\n", + " 'title': ['Protective role of melatonin supplementation against nicotine-induced liver damage in mouse']},\n", + " {'bibcode': '2012JMagR.214..352M',\n", + " 'author': ['Mao, Xi-an',\n", + " 'Li, Ning',\n", + " 'Mao, Jiezhen',\n", + " 'Li, Qiurong',\n", + " 'Xiao, Nan',\n", + " 'Jiang, Bin',\n", + " 'Jiang, Ling',\n", + " 'Wang, Xu-xia',\n", + " 'Liu, Maili'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.jmr.2011.11.019\"}'],\n", + " 'title': ['Fast detection of choline-containing metabolites in liver using 2D 1H- 14N three-bond correlation (HN3BC) spectroscopy']},\n", + " {'bibcode': '2009SPIE.7262E..0PD',\n", + " 'author': ['Daoud, Mohammad I.', 'Lacefield, James C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.812938\"}'],\n", + " 'title': ['Stochastic modeling of tissue microstructure for high-frequency ultrasound imaging simulations']},\n", + " {'bibcode': '2006PNAS..10311294L',\n", + " 'author': ['Lu, Yuxin',\n", + " 'Dang, Hoa',\n", + " 'Middleton, Blake',\n", + " 'Zhang, Zesong',\n", + " 'Washburn, Lorraine',\n", + " 'Stout, David B.',\n", + " 'Campbell-Thompson, Martha',\n", + " 'Atkinson, Mark A.',\n", + " 'Phelps, Michael',\n", + " 'Gambhir, Sanjiv Sam',\n", + " 'Tian, Jide',\n", + " 'Kaufman, Daniel L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/103/30/11294\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/30/11294\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/103/30/11294\"}'],\n", + " 'title': ['Noninvasive imaging of islet grafts using positron-emission tomography']},\n", + " {'bibcode': '2016NatSR...623781S',\n", + " 'author': ['Sánchez-Velázquez, P.',\n", + " 'Castellví, Q.',\n", + " 'Villanueva, A.',\n", + " 'Quesada, R.',\n", + " 'Pañella, C.',\n", + " 'Cáceres, M.',\n", + " 'Dorcaratto, D.',\n", + " 'Andaluz, A.',\n", + " 'Moll, X.',\n", + " 'Trujillo, M.',\n", + " 'Burdío, J. M.',\n", + " 'Berjano, E.',\n", + " 'Grande, L.',\n", + " 'Ivorra, A.',\n", + " 'Burdío, F.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep23781\"}'],\n", + " 'title': ['Irreversible electroporation of the liver: is there a safe limit to the ablation volume?']},\n", + " {'bibcode': '1961Natur.190..720B',\n", + " 'author': ['Breuer, H.', 'Knuppen, R.', 'Pangels, Gerta'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F190720a0\"}'],\n", + " 'title': ['Configuration of the 6-Hydroxyl Group in Phenolic Steroids']},\n", + " {'bibcode': '1964Natur.201..618S',\n", + " 'author': ['Solomon, J. B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F201618a0\"}'],\n", + " 'title': ['Deoxyribonuclease II in the Developing Mouse Embryo']},\n", + " {'bibcode': '1973Natur.246...35W',\n", + " 'author': ['Wilcox, F. H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F246035a0\"}'],\n", + " 'title': ['Genetic Differences in Conformational Changes of Albumin in the House Mouse']},\n", + " {'bibcode': '2023PNAS..12017543L',\n", + " 'author': ['Luukkonen, Panu K.',\n", + " 'Sakuma, Ikki',\n", + " 'Gaspar, Rafael C.',\n", + " 'Mooring, Meghan',\n", + " 'Nasiri, Ali',\n", + " 'Kahn, Mario',\n", + " 'Zhang, Xian-Man',\n", + " 'Zhang, Dongyan',\n", + " 'Sammalkorpi, Henna',\n", + " 'Penttilä, Anne K.',\n", + " 'Orho-Melander, Marju',\n", + " 'Arola, Johanna',\n", + " 'Juuti, Anne',\n", + " 'Zhang, Xuchen',\n", + " 'Yimlamai, Dean',\n", + " 'Yki-Järvinen, Hannele',\n", + " 'Petersen, Kitt Falk',\n", + " 'Shulman, Gerald I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.2217543120\"}'],\n", + " 'title': ['Inhibition of HSD17B13 protects against liver fibrosis by inhibition of pyrimidine catabolism in nonalcoholic steatohepatitis']},\n", + " {'bibcode': '1995Sci...269..230T',\n", + " 'author': ['Threadgill, David W.',\n", + " 'Dlugosz, Andrzej A.',\n", + " 'Hansen, Laura A.',\n", + " 'Tennenbaum, Tamar',\n", + " 'Lichti, Ulrike',\n", + " 'Yee, Della',\n", + " 'Lamantia, Christian',\n", + " 'Mourton, Tracy',\n", + " 'Herrup, Karl',\n", + " 'Harris, Raymond C.',\n", + " 'Barnard, John A.',\n", + " 'Yuspa, Stuart H.',\n", + " 'Coffey, Robert J.',\n", + " 'Magnuson, Terry'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.7618084\"}'],\n", + " 'title': ['Targeted Disruption of Mouse EGF Receptor: Effect of Genetic Background on Mutant Phenotype']},\n", + " {'bibcode': '1989PNAS...86.7971G',\n", + " 'author': ['Gossen, Jan A.',\n", + " 'de Leeuw, Wiljo J. F.',\n", + " 'Tan, Cecilia H. T.',\n", + " 'Zwarthoff, Ellen C.',\n", + " 'Berends, Frits',\n", + " 'Lohman, Paul H. M.',\n", + " 'Knook, Dick L.',\n", + " 'Vijg, Jan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/86/20/7971\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/86/20/7971\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/86/20/7971\"}'],\n", + " 'title': ['Efficient rescue of integrated shuttle vectors from transgenic mice: a model for studying mutations in vivo.']},\n", + " {'bibcode': '2022FrCh...10.4893C',\n", + " 'author': ['Chen, Shuo',\n", + " 'Han, Lei',\n", + " 'Wang, Qiu',\n", + " 'Liu, Chenglang',\n", + " 'Liu, Yuzhen',\n", + " 'Li, Jie'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3389%2Ffchem.2022.964893\"}'],\n", + " 'title': ['Effect of Nanoscale Zero-Valent Iron on Arsenic Bioaccessibility and Bioavailability in Soil']},\n", + " {'bibcode': '2005Natur.435..944L',\n", + " 'author': ['Lee, Catherine S.',\n", + " 'Friedman, Joshua R.',\n", + " 'Fulmer, James T.',\n", + " 'Kaestner, Klaus H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature03649\"}'],\n", + " 'title': ['The initiation of liver development is dependent on Foxa transcription factors']},\n", + " {'bibcode': '2004PNAS..10117216C',\n", + " 'author': ['Colnot, S.',\n", + " 'Decaens, T.',\n", + " 'Niwa-Kawakita, M.',\n", + " 'Godard, C.',\n", + " 'Hamard, G.',\n", + " 'Kahn, A.',\n", + " 'Giovannini, M.',\n", + " 'Perret, C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/101/49/17216\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0404761101\"}'],\n", + " 'title': ['Liver-targeted disruption of Apc in mice activates β-catenin signaling and leads to hepatocellular carcinomas']},\n", + " {'bibcode': '1996HETox..15..105B',\n", + " 'author': ['Bhattacharya, R.',\n", + " 'Lakshmana Rao, PV',\n", + " 'Bhaskar, Asb',\n", + " 'Pant, SC',\n", + " 'Dube, SN'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F096032719601500202\"}'],\n", + " 'title': ['Liver slice culture for assessing hepatotoxicity of freshwater cyanobacteria']},\n", + " {'bibcode': '2021APS..MARC05003M',\n", + " 'author': ['Morales-Navarette, Hernan',\n", + " 'Nonaka, Hidenori',\n", + " 'Scholich, Andre',\n", + " 'Segovia-Miranda, Fabian',\n", + " 'de Back, Walter',\n", + " 'Meyer, Kirstin',\n", + " 'Bogorad, Roman',\n", + " 'Kotelianski, Victor',\n", + " 'Brusch, Lutz',\n", + " 'Kalaidizidis, Yannis',\n", + " 'Julicher, Frank',\n", + " 'Friedrich, Benjamin',\n", + " 'Zerial, Marino'],\n", + " 'title': ['Liquid-crystal organization of liver tissue']},\n", + " {'bibcode': '2017NatSR...7.5274D',\n", + " 'author': ['Du, Juan',\n", + " 'Tian, Jingyan',\n", + " 'Ding, Lili',\n", + " 'Trac, Candi',\n", + " 'Xia, Brian',\n", + " 'Sun, Siming',\n", + " 'Schones, Dustin E.',\n", + " 'Huang, Wendong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-05349-2\"}'],\n", + " 'title': ['Vertical sleeve gastrectomy reverses diet-induced gene-regulatory changes impacting lipid metabolism']},\n", + " {'bibcode': '2021NatSR..1122975A',\n", + " 'author': ['AlOgayil, Najla',\n", + " 'Bauermeister, Klara',\n", + " 'Galvez, Jose Hector',\n", + " 'Venkatesh, Varun S.',\n", + " 'Zhuang, Qinwei Kim-wee',\n", + " 'Chang, Matthew L.',\n", + " 'Davey, Rachel A.',\n", + " 'Zajac, Jeffrey D.',\n", + " 'Ida, Kinuyo',\n", + " 'Kamiya, Akihide',\n", + " 'Taketo, Teruko',\n", + " 'Bourque, Guillaume',\n", + " 'Naumova, Anna K.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-021-02512-8\"}'],\n", + " 'title': ['Author Correction: Distinct roles of androgen receptor, estrogen receptor alpha, and BCL6 in the establishment of sex-biased DNA methylation in mouse liver']},\n", + " {'bibcode': '2003Sci...299..890L',\n", + " 'author': ['LeCouter, Jennifer',\n", + " 'Moritz, Dirk R.',\n", + " 'Li, Bing',\n", + " 'Phillips, Gail Lewis',\n", + " 'Liang, Xiao Huan',\n", + " 'Gerber, Hans-Peter',\n", + " 'Hillan, Kenneth J.',\n", + " 'Ferrara, Napoleone'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1079562\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1079562\"}'],\n", + " 'title': ['Angiogenesis-Independent Endothelial Protection of Liver: Role of VEGFR-1']},\n", + " {'bibcode': '1976Natur.259..224R',\n", + " 'author': ['Raff, Martin C.', 'Megson, Mary'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F259224a0\"}'],\n", + " 'title': ['Early production of intracellular IgM by B-lymphocyte precursors in mouse']},\n", + " {'bibcode': '1993WatRe..27..495K',\n", + " 'author': ['Kotak, Brian G.',\n", + " 'Kenefick, Sandra L.',\n", + " 'Fritz, David L.',\n", + " 'Rousseaux, Colin G.',\n", + " 'Prepas, Ellie E.',\n", + " 'Hrudey, Steve E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2F0043-1354%2893%2990050-R\"}'],\n", + " 'title': ['Occurrence and toxicological evaluation of cyanobacterial toxins in Alberta lakes and farm dugouts']},\n", + " {'bibcode': '2002PNAS...9913825Y',\n", + " 'author': ['Yang, Priscilla L.',\n", + " 'Althage, Alana',\n", + " 'Chung, Josan',\n", + " 'Chisari, Francis V.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/99/21/13825\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/99/21/13825\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/99/21/13825\"}'],\n", + " 'title': ['Hydrodynamic injection of viral DNA: A mouse model of acute hepatitis B virus infection']},\n", + " {'bibcode': '2020PNAS..117.9630G',\n", + " 'author': ['Gobet, Cédric',\n", + " 'Weger, Benjamin Dieter',\n", + " 'Marquis, Julien',\n", + " 'Martin, Eva',\n", + " 'Neelagandan, Nagammal',\n", + " 'Gachon, Frédéric',\n", + " 'Naef, Felix'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1918145117\"}'],\n", + " 'title': ['Robust landscapes of ribosome dwell times and aminoacyl-tRNAs in response to nutrient stress in liver']},\n", + " {'bibcode': '1992EnvMM..19....1S',\n", + " 'author': ['Salassidis, K.',\n", + " 'Huber, R.',\n", + " 'Zitzelsberger, H.',\n", + " 'Bauchinger, M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.2850190102\"}'],\n", + " 'title': ['Centromere detection in vinblastine‑ and radiation‑induced micronuclei of cytokinesis‑blocked mouse cells by using in situ hybridization with a mouse gamma (Major) satellite DNA probe']},\n", + " {'bibcode': '2014EnvMM..55..500L',\n", + " 'author': ['Louro, Henriqueta',\n", + " 'Tavares, Ana',\n", + " 'Vital, Nádia',\n", + " 'Costa, Pedro M.',\n", + " 'Alverca, Elsa',\n", + " 'Zwart, Edwin',\n", + " 'de Jong, Wim H.',\n", + " 'Fessard, Valérie',\n", + " 'Lavinha, João',\n", + " 'Silva, Maria J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.21864\"}'],\n", + " 'title': ['Integrated approach to the in vivo genotoxic effects of a titanium dioxide nanomaterial using LacZ plasmid‑based transgenic mice']},\n", + " {'bibcode': '2017NatSR...741888V',\n", + " 'author': ['van Thuy, Tuong Thi',\n", + " 'Thuy, Le Thi Thanh',\n", + " 'Yoshizato, Katsutoshi',\n", + " 'Kawada, Norifumi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep41888\"}'],\n", + " 'title': ['Possible Involvement of Nitric Oxide in Enhanced Liver Injury and Fibrogenesis during Cholestasis in Cytoglobin-deficient Mice']},\n", + " {'bibcode': '2023SPIE12367E..0GZ',\n", + " 'author': ['Zhu, Yue', 'Zhou, Yuan', 'Guo, Zhenyan', 'Tian, Haoying'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"video\", \"url\": \"https://doi.org/10.1117/12.2641988\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2641988\"}'],\n", + " 'title': ['DMD-based structured illumination full-field optical coherence tomography']},\n", + " {'bibcode': '2016HETox..35.1093X',\n", + " 'author': ['Xu, LL', 'Long, CY', 'Wang, JL', 'Yu, M.', 'Chen, JX'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F0960327115621363\"}'],\n", + " 'title': ['Involvement of oxidative stress in tri-ortho–cresyl phosphate-induced liver injury in male mice']},\n", + " {'bibcode': '2009Sci...326..437L',\n", + " 'author': ['Lamia, Katja A.',\n", + " 'Sachdeva, Uma M.',\n", + " 'DiTacchio, Luciano',\n", + " 'Williams, Elliot C.',\n", + " 'Alvarez, Jacqueline G.',\n", + " 'Egan, Daniel F.',\n", + " 'Vasquez, Debbie S.',\n", + " 'Juguilon, Henry',\n", + " 'Panda, Satchidananda',\n", + " 'Shaw, Reuben J.',\n", + " 'Thompson, Craig B.',\n", + " 'Evans, Ronald M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1172156\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1172156\"}'],\n", + " 'title': ['AMPK Regulates the Circadian Clock by Cryptochrome Phosphorylation and Degradation']},\n", + " {'bibcode': '2008Sci...322..945S',\n", + " 'author': ['Stadtfeld, Matthias',\n", + " 'Nagaya, Masaki',\n", + " 'Utikal, Jochen',\n", + " 'Weir, Gordon',\n", + " 'Hochedlinger, Konrad'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1162494\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1162494\"}'],\n", + " 'title': ['Induced Pluripotent Stem Cells Generated Without Viral Integration']},\n", + " {'bibcode': '2017LSSR...13....1C',\n", + " 'author': ['Cucinotta, Francis A.', 'To, Khiet', 'Cacao, Eliedonna'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.lssr.2017.01.005\"}'],\n", + " 'title': ['Predictions of space radiation fatality risk for exploration missions']},\n", + " {'bibcode': '2020Natur.583..133Y',\n", + " 'author': ['Yang, Linbin',\n", + " 'Liu, Qiang',\n", + " 'Zhang, Xiaoqian',\n", + " 'Liu, Xinwei',\n", + " 'Zhou, Boxuan',\n", + " 'Chen, Jianing',\n", + " 'Huang, Di',\n", + " 'Li, Jiaqian',\n", + " 'Li, Heliang',\n", + " 'Chen, Fei',\n", + " 'Liu, Jiang',\n", + " 'Xing, Yue',\n", + " 'Chen, Xueman',\n", + " 'Su, Shicheng',\n", + " 'Song, Erwei'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-020-2394-6\"}'],\n", + " 'title': ['DNA of neutrophil extracellular traps promotes cancer metastasis via CCDC25']},\n", + " {'bibcode': '2008PNAS..105.3891R',\n", + " 'author': ['Rao, Anuradha',\n", + " 'Haywood, Jamie',\n", + " 'Craddock, Ann L.',\n", + " 'Belinsky, Martin G.',\n", + " 'Kruh, Gary D.',\n", + " 'Dawson, Paul A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/10/3891\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/10/3891.full.pdf\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0712328105\"}'],\n", + " 'title': ['The organic solute transporter α-β, Ostα-Ostβ, is essential for intestinal bile acid transport and homeostasis']},\n", + " {'bibcode': '1981Natur.294...92C',\n", + " 'author': ['Costantini, Franklin', 'Lacy, Elizabeth'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F294092a0\"}'],\n", + " 'title': ['Introduction of a rabbit β-globin gene into the mouse germ line']},\n", + " {'bibcode': '2005PNAS..102.4120X',\n", + " 'author': ['Xu, Zhenrong',\n", + " 'Chen, Linyun',\n", + " 'Leung, Laura',\n", + " 'Yen, T. S. Benedict',\n", + " 'Lee, Candy',\n", + " 'Chan, Jefferson Y.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/102/11/4120\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0500660102\"}'],\n", + " 'title': ['Liver-specific inactivation of the Nrf1 gene in adult mouse leads to nonalcoholic steatohepatitis and hepatic neoplasia']},\n", + " {'bibcode': '2018Natur.562...69S',\n", + " 'author': ['Seehawer, Marco',\n", + " 'Heinzmann, Florian',\n", + " \"D'Artista, Luana\",\n", + " 'Harbig, Jule',\n", + " 'Roux, Pierre-François',\n", + " 'Hoenicke, Lisa',\n", + " 'Dang, Hien',\n", + " 'Klotz, Sabrina',\n", + " 'Robinson, Lucas',\n", + " 'Doré, Grégory',\n", + " 'Rozenblum, Nir',\n", + " 'Kang, Tae-Won',\n", + " 'Chawla, Rishabh',\n", + " 'Buch, Thorsten',\n", + " 'Vucur, Mihael',\n", + " 'Roth, Mareike',\n", + " 'Zuber, Johannes',\n", + " 'Luedde, Tom',\n", + " 'Sipos, Bence',\n", + " 'Longerich, Thomas',\n", + " 'Heikenwälder, Mathias',\n", + " 'Wang, Xin Wei',\n", + " 'Bischof, Oliver',\n", + " 'Zender, Lars'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-018-0519-y\"}'],\n", + " 'title': ['Necroptosis microenvironment directs lineage commitment in liver cancer']},\n", + " {'bibcode': '2001PNAS...9813266P',\n", + " 'author': ['Pritchard, Colin C.',\n", + " 'Hsu, Li',\n", + " 'Delrow, Jeffrey',\n", + " 'Nelson, Peter S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/98/23/13266\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/98/23/13266\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/98/23/13266\"}'],\n", + " 'title': ['Project normal: Defining normal variance in mouse gene expression']},\n", + " {'bibcode': '2023FrASS..1000132S',\n", + " 'author': ['Sanders, Lauren M.',\n", + " 'Chok, Hamed',\n", + " 'Samson, Finsam',\n", + " 'Acuna, Ana Uriarte',\n", + " 'Polo, San-Huei Lai',\n", + " 'Boyko, Valery',\n", + " 'Chen, Yi-Chun',\n", + " 'Dinh, Marie',\n", + " 'Gebre, Samrawit',\n", + " 'Galazka, Jonathan M.',\n", + " 'Costes, Sylvain V.',\n", + " 'Saravia-Butler, Amanda M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3389%2Ffspas.2023.1200132\"}'],\n", + " 'title': ['Batch effect correction methods for NASA GeneLab transcriptomic datasets']},\n", + " {'bibcode': '2008Sci...322.1250I',\n", + " 'author': ['Imai, Junta',\n", + " 'Katagiri, Hideki',\n", + " 'Yamada, Tetsuya',\n", + " 'Ishigaki, Yasushi',\n", + " 'Suzuki, Toshinobu',\n", + " 'Kudo, Hirohito',\n", + " 'Uno, Kenji',\n", + " 'Hasegawa, Yutaka',\n", + " 'Gao, Junhong',\n", + " 'Kaneko, Keizo',\n", + " 'Ishihara, Hisamitsu',\n", + " 'Niijima, Akira',\n", + " 'Nakazato, Masamitsu',\n", + " 'Asano, Tomoichiro',\n", + " 'Minokoshi, Yasuhiko',\n", + " 'Oka, Yoshitomo'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1163971\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1163971\"}'],\n", + " 'title': ['Regulation of Pancreatic β Cell Mass by Neuronal Signals from the Liver']},\n", + " {'bibcode': '2021Photo...8...25Y',\n", + " 'author': ['Yang, Chen', 'Jiao, Yang', 'Jian, Xiaohua', 'Cui, Yaoyao'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3390%2Fphotonics8020025\"}'],\n", + " 'title': ['Image Deconvolution with Hybrid Reweighted Adaptive Total Variation (HRATV) for Optoacoustic Tomography']},\n", + " {'bibcode': '2020NatSR..10.7083Y',\n", + " 'author': ['Yamazaki, Miki',\n", + " 'Hosokawa, Masahito',\n", + " 'Arikawa, Koji',\n", + " 'Takahashi, Kiyofumi',\n", + " 'Sakanashi, Chikako',\n", + " 'Yoda, Takuya',\n", + " 'Matsunaga, Hiroko',\n", + " 'Takeyama, Haruko'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-63495-6\"}'],\n", + " 'title': ['Effective microtissue RNA extraction coupled with Smart-seq2 for reproducible and robust spatial transcriptome analysis']},\n", + " {'bibcode': '2021NatCo..12.4446F',\n", + " 'author': ['Fonseca, Tatiana L.',\n", + " 'Garcia, Tzintzuni',\n", + " 'Fernandes, Gustavo W.',\n", + " 'Nair, T. Murlidharan',\n", + " 'Bianco, Antonio C.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-24748-8\"}'],\n", + " 'title': ['Neonatal thyroxine activation modifies epigenetic programming of the liver']},\n", + " {'bibcode': '2003PNAS..100.3065S',\n", + " 'author': ['Santamaría, Enrique',\n", + " 'Avila, Matías A.',\n", + " 'Latasa, M. Ujue',\n", + " 'Rubio, Angel',\n", + " 'Martín-Duce, Antonio',\n", + " 'Lu, Shelly C.',\n", + " 'Mato, José M.',\n", + " 'Corrales, Fernando J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/100/6/3065\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0536625100\"}'],\n", + " 'title': ['From the Cover: Functional proteomics of nonalcoholic steatohepatitis: Mitochondrial proteins as targets of S-adenosylmethionine']},\n", + " {'bibcode': '1996PNAS...93..728C',\n", + " 'author': ['Chatterjee, Bandana',\n", + " 'Song, Chung S.',\n", + " 'Jung, Myeong H.',\n", + " 'Chen, Shuo',\n", + " 'Walter, Christi A.',\n", + " 'Herbert, Damon C.',\n", + " 'Weaker, Frank J.',\n", + " 'Mancini, Michael A.',\n", + " 'Roy, Arun K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/93/2/728\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/93/2/728\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/93/2/728\"}'],\n", + " 'title': ['Targeted overexpression of androgen receptor with a liver-specific promoter in transgenic mice.']},\n", + " {'bibcode': '2018NatSR...816523Q',\n", + " 'author': ['Quispe-Tintaya, Wilber',\n", + " 'Lee, Moonsook',\n", + " 'Dong, Xiao',\n", + " 'Weiser, Daniel A.',\n", + " 'Vijg, Jan',\n", + " 'Maslov, Alexander Y.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-34580-8\"}'],\n", + " 'title': ['Bleomycin-induced genome structural variations in normal, non-tumor cells']},\n", + " {'bibcode': '2016NatSR...623963Y',\n", + " 'author': ['Yu, Nanyang',\n", + " 'Wei, Si',\n", + " 'Li, Meiying',\n", + " 'Yang, Jingping',\n", + " 'Li, Kan',\n", + " 'Jin, Ling',\n", + " 'Xie, Yuwei',\n", + " 'Giesy, John P.',\n", + " 'Zhang, Xiaowei',\n", + " 'Yu, Hongxia'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep23963\"}'],\n", + " 'title': ['Effects of Perfluorooctanoic Acid on Metabolic Profiles in Brain and Liver of Mouse Revealed by a High-throughput Targeted Metabolomics Approach']},\n", + " {'bibcode': '2020NatSR..1011785S',\n", + " 'author': ['Salsaa, Michael',\n", + " 'Pereira, Bianca',\n", + " 'Liu, Jenney',\n", + " 'Yu, Wenxi',\n", + " 'Jadhav, Shyamalagauri',\n", + " 'Hüttemann, Maik',\n", + " 'Greenberg, Miriam L.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-68725-5\"}'],\n", + " 'title': ['Valproate inhibits mitochondrial bioenergetics and increases glycolysis in Saccharomyces cerevisiae']},\n", + " {'bibcode': '2018JBO....23i1407L',\n", + " 'author': ['Lin, Chih-Ju',\n", + " 'Lee, Sheng-Lin',\n", + " 'Lee, Hsuan-Shu',\n", + " 'Dong, Chen-Yuan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F1.JBO.23.9.091407\"}'],\n", + " 'title': ['In vivo multiphoton kinetic imaging of the toxic effect of carbon tetrachloride on hepatobiliary metabolism']},\n", + " {'bibcode': '1970RSPSB.176..277P',\n", + " 'author': ['Paul, J.',\n", + " 'Gilmour, R. S.',\n", + " 'Thomou, H.',\n", + " 'Threlfall, G.',\n", + " 'Kohl, D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/75921?origin=ads\"}'],\n", + " 'title': ['Organ-Specific Gene Masking in Mammalian Chromosomes']},\n", + " {'bibcode': '2012ToxIH..28..614B',\n", + " 'author': ['Bakare, Adekunle A.',\n", + " 'Patel, Sushila',\n", + " 'Pandey, Alok K.',\n", + " 'Bajpayee, Mahima',\n", + " 'Dhawan, Alok'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F0748233711420466\"}'],\n", + " 'title': ['DNA and oxidative damage induced in somatic organs and tissues of mouse by municipal sludge leachate']},\n", + " {'bibcode': '2021ApPhL.118x4102R',\n", + " 'author': ['Rabut, Claire',\n", + " 'Wu, Di',\n", + " 'Ling, Bill',\n", + " 'Jin, Zhiyang',\n", + " 'Malounda, Dina',\n", + " 'Shapiro, Mikhail G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F5.0050807\"}'],\n", + " 'title': ['Ultrafast amplitude modulation for molecular and hemodynamic ultrasound imaging']},\n", + " {'bibcode': '1990PNAS...87.5729S',\n", + " 'author': ['Sprinkle, James R.',\n", + " 'Hakvoort, Theodorus B. M.',\n", + " 'Koshy, Thomas I.',\n", + " 'Miller, David D.',\n", + " 'Margoliash, E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/87/15/5729\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/87/15/5729\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/87/15/5729\"}'],\n", + " 'title': ['Amino acid sequence requirements for the association of apocytochrome c with mitochondria.']},\n", + " {'bibcode': '2018NatSR...8.9281E',\n", + " 'author': ['Endo-Umeda, Kaori',\n", + " 'Nakashima, Hiroyuki',\n", + " 'Komine-Aizawa, Shihoko',\n", + " 'Umeda, Naoki',\n", + " 'Seki, Shuhji',\n", + " 'Makishima, Makoto'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-27615-7\"}'],\n", + " 'title': ['Liver X receptors regulate hepatic F4/80+CD11b+ Kupffer cells/macrophages and innate immune responses in mice']},\n", + " {'bibcode': '2022Chmsp.288m2504C',\n", + " 'author': ['Chen, Mei-Hong',\n", + " 'Zhang, Sheng-Hu',\n", + " 'Jia, Shi-Ming',\n", + " 'Wang, Li-Jun',\n", + " 'Ma, Wan-Li'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.chemosphere.2021.132504\"}'],\n", + " 'title': ['In vitro biotransformation of tris(1,3-dichloro-2-propyl) phosphate and triphenyl phosphate by mouse liver microsomes: Kinetics and key CYP isoforms']},\n", + " {'bibcode': '2013EnvMM..54..659B',\n", + " 'author': ['Banda, Malathi', 'Recio, Leslie', 'Parsons, Barbara L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.21808\"}'],\n", + " 'title': ['ACB‑PCR measurement of spontaneous and furan‑induced H‑ras Codon 61 CAA to CTA and CAA to AAA mutation in B6C3F1 mouse liver']},\n", + " {'bibcode': '2022EnTox..37.2515G',\n", + " 'author': ['Guan, Shuang',\n", + " 'Zhang, Ranran',\n", + " 'Zhao, Yanan',\n", + " 'Meng, Zhuoqun',\n", + " 'Lu, Jing'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.23615\"}'],\n", + " 'title': ['1,3-Dichloro-2-propanol induced ferroptosis through Nrf2/ ARE signaling pathway in hepatocytes']},\n", + " {'bibcode': '1991PNAS...88.8870B',\n", + " 'author': ['Bain, Paul A.',\n", + " 'Yoo, Min',\n", + " 'Clarke, Trent',\n", + " 'Hammond, Sarah H.',\n", + " 'Payne, Anita H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/20/8870\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/20/8870\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/20/8870\"}'],\n", + " 'title': ['Multiple Forms of Mouse 3β-Hydroxysteroid Dehydrogenase/Δ^5 - Δ^4 Isomerase and Differential Expression in Gonads, Adrenal Glands, Liver, and Kidneys of Both Sexes']},\n", + " {'bibcode': '2003Natur.423..302P',\n", + " 'author': ['Park, In-kyung',\n", + " 'Qian, Dalong',\n", + " 'Kiel, Mark',\n", + " 'Becker, Michael W.',\n", + " 'Pihalja, Michael',\n", + " 'Weissman, Irving L.',\n", + " 'Morrison, Sean J.',\n", + " 'Clarke, Michael F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature01587\"}'],\n", + " 'title': ['Bmi-1 is required for maintenance of adult self-renewing haematopoietic stem cells']},\n", + " {'bibcode': '1973PNAS...70.3899B',\n", + " 'author': ['Bernstine, Edward G.',\n", + " 'Hooper, Martin L.',\n", + " 'Grandchamp, Simone',\n", + " 'Ephrussi, Boris'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/70/12/3899\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/70/12/3899\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/70/12/3899\"}'],\n", + " 'title': ['Alkaline Phosphatase Activity in Mouse Teratoma']},\n", + " {'bibcode': '2023NatCo..14.3304G',\n", + " 'author': ['Gui, Wenfang',\n", + " 'Hole, Mikal Jacob',\n", + " 'Molinaro, Antonio',\n", + " 'Edlund, Karolina',\n", + " 'Jørgensen, Kristin K.',\n", + " 'Su, Huan',\n", + " 'Begher-Tibbe, Brigitte',\n", + " 'Gaßler, Nikolaus',\n", + " 'Schneider, Carolin V.',\n", + " 'Muthukumarasamy, Uthayakumar',\n", + " 'Mohs, Antje',\n", + " 'Liao, Lijun',\n", + " 'Jaeger, Julius',\n", + " 'Mertens, Christian J.',\n", + " 'Bergheim, Ina',\n", + " 'Strowig, Till',\n", + " 'Hengstler, Jan G.',\n", + " 'Hov, Johannes R.',\n", + " 'Marschall, Hanns-Ulrich',\n", + " 'Trautwein, Christian',\n", + " 'Schneider, Kai Markus'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-023-38840-8\"}'],\n", + " 'title': ['Colitis ameliorates cholestatic liver disease via suppression of bile acid synthesis']},\n", + " {'bibcode': '2017INL.....7..221K',\n", + " 'author': ['Kumar, Vinay', 'Sharma, Neha', 'Maitra, S. S.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs40089-017-0221-3\"}'],\n", + " 'title': ['In vitro and in vivo toxicity assessment of nanoparticles']},\n", + " {'bibcode': '2020Sci...367..652Z',\n", + " 'author': ['Zhao, Peng',\n", + " 'Sun, Xiaoli',\n", + " 'Chaggan, Cynthia',\n", + " 'Liao, Zhongji',\n", + " 'in Wong, Kai',\n", + " 'He, Feng',\n", + " 'Singh, Seema',\n", + " 'Loomba, Rohit',\n", + " 'Karin, Michael',\n", + " 'Witztum, Joseph L.',\n", + " 'Saltiel, Alan R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.aay0542\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.aay0542\"}'],\n", + " 'title': ['An AMPK–caspase-6 axis controls liver damage in nonalcoholic steatohepatitis']},\n", + " {'bibcode': '1989PNAS...86.2903S',\n", + " 'author': ['Scott, Burton L.', 'Bazan, Nicolas G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/86/8/2903\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/86/8/2903\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/86/8/2903\"}'],\n", + " 'title': ['Membrane docosahexaenoate is supplied to the developing brain and retina by the liver.']},\n", + " {'bibcode': '2013PLoSO...869114C',\n", + " 'author': ['Chiang, Dian J.',\n", + " 'Roychowdhury, Sanjoy',\n", + " 'Bush, Katelyn',\n", + " 'McMullen, Megan R.',\n", + " 'Pisano, Sorana',\n", + " 'Niese, Kathryn',\n", + " 'Olman, Mitchell A.',\n", + " 'Pritchard, Michele T.',\n", + " 'Nagy, Laura E.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0069114\"}'],\n", + " 'title': ['Adenosine 2A Receptor Antagonist Prevented and Reversed Liver Fibrosis in a Mouse Model of Ethanol-Exacerbated Liver Fibrosis']},\n", + " {'bibcode': '1988PNAS...85.7293S',\n", + " 'author': ['Seidegard, Janeric',\n", + " 'Vorachek, William R.',\n", + " 'Pero, Ronald W.',\n", + " 'Pearson, William R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/85/19/7293\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/85/19/7293\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/85/19/7293\"}'],\n", + " 'title': ['Hereditary differences in the expression of the human glutathione transferase active on trans-stilbene oxide are due to a gene deletion.']},\n", + " {'bibcode': '2020SPIE11228E..2CA',\n", + " 'author': ['Abd El-Sadek, I. G.',\n", + " 'Miyazawa, A.',\n", + " 'Shen, L. T. W.',\n", + " 'Fukuda, S.',\n", + " 'Yamashita, T.',\n", + " 'Oka, Y.',\n", + " 'Mukherjee, P.',\n", + " 'Makita, S.',\n", + " 'Matsusaka, S.',\n", + " 'Oshika, T.',\n", + " 'Kano, H.',\n", + " 'Yasuno, Y.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"video\", \"url\": \"https://doi.org/10.1117/12.2548541\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2548541\"}'],\n", + " 'title': ['Quantification of ex vivo tissue activity by short and long time-course analysis of multifunctional OCT signals']},\n", + " {'bibcode': '2006AIPC..832..498K',\n", + " 'author': ['Kurachi, K.',\n", + " 'Yasui, M.',\n", + " 'Isobe, T.',\n", + " 'Suenaga, E.',\n", + " 'Kurachi, S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F1.2204547\"}'],\n", + " 'title': ['Age Dimension Homeostasis of Physiological Systems, a Slow Dynamics Model in Biology']},\n", + " {'bibcode': '1984CPL...111..449L',\n", + " 'author': ['Liver, Naomi', 'Nitzan, Abraham', 'Gersten, J. I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2F0009-2614%2884%2985539-6\"}'],\n", + " 'title': ['Local fields in cavity sites of rough dielectric surfaces']},\n", + " {'bibcode': '2020NatSR..10.7596B',\n", + " 'author': ['Baldensperger, Tim',\n", + " 'Eggen, Michael',\n", + " 'Kappen, Jonas',\n", + " 'Winterhalter, Patrick R.',\n", + " 'Pfirrmann, Thorsten',\n", + " 'Glomb, Marcus A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-64265-0\"}'],\n", + " 'title': ['Comprehensive analysis of posttranslational protein modifications in aging of subcellular compartments']},\n", + " {'bibcode': '2020GeneE..42....7S',\n", + " 'author': ['Suzuki, Tetsuya',\n", + " 'Miura, Nobuhiko',\n", + " 'Hojo, Rieko',\n", + " 'Yanagiba, Yukie',\n", + " 'Suda, Megumi',\n", + " 'Hasegawa, Tatsuya',\n", + " 'Miyagawa, Muneyuki',\n", + " 'Wang, Rui-Sheng'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1186%2Fs41021-020-0146-3\"}'],\n", + " 'title': ['Genotoxicity assessment of titanium dioxide nanoparticle accumulation of 90 days in the liver of gpt delta transgenic mice']},\n", + " {'bibcode': '2014BioMa...9b5002Y',\n", + " 'author': ['You, Kyung Eun',\n", + " 'Koo, Min-Ah',\n", + " 'Lee, Dae-Hyung',\n", + " 'Kwon, Byeong-Ju',\n", + " 'Lee, Mi Hee',\n", + " 'Hyon, Suong-Hyu',\n", + " 'Seomun, Young',\n", + " 'Kim, Jong-Tak',\n", + " 'Park, Jong-Chul'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F1748-6041%2F9%2F2%2F025002\"}'],\n", + " 'title': ['The effective control of a bleeding injury using a medical adhesive containing batroxobin']},\n", + " {'bibcode': '2016NatSR...635633A',\n", + " 'author': ['Asakura, Mitsutoshi',\n", + " 'Karaki, Fumika',\n", + " 'Fujii, Hideaki',\n", + " 'Atsuda, Koichiro',\n", + " 'Itoh, Tomoo',\n", + " 'Fujiwara, Ryoichi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep35633\"}'],\n", + " 'title': ['Vildagliptin and its metabolite M20.7 induce the expression of S100A8 and S100A9 in human hepatoma HepG2 and leukemia HL-60 cells']},\n", + " {'bibcode': '2006Natur.443..586K',\n", + " 'author': ['Krishnamurthy, Partha C.',\n", + " 'Du, Guoqing',\n", + " 'Fukuda, Yu',\n", + " 'Sun, Daxi',\n", + " 'Sampath, Janardhan',\n", + " 'Mercer, Kelly E.',\n", + " 'Wang, Junfeng',\n", + " 'Sosa-Pineda, Beatriz',\n", + " 'Murti, K. Gopal',\n", + " 'Schuetz, John D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature05125\"}'],\n", + " 'title': ['Identification of a mammalian mitochondrial porphyrin transporter']},\n", + " {'bibcode': '1974Natur.249..361O',\n", + " 'author': ['Owen, John J. T.', 'Cooper, Max D.', 'Raff, Martin C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F249361a0\"}'],\n", + " 'title': [\"In vitro generation of B lymphocytes in mouse foetal liver, a mammalian `bursa equivalent'\"]},\n", + " {'bibcode': '2007PNAS..10414771T',\n", + " 'author': ['Tward, Aaron D.',\n", + " 'Jones, Kirk D.',\n", + " 'Yant, Stephen',\n", + " 'Cheung, Siu Tim',\n", + " 'Fan, Sheung Tat',\n", + " 'Chen, Xin',\n", + " 'Kay, Mark A.',\n", + " 'Wang, Rong',\n", + " 'Bishop, J. Michael'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/37/14771\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0706578104\"}'],\n", + " 'title': ['Distinct pathways of genomic progression to benign and malignant tumors of the liver']},\n", + " {'bibcode': '2008PNAS..10514342R',\n", + " 'author': ['Rabinovich, Brian A.',\n", + " 'Ye, Yang',\n", + " 'Etto, Tamara',\n", + " 'Chen, Jie Qing',\n", + " 'Levitsky, Hyam I.',\n", + " 'Overwijk, Willem W.',\n", + " 'Cooper, Laurence J. N.',\n", + " 'Gelovani, Juri',\n", + " 'Hwu, Patrick'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/38/14342\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/38/14342.full.pdf\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0804105105\"}'],\n", + " 'title': ['Visualizing fewer than 10 mouse T cells with an enhanced firefly luciferase in immunocompetent mouse models of cancer']},\n", + " {'bibcode': '1953Natur.171.1113B',\n", + " 'author': ['Brown, G. L.', 'Jackson, S. Fitton'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F1711113a0\"}'],\n", + " 'title': ['Cytoplasmic Particles in Bean Root Cells']},\n", + " {'bibcode': '2018DIB....17..938E',\n", + " 'author': ['Eddhif, Balkis',\n", + " 'Guignard, Nadia',\n", + " 'Batonneau, Yann',\n", + " 'Clarhaut, Jonathan',\n", + " 'Papot, Sébastien',\n", + " 'Geffroy-Rodier, Claude',\n", + " 'Poinot, Pauline'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.dib.2018.01.095\"}'],\n", + " 'title': ['TCA precipitation and ethanol/HCl single-step purification evaluation: One-dimensional gel electrophoresis, bradford assays, spectrofluorometry and Raman spectroscopy data on HSA, Rnase, lysozyme - Mascots and Skyline data']},\n", + " {'bibcode': '2014Natur.513..110S',\n", + " 'author': ['Saha, Supriya K.',\n", + " 'Parachoniak, Christine A.',\n", + " 'Ghanta, Krishna S.',\n", + " 'Fitamant, Julien',\n", + " 'Ross, Kenneth N.',\n", + " 'Najem, Mortada S.',\n", + " 'Gurumurthy, Sushma',\n", + " 'Akbay, Esra A.',\n", + " 'Sia, Daniela',\n", + " 'Cornella, Helena',\n", + " 'Miltiadous, Oriana',\n", + " 'Walesky, Chad',\n", + " 'Deshpande, Vikram',\n", + " 'Zhu, Andrew X.',\n", + " 'Hezel, Aram F.',\n", + " 'Yen, Katharine E.',\n", + " 'Straley, Kimberly S.',\n", + " 'Travins, Jeremy',\n", + " 'Popovici-Muller, Janeta',\n", + " 'Gliser, Camelia',\n", + " 'Ferrone, Cristina R.',\n", + " 'Apte, Udayan',\n", + " 'Llovet, Josep M.',\n", + " 'Wong, Kwok-Kin',\n", + " 'Ramaswamy, Sridhar',\n", + " 'Bardeesy, Nabeel'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse57002\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature13441\"}'],\n", + " 'title': ['Mutant IDH inhibits HNF-4α to block hepatocyte differentiation and promote biliary cancer']},\n", + " {'bibcode': '1991PNAS...88..911B',\n", + " 'author': ['Buchmann, Albrecht',\n", + " 'Bauer-Hofmann, Richard',\n", + " 'Mahr, Johanna',\n", + " 'Drinkwater, Norman R.',\n", + " 'Luz, Arne',\n", + " 'Schwarz, Michael'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/3/911\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/3/911\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/3/911\"}'],\n", + " 'title': ['Mutational activation of the c-Ha-ras gene in liver tumors of different rodent strains: correlation with susceptibility to hepatocarcinogenesis.']},\n", + " {'bibcode': '2012Natur.482..179H',\n", + " 'author': ['Henao-Mejia, Jorge',\n", + " 'Elinav, Eran',\n", + " 'Jin, Chengcheng',\n", + " 'Hao, Liming',\n", + " 'Mehal, Wajahat Z.',\n", + " 'Strowig, Till',\n", + " 'Thaiss, Christoph A.',\n", + " 'Kau, Andrew L.',\n", + " 'Eisenbarth, Stephanie C.',\n", + " 'Jurczak, Michael J.',\n", + " 'Camporez, Joao-Paulo',\n", + " 'Shulman, Gerald I.',\n", + " 'Gordon, Jeffrey I.',\n", + " 'Hoffman, Hal M.',\n", + " 'Flavell, Richard A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature10809\"}'],\n", + " 'title': ['Inflammasome-mediated dysbiosis regulates progression of NAFLD and obesity']},\n", + " {'bibcode': '2019DIB....2504112A',\n", + " 'author': ['Avtanski, Dimiter', 'Chen, Karin', 'Poretsky, Leonid'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.dib.2019.104112\"}'],\n", + " 'title': ['Resistin and adenylyl cyclase-associated protein 1 (CAP1) regulate the expression of genes related to insulin resistance in BNL CL.2 mouse liver cells']},\n", + " {'bibcode': '2010PNAS..107..264P',\n", + " 'author': ['Pineau, Pascal',\n", + " 'Volinia, Stefano',\n", + " 'McJunkin, Katherine',\n", + " 'Marchio, Agnès',\n", + " 'Battiston, Carlo',\n", + " 'Terris, Benoît',\n", + " 'Mazzaferro, Vincenzo',\n", + " 'Lowe, Scott W.',\n", + " 'Croce, Carlo M.',\n", + " 'Dejean, Anne'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/107/1/264\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0907904107\"}'],\n", + " 'title': ['miR-221 overexpression contributes to liver tumorigenesis']},\n", + " {'bibcode': '2002Sci...296..340E',\n", + " 'author': ['Enard, Wolfgang',\n", + " 'Khaitovich, Philipp',\n", + " 'Klose, Joachim',\n", + " 'Zöllner, Sebastian',\n", + " 'Heissig, Florian',\n", + " 'Giavalisco, Patrick',\n", + " 'Nieselt-Struwe, Kay',\n", + " 'Muchmore, Elaine',\n", + " 'Varki, Ajit',\n", + " 'Ravid, Rivka',\n", + " 'Doxiadis, Gaby M.',\n", + " 'Bontrop, Ronald E.',\n", + " 'Pääbo, Svante'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1068996\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1068996\"}'],\n", + " 'title': ['Intra- and Interspecific Variation in Primate Gene Expression Patterns']},\n", + " {'bibcode': '2022Natur.612..141X',\n", + " 'author': ['Xue, Ruidong',\n", + " 'Zhang, Qiming',\n", + " 'Cao, Qi',\n", + " 'Kong, Ruirui',\n", + " 'Xiang, Xiao',\n", + " 'Liu, Hengkang',\n", + " 'Feng, Mei',\n", + " 'Wang, Fangyanni',\n", + " 'Cheng, Jinghui',\n", + " 'Li, Zhao',\n", + " 'Zhan, Qimin',\n", + " 'Deng, Mi',\n", + " 'Zhu, Jiye',\n", + " 'Zhang, Zemin',\n", + " 'Zhang, Ning'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"http://meta-cancer.cn:3838/scplc\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://asia.ensembl.org/\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://portal.gdc.cancer.gov/\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://www.ncbi.nlm.nih.gov/bioproject/?term=prjca007744\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-022-05400-x\"}'],\n", + " 'title': ['Liver tumour immune microenvironment subtypes and neutrophil heterogeneity']},\n", + " {'bibcode': '1978Sci...200..785G',\n", + " 'author': ['Gold, Marian Deborah', 'Blum, Arlene', 'Ames, Bruce N.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.347576\"}'],\n", + " 'title': ['Another Flame Retardant, Tris-(1,3-Dichloro-2-Propyl)-Phosphate, and Its Expected Metabolites Are Mutagens']},\n", + " {'bibcode': '2004PNAS..10110422U',\n", + " 'author': ['Ueki, Kohjiro',\n", + " 'Kondo, Tatsuya',\n", + " 'Tseng, Yu-Hua',\n", + " 'Kahn, C. Ronald'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/101/28/10422\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0402511101\"}'],\n", + " 'title': ['Central role of suppressors of cytokine signaling proteins in hepatic steatosis, insulin resistance, and the metabolic syndrome in the mouse']},\n", + " {'bibcode': '2015NatSR...517192N',\n", + " 'author': ['Ni, Yinhua',\n", + " 'Nagashimada, Mayumi',\n", + " 'Zhuge, Fen',\n", + " 'Zhan, Lili',\n", + " 'Nagata, Naoto',\n", + " 'Tsutsui, Akemi',\n", + " 'Nakanuma, Yasuni',\n", + " 'Kaneko, Shuichi',\n", + " 'Ota, Tsuguhito'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep17192\"}'],\n", + " 'title': ['Astaxanthin prevents and reverses diet-induced insulin resistance and steatohepatitis in mice: A comparison with vitamin E']},\n", + " {'bibcode': '2012Sci...335.1503C',\n", + " 'author': ['Cramer, Paige E.',\n", + " 'Cirrito, John R.',\n", + " 'Wesson, Daniel W.',\n", + " 'Lee, C. Y. Daniel',\n", + " 'Karlo, J. Colleen',\n", + " 'Zinn, Adriana E.',\n", + " 'Casali, Brad T.',\n", + " 'Restivo, Jessica L.',\n", + " 'Goebel, Whitney D.',\n", + " 'James, Michael J.',\n", + " 'Brunden, Kurt R.',\n", + " 'Wilson, Donald A.',\n", + " 'Landreth, Gary E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1217697\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1217697\"}'],\n", + " 'title': ['ApoE-Directed Therapeutics Rapidly Clear β-Amyloid and Reverse Deficits in AD Mouse Models']},\n", + " {'bibcode': '2017SPIE10047E..18K',\n", + " 'author': ['Kim, Jung Kyung', 'Prasad, Bibin', 'Kim, Suzy'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2253163\"}'],\n", + " 'title': ['Temperature mapping and thermal dose calculation in combined radiation therapy and 13.56 MHz radiofrequency hyperthermia for tumor treatment']},\n", + " {'bibcode': '1975Natur.258..726J',\n", + " 'author': ['Johnson, G. R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F258726a0\"}'],\n", + " 'title': ['Role of stem cell migration in initiation of mouse foetal liver haemopoiesis']},\n", + " {'bibcode': '2020NatSR..10.5181H',\n", + " 'author': ['Hanzawa, Nozomi',\n", + " 'Hashimoto, Koshi',\n", + " 'Yuan, Xunmei',\n", + " 'Kawahori, Kenichi',\n", + " 'Tsujimoto, Kazutaka',\n", + " 'Hamaguchi, Miho',\n", + " 'Tanaka, Toshiya',\n", + " 'Nagaoka, Yuya',\n", + " 'Nishina, Hiroshi',\n", + " 'Morita, Sumiyo',\n", + " 'Hatada, Izuho',\n", + " 'Yamada, Tetsuya',\n", + " 'Ogawa, Yoshihiro'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-62035-6\"}'],\n", + " 'title': ['Targeted DNA demethylation of the Fgf21 promoter by CRISPR/dCas9-mediated epigenome editing']},\n", + " {'bibcode': '2004NIMPB.223..765X',\n", + " 'author': ['Xue, B.',\n", + " 'Wang, H. F.',\n", + " 'Xu, L. H.',\n", + " 'Sun, H. F.',\n", + " 'Liu, Y. F.',\n", + " 'Peng, S. X.',\n", + " 'Liu, K. X.',\n", + " 'Guo, Z. Y.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.nimb.2004.04.142\"}'],\n", + " 'title': ['Benzoate derived DNA adduction and its decay in mice measured by AMS']},\n", + " {'bibcode': '1957Natur.180.1284D',\n", + " 'author': ['Dineen, J. K.', 'Ada, G. L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F1801284a0\"}'],\n", + " 'title': ['Rapid Extraction with Ethyl Acetate of Free Fluorescein Derivatives from Fluorescein isoCyanate-Globulin Conjugates']},\n", + " {'bibcode': '1987PNAS...84.4989S',\n", + " 'author': ['Sauter, Helmut', 'Paige, Christopher J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/84/14/4989\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/84/14/4989\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/84/14/4989\"}'],\n", + " 'title': ['Detection of Normal B-Cell Precursors that Give Rise to Colonies Producing Both kappa and λ Light Immunoglobulin Chains']},\n", + " {'bibcode': '2016NatSR...620559Z',\n", + " 'author': ['Zhang, Yuxia',\n", + " 'Liu, Chune',\n", + " 'Barbier, Olivier',\n", + " 'Smalling, Rana',\n", + " 'Tsuchiya, Hiroyuki',\n", + " 'Lee, Sangmin',\n", + " 'Delker, Don',\n", + " 'Zou, An',\n", + " 'Hagedorn, Curt H.',\n", + " 'Wang, Li'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep20559\"}'],\n", + " 'title': ['Bcl2 is a critical regulator of bile acid homeostasis by dictating Shp and lncRNA H19 function']},\n", + " {'bibcode': '2020NatSR..1019412W',\n", + " 'author': ['Wu, Raymond',\n", + " 'Pan, Stephanie',\n", + " 'Chen, Yibu',\n", + " 'Nakano, Yasuhiro',\n", + " 'Li, Meng',\n", + " 'Balog, Steven',\n", + " 'Tsukamoto, Hidekazu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-76458-8\"}'],\n", + " 'title': ['Fate and functional roles of Prominin 1+ cells in liver injury and cancer']},\n", + " {'bibcode': '2018NatSR...814848T',\n", + " 'author': ['Terajima, Hideki',\n", + " 'Yoshitane, Hikari',\n", + " 'Yoshikawa, Tomoko',\n", + " 'Shigeyoshi, Yasufumi',\n", + " 'Fukada, Yoshitaka'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-33114-6\"}'],\n", + " 'title': ['A-to-I RNA editing enzyme ADAR2 regulates light-induced circadian phase-shift']},\n", + " {'bibcode': '1990PNAS...87.4996H',\n", + " 'author': ['Hakvoort, Theodorus B. M.',\n", + " 'Sprinkle, James R.',\n", + " 'Margoliash, E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/87/13/4996\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/87/13/4996\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/87/13/4996\"}'],\n", + " 'title': ['Reversible import of apocytochrome c into mitochondria.']},\n", + " {'bibcode': '2020NatSR..10.1510K',\n", + " 'author': ['Kim, A.',\n", + " 'Lee, S. K.',\n", + " 'Parupudi, T.',\n", + " 'Rahimi, R.',\n", + " 'Song, S. H.',\n", + " 'Park, M. C.',\n", + " 'Islam, S.',\n", + " 'Zhou, J.',\n", + " 'Majumdar, A. K.',\n", + " 'Park, J. S.',\n", + " 'Yoo, J. M.',\n", + " 'Ziaie, B.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-58090-8\"}'],\n", + " 'title': ['An Ultrasonically Powered Implantable Microprobe for Electrolytic Ablation']},\n", + " {'bibcode': '2019NRL....14..180I',\n", + " 'author': ['Ishizaka, Takuya',\n", + " 'Nagano, Kazuya',\n", + " 'Tasaki, Ikkei',\n", + " 'Tao, Hong',\n", + " 'Gao, Jian-Qing',\n", + " 'Harada, Kazuo',\n", + " 'Hirata, Kazumasa',\n", + " 'Saito, Shigeru',\n", + " 'Tsujino, Hirofumi',\n", + " 'Higashisaka, Kazuma',\n", + " 'Tsutsumi, Yasuo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1186%2Fs11671-019-3016-9\"}'],\n", + " 'title': ['Optimization and Evaluation of Pretreatment Method for sp-ICP-MS to Reveal the Distribution of Silver Nanoparticles in the Body']},\n", + " {'bibcode': '2018AdM....3005308C',\n", + " 'author': ['Cheng, Qiang',\n", + " 'Wei, Tuo',\n", + " 'Jia, Yuemeng',\n", + " 'Farbiak, Lukas',\n", + " 'Zhou, Kejin',\n", + " 'Zhang, Shuyuan',\n", + " 'Wei, Yonglong',\n", + " 'Zhu, Hao',\n", + " 'Siegwart, Daniel J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fadma.201805308\"}'],\n", + " 'title': ['Dendrimer‑Based Lipid Nanoparticles Deliver Therapeutic FAH mRNA to Normalize Liver Function and Extend Survival in a Mouse Model of Hepatorenal Tyrosinemia Type I']},\n", + " {'bibcode': '1997PNAS...9411573C',\n", + " 'author': ['Chishima, Takashi',\n", + " 'Yang, Meng',\n", + " 'Miyagi, Yohei',\n", + " 'Li, Lingna',\n", + " 'Tan, Yuying',\n", + " 'Baranov, Eugene',\n", + " 'Shimada, Hiroshi',\n", + " 'Moossa, A. Rahim',\n", + " 'Penman, Sheldon',\n", + " 'Hoffman, Robert M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/21/11573\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/21/11573\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/21/11573\"}'],\n", + " 'title': ['Governing Step of Metastasis Visualized in vitro']},\n", + " {'bibcode': '2021JMoSt124230711L',\n", + " 'author': ['Louati, Myriam',\n", + " 'Ksiksi, Regaya',\n", + " 'Elbini-Dhouib, Ines',\n", + " 'Mlayah-Bellalouna, Saoussen',\n", + " 'Doghri, Raoudha',\n", + " 'Srairi-Abid, Najet',\n", + " 'Zid, Mohamed-Faouzi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.molstruc.2021.130711\"}'],\n", + " 'title': ['Synthesis, structure and characterization of a novel decavanadate, Mg(H2O)6(C4N2H7)4V10O28·4H2O, with a potential antitumor activity']},\n", + " {'bibcode': '2003EnTox..18..176B',\n", + " 'author': ['Bernard, C.',\n", + " 'Harvey, M.',\n", + " 'Briand, J. F.',\n", + " 'Biré, R.',\n", + " 'Krys, S.',\n", + " 'Fontaine, J. J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.10112\"}'],\n", + " 'title': ['Toxicological comparison of diverse Cylindrospermopsis raciborskii strains: Evidence of liver damage caused by a French C. raciborskii strain']},\n", + " {'bibcode': '2011PNAS..108.7890S',\n", + " 'author': ['Siggs, Owen M.',\n", + " 'Schnabl, Bernd',\n", + " 'Webb, Bill',\n", + " 'Beutler, Bruce'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/19/7890\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1104631108\"}'],\n", + " 'title': ['X-linked cholestasis in mouse due to mutations of the P4-ATPase ATP11C']},\n", + " {'bibcode': '2017Natur.542..450T',\n", + " 'author': ['Thomou, Thomas',\n", + " 'Mori, Marcelo A.',\n", + " 'Dreyfuss, Jonathan M.',\n", + " 'Konishi, Masahiro',\n", + " 'Sakaguchi, Masaji',\n", + " 'Wolfrum, Christian',\n", + " 'Rao, Tata Nageswara',\n", + " 'Winnay, Jonathon N.',\n", + " 'Garcia-Martin, Ruben',\n", + " 'Grinspoon, Steven K.',\n", + " 'Gorden, Phillip',\n", + " 'Kahn, C. Ronald'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature21365\"}'],\n", + " 'title': ['Adipose-derived circulating miRNAs regulate gene expression in other tissues']},\n", + " {'bibcode': '1994PNAS...91..614T',\n", + " 'author': ['Toyonaga, Tetsushi',\n", + " 'Hino, Okio',\n", + " 'Sugai, Satoshi',\n", + " 'Wakasug, Shoji',\n", + " 'Abe, Kuniya',\n", + " 'Shichiri, Motoaki',\n", + " 'Yamamura, Ken-Ichi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/91/2/614\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/91/2/614\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/91/2/614\"}'],\n", + " 'title': ['Chronic Active Hepatitis in Transgenic Mice Expressing Interferon-γ in the Liver']},\n", + " {'bibcode': '1991PNAS...88.5533W',\n", + " 'author': ['Williams, Richard K.', 'Jiang, Gui-Sen', 'Holmes, Kathryn V.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/13/5533\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/13/5533\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/13/5533\"}'],\n", + " 'title': ['Receptor for mouse hepatitis virus is a member of the carcinoembryonic antigen family of glycoproteins.']},\n", + " {'bibcode': '1980BuECT..25...34M',\n", + " 'author': ['Morales, Nydia M.', 'Matthews, H. B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2FBF01985482\"}'],\n", + " 'title': ['In vivo binding of the flame retardantsTris(2,3-dibromopropyl) phosphate andTris(1,3-dichloro-2-propyl) phosphate to macromolecules of mouse liver, kidney and muscle']},\n", + " {'bibcode': '2012Natur.483..350I',\n", + " 'author': ['Ichimura, Atsuhiko',\n", + " 'Hirasawa, Akira',\n", + " 'Poulain-Godefroy, Odile',\n", + " 'Bonnefond, Amélie',\n", + " 'Hara, Takafumi',\n", + " 'Yengo, Loïc',\n", + " 'Kimura, Ikuo',\n", + " 'Leloire, Audrey',\n", + " 'Liu, Ning',\n", + " 'Iida, Keiko',\n", + " 'Choquet, Hélène',\n", + " 'Besnard, Philippe',\n", + " 'Lecoeur, Cécile',\n", + " 'Vivequin, Sidonie',\n", + " 'Ayukawa, Kumiko',\n", + " 'Takeuchi, Masato',\n", + " 'Ozawa, Kentaro',\n", + " 'Tauber, Maithé',\n", + " 'Maffeis, Claudio',\n", + " 'Morandi, Anita',\n", + " 'Buzzetti, Raffaella',\n", + " 'Elliott, Paul',\n", + " 'Pouta, Anneli',\n", + " 'Jarvelin, Marjo-Riitta',\n", + " 'Körner, Antje',\n", + " 'Kiess, Wieland',\n", + " 'Pigeyre, Marie',\n", + " 'Caiazzo, Roberto',\n", + " 'van Hul, Wim',\n", + " 'van Gaal, Luc',\n", + " 'Horber, Fritz',\n", + " 'Balkau, Beverley',\n", + " 'Lévy-Marchal, Claire',\n", + " 'Rouskas, Konstantinos',\n", + " 'Kouvatsi, Anastasia',\n", + " 'Hebebrand, Johannes',\n", + " 'Hinney, Anke',\n", + " 'Scherag, Andre',\n", + " 'Pattou, François',\n", + " 'Meyre, David',\n", + " 'Koshimizu, Taka-Aki',\n", + " 'Wolowczuk, Isabelle',\n", + " 'Tsujimoto, Gozoh',\n", + " 'Froguel, Philippe'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature10798\"}'],\n", + " 'title': ['Dysfunction of lipid sensor GPR120 leads to obesity in both mouse and human']},\n", + " {'bibcode': '2019EnTox..34..878S',\n", + " 'author': ['Salimi, Ahmad',\n", + " 'Nikoosiar Jahromi, Mahnia',\n", + " 'Pourahmad, Jalal'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.22760\"}'],\n", + " 'title': ['Maternal exposure causes mitochondrial dysfunction in brain, liver, and heart of mouse fetus: An explanation for perfluorooctanoic acid induced abortion and developmental toxicity']},\n", + " {'bibcode': '2023NatSR..13.6729B',\n", + " 'author': ['Bomfim, Barbara Cristina Marcollino',\n", + " 'Azevedo-Silva, Jessyca',\n", + " 'Caminha, Giulia',\n", + " 'Santos, João Paulo Rodrigues',\n", + " 'Pelajo-Machado, Marcelo',\n", + " 'de Paula Ayres-Silva, Jackline'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-32863-3\"}'],\n", + " 'title': ['Lectin-based carbohydrate profile of megakaryocytes in murine fetal liver during development']},\n", + " {'bibcode': '1987Sci...235...53H',\n", + " 'author': ['Hammer, Robert E.',\n", + " 'Krumlauf, Robb',\n", + " 'Camper, Sally A.',\n", + " 'Brinster, Ralph L.',\n", + " 'Tilghman, Shirley M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.2432657\"}'],\n", + " 'title': ['Diversity of Alpha-Fetoprotein Gene Expression in Mice is Generated by a Combination of Separate Enhancer Elements']},\n", + " {'bibcode': '2017NatSR...744754K',\n", + " 'author': ['Komiya, Chikara',\n", + " 'Tanaka, Miyako',\n", + " 'Tsuchiya, Kyoichiro',\n", + " 'Shimazu, Noriko',\n", + " 'Mori, Kentaro',\n", + " 'Furuke, Shunsaku',\n", + " 'Miyachi, Yasutaka',\n", + " 'Shiba, Kumiko',\n", + " 'Yamaguchi, Shinobu',\n", + " 'Ikeda, Kenji',\n", + " 'Ochi, Kozue',\n", + " 'Nakabayashi, Kazuhiko',\n", + " 'Hata, Ken-Ichiro',\n", + " 'Itoh, Michiko',\n", + " 'Suganami, Takayoshi',\n", + " 'Ogawa, Yoshihiro'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep44754\"}'],\n", + " 'title': ['Antifibrotic effect of pirfenidone in a mouse model of human nonalcoholic steatohepatitis']},\n", + " {'bibcode': '1990PNAS...87..841M',\n", + " 'author': ['McMahon, Gerald',\n", + " 'Huber, L. Julie',\n", + " 'Moore, Michael J.',\n", + " 'Stegeman, John J.',\n", + " 'Wogan, Gerald N.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/87/2/841\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/87/2/841\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/87/2/841\"}'],\n", + " 'title': ['Mutations in c-Ki-ras oncogenes in diseased livers of winter flounder from Boston Harbor.']},\n", + " {'bibcode': '2008PNAS..105.6662I',\n", + " 'author': ['Isern, Joan',\n", + " 'Fraser, Stuart T.',\n", + " 'He, Zhiyong',\n", + " 'Baron, Margaret H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/18/6662\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/18/6662.full.pdf\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0802032105\"}'],\n", + " 'title': ['The fetal liver is a niche for maturation of primitive erythroid cells']},\n", + " {'bibcode': '2006PNAS..103.5060H',\n", + " 'author': ['Henderson, Neil C.',\n", + " 'Mackinnon, Alison C.',\n", + " 'Farnworth, Sarah L.',\n", + " 'Poirier, Francoise',\n", + " 'Russo, Francesco P.',\n", + " 'Iredale, John P.',\n", + " 'Haslett, Christopher',\n", + " 'Simpson, Kenneth J.',\n", + " 'Sethi, Tariq'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/103/13/5060\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/13/5060\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/103/13/5060\"}'],\n", + " 'title': ['Galectin-3 regulates myofibroblast activation and hepatic fibrosis']},\n", + " {'bibcode': '2021NatCo..12.6622H',\n", + " 'author': ['Huang, Hong',\n", + " 'Ouyang, Qinqin',\n", + " 'Zhu, Min',\n", + " 'Yu, Haijia',\n", + " 'Mei, Kunrong',\n", + " 'Liu, Rong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-26824-5\"}'],\n", + " 'title': ['mTOR-mediated phosphorylation of VAMP8 and SCFD1 regulates autophagosome maturation']},\n", + " {'bibcode': '1989EnvMM..14..221A',\n", + " 'author': ['Ashby, J.', 'Mohammed, R.', 'Lefevre, P. A.', 'Bandara, L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.2850140403\"}'],\n", + " 'title': ['Quinoline: Unscheduled DNA synthesis and mitogenesis data from the rat liver in vivo']},\n", + " {'bibcode': '1985Natur.314..197R',\n", + " 'author': ['Roche, J.', 'Gorka, Cl.', 'Goeltz, P.', 'Lawrence, J. J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F314197a0\"}'],\n", + " 'title': ['Association of histone H10 with a gene repressed during liver development']},\n", + " {'bibcode': '2018NatSR...812167D',\n", + " 'author': ['Danno, Keisuke',\n", + " 'Nakamura, Takuto',\n", + " 'Okoso, Natsumi',\n", + " 'Nakamura, Naohiko',\n", + " 'Iguchi, Kohta',\n", + " 'Iwadate, Yoshiaki',\n", + " 'Kenmotsu, Takahiro',\n", + " 'Ikegawa, Masaya',\n", + " 'Uemoto, Shinji',\n", + " 'Yoshikawa, Kenichi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-30662-9\"}'],\n", + " 'title': ['Cracking pattern of tissue slices induced by external extension provides useful diagnostic information']},\n", + " {'bibcode': '2020NatCo..11.6215M',\n", + " 'author': ['Meng, Huan',\n", + " 'Gonzales, Naomi M.',\n", + " 'Lonard, David M.',\n", + " 'Putluri, Nagireddy',\n", + " 'Zhu, Bokai',\n", + " 'Dacso, Clifford C.',\n", + " 'York, Brian',\n", + " \"O'Malley, Bert W.\"],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-020-20028-z\"}'],\n", + " 'title': ['XBP1 links the 12-hour clock to NAFLD and regulation of membrane fluidity and lipid homeostasis']},\n", + " {'bibcode': '2018NatSR...812284H',\n", + " 'author': ['Hung, Jung-Hsien',\n", + " 'Li, Chung-Hsien',\n", + " 'Yeh, Ching-Hua',\n", + " 'Huang, Pin-Cheng',\n", + " 'Fang, Cheng-Chieh',\n", + " 'Chen, Yen-Fu',\n", + " 'Lee, Kuo-Jui',\n", + " 'Chou, Chih-Hung',\n", + " 'Cheng, Hsin-Yun',\n", + " 'Huang, Hsien-Da',\n", + " 'Chen, Marcelo',\n", + " 'Tsai, Ting-Fen',\n", + " 'Lin, Anya Maan-Yuh',\n", + " 'Yen, Chia-Hung',\n", + " 'Tsou, Ann-Ping',\n", + " 'Tyan, Yu-Chang',\n", + " 'Chen, Yi-Ming Arthur'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-30682-5\"}'],\n", + " 'title': ['MicroRNA-224 down-regulates Glycine N-methyltransferase gene expression in Hepatocellular Carcinoma']},\n", + " {'bibcode': '2014SPIE.9041E..0HT',\n", + " 'author': ['Tanji, K.',\n", + " 'Otsuka, Y.',\n", + " 'Satoh, S.',\n", + " 'Hashimoto, H.',\n", + " 'Ozeki, Y.',\n", + " 'Itoh, Kazuyoshi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2042820\"}'],\n", + " 'title': ['Toward digital staining using stimulated Raman scattering and statistical machine learning']},\n", + " {'bibcode': '2015NatSR...513106A',\n", + " 'author': ['An, Peng',\n", + " 'Wang, Hao',\n", + " 'Wu, Qian',\n", + " 'Guo, Xin',\n", + " 'Wu, Aimin',\n", + " 'Zhang, Zhou',\n", + " 'Zhang, Di',\n", + " 'Xu, Xiaochen',\n", + " 'Mao, Qianyun',\n", + " 'Shen, Xiaoyun',\n", + " 'Zhang, Lihong',\n", + " 'Xiong, Zhiqi',\n", + " 'He, Lin',\n", + " 'Liu, Yun',\n", + " 'Min, Junxia',\n", + " 'Zhou, Daizhan',\n", + " 'Wang, Fudi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep13106\"}'],\n", + " 'title': ['Elevated serum transaminase activities were associated with increased serum levels of iron regulatory hormone hepcidin and hyperferritinemia risk']},\n", + " {'bibcode': '2018SPIE10573E..4IL',\n", + " 'author': ['Longo, E.',\n", + " 'Bravin, A.',\n", + " 'Brun, F.',\n", + " 'Bukreeva, I.',\n", + " 'Cedola, A.',\n", + " 'De La Rochefoucauld, O.',\n", + " 'Fratini, M.',\n", + " 'Le Guevel, X.',\n", + " 'Massimi, L.',\n", + " 'Sancey, L.',\n", + " 'Tillement, O.',\n", + " 'Zeitoun, P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2293090\"}'],\n", + " 'title': ['3D imaging of theranostic nanoparticles in mice organs by means of x-ray phase contrast tomography']},\n", + " {'bibcode': '2010PNAS..107.1821C',\n", + " 'author': ['Chang, Pamela V.',\n", + " 'Prescher, Jennifer A.',\n", + " 'Sletten, Ellen M.',\n", + " 'Baskin, Jeremy M.',\n", + " 'Miller, Isaac A.',\n", + " 'Agard, Nicholas J.',\n", + " 'Lo, Anderson',\n", + " 'Bertozzi, Carolyn R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/107/5/1821\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0911116107\"}'],\n", + " 'title': ['Copper-free click chemistry in living animals']},\n", + " {'bibcode': '1967Sci...157.1327F',\n", + " 'author': ['Fantoni, Antonio', 'Bank, Arthur', 'Marks, Paul A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1722181?origin=ads\"}'],\n", + " 'title': ['Globin Composition and Synthesis of Hemoglobins in Developing Fetal Mice Erythroid Cells']},\n", + " {'bibcode': '1982PNAS...79.2172H',\n", + " 'author': ['Hannappel, Ewald',\n", + " 'Xu, -Jun, , Gen',\n", + " 'Morgan, James',\n", + " 'Hempstead, James',\n", + " 'Horecker, B. L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/79/7/2172\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/79/7/2172\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/79/7/2172\"}'],\n", + " 'title': ['Thymosin β 4: A Ubiquitous Peptide in Rat and Mouse Tissues']},\n", + " {'bibcode': '2015SciBu..60..336M',\n", + " 'author': ['Mani, Sarathi',\n", + " 'Li, Hongzhu',\n", + " 'Yang, Guangdong',\n", + " 'Wu, Lingyun',\n", + " 'Wang, Rui'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1007%2Fs11434-014-0722-7\"}'],\n", + " 'title': ['Deficiency of cystathionine gamma-lyase and hepatic cholesterol accumulation during mouse fatty liver development']},\n", + " {'bibcode': '2012PNAS..109E2165S',\n", + " 'author': ['Sitia, Giovanni',\n", + " 'Aiolfi, Roberto',\n", + " 'Di Lucia, Pietro',\n", + " 'Mainetti, Marta',\n", + " 'Fiocchi, Amleto',\n", + " 'Mingozzi, Francesca',\n", + " 'Esposito, Antonio',\n", + " 'Ruggeri, Zaverio M.',\n", + " 'Chisari, Francis V.',\n", + " 'Iannacone, Matteo',\n", + " 'Guidotti, Luca G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/109/32/E2165\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1209182109\"}'],\n", + " 'title': ['From the Cover: PNAS Plus: Antiplatelet therapy prevents hepatocellular carcinoma and improves survival in a mouse model of chronic hepatitis B']},\n", + " {'bibcode': '1964Sci...145.1059N',\n", + " 'author': ['Neidle, Amos', 'Waelsch, Heinrich'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1714098?origin=ads\"}'],\n", + " 'title': ['Histones: Species and Tissue Specificity']},\n", + " {'bibcode': '2000Sci...288..682Y',\n", + " 'author': ['Yamazaki, Shin',\n", + " 'Numano, Rika',\n", + " 'Abe, Michikazu',\n", + " 'Hida, Akiko',\n", + " 'Takahashi, Ri-ichi',\n", + " 'Ueda, Masatsugu',\n", + " 'Block, Gene D.',\n", + " 'Sakaki, Yoshiyuki',\n", + " 'Menaker, Michael',\n", + " 'Tei, Hajime'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.288.5466.682\"}'],\n", + " 'title': ['Resetting Central and Peripheral Circadian Oscillators in Transgenic Rats']},\n", + " {'bibcode': '2000PNAS...97..779S',\n", + " 'author': ['Shimizu, Yasuhito',\n", + " 'Nakatsuru, Yoko',\n", + " 'Ichinose, Masao',\n", + " 'Takahashi, Yoshihisa',\n", + " 'Kume, Haruki',\n", + " 'Mimura, Junsei',\n", + " 'Fujii-Kuriyama, Yoshiaki',\n", + " 'Ishikawa, Takatoshi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/97/2/779\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/97/2/779\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/97/2/779\"}'],\n", + " 'title': ['Benzo[a]pyrene carcinogenicity is lost in mice lacking the aryl hydrocarbon receptor']},\n", + " {'bibcode': '1998PNAS...95.8847C',\n", + " 'author': ['Coste, Alix de La',\n", + " 'Romagnolo, Béatrice',\n", + " 'Billuart, Pierre',\n", + " 'Renard, Claire-Angélique',\n", + " 'Buendia, Marie-Annick',\n", + " 'Soubrane, Olivier',\n", + " 'Fabre, Monique',\n", + " 'Chelly, Jamel',\n", + " 'Beldjord, Cherif',\n", + " 'Kahn, Axel',\n", + " 'Perret, Christine'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.95.15.8847\"}'],\n", + " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\n", + " {'bibcode': '1993PNAS...90.7533Q',\n", + " 'author': ['Quinn, Timothy P.',\n", + " 'Peters, Kevin G.',\n", + " 'de Vries, Carlie',\n", + " 'Ferrara, Napoleone',\n", + " 'Williams, Lewis T.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/90/16/7533\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/90/16/7533\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/90/16/7533\"}'],\n", + " 'title': ['Fetal liver kinase 1 is a receptor for vascular endothelial growth factor and is selectively expressed in vascular endothelium.']},\n", + " {'bibcode': '2007Natur.445..886S',\n", + " 'author': ['Stanger, Ben Z.', 'Tanaka, Akemi J.', 'Melton, Douglas A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature05537\"}'],\n", + " 'title': ['Organ size is limited by the number of embryonic progenitor cells in the pancreas but not the liver']},\n", + " {'bibcode': '2017NatMa..16.1252L',\n", + " 'author': ['Liu, Longwei',\n", + " 'You, Zhifeng',\n", + " 'Yu, Hongsheng',\n", + " 'Zhou, Lyu',\n", + " 'Zhao, Hui',\n", + " 'Yan, Xiaojun',\n", + " 'Li, Dulei',\n", + " 'Wang, Bingjie',\n", + " 'Zhu, Lu',\n", + " 'Xu, Yuzhou',\n", + " 'Xia, Tie',\n", + " 'Shi, Yan',\n", + " 'Huang, Chenyu',\n", + " 'Hou, Wei',\n", + " 'Du, Yanan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnmat5024\"}'],\n", + " 'title': ['Mechanotransduction-modulated fibrotic microniches reveal the contribution of angiogenesis in liver fibrosis']},\n", + " {'bibcode': '2023NatSR..13.4711K',\n", + " 'author': ['Karimkhanloo, Hamzeh',\n", + " 'Keenan, Stacey N.',\n", + " 'Bayliss, Jacqueline',\n", + " 'De Nardo, William',\n", + " 'Miotto, Paula M.',\n", + " 'Devereux, Camille J.',\n", + " 'Nie, Shuai',\n", + " 'Williamson, Nicholas A.',\n", + " 'Ryan, Andrew',\n", + " 'Watt, Matthew J.',\n", + " 'Montgomery, Magdalene K.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-32037-1\"}'],\n", + " 'title': ['Mouse strain-dependent variation in metabolic associated fatty liver disease (MAFLD): a comprehensive resource tool for pre-clinical studies']},\n", + " {'bibcode': '2006PNAS..10317862H',\n", + " 'author': ['Huang, Li-Rung',\n", + " 'Wu, Hui-Lin',\n", + " 'Chen, Pei-Jer',\n", + " 'Chen, Ding-Shinn'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/47/17862\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0608578103\"}'],\n", + " 'title': ['An immunocompetent mouse model for the tolerance of human chronic hepatitis B virus infection']},\n", + " {'bibcode': '2022NatSR..12.6666N',\n", + " 'author': ['Nestor, John J.',\n", + " 'Parkes, David',\n", + " 'Feigh, Michael',\n", + " 'Suschak, John J.',\n", + " 'Harris, M. Scott'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-022-10577-2\"}'],\n", + " 'title': ['Effects of ALT-801, a GLP-1 and glucagon receptor dual agonist, in a translational mouse model of non-alcoholic steatohepatitis']},\n", + " {'bibcode': '1986Sci...232..881F',\n", + " 'author': ['Ferreira, Arturo',\n", + " 'Schofield, Louis',\n", + " 'Enea, Vincenzo',\n", + " 'Schellekens, Huub',\n", + " 'van der Meide, Peter',\n", + " 'Collins, William E.',\n", + " 'Nussenzweig, Ruth S.',\n", + " 'Nussenzweig, Victor'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.3085218\"}'],\n", + " 'title': ['Inhibition of Development of Exoerythrocytic Forms of Malaria Parasites by γ -Interferon']},\n", + " {'bibcode': '2022AGUFMIN15C0290C',\n", + " 'author': ['Casaletto, James',\n", + " 'Gurung, Iksha',\n", + " 'Ramasubramanian, Muthukumaran',\n", + " 'Sanders, Lauren',\n", + " 'Maskey, Manil',\n", + " 'Costes, Sylvain'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://agu.confex.com/agu/fm22/meetingapp.cgi/Paper/1180341\"}'],\n", + " 'title': ['Space Flown Rodent Liver RNA Sequencing Data for Machine Learning in Space Biology Research']},\n", + " {'bibcode': '1989EnvMM..14..155M',\n", + " 'author': ['Mirsalis, Jon C.',\n", + " 'Tyson, C. Kim',\n", + " 'Steinmetz, Karen L.',\n", + " 'Loh, Erica K.',\n", + " 'Hamilton, Carol M.',\n", + " 'Bakke, James P.',\n", + " 'Spalding, Judson W.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.2850140305\"}'],\n", + " 'title': ['Measurement of unscheduled DNA synthesis and S‑phase synthesis in rodent hepatocytes following in vivo treatment: Testing of 24 compounds']},\n", + " {'bibcode': '1999PNAS...96.4820E',\n", + " 'author': ['Esposito, Luke A.',\n", + " 'Melov, Simon',\n", + " 'Panov, Alexander',\n", + " 'Cottrell, Barbara A.',\n", + " 'Wallace, Douglas C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/96/9/4820\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/96/9/4820\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/96/9/4820\"}'],\n", + " 'title': ['Mitochondrial Disease in Mouse Results in Increased Oxidative Stress']},\n", + " {'bibcode': '2012EnvMM..53..334A',\n", + " 'author': ['Anderson, Olivia S.',\n", + " 'Nahar, Muna S.',\n", + " 'Faulk, Christopher',\n", + " 'Jones, Tamara R.',\n", + " 'Liao, Chunyang',\n", + " 'Kannan, Kurunthachalam',\n", + " 'Weinhouse, Caren',\n", + " 'Rozek, Laura S.',\n", + " 'Dolinoy, Dana C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.21692\"}'],\n", + " 'title': ['Epigenetic responses following maternal dietary exposure to physiologically relevant levels of bisphenol A']},\n", + " {'bibcode': '2008NYASA1140..368L',\n", + " 'author': ['Liu, Jie',\n", + " 'Yu, Limei',\n", + " 'Tokar, Erik J.',\n", + " 'Bortner, Carl',\n", + " 'Sifre, Maria I.',\n", + " 'Sun, Yang',\n", + " 'Waalkes, Michael P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1196%2Fannals.1454.028\"}'],\n", + " 'title': ['Arsenic‑induced Aberrant Gene Expression in Fetal Mouse Primary Liver‑Cell Cultures']},\n", + " {'bibcode': '2003EnTox..18..243F',\n", + " 'author': ['Froscio, Suzanne M.',\n", + " 'Humpage, Andrew R.',\n", + " 'Burcham, Philip C.',\n", + " 'Falconer, Ian R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.10121\"}'],\n", + " 'title': ['Cylindrospermopsin‑induced protein synthesis inhibition and its dissociation from acute toxicity in mouse hepatocytes']},\n", + " {'bibcode': '2005PNAS..10212501M',\n", + " 'author': ['Miyazaki, Makoto',\n", + " 'Dobrzyn, Agnieszka',\n", + " 'Elias, Peter M.',\n", + " 'Ntambi, James M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/102/35/12501\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/102/35/12501\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/102/35/12501\"}'],\n", + " 'title': ['Stearoyl-CoA desaturase-2 gene expression is required for lipid synthesis during early skin and liver development']},\n", + " {'bibcode': '1988EnvMM..11..523M',\n", + " 'author': ['McGregor, Douglas B.',\n", + " 'Riach, Colin G.',\n", + " 'Brown, Alison',\n", + " 'Edwards, Ian',\n", + " 'Reynolds, Deborah',\n", + " 'West, Katrine',\n", + " 'Willington, Sarah'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.2850110413\"}'],\n", + " 'title': ['Reactivity of catecholamines and related substances in the mouse lymphoma L5178Y cell assay for mutagens']},\n", + " {'bibcode': '2008HETox..27...55P',\n", + " 'author': ['Prasad, S.', 'Kalra, N.', 'Srivastava, S.', 'Shukla, Y.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F0960327108088978\"}'],\n", + " 'title': ['Regulation of oxidative stress–mediated apoptosis by diallyl sulfide in DMBA-exposed Swiss mice']},\n", + " {'bibcode': '1982PNAS...79.1037E',\n", + " 'author': ['El Kouni, M. H.', 'Cha, S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/79/4/1037\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/79/4/1037\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/79/4/1037\"}'],\n", + " 'title': [\"Isolation and partial characterization of a 5'-nucleotidase specific for orotidine-5'-monophosphate.\"]},\n", + " {'bibcode': '2006Sci...312.1656U',\n", + " 'author': ['Uno, Kenji',\n", + " 'Katagiri, Hideki',\n", + " 'Yamada, Tetsuya',\n", + " 'Ishigaki, Yasushi',\n", + " 'Ogihara, Takehide',\n", + " 'Imai, Junta',\n", + " 'Hasegawa, Yutaka',\n", + " 'Gao, Junhong',\n", + " 'Kaneko, Keizo',\n", + " 'Iwasaki, Hiroko',\n", + " 'Ishihara, Hisamitsu',\n", + " 'Sasano, Hironobu',\n", + " 'Inukai, Kouichi',\n", + " 'Mizuguchi, Hiroyuki',\n", + " 'Asano, Tomoichiro',\n", + " 'Shiota, Masakazu',\n", + " 'Nakazato, Masamitsu',\n", + " 'Oka, Yoshitomo'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1126010\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1126010\"}'],\n", + " 'title': ['Neuronal Pathway from the Liver Modulates Energy Expenditure and Systemic Insulin Sensitivity']},\n", + " {'bibcode': '2012PNAS..109.3826D',\n", + " 'author': ['Diril, M. Kasim',\n", + " 'Ratnacaram, Chandrahas Koumar',\n", + " 'Padmakumar, V. C.',\n", + " 'Du, Tiehua',\n", + " 'Wasser, Martin',\n", + " 'Coppola, Vincenzo',\n", + " 'Tessarollo, Lino',\n", + " 'Kaldis, Philipp'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1115201109\"}'],\n", + " 'title': ['Cyclin-dependent kinase 1 (Cdk1) is essential for cell division and suppression of DNA re-replication but not for liver regeneration']},\n", + " {'bibcode': '1996PNAS...93.9126K',\n", + " 'author': ['Kieran, Mark W.',\n", + " 'Perkins, Andrew C.',\n", + " 'Orkin, Stuart H.',\n", + " 'Zon, Leonard I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/93/17/9126\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/93/17/9126\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/93/17/9126\"}'],\n", + " 'title': ['Thrombopoietin rescues in vitro erythroid colony formation from mouse embryos lacking the erythropoietin receptor.']},\n", + " {'bibcode': '2023NatSD..10..304S',\n", + " 'author': ['Simon, Eric',\n", + " 'Motyka, Maciej',\n", + " 'Prins, Grietje H.',\n", + " 'Li, Mei',\n", + " 'Rust, Werner',\n", + " 'Kauschke, Stefan',\n", + " 'Viollet, Coralie',\n", + " 'Olinga, Peter',\n", + " 'Oldenburger, Anouk'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41597-023-02220-0\"}'],\n", + " 'title': ['Transcriptomic profiling of induced steatosis in human and mouse precision-cut liver slices']},\n", + " {'bibcode': '2023NatSR..13.6873L',\n", + " 'author': ['LaBauve, Annette E.',\n", + " 'Saada, Edwin A.',\n", + " 'Jones, Iris K. A.',\n", + " 'Mosesso, Richard',\n", + " 'Noureddine, Achraf',\n", + " 'Techel, Jessica',\n", + " 'Gomez, Andrew',\n", + " 'Collette, Nicole',\n", + " 'Sherman, Michael B.',\n", + " 'Serda, Rita E.',\n", + " 'Butler, Kimberly S.',\n", + " 'Brinker, C. Jeffery',\n", + " 'Schoeniger, Joseph S.',\n", + " 'Sasaki, Darryl',\n", + " 'Negrete, Oscar A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-33092-4\"}'],\n", + " 'title': ['Lipid-coated mesoporous silica nanoparticles for anti-viral applications via delivery of CRISPR-Cas9 ribonucleoproteins']},\n", + " {'bibcode': '2023NatSR..1319118M',\n", + " 'author': ['Maehara, Hideki',\n", + " 'Kokaji, Toshiya',\n", + " 'Hatano, Atsushi',\n", + " 'Suzuki, Yutaka',\n", + " 'Matsumoto, Masaki',\n", + " 'Nakayama, Keiichi I.',\n", + " 'Egami, Riku',\n", + " 'Tsuchiya, Takaho',\n", + " 'Ozaki, Haruka',\n", + " 'Morita, Keigo',\n", + " 'Shirai, Masaki',\n", + " 'Li, Dongzi',\n", + " 'Terakawa, Akira',\n", + " 'Uematsu, Saori',\n", + " 'Hironaka, Ken-ichi',\n", + " 'Ohno, Satoshi',\n", + " 'Kubota, Hiroyuki',\n", + " 'Araki, Hiromitsu',\n", + " 'Miura, Fumihito',\n", + " 'Ito, Takashi',\n", + " 'Kuroda, Shinya'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-46393-5\"}'],\n", + " 'title': ['DNA hypomethylation characterizes genes encoding tissue-dominant functional proteins in liver and skeletal muscle']},\n", + " {'bibcode': '2021NatCo..12.6877M',\n", + " 'author': ['Mak, Hoi Yin',\n", + " 'Ouyang, Qian',\n", + " 'Tumanov, Sergey',\n", + " 'Xu, Jiesi',\n", + " 'Rong, Ping',\n", + " 'Dong, Feitong',\n", + " 'Lam, Sin Man',\n", + " 'Wang, Xiaowei',\n", + " 'Lukmantara, Ivan',\n", + " 'Du, Ximing',\n", + " 'Gao, Mingming',\n", + " 'Brown, Andrew J.',\n", + " 'Gong, Xin',\n", + " 'Shui, Guanghou',\n", + " 'Stocker, Roland',\n", + " 'Huang, Xun',\n", + " 'Chen, Shuai',\n", + " 'Yang, Hongyuan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-27279-4\"}'],\n", + " 'title': ['AGPAT2 interaction with CDP-diacylglycerol synthases promotes the flux of fatty acids through the CDP-diacylglycerol pathway']},\n", + " {'bibcode': '2023Heliy...916978S',\n", + " 'author': ['Shao, Wenhua',\n", + " 'Ichimura-Shimizu, Mayuko',\n", + " 'Ogawa, Hirohisa',\n", + " 'Jin, Shengjian',\n", + " 'Sutoh, Mitsuko',\n", + " 'Nakamura, Satoko',\n", + " 'Onodera, Miki',\n", + " 'Tawara, Hirosuke',\n", + " 'Toyohara, Shunji',\n", + " 'Hokao, Ryoji',\n", + " 'Kudo, Yasusei',\n", + " 'Oya, Takeshi',\n", + " 'Tsuneyama, Koichi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.heliyon.2023.e16978\"}'],\n", + " 'title': ['Establishment of repeated liver biopsy technique in experimental mice']},\n", + " {'bibcode': '2021NatCo..12.7071P',\n", + " 'author': ['Pallarès-Masmitjà, Maria',\n", + " 'Ivančić, Dimitrije',\n", + " 'Mir-Pedrol, Júlia',\n", + " 'Jaraba-Wallace, Jessica',\n", + " 'Tagliani, Tommaso',\n", + " 'Oliva, Baldomero',\n", + " 'Rahmeh, Amal',\n", + " 'Sánchez-Mejías, Avencia',\n", + " 'Güell, Marc'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-27183-x\"}'],\n", + " 'title': ['Find and cut-and-transfer (FiCAT) mammalian genome engineering']},\n", + " {'bibcode': '2020NatSR..1019814T',\n", + " 'author': ['Tang, Guanglin',\n", + " 'Seume, Nico',\n", + " 'Häger, Christine',\n", + " 'Kumstel, Simone',\n", + " 'Abshagen, Kerstin',\n", + " 'Bleich, André',\n", + " 'Vollmar, Brigitte',\n", + " 'Talbot, Steven R.',\n", + " 'Zhang, Xianbin',\n", + " 'Zechner, Dietmar'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-76391-w\"}'],\n", + " 'title': ['Comparing distress of mouse models for liver damage']},\n", + " {'bibcode': '2023NatSR..13.7322H',\n", + " 'author': ['Hamberger, Florian',\n", + " 'Mederacke, Young-Seon',\n", + " 'Mederacke, Ingmar'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-34353-y\"}'],\n", + " 'title': ['An inducible model for genetic manipulation and fate-tracing of PDGFRβ-expressing fibrogenic cells in the liver']},\n", + " {'bibcode': '2012MedPh..39.6847R',\n", + " 'author': ['Ronaldson, J. Paul',\n", + " 'Zainon, Rafidah',\n", + " 'Scott, Nicola Jean Agnes',\n", + " 'Gieseg, Steven Paul',\n", + " 'Butler, Anthony P.',\n", + " 'Butler, Philip H.',\n", + " 'Anderson, Nigel G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1118%2F1.4760773\"}'],\n", + " 'title': ['Toward quantifying the composition of soft tissues by spectral CT with Medipix3']},\n", + " {'bibcode': '1987PNAS...84.3457C',\n", + " 'author': ['Craven, C. M.',\n", + " 'Alexander, J.',\n", + " 'Eldridge, M.',\n", + " 'Kushner, J. P.',\n", + " 'Bernstein, S.',\n", + " 'Kaplan, J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/84/10/3457\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/84/10/3457\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/84/10/3457\"}'],\n", + " 'title': ['Tissue distribution and clearance kinetics of non-transferrin-bound iron in the hypotransferrinemic mouse: a rodent model for hemochromatosis.']},\n", + " {'bibcode': '1971Sci...172..165C',\n", + " 'author': ['Christensen, H. D.',\n", + " 'Freudenthal, R. I.',\n", + " 'Gidley, J. T.',\n", + " 'Rosenfeld, R.',\n", + " 'Boegli, G.',\n", + " 'Testino, L.',\n", + " 'Brine, D. R.',\n", + " 'Pitt, C. G.',\n", + " 'Wall, M. E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1730919?origin=ads\"}'],\n", + " 'title': ['Activity of Δ 8- and Δ 9-Tetrahydrocannabinol and Related Compounds in the Mouse']},\n", + " {'bibcode': '2020NatSR..1017593T',\n", + " 'author': ['Tsuru, Hiromi',\n", + " 'Osaka, Mizuko',\n", + " 'Hiraoka, Yuichi',\n", + " 'Yoshida, Masayuki'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-74617-5\"}'],\n", + " 'title': ['HFD-induced hepatic lipid accumulation and inflammation are decreased in Factor D deficient mouse']},\n", + " {'bibcode': '1997PNAS...94.7239U',\n", + " 'author': ['Udy, Garry B.',\n", + " 'Towers, Raewyn P.',\n", + " 'Snell, Russell G.',\n", + " 'Wilkins, Richard J.',\n", + " 'Park, Soo-Hee',\n", + " 'Ram, Prabha A.',\n", + " 'Waxman, David J.',\n", + " 'Davey, Helen W.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/14/7239\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/14/7239\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/14/7239\"}'],\n", + " 'title': ['Requirement of STAT5b for Sexual Dimorphism of Body Growth Rates and Liver Gene Expression']},\n", + " {'bibcode': '1995Sci...268..722F',\n", + " 'author': ['Fernandez-Salguero, Pedro',\n", + " 'Pineau, Thierry',\n", + " 'Hilbert, David M.',\n", + " 'McPhail, Timothy',\n", + " 'Lee, Susanna S. T.',\n", + " 'Kimura, Shioko',\n", + " 'Nebert, Daniel W.',\n", + " 'Rudikoff, Stuart',\n", + " 'Ward, Jerrold M.',\n", + " 'Gonzalez, Frank J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.7732381\"}'],\n", + " 'title': ['Immune System Impairment and Hepatic Fibrosis in Mice Lacking the Dioxin- Binding Ah Receptor']},\n", + " {'bibcode': '1993Natur.365..179H',\n", + " 'author': ['Hilberg, Frank',\n", + " 'Aguzzi, Adriano',\n", + " 'Howells, Norma',\n", + " 'Wagner, Erwin F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F365179a0\"}'],\n", + " 'title': ['c-Jun is essential for normal mouse development and hepatogenesis']},\n", + " {'bibcode': '2013PNAS..110E1857B',\n", + " 'author': ['Burdelya, Lyudmila G.',\n", + " 'Brackett, Craig M.',\n", + " 'Kojouharov, Bojidar',\n", + " 'Gitlin, Ilya I.',\n", + " 'Leonova, Katerina I.',\n", + " 'Gleiberman, Anatoli S.',\n", + " 'Aygun-Sunar, Semra',\n", + " 'Veith, Jean',\n", + " 'Johnson, Christopher',\n", + " 'Haderski, Gary J.',\n", + " 'Stanhope-Baker, Patricia',\n", + " 'Allamaneni, Shyam',\n", + " 'Skitzki, Joseph',\n", + " 'Zeng, Ming',\n", + " 'Martsen, Elena',\n", + " 'Medvedev, Alexander',\n", + " 'Scheblyakov, Dmitry',\n", + " 'Artemicheva, Nataliya M.',\n", + " 'Logunov, Denis Y.',\n", + " 'Gintsburg, Alexander L.',\n", + " 'Naroditsky, Boris S.',\n", + " 'Makarov, Sergei S.',\n", + " 'Gudkov, Andrei V.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/110/20/E1857\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1222805110\"}'],\n", + " 'title': ['Central role of liver in anticancer and radioprotective activities of Toll-like receptor 5 agonist']},\n", + " {'bibcode': '1987PNAS...84.7056B',\n", + " 'author': ['Behringer, Richard R.',\n", + " 'Hammer, Robert E.',\n", + " 'Brinster, Ralph L.',\n", + " 'Palmiter, Richard D.',\n", + " 'Townes, Tim M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/84/20/7056\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/84/20/7056\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/84/20/7056\"}'],\n", + " 'title': [\"Two 3' Sequences Direct Adult Erythroid-Specific Expression of Human β -globin Genes in Transgenic Mice\"]},\n", + " {'bibcode': '1960Natur.187..941T',\n", + " 'author': ['Taylor, J. D.',\n", + " 'Wykes, A. A.',\n", + " 'Gladish, Y. C.',\n", + " 'Martin, W. B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F187941a0\"}'],\n", + " 'title': ['New Inhibitor of Monoamine Oxidase']},\n", + " {'bibcode': '2009Natur.457..882P',\n", + " 'author': ['Ploss, Alexander',\n", + " 'Evans, Matthew J.',\n", + " 'Gaysinskaya, Valeriya A.',\n", + " 'Panis, Maryline',\n", + " 'You, Hana',\n", + " 'de Jong, Ype P.',\n", + " 'Rice, Charles M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature07684\"}'],\n", + " 'title': ['Human occludin is a hepatitis C virus entry factor required for infection of mouse cells']},\n", + " {'bibcode': '2018ScTEn.626..147P',\n", + " 'author': ['Pardo, Michal',\n", + " 'Xu, Fanfan',\n", + " 'Qiu, Xinghua',\n", + " 'Zhu, Tong',\n", + " 'Rudich, Yinon'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.scitotenv.2018.01.017\"}'],\n", + " 'title': ['Seasonal variations in fine particle composition from Beijing prompt oxidative stress response in mouse lung and liver']},\n", + " {'bibcode': '2015PNAS..112.9088J',\n", + " 'author': ['Jin, Shengfang',\n", + " 'Chen, Jiang',\n", + " 'Chen, Lizao',\n", + " 'Histen, Gavin',\n", + " 'Lin, Zhizhong',\n", + " 'Gross, Stefan',\n", + " 'Hixon, Jeffrey',\n", + " 'Chen, Yue',\n", + " 'Kung, Charles',\n", + " 'Chen, Yiwei',\n", + " 'Fu, Yufei',\n", + " 'Lu, Yuxuan',\n", + " 'Lin, Hui',\n", + " 'Cai, Xiujun',\n", + " 'Yang, Hua',\n", + " 'Cairns, Rob A.',\n", + " 'Dorsch, Marion',\n", + " 'Su, Shinsan M.',\n", + " 'Biller, Scott',\n", + " 'Mak, Tak W.',\n", + " 'Cang, Yong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/112/29/9088\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1510757112\"}'],\n", + " 'title': ['ALDH2(E487K) mutation increases protein turnover and promotes murine hepatocarcinogenesis']},\n", + " {'bibcode': '1995PNAS...9211608Y',\n", + " 'author': ['Yang, Baoli',\n", + " 'Kirby, Suzanne',\n", + " 'Lewis, Jada',\n", + " 'Detloff, Peter J.',\n", + " 'Maeda, Nobuyo',\n", + " 'Smithies, Oliver'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/92/25/11608\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/92/25/11608\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/92/25/11608\"}'],\n", + " 'title': ['A Mouse Model for β^0-Thalassemia']},\n", + " {'bibcode': '2008PNAS..105.9733L',\n", + " 'author': ['Luedde, Tom',\n", + " 'Heinrichsdorff, Jan',\n", + " 'de Lorenzi, Rossana',\n", + " 'De Vos, Rita',\n", + " 'Roskams, Tania',\n", + " 'Pasparakis, Manolis'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/28/9733\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/105/28/9733.full.pdf\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0800198105\"}'],\n", + " 'title': ['From the Cover: IKK1 and IKK2 cooperate to maintain bile duct integrity in the liver']},\n", + " {'bibcode': '1961Natur.192..164C',\n", + " 'author': ['Calcutt, G.', 'Doxey, D.', 'Coates, Joan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F192164a0\"}'],\n", + " 'title': ['Riboflavin and Liver Sulphydryl-Levels in Mice']},\n", + " {'bibcode': '2020NatSR..1012596G',\n", + " 'author': ['Guan, Zeliang',\n", + " 'Ding, Yun',\n", + " 'Liu, Yongai',\n", + " 'Zhang, Yu',\n", + " 'Zhao, Jingmin',\n", + " 'Li, Changfei',\n", + " 'Li, Zihai',\n", + " 'Meng, Songdong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-69517-7\"}'],\n", + " 'title': ['Extracellular gp96 is a crucial mediator for driving immune hyperactivation and liver damage']},\n", + " {'bibcode': '1989PNAS...86.8482H',\n", + " 'author': ['Hochgeschwender, Ute',\n", + " 'Gregor Sutcliffe, J.',\n", + " 'Brennan, Miles B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/86/21/8482\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/86/21/8482\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/86/21/8482\"}'],\n", + " 'title': ['Construction and screening of a genomic library specific for mouse chromosome 16.']},\n", + " {'bibcode': '2016NatCo...711916Y',\n", + " 'author': ['Yang, Dakai',\n", + " 'Yuan, Qinggong',\n", + " 'Balakrishnan, Asha',\n", + " 'Bantel, Heike',\n", + " 'Klusmann, Jan-Henning',\n", + " 'Manns, Michael P.',\n", + " 'Ott, Michael',\n", + " 'Cantz, Tobias',\n", + " 'Sharma, Amar Deep'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms11916\"}'],\n", + " 'title': ['MicroRNA-125b-5p mimic inhibits acute liver failure']},\n", + " {'bibcode': '2023AngCh.135E2676L',\n", + " 'author': ['Li, Benhao',\n", + " 'Zhao, Mengyao',\n", + " 'Lai, Weiping',\n", + " 'Zhang, Xuanbo',\n", + " 'Yang, Bowei',\n", + " 'Chen, Xiaoyuan',\n", + " 'Ni, Qianqian'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fange.202302676\"}'],\n", + " 'title': ['Activatable NIR‑II Photothermal Lipid Nanoparticles for Improved Messenger RNA Delivery']},\n", + " {'bibcode': '1998PNAS...95.1500L',\n", + " 'author': ['Lei, Xiang-Dong', 'Kaufman, Seymour'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/4/1500\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/4/1500\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/4/1500\"}'],\n", + " 'title': [\"Identification of Hepatic Nuclear Factor 1 Binding Sites in the 5' Flanking Region of the Human Phenylalanine Hydroxylase Gene: Implication of a Dual Function of Phenylalanine Hydroxylase Stimulator in the Phenylalanine Hydroxylation System\"]},\n", + " {'bibcode': '2020NatCo..11..644P',\n", + " 'author': ['Pradas-Juni, Marta',\n", + " 'Hansmeier, Nils R.',\n", + " 'Link, Jenny C.',\n", + " 'Schmidt, Elena',\n", + " 'Larsen, Bjørk Ditlev',\n", + " 'Klemm, Paul',\n", + " 'Meola, Nicola',\n", + " 'Topel, Hande',\n", + " 'Loureiro, Rute',\n", + " 'Dhaouadi, Ines',\n", + " 'Kiefer, Christoph A.',\n", + " 'Schwarzer, Robin',\n", + " 'Khani, Sajjad',\n", + " 'Oliverio, Matteo',\n", + " 'Awazawa, Motoharu',\n", + " 'Frommolt, Peter',\n", + " 'Heeren, Joerg',\n", + " 'Scheja, Ludger',\n", + " 'Heine, Markus',\n", + " 'Dieterich, Christoph',\n", + " 'Büning, Hildegard',\n", + " 'Yang, Ling',\n", + " 'Cao, Haiming',\n", + " 'Jesus, Dario F. De',\n", + " 'Kulkarni, Rohit N.',\n", + " 'Zevnik, Branko',\n", + " 'Tröder, Simon E.',\n", + " 'Knippschild, Uwe',\n", + " 'Edwards, Peter A.',\n", + " 'Lee, Richard G.',\n", + " 'Yamamoto, Masayuki',\n", + " 'Ulitsky, Igor',\n", + " 'Fernandez-Rebollo, Eduardo',\n", + " 'Vallim, Thomas Q. de Aguiar',\n", + " 'Kornfeld, Jan-Wilhelm'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-020-14323-y\"}'],\n", + " 'title': ['A MAFG-lncRNA axis links systemic nutrient abundance to hepatic glucose metabolism']},\n", + " {'bibcode': '2017NatSR...713351J',\n", + " 'author': ['Jiménez-Badillo, Salma E.',\n", + " 'Oviedo, Norma',\n", + " 'Hernández-Guzmán, Christian',\n", + " 'González-Mariscal, Lorenza',\n", + " 'Hernández-Sánchez, Javier'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-13867-2\"}'],\n", + " 'title': ['Catsper1 promoter is bidirectional and regulates the expression of a novel lncRNA']},\n", + " {'bibcode': '2018arXiv180904347M',\n", + " 'author': ['Montagna, Silvia', 'Irincheeva, Irina', 'Tokdar, Surya T.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"preprint\", \"url\": \"http://arxiv.org/abs/1809.04347\"}'],\n", + " 'title': ['High-dimensional Bayesian Fourier Analysis For Detecting Circadian Gene Expressions']},\n", + " {'bibcode': '2002PNAS...99.5622T',\n", + " 'author': ['Trinder, Debbie',\n", + " 'Olynyk, John K.',\n", + " 'Sly, William S.',\n", + " 'Morgan, Evan H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/99/8/5622\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/99/8/5622\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/99/8/5622\"}'],\n", + " 'title': ['Iron uptake from plasma transferrin by the duodenum is impaired in the Hfe knockout mouse']},\n", + " {'bibcode': '2011PNAS..108..308O',\n", + " 'author': ['Österreicher, Christoph H.',\n", + " 'Penz-Österreicher, Melitta',\n", + " 'Grivennikov, Sergei I.',\n", + " 'Guma, Monica',\n", + " 'Koltsova, Ekaterina K.',\n", + " 'Datz, Christian',\n", + " 'Sasik, Roman',\n", + " 'Hardiman, Gary',\n", + " 'Karin, Michael',\n", + " 'Brenner, David A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/1/308\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1017547108\"}'],\n", + " 'title': ['Fibroblast-specific protein 1 identifies an inflammatory subpopulation of macrophages in the liver']},\n", + " {'bibcode': '2004Natur.432..173S',\n", + " 'author': ['Soutschek, Jürgen',\n", + " 'Akinc, Akin',\n", + " 'Bramlage, Birgit',\n", + " 'Charisse, Klaus',\n", + " 'Constien, Rainer',\n", + " 'Donoghue, Mary',\n", + " 'Elbashir, Sayda',\n", + " 'Geick, Anke',\n", + " 'Hadwiger, Philipp',\n", + " 'Harborth, Jens',\n", + " 'John, Matthias',\n", + " 'Kesavan, Venkitasamy',\n", + " 'Lavine, Gary',\n", + " 'Pandey, Rajendra K.',\n", + " 'Racie, Timothy',\n", + " 'Rajeev, Kallanthottathil G.',\n", + " 'Röhl, Ingo',\n", + " 'Toudjarska, Ivanka',\n", + " 'Wang, Gang',\n", + " 'Wuschko, Silvio',\n", + " 'Bumcrot, David',\n", + " 'Koteliansky, Victor',\n", + " 'Limmer, Stefan',\n", + " 'Manoharan, Muthiah',\n", + " 'Vornlocher, Hans-Peter'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature03121\"}'],\n", + " 'title': ['Therapeutic silencing of an endogenous gene by systemic administration of modified siRNAs']},\n", + " {'bibcode': '2020SPIE11317E..0VL',\n", + " 'author': ['Liu, Yiqiao',\n", + " 'Gargesha, Madhu',\n", + " 'Qutaish, Mohammed',\n", + " 'Zhou, Zhuxian',\n", + " 'Scott, Bryan',\n", + " 'Yousefi, Hamed',\n", + " 'Lu, Zhengrong',\n", + " 'Wilson, David L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"video\", \"url\": \"https://doi.org/10.1117/12.2549801\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2549801\"}'],\n", + " 'title': ['Deep learning based multi-organ segmentation and metastases segmentation in whole mouse body and the cryo-imaging cancer imaging and therapy analysis platform (CITAP)']},\n", + " {'bibcode': '1975PNAS...72.3893D',\n", + " 'author': ['Dice, J. Fred', 'Goldberg, Alfred L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/72/10/3893\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/72/10/3893\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/72/10/3893\"}'],\n", + " 'title': ['Relationship between in vivo degradative rates and isoelectric points of proteins.']},\n", + " {'bibcode': '1984Natur.310..238S',\n", + " 'author': ['Storb, Ursula',\n", + " \"O'Brien, Rebecca L.\",\n", + " 'McMullen, Michael D.',\n", + " 'Gollahon, Katherine A.',\n", + " 'Brinster, Ralph L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F310238a0\"}'],\n", + " 'title': ['High expression of cloned immunoglobulin k gene in transgenic mice is restricted to B lymphocytes']},\n", + " {'bibcode': '2015NatSR...5E8616P',\n", + " 'author': ['Park, Minhwa',\n", + " 'Kim, Yu-Hee',\n", + " 'Woo, So-Youn',\n", + " 'Lee, Hye Jin',\n", + " 'Yu, Yeonsil',\n", + " 'Kim, Han Su',\n", + " 'Park, Yoon Shin',\n", + " 'Jo, Inho',\n", + " 'Park, Joo-Won',\n", + " 'Jung, Sung-Chul',\n", + " 'Lee, Hyukjin',\n", + " 'Jeong, Byeongmoon',\n", + " 'Ryu, Kyung-Ha'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep08616\"}'],\n", + " 'title': ['Tonsil-derived Mesenchymal Stem Cells Ameliorate CCl4-induced Liver Fibrosis in Mice via Autophagy Activation']},\n", + " {'bibcode': '1991PNAS...88.2726W',\n", + " 'author': ['Williams, R. S.',\n", + " 'Johnston, S. A.',\n", + " 'Riedy, M.',\n", + " 'DeVit, M. J.',\n", + " 'McElligott, S. G.',\n", + " 'Sanford, J. C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/7/2726\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.88.7.2726\"}'],\n", + " 'title': ['Introduction of foreign genes into tissues of living mice by DNA-coated microprojectiles.']},\n", + " {'bibcode': '1994PNAS...9112808H',\n", + " 'author': ['Hagen, Tory M.',\n", + " 'Huang, Shaonan',\n", + " 'Curnutte, John',\n", + " 'Fowler, Patricia',\n", + " 'Martinez, Violeta',\n", + " 'Wehr, Carol M.',\n", + " 'Ames, Bruce N.',\n", + " 'Chisari, Francis V.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/91/26/12808\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/91/26/12808\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/91/26/12808\"}'],\n", + " 'title': ['Extensive oxidative DNA damage in hepatocytes of transgenic mice with chronic active hepatitis destined to develop hepatocellular carcinoma.']},\n", + " {'bibcode': '2019Sci...366.1029M',\n", + " 'author': ['Moya, Iván M.',\n", + " 'Castaldo, Stéphanie A.',\n", + " 'Van den Mooter, Laura',\n", + " 'Soheily, Soheil',\n", + " 'Sansores-Garcia, Leticia',\n", + " 'Jacobs, Jelle',\n", + " 'Mannaerts, Inge',\n", + " 'Xie, Jun',\n", + " 'Verboven, Elisabeth',\n", + " 'Hillen, Hanne',\n", + " 'Algueró-Nadal, Ana',\n", + " 'Karaman, Ruchan',\n", + " 'Van Haele, Matthias',\n", + " 'Kowalczyk, Weronika',\n", + " 'De Waegeneer, Maxime',\n", + " 'Verhulst, Stefaan',\n", + " 'Karras, Panagiotis',\n", + " 'van Huffel, Leen',\n", + " 'Zender, Lars',\n", + " 'Marine, Jean-Christophe',\n", + " 'Roskams, Tania',\n", + " 'Johnson, Randy',\n", + " 'Aerts, Stein',\n", + " 'van Grunsven, Leo A.',\n", + " 'Halder, Georg'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.aaw9886\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.aaw9886\"}'],\n", + " 'title': ['Peritumoral activation of the Hippo pathway effectors YAP and TAZ suppresses liver cancer in mice']},\n", + " {'bibcode': '2022NatSR..1214907U',\n", + " 'author': ['Uehara, Shotaro',\n", + " 'Iida, Yuichi',\n", + " 'Ida-Tanaka, Miyuki',\n", + " 'Goto, Motohito',\n", + " 'Kawai, Kenji',\n", + " 'Yamamoto, Masafumi',\n", + " 'Higuchi, Yuichiro',\n", + " 'Ito, Satoshi',\n", + " 'Takahashi, Riichi',\n", + " 'Kamimura, Hidetaka',\n", + " 'Ito, Mamoru',\n", + " 'Yamazaki, Hiroshi',\n", + " 'Oshimura, Mitsuo',\n", + " 'Kazuki, Yasuhiro',\n", + " 'Suemizu, Hiroshi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-022-19242-0\"}'],\n", + " 'title': ['Humanized liver TK-NOG mice with functional deletion of hepatic murine cytochrome P450s as a model for studying human drug metabolism']},\n", + " {'bibcode': '2017NatCo...8..837L',\n", + " 'author': ['Llorente, Cristina',\n", + " 'Jepsen, Peter',\n", + " 'Inamine, Tatsuo',\n", + " 'Wang, Lirui',\n", + " 'Bluemel, Sena',\n", + " 'Wang, Hui J.',\n", + " 'Loomba, Rohit',\n", + " 'Bajaj, Jasmohan S.',\n", + " 'Schubert, Mitchell L.',\n", + " 'Sikaroodi, Masoumeh',\n", + " 'Gillevet, Patrick M.',\n", + " 'Xu, Jun',\n", + " 'Kisseleva, Tatiana',\n", + " 'Ho, Samuel B.',\n", + " 'DePew, Jessica',\n", + " 'Du, Xin',\n", + " 'Sørensen, Henrik T.',\n", + " 'Vilstrup, Hendrik',\n", + " 'Nelson, Karen E.',\n", + " 'Brenner, David A.',\n", + " 'Fouts, Derrick E.',\n", + " 'Schnabl, Bernd'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-017-00796-x\"}'],\n", + " 'title': ['Gastric acid suppression promotes alcoholic liver disease by inducing overgrowth of intestinal Enterococcus']},\n", + " {'bibcode': '2012PNAS..10913561T',\n", + " 'author': ['Taguchi, Keiko',\n", + " 'Fujikawa, Nanako',\n", + " 'Komatsu, Masaaki',\n", + " 'Ishii, Tetsuro',\n", + " 'Unno, Michiaki',\n", + " 'Akaike, Takaaki',\n", + " 'Motohashi, Hozumi',\n", + " 'Yamamoto, Masayuki'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/109/34/13561\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1121572109\"}'],\n", + " 'title': ['Keap1 degradation by autophagy for the maintenance of redox homeostasis']},\n", + " {'bibcode': '2014NatNa...9..648D',\n", + " 'author': ['Dahlman, James E.',\n", + " 'Barnes, Carmen',\n", + " 'Khan, Omar F.',\n", + " 'Thiriot, Aude',\n", + " 'Jhunjunwala, Siddharth',\n", + " 'Shaw, Taylor E.',\n", + " 'Xing, Yiping',\n", + " 'Sager, Hendrik B.',\n", + " 'Sahay, Gaurav',\n", + " 'Speciner, Lauren',\n", + " 'Bader, Andrew',\n", + " 'Bogorad, Roman L.',\n", + " 'Yin, Hao',\n", + " 'Racie, Tim',\n", + " 'Dong, Yizhou',\n", + " 'Jiang, Shan',\n", + " 'Seedorf, Danielle',\n", + " 'Dave, Apeksha',\n", + " 'Singh Sandhu, Kamaljeet',\n", + " 'Webber, Matthew J.',\n", + " 'Novobrantseva, Tatiana',\n", + " 'Ruda, Vera M.',\n", + " 'Lytton-Jean, Abigail K. R.',\n", + " 'Levins, Christopher G.',\n", + " 'Kalish, Brian',\n", + " 'Mudge, Dayna K.',\n", + " 'Perez, Mario',\n", + " 'Abezgauz, Ludmila',\n", + " 'Dutta, Partha',\n", + " 'Smith, Lynelle',\n", + " 'Charisse, Klaus',\n", + " 'Kieran, Mark W.',\n", + " 'Fitzgerald, Kevin',\n", + " 'Nahrendorf, Matthias',\n", + " 'Danino, Dganit',\n", + " 'Tuder, Rubin M.',\n", + " 'von Andrian, Ulrich H.',\n", + " 'Akinc, Akin',\n", + " 'Panigrahy, Dipak',\n", + " 'Schroeder, Avi',\n", + " 'Koteliansky, Victor',\n", + " 'Langer, Robert',\n", + " 'Anderson, Daniel G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnnano.2014.84\"}'],\n", + " 'title': ['In vivo endothelial siRNA delivery using polymeric nanoparticles with low molecular weight']},\n", + " {'bibcode': '2021Sci...373..662L',\n", + " 'author': ['Li, Yajuan',\n", + " 'Tan, Zhi',\n", + " 'Zhang, Yaohua',\n", + " 'Zhang, Zhao',\n", + " 'Hu, Qingsong',\n", + " 'Liang, Ke',\n", + " 'Jun, Yao',\n", + " 'Ye, Youqiong',\n", + " 'Li, Yi-Chuan',\n", + " 'Li, Chunlai',\n", + " 'Liao, Lan',\n", + " 'Xu, Jianming',\n", + " 'Xing, Zhen',\n", + " 'Pan, Yinghong',\n", + " 'Chatterjee, Sujash S.',\n", + " 'Nguyen, Tina K.',\n", + " 'Hsiao, Heidi',\n", + " 'Egranov, Sergey D.',\n", + " 'Putluri, Nagireddy',\n", + " 'Coarfa, Cristian',\n", + " 'Hawke, David H.',\n", + " 'Gunaratne, Preethi H.',\n", + " 'Tsai, Kuang-Lei',\n", + " 'Han, Leng',\n", + " 'Hung, Mien-Chie',\n", + " 'Calin, George A.',\n", + " 'Namour, Fares',\n", + " 'Guéant, Jean-Louis',\n", + " 'Muntau, Ania C.',\n", + " 'Blau, Nenad',\n", + " 'Sutton, V. Reid',\n", + " 'Schiff, Manuel',\n", + " 'Feillet, François',\n", + " 'Zhang, Shuxing',\n", + " 'Lin, Chunru',\n", + " 'Yang, Liuqing'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.aba4991\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.aba4991\"}'],\n", + " 'title': ['A noncoding RNA modulator potentiates phenylalanine metabolism in mice']},\n", + " {'bibcode': '1999PNAS...96..511M',\n", + " 'author': ['Morita, Kazumasa',\n", + " 'Furuse, Mikio',\n", + " 'Fujimoto, Kazushi',\n", + " 'Tsukita, Shoichiro'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/96/2/511\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/96/2/511\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/96/2/511\"}'],\n", + " 'title': ['Claudin Multigene Family Encoding Four-Transmembrane Domain Protein Components of Tight Junction Strands']},\n", + " {'bibcode': '1983Natur.306..332B',\n", + " 'author': ['Brinster, Ralph L.',\n", + " 'Ritchie, Kindred A.',\n", + " 'Hammer, Robert E.',\n", + " \"O'Brien, Rebecca L.\",\n", + " 'Arp, Benjamin',\n", + " 'Storb, Ursula'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F306332a0\"}'],\n", + " 'title': ['Expression of a microinjected immunoglobulin gene in the spleen of transgenic mice']},\n", + " {'bibcode': '2021Natur.595..730J',\n", + " 'author': ['Jin, Haojie',\n", + " 'Shi, Yaoping',\n", + " 'Lv, Yuanyuan',\n", + " 'Yuan, Shengxian',\n", + " 'Ramirez, Christel F. A.',\n", + " 'Lieftink, Cor',\n", + " 'Wang, Liqin',\n", + " 'Wang, Siying',\n", + " 'Wang, Cun',\n", + " 'Dias, Matheus Henrique',\n", + " 'Jochems, Fleur',\n", + " 'Yang, Yuan',\n", + " 'Bosma, Astrid',\n", + " 'Hijmans, E. Marielle',\n", + " 'de Groot, Marnix H. P.',\n", + " 'Vegna, Serena',\n", + " 'Cui, Dan',\n", + " 'Zhou, Yangyang',\n", + " 'Ling, Jing',\n", + " 'Wang, Hui',\n", + " 'Guo, Yuchen',\n", + " 'Zheng, Xingling',\n", + " 'Isima, Nikita',\n", + " 'Wu, Haiqiu',\n", + " 'Sun, Chong',\n", + " 'Beijersbergen, Roderick L.',\n", + " 'Akkari, Leila',\n", + " 'Zhou, Weiping',\n", + " 'Zhai, Bo',\n", + " 'Qin, Wenxin',\n", + " 'Bernards, ReneÌ\\x81'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse157905\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-021-03741-7\"}'],\n", + " 'title': ['EGFR activation limits the response of liver cancer to lenvatinib']},\n", + " {'bibcode': '2006PNAS..103.4598T',\n", + " 'author': ['Tian, Yinghua',\n", + " 'Jochum, Wolfram',\n", + " 'Georgiev, Panco',\n", + " 'Moritz, Wolfgang',\n", + " 'Graf, Rolf',\n", + " 'Clavien, Pierre-Alain'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/103/12/4598\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/12/4598\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/103/12/4598\"}'],\n", + " 'title': ['Kupffer cell-dependent TNF-α signaling mediates injury in the arterialized small-for-size liver transplantation in the mouse']},\n", + " {'bibcode': '2022FrCh...10.9732G',\n", + " 'author': ['Gegner, Hagen M.',\n", + " 'Mechtel, Nils',\n", + " 'Heidenreich, Elena',\n", + " 'Wirth, Angela',\n", + " 'Cortizo, Fabiola Garcia',\n", + " 'Bennewitz, Katrin',\n", + " 'Fleming, Thomas',\n", + " 'Andresen, Carolin',\n", + " 'Freichel, Marc',\n", + " 'Teleman, Aurelio A.',\n", + " 'Kroll, Jens',\n", + " 'Hell, Rüdiger',\n", + " 'Poschet, Gernot'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3389%2Ffchem.2022.869732\"}'],\n", + " 'title': ['Deep Metabolic Profiling Assessment of Tissue Extraction Protocols for Three Model Organisms']},\n", + " {'bibcode': '2016NatSR...537468H',\n", + " 'author': ['Han, Seung Jin',\n", + " 'Choi, Sung-E.',\n", + " 'Yi, Sang-A.',\n", + " 'Jung, Jong Gab',\n", + " 'Jung, Ik-Rak',\n", + " 'Shin, Maureen',\n", + " 'Kang, Seok',\n", + " 'Oh, Hyunhee',\n", + " 'Kim, Hae Jin',\n", + " 'Kim, Dae Jung',\n", + " 'Kwon, Ji Eun',\n", + " 'Choi, Cheol Soo',\n", + " 'Lee, Kwan Woo',\n", + " 'Kang, Yup'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep37468\"}'],\n", + " 'title': ['Glutamate dehydrogenase activator BCH stimulating reductive amination prevents high fat/high fructose diet-induced steatohepatitis and hyperglycemia in C57BL/6J mice']},\n", + " {'bibcode': '2006PNAS..103.8552M',\n", + " 'author': ['Mao, Jianqiang',\n", + " 'DeMayo, Francesco J.',\n", + " 'Li, Huiguang',\n", + " 'Abu-Elheiga, Lutfi',\n", + " 'Gu, Ziwei',\n", + " 'Shaikenov, Tattym E.',\n", + " 'Kordari, Parichher',\n", + " 'Chirala, Subrahmanyam S.',\n", + " 'Heird, William C.',\n", + " 'Wakil, Salih J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/103/22/8552\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/22/8552\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/103/22/8552\"}'],\n", + " 'title': ['Liver-specific deletion of acetyl-CoA carboxylase 1 reduces hepatic triglyceride accumulation without affecting glucose homeostasis']},\n", + " {'bibcode': '2010PNAS..10713063K',\n", + " 'author': ['Kitamura, Takanori',\n", + " 'Fujishita, Teruaki',\n", + " 'Loetscher, Pius',\n", + " 'Revesz, Laszlo',\n", + " 'Hashida, Hiroki',\n", + " 'Kizaka-Kondoh, Shinae',\n", + " 'Aoki, Masahiro',\n", + " 'Taketo, Makoto M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/107/29/13063\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1002372107\"}'],\n", + " 'title': ['Inactivation of chemokine (C-C motif) receptor 1 (CCR1) suppresses colon cancer liver metastasis by blocking accumulation of immature myeloid cells in a mouse model']},\n", + " {'bibcode': '2011Sci...332..963X',\n", + " 'author': ['Xu, Cheng-Ran',\n", + " 'Cole, Philip A.',\n", + " 'Meyers, David J.',\n", + " 'Kormish, Jay',\n", + " 'Dent, Sharon',\n", + " 'Zaret, Kenneth S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1202845\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1202845\"}'],\n", + " 'title': ['Chromatin “Prepattern” and Histone Modifiers in a Fate Choice for Liver and Pancreas']},\n", + " {'bibcode': '2017NatSR...7.4023M',\n", + " 'author': ['Metzendorf, Christoph',\n", + " 'Zeigerer, Anja',\n", + " 'Seifert, Sarah',\n", + " 'Sparla, Richard',\n", + " 'Najafi, Bahar',\n", + " 'Canonne-Hergaux, François',\n", + " 'Zerial, Marino',\n", + " 'Muckenthaler, Martina U.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-02898-4\"}'],\n", + " 'title': ['Acute loss of the hepatic endo-lysosomal system in vivo causes compensatory changes in iron homeostasis']},\n", + " {'bibcode': '2012EnvMM..53....1S',\n", + " 'author': ['Shane, Barbara S.',\n", + " 'Zeiger, Errol',\n", + " 'Piegorsch, Walter W.',\n", + " 'Booth, Ewan D.',\n", + " 'Goodman, Jay I.',\n", + " 'Peffer, Richard C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.20689\"}'],\n", + " 'title': ['Re‑evaluation of the big blue® mouse assay of propiconazole suggests lack of mutagenicity']},\n", + " {'bibcode': '2019ApCS..176...58E',\n", + " 'author': ['Eom, Sairan', 'Choi, Goeun', 'Choy, Jin-Ho'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.clay.2019.04.017\"}'],\n", + " 'title': ['Y(III) ion substituted 2D anionic clay (I); in-vitro cytotoxicity and intercellular uptake behavior']},\n", + " {'bibcode': '2023NatSR..13..746H',\n", + " 'author': ['Hozumi, Kaori',\n", + " 'Sugawara, Kenji',\n", + " 'Ishihara, Takaya',\n", + " 'Ishihara, Naotada',\n", + " 'Ogawa, Wataru'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-27689-y\"}'],\n", + " 'title': ['Effects of imeglimin on mitochondrial function, AMPK activity, and gene expression in hepatocytes']},\n", + " {'bibcode': '2022arXiv220408249M',\n", + " 'author': ['Mukherjee, Pradipta',\n", + " 'Fukuda, Shinichi',\n", + " 'Lukmanto, Donny',\n", + " 'Yamashita, Toshiharu',\n", + " 'Okada, Kosuke',\n", + " 'Makita, Shuichi',\n", + " 'El-Sadek, Ibrahim Abd',\n", + " 'Miyazawa, Arata',\n", + " 'Zhu, Lida',\n", + " 'Morishita, Rion',\n", + " 'Lichtenegger, Antonia',\n", + " 'Oshika, Tetsuro',\n", + " 'Yasuno, Yoshiaki'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"preprint\", \"url\": \"http://arxiv.org/abs/2204.08249\"}'],\n", + " 'title': ['Label-free metabolic imaging of non-alcoholic-fatty-liver-disease (NAFLD) liver by volumetric dynamic optical coherence tomography']},\n", + " {'bibcode': '2011PNAS..10818283W',\n", + " 'author': ['Wang, Wei',\n", + " 'Yang, Jian',\n", + " 'Liu, Hui',\n", + " 'Lu, Dong',\n", + " 'Chen, Xiongfeng',\n", + " 'Zenonos, Zenon',\n", + " 'Campos, Lia S.',\n", + " 'Rad, Roland',\n", + " 'Guo, Ge',\n", + " 'Zhang, Shujun',\n", + " 'Bradley, Allan',\n", + " 'Liu, Pentao'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/45/18283\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1100893108\"}'],\n", + " 'title': ['Rapid and efficient reprogramming of somatic cells to induced pluripotent stem cells by retinoic acid receptor gamma and liver receptor homolog 1']},\n", + " {'bibcode': '2018NatSR...811013A',\n", + " 'author': ['Araujo, Layanne C. C.',\n", + " 'Feitosa, Karla B.',\n", + " 'Murata, Gilson M.',\n", + " 'Furigo, Isadora C.',\n", + " 'Teixeira, Simone A.',\n", + " 'Lucena, Camila F.',\n", + " 'Ribeiro, Luciene M.',\n", + " 'Muscará, Marcelo N.',\n", + " 'Costa, Soraia K. P.',\n", + " 'Donato, José',\n", + " 'Bordin, Silvana',\n", + " 'Curi, Rui',\n", + " 'Carvalho, Carla R. O.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-29044-y\"}'],\n", + " 'title': ['Uncaria tomentosa improves insulin sensitivity and inflammation in experimental NAFLD']},\n", + " {'bibcode': '1992Natur.356..612C',\n", + " 'author': ['Cumano, Ana',\n", + " 'Paige, Christopher J.',\n", + " 'Iscove, Norman N.',\n", + " 'Brady, Gerard'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F356612a0\"}'],\n", + " 'title': ['Bipotential precursors of B cells and macrophages in murine fetal liver']},\n", + " {'bibcode': '2009Sci...324.1707W',\n", + " 'author': ['Wandzioch, Ewa', 'Zaret, Kenneth S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1174497\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1174497\"}'],\n", + " 'title': ['Dynamic Signaling Network for the Specification of Embryonic Pancreas and Liver Progenitors']},\n", + " {'bibcode': '2020PNAS..117.2076W',\n", + " 'author': ['Wooton-Kee, Clavia Ruth',\n", + " 'Robertson, Matthew',\n", + " 'Zhou, Ying',\n", + " 'Dong, Bingning',\n", + " 'Sun, Zhen',\n", + " 'Kim, Kang Ho',\n", + " 'Liu, Hailan',\n", + " 'Xu, Yong',\n", + " 'Putluri, Nagireddy',\n", + " 'Saha, Pradip',\n", + " 'Coarfa, Cristian',\n", + " 'Moore, David D.',\n", + " 'Nuotio-Antar, Alli M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1914267117\"}'],\n", + " 'title': [\"Metabolic dysregulation in the Atp7b-/- Wilson's disease mouse model\"]},\n", + " {'bibcode': '2009PNAS..10613511Z',\n", + " 'author': ['Zavaleta, Cristina L.',\n", + " 'Smith, Bryan R.',\n", + " 'Walton, Ian',\n", + " 'Doering, William',\n", + " 'Davis, Glenn',\n", + " 'Shojaei, Borzoyeh',\n", + " 'Natan, Michael J.',\n", + " 'Gambhir, Sanjiv S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/106/32/13511\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0813327106\"}'],\n", + " 'title': ['Multiplexed imaging of surface enhanced Raman scattering nanotags in living mice using noninvasive Raman spectroscopy']},\n", + " {'bibcode': '2014PNAS..111.9828F',\n", + " 'author': ['Feillet, Céline',\n", + " 'Krusche, Peter',\n", + " 'Tamanini, Filippo',\n", + " 'Janssens, Roel C.',\n", + " 'Downey, Mike J.',\n", + " 'Martin, Patrick',\n", + " 'Teboul, Michèle',\n", + " 'Saito, Shoko',\n", + " 'Lévi, Francis A.',\n", + " 'Bretschneider, Till',\n", + " 'van der Horst, Gijsbertus T. J.',\n", + " 'Delaunay, Franck',\n", + " 'Rand, David A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/111/27/9828\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1320474111\"}'],\n", + " 'title': ['Phase locking and multiple oscillating attractors for the coupled mammalian clock and cell cycle']},\n", + " {'bibcode': '2007Natur.450..435M',\n", + " 'author': ['Miyanishi, Masanori',\n", + " 'Tada, Kazutoshi',\n", + " 'Koike, Masato',\n", + " 'Uchiyama, Yasuo',\n", + " 'Kitamura, Toshio',\n", + " 'Nagata, Shigekazu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature06307\"}'],\n", + " 'title': ['Identification of Tim4 as a phosphatidylserine receptor']},\n", + " {'bibcode': '2007PNAS..104.3003G',\n", + " 'author': ['Gohla, Antje',\n", + " 'Klement, Karinna',\n", + " 'Piekorz, Roland P.',\n", + " 'Pexa, Katja',\n", + " 'vom Dahl, Stephan',\n", + " 'Spicher, Karsten',\n", + " 'Dreval, Vladyslav',\n", + " 'Häussinger, Dieter',\n", + " 'Birnbaumer, Lutz',\n", + " 'Nürnberg, Bernd'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/8/3003\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0611434104\"}'],\n", + " 'title': ['From the Cover: An obligatory requirement for the heterotrimeric G protein Gi3 in the antiautophagic action of insulin in the liver']},\n", + " {'bibcode': '1993Natur.364...67G',\n", + " 'author': ['Godin, Isabelle E.',\n", + " 'Garcia-Porrero, Juan A.',\n", + " 'Coutinho, Antonio',\n", + " 'Dieterlen-Lièvre, Françoise',\n", + " 'Marcos, Miguel A. R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F364067a0\"}'],\n", + " 'title': ['Para-aortic splanchnopleura from early mouse embryos contains B1a cell progenitors']},\n", + " {'bibcode': '1996Sci...272..722N',\n", + " 'author': ['Nakano, Toru', 'Kodama, Hiroaki', 'Honjo, Tasuku'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.272.5262.722\"}'],\n", + " 'title': ['In vitro Development of Primitive and Definitive Erythrocytes from Different Precursors']},\n", + " {'bibcode': '2015NatSR...517762L',\n", + " 'author': ['Liu, Yan',\n", + " 'Yang, Xue',\n", + " 'Jing, Yingying',\n", + " 'Zhang, Shanshan',\n", + " 'Zong, Chen',\n", + " 'Jiang, Jinghua',\n", + " 'Sun, Kai',\n", + " 'Li, Rong',\n", + " 'Gao, Lu',\n", + " 'Zhao, Xue',\n", + " 'Wu, Dong',\n", + " 'Shi, Yufang',\n", + " 'Han, Zhipeng',\n", + " 'Wei, Lixin'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep17762\"}'],\n", + " 'title': ['Contribution and Mobilization of Mesenchymal Stem Cells in a mouse model of carbon tetrachloride-induced liver fibrosis']},\n", + " {'bibcode': '1970Sci...168..864C',\n", + " 'author': ['Courtney, K. Diane',\n", + " 'Gaylor, D. W.',\n", + " 'Hogan, M. D.',\n", + " 'Falk, H. L.',\n", + " 'Bates, R. R.',\n", + " 'Mitchell, I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1729698?origin=ads\"}'],\n", + " 'title': ['Teratogenic Evaluation of 2,4,5-T']},\n", + " {'bibcode': '1985Natur.313..706V',\n", + " 'author': ['von der Ahe, Dietmar',\n", + " 'Janich, Susanne',\n", + " 'Scheidereit, Claus',\n", + " 'Renkawitz, Rainer',\n", + " 'Schütz, Günther',\n", + " 'Beato, Miguel'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F313706a0\"}'],\n", + " 'title': ['Glucocorticoid and progesterone receptors bind to the same sites in two hormonally regulated promoters']},\n", + " {'bibcode': '2011PNAS..10811842C',\n", + " 'author': ['Chen, Alice A.',\n", + " 'Thomas, David K.',\n", + " 'Ong, Luvena L.',\n", + " 'Schwartz, Robert E.',\n", + " 'Golub, Todd R.',\n", + " 'Bhatia, Sangeeta N.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/29/11842\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1101791108\"}'],\n", + " 'title': ['Humanized mice with ectopic artificial liver tissues']},\n", + " {'bibcode': '2015PNAS..112.5521Q',\n", + " 'author': ['Qvartskhava, Natalia',\n", + " 'Lang, Philipp A.',\n", + " 'Görg, Boris',\n", + " 'Pozdeev, Vitaly I.',\n", + " 'Ortiz, Marina Pascual',\n", + " 'Lang, Karl S.',\n", + " 'Bidmon, Hans J.',\n", + " 'Lang, Elisabeth',\n", + " 'Leibrock, Christina B.',\n", + " 'Herebian, Diran',\n", + " 'Bode, Johannes G.',\n", + " 'Lang, Florian',\n", + " 'Häussinger, Dieter'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/112/17/5521\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1423968112\"}'],\n", + " 'title': ['Hyperammonemia in gene-targeted mice lacking functional hepatic glutamine synthetase']},\n", + " {'bibcode': '2015NatCo...6.7339B',\n", + " 'author': ['Bissig-Choisat, Beatrice',\n", + " 'Wang, Lili',\n", + " 'Legras, Xavier',\n", + " 'Saha, Pradip K.',\n", + " 'Chen, Leon',\n", + " 'Bell, Peter',\n", + " 'Pankowicz, Francis P.',\n", + " 'Hill, Matthew C.',\n", + " 'Barzi, Mercedes',\n", + " 'Leyton, Claudia Kettlun',\n", + " 'Leung, Hon-Chiu Eastwood',\n", + " 'Kruse, Robert L.',\n", + " 'Himes, Ryan W.',\n", + " 'Goss, John A.',\n", + " 'Wilson, James M.',\n", + " 'Chan, Lawrence',\n", + " 'Lagor, William R.',\n", + " 'Bissig, Karl-Dimiter'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms8339\"}'],\n", + " 'title': ['Development and rescue of human familial hypercholesterolaemia in a xenograft mouse model']},\n", + " {'bibcode': '1971Sci...171..917P',\n", + " 'author': ['Price, Gerald B.', 'Modak, S. P.', 'Makinodan, T.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1731375?origin=ads\"}'],\n", + " 'title': ['Age-Associated Changes in the DNA of Mouse Tissue']},\n", + " {'bibcode': '1999PNAS...9614505L',\n", + " 'author': ['Li, Hong Hua',\n", + " 'Yu, Wei-Hong',\n", + " 'Rozengurt, Nora',\n", + " 'Zhao, Hui-Zhi',\n", + " 'Lyons, Karen M.',\n", + " 'Anagnostaras, Stephan',\n", + " 'Fanselow, Michael S.',\n", + " 'Suzuki, Kunihiko',\n", + " 'Vanier, Marie T.',\n", + " 'Neufeld, Elizabeth F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/96/25/14505\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/96/25/14505\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/96/25/14505\"}'],\n", + " 'title': ['Mouse Model of Sanfilippo Syndrome Type B Produced by Targeted Disruption of the Gene Encoding α -N-acetylglucosaminidase']},\n", + " {'bibcode': '1992Sci...257.1398P',\n", + " 'author': ['Pehrson, John R.', 'Fried, Victor A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1529340\"}'],\n", + " 'title': ['MacroH2A, a Core Histone Containing a Large Nonhistone Region']},\n", + " {'bibcode': '2006PNAS..103..105S',\n", + " 'author': ['Safran, Michal',\n", + " 'Kim, William Y.',\n", + " \"O'Connell, Fionnuala\",\n", + " 'Flippin, Lee',\n", + " 'Günzler, Volkmar',\n", + " 'Horner, James W.',\n", + " 'DePinho, Ronald A.',\n", + " 'Kaelin, William G., Jr.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/103/1/105\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/1/105\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/103/1/105\"}'],\n", + " 'title': ['From the Cover: Mouse model for noninvasive imaging of HIF prolyl hydroxylase activity: Assessment of an oral agent that stimulates erythropoietin production']},\n", + " {'bibcode': '2021NatCo..12..613R',\n", + " 'author': ['Rizvi, Fatima',\n", + " 'Everton, Elissa',\n", + " 'Smith, Anna R.',\n", + " 'Liu, Hua',\n", + " 'Osota, Elizabeth',\n", + " 'Beattie, Mitchell',\n", + " 'Tam, Ying',\n", + " 'Pardi, Norbert',\n", + " 'Weissman, Drew',\n", + " 'Gouon-Evans, Valerie'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-021-20903-3\"}'],\n", + " 'title': ['Murine liver repair via transient activation of regenerative pathways in hepatocytes using lipid nanoparticle-complexed nucleoside-modified mRNA']},\n", + " {'bibcode': '1979Natur.281...74L',\n", + " 'author': ['Lipsich, Leah Ann', 'Kates, Joseph R.', 'Lucas, Joseph J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F281074a0\"}'],\n", + " 'title': ['Expression of a liver-specific function by mouse fibroblast nuclei transplanted into rat hepatoma cytoplasts']},\n", + " {'bibcode': '2010PNAS..107.1757F',\n", + " 'author': ['Feinberg, Andrew P.', 'Irizarry, Rafael A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/107/suppl_1/1757\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0906183107\"}'],\n", + " 'title': ['Evolution in Health and Medicine Sackler Colloquium: Stochastic epigenetic variation as a driving force of development, evolutionary adaptation, and disease']},\n", + " {'bibcode': '2016NatSR...624399Y',\n", + " 'author': ['Yang, Gabsik', 'Lee, Hye Eun', 'Lee, Joo Young'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep24399\"}'],\n", + " 'title': ['A pharmacological inhibitor of NLRP3 inflammasome prevents non-alcoholic fatty liver disease in a mouse model induced by high fat diet']},\n", + " {'bibcode': '1981PNAS...78.5425D',\n", + " 'author': ['Derman, Eva'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/78/9/5425\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/78/9/5425\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/78/9/5425\"}'],\n", + " 'title': ['Isolation of a cDNA Clone for Mouse Urinary Proteins: Age- And Sex-Related Expression of Mouse Urinary Protein Genes is Transcriptionally Controlled']},\n", + " {'bibcode': '2022NatCo..13.1516L',\n", + " 'author': ['Lee, Jaiwoo', 'Byun, Junho', 'Shim, Gayong', 'Oh, Yu-Kyoung'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-022-29186-8\"}'],\n", + " 'title': ['Fibroblast activation protein activated antifibrotic peptide delivery attenuates fibrosis in mouse models of liver fibrosis']},\n", + " {'bibcode': '2018NatSR...8.8896G',\n", + " 'author': ['Glennon, Elizabeth K. K.',\n", + " 'Megawati, Dewi',\n", + " 'Torrevillas, Brandi K.',\n", + " 'Ssewanyana, Isaac',\n", + " 'Huang, Liusheng',\n", + " 'Aweeka, Fran',\n", + " 'Greenhouse, Bryan',\n", + " 'Adams, L. Garry',\n", + " 'Luckhart, Shirley'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-27073-1\"}'],\n", + " 'title': ['Elevated plasma abscisic acid is associated with asymptomatic falciparum malaria and with IgG-/caspase-1-dependent immunity in Plasmodium yoelii-infected mice']},\n", + " {'bibcode': '1980JThBi..85..507M',\n", + " 'author': ['Mushinski, J. Frederic', 'Koziol, James A.', 'Marini, Marina'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2F0022-5193%2880%2990324-0\"}'],\n", + " 'title': ['Cluster analysis of aminoacyl-tRNAs from mouse plasmacytomas correlates chromatographic profiles with myeloma protein similarity, clonal origin of tumor lines, and the neoplastic nature of the tissues']},\n", + " {'bibcode': '1984PNAS...81.2132B',\n", + " 'author': ['Baier, L. J.', 'Hanash, S. M.', 'Erickson, R. P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/81/7/2132\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/81/7/2132\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/81/7/2132\"}'],\n", + " 'title': ['Mice homozygous for chromosomal deletions at the albino locus region lack specific polypeptides in two-dimensional gels.']},\n", + " {'bibcode': '2023NatCo..14.5573Z',\n", + " 'author': ['Zeng, Hongzhi',\n", + " 'Yuan, Qichen',\n", + " 'Peng, Fei',\n", + " 'Ma, Dacheng',\n", + " 'Lingineni, Ananya',\n", + " 'Chee, Kelly',\n", + " 'Gilberd, Peretz',\n", + " 'Osikpa, Emmanuel C.',\n", + " 'Sun, Zheng',\n", + " 'Gao, Xue'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-023-41331-5\"}'],\n", + " 'title': ['A split and inducible adenine base editor for precise in vivo base editing']},\n", + " {'bibcode': '1999PNAS...9611501V',\n", + " 'author': ['van Helvoort, Ardy',\n", + " 'de Brouwer, Arjan',\n", + " 'Ottenhoff, Roelof',\n", + " 'Brouwers, Jos F. H. M.',\n", + " 'Wijnholds, Jan',\n", + " 'Beijnen, Jos H.',\n", + " 'Rijneveld, Anita',\n", + " 'van der Poll, Tom',\n", + " 'van der Valk, Martin A.',\n", + " 'Majoor, Donné',\n", + " 'Voorhout, Wim',\n", + " 'Wirtz, Karel W. A.',\n", + " 'Elferink, Ronald P. J. Oude',\n", + " 'Borst, Piet'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/96/20/11501\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/96/20/11501\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/96/20/11501\"}'],\n", + " 'title': ['Mice without Phosphatidylcholine Transfer Protein Have no Defects in the Secretion of Phosphatidylcholine into Bile or into Lung Airspaces']},\n", + " {'bibcode': '2015SPIE.9340E..0FM',\n", + " 'author': ['Masson, Jean-François',\n", + " 'Breault-Turcot, Julien',\n", + " 'Forest, Simon',\n", + " 'Chaurand, Pierre'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2083632\"}'],\n", + " 'title': ['SPR-MS: from identifying adsorbed molecules to image tissues']},\n", + " {'bibcode': '2017NatSR...7.5727R',\n", + " 'author': ['Rivera-Barahona, Ana',\n", + " 'Fulgencio-Covián, Alejandro',\n", + " 'Pérez-Cerdá, Celia',\n", + " 'Ramos, Ricardo',\n", + " 'Barry, Michael A.',\n", + " 'Ugarte, Magdalena',\n", + " 'Pérez, Belén',\n", + " 'Richard, Eva',\n", + " 'Desviat, Lourdes R.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-06420-8\"}'],\n", + " 'title': ['Dysregulated miRNAs and their pathogenic implications for the neurometabolic disease propionic acidemia']},\n", + " {'bibcode': '2017NatCo...815280Z',\n", + " 'author': ['Zhang, Xiao',\n", + " 'Qiao, Yongxia',\n", + " 'Wu, Qi',\n", + " 'Chen, Yan',\n", + " 'Zou, Shaowu',\n", + " 'Liu, Xiangfan',\n", + " 'Zhu, Guoqing',\n", + " 'Zhao, Yinghui',\n", + " 'Chen, Yuxin',\n", + " 'Yu, Yongchun',\n", + " 'Pan, Qiuhui',\n", + " 'Wang, Jiayi',\n", + " 'Sun, Fenyong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms15280\"}'],\n", + " 'title': ['The essential role of YAP O-GlcNAcylation in high-glucose-stimulated liver tumorigenesis']},\n", + " {'bibcode': '1994PNAS...91.9921H',\n", + " 'author': ['Högstrand, K.', 'Böhme, J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/91/21/9921\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/91/21/9921\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/91/21/9921\"}'],\n", + " 'title': ['A determination of the frequency of gene conversion in unmanipulated mouse sperm.']},\n", + " {'bibcode': '1974Natur.247..518S',\n", + " 'author': ['Simsek, Mehmet', 'Rajbhandary, Uttam L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F247518a0\"}'],\n", + " 'title': ['Nucleotide sequence of rabbit liver and sheep mammary gland cytoplasmic initiator transfer RNAs']},\n", + " {'bibcode': '2017NatSR...7..325T',\n", + " 'author': ['Tokunaga, Yuko',\n", + " 'Osawa, Yosuke',\n", + " 'Ohtsuki, Takahiro',\n", + " 'Hayashi, Yukiko',\n", + " 'Yamaji, Kenzaburo',\n", + " 'Yamane, Daisuke',\n", + " 'Hara, Mitsuko',\n", + " 'Munekata, Keisuke',\n", + " 'Tsukiyama-Kohara, Kyoko',\n", + " 'Hishima, Tsunekazu',\n", + " 'Kojima, Soichi',\n", + " 'Kimura, Kiminori',\n", + " 'Kohara, Michinori'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-00282-w\"}'],\n", + " 'title': ['Selective inhibitor of Wnt/β-catenin/CBP signaling ameliorates hepatitis C virus-induced liver fibrosis in mouse model']},\n", + " {'bibcode': '1992PNAS...89.1502I',\n", + " 'author': ['Ikuta, Koichi', 'Weissman, Irving L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/89/4/1502\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/89/4/1502\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/89/4/1502\"}'],\n", + " 'title': ['Evidence that hematopoietic stem cells express mouse c-kit but do not depend on steel factor for their generation.']},\n", + " {'bibcode': '2000Sci...290.1765W',\n", + " 'author': ['Wang, Q.', 'Khillan, J.', 'Gadue, P.', 'Nishikura, K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.290.5497.1765\"}'],\n", + " 'title': ['Requirement of the RNA Editing Deaminase ADAR1 Gene for Embryonic Erythropoiesis']},\n", + " {'bibcode': '2015NatSR...518272B',\n", + " 'author': ['Bansal, Ruchi',\n", + " 'van Baarlen, Joop',\n", + " 'Storm, Gert',\n", + " 'Prakash, Jai'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep18272\"}'],\n", + " 'title': ['The interplay of the Notch signaling in hepatic stellate cells and macrophages determines the fate of liver fibrogenesis']},\n", + " {'bibcode': '2016EnTox..31.1009F',\n", + " 'author': ['Faustino-Rocha, Ana I.',\n", + " 'Rodrigues, D.',\n", + " 'da Costa, R. Gil',\n", + " 'Diniz, C.',\n", + " 'Aragão, S.',\n", + " 'Talhada, D.',\n", + " 'Botelho, M.',\n", + " 'Colaço, A.',\n", + " 'Pires, M. J.',\n", + " 'Peixoto, F.',\n", + " 'Oliveira, P. A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Ftox.22110\"}'],\n", + " 'title': ['Trihalomethanes in liver pathology: Mitochondrial dysfunction and oxidative stress in the mouse']},\n", + " {'bibcode': '2015PNAS..11215713D',\n", + " 'author': ['Ding, Ning',\n", + " 'Hah, Nasun',\n", + " 'Yu, Ruth T.',\n", + " 'Sherman, Mara H.',\n", + " 'Benner, Chris',\n", + " 'Leblanc, Mathias',\n", + " 'He, Mingxiao',\n", + " 'Liddle, Christopher',\n", + " 'Downes, Michael',\n", + " 'Evans, Ronald M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/112/51/15713\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1522163112\"}'],\n", + " 'title': ['BRD4 is a novel therapeutic target for liver fibrosis']},\n", + " {'bibcode': '2017PNAS..114E3101C',\n", + " 'author': ['Chawanthayatham, Supawadee',\n", + " 'Valentine, Charles C.',\n", + " 'Fedeles, Bogdan I.',\n", + " 'Fox, Edward J.',\n", + " 'Loeb, Lawrence A.',\n", + " 'Levine, Stuart S.',\n", + " 'Slocum, Stephen L.',\n", + " 'Wogan, Gerald N.',\n", + " 'Croy, Robert G.',\n", + " 'Essigmann, John M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1700759114\"}'],\n", + " 'title': ['Mutational spectra of aflatoxin B1 in vivo establish biomarkers of exposure for human hepatocellular carcinoma']},\n", + " {'bibcode': '2012PNAS..10910053J',\n", + " 'author': ['Jin, Cong',\n", + " 'Liang, Mifang',\n", + " 'Ning, Junyu',\n", + " 'Gu, Wen',\n", + " 'Jiang, Hong',\n", + " 'Wu, Wei',\n", + " 'Zhang, Fushun',\n", + " 'Li, Chuan',\n", + " 'Zhang, Quanfu',\n", + " 'Zhu, Hua',\n", + " 'Chen, Ting',\n", + " 'Han, Ying',\n", + " 'Zhang, Weilun',\n", + " 'Zhang, Shuo',\n", + " 'Wang, Qin',\n", + " 'Sun, Lina',\n", + " 'Liu, Qinzhi',\n", + " 'Li, Jiandong',\n", + " 'Wang, Tao',\n", + " 'Wei, Qiang',\n", + " 'Wang, Shiwen',\n", + " 'Deng, Ying',\n", + " 'Qin, Chuan',\n", + " 'Li, Dexin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/109/25/10053\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1120246109\"}'],\n", + " 'title': ['Pathogenesis of emerging severe fever with thrombocytopenia syndrome virus in C57/BL6 mouse model']},\n", + " {'bibcode': '1985Sci...228..596F',\n", + " 'author': ['Fox, Tony R.', 'Watanabe, Philip G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.3983645\"}'],\n", + " 'title': ['Detection of a Cellular Oncogene in Spontaneous Liver Tumors of B6C3F1 Mice']},\n", + " {'bibcode': '1989PNAS...86.1553H',\n", + " 'author': ['Herbst, Roy S.',\n", + " 'Friedman, Neil',\n", + " 'Darnell, James E.',\n", + " 'Babiss, Lee E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/86/5/1553\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/86/5/1553\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/86/5/1553\"}'],\n", + " 'title': ['Positive and negative regulatory elements in the mouse albumin enhancer.']},\n", + " {'bibcode': '2022ScTEn.806o0703C',\n", + " 'author': ['Chen, Ying',\n", + " 'Wang, Yewei',\n", + " 'Charkoftaki, Georgia',\n", + " 'Orlicky, David J.',\n", + " 'Davidson, Emily',\n", + " 'Wan, Fengjie',\n", + " 'Ginsberg, Gary',\n", + " 'Thompson, David C.',\n", + " 'Vasiliou, Vasilis'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.scitotenv.2021.150703\"}'],\n", + " 'title': ['Oxidative stress and genotoxicity in 1,4-dioxane liver toxicity as evidenced in a mouse model of glutathione deficiency']},\n", + " {'bibcode': '1993PNAS...90.5786M',\n", + " 'author': ['Miyagoe, Yuko',\n", + " 'Georgatsou, Elena',\n", + " 'Varin-Blank, Nadine',\n", + " 'Meo, Tommaso'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/90/12/5786\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/90/12/5786\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/90/12/5786\"}'],\n", + " 'title': ['The androgen-dependent C4-Slp gene is driven by a constitutively competent promoter.']},\n", + " {'bibcode': '2022PLoSO..1776879S',\n", + " 'author': ['Shearn, Colin T.',\n", + " 'Anderson, Aimee L.',\n", + " 'Devereux, Michael W.',\n", + " 'Orlicky, David J.',\n", + " 'Michel, Cole',\n", + " 'Petersen, Dennis R.',\n", + " 'Miller, Colin G.',\n", + " 'Harpavat, Sanjiv',\n", + " 'Schmidt, Edward E.',\n", + " 'Sokol, Ronald J.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0276879\"}'],\n", + " 'title': ['The autophagic protein p62 is a target of reactive aldehydes in human and murine cholestatic liver disease']},\n", + " {'bibcode': '2005PNAS..10212531J',\n", + " 'author': ['Jia, Yuzhi',\n", + " 'Guo, Grace L.',\n", + " 'Surapureddi, Sailesh',\n", + " 'Sarkar, Joy',\n", + " 'Qi, Chao',\n", + " 'Guo, Dongsheng',\n", + " 'Xia, Jun',\n", + " 'Kashireddi, Papreddy',\n", + " 'Yu, Songtao',\n", + " 'Cho, Young-Wook',\n", + " 'Rao, M. Sambasiva',\n", + " 'Kemper, Byron',\n", + " 'Ge, Kai',\n", + " 'Gonzalez, Frank J.',\n", + " 'Reddy, Janardan K.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/102/35/12531\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/102/35/12531\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/102/35/12531\"}'],\n", + " 'title': ['Transcription coactivator peroxisome proliferator-activated receptor-binding protein/mediator 1 deficiency abrogates acetaminophen hepatotoxicity']},\n", + " {'bibcode': '1988JChPh..88.3516L',\n", + " 'author': ['Liver, Naomi',\n", + " 'Nitzan, Abraham',\n", + " 'Amirav, Aviv',\n", + " 'Jortner, Joshua'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F1.453899\"}'],\n", + " 'title': ['The effect of small cluster environment on molecular oscillator strengths and spectra']},\n", + " {'bibcode': '2009Natur.457..557S',\n", + " 'author': ['Sun, Joseph C.', 'Beilke, Joshua N.', 'Lanier, Lewis L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature07665\"}'],\n", + " 'title': ['Adaptive immune features of natural killer cells']},\n", + " {'bibcode': '2009Natur.460.1127C',\n", + " 'author': ['Coufal, Nicole G.',\n", + " 'Garcia-Perez, José L.',\n", + " 'Peng, Grace E.',\n", + " 'Yeo, Gene W.',\n", + " 'Mu, Yangling',\n", + " 'Lovci, Michael T.',\n", + " 'Morell, Maria',\n", + " \"O'Shea, K. Sue\",\n", + " 'Moran, John V.',\n", + " 'Gage, Fred H.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature08248\"}'],\n", + " 'title': ['L1 retrotransposition in human neural progenitor cells']},\n", + " {'bibcode': '2011PNAS..108.5378W',\n", + " 'author': ['Wu, Margaret',\n", + " 'Singh, Sheo B.',\n", + " 'Wang, Jun',\n", + " 'Chung, Christine C.',\n", + " 'Salituro, Gino',\n", + " 'Karanam, Bindhu V.',\n", + " 'Lee, Sang Ho',\n", + " 'Powles, Maryann',\n", + " 'Ellsworth, Kenneth P.',\n", + " 'Lassman, Michael E.',\n", + " 'Miller, Corey',\n", + " 'Myers, Robert W.',\n", + " 'Tota, Michael R.',\n", + " 'Zhang, Bei B.',\n", + " 'Li, Cai'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/13/5378\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1002588108\"}'],\n", + " 'title': ['Antidiabetic and antisteatotic effects of the selective fatty acid synthase (FAS) inhibitor platensimycin in mouse models of diabetes']},\n", + " {'bibcode': '2023Natur.618..374W',\n", + " 'author': ['Wang, Gang',\n", + " 'Li, Jianlong',\n", + " 'Bojmar, Linda',\n", + " 'Chen, Haiyan',\n", + " 'Li, Zhong',\n", + " 'Tobias, Gabriel C.',\n", + " 'Hu, Mengying',\n", + " 'Homan, Edwin A.',\n", + " 'Lucotti, Serena',\n", + " 'Zhao, Fengbo',\n", + " 'Posada, Valentina',\n", + " 'Oxley, Peter R.',\n", + " 'Cioffi, Michele',\n", + " 'Kim, Han Sang',\n", + " 'Wang, Huajuan',\n", + " 'Lauritzen, Pernille',\n", + " 'Boudreau, Nancy',\n", + " 'Shi, Zhanjun',\n", + " 'Burd, Christin E.',\n", + " 'Zippin, Jonathan H.',\n", + " 'Lo, James C.',\n", + " 'Pitt, Geoffrey S.',\n", + " 'Hernandez, Jonathan',\n", + " 'Zambirinis, Constantinos P.',\n", + " 'Hollingsworth, Michael A.',\n", + " 'Grandgenett, Paul M.',\n", + " 'Jain, Maneesh',\n", + " 'Batra, Surinder K.',\n", + " 'DiMaio, Dominick J.',\n", + " 'Grem, Jean L.',\n", + " 'Klute, Kelsey A.',\n", + " 'Trippett, Tanya M.',\n", + " 'Egeblad, Mikala',\n", + " 'Paul, Doru',\n", + " 'Bromberg, Jacqueline',\n", + " 'Kelsen, David',\n", + " 'Rajasekhar, Vinagolu K.',\n", + " 'Healey, John H.',\n", + " 'Matei, Irina R.',\n", + " 'Jarnagin, William R.',\n", + " 'Schwartz, Robert E.',\n", + " 'Zhang, Haiying',\n", + " 'Lyden, David'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233187\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233253\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233265\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233274\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233289\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233298\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233307\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233316\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233352\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233379\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233403\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233424\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://doi.org/10.6084/m9.figshare.22233445\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse199863\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse220446\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-023-06114-4\"}'],\n", + " 'title': ['Tumour extracellular vesicles and particles induce liver metabolic dysfunction']},\n", + " {'bibcode': '2018Natur.564E...9S',\n", + " 'author': ['Seehawer, Marco',\n", + " 'Heinzmann, Florian',\n", + " \"D'Artista, Luana\",\n", + " 'Harbig, Jule',\n", + " 'Roux, Pierre-François',\n", + " 'Hoenicke, Lisa',\n", + " 'Dang, Hien',\n", + " 'Klotz, Sabrina',\n", + " 'Robinson, Lucas',\n", + " 'Doré, Grégory',\n", + " 'Rozenblum, Nir',\n", + " 'Kang, Tae-Won',\n", + " 'Chawla, Rishabh',\n", + " 'Buch, Thorsten',\n", + " 'Vucur, Mihael',\n", + " 'Roth, Mareike',\n", + " 'Zuber, Johannes',\n", + " 'Luedde, Tom',\n", + " 'Sipos, Bence',\n", + " 'Longerich, Thomas',\n", + " 'Heikenwälder, Mathias',\n", + " 'Wang, Xin Wei',\n", + " 'Bischof, Oliver',\n", + " 'Zender, Lars'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-018-0723-9\"}'],\n", + " 'title': ['Author Correction: Necroptosis microenvironment directs lineage commitment in liver cancer']},\n", + " {'bibcode': '2011PNAS..10818324N',\n", + " 'author': ['Narni-Mancinelli, Emilie',\n", + " 'Chaix, Julie',\n", + " 'Fenis, Aurore',\n", + " 'Kerdiles, Yann M.',\n", + " 'Yessaad, Nadia',\n", + " 'Reynders, Ana',\n", + " 'Gregoire, Claude',\n", + " 'Luche, Herve',\n", + " 'Ugolini, Sophie',\n", + " 'Tomasello, Elena',\n", + " 'Walzer, Thierry',\n", + " 'Vivier, Eric'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/108/45/18324\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1112064108\"}'],\n", + " 'title': ['Fate mapping analysis of lymphoid cells expressing the NKp46 cell surface receptor']},\n", + " {'bibcode': '2020Sci...369.1388G',\n", + " 'author': ['Guan, Dongyin',\n", + " 'Xiong, Ying',\n", + " 'Trinh, Trang Minh',\n", + " 'Xiao, Yang',\n", + " 'Hu, Wenxiang',\n", + " 'Jiang, Chunjie',\n", + " 'Dierickx, Pieterjan',\n", + " 'Jang, Cholsoon',\n", + " 'Rabinowitz, Joshua D.',\n", + " 'Lazar, Mitchell A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.aba8984\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.aba8984\"}'],\n", + " 'title': ['The hepatocyte clock and feeding control chronophysiology of multiple liver cell types']},\n", + " {'bibcode': '1998PNAS...95.6881G',\n", + " 'author': ['Ganiatsas, Soula',\n", + " 'Kwee, Lia',\n", + " 'Fujiwara, Yuko',\n", + " 'Perkins, Andrew',\n", + " 'Ikeda, Tohru',\n", + " 'Labow, Mark A.',\n", + " 'Zon, Leonard I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/12/6881\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/12/6881\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/12/6881\"}'],\n", + " 'title': ['SEK1 Deficiency Reveals Mitogen-Activated Protein Kinase Cascade Crossregulation and Leads to Abnormal Hepatogenesis']},\n", + " {'bibcode': '2005PNAS..10217059C',\n", + " 'author': ['Carlson, Corey M.',\n", + " 'Frandsen, Joel L.',\n", + " 'Kirchhof, Nicole',\n", + " 'McIvor, R. Scott',\n", + " 'Largaespada, David A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/102/47/17059\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/102/47/17059\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/102/47/17059\"}'],\n", + " 'title': ['Somatic integration of an oncogene-harboring Sleeping Beauty transposon models liver tumor development in the mouse']},\n", + " {'bibcode': '1966Sci...153.1015O',\n", + " 'author': ['Ohno, Susumu',\n", + " 'Payne, Harold W.',\n", + " 'Morrison, Martin',\n", + " 'Beutler, Ernest'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.jstor.org/stable/1719374?origin=ads\"}'],\n", + " 'title': ['Hexose-6-Phosphate Dehydrogenase Found in Human Liver']},\n", + " {'bibcode': '1998PNAS...9515382G',\n", + " 'author': ['Garabedian, Emily M.',\n", + " 'Humphrey, Peter A.',\n", + " 'Gordon, Jeffrey I.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/26/15382\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/26/15382\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/26/15382\"}'],\n", + " 'title': ['A Transgenic Mouse Model of Metastatic Prostate Cancer Originating from Neuroendocrine Cells']},\n", + " {'bibcode': '1993PNAS...90.1756A',\n", + " 'author': ['Adachi, Masashi',\n", + " 'Watanabe-Fukunaga, Rie',\n", + " 'Nagata, Shigekazu'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/90/5/1756\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/90/5/1756\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/90/5/1756\"}'],\n", + " 'title': ['Aberrant transcription caused by the insertion of an early transposable element in an intron of the Fas antigen gene of lpr mice.']},\n", + " {'bibcode': '1981PNAS...78..247P',\n", + " 'author': ['Perry, R. P.',\n", + " 'Kelley, D. E.',\n", + " 'Coleclough, C.',\n", + " 'Kearney, J. F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/78/1/247\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/78/1/247\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/78/1/247\"}'],\n", + " 'title': ['Organization and expression of immunoglobulin genes in fetal liver hybridomas.']},\n", + " {'bibcode': '2018Natur.555..678H',\n", + " 'author': ['Hindupur, Sravanth K.',\n", + " 'Colombi, Marco',\n", + " 'Fuhs, Stephen R.',\n", + " 'Matter, Matthias S.',\n", + " 'Guri, Yakir',\n", + " 'Adam, Kevin',\n", + " 'Cornu, Marion',\n", + " 'Piscuoglio, Salvatore',\n", + " 'Ng, Charlotte K. Y.',\n", + " 'Betz, Charles',\n", + " 'Liko, Dritan',\n", + " 'Quagliata, Luca',\n", + " 'Moes, Suzette',\n", + " 'Jenoe, Paul',\n", + " 'Terracciano, Luigi M.',\n", + " 'Heim, Markus H.',\n", + " 'Hunter, Tony',\n", + " 'Hall, Michael N.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature26140\"}'],\n", + " 'title': ['The protein histidine phosphatase LHPP is a tumour suppressor']},\n", + " {'bibcode': '2022NatSR..12.2453R',\n", + " 'author': ['Raftar, Shahrbanoo Keshavarz Azizi',\n", + " 'Ashrafian, Fatemeh',\n", + " 'Abdollahiyan, Sara',\n", + " 'Yadegar, Abbas',\n", + " 'Moradi, Hamid Reza',\n", + " 'Masoumi, Morteza',\n", + " 'Vaziri, Farzam',\n", + " 'Moshiri, Arfa',\n", + " 'Siadat, Seyed Davar',\n", + " 'Zali, Mohammad Reza'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-022-06414-1\"}'],\n", + " 'title': ['The anti-inflammatory effects of Akkermansia muciniphila and its derivates in HFD/CCL4-induced murine model of liver injury']},\n", + " {'bibcode': '2003PNAS..100.7797Z',\n", + " 'author': ['Zender, Lars',\n", + " 'Hütker, Sebastian',\n", + " 'Liedtke, Christian',\n", + " 'Tillmann, Hans Ludger',\n", + " 'Zender, Steffen',\n", + " 'Mundt, Bettina',\n", + " 'Waltemathe, Morlen',\n", + " 'Gösling, Thomas',\n", + " 'Flemming, Peer',\n", + " 'Malek, Nisar Peter',\n", + " 'Trautwein, Christian',\n", + " 'Manns, Michael Peter',\n", + " 'Kühnel, Florian',\n", + " 'Kubicka, Stefan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/100/13/7797\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1330920100\"}'],\n", + " 'title': ['Caspase 8 small interfering RNA prevents acute liver failure in mice']},\n", + " {'bibcode': '2015NatSR...518474M',\n", + " 'author': ['Montgomery, M. K.',\n", + " 'Fiveash, C. E.',\n", + " 'Braude, J. P.',\n", + " 'Osborne, B.',\n", + " 'Brown, S. H. J.',\n", + " 'Mitchell, T. W.',\n", + " 'Turner, N.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep18474\"}'],\n", + " 'title': ['Disparate metabolic response to fructose feeding between different mouse strains']},\n", + " {'bibcode': '2001PNAS...9814541C',\n", + " 'author': ['Christensen, Julie L.', 'Weissman, Irving L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/98/25/14541\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/98/25/14541\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/98/25/14541\"}'],\n", + " 'title': ['Flk-2 is a marker in hematopoietic stem cell differentiation: A simple method to isolate long-term stem cells']},\n", + " {'bibcode': '2019Natur.574..268W',\n", + " 'author': ['Wang, Cun',\n", + " 'Vegna, Serena',\n", + " 'Jin, Haojie',\n", + " 'Benedict, Bente',\n", + " 'Lieftink, Cor',\n", + " 'Ramirez, Christel',\n", + " 'de Oliveira, Rodrigo Leite',\n", + " 'Morris, Ben',\n", + " 'Gadiot, Jules',\n", + " 'Wang, Wei',\n", + " 'du Chatinier, Aimée',\n", + " 'Wang, Liqin',\n", + " 'Gao, Dongmei',\n", + " 'Evers, Bastiaan',\n", + " 'Jin, Guangzhi',\n", + " 'Xue, Zheng',\n", + " 'Schepers, Arnout',\n", + " 'Jochems, Fleur',\n", + " 'Sanchez, Antonio Mulero',\n", + " 'Mainardi, Sara',\n", + " 'te Riele, Hein',\n", + " 'Beijersbergen, Roderick L.',\n", + " 'Qin, Wenxin',\n", + " 'Akkari, Leila',\n", + " 'Bernards, René'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-019-1607-3\"}'],\n", + " 'title': ['Inducing and exploiting vulnerabilities for the treatment of liver cancer']},\n", + " {'bibcode': '1998PNAS...9512208B',\n", + " 'author': ['Bertilsson, Göran',\n", + " 'Heidrich, Jessica',\n", + " 'Svensson, Kristian',\n", + " 'â\\x84«sman, Michael',\n", + " 'Jendeberg, Lena',\n", + " 'Sydow-Bäckman, Mona',\n", + " 'Ohlsson, Rolf',\n", + " 'Postlind, Hans',\n", + " 'Blomquist, Patrik',\n", + " 'Berkenstam, Anders'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/95/21/12208\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/95/21/12208\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/95/21/12208\"}'],\n", + " 'title': ['Identification of a Human Nuclear Receptor Defines a New Signaling Pathway for CYP3A Induction']},\n", + " {'bibcode': '2000PNAS...97.1206Y',\n", + " 'author': ['Yang, Meng',\n", + " 'Baranov, Eugene',\n", + " 'Jiang, Ping',\n", + " 'Sun, Fang-Xian',\n", + " 'Li, Xiao-Ming',\n", + " 'Li, Lingna',\n", + " 'Hasegawa, Satoshi',\n", + " 'Bouvet, Michael',\n", + " 'Al-Tuwaijri, Maraya',\n", + " 'Chishima, Takashi',\n", + " 'Shimada, Hiroshi',\n", + " 'Moossa, A. R.',\n", + " 'Penman, Sheldon',\n", + " 'Hoffman, Robert M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/97/3/1206\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/97/3/1206\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/97/3/1206\"}'],\n", + " 'title': ['Whole-body optical imaging of green fluorescent protein-expressing tumors and metastases']},\n", + " {'bibcode': '2010PNAS..107.1431S',\n", + " 'author': ['Song, Hai',\n", + " 'Mak, Kinglun Kingston',\n", + " 'Topol, Lilia',\n", + " 'Yun, Kangsun',\n", + " 'Hu, Jianxin',\n", + " 'Garrett, Lisa',\n", + " 'Chen, Yongbin',\n", + " 'Park, Ogyi',\n", + " 'Chang, Jia',\n", + " 'Simpson, R. Mark',\n", + " 'Wang, Cun-Yu',\n", + " 'Gao, Bin',\n", + " 'Jiang, Jin',\n", + " 'Yang, Yingzi'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/107/4/1431\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0911409107\"}'],\n", + " 'title': ['Mammalian Mst1 and Mst2 kinases play essential roles in organ size control and tumor suppression']},\n", + " {'bibcode': '2020NatSR..10..887F',\n", + " 'author': ['Famulari, Elvira Smeralda',\n", + " 'Navarro-Tableros, Victor',\n", + " 'Herrera Sanchez, Maria Beatriz',\n", + " 'Bortolussi, Giulia',\n", + " 'Gai, Marta',\n", + " 'Conti, Laura',\n", + " 'Silengo, Lorenzo',\n", + " 'Tolosano, Emanuela',\n", + " 'Tetta, Ciro',\n", + " 'Muro, Andrés Fernando',\n", + " 'Camussi, Giovanni',\n", + " 'Fagoonee, Sharmila',\n", + " 'Altruda, Fiorella'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-57820-2\"}'],\n", + " 'title': ['Human liver stem cells express UGT1A1 and improve phenotype of immunocompromised Crigler Najjar syndrome type I mice']},\n", + " {'bibcode': '2020NatSR..1015788W',\n", + " 'author': ['Weng, Liwei',\n", + " 'Laboureur, Laurent',\n", + " 'Wang, Qingqing',\n", + " 'Guo, Lili',\n", + " 'Xu, Peining',\n", + " 'Gottlieb, Leah',\n", + " 'Lynch, David R.',\n", + " 'Mesaros, Clementina',\n", + " 'Blair, Ian A.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-72884-w\"}'],\n", + " 'title': [\"Extra-mitochondrial mouse frataxin and its implications for mouse models of Friedreich's ataxia\"]},\n", + " {'bibcode': '2022NatSR..1219511M',\n", + " 'author': ['Matsunaga, Hiroko',\n", + " 'Arikawa, Koji',\n", + " 'Yamazaki, Miki',\n", + " 'Wagatsuma, Ryota',\n", + " 'Ide, Keigo',\n", + " 'Samuel, Ashok Zachariah',\n", + " 'Takamochi, Kazuya',\n", + " 'Suzuki, Kenji',\n", + " 'Hayashi, Takuo',\n", + " 'Hosokawa, Masahito',\n", + " 'Kambara, Hideki',\n", + " 'Takeyama, Haruko'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-022-23651-6\"}'],\n", + " 'title': ['Reproducible and sensitive micro-tissue RNA sequencing from formalin-fixed paraffin-embedded tissues for spatial gene expression analysis']},\n", + " {'bibcode': '2016NatSR...632399I',\n", + " 'author': ['Ikawa-Yoshida, Ayae',\n", + " 'Matsumoto, Takuya',\n", + " 'Okano, Shinji',\n", + " 'Aoyagi, Yukihiko',\n", + " 'Matsubara, Yutaka',\n", + " 'Furuyama, Tadashi',\n", + " 'Nakatsu, Yoshimichi',\n", + " 'Tsuzuki, Teruhisa',\n", + " 'Onimaru, Mitsuho',\n", + " 'Ohkusa, Tomoko',\n", + " 'Nomura, Masatoshi',\n", + " 'Maehara, Yoshihiko'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep32399\"}'],\n", + " 'title': ['BubR1 Insufficiency Impairs Liver Regeneration in Aged Mice after Hepatectomy through Intercalated Disc Abnormality']},\n", + " {'bibcode': '2016RSPTA.37450362H',\n", + " 'author': ['Holman, Stephen W.',\n", + " 'Hammond, Dean E.',\n", + " 'Simpson, Deborah M.',\n", + " 'Waters, John',\n", + " 'Hurst, Jane L.',\n", + " 'Beynon, Robert J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://royalsocietypublishing.org/doi/pdf/10.1098/rsta.2015.0362\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1098%2Frsta.2015.0362\"}'],\n", + " 'title': ['Protein turnover measurement using selected reaction monitoring-mass spectrometry (SRM-MS)']},\n", + " {'bibcode': '2007SPIE.6485E..0UH',\n", + " 'author': ['Harris, James S., Jr.', 'Gu, Anjia', 'Kim, Seongsin M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.714266\"}'],\n", + " 'title': ['New THz sources for bio-medical imaging']},\n", + " {'bibcode': '2021AcSpA.24618960W',\n", + " 'author': ['Wang, Zhao',\n", + " 'Zhang, Fan',\n", + " 'Xiong, Jianhua',\n", + " 'Mao, Zhiqiang',\n", + " 'Liu, Zhihong'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.saa.2020.118960\"}'],\n", + " 'title': ['Investigations of drug-induced liver injury by a peroxynitrite activatable two-photon fluorescence probe']},\n", + " {'bibcode': '2017NatSR...7.2976K',\n", + " 'author': ['Khiste, Sachin K.',\n", + " 'Hosain, Salman B.',\n", + " 'Dong, Yixuan',\n", + " 'Uddin, Mohammad B.',\n", + " 'Roy, Kartik R.',\n", + " 'Hill, Ronald A.',\n", + " 'Liu, Zhijun',\n", + " 'Liu, Yong-Yu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-03320-9\"}'],\n", + " 'title': ['Incorporation of Fluorescence Ceramide-Based HPLC Assay for Rapidly and Efficiently Assessing Glucosylceramide Synthase In Vivo']},\n", + " {'bibcode': '1996HETox..15..335D',\n", + " 'author': ['Dethloff, Lloyd A.',\n", + " 'Graziano, Michael J.',\n", + " 'Goldenthal, Edwin',\n", + " 'Gough, Alexander',\n", + " 'de la Iglesia, Felix A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F096032719601500410\"}'],\n", + " 'title': ['Perspective on the carcinogenic potential of phenytoin based on rodent tumor bioassays and human epidemiological data']},\n", + " {'bibcode': '2017NatSR...714624W',\n", + " 'author': ['Wu, Lei',\n", + " 'Guo, Xin',\n", + " 'Lyu, Yi',\n", + " 'Clarke, Stephen L.',\n", + " 'Lucas, Edralin A.',\n", + " 'Smith, Brenda J.',\n", + " 'Hildebrand, Deana',\n", + " 'Wang, Weiqun',\n", + " 'Medeiros, Denis M.',\n", + " 'Shen, Xinchun',\n", + " 'Lin, Dingbo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-15222-x\"}'],\n", + " 'title': ['Targeted Metabolomics Reveals Abnormal Hepatic Energy Metabolism by Depletion of β-Carotene Oxygenase 2 in Mice']},\n", + " {'bibcode': '2018NatSR...8.4395D',\n", + " 'author': ['Ding, Di',\n", + " 'Chen, Lin-Lin',\n", + " 'Zhai, Ying-Zhen',\n", + " 'Hou, Chen-Jian',\n", + " 'Tao, Li-Li',\n", + " 'Lu, Shu-Han',\n", + " 'Wu, Jian',\n", + " 'Liu, Xiu-Ping'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-22662-6\"}'],\n", + " 'title': ['Trichostatin A inhibits the activation of Hepatic stellate cells by Increasing C/EBP-α Acetylation in vivo and in vitro']},\n", + " {'bibcode': '2020HETox..39.1671C',\n", + " 'author': ['Ci, R.', 'Zhang, K.', 'Zhu, A.', 'Zang, W.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F0960327120937047\"}'],\n", + " 'title': ['Dendrobine attenuates isoniazid- and rifampicin-induced liver injury by inhibiting miR-295-5p']},\n", + " {'bibcode': '2017NatSR...7.3052Y',\n", + " 'author': ['Yen, Chia-Hung',\n", + " 'Lai, Chih-Chung',\n", + " 'Liao, Chen-Chung',\n", + " 'Wang, Sheng-Fan',\n", + " 'Liao, Yi-Jen',\n", + " 'Tung, Chien-Yi',\n", + " 'Hung, Jung-Hsien',\n", + " 'Huang, Shiu-Feng',\n", + " 'Chen, Yi-Ming Arthur'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-03164-3\"}'],\n", + " 'title': ['Characterization of a new murine cell line of sarcomatoid hepatocellular carcinoma and its application for biomarker/therapy development']},\n", + " {'bibcode': '2013NatCo...4.1950Y',\n", + " 'author': ['Yamazaki, Shun',\n", + " 'Souma, Tomokazu',\n", + " 'Hirano, Ikuo',\n", + " 'Pan, Xiaoqing',\n", + " 'Minegishi, Naoko',\n", + " 'Suzuki, Norio',\n", + " 'Yamamoto, Masayuki'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms2950\"}'],\n", + " 'title': ['A mouse model of adult-onset anaemia due to erythropoietin deficiency']},\n", + " {'bibcode': '2012PNAS..109E1377O',\n", + " 'author': [\"O'Donnell, Kathryn A.\",\n", + " 'Keng, Vincent W.',\n", + " 'York, Brian',\n", + " 'Reineke, Erin L.',\n", + " 'Seo, Daekwan',\n", + " 'Fan, Danhua',\n", + " 'Silverstein, Kevin A. T.',\n", + " 'Schrum, Christina T.',\n", + " 'Xie, Wei Rose',\n", + " 'Mularoni, Loris',\n", + " 'Wheelan, Sarah J.',\n", + " 'Torbenson, Michael S.',\n", + " \"O'Malley, Bert W.\",\n", + " 'Largaespada, David A.',\n", + " 'Boeke, Jef D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/109/21/E1377\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1115433109\"}'],\n", + " 'title': ['PNAS Plus: A Sleeping Beauty mutagenesis screen reveals a tumor suppressor role for Ncoa2/Src-2 in liver cancer']},\n", + " {'bibcode': '2017PNAS..114.5312A',\n", + " 'author': ['Anafi, Ron C.',\n", + " 'Francey, Lauren J.',\n", + " 'Hogenesch, John B.',\n", + " 'Kim, Junhyong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1619320114\"}'],\n", + " 'title': ['CYCLOPS reveals human transcriptional rhythms in health and disease']},\n", + " {'bibcode': '2011Natur.478..123H',\n", + " 'author': ['Hua, Yimin',\n", + " 'Sahashi, Kentaro',\n", + " 'Rigo, Frank',\n", + " 'Hung, Gene',\n", + " 'Horev, Guy',\n", + " 'Bennett, C. Frank',\n", + " 'Krainer, Adrian R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature10485\"}'],\n", + " 'title': ['Peripheral SMN restoration is essential for long-term rescue of a severe spinal muscular atrophy mouse model']},\n", + " {'bibcode': '2015NatSR...512466S',\n", + " 'author': ['Saito, Kosuke',\n", + " 'Uebanso, Takashi',\n", + " 'Maekawa, Keiko',\n", + " 'Ishikawa, Masaki',\n", + " 'Taguchi, Ryo',\n", + " 'Nammo, Takao',\n", + " 'Nishimaki-Mogami, Tomoko',\n", + " 'Udagawa, Haruhide',\n", + " 'Fujii, Masato',\n", + " 'Shibazaki, Yuichiro',\n", + " 'Yoneyama, Hiroyuki',\n", + " 'Yasuda, Kazuki',\n", + " 'Saito, Yoshiro'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep12466\"}'],\n", + " 'title': ['Characterization of hepatic lipid profiles in a mouse model with nonalcoholic steatohepatitis and subsequent fibrosis']},\n", + " {'bibcode': '2023E3SWC.40701013P',\n", + " 'author': ['Poddubnaya, Nadezhda', 'Timoshkin, Alexandr'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1051%2Fe3sconf%2F202340701013\"}'],\n", + " 'title': ['The role of the Korean wood mouse (Apodemus peninsulae Thomas, 1907) in mercury transport in ecosystems in the south-east of Sikhote-Alin']},\n", + " {'bibcode': '1997PNAS...9410663S',\n", + " 'author': ['Shi, Zengdun', 'Wakil, Adil E.', 'Rockey, Don C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/20/10663\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/20/10663\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/20/10663\"}'],\n", + " 'title': ['Strain-Specific Differences in Mouse Hepatic Wound Healing are Mediated by Divergent T Helper Cytokine Responses']},\n", + " {'bibcode': '2015PLoSO..1032672D',\n", + " 'author': ['Deol, Poonamjot',\n", + " 'Evans, Jane R.',\n", + " 'Dhahbi, Joseph',\n", + " 'Chellappa, Karthikeyani',\n", + " 'Han, Diana S.',\n", + " 'Spindler, Stephen',\n", + " 'Sladek, Frances M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0132672\"}'],\n", + " 'title': ['Soybean Oil Is More Obesogenic and Diabetogenic than Coconut Oil and Fructose in Mouse: Potential Role for the Liver']},\n", + " {'bibcode': '2014PLoSO...992358S',\n", + " 'author': ['Sartorius, Tina',\n", + " 'Peter, Andreas',\n", + " 'Schulz, Nadja',\n", + " 'Drescher, Andrea',\n", + " 'Bergheim, Ina',\n", + " 'Machann, Jürgen',\n", + " 'Schick, Fritz',\n", + " 'Siegel-Axel, Dorothea',\n", + " 'Schürmann, Annette',\n", + " 'Weigert, Cora',\n", + " 'Häring, Hans-Ulrich',\n", + " 'Hennige, Anita M.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0092358\"}'],\n", + " 'title': ['Cinnamon Extract Improves Insulin Sensitivity in the Brain and Lowers Liver Fat in Mouse Models of Obesity']},\n", + " {'bibcode': '2014Natur.508..397C',\n", + " 'author': ['Constantinides, Michael G.',\n", + " 'McDonald, Benjamin D.',\n", + " 'Verhoef, Philip A.',\n", + " 'Bendelac, Albert'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature13047\"}'],\n", + " 'title': ['A committed precursor to innate lymphoid cells']},\n", + " {'bibcode': '2016PNAS..11314219H',\n", + " 'author': ['Heffern, Marie C.',\n", + " 'Park, Hyo Min',\n", + " 'Au-Yeung, Ho Yu',\n", + " 'Van de Bittner, Genevieve C.',\n", + " 'Ackerman, Cheri M.',\n", + " 'Stahl, Andreas',\n", + " 'Chang, Christopher J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1613628113\"}'],\n", + " 'title': ['In vivo bioluminescence imaging reveals copper deficiency in a murine model of nonalcoholic fatty liver disease']},\n", + " {'bibcode': '2017NRL....12..478J',\n", + " 'author': ['Jia, Xiaochuan', 'Wang, Shuo', 'Zhou, Lei', 'Sun, Li'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1186%2Fs11671-017-2242-2\"}'],\n", + " 'title': ['The Potential Liver, Brain, and Embryo Toxicity of Titanium Dioxide Nanoparticles on Mice']},\n", + " {'bibcode': '2020NatCo..11.2362A',\n", + " 'author': ['An, Ping',\n", + " 'Wei, Lin-Lin',\n", + " 'Zhao, Shuangshuang',\n", + " 'Sverdlov, Deanna Y.',\n", + " 'Vaid, Kahini A.',\n", + " 'Miyamoto, Makoto',\n", + " 'Kuramitsu, Kaori',\n", + " 'Lai, Michelle',\n", + " 'Popov, Yury V.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-020-16092-0\"}'],\n", + " 'title': ['Hepatocyte mitochondria-derived danger signals directly activate hepatic stellate cells and drive progression of liver fibrosis']},\n", + " {'bibcode': '1989Natur.339..632L',\n", + " 'author': ['Lindberg, Raija L. P.', 'Negishi, Masahiko'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F339632a0\"}'],\n", + " 'title': ['Alteration of mouse cytochrome P450coh substrate specificity by mutation of a single amino-acid residue']},\n", + " {'bibcode': '2014NatCo...5.4699G',\n", + " 'author': ['Grimm, Christian',\n", + " 'Holdt, Lesca M.',\n", + " 'Chen, Cheng-Chang',\n", + " 'Hassan, Sami',\n", + " 'Müller, Christoph',\n", + " 'Jörs, Simone',\n", + " 'Cuny, Hartmut',\n", + " 'Kissing, Sandra',\n", + " 'Schröder, Bernd',\n", + " 'Butz, Elisabeth',\n", + " 'Northoff, Bernd',\n", + " 'Castonguay, Jan',\n", + " 'Luber, Christian A.',\n", + " 'Moser, Markus',\n", + " 'Spahn, Saskia',\n", + " 'Lüllmann-Rauch, Renate',\n", + " 'Fendel, Christina',\n", + " 'Klugbauer, Norbert',\n", + " 'Griesbeck, Oliver',\n", + " 'Haas, Albert',\n", + " 'Mann, Matthias',\n", + " 'Bracher, Franz',\n", + " 'Teupser, Daniel',\n", + " 'Saftig, Paul',\n", + " 'Biel, Martin',\n", + " 'Wahl-Schott, Christian'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms5699\"}'],\n", + " 'title': ['High susceptibility to fatty liver disease in two-pore channel 2-deficient mice']},\n", + " {'bibcode': '2013Sci...342.1094N',\n", + " 'author': ['Nelson, Erik R.',\n", + " 'Wardell, Suzanne E.',\n", + " 'Jasper, Jeff S.',\n", + " 'Park, Sunghee',\n", + " 'Suchindran, Sunil',\n", + " 'Howe, Matthew K.',\n", + " 'Carver, Nicole J.',\n", + " 'Pillai, Ruchita V.',\n", + " 'Sullivan, Patrick M.',\n", + " 'Sondhi, Varun',\n", + " 'Umetani, Michihisa',\n", + " 'Geradts, Joseph',\n", + " 'McDonnell, Donald P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1241908\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1241908\"}'],\n", + " 'title': ['27-Hydroxycholesterol Links Hypercholesterolemia and Breast Cancer Pathophysiology']},\n", + " {'bibcode': '1994HETox..13..764L',\n", + " 'author': ['Lefevre, P. A.',\n", + " 'Tinwell, H.',\n", + " 'Galloway, S. M.',\n", + " 'Hill, R.',\n", + " 'Mackay, J. M.',\n", + " 'Elcombe, C. R.',\n", + " 'Foster, J.',\n", + " 'Randall, V.',\n", + " 'Callander, R. D.',\n", + " 'Ashby, J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F096032719401301105\"}'],\n", + " 'title': ['Evaluation of the Genetic Toxicity of the Peroxisome Proliferator and Carcinogen Methyl Clofenapate, Including Assays Usin Muta TM Mouse and Big Blue™ Transgenic Mice']},\n", + " {'bibcode': '2014SPIE.8943E..1GX',\n", + " 'author': ['Xu, Guan',\n", + " 'Meng, Zhuoxian',\n", + " 'Lin, Jiandie',\n", + " 'Carson, Paul',\n", + " 'Wang, Xueding'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.2037384\"}'],\n", + " 'title': ['Functional pitch of a liver: fatty liver disease diagnosis with photoacoustic spectrum analysis']},\n", + " {'bibcode': '1993PNAS...90.8088M',\n", + " 'author': ['Michalska, Anna E.', 'Choo, K. H. Andy'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/90/17/8088\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/90/17/8088\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/90/17/8088\"}'],\n", + " 'title': ['Targeting and germ-line transmission of a null mutation at the metallothionein I and II loci in mouse.']},\n", + " {'bibcode': '1997PNAS...94..961S',\n", + " 'author': ['Schubbert, Rainer',\n", + " 'Renz, Doris',\n", + " 'Schmitz, Birgit',\n", + " 'Doerfler, Walter'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/94/3/961\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/94/3/961\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/94/3/961\"}'],\n", + " 'title': ['Foreign (M13) DNA Ingested by Mice Reaches Peripheral Leukocytes, Spleen, and Liver Via the Intestinal Wall Mucosa and can be Covalently Linked to Mouse DNA']},\n", + " {'bibcode': '2023NatCo..14.2715Z',\n", + " 'author': ['Zhang, Tao',\n", + " 'Zhang, Na',\n", + " 'Xing, Jing',\n", + " 'Zhang, Shuhua',\n", + " 'Chen, Yulu',\n", + " 'Xu, Daichao',\n", + " 'Gu, Jinyang'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-023-38371-2\"}'],\n", + " 'title': ['UDP-glucuronate metabolism controls RIPK1-driven liver damage in nonalcoholic steatohepatitis']},\n", + " {'bibcode': '2006PNAS..103.5723K',\n", + " 'author': ['Kondo, Yoshitaka',\n", + " 'Inai, Yoko',\n", + " 'Sato, Yasunori',\n", + " 'Handa, Setsuko',\n", + " 'Kubo, Sachiho',\n", + " 'Shimokado, Kentaro',\n", + " 'Goto, Sataro',\n", + " 'Nishikimi, Morimitsu',\n", + " 'Maruyama, Naoki',\n", + " 'Ishigami, Akihito'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/103/15/5723\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/103/15/5723\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/103/15/5723\"}'],\n", + " 'title': ['Senescence marker protein 30 functions as gluconolactonase in L-ascorbic acid biosynthesis, and its knockout mice are prone to scurvy']},\n", + " {'bibcode': '1990Sci...250.1732V',\n", + " 'author': ['Vacher, Jean', 'Tilghman, Shirley M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1702902\"}'],\n", + " 'title': ['Dominant Negative Regulation of the Mouse α-Fetoprotein Gene in Adult Liver']},\n", + " {'bibcode': '2005Natur.434..520K',\n", + " 'author': ['Kinjo, Yuki',\n", + " 'Wu, Douglass',\n", + " 'Kim, Gisen',\n", + " 'Xing, Guo-Wen',\n", + " 'Poles, Michael A.',\n", + " 'Ho, David D.',\n", + " 'Tsuji, Moriya',\n", + " 'Kawahara, Kazuyoshi',\n", + " 'Wong, Chi-Huey',\n", + " 'Kronenberg, Mitchell'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature03407\"}'],\n", + " 'title': ['Recognition of bacterial glycosphingolipids by natural killer T cells']},\n", + " {'bibcode': '2022SciA....8P9435W',\n", + " 'author': ['Wan, Tao',\n", + " 'Zhong, Jiafeng',\n", + " 'Pan, Qi',\n", + " 'Zhou, Tianhua',\n", + " 'Ping, Yuan',\n", + " 'Liu, Xiangrui'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fsciadv.abp9435\"}'],\n", + " 'title': ['Exosome-mediated delivery of Cas9 ribonucleoprotein complexes for tissue-specific gene therapy of liver diseases']},\n", + " {'bibcode': '2001PNAS...9815185Y',\n", + " 'author': ['Yokota, Takanori',\n", + " 'Igarashi, Keiji',\n", + " 'Uchihara, Toshiki',\n", + " 'Jishage, Kou-ichi',\n", + " 'Tomita, Hiroshi',\n", + " 'Inaba, Akira',\n", + " 'Li, Yi',\n", + " 'Arita, Makoto',\n", + " 'Suzuki, Hiroshi',\n", + " 'Mizusawa, Hidehiro',\n", + " 'Arai, Hiroyuki'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/98/26/15185\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/98/26/15185\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/98/26/15185\"}'],\n", + " 'title': ['From the Cover: Delayed-onset ataxia in mice lacking -tocopherol transfer protein: Model for neuronal degeneration caused by chronic oxidative stress']},\n", + " {'bibcode': '2012PNAS..10916184O',\n", + " 'author': ['Owen, Joshua L.',\n", + " 'Zhang, Yuanyuan',\n", + " 'Bae, Soo-Han',\n", + " 'Farooqi, Midhat S.',\n", + " 'Liang, Guosheng',\n", + " 'Hammer, Robert E.',\n", + " 'Goldstein, Joseph L.',\n", + " 'Brown, Michael S.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/109/40/16184\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1213343109\"}'],\n", + " 'title': ['From the Cover: Insulin stimulation of SREBP-1c processing in transgenic rat hepatocytes requires p70 S6-kinase']},\n", + " {'bibcode': '2011JBO....16e7005T',\n", + " 'author': ['Thumanu, Kanjana',\n", + " 'Tanthanuch, Waraporn',\n", + " 'Ye, Danna',\n", + " 'Sangmalee, Anawat',\n", + " 'Lorthongpanich, Chanchao',\n", + " 'Parnpai, Rangsun',\n", + " 'Heraud, Philip'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F1.3580253\"}'],\n", + " 'title': ['Spectroscopic signature of mouse embryonic stem cell-derived hepatocytes using synchrotron Fourier transform infrared microspectroscopy']},\n", + " {'bibcode': '2004Natur.432..775M',\n", + " 'author': ['Mao, Jian-Hua',\n", + " 'Perez-losada, Jesus',\n", + " 'Wu, Di',\n", + " 'DelRosario, Reyno',\n", + " 'Tsunematsu, Ryosuke',\n", + " 'Nakayama, Keiichi I.',\n", + " 'Brown, Ken',\n", + " 'Bryson, Sheila',\n", + " 'Balmain, Allan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature03155\"}'],\n", + " 'title': ['Fbxw7/Cdc4 is a p53-dependent, haploinsufficient tumour suppressor gene']},\n", + " {'bibcode': '1989PNAS...86...37R',\n", + " 'author': ['Ryan, Thomas M.',\n", + " 'Behringer, Richard R.',\n", + " 'Townes, Tim M.',\n", + " 'Palmiter, Richard D.',\n", + " 'Brinster, Ralph L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/86/1/37\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/86/1/37\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/86/1/37\"}'],\n", + " 'title': ['High-Level Erythroid Expression of Human α -globin Genes in Transgenic Mice']},\n", + " {'bibcode': '2007Nanot..18q5103W',\n", + " 'author': ['Woodward, Jonathan D.',\n", + " 'Kennel, Steve J.',\n", + " 'Mirzadeh, Saed',\n", + " 'Dai, Sheng',\n", + " 'Wall, Jonathan S.',\n", + " 'Richey, Tina',\n", + " 'Avenell, James',\n", + " 'Rondinone, Adam J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F0957-4484%2F18%2F17%2F175103\"}'],\n", + " 'title': ['In vivo SPECT/CT imaging and biodistribution using radioactive Cd125mTe/ZnS nanoparticles']},\n", + " {'bibcode': '2022NatSR..1214079C',\n", + " 'author': ['Carbonaro, Marisa',\n", + " 'Lee, Jeffrey',\n", + " 'Pefanis, Evangelos',\n", + " 'Desclaux, Mathieu',\n", + " 'Wang, Kehui',\n", + " 'Pennington, Alexander',\n", + " 'Huang, Hui',\n", + " 'Mujica, Alejo',\n", + " 'Rojas, Jose',\n", + " 'Ally, Roxanne',\n", + " 'Kennedy, Daniel',\n", + " 'Brown, Michael',\n", + " 'Rogulin, Vitaliy',\n", + " 'Moller-Tank, Sven',\n", + " 'Sabin, Leah',\n", + " 'Zambrowicz, Brian',\n", + " 'Thurston, Gavin',\n", + " 'Li, Zhe'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-022-18119-6\"}'],\n", + " 'title': ['Efficient engraftment and viral transduction of human hepatocytes in an FRG rat liver humanization model']},\n", + " {'bibcode': '1985JChPh..82.3831L',\n", + " 'author': ['Liver, Naomi', 'Nitzan, Abraham', 'Freed, Karl F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1063%2F1.448873\"}'],\n", + " 'title': ['Radiative and nonradiative decay rates of molecules adsorbed on clusters of small dielectric particlesa)']},\n", + " {'bibcode': '2012JBO....17e0506X',\n", + " 'author': ['Xia, Jun',\n", + " 'Chatni, Muhammad R.',\n", + " 'Maslov, Konstantin',\n", + " 'Guo, Zijian',\n", + " 'Wang, Kun',\n", + " 'Anastasio, Mark',\n", + " 'Wang, Lihong V.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F1.JBO.17.5.050506\"}'],\n", + " 'title': ['Whole-body ring-shaped confocal photoacoustic computed tomography of small animals in vivo']},\n", + " {'bibcode': '2003EnvMM..41..300B',\n", + " 'author': ['Benavides, Fernando',\n", + " 'Conti, Claudio J.',\n", + " 'LaCava, Margaret',\n", + " 'Flores, Mónica',\n", + " 'Glasscock, Edward',\n", + " 'Sternik, Gabriel',\n", + " 'Gimenez-Conti, Irma B.',\n", + " 'Johnston, Dennis A.',\n", + " 'Dunsford, Harold A.',\n", + " 'Goldstein, Lawrence S.',\n", + " 'Rodriguez, Lewis V.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fem.10155\"}'],\n", + " 'title': ['Loss of heterozygosity analysis of mouse pulmonary adenomas induced by coal tar']},\n", + " {'bibcode': '2020NatSR..10.5186C',\n", + " 'author': ['Cabrae, Régine',\n", + " 'Dubuquoy, Céline',\n", + " 'Caüzac, Michèle',\n", + " 'Morzyglod, Lucille',\n", + " 'Guilmeau, Sandra',\n", + " 'Noblet, Bénédicte',\n", + " 'Fève, Bruno',\n", + " 'Postic, Catherine',\n", + " 'Burnol, Anne-Françoise',\n", + " 'Moldes, Marthe'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-61869-4\"}'],\n", + " 'title': ['Insulin activates hepatic Wnt/β-catenin signaling through stearoyl-CoA desaturase 1 and Porcupine']},\n", + " {'bibcode': '2023NatSR..1320520Y',\n", + " 'author': ['Yang, Zheming',\n", + " 'Li, Jiayin',\n", + " 'Song, Haixu',\n", + " 'Mei, Zhu',\n", + " 'Jia, Xiaodong',\n", + " 'Tian, Xiaoxiang',\n", + " 'Yan, Chenghui',\n", + " 'Han, Yaling'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-46440-1\"}'],\n", + " 'title': ['Unraveling the molecular links between benzopyrene exposure, NASH, and HCC: an integrated bioinformatics and experimental study']},\n", + " {'bibcode': '2016arXiv160105158L',\n", + " 'author': ['Li, Wei Vivian', 'Chen, Yiling', 'Li, Jingyi Jessica'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"preprint\", \"url\": \"http://arxiv.org/abs/1601.05158\"}'],\n", + " 'title': ['TROM: A Testing-based Method for Finding Transcriptomic Similarity of Biological Samples']},\n", + " {'bibcode': '2018NatSR...8.1601T',\n", + " 'author': ['Tang, Richard Ming Yi',\n", + " 'Cheah, Irwin Kee-Mun',\n", + " 'Yew, Terry Shze Keong',\n", + " 'Halliwell, Barry'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-20021-z\"}'],\n", + " 'title': ['Distribution and accumulation of dietary ergothioneine and its metabolites in mouse tissues']},\n", + " {'bibcode': '1980PNAS...77.5216B',\n", + " 'author': ['Benson, Ann M.', 'Hunkeler, Markus J.', 'Talalay, Paul'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/77/9/5216\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/77/9/5216\"}'],\n", + " 'title': ['Increase of NAD(P)H:quinone reductase by dietary antioxidants: possible role in protection against carcinogenesis and toxicity.']},\n", + " {'bibcode': '2012NatSR...2E.332K',\n", + " 'author': ['Kojima, Ayuchi',\n", + " 'Nakano, Kazuhiko',\n", + " 'Wada, Koichiro',\n", + " 'Takahashi, Hirokazu',\n", + " 'Katayama, Kazufumi',\n", + " 'Yoneda, Masato',\n", + " 'Higurashi, Takuma',\n", + " 'Nomura, Ryota',\n", + " 'Hokamura, Kazuya',\n", + " 'Muranaka, Yoshinori',\n", + " 'Matsuhashi, Nobuyuki',\n", + " 'Umemura, Kazuo',\n", + " 'Kamisaki, Yoshinori',\n", + " 'Nakajima, Atsushi',\n", + " 'Ooshima, Takashi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep00332\"}'],\n", + " 'title': ['Infection of specific strains of Streptococcus mutans, oral bacteria, confers a risk of ulcerative colitis']},\n", + " {'bibcode': '2020AdM....3201628C',\n", + " 'author': ['Chen, Jing',\n", + " 'Wang, Dong',\n", + " 'Wang, Long-Hai',\n", + " 'Liu, Wanjun',\n", + " 'Chiu, Alan',\n", + " 'Shariati, Kaavian',\n", + " 'Liu, Qingsheng',\n", + " 'Wang, Xi',\n", + " 'Zhong, Zhe',\n", + " 'Webb, James',\n", + " 'Schwartz, Robert E.',\n", + " 'Bouklas, Nikolaos',\n", + " 'Ma, Minglin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fadma.202001628\"}'],\n", + " 'title': ['An Adhesive Hydrogel with \"Load‑Sharing\" Effect as Tissue Bandages for Drug and Cell Delivery']},\n", + " {'bibcode': '2018Natur.563..354K',\n", + " 'author': ['Katsyuba, Elena',\n", + " 'Mottis, Adrienne',\n", + " 'Zietak, Marika',\n", + " 'De Franco, Francesca',\n", + " 'van der Velpen, Vera',\n", + " 'Gariani, Karim',\n", + " 'Ryu, Dongryeol',\n", + " 'Cialabrini, Lucia',\n", + " 'Matilainen, Olli',\n", + " 'Liscio, Paride',\n", + " 'Giacchè, Nicola',\n", + " 'Stokar-Regenscheit, Nadine',\n", + " 'Legouis, David',\n", + " 'de Seigneux, Sophie',\n", + " 'Ivanisevic, Julijana',\n", + " 'Raffaelli, Nadia',\n", + " 'Schoonjans, Kristina',\n", + " 'Pellicciari, Roberto',\n", + " 'Auwerx, Johan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-018-0645-6\"}'],\n", + " 'title': ['De novo NAD+ synthesis enhances mitochondrial function and improves health']},\n", + " {'bibcode': '2010Sci...329..294W',\n", + " 'author': ['Wyatt, Morgan A.',\n", + " 'Wang, Wenliang',\n", + " 'Roux, Christelle M.',\n", + " 'Beasley, Federico C.',\n", + " 'Heinrichs, David E.',\n", + " 'Dunman, Paul M.',\n", + " 'Magarvey, Nathan A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1188888\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1188888\"}'],\n", + " 'title': ['Staphylococcus aureus Nonribosomal Peptide Secondary Metabolites Regulate Virulence']},\n", + " {'bibcode': '2021Natur.592..444D',\n", + " 'author': ['Dudek, Michael',\n", + " 'Pfister, Dominik',\n", + " 'Donakonda, Sainitin',\n", + " 'Filpe, Pamela',\n", + " 'Schneider, Annika',\n", + " 'Laschinger, Melanie',\n", + " 'Hartmann, Daniel',\n", + " 'Hüser, Norbert',\n", + " 'Meiser, Philippa',\n", + " 'Bayerl, Felix',\n", + " 'Inverso, Donato',\n", + " 'Wigger, Jennifer',\n", + " 'Sebode, Marcial',\n", + " 'Öllinger, Rupert',\n", + " 'Rad, Roland',\n", + " 'Hegenbarth, Silke',\n", + " 'Anton, Martina',\n", + " 'Guillot, Adrien',\n", + " 'Bowman, Andrew',\n", + " 'Heide, Danijela',\n", + " 'Müller, Florian',\n", + " 'Ramadori, Pierluigi',\n", + " 'Leone, Valentina',\n", + " 'Garcia-Caceres, Cristina',\n", + " 'Gruber, Tim',\n", + " 'Seifert, Gabriel',\n", + " 'Kabat, Agnieszka M.',\n", + " 'Malm, Jan-Philipp',\n", + " 'Reider, Simon',\n", + " 'Effenberger, Maria',\n", + " 'Roth, Susanne',\n", + " 'Billeter, Adrian T.',\n", + " 'Müller-Stich, Beat',\n", + " 'Pearce, Edward J.',\n", + " 'Koch-Nolte, Friedrich',\n", + " 'Käser, Rafael',\n", + " 'Tilg, Herbert',\n", + " 'Thimme, Robert',\n", + " 'Böttler, Tobias',\n", + " 'Tacke, Frank',\n", + " 'Dufour, Jean-Francois',\n", + " 'Haller, Dirk',\n", + " 'Murray, Peter J.',\n", + " 'Heeren, Ron',\n", + " 'Zehn, Dietmar',\n", + " 'Böttcher, Jan P.',\n", + " 'Heikenwälder, Mathias',\n", + " 'Knolle, Percy A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"https://ega-archive.org/access/data-access\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse145104\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"data\", \"url\": \"http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse159977\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-021-03233-8\"}'],\n", + " 'title': ['Auto-aggressive CXCR6+ CD8 T cells cause liver immune pathology in NASH']},\n", + " {'bibcode': '2007PMB....52.1013B',\n", + " 'author': ['Bitar, A.',\n", + " 'Lisbona, A.',\n", + " 'Thedrez, P.',\n", + " 'Sai Maurel, C.',\n", + " 'LeForestier, D.',\n", + " 'Barbet, J.',\n", + " 'Bardies, M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F0031-9155%2F52%2F4%2F010\"}'],\n", + " 'title': ['A voxel-based mouse for internal dose calculations using Monte Carlo simulations (MCNP)']},\n", + " {'bibcode': '1983Sci...219..450E',\n", + " 'author': ['Edelman, Gerald M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.6823544\"}'],\n", + " 'title': ['Cell Adhesion Molecules']},\n", + " {'bibcode': '1993Natur.362..747R',\n", + " 'author': ['Rainier, Shirley',\n", + " 'Johnson, Laura A.',\n", + " 'Dobry, Craig J.',\n", + " 'Ping, April J.',\n", + " 'Grundy, Paul E.',\n", + " 'Feinberg, Andrew P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F362747a0\"}'],\n", + " 'title': ['Relaxation of imprinted genes in human cancer']},\n", + " {'bibcode': '2019NatSR...914908S',\n", + " 'author': ['Sessegolo, Camille',\n", + " 'Cruaud, Corinne',\n", + " 'Da Silva, Corinne',\n", + " 'Cologne, Audric',\n", + " 'Dubarry, Marion',\n", + " 'Derrien, Thomas',\n", + " 'Lacroix, Vincent',\n", + " 'Aury, Jean-Marc'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-019-51470-9\"}'],\n", + " 'title': ['Transcriptome profiling of mouse samples using nanopore sequencing of cDNA and RNA molecules']},\n", + " {'bibcode': '2005PNAS..10215207L',\n", + " 'author': ['Leung, Thomas Ho-Yin',\n", + " 'Ching, Yick-Pang',\n", + " 'Yam, Judy Wai Ping',\n", + " 'Wong, Chun-Ming',\n", + " 'Yau, Tai-On',\n", + " 'Jin, Dong-Yan',\n", + " 'Ng, Irene Oi-Lin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0504501102\"}'],\n", + " 'title': ['Deleted in liver cancer 2 (DLC2) suppresses cell transformation by means of inhibition of RhoA activity']},\n", + " {'bibcode': '2012NatCo...3..672P',\n", + " 'author': ['Panasyuk, Ganna',\n", + " 'Espeillac, Catherine',\n", + " 'Chauvin, Céline',\n", + " 'Pradelli, Ludivine A.',\n", + " 'Horie, Yasuo',\n", + " 'Suzuki, Akira',\n", + " 'Annicotte, Jean-Sebastien',\n", + " 'Fajas, Lluis',\n", + " 'Foretz, Marc',\n", + " 'Verdeguer, Francisco',\n", + " 'Pontoglio, Marco',\n", + " 'Ferré, Pascal',\n", + " 'Scoazec, Jean-Yves',\n", + " 'Birnbaum, Morris J.',\n", + " 'Ricci, Jean-Ehrland',\n", + " 'Pende, Mario'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms1667\"}'],\n", + " 'title': ['PPARγ contributes to PKM2 and HK2 expression in fatty liver']},\n", + " {'bibcode': '2011Sci...331.1621K',\n", + " 'author': ['Kir, Serkan',\n", + " 'Beddow, Sara A.',\n", + " 'Samuel, Varman T.',\n", + " 'Miller, Paul',\n", + " 'Previs, Stephen F.',\n", + " 'Suino-Powell, Kelly',\n", + " 'Xu, H. Eric',\n", + " 'Shulman, Gerald I.',\n", + " 'Kliewer, Steven A.',\n", + " 'Mangelsdorf, David J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1198363\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1198363\"}'],\n", + " 'title': ['FGF19 as a Postprandial, Insulin-Independent Activator of Hepatic Protein and Glycogen Synthesis']},\n", + " {'bibcode': '2017NatSR...7.3303Y',\n", + " 'author': ['Yang, Lin',\n", + " 'Kuang, Huijuan',\n", + " 'Zhang, Wanyi',\n", + " 'Aguilar, Zoraida P.',\n", + " 'Wei, Hua',\n", + " 'Xu, Hengyi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-03015-1\"}'],\n", + " 'title': ['Comparisons of the biodistribution and toxicological examinations after repeated intravenous administration of silver and gold nanoparticles in mice']},\n", + " {'bibcode': '2016Natur.531..253M',\n", + " 'author': ['Ma, Chi',\n", + " 'Kesarwala, Aparna H.',\n", + " 'Eggert, Tobias',\n", + " 'Medina-Echeverz, José',\n", + " 'Kleiner, David E.',\n", + " 'Jin, Ping',\n", + " 'Stroncek, David F.',\n", + " 'Terabe, Masaki',\n", + " 'Kapoor, Veena',\n", + " 'Elgindi, Mei',\n", + " 'Han, Miaojun',\n", + " 'Thornton, Angela M.',\n", + " 'Zhang, Haibo',\n", + " 'Egger, Michèle',\n", + " 'Luo, Ji',\n", + " 'Felsher, Dean W.',\n", + " 'McVicar, Daniel W.',\n", + " 'Weber, Achim',\n", + " 'Heikenwalder, Mathias',\n", + " 'Greten, Tim F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature16969\"}'],\n", + " 'title': ['NAFLD causes selective CD4+ T lymphocyte loss and promotes hepatocarcinogenesis']},\n", + " {'bibcode': '2012PNAS..10913112D',\n", + " 'author': ['Dai, Yu-bing',\n", + " 'Tan, Xin-jie',\n", + " 'Wu, Wan-fu',\n", + " 'Warner, Margaret',\n", + " 'Gustafsson, Jan-Åke'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/109/32/13112\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1210833109\"}'],\n", + " 'title': ['Liver X receptor β protects dopaminergic neurons in a mouse model of Parkinson disease']},\n", + " {'bibcode': '2023MiMic..29..739A',\n", + " 'author': ['Alnasser, Sulaiman Mohammed',\n", + " 'Alotaibi, Meshal',\n", + " 'Ramadan, Nancy K.',\n", + " 'Abd ElHafeez, Hanan H.',\n", + " 'Abdel-Hakeem, Sara Salah'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1093%2Fmicmic%2Fozac053\"}'],\n", + " 'title': ['The Efficiency of Schistosoma mansoni Crude Antigens in Inhibition of Heat Shock Protein, Apoptosis, and Lysosomal Activity: An Immunohistochemical Study']},\n", + " {'bibcode': '2016NatSR...633878Z',\n", + " 'author': ['Zhang, Yi-Fan', 'Ho, Mitchell'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep33878\"}'],\n", + " 'title': ['Humanization of high-affinity antibodies targeting glypican-3 in hepatocellular carcinoma']},\n", + " {'bibcode': '2007IJMSp.260..137W',\n", + " 'author': ['Wu, Ligang',\n", + " 'Lu, Xiaochen',\n", + " 'Kulp, Kristen S.',\n", + " 'Knize, Mark G.',\n", + " 'Berman, Elena S. F.',\n", + " 'Nelson, Erik J.',\n", + " 'Felton, James S.',\n", + " 'Wu, Kuang Jen J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.sciencedirect.com/science/article/B6VND-4MHPHYX-1/2/6596084282137a9ca19a50efae6f538f\"}'],\n", + " 'title': ['Imaging and differentiation of mouse embryo tissues by ToF-SIMS']},\n", + " {'bibcode': '2020Natur.585..591T',\n", + " 'author': ['Teratani, Toshiaki',\n", + " 'Mikami, Yohei',\n", + " 'Nakamoto, Nobuhiro',\n", + " 'Suzuki, Takahiro',\n", + " 'Harada, Yosuke',\n", + " 'Okabayashi, Koji',\n", + " 'Hagihara, Yuya',\n", + " 'Taniki, Nobuhito',\n", + " 'Kohno, Keita',\n", + " 'Shibata, Shinsuke',\n", + " 'Miyamoto, Kentaro',\n", + " 'Ishigame, Harumichi',\n", + " 'Chu, Po-Sung',\n", + " 'Sujino, Tomohisa',\n", + " 'Suda, Wataru',\n", + " 'Hattori, Masahira',\n", + " 'Matsui, Minoru',\n", + " 'Okada, Takaharu',\n", + " 'Okano, Hideyuki',\n", + " 'Inoue, Masayuki',\n", + " 'Yada, Toshihiko',\n", + " 'Kitagawa, Yuko',\n", + " 'Yoshimura, Akihiko',\n", + " 'Tanida, Mamoru',\n", + " 'Tsuda, Makoto',\n", + " 'Iwasaki, Yusaku',\n", + " 'Kanai, Takanori'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41586-020-2425-3\"}'],\n", + " 'title': ['The liver-brain-gut neural arc maintains the Treg cell niche in the gut']},\n", + " {'bibcode': '1984Natur.309..126P',\n", + " 'author': ['Palacios, Ronald',\n", + " 'Henson, Geoffrey',\n", + " 'Steinmetz, Michael',\n", + " 'McKearn, John P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F309126a0\"}'],\n", + " 'title': ['Interleukin-3 supports growth of mouse pre-B-cell clones in vitro']},\n", + " {'bibcode': '2001PNAS...98.1583H',\n", + " 'author': ['Haase, Volker H.',\n", + " 'Glickman, Jonathan N.',\n", + " 'Socolovsky, Merav',\n", + " 'Jaenisch, Rudolf'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/98/4/1583\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/98/4/1583\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/98/4/1583\"}'],\n", + " 'title': ['Vascular tumors in livers with targeted inactivation of the von Hippel-Lindau tumor suppressor']},\n", + " {'bibcode': '1980Sci...207.1479O',\n", + " 'author': ['Ota, Kenji', 'Hammock, Bruce D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.7361100\"}'],\n", + " 'title': ['Cytosolic and Microsomal Epoxide Hydrolases: Differential Properties in Mammalian Liver']},\n", + " {'bibcode': '2015NatSR...513519N',\n", + " 'author': ['Nishio, Naomi', 'Isobe, Ken-Ichi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep13519\"}'],\n", + " 'title': ['GADD34-deficient mice develop obesity, nonalcoholic fatty liver disease, hepatic carcinoma and insulin resistance']},\n", + " {'bibcode': '2001PNAS...98.2278K',\n", + " 'author': ['Kokoszka, Jason E.',\n", + " 'Coskun, Pinar',\n", + " 'Esposito, Luke A.',\n", + " 'Wallace, Douglas C.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/98/5/2278\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/98/5/2278\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/98/5/2278\"}'],\n", + " 'title': ['Increased mitochondrial oxidative stress in the Sod2 (+/−) mouse results in the age-related decline of mitochondrial function culminating in increased apoptosis']},\n", + " {'bibcode': '2018NatSR...8.5913J',\n", + " 'author': ['Jahn, Hannah M.',\n", + " 'Kasakow, Carmen V.',\n", + " 'Helfer, Andreas',\n", + " 'Michely, Julian',\n", + " 'Verkhratsky, Alexei',\n", + " 'Maurer, Hans H.',\n", + " 'Scheller, Anja',\n", + " 'Kirchhoff, Frank'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-24085-9\"}'],\n", + " 'title': ['Refined protocols of tamoxifen injection for inducible DNA recombination in mouse astroglia']},\n", + " {'bibcode': '2023Senso..23.3434B',\n", + " 'author': ['Buisson, Clément',\n", + " 'Mounien, Lourdes',\n", + " 'Sicard, Flavie',\n", + " 'Landrier, Jean-François',\n", + " 'Tishkova, Victoria',\n", + " 'Sabouroux, Pierre'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3390%2Fs23073434\"}'],\n", + " 'title': ['Dielectric and Biological Characterization of Liver Tissue in a High-Fat Diet Mouse Model']},\n", + " {'bibcode': '2015NatCo...6.7737L',\n", + " 'author': ['Li, June',\n", + " 'van der Wal, Dianne E.',\n", + " 'Zhu, Guangheng',\n", + " 'Xu, Miao',\n", + " 'Yougbare, Issaka',\n", + " 'Ma, Li',\n", + " 'Vadasz, Brian',\n", + " 'Carrim, Naadiya',\n", + " 'Grozovsky, Renata',\n", + " 'Ruan, Min',\n", + " 'Zhu, Lingyan',\n", + " 'Zeng, Qingshu',\n", + " 'Tao, Lili',\n", + " 'Zhai, Zhi-Min',\n", + " 'Peng, Jun',\n", + " 'Hou, Ming',\n", + " 'Leytin, Valery',\n", + " 'Freedman, John',\n", + " 'Hoffmeister, Karin M.',\n", + " 'Ni, Heyu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms8737\"}'],\n", + " 'title': ['Desialylation is a mechanism of Fc-independent platelet clearance and a therapeutic target in immune thrombocytopenia']},\n", + " {'bibcode': '2003PNAS..100..928S',\n", + " 'author': ['Seidah, Nabil G.',\n", + " 'Benjannet, Suzanne',\n", + " 'Wickham, Louise',\n", + " 'Marcinkiewicz, Jadwiga',\n", + " 'Jasmin, Stéphanie Bélanger',\n", + " 'Stifani, Stefano',\n", + " 'Basak, Ajoy',\n", + " 'Prat, Annik',\n", + " 'Chrétien, Michel'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/100/3/928\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0335507100\"}'],\n", + " 'title': ['The secretory proprotein convertase neural apoptosis-regulated convertase 1 (NARC-1): Liver regeneration and neuronal differentiation']},\n", + " {'bibcode': '1991PNAS...88.8725S',\n", + " 'author': ['Semenza, Gregg L.',\n", + " 'Koury, Stephen T.',\n", + " 'Nejfelt, Mary K.',\n", + " 'Gearhart, John D.',\n", + " 'Antonarakis, Stylianos E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/88/19/8725\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/88/19/8725\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/88/19/8725\"}'],\n", + " 'title': ['Cell-type-specific and hypoxia-inducible expression of the human erythropoietin gene in transgenic mice.']},\n", + " {'bibcode': '2020NatCo..11.4982L',\n", + " 'author': ['Lee, Giljae',\n", + " 'You, Hyun Ju',\n", + " 'Bajaj, Jasmohan S.',\n", + " 'Joo, Sae Kyung',\n", + " 'Yu, Junsun',\n", + " 'Park, Seoyeon',\n", + " 'Kang, Hyena',\n", + " 'Park, Jeong Hwan',\n", + " 'Kim, Jung Ho',\n", + " 'Lee, Dong Hyeon',\n", + " 'Lee, Seonhwa',\n", + " 'Kim, Won',\n", + " 'Ko, GwangPyo'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-020-18754-5\"}'],\n", + " 'title': ['Distinct signatures of gut microbiome and metabolites associated with significant fibrosis in non-obese NAFLD']},\n", + " {'bibcode': '2007PNAS..10415490E',\n", + " 'author': ['Erion, Mark D.',\n", + " 'Cable, Edward E.',\n", + " 'Ito, Bruce R.',\n", + " 'Jiang, Hongjian',\n", + " 'Fujitaki, James M.',\n", + " 'Finn, Patricia D.',\n", + " 'Zhang, Bao-Hong',\n", + " 'Hou, Jinzhao',\n", + " 'Boyer, Serge H.',\n", + " 'van Poelje, Paul D.',\n", + " 'Linemeyer, David L.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/39/15490\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0702759104\"}'],\n", + " 'title': ['From the Cover: Targeting thyroid hormone receptor-beta agonists to the liver reduces cholesterol and triglycerides and improves the therapeutic index']},\n", + " {'bibcode': '2013JSFA...93.2562C',\n", + " 'author': ['Chou, Su-Tze',\n", + " 'Chung, Yun-Chin',\n", + " 'Peng, Hsin-Yi',\n", + " 'Hsu, Cheng-Kuang'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fjsfa.6077\"}'],\n", + " 'title': ['Improving antioxidant status in aged mice by 50% ethanol extract from red bean fermented by Bacillus subtilis']},\n", + " {'bibcode': '2021SciAf..1200815G',\n", + " 'author': ['Gitonga, Francis',\n", + " 'Biwott, Kipchumba',\n", + " 'Gitau, Grace Wairimu',\n", + " 'Wafula, Okanya Patrick',\n", + " 'Amwayi, Peris',\n", + " 'Isaac, Alfred Orina',\n", + " 'Nyariki, James Nyabuga'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.sciaf.2021.e00815\"}'],\n", + " 'title': ['Coenzyme Q10 Ameliorates potassium cyanide-induced toxicosis in a mouse model']},\n", + " {'bibcode': '2020NatCo..11.3416S',\n", + " 'author': ['Sorrentino, Giovanni',\n", + " 'Rezakhani, Saba',\n", + " 'Yildiz, Ece',\n", + " 'Nuciforo, Sandro',\n", + " 'Heim, Markus H.',\n", + " 'Lutolf, Matthias P.',\n", + " 'Schoonjans, Kristina'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-020-17161-0\"}'],\n", + " 'title': ['Mechano-modulatory synthetic niches for liver organoid derivation']},\n", + " {'bibcode': '2021NatSR..1118551A',\n", + " 'author': ['Anzai, Kazuya',\n", + " 'Tsuruya, Kota',\n", + " 'Ida, Kinuyo',\n", + " 'Kagawa, Tatehiro',\n", + " 'Inagaki, Yutaka',\n", + " 'Kamiya, Akihide'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-021-97937-6\"}'],\n", + " 'title': ['Kruppel-like factor 15 induces the development of mature hepatocyte-like cells from hepatoblasts']},\n", + " {'bibcode': '1992PNAS...89.3701S',\n", + " 'author': ['Sacci, John B., Jr.',\n", + " 'Schriefer, Martin E.',\n", + " 'Resau, James H.',\n", + " 'Wirtz, Robert A.',\n", + " 'Detolla, Louis J., Jr.',\n", + " 'Markham, Richard B.',\n", + " 'Azad, Abdu F.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/89/9/3701\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/89/9/3701\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/89/9/3701\"}'],\n", + " 'title': ['Mouse model for exoerythrocytic stages of Plasmodium falciparum malaria parasite.']},\n", + " {'bibcode': '2000PNAS...9710578B',\n", + " 'author': ['Botten, Jason',\n", + " 'Mirowsky, Katy',\n", + " 'Kusewitt, Donna',\n", + " 'Bharadwaj, Mausumi',\n", + " 'Yee, Joyce',\n", + " 'Ricci, Roy',\n", + " 'Feddersen, Richard M.',\n", + " 'Hjelle, Brian'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/97/19/10578\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/97/19/10578\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/97/19/10578\"}'],\n", + " 'title': ['Experimental infection model for Sin Nombre hantavirus in the deer mouse (Peromyscus maniculatus)']},\n", + " {'bibcode': '2017FrP.....5...21M',\n", + " 'author': ['Miller, Corin O.',\n", + " 'Cao, Jin',\n", + " 'Zhu, He',\n", + " 'Chen, Li M.',\n", + " 'Wilson, George',\n", + " 'Kennan, Richard',\n", + " 'Gore, John C.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.3389%2Ffphy.2017.00021\"}'],\n", + " 'title': ['13C Mrs Studies of the Control of Hepatic Glycogen Metabolism at High Magnetic Fields']},\n", + " {'bibcode': '2014PNAS..111.3146W',\n", + " 'author': ['Wang, Lin-Xu',\n", + " 'Kang, Guobin',\n", + " 'Kumar, Pankaj',\n", + " 'Lu, Wuxun',\n", + " 'Li, Yue',\n", + " 'Zhou, You',\n", + " 'Li, Qingsheng',\n", + " 'Wood, Charles'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/111/8/3146\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.1318175111\"}'],\n", + " 'title': [\"Humanized-BLT mouse model of Kaposi's sarcoma-associated herpesvirus infection\"]},\n", + " {'bibcode': '2018NatSR...814019L',\n", + " 'author': ['Li, Shaowei',\n", + " 'Fujino, Masayuki',\n", + " 'Ichimaru, Naotsugu',\n", + " 'Kurokawa, Ryosuke',\n", + " 'Hirano, Shinichi',\n", + " 'Mou, Lisha',\n", + " 'Takahara, Shiro',\n", + " 'Takahara, Terumi',\n", + " 'Li, Xiao-Kang'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-32411-4\"}'],\n", + " 'title': ['Molecular hydrogen protects against ischemia-reperfusion injury in a mouse fatty liver model via regulating HO-1 and Sirt1 expression']},\n", + " {'bibcode': '2014PMB....59..881M',\n", + " 'author': ['Mahmoud, Ahmed M.',\n", + " 'Ding, Xuan',\n", + " 'Dutta, Debaditya',\n", + " 'Singh, Vijay P.',\n", + " 'Kim, Kang'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1088%2F0031-9155%2F59%2F4%2F881\"}'],\n", + " 'title': ['Detecting hepatic steatosis using ultrasound-induced thermal strain imaging: an ex vivo animal study']},\n", + " {'bibcode': '1961Natur.190..646D',\n", + " 'author': ['Dawes, Ben'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F190646a0\"}'],\n", + " 'title': ['Juvenile Stages of Fasciola hepatica in the Liver of the Mouse']},\n", + " {'bibcode': '1960Natur.188.1197E',\n", + " 'author': ['Emmelot, P.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F1881197a0\"}'],\n", + " 'title': ['Abolition by 2 : 4-Dinitrophenol of the Protective Effect of Succinate and Adenine Nucleotides on the Onset of the Thyroxine-induced Swelling of Liver Mitochondria']},\n", + " {'bibcode': '2020NatSR..1013110B',\n", + " 'author': ['Beer, Anne J.',\n", + " 'Hertz, David',\n", + " 'Seemann, Eric',\n", + " 'Beretta, Martina',\n", + " 'Westermann, Martin',\n", + " 'Bauer, Reinhard',\n", + " 'Bauer, Michael',\n", + " 'Kessels, Michael M.',\n", + " 'Qualmann, Britta'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-69901-3\"}'],\n", + " 'title': ['Reduced Mrp2 surface availability as PI3Kγ-mediated hepatocytic dysfunction reflecting a hallmark of cholestasis in sepsis']},\n", + " {'bibcode': '2023NatSR..1316598J',\n", + " 'author': ['Jurgelewicz, Amanda',\n", + " 'Nault, Rance',\n", + " 'Harkema, Jack',\n", + " 'Zacharewski, Timothy R.',\n", + " 'LaPres, John J.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-42972-8\"}'],\n", + " 'title': ['Characterizing the impact of simvastatin co-treatment of cell specific TCDD-induced gene expression and systemic toxicity']},\n", + " {'bibcode': '2008JSFA...88.2238Z',\n", + " 'author': ['Zeng, Tao',\n", + " 'Zhang, Cui-Li',\n", + " 'Pan, Guang-Bing',\n", + " 'Zhao, Sheng',\n", + " 'Dou, Dan-Dan',\n", + " 'Xin, Xing',\n", + " 'Xie, Ke-Qin'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fjsfa.3336\"}'],\n", + " 'title': ['The protective effects of garlic oil on acute ethanol‑induced oxidative stress in the liver of mice']},\n", + " {'bibcode': '2023NatSR..1318232H',\n", + " 'author': ['Huo, Cheng-long',\n", + " 'Wang, Bing',\n", + " 'Zhang, Xuewen',\n", + " 'Sun, Zhen-Gang'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-023-45354-2\"}'],\n", + " 'title': ['Skimmianine attenuates liver ischemia/reperfusion injury by regulating PI3K-AKT signaling pathway-mediated inflammation, apoptosis and oxidative stress']},\n", + " {'bibcode': '2020NatSR..1021228K',\n", + " 'author': ['Kawahori, Kenichi',\n", + " 'Kondo, Yoshitaka',\n", + " 'Yuan, Xunmei',\n", + " 'Kawasaki, Yuki',\n", + " 'Hanzawa, Nozomi',\n", + " 'Tsujimoto, Kazutaka',\n", + " 'Wada, Fumiko',\n", + " 'Kohda, Takashi',\n", + " 'Ishigami, Akihito',\n", + " 'Yamada, Tetsuya',\n", + " 'Ogawa, Yoshihiro',\n", + " 'Hashimoto, Koshi'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-020-77962-7\"}'],\n", + " 'title': ['Ascorbic acid during the suckling period is required for proper DNA demethylation in the liver']},\n", + " {'bibcode': '2019NatSR...919493S',\n", + " 'author': ['Saeed, Ali',\n", + " 'Yang, Jing',\n", + " 'Heegsma, Janette',\n", + " 'Groen, Albert K.',\n", + " 'van Mil, Saskia W. C.',\n", + " 'Paulusma, Coen C.',\n", + " 'Zhou, Lu',\n", + " 'Wang, Bangmao',\n", + " 'Faber, Klaas Nico'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-019-55988-w\"}'],\n", + " 'title': ['Farnesoid X receptor and bile acids regulate vitamin A storage']},\n", + " {'bibcode': '2023SciBu..68.2583R',\n", + " 'author': ['Rao, Lin', 'Cai, Liping', 'Huang, Lusheng'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1016%2Fj.scib.2023.09.021\"}'],\n", + " 'title': ['Single-cell dynamics of liver development in postnatal pigs']},\n", + " {'bibcode': '2020MiMic..26..997V',\n", + " 'author': ['Vesković, Milena',\n", + " 'Labudović-Borović, Milica',\n", + " 'Mladenović, Dušan',\n", + " 'Jadžić, Jelena',\n", + " 'Jorgačević, Bojan',\n", + " 'Vukićević, Dušan',\n", + " 'Vučević, Danijela',\n", + " 'Radosavljević, Tatjana'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1017%2FS1431927620024265\"}'],\n", + " 'title': ['Effect of Betaine Supplementation on Liver Tissue and Ultrastructural Changes in Methionine-Choline-Deficient Diet-Induced NAFLD']},\n", + " {'bibcode': '1958Natur.182..191L',\n", + " 'author': ['Lajtha, L. G.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F182191a0\"}'],\n", + " 'title': ['Dependence of Bone Marrow Cells on the Liver for Purine Supply']},\n", + " {'bibcode': '1989PNAS...86.4634V',\n", + " 'author': ['van de Rijn, M.',\n", + " 'Heimfeld, S.',\n", + " 'Spangrude, G. J.',\n", + " 'Weissman, I. L.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/86/12/4634\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/86/12/4634\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/86/12/4634\"}'],\n", + " 'title': ['Mouse hematopoietic stem-cell antigen Sca-1 is a member of the Ly-6 antigen family.']},\n", + " {'bibcode': '1988PNAS...85.2161B',\n", + " 'author': [\"Ben-Ze'Ev, Avri\",\n", + " 'Robinson, Gregory S.',\n", + " 'Bucher, Nancy L. R.',\n", + " 'Farmer, Stephen R.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/85/7/2161\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/85/7/2161\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/85/7/2161\"}'],\n", + " 'title': ['Cell-cell and cell-matrix interactions differentially regulate the expression of hepatic and cytoskeletal genes in primary cultures of rat hepatocytes.']},\n", + " {'bibcode': '2017NatSR...7.1832C',\n", + " 'author': ['Cucinotta, Francis A.', 'Cacao, Eliedonna'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-02087-3\"}'],\n", + " 'title': ['Non-Targeted Effects Models Predict Significantly Higher Mars Mission Cancer Risk than Targeted Effects Models']},\n", + " {'bibcode': '2008Natur.452..429C',\n", + " 'author': ['Chen, Yanqing',\n", + " 'Zhu, Jun',\n", + " 'Lum, Pek Yee',\n", + " 'Yang, Xia',\n", + " 'Pinto, Shirly',\n", + " 'MacNeil, Douglas J.',\n", + " 'Zhang, Chunsheng',\n", + " 'Lamb, John',\n", + " 'Edwards, Stephen',\n", + " 'Sieberts, Solveig K.',\n", + " 'Leonardson, Amy',\n", + " 'Castellini, Lawrence W.',\n", + " 'Wang, Susanna',\n", + " 'Champy, Marie-France',\n", + " 'Zhang, Bin',\n", + " 'Emilsson, Valur',\n", + " 'Doss, Sudheer',\n", + " 'Ghazalpour, Anatole',\n", + " 'Horvath, Steve',\n", + " 'Drake, Thomas A.',\n", + " 'Lusis, Aldons J.',\n", + " 'Schadt, Eric E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fnature06757\"}'],\n", + " 'title': ['Variations in DNA elucidate molecular networks that cause disease']},\n", + " {'bibcode': '2011SPIE.7899E..4BS',\n", + " 'author': ['Su, Richard',\n", + " 'Liopo, Anton V.',\n", + " 'Brecht, Hans-Peter',\n", + " 'Ermilov, Sergey A.',\n", + " 'Oraevsky, Alexander A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1117%2F12.878794\"}'],\n", + " 'title': ['Gold nanorod distribution in mouse tissues after intravenous injection monitored with optoacoustic tomography']},\n", + " {'bibcode': '2016NatCo...711012Y',\n", + " 'author': ['Yin, Shenyi',\n", + " 'Fan, Yu',\n", + " 'Zhang, Hanshuo',\n", + " 'Zhao, Zhihua',\n", + " 'Hao, Yang',\n", + " 'Li, Juan',\n", + " 'Sun, Changhong',\n", + " 'Yang, Junyu',\n", + " 'Yang, Zhenjun',\n", + " 'Yang, Xiao',\n", + " 'Lu, Jian',\n", + " 'Xi, Jianzhong Jeff'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms11012\"}'],\n", + " 'title': ['Differential TGFβ pathway targeting by miR-122 in humans and mice affects liver cancer metastasis']},\n", + " {'bibcode': '2010Sci...330..665S',\n", + " 'author': ['Sawa, Shinichiro',\n", + " 'Cherrier, Marie',\n", + " 'Lochner, Matthias',\n", + " 'Satoh-Takayama, Naoko',\n", + " 'Fehling, Hans Jörg',\n", + " 'Langa, Francina',\n", + " 'Di Santo, James P.',\n", + " 'Eberl, Gérard'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.science.org/doi/epdf/10.1126/science.1194597\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1126%2Fscience.1194597\"}'],\n", + " 'title': ['Lineage Relationship Analysis of RORγt+ Innate Lymphoid Cells']},\n", + " {'bibcode': '1993PNAS...90.4455C',\n", + " 'author': ['Cheng, Liang', 'Ziegelhoffer, Pamela R.', 'Yang, Ning-Sun'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/90/10/4455\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/90/10/4455\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/90/10/4455\"}'],\n", + " 'title': ['In vivo promoter activity and transgene expression in mammalian somatic tissues evaluated by using particle bombardment.']},\n", + " {'bibcode': '2015NatSR...512899S',\n", + " 'author': ['Shatzkes, Kenneth',\n", + " 'Chae, Richard',\n", + " 'Tang, Chi',\n", + " 'Ramirez, Gregory C.',\n", + " 'Mukherjee, Somdatta',\n", + " 'Tsenova, Liana',\n", + " 'Connell, Nancy D.',\n", + " 'Kadouri, Daniel E.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep12899\"}'],\n", + " 'title': ['Examining the safety of respiratory and intravenous inoculation of Bdellovibrio bacteriovorus and Micavibrio aeruginosavorus in a mouse model']},\n", + " {'bibcode': '2019NatCo..10...45M',\n", + " 'author': ['Mangeot, Philippe E.',\n", + " 'Risson, Valérie',\n", + " 'Fusil, Floriane',\n", + " 'Marnef, Aline',\n", + " 'Laurent, Emilie',\n", + " 'Blin, Juliana',\n", + " 'Mournetas, Virginie',\n", + " 'Massouridès, Emmanuelle',\n", + " 'Sohier, Thibault J. M.',\n", + " 'Corbin, Antoine',\n", + " 'Aubé, Fabien',\n", + " 'Teixeira, Marie',\n", + " 'Pinset, Christian',\n", + " 'Schaeffer, Laurent',\n", + " 'Legube, Gaëlle',\n", + " 'Cosset, François-Loïc',\n", + " 'Verhoeyen, Els',\n", + " 'Ohlmann, Théophile',\n", + " 'Ricci, Emiliano P.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-018-07845-z\"}'],\n", + " 'title': ['Genome editing in primary cells and in vivo using viral-derived Nanoblades loaded with Cas9-sgRNA ribonucleoproteins']},\n", + " {'bibcode': '2012PLoSO...744664G',\n", + " 'author': ['Greenblatt, Matthew B.',\n", + " 'Vbranac, Vladimir',\n", + " 'Tivey, Trevor',\n", + " 'Tsang, Kelly',\n", + " 'Tager, Andrew M.',\n", + " 'Aliprantis, Antonios O.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0044664\"}'],\n", + " 'title': ['Graft versus Host Disease in the Bone Marrow, Liver and Thymus Humanized Mouse Model']},\n", + " {'bibcode': '2013PhDT........90C',\n", + " 'author': ['Chien, Karen B.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://gateway.proquest.com/openurl?url_ver=Z39.88-2004&res_dat=xri:pqdiss&rft_val_fmt=info:ofi/fmt:kev:mtx:dissertation&rft_dat=xri:pqdiss:3563701\"}'],\n", + " 'title': ['Soy Protein Scaffold Biomaterials for Tissue Engineering and Regenerative Medicine']},\n", + " {'bibcode': '2016NatSR...630029Z',\n", + " 'author': ['Zhang, Kun',\n", + " 'Chang, Yanan',\n", + " 'Shi, Zhemin',\n", + " 'Han, Xiaohui',\n", + " 'Han, Yawei',\n", + " 'Yao, Qingbin',\n", + " 'Hu, Zhimei',\n", + " 'Cui, Hongmei',\n", + " 'Zheng, Lina',\n", + " 'Han, Tao',\n", + " 'Hong, Wei'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fsrep30029\"}'],\n", + " 'title': ['ω-3 PUFAs ameliorate liver fibrosis and inhibit hepatic stellate cells proliferation and activation by promoting YAP/TAZ degradation']},\n", + " {'bibcode': '2007PNAS..10419262T',\n", + " 'author': ['Tagliabracci, Vincent S.',\n", + " 'Turnbull, Julie',\n", + " 'Wang, Wei',\n", + " 'Girard, Jean-Marie',\n", + " 'Zhao, Xiaochu',\n", + " 'Skurat, Alexander V.',\n", + " 'Delgado-Escueta, Antonio V.',\n", + " 'Minassian, Berge A.',\n", + " 'DePaoli-Roach, Anna A.',\n", + " 'Roach, Peter J.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/49/19262\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0707952104\"}'],\n", + " 'title': ['Laforin is a glycogen phosphatase, deficiency of which leads to elevated phosphorylation of glycogen in vivo']},\n", + " {'bibcode': '2018AngCh.130.7605L',\n", + " 'author': ['Li, Benhao',\n", + " 'Lu, Lingfei',\n", + " 'Zhao, Mengyao',\n", + " 'Lei, Zuhai',\n", + " 'Zhang, Fan'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fange.201801226\"}'],\n", + " 'title': ['An Efficient 1064 nm NIR‑II Excitation Fluorescent Molecular Dye for Deep‑Tissue High‑Resolution Dynamic Bioimaging']},\n", + " {'bibcode': '2017NatSR...7.1728S',\n", + " 'author': ['Su, Tung-Hung',\n", + " 'Shiau, Chung-Wai',\n", + " 'Jao, Ping',\n", + " 'Yang, Nian-Jie',\n", + " 'Tai, Wei-Tien',\n", + " 'Liu, Chun-Jen',\n", + " 'Tseng, Tai-Chung',\n", + " 'Yang, Hung-Chih',\n", + " 'Liu, Chen-Hua',\n", + " 'Huang, Kai-Wen',\n", + " 'Hu, Ting-Chen',\n", + " 'Huang, Yu-Jen',\n", + " 'Wu, Yao-Ming',\n", + " 'Chen, Li-Ju',\n", + " 'Chen, Pei-Jer',\n", + " 'Chen, Ding-Shinn',\n", + " 'Chen, Kuen-Feng',\n", + " 'Kao, Jia-Horng'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-01572-z\"}'],\n", + " 'title': ['Src-homology protein tyrosine phosphatase-1 agonist, SC-43, reduces liver fibrosis']},\n", + " {'bibcode': '2020NatCo..11.5626S',\n", + " 'author': ['Schoppe, Oliver',\n", + " 'Pan, Chenchen',\n", + " 'Coronel, Javier',\n", + " 'Mai, Hongcheng',\n", + " 'Rong, Zhouyi',\n", + " 'Todorov, Mihail Ivilinov',\n", + " 'Müskes, Annemarie',\n", + " 'Navarro, Fernando',\n", + " 'Li, Hongwei',\n", + " 'Ertürk, Ali',\n", + " 'Menze, Bjoern H.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41467-020-19449-7\"}'],\n", + " 'title': ['Deep learning-enabled multi-organ segmentation in whole-body mouse scans']},\n", + " {'bibcode': '2018NatSR...8.1395T',\n", + " 'author': ['Tahara, Yu',\n", + " 'Yamazaki, Mayu',\n", + " 'Sukigara, Haruna',\n", + " 'Motohashi, Hiroaki',\n", + " 'Sasaki, Hiroyuki',\n", + " 'Miyakawa, Hiroki',\n", + " 'Haraguchi, Atsushi',\n", + " 'Ikeda, Yuko',\n", + " 'Fukuda, Shinji',\n", + " 'Shibata, Shigenobu'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-018-19836-7\"}'],\n", + " 'title': ['Gut Microbiota-Derived Short Chain Fatty Acids Induce Circadian Clock Entrainment in Mouse Peripheral Tissue']},\n", + " {'bibcode': '2017NatSR...714493Z',\n", + " 'author': ['Zhang, Meiyuan', 'Sun, Weilan', 'Zhou, Minghao', 'Tang, Yan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fs41598-017-15141-x\"}'],\n", + " 'title': ['MicroRNA-27a regulates hepatic lipid metabolism and alleviates NAFLD via repressing FAS and SCD1']},\n", + " {'bibcode': '2013PLoSO...870599H',\n", + " 'author': ['Hirsova, Petra',\n", + " 'Ibrahim, Samar H.',\n", + " 'Bronk, Steven F.',\n", + " 'Yagita, Hideo',\n", + " 'Gores, Gregory J.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0070599\"}'],\n", + " 'title': ['Vismodegib Suppresses TRAIL-mediated Liver Injury in a Mouse Model of Nonalcoholic Steatohepatitis']},\n", + " {'bibcode': '2019AdM....3107748P',\n", + " 'author': ['Paunovska, Kalina',\n", + " 'Da Silva Sanchez, Alejandro J.',\n", + " 'Sago, Cory D.',\n", + " 'Gan, Zubao',\n", + " 'Lokugamage, Melissa P.',\n", + " 'Islam, Fatima Z.',\n", + " 'Kalathoor, Sujay',\n", + " 'Krupczak, Brandon R.',\n", + " 'Dahlman, James E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fadma.201807748\"}'],\n", + " 'title': ['Nanoparticles Containing Oxidized Cholesterol Deliver mRNA to the Liver Microenvironment at Clinically Relevant Doses']},\n", + " {'bibcode': '1964Natur.201.1042S',\n", + " 'author': ['Siegel, Benjamin V.',\n", + " 'Weaver, William J.',\n", + " 'Koler, Robert D.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F2011042a0\"}'],\n", + " 'title': ['Mouse Erythroleukæmia of Viral Ætiology']},\n", + " {'bibcode': '2009JRSp...40..550S',\n", + " 'author': ['Shen, Aiguo',\n", + " 'Zhang, Benjian',\n", + " 'Ping, Jie',\n", + " 'Xie, Wei',\n", + " 'Donfack, Patrice',\n", + " 'Baek, Seong-Joon',\n", + " 'Zhou, Xiaodong',\n", + " 'Wang, Hui',\n", + " 'Materny, Arnulf',\n", + " 'Hu, Jiming'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1002%2Fjrs.2163\"}'],\n", + " 'title': ['In vivostudy on the protection of indole-3-carbinol (I3C) against the mouse acute alcoholic liver injury by micro-Raman spectroscopy']},\n", + " {'bibcode': '1999HETox..18..162F',\n", + " 'author': ['Fawell, J. K.',\n", + " 'Mitchell, R. E.',\n", + " 'Everett, D. J.',\n", + " 'Hill, R. E.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1177%2F096032719901800305\"}'],\n", + " 'title': ['The toxicity of cyanobacterial toxins in the mouse: I Microcystin-LR']},\n", + " {'bibcode': '1993Natur.363..732A',\n", + " 'author': ['Aldrovandi, Grace M.',\n", + " 'Feuer, Gerold',\n", + " 'Gao, Lianying',\n", + " 'Jamieson, Beth',\n", + " 'Kristeva, Marlene',\n", + " 'Chen, Irvin S. Y.',\n", + " 'Zack, Jerome A.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2F363732a0\"}'],\n", + " 'title': ['The SCID-hu mouse as a model for HIV-1 infection']},\n", + " {'bibcode': '2018INL.....8..242M',\n", + " 'author': ['Medina, Julián',\n", + " 'Bolaños, Harold',\n", + " 'Mosquera-Sanchez, Lyda Patricia',\n", + " 'Rodriguez-Paez, J. E.'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://dx.doi.org/10.1007/s40089-018-0242-6\"}'],\n", + " 'title': ['Controlled synthesis of ZnO nanoparticles and evaluation of their toxicity in Mus musculus mice']},\n", + " {'bibcode': '2014NatCo...5.3528S',\n", + " 'author': ['Shao, Mengle',\n", + " 'Shan, Bo',\n", + " 'Liu, Yang',\n", + " 'Deng, Yiping',\n", + " 'Yan, Cheng',\n", + " 'Wu, Ying',\n", + " 'Mao, Ting',\n", + " 'Qiu, Yifu',\n", + " 'Zhou, Yubo',\n", + " 'Jiang, Shan',\n", + " 'Jia, Weiping',\n", + " 'Li, Jingya',\n", + " 'Li, Jia',\n", + " 'Rui, Liangyou',\n", + " 'Yang, Liu',\n", + " 'Liu, Yong'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1038%2Fncomms4528\"}'],\n", + " 'title': ['Hepatic IRE1α regulates fasting-induced metabolic adaptive programs through the XBP1s-PPARα axis signalling']},\n", + " {'bibcode': '2003AGUFM.B31E0366M',\n", + " 'author': ['Macavoy, S. E.',\n", + " 'Jamil, T.',\n", + " 'Macko, S. A.',\n", + " 'Arneson, L. S.'],\n", + " 'title': ['Growth versus metabolic tissue replacement in mouse tissues determined by stable carbon and nitrogen isotope analysis']},\n", + " {'bibcode': '1990PNAS...87.7365K',\n", + " 'author': ['Kozma, Sara C.',\n", + " 'Ferrari, Stefano',\n", + " 'Bassand, Patrick',\n", + " 'Siegmann, Michel',\n", + " 'Totty, Nick',\n", + " 'Thomas, George'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/87/19/7365\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/87/19/7365\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/87/19/7365\"}'],\n", + " 'title': ['Cloning of the mitogen-activated S6 kinase from rat liver reveals an enzyme of the second messenger subfamily.']},\n", + " {'bibcode': '2005PNAS..10217923O',\n", + " 'author': ['Otsuka, Masato',\n", + " 'Matsumoto, Takuya',\n", + " 'Morimoto, Riyo',\n", + " 'Arioka, Shigeo',\n", + " 'Omote, Hiroshi',\n", + " 'Moriyama, Yoshinori'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/102/50/17923\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/102/50/17923\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/full/102/50/17923\"}'],\n", + " 'title': ['From the Cover: A human transporter protein that mediates the final excretion step for toxic organic cations']},\n", + " {'bibcode': '2007PNAS..104.3009S',\n", + " 'author': ['Sanchez-Alavez, Manuel',\n", + " 'Klein, Izabella',\n", + " 'Brownell, Sara E.',\n", + " 'Tabarean, Iustin V.',\n", + " 'Davis, Christopher N.',\n", + " 'Conti, Bruno',\n", + " 'Bartfai, Tamas'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/104/8/3009\"}',\n", + " '{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1073%2Fpnas.0611209104\"}'],\n", + " 'title': ['Night eating and obesity in the EP3R-deficient mouse']},\n", + " {'bibcode': '2016PLoSO..1159850F',\n", + " 'author': ['Fransén-Pettersson, Nina',\n", + " 'Duarte, Nadia',\n", + " 'Nilsson, Julia',\n", + " 'Lundholm, Marie',\n", + " 'Mayans, Sofia',\n", + " 'Larefalk, Åsa',\n", + " 'Hannibal, Tine D.',\n", + " 'Hansen, Lisbeth',\n", + " 'Schmidt-Christensen, Anja',\n", + " 'Ivars, Fredrik',\n", + " 'Cardell, Susanna',\n", + " 'Palmqvist, Richard',\n", + " 'Rozell, Björn',\n", + " 'Holmberg, Dan'],\n", + " 'links_data': ['{\"access\": \"open\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"https://doi.org/10.1371%2Fjournal.pone.0159850\"}'],\n", + " 'title': ['A New Mouse Model That Spontaneously Develops Chronic Liver Inflammation and Fibrosis']},\n", + " {'bibcode': '1992PNAS...89.1363K',\n", + " 'author': ['Klebig, Mitchell L.',\n", + " 'Russell, Liane B.',\n", + " 'Rinchik, Eugene M.'],\n", + " 'links_data': ['{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/cgi/reprint/89/4/1363\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"pdf\", \"url\": \"https://www.pnas.org/content/89/4/1363\"}',\n", + " '{\"access\": \"\", \"instances\": \"\", \"title\": \"\", \"type\": \"electr\", \"url\": \"http://www.pnas.org/cgi/content/abstract/89/4/1363\"}'],\n", + " 'title': ['Murine fumarylacetoacetate hydrolase (Fah) gene is disrupted by a neonatally lethal albino deletion that defines the hepatocyte-specific developmental regulation 1 (hsdr-1) locus.']},\n", + " ...]}}" + ] + }, + "execution_count": 110, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "encoded_query = urlencode({\"q\": \"mouse liver\",\n", + " \"fl\": \"title, bibcode, links_data, author\",\n", + " \"rows\": 2000,\n", + " \"sort\": \"score desc\"\n", + " })\n", + "results = requests.get(\"https://scixplorer.org/v1/search/query?{}\".format(encoded_query), \\\n", + " headers={'Authorization': 'Bearer ' + token}).json()\n", + "results" + ] + }, + { + "cell_type": "code", + "execution_count": 101, + "id": "8211ee7f-1a33-4fdd-9f03-0473adef321f", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'https://scixplorer.org/abs/2008Sci...321..699A/abstract'" + ] + }, + "execution_count": 101, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#Construct a URL to access a given document within SciX\n", + "doc_num = 3\n", + "bibcode = results['response']['docs'][doc_num]['bibcode']\n", + "url = f\"https://scixplorer.org/abs/{bibcode}/abstract\"\n", + "url" + ] + }, + { + "cell_type": "code", + "execution_count": 109, + "id": "9f720c76-85e2-40ad-b18a-3859202736b6", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'https://www.science.org/doi/epdf/10.1126/science.1154884'" + ] + }, + "execution_count": 109, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "#Construct a URL to access the original source of a given document\n", + "url = json.loads(results['response']['docs'][doc_num]['links_data'][0])['url']\n", + "url" + ] + }, + { + "cell_type": "code", + "execution_count": 89, + "id": "b5a083d3-8862-4927-8dc3-91d0342941fc", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'responseHeader': {'status': 0,\n", + " 'QTime': 30,\n", + " 'params': {'q': '*:*',\n", + " 'fl': 'bibcode,title',\n", + " 'start': '0',\n", + " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6579de6d-0a6cca6d412cbf7450913edc',\n", + " 'fq': '{!bitset}',\n", + " 'rows': '2000',\n", + " 'wt': 'json'}},\n", + " 'response': {'numFound': 3,\n", + " 'start': 0,\n", + " 'docs': [{'bibcode': '1989LNP...334..242S',\n", + " 'title': ['The Optical and Radio Properties of X-Ray Selected Bl-Lacertae Objects']},\n", + " {'bibcode': '1907AN....174...59.', 'title': ['Kleine Mitteilungen']},\n", + " {'bibcode': '1908PA.....16..445.', 'title': ['Variable Stars']}]}}" + ] + }, + "execution_count": 89, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "encoded_query = urlencode({\"q\": \"*:*\",\n", + " \"fl\": \"bibcode,title\",\n", + " \"rows\": 2000\n", + " })\n", + "payload = \"bibcode\\n1907AN....174...59.\\n1908PA.....16..445.\\n1989LNP...334..242S\"\n", + "results = requests.post(\"https://api.adsabs.harvard.edu/v1/search/bigquery?{}\".format(encoded_query), \\\n", + " headers={'Authorization': 'Bearer ' + token}, \\\n", + " data=payload)\n", + "\n", + "results.json()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "f00288b6-eeda-4c8f-9b64-e9e18f622754", + "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.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}