From 36a5d905aeb938fb9e8ff15fac75f01cc1ffae78 Mon Sep 17 00:00:00 2001 From: Bishwas Praveen Date: Tue, 12 Dec 2023 18:26:03 -0600 Subject: [PATCH 1/3] added SciX API jupyter notebook for tracking --- jupyter_notebooks/SciX-API-Experiments.ipynb | 13668 +++++++++++++++++ 1 file changed, 13668 insertions(+) create mode 100644 jupyter_notebooks/SciX-API-Experiments.ipynb diff --git a/jupyter_notebooks/SciX-API-Experiments.ipynb b/jupyter_notebooks/SciX-API-Experiments.ipynb new file mode 100644 index 00000000..0c6bc662 --- /dev/null +++ b/jupyter_notebooks/SciX-API-Experiments.ipynb @@ -0,0 +1,13668 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 19, + "id": "30b4b245-1225-43c2-bfd9-b898a2542da1", + "metadata": {}, + "outputs": [], + "source": [ + "import subprocess\n", + "import requests\n", + "from urllib.parse import urlencode, quote_plus" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "id": "ff8fbea1-9ed5-4c2d-8db3-a9e70e959b46", + "metadata": {}, + "outputs": [], + "source": [ + "token = 'fmHQTYXdYU8Cl4yjs84fiuY3IYqoKqIO6RrXJngy'" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "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": 38, + "id": "db3c6e3c-1c2a-4bd1-aa36-3a4e34a56cf2", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "{\n", + " \"responseHeader\":{\n", + " \"status\":0,\n", + " \"QTime\":250,\n", + " \"params\":{\n", + " \"q\":\"star\",\n", + " \"fl\":\"id\",\n", + " \"start\":\"0\",\n", + " \"internal_logging_params\":\"X-Amzn-Trace-Id=Root=1-6578f46b-122d3b443032f9e4745e38b2\",\n", + " \"rows\":\"10\",\n", + " \"wt\":\"json\"}},\n", + " \"response\":{\"numFound\":610619,\"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 44.208.57.22:443...\n", + "* Connected to scixplorer.org (44.208.57.22) 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 0x7fb2fc80a800)\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 00:01:48 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: 4980\n", + "< x-ratelimit-reset: 1702492874\n", + "< retry-after: 67165\n", + "< set-cookie: session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJS8nP3y_Fzj8ryq3I19HcJNPJ3D6yIzMo28MsKNfAPDzXxDUk2jgpJyfHNjbRVqgXqLUgtyk3MS80rgZlWWpxaBDZRydTAxMxEqRYAxf4jWQ.ZXj0bA.oCHsNA0lhwkXen25V8B2X6LoVnU; Expires=Thu, 12-Dec-2024 06:01:48 GMT; Secure; HttpOnly; Path=/; SameSite=None\n", + "< \n", + "{ [648 bytes data]\n", + "\n", + "100 648 100 648 0 0 1405 0 --:--:-- --:--:-- --:--:-- 1421\n", + "100 648 100 648 0 0 1404 0 --:--:-- --:--:-- --:--:-- 1421\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": 59, + "id": "6849e200-08c3-4d1a-825a-a1ad97a4c8a1", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'responseHeader': {'status': 0,\n", + " 'QTime': 526,\n", + " 'params': {'q': 'full:mouse liver',\n", + " 'fl': 'title,bibcode,author',\n", + " 'start': '0',\n", + " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6578f998-3d13ca86384d798a4f86b443',\n", + " 'rows': '2000',\n", + " 'wt': 'json'}},\n", + " 'response': {'numFound': 9509,\n", + " 'start': 0,\n", + " 'docs': [{'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", + " 'title': ['A proteomics landscape of circadian clock in mouse liver']},\n", + " {'bibcode': '2007PNAS..104.1488V',\n", + " 'author': ['Villén, Judit',\n", + " 'Beausoleil, Sean A.',\n", + " 'Gerber, Scott A.',\n", + " 'Gygi, Steven P.'],\n", + " 'title': ['Large-scale phosphorylation analysis of mouse liver']},\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", + " 'title': ['Activated Oncogenes in B6C3F1 Mouse Liver Tumors: Implications for Risk Assessment']},\n", + " {'bibcode': '2020PMB....65u5024L',\n", + " 'author': ['Li, Yuanyuan', 'Song, Jiaxiang', 'Xia, Hui', 'Liu, Guoqiang'],\n", + " 'title': ['The experimental study of mouse liver in magneto-acousto-electrical tomography by scan mode']},\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", + " 'title': ['Circadian clock-dependent and -independent rhythmic proteomes implement distinct diurnal functions in mouse liver']},\n", + " {'bibcode': '1963Sci...140.1408H',\n", + " 'author': ['Hoyer, Bill H.', 'McCarthy, Brian J.', 'Bolton, Ellis T.'],\n", + " 'title': ['Complementary RNA in Nucleus and Cytoplasm of Mouse Liver Cells']},\n", + " {'bibcode': '1981Natur.291..340H',\n", + " 'author': ['Hager, Lisa J.', 'Palmiter, Richard D.'],\n", + " 'title': ['Transcriptional regulation of mouse liver metallothionein-I gene by glucocorticoids']},\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", + " 'title': ['Replacement of Diseased Mouse Liver by Hepatic Cell Transplantation']},\n", + " {'bibcode': '2013JBO....18d0505Z',\n", + " 'author': ['Zhang, Guanglei',\n", + " 'Liu, Fei',\n", + " 'Zhang, Bin',\n", + " 'He, Yun',\n", + " 'Luo, Jianwen',\n", + " 'Bai, Jing'],\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': '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", + " 'title': ['Adrenergic regulation of clock gene expression in mouse liver']},\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", + " 'title': ['Circadian and feeding rhythms differentially affect rhythmic mRNA transcription and translation in 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", + " 'title': ['Complete reconstitution of mouse liver with xenogeneic hepatocytes.']},\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", + " 'title': ['Dosage compensation and DNA methylation landscape of the X chromosome in mouse liver']},\n", + " {'bibcode': '1979Sci...203.1019S',\n", + " 'author': ['Singer, Judith', 'Roberts-Ems, Joan', 'Riggs, Arthur D.'],\n", + " 'title': ['Methylation of Mouse Liver DNA Studied by Means of the Restriction Enzymes Msp I and Hpa II']},\n", + " {'bibcode': '1994PNAS...91.6196E',\n", + " 'author': ['Engelhardt, John F.',\n", + " 'Ye, Xuehai',\n", + " 'Doranz, Benjamin',\n", + " 'Wilson, James M.'],\n", + " 'title': ['Ablation of E2A in recombinant adenoviruses improves transgene persistence and decreases inflammatory response in mouse liver.']},\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", + " 'title': ['LGR5 marks targetable tumor-initiating cells in mouse liver cancer']},\n", + " {'bibcode': '1982PNAS...79.6237C',\n", + " 'author': ['Cohen, Stanley', 'Fava, Roy A.', 'Sawyer, Stephen T.'],\n", + " 'title': ['Purification and characterization of epidermal growth factor receptor/protein kinase from normal mouse liver.']},\n", + " {'bibcode': '2006PNAS..10318586F',\n", + " 'author': ['Ferraro, Paola',\n", + " 'Nicolosi, Luca',\n", + " 'Bernardi, Paolo',\n", + " 'Reichard, Peter',\n", + " 'Bianchi, Vera'],\n", + " 'title': ['Mitochondrial deoxynucleotide pool sizes in mouse liver and evidence for a transport mechanism for thymidine monophosphate']},\n", + " {'bibcode': '1978IJBm...22...43B',\n", + " 'author': ['Bhartendu', 'Menon, I. A.'],\n", + " 'title': ['Effects of atmospheric small negative ions on the oxygen consumption of mouse liver cells']},\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", + " 'title': [\"Mouse liver and salivary gland α-amylase mRNAs differ only in 5' non-translated sequences\"]},\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", + " 'title': ['Molecular association between major histocompatibility complex class I antigens and insulin receptors in mouse liver membranes.']},\n", + " {'bibcode': '1995PNAS...92.4215R',\n", + " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", + " 'title': ['Epidermal growth factor induces the tyrosine phosphorylation and nuclear translocation of Stat 5 in mouse liver.']},\n", + " {'bibcode': '1979PNAS...76.5445M',\n", + " 'author': ['McLaughlin, A. C.', 'Takeda, H.', 'Chance, B.'],\n", + " 'title': ['Rapid ATP Assays in Perfused Mouse Liver by 31P NMR']},\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': '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", + " 'title': ['Controlled induction of DNA double-strand breaks in the mouse liver induces features of tissue ageing']},\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", + " 'title': ['Cloning and sequencing of cDNA encoding the complete mouse liver alcohol dehydrogenase.']},\n", + " {'bibcode': '1982PNAS...79..500B',\n", + " 'author': ['Barth, Richard K.',\n", + " 'Gross, Kenneth W.',\n", + " 'Gremke, Linda C.',\n", + " 'Hastie, Nicholas D.'],\n", + " 'title': ['Developmentally regulated mRNAs 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", + " 'title': ['MALDI Mass Spectral Imaging of Bile Acids Observed as Deprotonated Molecules and Proton-Bound Dimers from Mouse Liver Sections']},\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", + " 'title': ['PROCEEDINGS ON SYNCHROTRON RADIATION: Medical application of diffraction enhanced imaging in mouse liver blood vessels']},\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", + " 'title': ['Persistent Expression of Human Clotting Factor IX from Mouse Liver after Intravenous Injection of Adeno-Associated Virus Vectors']},\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", + " 'title': ['Taurine transporter (TauT) deficiency impairs ammonia detoxification in mouse liver']},\n", + " {'bibcode': '2010ANSNN...1a5015T',\n", + " 'author': ['Thanh Tran, The', 'Phan, Van Chi'],\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': '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", + " 'title': ['Translation elongation factor 2 depletion by siRNA in mouse liver leads to mTOR-independent translational upregulation of ribosomal protein genes']},\n", + " {'bibcode': '2020AcSpA.22817719C',\n", + " 'author': ['Cakmak-Arslan, Gulgun',\n", + " 'Haksoy, Humeyra',\n", + " 'Goc-Rasgele, Pinar',\n", + " 'Kekecoglu, Meral'],\n", + " 'title': ['Determination of the dose-dependent toxic effects of mad honey on mouse liver using ATR-FTIR spectroscopy']},\n", + " {'bibcode': '1973PNAS...70..909G',\n", + " 'author': ['Gershon, Harriet', 'Gershon, David'],\n", + " 'title': ['Inactive Enzyme Molecules in Aging Mice: Liver Aldolase']},\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", + " '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': '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", + " 'title': ['Low-dose acetaminophen induces early disruption of cell-cell tight junctions in human hepatic cells and 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", + " 'title': ['Imaging gold nanoparticles in mouse liver by laser ablation inductively coupled plasma mass spectrometry']},\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", + " 'title': ['MacroH2A1 associates with nuclear lamina and maintains chromatin architecture in mouse liver cells']},\n", + " {'bibcode': '1985ToxIH...1..311P',\n", + " 'author': ['Pereira, Michael A.'],\n", + " 'title': ['Mouse Liver Tumor Data: Assessment of Carcinogenic Activity']},\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", + " 'title': ['Mouse liver injury induces hepatic macrophage FGF23 production']},\n", + " {'bibcode': '2013ToxIH..29..761T',\n", + " 'author': ['Tousson, Ehab',\n", + " 'Beltagy, Doha M.',\n", + " 'Gazia, Maha Abo',\n", + " 'Al-Behbehani, Bahija'],\n", + " 'title': ['Expressions of P53 and CD68 in mouse liver with Schistosoma mansoni infection and the protective role of silymarin']},\n", + " {'bibcode': '1978PNAS...75.3322H',\n", + " 'author': ['Henriksen, Ole', 'Robinson, Elizabeth A.', 'Appella, Ettore'],\n", + " 'title': ['Structural characterization of H-2 antigens purified from 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", + " 'title': ['A new class of protein biomarkers based on subcellular distribution: application to a mouse liver cancer model']},\n", + " {'bibcode': '2016NatSR...627665X',\n", + " 'author': ['Xie, Jieshi',\n", + " 'Yang, Le',\n", + " 'Tian, Lei',\n", + " 'Li, Weiyang',\n", + " 'Yang, Lin',\n", + " 'Li, Liying'],\n", + " 'title': ['Macrophage Migration Inhibitor Factor Upregulates MCP-1 Expression in an Autocrine Manner in Hepatocytes during Acute Mouse Liver Injury']},\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", + " 'title': ['Effect of cyanobacteria extract on some associated enzymes in mouse liver in vivo']},\n", + " {'bibcode': '2014MicST..25..303R',\n", + " 'author': ['Ramirez, Joaquin',\n", + " 'Periyakaruppan, Adaikkappan',\n", + " 'Sarkar, Shubhashish',\n", + " 'Ramesh, Govindarajan T.',\n", + " 'Sharma, S. Chidananda'],\n", + " 'title': ['Effect of Simulated Microgravity on the Activity of Regulatory Enzymes of Glycolysis and Gluconeogenesis in Mice Liver']},\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", + " 'title': ['Multi-omics reveals aging-related pathway in natural aging mouse liver']},\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", + " 'title': ['Mitochondrial ATP transporter depletion protects mice against liver steatosis and insulin resistance']},\n", + " {'bibcode': '2021zndo...4694749M',\n", + " 'author': ['Mrichter23', 'Laboratory, Martinez-Jimenez'],\n", + " 'title': ['snRNA-seq2 analysis pipeline']},\n", + " {'bibcode': '1974RSPSB.187..363G',\n", + " 'author': ['Graf, J.', 'Petersen, O. H.'],\n", + " 'title': ['Electrogenic Sodium Pump in Mouse Liver Parenchymal Cells']},\n", + " {'bibcode': '2011PhDT.......242L',\n", + " 'author': ['Lyons, Lyndon L.'],\n", + " 'title': ['Study of in vivo exposure of single-walled carbon nanotubes in 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", + " 'title': ['In vivo and in vitro effects of pentavalent antimony on mouse liver cytochrome P450s']},\n", + " {'bibcode': '1953Natur.172..671N',\n", + " 'author': ['Nossal, G. J. V.', 'de Burgh, P. M.'],\n", + " 'title': ['Growth Cycle of Ectromelia Virus in Mouse Liver']},\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", + " 'title': ['Two independent modes of chromatin organization revealed by cohesin removal']},\n", + " {'bibcode': '1961Natur.190..550C',\n", + " 'author': ['Colter, J. S.', 'Ellem, K. A. O.'],\n", + " 'title': ['Antigenicity of Deoxyribonucleic Acids from Mouse Liver and from the Ehrlich Ascites Tumour']},\n", + " {'bibcode': '1961Natur.190..372L',\n", + " 'author': ['Lyon, Mary F.'],\n", + " 'title': ['Gene Action in the X-chromosome of the Mouse (Mus musculus L.)']},\n", + " {'bibcode': '2007PMB....52..577D',\n", + " 'author': ['Dogdas, Belma',\n", + " 'Stout, David',\n", + " 'Chatziioannou, Arion F.',\n", + " 'Leahy, Richard M.'],\n", + " 'title': ['Digimouse: a 3D whole body mouse atlas from CT and cryosection data']},\n", + " {'bibcode': '2019DIB....2504112A',\n", + " 'author': ['Avtanski, Dimiter', 'Chen, Karin', 'Poretsky, Leonid'],\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': '1968Natur.220...76L',\n", + " 'author': ['Lesca, Pierre'],\n", + " 'title': ['Age Variations of Acid Deoxyribonuclease Activity in Mouse Liver Nuclei']},\n", + " {'bibcode': '2017JMoSt1149..128A',\n", + " 'author': ['Anusha, Chidambaram',\n", + " 'Sankar, Renu',\n", + " 'Varunkumar, Krishnamoorthy',\n", + " 'Sivasindhuja, Gnanasambantham',\n", + " 'Ravikumar, Vilwanathan'],\n", + " 'title': ['Fourier transform-infrared spectroscopy as a diagnostic tool for mosquito coil smoke inhalation toxicity in Swiss Albino mice']},\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", + " 'title': ['A Comprehensive Mouse Transcriptomic BodyMap across 17 Tissues by RNA-seq']},\n", + " {'bibcode': '2021FrCh....9..669G',\n", + " 'author': ['Geib, Timon',\n", + " 'Moghaddam, Ghazaleh',\n", + " 'Supinski, Aimee',\n", + " 'Golizeh, Makan',\n", + " 'Sleno, Lekha'],\n", + " 'title': ['Protein Targets of Acetaminophen Covalent Binding in Rat and Mouse Liver Studied by LC-MS/MS']},\n", + " {'bibcode': '1959Natur.183.1674N',\n", + " 'author': ['Narrod, Stuart A.',\n", + " 'Langan, Thomas A.',\n", + " 'Kaplan, Nathan O.',\n", + " 'Goldin, Abraham'],\n", + " 'title': ['Effect of Azaserine (o-Diazoacetyl-L- serine) on the Pyridine Nucleotide Levels of Mouse Liver']},\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", + " 'title': ['Lethal effect of the anti-Fas antibody in mice']},\n", + " {'bibcode': '1981PNAS...78.3697C',\n", + " 'author': ['Clissold, P. M.', 'Mason, P. J.', 'Bishop, J. O.'],\n", + " 'title': ['Comparison of poly(A)-mRNA prepared from membranes and free polyribosomes of 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", + " 'title': ['Generation of Pluripotent Stem Cells from Adult Mouse Liver and Stomach Cells']},\n", + " {'bibcode': '1971PNAS...68..411A',\n", + " 'author': ['Agranoff, Bernard W.', 'Hajra, Amiya K.'],\n", + " 'title': ['The Acyl Dihydroxyacetone Phosphate Pathway for Glycerolipid Biosynthesis in Mouse Liver and Ehrlich Ascites Tumor Cells']},\n", + " {'bibcode': '2018NatSR...8.1310R',\n", + " 'author': ['Rai, Ashutosh Kumar', 'Chaturvedi, Rupesh', 'Kumar, Ashok'],\n", + " 'title': ['Proteomic evidences for microcystin-RR-induced toxicological alterations in mice 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", + " 'title': ['Reusable bi-directional 3ω sensor to measure thermal conductivity of 100-μm thick biological tissues']},\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", + " 'title': ['CRISPR-mediated direct mutation of cancer genes in the mouse liver']},\n", + " {'bibcode': '1996Sci...274.1379C',\n", + " 'author': ['Cressman, Drew E.',\n", + " 'Greenbaum, Linda E.',\n", + " 'Deangelis, Robert A.',\n", + " 'Ciliberto, Gennaro',\n", + " 'Furth, Emma E.',\n", + " 'Poli, Valeria',\n", + " 'Taub, Rebecca'],\n", + " 'title': ['Liver Failure and Defective Hepatocyte Regeneration in Interleukin-6-Deficient Mice']},\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", + " 'title': ['Efficient rescue of integrated shuttle vectors from transgenic mice: a model for studying mutations in vivo.']},\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", + " 'title': ['Mouse strain-dependent variation in metabolic associated fatty liver disease (MAFLD): a comprehensive resource tool for pre-clinical studies']},\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", + " 'title': ['Chemical Chaperones Reduce ER Stress and Restore Glucose Homeostasis in a Mouse Model of Type 2 Diabetes']},\n", + " {'bibcode': '2008JNR....10..263W',\n", + " 'author': ['Wang, Bing',\n", + " 'Feng, Weiyue',\n", + " 'Wang, Meng',\n", + " 'Wang, Tiancheng',\n", + " 'Gu, Yiqun',\n", + " 'Zhu, Motao',\n", + " 'Ouyang, Hong',\n", + " 'Shi, Junwen',\n", + " 'Zhang, Fang',\n", + " 'Zhao, Yuliang',\n", + " 'Chai, Zhifang',\n", + " 'Wang, Haifang',\n", + " 'Wang, Jing'],\n", + " 'title': ['Acute toxicological impact of nano- and submicro-scaled zinc oxide powder on healthy adult mice']},\n", + " {'bibcode': '2022HETox..4111350Z',\n", + " 'author': ['Zhang, Di',\n", + " 'Zheng, Jiaming',\n", + " 'Qiu, Guobin',\n", + " 'Niu, Tongjuan',\n", + " 'Gong, Yuneng',\n", + " 'Cui, Sheng'],\n", + " 'title': ['CCl4 inhibits the expressions of hepatic taurine biosynthetic enzymes and taurine synthesis in the progression of mouse liver fibrosis']},\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", + " 'title': ['A Circadian Rhythm Orchestrated by Histone Deacetylase 3 Controls Hepatic Lipid Metabolism']},\n", + " {'bibcode': '2018NatCo...9.2784Z',\n", + " 'author': ['Zhao, Xin',\n", + " 'Guo, Baolin',\n", + " 'Wu, Hao',\n", + " 'Liang, Yongping',\n", + " 'Ma, Peter X.'],\n", + " 'title': ['Injectable antibacterial conductive nanocomposite cryogels with rapid shape recovery for noncompressible hemorrhage and wound healing']},\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", + " 'title': ['Poly(A)-tail profiling reveals an embryonic switch in translational control']},\n", + " {'bibcode': '1984JMagR..60..430R',\n", + " 'author': ['Rothman, D. L.',\n", + " 'Arias-Mendoza, F.',\n", + " 'Shulman, G. I.',\n", + " 'Shulman, R. G.'],\n", + " 'title': ['A pulse sequence for simplifying hydrogen NMR spectra of biological tissues']},\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", + " 'title': ['Requirement of DNase II for Definitive Erythropoiesis in the Mouse Fetal Liver']},\n", + " {'bibcode': '1995Sci...269.1427K',\n", + " 'author': ['Kuhn, Ralf',\n", + " 'Schwenk, Frieder',\n", + " 'Aguet, Michel',\n", + " 'Rajewsky, Klaus'],\n", + " 'title': ['Inducible Gene Targeting in Mice']},\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", + " 'title': ['Mouse liver repopulation with hepatocytes generated from human fibroblasts']},\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", + " 'title': ['Circadian and CLOCK-controlled regulation of the mouse transcriptome and cell proliferation']},\n", + " {'bibcode': '1994Natur.371..606J',\n", + " 'author': ['Jonsson, Jörgen',\n", + " 'Carlsson, Lena',\n", + " 'Edlund, Thomas',\n", + " 'Edlund, Helena'],\n", + " 'title': ['Insulin-promoter-factor 1 is required for pancreas development in mice']},\n", + " {'bibcode': '2017NRL....12..478J',\n", + " 'author': ['Jia, Xiaochuan', 'Wang, Shuo', 'Zhou, Lei', 'Sun, Li'],\n", + " 'title': ['The Potential Liver, Brain, and Embryo Toxicity of Titanium Dioxide Nanoparticles on Mice']},\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", + " 'title': ['CLOCK-mediated acetylation of BMAL1 controls circadian function']},\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", + " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\n", + " {'bibcode': '2018JPhCS1025a2043J',\n", + " 'author': ['Janika Sitasiwi, Agung',\n", + " 'Isdadiyanto, Sri',\n", + " 'Muflichatun Mardiati, Siti'],\n", + " 'title': ['Effect of ethanolic Neem (Azadirachta indica) leaf extract as an herb contraceptive on Hepato-somatic Index of the male mice (Mus musculus)']},\n", + " {'bibcode': '1999PNAS...96.1563P',\n", + " 'author': ['Podsypanina, Katrina',\n", + " 'Ellenson, Lora Hedrick',\n", + " 'Nemes, Adriana',\n", + " 'Gu, Jianguo',\n", + " 'Tamura, Masahito',\n", + " 'Yamada, Kenneth M.',\n", + " 'Cordon-Cardo, Carlos',\n", + " 'Catoretti, Giorgio',\n", + " 'Fisher, Peter E.',\n", + " 'Parsons, Ramon'],\n", + " 'title': ['Mutation of Pten/Mmac1 in Mice Causes Neoplasia in Multiple Organ Systems']},\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", + " 'title': ['Benzo[a]pyrene carcinogenicity is lost in mice lacking the aryl hydrocarbon receptor']},\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", + " 'title': ['The SCID-hu Mouse: Murine Model for the Analysis of Human Hematolymphoid Differentiation and Function']},\n", + " {'bibcode': '2015SciBu..60..336M',\n", + " 'author': ['Mani, Sarathi',\n", + " 'Li, Hongzhu',\n", + " 'Yang, Guangdong',\n", + " 'Wu, Lingyun',\n", + " 'Wang, Rui'],\n", + " 'title': ['Deficiency of cystathionine gamma-lyase and hepatic cholesterol accumulation during mouse fatty liver development']},\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", + " 'title': ['Multi-omics analysis of multiple missions to space reveal a theme of lipid dysregulation in mouse liver']},\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", + " 'title': ['Autophagy regulates lipid metabolism']},\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", + " 'title': ['Human occludin is a hepatitis C virus entry factor required for infection of mouse cells']},\n", + " {'bibcode': '2010EnTox..25...77W',\n", + " 'author': ['Wang, Xiao-Feng',\n", + " 'Lou, Xiao-Ming',\n", + " 'Shen, Ying',\n", + " 'Xing, Ming-Luan',\n", + " 'Xu, Li-Hong'],\n", + " 'title': ['Apoptotic‑related protein changes induced by hexavalent chromium in mice liver']},\n", + " {'bibcode': '2011PNAS..108.8943W',\n", + " 'author': ['Welsher, Kevin', 'Sherlock, Sarah P.', 'Dai, Hongjie'],\n", + " 'title': ['Deep-tissue anatomical imaging of mice using carbon nanotube fluorophores in the second near-infrared window']},\n", + " {'bibcode': '2003PNAS..10012027H',\n", + " 'author': ['Horton, Jay D.',\n", + " 'Shah, Nila A.',\n", + " 'Warrington, Janet A.',\n", + " 'Anderson, Norma N.',\n", + " 'Park, Sahng Wook',\n", + " 'Brown, Michael S.',\n", + " 'Goldstein, Joseph L.'],\n", + " 'title': ['Combined analysis of oligonucleotide microarray data from transgenic and knockout mice identifies direct SREBP target genes']},\n", + " {'bibcode': '2019AIPC.2108b0016N',\n", + " 'author': ['Nurdiana, Dantara, Tri Wahyudi Iman',\n", + " 'Syaban, Mokhamad Fahmi Rizki',\n", + " 'Mustafa, Siti Asyifa',\n", + " 'Ikhsani, Hanifah',\n", + " 'Syafitri, Febrinda Esti',\n", + " 'Hapsari, Novi Kurnia',\n", + " 'Khoirunnisa, Auliya'],\n", + " 'title': ['Efficacy and side effects studies of Bryophyllum pinnatum leaves ethanol extract in pristane-induced SLE BALB/c mice model']},\n", + " {'bibcode': '2001Sci...292.1728C',\n", + " 'author': ['Cho, Han',\n", + " 'Mu, James',\n", + " 'Kim, Jason K.',\n", + " 'Thorvaldsen, Joanne L.',\n", + " 'Chu, Qingwei',\n", + " 'Crenshaw, E. Bryan',\n", + " 'Kaestner, Klaus H.',\n", + " 'Bartolomei, Marisa S.',\n", + " 'Shulman, Gerald I.',\n", + " 'Birnbaum, Morris J.'],\n", + " 'title': ['Insulin Resistance and a Diabetes Mellitus-Like Syndrome in Mice Lacking the Protein Kinase Akt2 (PKBβ)']},\n", + " {'bibcode': '1968Natur.217..370P',\n", + " 'author': ['Pantelouris, E. M.'],\n", + " 'title': ['Absence of Thymus in a Mouse Mutant']},\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", + " 'title': ['Dramatic growth of mice that develop from eggs microinjected with metallothionein-growth hormone fusion genes']},\n", + " {'bibcode': '1981Natur.294...92C',\n", + " 'author': ['Costantini, Franklin', 'Lacy, Elizabeth'],\n", + " 'title': ['Introduction of a rabbit β-globin gene into the mouse germ line']},\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", + " 'title': ['In vivo genome editing using Staphylococcus aureus Cas9']},\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", + " 'title': ['Effects of ALT-801, a GLP-1 and glucagon receptor dual agonist, in a translational mouse model of non-alcoholic steatohepatitis']},\n", + " {'bibcode': '2005ToxIH..21..231Y',\n", + " 'author': ['Yilmaz, H. Ramazan', 'Yuksel, Esref'],\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': '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", + " 'title': ['Synthesis and structure elucidation of the human tRNA nucleoside mannosyl-queuosine']},\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", + " 'title': ['Metabolic profiling reveals a contribution of gut microbiota to fatty liver phenotype in insulin-resistant mice']},\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", + " 'title': ['Transcriptional Architecture and Chromatin Landscape of the Core Circadian Clock in Mammals']},\n", + " {'bibcode': '1995Sci...270..985W',\n", + " 'author': ['Waterhouse, Paul',\n", + " 'Penninger, Josef M.',\n", + " 'Timms, Emma',\n", + " 'Wakeham, Andrew',\n", + " 'Shahinian, Arda',\n", + " 'Lee, Kelvin P.',\n", + " 'Thompson, Craig B.',\n", + " 'Griesser, Henrik',\n", + " 'Mak, Tak W.'],\n", + " 'title': ['Lymphoproliferative Disorders with Early Lethality in Mice Deficient in Ctla-4']},\n", + " {'bibcode': '2013EnvMM..54..659B',\n", + " 'author': ['Banda, Malathi', 'Recio, Leslie', 'Parsons, Barbara L.'],\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': '2019NatCo..10..309Y',\n", + " 'author': ['Yimit, Askar',\n", + " 'Adebali, Ogun',\n", + " 'Sancar, Aziz',\n", + " 'Jiang, Yuchao'],\n", + " 'title': ['Differential damage and repair of DNA-adducts induced by anti-cancer drug cisplatin across mouse organs']},\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", + " 'title': ['Introns increase transcriptional efficiency in transgenic mice.']},\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", + " 'title': ['Mouse β 2-microglobulin cDNA Clones: A Screening Procedure for cDNA Clones Corresponding to Rare mRNAs']},\n", + " {'bibcode': '2020NatSR..1017593T',\n", + " 'author': ['Tsuru, Hiromi',\n", + " 'Osaka, Mizuko',\n", + " 'Hiraoka, Yuichi',\n", + " 'Yoshida, Masayuki'],\n", + " 'title': ['HFD-induced hepatic lipid accumulation and inflammation are decreased in Factor D deficient mouse']},\n", + " {'bibcode': '2022EnTox..37..362L',\n", + " 'author': ['Li, Ling',\n", + " 'Xu, Minjie',\n", + " 'He, Chao',\n", + " 'Wang, Hui',\n", + " 'Hu, Qinglian'],\n", + " 'title': ['Polystyrene nanoplastics potentiate the development of hepatic fibrosis in high fat diet fed mice']},\n", + " {'bibcode': '2019ApNan..10..879A',\n", + " 'author': ['Ahmed, Faizan',\n", + " 'Husain, Qayyum',\n", + " 'Ansari, Mohd Owais',\n", + " 'Shadab, G. G. H. A.'],\n", + " 'title': ['Antidiabetic and oxidative stress assessment of bio-enzymatically synthesized zinc oxide nanoformulation on streptozotocin-induced hyperglycemic mice']},\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", + " 'title': ['Spatial Transcriptomics to define transcriptional patterns of zonation and structural components in the mouse liver']},\n", + " {'bibcode': '1995Natur.376..167B',\n", + " 'author': ['Beg, Amer A.',\n", + " 'Sha, William C.',\n", + " 'Bronson, Roderick T.',\n", + " 'Ghosh, Sankar',\n", + " 'Baltimore, David'],\n", + " 'title': ['Embryonic lethality and liver degeneration in mice lacking the RelA component of NF-κB']},\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", + " 'title': ['The hepatotoxicity of multi-walled carbon nanotubes in mice']},\n", + " {'bibcode': '2009NRL.....4.1275M',\n", + " 'author': ['Ma, Linglan',\n", + " 'Zhao, Jinfang',\n", + " 'Wang, Jue',\n", + " 'Liu, Jie',\n", + " 'Duan, Yanmei',\n", + " 'Liu, Huiting',\n", + " 'Li, Na',\n", + " 'Yan, Jingying',\n", + " 'Ruan, Jie',\n", + " 'Wang, Han',\n", + " 'Hong, Fashui'],\n", + " 'title': ['The Acute Liver Injury in Mice Caused by Nano-Anatase TiO2']},\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", + " 'title': ['Defective propagation of signals generated by sympathetic nerve stimulation in the liver of connexin32-deficient mice.']},\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", + " 'title': ['Liver-specific inactivation of the Nrf1 gene in adult mouse leads to nonalcoholic steatohepatitis and hepatic neoplasia']},\n", + " {'bibcode': '2020JMoSt121528251C',\n", + " 'author': ['Charitou, George',\n", + " 'Tsertos, Charalambos',\n", + " 'Parpottas, Yiannis',\n", + " 'Kleanthous, Marina',\n", + " 'Lederer, Carsten W.',\n", + " 'Phylactides, Marios'],\n", + " 'title': ['Study of iron complexes in visceral organs and brain from a 57Fe enriched β-thalassaemia mouse model via Mössbauer spectroscopy']},\n", + " {'bibcode': '2008PNAS..10519378S',\n", + " 'author': ['Stratikopoulos, Elias',\n", + " 'Szabolcs, Matthias',\n", + " 'Dragatsis, Ioannis',\n", + " 'Klinakis, Apostolos',\n", + " 'Efstratiadis, Argiris'],\n", + " 'title': ['The hormonal action of IGF1 in postnatal mouse growth']},\n", + " {'bibcode': '2011NatNa...6..321Y',\n", + " 'author': ['Yamashita, Kohei',\n", + " 'Yoshioka, Yasuo',\n", + " 'Higashisaka, Kazuma',\n", + " 'Mimura, Kazuya',\n", + " 'Morishita, Yuki',\n", + " 'Nozaki, Masatoshi',\n", + " 'Yoshida, Tokuyuki',\n", + " 'Ogura, Toshinobu',\n", + " 'Nabeshi, Hiromi',\n", + " 'Nagano, Kazuya',\n", + " 'Abe, Yasuhiro',\n", + " 'Kamada, Haruhiko',\n", + " 'Monobe, Youko',\n", + " 'Imazawa, Takayoshi',\n", + " 'Aoshima, Hisae',\n", + " 'Shishido, Kiyoshi',\n", + " 'Kawai, Yuichi',\n", + " 'Mayumi, Tadanori',\n", + " 'Tsunoda, Shin-Ichi',\n", + " 'Itoh, Norio',\n", + " 'Yoshikawa, Tomoaki',\n", + " 'Yanagihara, Itaru',\n", + " 'Saito, Shigeru',\n", + " 'Tsutsumi, Yasuo'],\n", + " 'title': ['Silica and titanium dioxide nanoparticles cause pregnancy complications in mice']},\n", + " {'bibcode': '1976Natur.259..224R',\n", + " 'author': ['Raff, Martin C.', 'Megson, Mary'],\n", + " 'title': ['Early production of intracellular IgM by B-lymphocyte precursors in mouse']},\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", + " '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': '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", + " 'title': ['Epigenetic modulation of Fgf21 in the perinatal mouse liver ameliorates diet-induced obesity in adulthood']},\n", + " {'bibcode': '2005PNAS..102.5374R',\n", + " 'author': ['Rashid, Shirya',\n", + " 'Curtis, David E.',\n", + " 'Garuti, Rita',\n", + " 'Anderson, Norma N.',\n", + " 'Bashmakov, Yuriy',\n", + " 'Ho, Y. K.',\n", + " 'Hammer, Robert E.',\n", + " 'Moon, Young-Ah',\n", + " 'Horton, Jay D.'],\n", + " 'title': ['Decreased plasma cholesterol and hypersensitivity to statins in mice lacking Pcsk9']},\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", + " 'title': ['Biomedical terahertz imaging with a quantum cascade laser']},\n", + " {'bibcode': '2000Sci...287.1253R',\n", + " 'author': ['Rudolph, Karl Lenhard',\n", + " 'Chang, Sandy',\n", + " 'Millard, Melissa',\n", + " 'Schreiber-Agus, Nicole',\n", + " 'DePinho, Ronald A.'],\n", + " 'title': ['Inhibition of Experimental Liver Cirrhosis in Mice by Telomerase Gene Delivery']},\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", + " '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': '1991Natur.351..317K',\n", + " 'author': ['Kim, Chang-Min',\n", + " 'Koike, Kazuhiko',\n", + " 'Saito, Izumu',\n", + " 'Miyamura, Tatsuo',\n", + " 'Jay, Gilbert'],\n", + " 'title': ['HBx gene of hepatitis B virus induces liver cancer in transgenic mice']},\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", + " 'title': ['Reversal of defective lysosomal transport in NPC disease ameliorates liver dysfunction and neurodegeneration in the npc1−/− mouse']},\n", + " {'bibcode': '2010PNAS..10714508P',\n", + " 'author': ['Price, John C.',\n", + " 'Guan, Shenheng',\n", + " 'Burlingame, Alma',\n", + " 'Prusiner, Stanley B.',\n", + " 'Ghaemmaghami, Sina'],\n", + " 'title': ['Analysis of proteome dynamics in the mouse brain']},\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", + " 'title': ['Selective inhibitor of Wnt/β-catenin/CBP signaling ameliorates hepatitis C virus-induced liver fibrosis in mouse model']},\n", + " {'bibcode': '2001PNAS...9813266P',\n", + " 'author': ['Pritchard, Colin C.',\n", + " 'Hsu, Li',\n", + " 'Delrow, Jeffrey',\n", + " 'Nelson, Peter S.'],\n", + " 'title': ['Project normal: Defining normal variance in mouse gene expression']},\n", + " {'bibcode': '2007PNAS..104..979B',\n", + " 'author': ['Bäckhed, Fredrik',\n", + " 'Manchester, Jill K.',\n", + " 'Semenkovich, Clay F.',\n", + " 'Gordon, Jeffrey I.'],\n", + " 'title': ['From the Cover: Mechanisms underlying the resistance to diet-induced obesity in germ-free mice']},\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", + " 'title': ['Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n", + " {'bibcode': '2016NatSR...634989A',\n", + " 'author': ['Amenya, Hesbon Z.', 'Tohyama, Chiharu', 'Ohsako, Seiichiroh'],\n", + " 'title': ['Dioxin induces Ahr-dependent robust DNA demethylation of the Cyp1a1 promoter via Tdg in the mouse liver']},\n", + " {'bibcode': '2002JMMM..248..276H',\n", + " 'author': ['Halbreich, Avraham',\n", + " 'Groman, Ernest V.',\n", + " 'Raison, Danielle',\n", + " 'Bouchaud, Claude',\n", + " 'Paturance, Sébastien'],\n", + " 'title': ['Damage to the protein synthesizing apparatus in mouse liver in vivo by magnetocytolysis in the presence of hepatospecific magnetic nanoparticles']},\n", + " {'bibcode': '1997PNAS...94.1441Y',\n", + " 'author': ['Yamada, Yasuhiro',\n", + " 'Kirillova, Irina',\n", + " 'Peschon, Jacques J.',\n", + " 'Fausto, Nelson'],\n", + " 'title': ['Initiation of Liver Growth by Tumor Necrosis Factor: Deficient Liver Regeneration in Mice Lacking Type I Tumor Necrosis Factor Receptor']},\n", + " {'bibcode': '2019EnTox..34..878S',\n", + " 'author': ['Salimi, Ahmad',\n", + " 'Nikoosiar Jahromi, Mahnia',\n", + " 'Pourahmad, Jalal'],\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': '2001PNAS...98.8780N',\n", + " 'author': ['Nicolas, Gaël',\n", + " 'Bennoun, Myriam',\n", + " 'Devaux, Isabelle',\n", + " 'Beaumont, Carole',\n", + " 'Grandchamp, Bernard',\n", + " 'Kahn, Axel',\n", + " 'Vaulont, Sophie'],\n", + " 'title': ['From the Cover: Lack of hepcidin gene expression and severe tissue iron overload in upstream stimulatory factor 2 (USF2) knockout mice']},\n", + " {'bibcode': '1993Natur.364...64M',\n", + " 'author': ['Medvinsky, Alexander L.',\n", + " 'Samoylina, Nina L.',\n", + " 'Müller, Albrecht M.',\n", + " 'Dzierzak, Elaine A.'],\n", + " 'title': ['An early pre-liver intraembryonic source of CFU-S in the developing mouse']},\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", + " 'title': ['A noncoding RNA modulator potentiates phenylalanine metabolism in mice']},\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", + " 'title': ['Responses of Mouse Liver to Dechlorane Plus Exposure by Integrative Transcriptomic and Metabonomic Studies']},\n", + " {'bibcode': '1997PNAS...94..569Z',\n", + " 'author': ['Zhang, Dong-Er',\n", + " 'Zhang, Pu',\n", + " 'Wang, Nai-dy',\n", + " 'Hetherington, Christopher J.',\n", + " 'Darlington, Gretchen J.',\n", + " 'Tenen, Daniel G.'],\n", + " 'title': ['Absence of Granulocyte Colony-Stimulating Factor Signaling and Neutrophil Development in CCAAT Enhancer Binding Protein α -deficient Mice']},\n", + " {'bibcode': '2014PNAS..111E3297I',\n", + " 'author': ['Iwaisako, Keiko',\n", + " 'Jiang, Chunyan',\n", + " 'Zhang, Mingjun',\n", + " 'Cong, Min',\n", + " 'Moore-Morris, Thomas Joseph',\n", + " 'Park, Tae Jun',\n", + " 'Liu, Xiao',\n", + " 'Xu, Jun',\n", + " 'Wang, Ping',\n", + " 'Paik, Yong-Han',\n", + " 'Meng, Fanli',\n", + " 'Asagiri, Masataka',\n", + " 'Murray, Lynne A.',\n", + " 'Hofmann, Alan F.',\n", + " 'Iida, Takashi',\n", + " 'Glass, Christopher K.',\n", + " 'Brenner, David A.',\n", + " 'Kisseleva, Tatiana'],\n", + " 'title': ['Origin of myofibroblasts in the fibrotic liver in mice']},\n", + " {'bibcode': '2000PNAS...9710442L',\n", + " 'author': ['Lahvis, Garet P.',\n", + " 'Lindell, Susanne L.',\n", + " 'Thomas, Russell S.',\n", + " 'McCuskey, Robert S.',\n", + " 'Murphy, Christopher',\n", + " 'Glover, Edward',\n", + " 'Bentz, Michael',\n", + " 'Southard, James',\n", + " 'Bradfield, Christopher A.'],\n", + " 'title': ['Portosystemic shunting and persistent fetal vascular structures in aryl hydrocarbon receptor-deficient mice']},\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", + " 'title': ['Immune System Impairment and Hepatic Fibrosis in Mice Lacking the Dioxin- Binding Ah Receptor']},\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", + " 'title': ['Comparisons of the biodistribution and toxicological examinations after repeated intravenous administration of silver and gold nanoparticles in mice']},\n", + " {'bibcode': '2019NatCo..10.5694W',\n", + " 'author': ['Weber, Nicholas D.',\n", + " 'Odriozola, Leticia',\n", + " 'Martínez-García, Javier',\n", + " 'Ferrer, Veronica',\n", + " 'Douar, Anne',\n", + " 'Bénichou, Bernard',\n", + " 'González-Aseguinolaza, Gloria',\n", + " 'Smerdou, Cristian'],\n", + " 'title': ['Gene therapy for progressive familial intrahepatic cholestasis type 3 in a clinically relevant mouse model']},\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", + " 'title': ['Impact of spaceflight and artificial gravity on sulfur metabolism in mouse liver: sulfur metabolomic and transcriptomic analysis']},\n", + " {'bibcode': '1996Natur.382..635N',\n", + " 'author': ['Nagasawa, Takashi',\n", + " 'Hirota, Seiichi',\n", + " 'Tachibana, Kazunobu',\n", + " 'Takakura, Nobuyuki',\n", + " 'Nishikawa, Shin-Ichi',\n", + " 'Kitamura, Yukihiko',\n", + " 'Yoshida, Nobuaki',\n", + " 'Kikutani, Hitoshi',\n", + " 'Kishimoto, Tadamitsu'],\n", + " 'title': ['Defects of B-cell lymphopoiesis and bone-marrow myelopoiesis in mice lacking the CXC chemokine PBSF/SDF-1']},\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", + " 'title': ['Extensive and divergent circadian gene expression in liver and heart']},\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", + " 'title': ['Comparing distress of mouse models for liver damage']},\n", + " {'bibcode': '2023NatSR..1317067R',\n", + " 'author': ['Roy, Chandra N.',\n", + " 'Shu, Sherry T.',\n", + " 'Kline, Christopher',\n", + " 'Rigatti, Lora',\n", + " 'Smithgall, Thomas E.',\n", + " 'Ambrose, Zandrea'],\n", + " 'title': ['Use of pediatric thymus to humanize mice for HIV-1 mucosal transmission']},\n", + " {'bibcode': '2022NatCo..13.1516L',\n", + " 'author': ['Lee, Jaiwoo', 'Byun, Junho', 'Shim, Gayong', 'Oh, Yu-Kyoung'],\n", + " 'title': ['Fibroblast activation protein activated antifibrotic peptide delivery attenuates fibrosis in mouse models of liver fibrosis']},\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", + " 'title': ['Humanized mice with ectopic artificial liver tissues']},\n", + " {'bibcode': '2017NatSR...746687D',\n", + " 'author': ['Deng, Yongfeng',\n", + " 'Zhang, Yan',\n", + " 'Lemos, Bernardo',\n", + " 'Ren, Hongqiang'],\n", + " 'title': ['Tissue accumulation of microplastics in mice and biomarker responses suggest widespread health risks of exposure']},\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", + " 'title': ['A voxel-based mouse for internal dose calculations using Monte Carlo simulations (MCNP)']},\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", + " 'title': ['ApoE-Directed Therapeutics Rapidly Clear β-Amyloid and Reverse Deficits in AD Mouse Models']},\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", + " 'title': ['Mouse hepatocytes migrate to liver parenchyma and function indefinitely after intrasplenic transplantation.']},\n", + " {'bibcode': '2018NatSR...8.6789K',\n", + " 'author': ['Kim, Kook Hwan',\n", + " 'Kim, Seong Hun',\n", + " 'Han, Dai Hoon',\n", + " 'Jo, Young Suk',\n", + " 'Lee, Yong-ho',\n", + " 'Lee, Myung-Shik'],\n", + " 'title': ['Growth differentiation factor 15 ameliorates nonalcoholic steatohepatitis and related metabolic disorders in mice']},\n", + " {'bibcode': '2002PNAS...9913825Y',\n", + " 'author': ['Yang, Priscilla L.',\n", + " 'Althage, Alana',\n", + " 'Chung, Josan',\n", + " 'Chisari, Francis V.'],\n", + " 'title': ['Hydrodynamic injection of viral DNA: A mouse model of acute hepatitis B virus infection']},\n", + " {'bibcode': '1991PNAS...88.5533W',\n", + " 'author': ['Williams, Richard K.', 'Jiang, Gui-Sen', 'Holmes, Kathryn V.'],\n", + " 'title': ['Receptor for mouse hepatitis virus is a member of the carcinoembryonic antigen family of glycoproteins.']},\n", + " {'bibcode': '2006PNAS..10317862H',\n", + " 'author': ['Huang, Li-Rung',\n", + " 'Wu, Hui-Lin',\n", + " 'Chen, Pei-Jer',\n", + " 'Chen, Ding-Shinn'],\n", + " 'title': ['An immunocompetent mouse model for the tolerance of human chronic hepatitis B virus infection']},\n", + " {'bibcode': '1974Natur.249..361O',\n", + " 'author': ['Owen, John J. T.', 'Cooper, Max D.', 'Raff, Martin C.'],\n", + " 'title': [\"In vitro generation of B lymphocytes in mouse foetal liver, a mammalian `bursa equivalent'\"]},\n", + " {'bibcode': '1980Sci...209.1348L',\n", + " 'author': ['Liu, Chih-Ping',\n", + " 'Tucker, Philip W.',\n", + " 'Mushinski, J. Frederic',\n", + " 'Blattner, Frederick R.'],\n", + " 'title': ['Mapping of Heavy Chain Genes for Mouse Immunoglobulins M and D']},\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", + " 'title': ['Refined protocols of tamoxifen injection for inducible DNA recombination in mouse astroglia']},\n", + " {'bibcode': '2011PNAS..108.7890S',\n", + " 'author': ['Siggs, Owen M.',\n", + " 'Schnabl, Bernd',\n", + " 'Webb, Bill',\n", + " 'Beutler, Bruce'],\n", + " 'title': ['X-linked cholestasis in mouse due to mutations of the P4-ATPase ATP11C']},\n", + " {'bibcode': '2004PNAS..101.7088P',\n", + " 'author': ['Paterson, Janice M.',\n", + " 'Morton, Nicholas M.',\n", + " 'Fievet, Catherine',\n", + " 'Kenyon, Christopher J.',\n", + " 'Holmes, Megan C.',\n", + " 'Staels, Bart',\n", + " 'Seckl, Jonathan R.',\n", + " 'Mullins, John J.'],\n", + " 'title': ['Metabolic syndrome without obesity: Hepatic overexpression of 11β-hydroxysteroid dehydrogenase type 1 in transgenic mice']},\n", + " {'bibcode': '2022ApNan..12..193A',\n", + " 'author': ['Al-Ali, Ali A. A.',\n", + " 'Al-Tamimi, Shatha Q.',\n", + " 'Al-Maliki, Sami J.',\n", + " 'Abdullah, Mohd Azmuddin'],\n", + " 'title': ['Toxic effects of zinc oxide nanoparticles and histopathological and caspase-9 expression changes in the liver and lung tissues of male mice model']},\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", + " 'title': ['Improved prime editors enable pathogenic allele correction and cancer modelling in adult mice']},\n", + " {'bibcode': '2008OptCo.281.5480L',\n", + " 'author': ['Le Grand, Y.', 'Leray, A.', 'Guilbert, T.', 'Odin, C.'],\n", + " 'title': ['Non-descanned versus descanned epifluorescence collection in two-photon microscopy: Experiments and Monte Carlo simulations']},\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", + " 'title': ['Liver-targeted disruption of Apc in mice activates β-catenin signaling and leads to hepatocellular carcinomas']},\n", + " {'bibcode': '2016NatSR...638513G',\n", + " 'author': ['Gong, Huan',\n", + " 'Sun, Liang',\n", + " 'Chen, Beidong',\n", + " 'Han, Yiwen',\n", + " 'Pang, Jing',\n", + " 'Wu, Wei',\n", + " 'Qi, Ruomei',\n", + " 'Zhang, Tie-Mei'],\n", + " 'title': ['Evaluation of candidate reference genes for RT-qPCR studies in three metabolism related tissues of mice after caloric restriction']},\n", + " {'bibcode': '2018NatSR...8.6854W',\n", + " 'author': ['Wrzosek, Laura',\n", + " 'Ciocan, Dragos',\n", + " 'Borentain, Patrick',\n", + " 'Spatz, Madeleine',\n", + " 'Puchois, Virginie',\n", + " 'Hugot, Cindy',\n", + " 'Ferrere, Gladys',\n", + " 'Mayeur, Camille',\n", + " 'Perlemuter, Gabriel',\n", + " 'Cassard, Anne-Marie'],\n", + " 'title': ['Transplantation of human microbiota into conventional mice durably reshapes the gut microbiota']},\n", + " {'bibcode': '2015NatSR...5E7973L',\n", + " 'author': ['Liu, Min',\n", + " 'Xu, Lina',\n", + " 'Yin, Lianhong',\n", + " 'Qi, Yan',\n", + " 'Xu, Youwei',\n", + " 'Han, Xu',\n", + " 'Zhao, Yanyan',\n", + " 'Sun, Huijun',\n", + " 'Yao, Jihong',\n", + " 'Lin, Yuan',\n", + " 'Liu, Kexin',\n", + " 'Peng, Jinyong'],\n", + " 'title': ['Potent effects of dioscin against obesity in mice']},\n", + " {'bibcode': '2020NatSR..10.5713Z',\n", + " 'author': ['Zheng, Meilin',\n", + " 'Qin, Qizhong',\n", + " 'Zhou, Wenli',\n", + " 'Liu, Qin',\n", + " 'Zeng, Shaohua',\n", + " 'Xiao, Hong',\n", + " 'Bai, Qunhua',\n", + " 'Gao, Jieying'],\n", + " 'title': ['Metabolic disturbance in hippocampus and liver of mice: A primary response to imidacloprid exposure']},\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", + " 'title': ['Expression of a microinjected immunoglobulin gene in the spleen of transgenic mice']},\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", + " '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': '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", + " 'title': ['Single-cell spatial reconstruction reveals global division of labour in the mammalian liver']},\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", + " 'title': ['Exogenous exosomes from mice with acetaminophen-induced liver injury promote toxicity in the recipient hepatocytes and mice']},\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", + " 'title': ['Re-programming mouse liver-resident invariant natural killer T cells for suppressing hepatic and diabetogenic autoimmunity']},\n", + " {'bibcode': '1998Natur.391..900W',\n", + " 'author': ['Withers, Dominic J.',\n", + " 'Gutierrez, Julio Sanchez',\n", + " 'Towery, Heather',\n", + " 'Burks, Deborah J.',\n", + " 'Ren, Jian-Ming',\n", + " 'Previs, Stephen',\n", + " 'Zhang, Yitao',\n", + " 'Bernal, Dolores',\n", + " 'Pons, Sebastian',\n", + " 'Shulman, Gerald I.',\n", + " 'Bonner-Weir, Susan',\n", + " 'White, Morris F.'],\n", + " 'title': ['Disruption of IRS-2 causes type 2 diabetes in mice']},\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", + " 'title': ['Insulin-regulated hepatic gluconeogenesis through FOXO1-PGC-1α interaction']},\n", + " {'bibcode': '2018NatSR...813168A',\n", + " 'author': ['Anfuso, Beatrice',\n", + " 'El-Khobar, Korri E.',\n", + " 'Ie, Susan I.',\n", + " 'Avellini, Claudio',\n", + " 'Radillo, Oriano',\n", + " 'Raseni, Alan',\n", + " 'Tiribelli, Claudio',\n", + " 'Sukowati, Caecilia H. C.'],\n", + " 'title': ['Activation of hepatic stem cells compartment during hepatocarcinogenesis in a HBsAg HBV-transgenic mouse model']},\n", + " {'bibcode': '1970Natur.225..462W',\n", + " 'author': ['Wegmann, Thomas G.'],\n", + " 'title': ['Enzyme Patterns in Tetraparental Mouse Liver']},\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", + " 'title': ['Antifibrotic effect of pirfenidone in a mouse model of human nonalcoholic steatohepatitis']},\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", + " 'title': ['Visualizing fewer than 10 mouse T cells with an enhanced firefly luciferase in immunocompetent mouse models of cancer']},\n", + " {'bibcode': '2010NRL.....5..108L',\n", + " 'author': ['Li, Na',\n", + " 'Ma, Linglan',\n", + " 'Wang, Jue',\n", + " 'Zheng, Lei',\n", + " 'Liu, Jie',\n", + " 'Duan, Yanmei',\n", + " 'Liu, Huiting',\n", + " 'Zhao, Xiaoyang',\n", + " 'Wang, Sisi',\n", + " 'Wang, Han',\n", + " 'Hong, Fashui',\n", + " 'Xie, Yaning'],\n", + " 'title': ['Interaction Between Nano-Anatase TiO2 and Liver DNA from Mice In Vivo']},\n", + " {'bibcode': '1990Sci...250.1273Y',\n", + " 'author': ['Yokode, Masayuki',\n", + " 'Hammer, Robert E.',\n", + " 'Ishibashi, Shun',\n", + " 'Brown, Michael S.',\n", + " 'Goldstein, Joseph L.'],\n", + " 'title': ['Diet-Induced Hypercholesterolemia in Mice: Prevention by Overexpression of LDL Receptors']},\n", + " {'bibcode': '2002PNAS...99.4596N',\n", + " 'author': ['Nicolas, Gaël',\n", + " 'Bennoun, Myriam',\n", + " 'Porteu, Arlette',\n", + " 'Mativet, Sandrine',\n", + " 'Beaumont, Carole',\n", + " 'Grandchamp, Bernard',\n", + " 'Sirito, Mario',\n", + " 'Sawadogo, Michèle',\n", + " 'Kahn, Axel',\n", + " 'Vaulont, Sophie'],\n", + " 'title': ['Severe iron deficiency anemia in transgenic mice expressing liver hepcidin']},\n", + " {'bibcode': '1982PNAS...79.2172H',\n", + " 'author': ['Hannappel, Ewald',\n", + " 'Xu, -Jun, , Gen',\n", + " 'Morgan, James',\n", + " 'Hempstead, James',\n", + " 'Horecker, B. L.'],\n", + " 'title': ['Thymosin β 4: A Ubiquitous Peptide in Rat and Mouse Tissues']},\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", + " 'title': ['The Interplay of cis-Regulatory Elements Rules Circadian Rhythms in Mouse Liver']},\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", + " 'title': ['An HDAC3-PROX1 corepressor module acts on HNF4α to control hepatic triglycerides']},\n", + " {'bibcode': '2017NatSR...7.6224S',\n", + " 'author': ['Schenk, Arne',\n", + " 'Ghallab, Ahmed',\n", + " 'Hofmann, Ute',\n", + " 'Hassan, Reham',\n", + " 'Schwarz, Michael',\n", + " 'Schuppert, Andreas',\n", + " 'Schwen, Lars Ole',\n", + " 'Braeuning, Albert',\n", + " 'Teutonico, Donato',\n", + " 'Hengstler, Jan G.',\n", + " 'Kuepfer, Lars'],\n", + " 'title': ['Physiologically-based modelling in mice suggests an aggravated loss of clearance capacity after toxic liver damage']},\n", + " {'bibcode': '2001PNAS...98.5560L',\n", + " 'author': ['Lu, Shelly C.',\n", + " 'Alvarez, Luis',\n", + " 'Huang, Zong-Zhi',\n", + " 'Chen, Lixin',\n", + " 'An, Wei',\n", + " 'Corrales, Fernando J.',\n", + " 'Avila, Matías A.',\n", + " 'Kanel, Gary',\n", + " 'Mato, José M.'],\n", + " 'title': ['Methionine adenosyltransferase 1A knockout mice are predisposed to liver injury and exhibit increased expression of genes involved in proliferation']},\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", + " 'title': ['Mouse Model of Sanfilippo Syndrome Type B Produced by Targeted Disruption of the Gene Encoding α -N-acetylglucosaminidase']},\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", + " 'title': ['Tissue distribution and clearance kinetics of non-transferrin-bound iron in the hypotransferrinemic mouse: a rodent model for hemochromatosis.']},\n", + " {'bibcode': '1967Sci...157.1327F',\n", + " 'author': ['Fantoni, Antonio', 'Bank, Arthur', 'Marks, Paul A.'],\n", + " 'title': ['Globin Composition and Synthesis of Hemoglobins in Developing Fetal Mice Erythroid Cells']},\n", + " {'bibcode': '1998PNAS...95.5987H',\n", + " 'author': ['Horton, Jay D.',\n", + " 'Bashmakov, Yuriy',\n", + " 'Shimomura, Iichiro',\n", + " 'Shimano, Hitoshi'],\n", + " 'title': ['Regulation of Sterol Regulatory Element Binding Proteins in Livers of Fasted and Refed Mice']},\n", + " {'bibcode': '1999PNAS...96.7088S',\n", + " 'author': ['Sjögren, Klara',\n", + " 'Liu, Jun-Li',\n", + " 'Blad, Kristina',\n", + " 'Skrtic, Stanko',\n", + " 'Vidal, Olle',\n", + " 'Wallenius, Ville',\n", + " 'LeRoith, Derek',\n", + " 'Törnell, Jan',\n", + " 'Isaksson, Olle G. P.',\n", + " 'Jansson, John-Olov',\n", + " 'Ohlsson, Claes'],\n", + " 'title': ['Liver-Derived Insulin-Like Growth Factor I (IGF-I) Is the Principal Source of IGF-I in Blood but Is Not Required for Postnatal Body Growth in Mice']},\n", + " {'bibcode': '2003EnTox..18..243F',\n", + " 'author': ['Froscio, Suzanne M.',\n", + " 'Humpage, Andrew R.',\n", + " 'Burcham, Philip C.',\n", + " 'Falconer, Ian R.'],\n", + " 'title': ['Cylindrospermopsin‑induced protein synthesis inhibition and its dissociation from acute toxicity in mouse hepatocytes']},\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", + " 'title': ['Transcriptome profiling of mouse samples using nanopore sequencing of cDNA and RNA molecules']},\n", + " {'bibcode': '2017NatSR...7..957P',\n", + " 'author': ['Purhonen, Janne',\n", + " 'Rajendran, Jayasimman',\n", + " 'Mörgelin, Matthias',\n", + " 'Uusi-Rauva, Kristiina',\n", + " 'Katayama, Shintaro',\n", + " 'Krjutskov, Kaarel',\n", + " 'Einarsdottir, Elisabet',\n", + " 'Velagapudi, Vidya',\n", + " 'Kere, Juha',\n", + " 'Jauhiainen, Matti',\n", + " 'Fellman, Vineta',\n", + " 'Kallijärvi, Jukka'],\n", + " 'title': ['Ketogenic diet attenuates hepatopathy in mouse model of respiratory chain complex III deficiency caused by a Bcs1l mutation']},\n", + " {'bibcode': '2018Sci...359.1156M',\n", + " 'author': ['Manfredo Vieira, S.',\n", + " 'Hiltensperger, M.',\n", + " 'Kumar, V.',\n", + " 'Zegarra-Ruiz, D.',\n", + " 'Dehner, C.',\n", + " 'Khan, N.',\n", + " 'Costa, F. R. C.',\n", + " 'Tiniakou, E.',\n", + " 'Greiling, T.',\n", + " 'Ruff, W.',\n", + " 'Barbieri, A.',\n", + " 'Kriegel, C.',\n", + " 'Mehta, S. S.',\n", + " 'Knight, J. R.',\n", + " 'Jain, D.',\n", + " 'Goodman, A. L.',\n", + " 'Kriegel, M. A.'],\n", + " 'title': ['Translocation of a gut pathobiont drives autoimmunity in mice and humans']},\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", + " 'title': ['Introduction of foreign genes into tissues of living mice by DNA-coated microprojectiles.']},\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", + " 'title': ['From noncoding variant to phenotype via SORT1 at the 1p13 cholesterol locus']},\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", + " 'title': ['Multiplexed imaging of surface enhanced Raman scattering nanotags in living mice using noninvasive Raman spectroscopy']},\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", + " 'title': ['Senescence marker protein 30 functions as gluconolactonase in L-ascorbic acid biosynthesis, and its knockout mice are prone to scurvy']},\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", + " 'title': ['Cytosolic 10-formyltetrahydrofolate dehydrogenase regulates glycine metabolism in mouse liver']},\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", + " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\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", + " 'title': ['Transferrin receptor 2: Continued expression in mouse liver in the face of iron overload and in hereditary hemochromatosis']},\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", + " 'title': ['Integrative genomics identifies MCU as an essential component of the mitochondrial calcium uniporter']},\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", + " 'title': ['RNA-based translation activators for targeted gene upregulation']},\n", + " {'bibcode': '1973PNAS...70.3899B',\n", + " 'author': ['Bernstine, Edward G.',\n", + " 'Hooper, Martin L.',\n", + " 'Grandchamp, Simone',\n", + " 'Ephrussi, Boris'],\n", + " 'title': ['Alkaline Phosphatase Activity in Mouse Teratoma']},\n", + " {'bibcode': '2020NatSR..10.9704C',\n", + " 'author': ['Chikada, Hiromi',\n", + " 'Ida, Kinuyo',\n", + " 'Nishikawa, Yuji',\n", + " 'Inagaki, Yutaka',\n", + " 'Kamiya, Akihide'],\n", + " 'title': ['Liver-specific knockout of B cell lymphoma 6 suppresses progression of non-alcoholic steatohepatitis in mice']},\n", + " {'bibcode': '2018NatSR...810703C',\n", + " 'author': ['Chen, Jing',\n", + " 'Gálvez-Peralta, Marina',\n", + " 'Zhang, Xiang',\n", + " 'Deng, Jingyuan',\n", + " 'Liu, Zijuan',\n", + " 'Nebert, Daniel W.'],\n", + " 'title': ['In utero gene expression in the Slc39a8(neo/neo) knockdown mouse']},\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", + " 'title': ['Peripheral SMN restoration is essential for long-term rescue of a severe spinal muscular atrophy mouse model']},\n", + " {'bibcode': '2018NatSR...8..102O',\n", + " 'author': ['Oe, Yuji',\n", + " 'Ko, Mieko',\n", + " 'Fushima, Tomofumi',\n", + " 'Sato, Emiko',\n", + " 'Karumanchi, S. Ananth',\n", + " 'Sato, Hiroshi',\n", + " 'Sugawara, Junichi',\n", + " 'Ito, Sadayoshi',\n", + " 'Takahashi, Nobuyuki'],\n", + " 'title': ['Hepatic dysfunction and thrombocytopenia induced by excess sFlt1 in mice lacking endothelial nitric oxide synthase']},\n", + " {'bibcode': '2019NatSR...9..204K',\n", + " 'author': ['Kawashita, Eri',\n", + " 'Ishihara, Keiichi',\n", + " 'Nomoto, Madoka',\n", + " 'Taniguchi, Mika',\n", + " 'Akiba, Satoshi'],\n", + " 'title': ['A comparative analysis of hepatic pathological phenotypes in C57BL/6J and C57BL/6N mouse strains in non-alcoholic steatohepatitis models']},\n", + " {'bibcode': '1965Sci...149..981F',\n", + " 'author': ['Finlayson, J. S.',\n", + " 'Asofsky, R.',\n", + " 'Potter, M.',\n", + " 'Runner, C. C.'],\n", + " 'title': ['Major Urinary Protein Complex of Normal Mice: Origin']},\n", + " {'bibcode': '1992PNAS...89.1502I',\n", + " 'author': ['Ikuta, Koichi', 'Weissman, Irving L.'],\n", + " 'title': ['Evidence that hematopoietic stem cells express mouse c-kit but do not depend on steel factor for their generation.']},\n", + " {'bibcode': '1999Natur.401...73S',\n", + " 'author': ['Shimomura, Iichiro',\n", + " 'Hammer, Robert E.',\n", + " 'Ikemoto, Shinji',\n", + " 'Brown, Michael S.',\n", + " 'Goldstein, Joseph L.'],\n", + " 'title': ['Leptin reverses insulin resistance and diabetes mellitus in mice with congenital lipodystrophy']},\n", + " {'bibcode': '1963Natur.197.1106N',\n", + " 'author': ['Neifakh, S. A.', 'Kazakova, T. B.'],\n", + " 'title': ['Actomyosin-like Protein in Mitochondria of the Mouse Liver']},\n", + " {'bibcode': '2012PNAS..109.4320I',\n", + " 'author': ['Ishimoto, Takuji',\n", + " 'Lanaspa, Miguel A.',\n", + " 'Le, MyPhuong T.',\n", + " 'Garcia, Gabriela E.',\n", + " 'Diggle, Christine P.',\n", + " 'MacLean, Paul S.',\n", + " 'Jackman, Matthew R.',\n", + " 'Asipu, Aruna',\n", + " 'Roncal-Jimenez, Carlos A.',\n", + " 'Kosugi, Tomoki',\n", + " 'Rivard, Christopher J.',\n", + " 'Maruyama, Shoichi',\n", + " 'Rodriguez-Iturbe, Bernardo',\n", + " 'Sánchez-Lozada, Laura G.',\n", + " 'Bonthron, David T.',\n", + " 'Sautin, Yuri Y.',\n", + " 'Johnson, Richard J.'],\n", + " 'title': ['Opposing effects of fructokinase C and A isoforms on fructose-induced metabolic syndrome in mice']},\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", + " 'title': ['Assessing pharmacokinetics of indocyanine green in liver injury mice using dynamic diffuse fluorescence tomography system']},\n", + " {'bibcode': '2020NatSR..10.2565M',\n", + " 'author': ['Musolino, Vincenzo',\n", + " 'Gliozzi, Micaela',\n", + " 'Scarano, Federica',\n", + " 'Bosco, Francesca',\n", + " 'Scicchitano, Miriam',\n", + " 'Nucera, Saverio',\n", + " 'Carresi, Cristina',\n", + " 'Ruga, Stefano',\n", + " 'Zito, Maria Caterina',\n", + " 'Maiuolo, Jessica',\n", + " 'Macrı, Roberta',\n", + " 'Amodio, Nicola',\n", + " 'Juli, Giada',\n", + " 'Tassone, Pierfrancesco',\n", + " 'Mollace, Rocco',\n", + " 'Caffrey, Rebecca',\n", + " 'Marioneaux, Jonathon',\n", + " 'Walker, Ross',\n", + " 'Ehrlich, James',\n", + " 'Palma, Ernesto',\n", + " 'Muscoli, Carolina',\n", + " 'Bedossa, Pierre',\n", + " 'Salvemini, Daniela',\n", + " 'Mollace, Vincenzo',\n", + " 'Sanyal, Arun J.'],\n", + " 'title': ['Bergamot Polyphenols Improve Dyslipidemia and Pathophysiological Features in a Mouse Model of Non-Alcoholic Fatty Liver Disease']},\n", + " {'bibcode': '1998PNAS...9514395S',\n", + " 'author': ['Starr, Robyn',\n", + " 'Metcalf, Donald',\n", + " 'Elefanty, Andrew G.',\n", + " 'Brysha, Marta',\n", + " 'Willson, Tracy A.',\n", + " 'Nicola, Nicos A.',\n", + " 'Hilton, Douglas J.',\n", + " 'Alexander, Warren S.'],\n", + " 'title': ['Liver Degeneration and Lymphoid Deficiencies in Mice Lacking Suppressor of Cytokine Signaling-1']},\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", + " 'title': ['Para-aortic splanchnopleura from early mouse embryos contains B1a cell progenitors']},\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", + " 'title': ['Time of feeding and the intrinsic circadian clock drive rhythms in hepatic gene expression']},\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", + " 'title': ['Gut Microbiota-Derived Short Chain Fatty Acids Induce Circadian Clock Entrainment in Mouse Peripheral Tissue']},\n", + " {'bibcode': '2009PLoSO...4.6909H',\n", + " 'author': ['Hirao, Akiko',\n", + " 'Tahara, Yu',\n", + " 'Kimura, Ichiro',\n", + " 'Shibata, Shigenobu'],\n", + " 'title': ['A Balanced Diet Is Necessary for Proper Entrainment Signals of the Mouse Liver Clock']},\n", + " {'bibcode': '2001PNAS...9810630C',\n", + " 'author': ['Cao, Shelley X.',\n", + " 'Dhahbi, Joseph M.',\n", + " 'Mote, Patricia L.',\n", + " 'Spindler, Stephen R.'],\n", + " 'title': ['Genomic profiling of short- and long-term caloric restriction effects in the liver of aging mice']},\n", + " {'bibcode': '2020NatSR..1020105Z',\n", + " 'author': ['Zhang, Zhiying',\n", + " 'Hu, Kaiwen',\n", + " 'Miyake, Kentaro',\n", + " 'Kiyuna, Tasuku',\n", + " 'Oshiro, Hiromichi',\n", + " 'Wangsiricharoen, Sintawat',\n", + " 'Kawaguchi, Kei',\n", + " 'Higuchi, Takashi',\n", + " 'Razmjooei, Sahar',\n", + " 'Miyake, Masuyo',\n", + " 'Chawla, Sant P.',\n", + " 'Singh, Shree Ram',\n", + " 'Hoffman, Robert M.'],\n", + " 'title': ['A novel patient-derived orthotopic xenograft (PDOX) mouse model of highly-aggressive liver metastasis for identification of candidate effective drug-combinations']},\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", + " 'title': ['Effects of Perfluorooctanoic Acid on Metabolic Profiles in Brain and Liver of Mouse Revealed by a High-throughput Targeted Metabolomics Approach']},\n", + " {'bibcode': '1974Sci...183..208R',\n", + " 'author': ['Riely, Caroline A.', 'Cohen, Gerald', 'Lieberman, Morris'],\n", + " 'title': ['Ethane Evolution: A New Index of Lipid Peroxidation']},\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", + " 'title': ['Humanized liver TK-NOG mice with functional deletion of hepatic murine cytochrome P450s as a model for studying human drug metabolism']},\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", + " 'title': ['The commonly used antimicrobial additive triclosan is a liver tumor promoter']},\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", + " 'title': ['Liver X receptors regulate hepatic F4/80+CD11b+ Kupffer cells/macrophages and innate immune responses in mice']},\n", + " {'bibcode': '2011Nanot..22e5101L',\n", + " 'author': ['Lu, Xiaoyan',\n", + " 'Tian, Yu',\n", + " 'Zhao, Qinqin',\n", + " 'Jin, Tingting',\n", + " 'Xiao, Shun',\n", + " 'Fan, Xiaohui'],\n", + " 'title': ['Integrated metabonomics analysis of the size-response relationship of silica nanoparticles-induced toxicity in mice']},\n", + " {'bibcode': '2014cosp...40E1902L',\n", + " 'author': ['Lv, Ke', 'Qu, Lina'],\n", + " 'title': ['Influence of simulated microgravity on clock genes expression rhythmicity and underlying blood circulating miRNAs-mRNA co-expression regulatory mechanism in C57BL/6J mice']},\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", + " 'title': ['Gene Expression Profiles in Mouse Liver Cells after Exposure to Different Types of Radiation']},\n", + " {'bibcode': '2022NatCo..13.1025G',\n", + " 'author': ['Gao, Huanqing',\n", + " 'Zhou, Liang',\n", + " 'Zhong, Yiming',\n", + " 'Ding, Zhen',\n", + " 'Lin, Sixiong',\n", + " 'Hou, Xiaoting',\n", + " 'Zhou, Xiaoqian',\n", + " 'Shao, Jie',\n", + " 'Yang, Fan',\n", + " 'Zou, Xuenong',\n", + " 'Cao, Huiling',\n", + " 'Xiao, Guozhi'],\n", + " 'title': ['Kindlin-2 haploinsufficiency protects against fatty liver by targeting Foxo1 in mice']},\n", + " {'bibcode': '1993Natur.365..179H',\n", + " 'author': ['Hilberg, Frank',\n", + " 'Aguzzi, Adriano',\n", + " 'Howells, Norma',\n", + " 'Wagner, Erwin F.'],\n", + " 'title': ['c-Jun is essential for normal mouse development and hepatogenesis']},\n", + " {'bibcode': '2020AIPA...10k5009F',\n", + " 'author': ['Fang, Zheng', 'Zhong, Shuo', 'Hu, Weifeng', 'Cheng, Siyuan'],\n", + " 'title': ['Mouse livers machine learning identification based on hyperspectral x-ray computed tomography reconstructed x-ray absorption spectra']},\n", + " {'bibcode': '1995Sci...267.1506M',\n", + " 'author': ['Motoyama, Noboru',\n", + " 'Wang, Fanping',\n", + " 'Roth, Kevin A.',\n", + " 'Sawa, Hirofumi',\n", + " 'Nakayama, Kei-Ichi',\n", + " 'Nakayama, Keiko',\n", + " 'Negishi, Izumi',\n", + " 'Senju, Satoru',\n", + " 'Zhang, Qing',\n", + " 'Fujii, Satoshi',\n", + " 'Loh, Dennis Y.'],\n", + " 'title': ['Massive Cell Death of Immature Hematopoietic Cells and Neurons in Bcl-x- Deficient Mice']},\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", + " 'title': ['Dysfunction of lipid sensor GPR120 leads to obesity in both mouse and human']},\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", + " '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': '1998PNAS...95.9448M',\n", + " 'author': ['Ma, Qing',\n", + " 'Jones, Dan',\n", + " 'Borghesani, Paul R.',\n", + " 'Segal, Rosalind A.',\n", + " 'Nagasawa, Takashi',\n", + " 'Kishimoto, Tadamitsu',\n", + " 'Bronson, Roderick T.',\n", + " 'Springer, Timothy A.'],\n", + " 'title': ['Impaired B-Lymphopoiesis, Myelopoiesis, and Derailed Cerebellar Neuron Migration in CXCR4- and SDF-1-Deficient Mice']},\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", + " 'title': ['From the Cover: PNAS Plus: Antiplatelet therapy prevents hepatocellular carcinoma and improves survival in a mouse model of chronic hepatitis B']},\n", + " {'bibcode': '2004PNAS..101.8852M',\n", + " 'author': ['McClung, James P.',\n", + " 'Roneker, Carol A.',\n", + " 'Mu, Weipeng',\n", + " 'Lisk, Donald J.',\n", + " 'Langlais, Paul',\n", + " 'Liu, Feng',\n", + " 'Lei, Xin Gen'],\n", + " 'title': ['Development of insulin resistance and obesity in mice overexpressing cellular glutathione peroxidase']},\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", + " 'title': ['Study of interparticle interaction in conjugates of magnetic nanoparticles injected into mice']},\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", + " 'title': ['Mitochondrial Disease in Mouse Results in Increased Oxidative Stress']},\n", + " {'bibcode': '2002PNAS...99.5622T',\n", + " 'author': ['Trinder, Debbie',\n", + " 'Olynyk, John K.',\n", + " 'Sly, William S.',\n", + " 'Morgan, Evan H.'],\n", + " 'title': ['Iron uptake from plasma transferrin by the duodenum is impaired in the Hfe knockout mouse']},\n", + " {'bibcode': '2016NatSR...624399Y',\n", + " 'author': ['Yang, Gabsik', 'Lee, Hye Eun', 'Lee, Joo Young'],\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': '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", + " 'title': ['Imaging and differentiation of mouse embryo tissues by ToF-SIMS']},\n", + " {'bibcode': '2006Natur.441..537G',\n", + " 'author': ['Grimm, Dirk',\n", + " 'Streetz, Konrad L.',\n", + " 'Jopling, Catherine L.',\n", + " 'Storm, Theresa A.',\n", + " 'Pandey, Kusum',\n", + " 'Davis, Corrine R.',\n", + " 'Marion, Patricia',\n", + " 'Salazar, Felix',\n", + " 'Kay, Mark A.'],\n", + " 'title': ['Fatality in mice due to oversaturation of cellular microRNA/short hairpin RNA pathways']},\n", + " {'bibcode': '2021NatSR..11.7132A',\n", + " 'author': ['Arévalo, A. P.',\n", + " 'Pagotto, R.',\n", + " 'Pórfido, J. L.',\n", + " 'Daghero, H.',\n", + " 'Segovia, M.',\n", + " 'Yamasaki, K.',\n", + " 'Varela, B.',\n", + " 'Hill, M.',\n", + " 'Verdes, J. M.',\n", + " 'Duhalde Vega, M.',\n", + " 'Bollati-Fogolín, M.',\n", + " 'Crispo, M.'],\n", + " 'title': ['Ivermectin reduces in vivo coronavirus infection in a mouse experimental model']},\n", + " {'bibcode': '2014ANSNN...5b5009L',\n", + " 'author': ['Luan Le, Quang',\n", + " 'Phuong Linh Do, Thi',\n", + " 'Phuong Uyen Nguyen, Huynh',\n", + " 'Phu Dang, Van',\n", + " 'Hien Nguyen, Quoc'],\n", + " 'title': ['Biodistribution of gold nanoparticles synthesized by γ-irradiation after intravenous administration in mice']},\n", + " {'bibcode': '2011NatSR...1E.134H',\n", + " 'author': ['Houtkooper, Riekelt H.',\n", + " 'Argmann, Carmen',\n", + " 'Houten, Sander M.',\n", + " 'Cantó, Carles',\n", + " 'Jeninga, Ellen H.',\n", + " 'Andreux, Pénélope A.',\n", + " 'Thomas, Charles',\n", + " 'Doenlen, Raphaël',\n", + " 'Schoonjans, Kristina',\n", + " 'Auwerx, Johan'],\n", + " 'title': ['The metabolic footprint of aging in mice']},\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", + " 'title': ['Peritumoral activation of the Hippo pathway effectors YAP and TAZ suppresses liver cancer in mice']},\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", + " 'title': ['Kupffer cell-dependent TNF-α signaling mediates injury in the arterialized small-for-size liver transplantation in the mouse']},\n", + " {'bibcode': '2021AIPC.2353c0095J',\n", + " 'author': ['Jannah, Fita Nur',\n", + " 'Anggraini, Putri Diyah',\n", + " 'Gofur, Abdul',\n", + " 'Lestari, Sri Rahayu'],\n", + " 'title': ['The prevention of single bulb garlic extract on non-alcoholic fatty liver disease (NAFLD) in high fat mice (Mus musculus) model']},\n", + " {'bibcode': '2008PNAS..105.6531J',\n", + " 'author': ['Jayasooriya, Anura P.',\n", + " 'Mathai, Michael L.',\n", + " 'Walker, Lesley L.',\n", + " 'Begg, Denovan P.',\n", + " 'Denton, Derek A.',\n", + " 'Cameron-Smith, David',\n", + " 'Egan, Gary F.',\n", + " 'McKinley, Michael J.',\n", + " 'Rodger, Paula D.',\n", + " 'Sinclair, Andrew J.',\n", + " 'Wark, John D.',\n", + " 'Weisinger, Harrison S.',\n", + " 'Jois, Mark',\n", + " 'Weisinger, Richard S.'],\n", + " 'title': ['Mice lacking angiotensin-converting enzyme have increased energy expenditure, with reduced fat mass and improved glucose clearance']},\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", + " 'title': ['In vitro expansion of single Lgr5+ liver stem cells induced by Wnt-driven regeneration']},\n", + " {'bibcode': '2018NatSR...816173N',\n", + " 'author': ['Nishitsuji, Kazuchika',\n", + " 'Watanabe, Syunsuke',\n", + " 'Xiao, Jinzhong',\n", + " 'Nagatomo, Ryosuke',\n", + " 'Ogawa, Hirohisa',\n", + " 'Tsunematsu, Takaaki',\n", + " 'Umemoto, Hitomi',\n", + " 'Morimoto, Yuki',\n", + " 'Akatsu, Hiroyasu',\n", + " 'Inoue, Koichi',\n", + " 'Tsuneyama, Koichi'],\n", + " 'title': ['Effect of coffee or coffee components on gut microbiome and short-chain fatty acids in a mouse model of metabolic syndrome']},\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", + " 'title': ['Detection and identification of activated oncogenes in spontaneously occurring benign and malignant hepatocellular tumors of the B6C3F1 mouse.']},\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", + " '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': '2021NatSR..11.5637S',\n", + " 'author': ['Sampson, Catherine M.',\n", + " 'Dimet, Andrea L.',\n", + " 'Neelakantan, Harshini',\n", + " 'Ogunseye, Kehinde O.',\n", + " 'Stevenson, Heather L.',\n", + " 'Hommel, Jonathan D.',\n", + " 'Watowich, Stanley J.'],\n", + " 'title': ['Combined nicotinamide N-methyltransferase inhibition and reduced-calorie diet normalizes body composition and enhances metabolic benefits in obese mice']},\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", + " 'title': ['Biodegradation of Magnetic Nanoparticles in Mouse Liver From Combined Analysis of Mössbauer and Magnetization Data']},\n", + " {'bibcode': '2004PNAS..10110422U',\n", + " 'author': ['Ueki, Kohjiro',\n", + " 'Kondo, Tatsuya',\n", + " 'Tseng, Yu-Hua',\n", + " 'Kahn, C. Ronald'],\n", + " 'title': ['Central role of suppressors of cytokine signaling proteins in hepatic steatosis, insulin resistance, and the metabolic syndrome in the mouse']},\n", + " {'bibcode': '1966RSPSB.165...61C',\n", + " 'author': ['Craigie, J.'],\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': '1997PNAS...94..961S',\n", + " 'author': ['Schubbert, Rainer',\n", + " 'Renz, Doris',\n", + " 'Schmitz, Birgit',\n", + " 'Doerfler, Walter'],\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': '2002PNAS...99..377B',\n", + " 'author': ['Bhaumik, S.', 'Gambhir, S. S.'],\n", + " 'title': ['Optical imaging of Renilla luciferase reporter gene expression in living mice']},\n", + " {'bibcode': '2002PNAS...9916881W',\n", + " 'author': ['Wang, Xinhe',\n", + " 'Kiyokawa, Hiroaki',\n", + " 'Dennewitz, Margaret B.',\n", + " 'Costa, Robert H.'],\n", + " 'title': ['The Forkhead Box m1b transcription factor is essential for hepatocyte DNA replication and mitosis during mouse liver regeneration']},\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", + " 'title': ['Diversity of Alpha-Fetoprotein Gene Expression in Mice is Generated by a Combination of Separate Enhancer Elements']},\n", + " {'bibcode': '1991PNAS...88.9402S',\n", + " 'author': ['Seiffert, Dietmar',\n", + " 'Keeton, Mark',\n", + " 'Eguchi, Yutaka',\n", + " 'Sawdey, Mike',\n", + " 'Loskutoff, David J.'],\n", + " 'title': ['Detection of vitronectin mRNA in tissues and cells of the mouse.']},\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", + " 'title': ['High susceptibility to fatty liver disease in two-pore channel 2-deficient mice']},\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", + " 'title': ['Somatic integration of an oncogene-harboring Sleeping Beauty transposon models liver tumor development in the mouse']},\n", + " {'bibcode': '2001PNAS...98.2278K',\n", + " 'author': ['Kokoszka, Jason E.',\n", + " 'Coskun, Pinar',\n", + " 'Esposito, Luke A.',\n", + " 'Wallace, Douglas C.'],\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': '1995PNAS...9211608Y',\n", + " 'author': ['Yang, Baoli',\n", + " 'Kirby, Suzanne',\n", + " 'Lewis, Jada',\n", + " 'Detloff, Peter J.',\n", + " 'Maeda, Nobuyo',\n", + " 'Smithies, Oliver'],\n", + " 'title': ['A Mouse Model for β^0-Thalassemia']},\n", + " {'bibcode': '2009Sci...325..100Z',\n", + " 'author': ['Zelcer, Noam',\n", + " 'Hong, Cynthia',\n", + " 'Boyadjian, Rima',\n", + " 'Tontonoz, Peter'],\n", + " 'title': ['LXR Regulates Cholesterol Uptake Through Idol-Dependent Ubiquitination of the LDL Receptor']},\n", + " {'bibcode': '1999PNAS...96.3906W',\n", + " 'author': ['Wang, Lili',\n", + " 'Takabe, Kazuaki',\n", + " 'Bidlingmaier, Scott M.',\n", + " 'Ill, Charles R.',\n", + " 'Verma, Inder M.'],\n", + " 'title': ['Sustained Correction of Bleeding Disorder in Hemophilia B Mice by Gene Therapy']},\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", + " 'title': ['The ADP/ATP translocator is not essential for the mitochondrial permeability transition pore']},\n", + " {'bibcode': '1981Sci...213..559P',\n", + " 'author': ['Prohaska, Joseph R.', 'Lukasewycz, Omelan A.'],\n", + " 'title': ['Copper Deficiency Suppresses the Immune Response of Mice']},\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", + " 'title': ['Tonsil-derived Mesenchymal Stem Cells Ameliorate CCl4-induced Liver Fibrosis in Mice via Autophagy Activation']},\n", + " {'bibcode': '2020NatSR..10.3386T',\n", + " 'author': ['Tiwari, Shuchita',\n", + " 'Mishra, Manish',\n", + " 'Salemi, Michelle R.',\n", + " 'Phinney, Brett S.',\n", + " 'Newens, Joanne L.',\n", + " 'Gomes, Aldrin V.'],\n", + " 'title': ['Gender-specific changes in energy metabolism and protein degradation as major pathways affected in livers of mice treated with ibuprofen']},\n", + " {'bibcode': '2003Natur.421..177E',\n", + " 'author': ['Etchegaray, Jean-Pierre',\n", + " 'Lee, Choogon',\n", + " 'Wade, Paul A.',\n", + " 'Reppert, Steven M.'],\n", + " 'title': ['Rhythmic histone acetylation underlies transcription in the mammalian circadian clock']},\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", + " 'title': ['Molecular hydrogen protects against ischemia-reperfusion injury in a mouse fatty liver model via regulating HO-1 and Sirt1 expression']},\n", + " {'bibcode': '1997PNAS...9410663S',\n", + " 'author': ['Shi, Zengdun', 'Wakil, Adil E.', 'Rockey, Don C.'],\n", + " 'title': ['Strain-Specific Differences in Mouse Hepatic Wound Healing are Mediated by Divergent T Helper Cytokine Responses']},\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", + " 'title': ['Feedback modulation of cholesterol metabolism by the lipid-responsive non-coding RNA LeXis']},\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", + " 'title': ['Spatiotemporal regulation of liver development by the Wnt/β-catenin pathway']},\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", + " 'title': ['De novo formation of the biliary system by TGFβ-mediated hepatocyte transdifferentiation']},\n", + " {'bibcode': '2014SPIE.9038E..1UW',\n", + " 'author': ['Wuttisarnwattana, Patiwet',\n", + " 'Raza, Syed A.',\n", + " 'Eid, Saada',\n", + " 'Cooke, Kenneth R.',\n", + " 'Wilson, David L.'],\n", + " 'title': ['Novel T lymphocyte proliferation assessment using whole mouse cryo-imaging']},\n", + " {'bibcode': '2019ScTEn.655.1334Z',\n", + " 'author': ['Zhang, Rui', 'Zhang, Xun', 'Gao, Sichen', 'Liu, Rutao'],\n", + " 'title': ['Assessing the in vitro and in vivo toxicity of ultrafine carbon black to mouse liver']},\n", + " {'bibcode': '2018NatSR...815256B',\n", + " 'author': ['Bijnen, Mitchell',\n", + " 'Beelen, Nicky',\n", + " 'Wetzels, Suzan',\n", + " 'Gaar, José van de',\n", + " 'Vroomen, Maria',\n", + " 'Wijnands, Erwin',\n", + " 'Scheijen, Jean L.',\n", + " 'van de Waarenburg, Marjo P. H.',\n", + " 'Gijbels, Marion J.',\n", + " 'Cleutjens, Jack P.',\n", + " 'Biessen, Erik A. L.',\n", + " 'Stehouwer, Coen D. A.',\n", + " 'Schalkwijk, Casper G.',\n", + " 'Wouters, Kristiaan'],\n", + " 'title': ['RAGE deficiency does not affect non-alcoholic steatohepatitis and atherosclerosis in Western type diet-fed Ldlr-/- mice']},\n", + " {'bibcode': '1991PNAS...88.7595A',\n", + " 'author': ['Agrawal, Sudhir', 'Temsamani, Jamal', 'Tang, Jin Yan'],\n", + " 'title': ['Pharmacokinetics, biodistribution, and stability of oligodeoxynucleotide phosphorothioates in mice.']},\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", + " 'title': ['Extensive oxidative DNA damage in hepatocytes of transgenic mice with chronic active hepatitis destined to develop hepatocellular carcinoma.']},\n", + " {'bibcode': '1994PNAS...91.9151V',\n", + " 'author': ['Valera, Alfons',\n", + " 'Pujol, Anna',\n", + " 'Pelegrin, Mireia',\n", + " 'Bosch, Fatima'],\n", + " 'title': ['Transgenic mice overexpressing phosphoenolpyruvate carboxykinase develop non-insulin-dependent diabetes mellitus.']},\n", + " {'bibcode': '2009PNAS..10615956C',\n", + " 'author': ['Carbrey, Jennifer M.',\n", + " 'Song, Linhua',\n", + " 'Zhou, Yao',\n", + " 'Yoshinaga, Masafumi',\n", + " 'Rojek, Aleksandra',\n", + " 'Wang, Yiding',\n", + " 'Liu, Yangjian',\n", + " 'Lujan, Heidi L.',\n", + " 'DiCarlo, Stephen E.',\n", + " 'Nielsen, Søren',\n", + " 'Rosen, Barry P.',\n", + " 'Agre, Peter',\n", + " 'Mukhopadhyay, Rita'],\n", + " 'title': ['Reduced arsenic clearance and increased toxicity in aquaglyceroporin-9-null mice']},\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", + " 'title': ['Mechanosensing by β1 integrin induces angiocrine signals for liver growth and survival']},\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", + " 'title': ['Characterization of hepatic lipid profiles in a mouse model with nonalcoholic steatohepatitis and subsequent fibrosis']},\n", + " {'bibcode': '2017NatCo...8...39B',\n", + " 'author': ['Barzi, Mercedes',\n", + " 'Pankowicz, Francis P.',\n", + " 'Zorman, Barry',\n", + " 'Liu, Xing',\n", + " 'Legras, Xavier',\n", + " 'Yang, Diane',\n", + " 'Borowiak, Malgorzata',\n", + " 'Bissig-Choisat, Beatrice',\n", + " 'Sumazin, Pavel',\n", + " 'Li, Feng',\n", + " 'Bissig, Karl-Dimiter'],\n", + " 'title': ['A novel humanized mouse lacking murine P450 oxidoreductase for studying human drug metabolism']},\n", + " {'bibcode': '2020NatSR..1011956B',\n", + " 'author': ['Bonhoure, Nicolas',\n", + " 'Praz, Viviane',\n", + " 'Moir, Robyn D.',\n", + " 'Willemin, Gilles',\n", + " 'Mange, François',\n", + " 'Moret, Catherine',\n", + " 'Willis, Ian M.',\n", + " 'Hernandez, Nouria'],\n", + " 'title': ['MAF1 is a chronic repressor of RNA polymerase III transcription in the mouse']},\n", + " {'bibcode': '2017NatCo...8.1646S',\n", + " 'author': ['Sun, Ramon C.',\n", + " 'Fan, Teresa W. -M.',\n", + " 'Deng, Pan',\n", + " 'Higashi, Richard M.',\n", + " 'Lane, Andrew N.',\n", + " 'Le, Anh-Thu',\n", + " 'Scott, Timothy L.',\n", + " 'Sun, Qiushi',\n", + " 'Warmoes, Marc O.',\n", + " 'Yang, Ye'],\n", + " 'title': ['Noninvasive liquid diet delivery of stable isotopes into mouse models for deep metabolic network tracing']},\n", + " {'bibcode': '2017NatSR...715532W',\n", + " 'author': ['Wang, Wei',\n", + " 'Yao, Li-Jia',\n", + " 'Shen, Weifeng',\n", + " 'Ding, Kai',\n", + " 'Shi, Pei-Mei',\n", + " 'Chen, Fei',\n", + " 'He, Jin',\n", + " 'Ding, Jin',\n", + " 'Zhang, Xin',\n", + " 'Xie, Wei-Fen'],\n", + " 'title': ['FOXA2 alleviates CCl4-induced liver fibrosis by protecting hepatocytes in mice']},\n", + " {'bibcode': '2007PNAS..10420507B',\n", + " 'author': ['Bissig, Karl-Dimiter',\n", + " 'Le, Tam T.',\n", + " 'Woods, Niels-Bjarne',\n", + " 'Verma, Inder M.'],\n", + " 'title': ['Repopulation of adult and neonatal mice with human hepatocytes: A chimeric animal model']},\n", + " {'bibcode': '2016NatSR...630111K',\n", + " 'author': ['Kim, Kyung Eun',\n", + " 'Jung, Youngae',\n", + " 'Min, Soonki',\n", + " 'Nam, Miso',\n", + " 'Heo, Rok Won',\n", + " 'Jeon, Byeong Tak',\n", + " 'Song, Dae Hyun',\n", + " 'Yi, Chin-Ok',\n", + " 'Jeong, Eun Ae',\n", + " 'Kim, Hwajin',\n", + " 'Kim, Jeonghyun',\n", + " 'Jeong, Seon-Yong',\n", + " 'Kwak, Woori',\n", + " 'Ryu, Do Hyun',\n", + " 'Horvath, Tamas L.',\n", + " 'Roh, Gu Seob',\n", + " 'Hwang, Geum-Sook'],\n", + " 'title': ['Caloric restriction of db/db mice reverts hepatic steatosis and body weight with divergent hepatic metabolism']},\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", + " 'title': ['Caspase 8 small interfering RNA prevents acute liver failure in mice']},\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", + " 'title': ['Increased levels of forkhead box M1B transcription factor in transgenic mouse hepatocytes prevent age-related proliferation defects in regenerating liver']},\n", + " {'bibcode': '2002JMMM..252..367L',\n", + " 'author': ['Lacava, L. M.',\n", + " 'Lacava, Z. G. M.',\n", + " 'Azevedo, R. B.',\n", + " 'Chaves, S. B.',\n", + " 'Garcia, V. A. P.',\n", + " 'Silva, O.',\n", + " 'Pelegrini, F.',\n", + " 'Buske, N.',\n", + " 'Gansau, C.',\n", + " 'Da Silva, M. F.',\n", + " 'Morais, P. C.'],\n", + " 'title': ['Use of magnetic resonance to study biodistribution of dextran-coated magnetic fluid intravenously administered in mice']},\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", + " 'title': ['Toxicity of Tetrabromobisphenol A and Its Derivative in the Mouse Liver Following Oral Exposure at Environmentally Relevant Levels']},\n", + " {'bibcode': '2017NatSR...7.7096L',\n", + " 'author': ['Lathan, Rashida',\n", + " 'Simon-Chazottes, Dominique',\n", + " 'Jouvion, Grégory',\n", + " 'Godon, Ophélie',\n", + " 'Malissen, Marie',\n", + " 'Flamand, Marie',\n", + " 'Bruhns, Pierre',\n", + " 'Panthier, Jean-Jacques'],\n", + " 'title': ['Innate Immune Basis for Rift Valley Fever Susceptibility in Mouse Models']},\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", + " 'title': [\"Two 3' Sequences Direct Adult Erythroid-Specific Expression of Human β -globin Genes in Transgenic Mice\"]},\n", + " {'bibcode': '1996PNAS...93.9126K',\n", + " 'author': ['Kieran, Mark W.',\n", + " 'Perkins, Andrew C.',\n", + " 'Orkin, Stuart H.',\n", + " 'Zon, Leonard I.'],\n", + " 'title': ['Thrombopoietin rescues in vitro erythroid colony formation from mouse embryos lacking the erythropoietin receptor.']},\n", + " {'bibcode': '1996Natur.380..711S',\n", + " 'author': ['Schilham, Marco W.',\n", + " 'Oosterwegel, Mariëtte A.',\n", + " 'Moerer, Petra',\n", + " 'Ya, Jing',\n", + " 'de Boer, Piet A. J.',\n", + " 'van de Wetering, Marc',\n", + " 'Verbeek, Sjef',\n", + " 'Lamers, Wouter H.',\n", + " 'Kruisbeek, Ada M.',\n", + " 'Cumano, Ana',\n", + " 'Clevers, Hans'],\n", + " 'title': ['Defects in cardiac outflow tract formation and pro-B-lymphocyte expansion in mice lacking Sox-4']},\n", + " {'bibcode': '2000PNAS...97.4156M',\n", + " 'author': ['Minowa, Osamu',\n", + " 'Arai, Tsuyoshi',\n", + " 'Hirano, Masanori',\n", + " 'Monden, Yoshiaki',\n", + " 'Nakai, Shigeyasu',\n", + " 'Fukuda, Mayuko',\n", + " 'Itoh, Masaki',\n", + " 'Takano, Hiroshi',\n", + " 'Hippou, Yoshitaka',\n", + " 'Aburatani, Hiroyuki',\n", + " 'Masumura, Ken-ichi',\n", + " 'Nohmi, Takehiko',\n", + " 'Nishimura, Susumu',\n", + " 'Noda, Tetsuo'],\n", + " 'title': ['Mmh/Ogg1 gene inactivation results in accumulation of 8-hydroxyguanine in mice']},\n", + " {'bibcode': '2012PMB....57.6063W',\n", + " 'author': ['Wang, Hongkai',\n", + " 'Stout, David B.',\n", + " 'Taschereau, Richard',\n", + " 'Gu, Zheng',\n", + " 'Vu, Nam T.',\n", + " 'Prout, David L.',\n", + " 'Chatziioannou, Arion F.'],\n", + " 'title': ['MARS: a mouse atlas registration system based on a planar x-ray projector and an optical camera']},\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", + " 'title': ['Mice Mutant for Glucokinase Regulatory Protein Exhibit Decreased Liver Glucokinase: A Sequestration Mechanism in Metabolic Regulation']},\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", + " 'title': ['Circadian Clock Control by SUMOylation of BMAL1']},\n", + " {'bibcode': '2015JBO....20g6012K',\n", + " 'author': ['Kopriva, Ivica',\n", + " 'Hadžija, Marijana Popović',\n", + " 'Hadžija, Mirko',\n", + " 'Aralica, Gorana'],\n", + " 'title': ['Offset-sparsity decomposition for automated enhancement of color microscopic image of stained specimen in histopathology']},\n", + " {'bibcode': '1993Sci...261.1733R',\n", + " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", + " 'title': ['Induction by EGF and Interferon-γ of Tyrosine Phosphorylated DNA Binding Proteins in Mouse Liver Nuclei']},\n", + " {'bibcode': '1993PNAS...90.2812H',\n", + " 'author': ['Herz, Joachim', 'Gerard, Robert D.'],\n", + " 'title': ['Adenovirus-mediated transfer of low density lipoprotein receptor gene acutely accelerates cholesterol clearance in normal mice.']},\n", + " {'bibcode': '2023NatSR..13.9475K',\n", + " 'author': ['Kim, Myungsuk',\n", + " 'Huda, M. Nazmul',\n", + " 'Evans, Levi W.',\n", + " 'Que, Excel',\n", + " 'Gertz, Erik R.',\n", + " 'Maeda-Smithies, Nobuyo',\n", + " 'Bennett, Brian J.'],\n", + " 'title': ['Integrative analysis of hepatic transcriptional profiles reveals genetic regulation of atherosclerosis in hyperlipidemic Diversity Outbred-F1 mice']},\n", + " {'bibcode': '2017NatSR...712488D',\n", + " 'author': ['Deol, Poonamjot',\n", + " 'Fahrmann, Johannes',\n", + " 'Yang, Jun',\n", + " 'Evans, Jane R.',\n", + " 'Rizo, Antonia',\n", + " 'Grapov, Dmitry',\n", + " 'Salemi, Michelle',\n", + " 'Wanichthanarak, Kwanjeera',\n", + " 'Fiehn, Oliver',\n", + " 'Phinney, Brett',\n", + " 'Hammock, Bruce D.',\n", + " 'Sladek, Frances M.'],\n", + " 'title': ['Omega-6 and omega-3 oxylipins are implicated in soybean oil-induced obesity in mice']},\n", + " {'bibcode': '2014Nanos...7..625Y',\n", + " 'author': ['Yang, Lin',\n", + " 'Kuang, Huijuan',\n", + " 'Zhang, Wanyi',\n", + " 'Aguilar, Zoraida P.',\n", + " 'Xiong, Yonghua',\n", + " 'Lai, Weihua',\n", + " 'Xu, Hengyi',\n", + " 'Wei, Hua'],\n", + " 'title': ['Size dependent biodistribution and toxicokinetics of iron oxide magnetic nanoparticles in mice']},\n", + " {'bibcode': '1980Sci...209.1128N',\n", + " 'author': ['Newell, Nanette',\n", + " 'Richards, Julia E.',\n", + " 'Tucker, Philip W.',\n", + " 'Blattner, Frederick R.'],\n", + " 'title': ['J Genes for Heavy Chain Immunoglobulins of Mouse']},\n", + " {'bibcode': '2007PNAS..10416480C',\n", + " 'author': ['Choi, Cheol Soo',\n", + " 'Savage, David B.',\n", + " 'Abu-Elheiga, Lutfi',\n", + " 'Liu, Zhen-Xiang',\n", + " 'Kim, Sheene',\n", + " 'Kulkarni, Ameya',\n", + " 'Distefano, Alberto',\n", + " 'Hwang, Yu-Jin',\n", + " 'Reznick, Richard M.',\n", + " 'Codella, Roberto',\n", + " 'Zhang, Dongyan',\n", + " 'Cline, Gary W.',\n", + " 'Wakil, Salih J.',\n", + " 'Shulman, Gerald I.'],\n", + " 'title': ['Continuous fat oxidation in acetyl CoA carboxylase 2 knockout mice increases total energy expenditure, reduces fat mass, and improves insulin sensitivity']},\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", + " 'title': ['Establishment of repeated liver biopsy technique in experimental mice']},\n", + " {'bibcode': '2019OExpr..2726014H',\n", + " 'author': ['Huang, Pingjie',\n", + " 'Cao, Yuqi',\n", + " 'Chen, Jiani',\n", + " 'Ge, Weiting',\n", + " 'Hou, Dibo',\n", + " 'Zhang, Guangxin'],\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", + " 'title': ['Association of H-2 Antigens with the Cell Membrane Fraction of Mouse Liver']},\n", + " {'bibcode': '2000Natur.406..902T',\n", + " 'author': ['Tanaka, Yoshitaka',\n", + " 'Guhde, Gundula',\n", + " 'Suter, Anke',\n", + " 'Eskelinen, Eeva-Liisa',\n", + " 'Hartmann, Dieter',\n", + " 'Lüllmann-Rauch, Renate',\n", + " 'Janssen, Paul M. L.',\n", + " 'Blanz, Judith',\n", + " 'von Figura, Kurt',\n", + " 'Saftig, Paul'],\n", + " 'title': ['Accumulation of autophagic vacuoles and cardiomyopathy in LAMP-2-deficient mice']},\n", + " {'bibcode': '1997PNAS...9413087E',\n", + " 'author': ['Engelward, Bevin P.',\n", + " 'Weeda, Geert',\n", + " 'Wyatt, Michael D.',\n", + " 'Broekhof, José L. M.',\n", + " 'de Wit, Jan',\n", + " 'Donker, Ingrid',\n", + " 'Allan, James M.',\n", + " 'Gold, Barry',\n", + " 'Hoeijmakers, Jan H. J.',\n", + " 'Samson, Leona D.'],\n", + " 'title': ['Base Excision Repair Deficient Mice Lacking the Aag Alkyladenine DNA Glycosylase']},\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", + " 'title': ['Gene Expression Profiles in Mouse Liver after Long-Term Low-Dose-Rate Irradiation with Gamma Rays']},\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", + " 'title': ['Contribution and Mobilization of Mesenchymal Stem Cells in a mouse model of carbon tetrachloride-induced liver fibrosis']},\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", + " 'title': ['Antidiabetic and antisteatotic effects of the selective fatty acid synthase (FAS) inhibitor platensimycin in mouse models of diabetes']},\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", + " 'title': ['Astaxanthin prevents and reverses diet-induced insulin resistance and steatohepatitis in mice: A comparison with vitamin E']},\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", + " 'title': ['Development and rescue of human familial hypercholesterolaemia in a xenograft mouse model']},\n", + " {'bibcode': '2020JMoSt120827895W',\n", + " 'author': ['Wang, Xia',\n", + " 'Huo, Xiu-zhu',\n", + " 'Liu, Zhe',\n", + " 'Yang, Ran',\n", + " 'Zeng, Hua-jin'],\n", + " 'title': ['Investigations on the anti-aging activity of polysaccharides from Chinese yam and their regulation on klotho gene expression in mice']},\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", + " 'title': ['Dynamic tracking and identification of tissue-specific secretory proteins in the circulation of live 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", + " 'title': ['Function of GATA Factors in the Adult Mouse Liver']},\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", + " 'title': ['Pathogenesis of emerging severe fever with thrombocytopenia syndrome virus in C57/BL6 mouse model']},\n", + " {'bibcode': '2017NatSR...7..714T',\n", + " 'author': ['Thiele, Nina D.',\n", + " 'Wirth, Jan W.',\n", + " 'Steins, David',\n", + " 'Koop, Anja C.',\n", + " 'Ittrich, Harald',\n", + " 'Lohse, Ansgar W.',\n", + " 'Kluwe, Johannes'],\n", + " 'title': ['TIMP-1 is upregulated, but not essential in hepatic fibrogenesis and carcinogenesis in mice']},\n", + " {'bibcode': '2022NatSR..1222273Z',\n", + " 'author': ['Zangerolamo, Lucas',\n", + " 'Carvalho, Marina',\n", + " 'Barssotti, Leticia',\n", + " 'Soares, Gabriela M.',\n", + " 'Marmentini, Carine',\n", + " 'Boschero, Antonio C.',\n", + " 'Barbosa, Helena Cristina L.'],\n", + " 'title': ['The bile acid TUDCA reduces age-related hyperinsulinemia 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", + " 'title': ['Disparate metabolic response to fructose feeding between different mouse strains']},\n", + " {'bibcode': '2021NatSR..11.3599S',\n", + " 'author': ['Sakamoto, Hiroki',\n", + " 'Miyanishi, Koji',\n", + " 'Tanaka, Shingo',\n", + " 'Ito, Ryo',\n", + " 'Hamaguchi, Kota',\n", + " 'Sakurada, Akira',\n", + " 'Sato, Masanori',\n", + " 'Kubo, Tomohiro',\n", + " 'Osuga, Takahiro',\n", + " 'Murase, Kazuyuki',\n", + " 'Takada, Kohichi',\n", + " 'Nakabeppu, Yusaku',\n", + " 'Kobune, Masayoshi',\n", + " 'Kato, Junji'],\n", + " 'title': ['MUTYH is associated with hepatocarcinogenesis in a non-alcoholic steatohepatitis mouse model']},\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", + " 'title': ['Versatile Ti3C2Tx MXene for free-radical scavenging']},\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", + " 'title': ['Activity of Δ 8- and Δ 9-Tetrahydrocannabinol and Related Compounds in the Mouse']},\n", + " {'bibcode': '1979Natur.281...74L',\n", + " 'author': ['Lipsich, Leah Ann', 'Kates, Joseph R.', 'Lucas, Joseph J.'],\n", + " 'title': ['Expression of a liver-specific function by mouse fibroblast nuclei transplanted into rat hepatoma cytoplasts']},\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", + " 'title': ['Coenzyme Q10 Ameliorates potassium cyanide-induced toxicosis in a mouse model']},\n", + " {'bibcode': '2018Natur.558..301Q',\n", + " 'author': ['Que, Xuchu',\n", + " 'Hung, Ming-Yow',\n", + " 'Yeang, Calvin',\n", + " 'Gonen, Ayelet',\n", + " 'Prohaska, Thomas A.',\n", + " 'Sun, Xiaoli',\n", + " 'Diehl, Cody',\n", + " 'Määttä, Antti',\n", + " 'Gaddis, Dalia E.',\n", + " 'Bowden, Karen',\n", + " 'Pattison, Jennifer',\n", + " 'MacDonald, Jeffrey G.',\n", + " 'Ylä-Herttuala, Seppo',\n", + " 'Mellon, Pamela L.',\n", + " 'Hedrick, Catherine C.',\n", + " 'Ley, Klaus',\n", + " 'Miller, Yury I.',\n", + " 'Glass, Christopher K.',\n", + " 'Peterson, Kirk L.',\n", + " 'Binder, Christoph J.',\n", + " 'Tsimikas, Sotirios',\n", + " 'Witztum, Joseph L.'],\n", + " 'title': ['Oxidized phospholipids are proinflammatory and proatherogenic in hypercholesterolaemic mice']},\n", + " {'bibcode': '2022SciBu..67..733W',\n", + " 'author': ['Wei, Siying',\n", + " 'Li, Chenchen',\n", + " 'Luo, Xuemei',\n", + " 'Yang, Lanzexin',\n", + " 'Yu, Long',\n", + " 'Wang, Qintao',\n", + " 'Meng, Zhuo-Xian',\n", + " 'Wang, Tao',\n", + " 'Chen, Yan'],\n", + " 'title': ['Intermittent protein restriction protects islet β cells and improves glucose homeostasis in diabetic mice']},\n", + " {'bibcode': '2015ApNan...5..937A',\n", + " 'author': ['Arockia John Paul, J.', 'Karunai Selvi, B.', 'Karmegam, N.'],\n", + " 'title': ['Biosynthesis of silver nanoparticles from Premna serratifolia L. leaf and its anticancer activity in CCl4-induced hepato-cancerous Swiss albino mice']},\n", + " {'bibcode': '2020JPhCS1445a2018A',\n", + " 'author': ['Akhmad Husen, Saikhu',\n", + " 'Hary Kalqutny, Septian',\n", + " 'Ansori, Arif Nur Muhammad',\n", + " 'Joko Kuncoroningrat Susilo, Raden',\n", + " 'Khaleyla, Firas',\n", + " 'Winarni, Dwi'],\n", + " 'title': ['Hepato-Renal Protective Effects of Mangosteen (Garcinia mangostana L.) Pericarp Extract in Streptozotocin-induced Diabetic Mice']},\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", + " 'title': ['GREB1 induced by Wnt signaling promotes development of hepatoblastoma by suppressing TGFβ signaling']},\n", + " {'bibcode': '2020NatCo..11.1344J',\n", + " 'author': ['Jabs, Sabrina',\n", + " 'Biton, Anne',\n", + " 'Bécavin, Christophe',\n", + " 'Nahori, Marie-Anne',\n", + " 'Ghozlane, Amine',\n", + " 'Pagliuso, Alessandro',\n", + " 'Spanò, Giulia',\n", + " 'Guérineau, Vincent',\n", + " 'Touboul, David',\n", + " 'Giai Gianetto, Quentin',\n", + " 'Chaze, Thibault',\n", + " 'Matondo, Mariette',\n", + " 'Dillies, Marie-Agnès',\n", + " 'Cossart, Pascale'],\n", + " 'title': ['Impact of the gut microbiota on the m6A epitranscriptome of mouse cecum and liver']},\n", + " {'bibcode': '1993PNAS...90.8088M',\n", + " 'author': ['Michalska, Anna E.', 'Choo, K. H. Andy'],\n", + " 'title': ['Targeting and germ-line transmission of a null mutation at the metallothionein I and II loci in mouse.']},\n", + " {'bibcode': '2018NatSR...8..188Y',\n", + " 'author': ['Yang, Xu',\n", + " 'Fujisawa, Masayoshi',\n", + " 'Yoshimura, Teizo',\n", + " 'Ohara, Toshiaki',\n", + " 'Sato, Miwa',\n", + " 'Mino, Megumi',\n", + " 'San, Thar Htet',\n", + " 'Gao, Tong',\n", + " 'Kunkel, Steven L.',\n", + " 'Matsukawa, Akihiro'],\n", + " 'title': ['Spred2 Deficiency Exacerbates D-Galactosamine/Lipopolysaccharide -induced Acute Liver Injury in Mice via Increased Production of TNFα']},\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", + " 'title': ['Vitamin E reduces chromosomal damage and inhibits hepatic tumor formation in a transgenic mouse model']},\n", + " {'bibcode': '2010Nanot..21q5101Z',\n", + " 'author': ['Zhang, Danying',\n", + " 'Deng, Xiaoyong',\n", + " 'Ji, Zongfei',\n", + " 'Shen, Xizhong',\n", + " 'Dong, Ling',\n", + " 'Wu, Minghong',\n", + " 'Gu, Taoying',\n", + " 'Liu, Yuanfang'],\n", + " 'title': ['Long-term hepatotoxicity of polyethylene-glycol functionalized multi-walled carbon nanotubes in mice']},\n", + " {'bibcode': '1990RadR..124..227M',\n", + " 'author': ['Majo, V. Di', 'Coppola, M.', 'Rebessi, S.', 'Covelli, V.'],\n", + " 'title': ['Age-Related Susceptibility of Mouse Liver to Induction of Tumors by Neutrons']},\n", + " {'bibcode': '2014INL.....4..113A',\n", + " 'author': ['Ajdari, Marziyeh', 'Ziaee Ghahnavieh, Marziyeh'],\n", + " 'title': ['Histopathology effects of nickel nanoparticles on lungs, liver, and spleen tissues in male mice']},\n", + " {'bibcode': '2018NatSR...8.8417B',\n", + " 'author': ['Bégay, Valérie',\n", + " 'Baumeier, Christian',\n", + " 'Zimmermann, Karin',\n", + " 'Heuser, Arnd',\n", + " 'Leutz, Achim'],\n", + " 'title': ['The C/EBPβ LIP isoform rescues loss of C/EBPβ function in the mouse']},\n", + " {'bibcode': '1998PNAS...9515382G',\n", + " 'author': ['Garabedian, Emily M.',\n", + " 'Humphrey, Peter A.',\n", + " 'Gordon, Jeffrey I.'],\n", + " 'title': ['A Transgenic Mouse Model of Metastatic Prostate Cancer Originating from Neuroendocrine Cells']},\n", + " {'bibcode': '2002PNAS...99.7604J',\n", + " 'author': ['Joseph, Sean B.',\n", + " 'McKilligin, Elaine',\n", + " 'Pei, Liming',\n", + " 'Watson, Michael A.',\n", + " 'Collins, Alan R.',\n", + " 'Laffitte, Bryan A.',\n", + " 'Chen, Mingyi',\n", + " 'Noh, Grace',\n", + " 'Goodman, Joanne',\n", + " 'Hagger, Graham N.',\n", + " 'Tran, Jonathan',\n", + " 'Tippin, Tim K.',\n", + " 'Wang, Xuping',\n", + " 'Lusis, Aldons J.',\n", + " 'Hsueh, Willa A.',\n", + " 'Law, Ronald E.',\n", + " 'Collins, Jon L.',\n", + " 'Willson, Timothy M.',\n", + " 'Tontonoz, Peter'],\n", + " 'title': ['Synthetic LXR ligand inhibits the development of atherosclerosis in mice']},\n", + " {'bibcode': '2017NatSR...7.6120T',\n", + " 'author': ['Tu, Lan N.',\n", + " 'Showalter, Megan R.',\n", + " 'Cajka, Tomas',\n", + " 'Fan, Sili',\n", + " 'Pillai, Viju V.',\n", + " 'Fiehn, Oliver',\n", + " 'Selvaraj, Vimal'],\n", + " 'title': ['Metabolomic characteristics of cholesterol-induced non-obese nonalcoholic fatty liver disease in mice']},\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", + " 'title': ['Experimental infection model for Sin Nombre hantavirus in the deer mouse (Peromyscus maniculatus)']},\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", + " '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': '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", + " 'title': ['Hyperammonemia in gene-targeted mice lacking functional hepatic glutamine synthetase']},\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", + " 'title': ['Chronic Active Hepatitis in Transgenic Mice Expressing Interferon-γ in the Liver']},\n", + " {'bibcode': '2018JPhCS1003a2009A',\n", + " 'author': ['Ali, Intisar H.',\n", + " 'Jabir, Majid S.',\n", + " 'Al-Shmgani, Hanady S. A.',\n", + " 'Sulaiman, Ghassan M.',\n", + " 'Sadoon, Ali H.'],\n", + " 'title': ['Pathological And Immunological Study On Infection With Escherichia Coli In ale BALB/c mice']},\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", + " 'title': ['Quantification of nematic cell polarity in three-dimensional tissues']},\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", + " 'title': ['Circadian clock component PERIOD2 regulates diurnal expression of Na+/H+ exchanger regulatory factor-1 and its scaffolding function']},\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", + " 'title': ['Rab5 is necessary for the biogenesis of the endolysosomal system in vivo']},\n", + " {'bibcode': '1989PNAS...86.7547S',\n", + " 'author': ['Suematsu, Sachiko',\n", + " 'Matsuda, Tadashi',\n", + " 'Aozasa, Katsuyuki',\n", + " 'Akira, Shizuo',\n", + " 'Nakano, Naoko',\n", + " 'Ohno, Shinsuke',\n", + " 'Miyazaki, Jun-Ichi',\n", + " 'Yamamura, Ken-Ichi',\n", + " 'Hirano, Toshio',\n", + " 'Kishimoto, Tadamitsu'],\n", + " 'title': ['IgG1 plasmacytosis in interleukin 6 transgenic mice.']},\n", + " {'bibcode': '2017NatSR...717751W',\n", + " 'author': ['Woodfield, Sarah E.',\n", + " 'Shi, Yan',\n", + " 'Patel, Roma H.',\n", + " 'Jin, Jingling',\n", + " 'Major, Angela',\n", + " 'Sarabia, Stephen F.',\n", + " 'Starosolski, Zbigniew',\n", + " 'Zorman, Barry',\n", + " 'Gupta, Siddharth S.',\n", + " 'Chen, Zhenghu',\n", + " 'Ibarra, Aryana M.',\n", + " 'Bissig, Karl-Dimiter',\n", + " 'Ghaghada, Ketan B.',\n", + " 'Sumazin, Pavel',\n", + " 'López-Terrada, Dolores',\n", + " 'Vasudevan, Sanjeev A.'],\n", + " 'title': ['A Novel Cell Line Based Orthotopic Xenograft Mouse Model That Recapitulates Human Hepatoblastoma']},\n", + " {'bibcode': '2014PLoSO...9k6179J',\n", + " 'author': ['Jiang, Yan', 'Chen, Jiahong', 'Tong, Jian', 'Chen, Tao'],\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", + " 'title': ['Effect ofAtmDisruption on Spontaneously Arising and Radiation-Induced Deletion Mutations in Mouse Liver']},\n", + " {'bibcode': '1999Natur.400..886Y',\n", + " 'author': ['Yin, Xiao-Ming',\n", + " 'Wang, Kun',\n", + " 'Gross, Atan',\n", + " 'Zhao, Yongge',\n", + " 'Zinkel, Sandra',\n", + " 'Klocke, Barbara',\n", + " 'Roth, Kevin A.',\n", + " 'Korsmeyer, Stanley J.'],\n", + " 'title': ['Bid-deficient mice are resistant to Fas-induced hepatocellular apoptosis']},\n", + " {'bibcode': '1971Sci...171..917P',\n", + " 'author': ['Price, Gerald B.', 'Modak, S. P.', 'Makinodan, T.'],\n", + " 'title': ['Age-Associated Changes in the DNA of Mouse Tissue']},\n", + " {'bibcode': '2001PNAS...9813607Y',\n", + " 'author': ['Yang, Jian',\n", + " 'Goldstein, Joseph L.',\n", + " 'Hammer, Robert E.',\n", + " 'Moon, Young-Ah',\n", + " 'Brown, Michael S.',\n", + " 'Horton, Jay D.'],\n", + " 'title': ['Decreased lipid synthesis in livers of mice with disrupted Site-1 protease gene']},\n", + " {'bibcode': '2021DIB....3807420B',\n", + " 'author': ['Black, Michael B.',\n", + " 'Andersen, Melvin E.',\n", + " 'Pendse, Salil N.',\n", + " 'Borghoff, Susan J.',\n", + " 'Streicker, Michael',\n", + " 'McMullen, Patrick D.'],\n", + " 'title': ['RNA-sequencing (transcriptomic) data collected in liver and lung of male and female B6C3F1 mice exposed to various dose levels of 4-methylimidazole for 2, 5, or 28 days']},\n", + " {'bibcode': '2023Heliy...919359Q',\n", + " 'author': ['Qiu, Fengjun',\n", + " 'Zeng, Rui',\n", + " 'Li, Du',\n", + " 'Ye, Tingjie',\n", + " 'Xu, Wei',\n", + " 'Wang, Xiaoling',\n", + " 'Yan, Xiaofeng',\n", + " 'Li, Hua',\n", + " 'Hu, Xudong'],\n", + " 'title': ['Establishment and bioinformatics evaluation of the ethanol combined with palmitic acid-induced mouse hepatocyte AFLD model (the Hu-Qiu Model)']},\n", + " {'bibcode': '2010PLoSO...511264K',\n", + " 'author': ['Kojima, Shihoko',\n", + " 'Gatfield, David',\n", + " 'Esau, Christine C.',\n", + " 'Green, Carla B.'],\n", + " 'title': ['MicroRNA-122 Modulates the Rhythmic Expression Profile of the Circadian Deadenylase Nocturnin in Mouse Liver']},\n", + " {'bibcode': '2023NatSR..13.5525M',\n", + " 'author': ['Mohamed, Hanan R. H.',\n", + " 'Tulbah, Fadi S. A.',\n", + " 'El-ghor, Akmal A.',\n", + " 'Eissa, Shaymaa M.'],\n", + " 'title': ['Suppression of tumor growth and apoptosis induction by pomegranate seed nano-emulsion in mice bearing solid Ehrlich carcinoma cells']},\n", + " {'bibcode': '2002PNAS...9916237Y',\n", + " 'author': ['Yu, Liqing',\n", + " 'Hammer, Robert E.',\n", + " 'Li-Hawkins, Jia',\n", + " 'von Bergmann, Klaus',\n", + " 'Lutjohann, Dieter',\n", + " 'Cohen, Jonathan C.',\n", + " 'Hobbs, Helen H.'],\n", + " 'title': ['Disruption of Abcg5 and Abcg8 in mice reveals their crucial role in biliary cholesterol secretion']},\n", + " {'bibcode': '1997PNAS...94.2540O',\n", + " 'author': ['Ohshima, Toshio',\n", + " 'Murray, Gary J.',\n", + " 'Swaim, William D.',\n", + " 'Longenecker, Glenn',\n", + " 'Quirk, Jane M.',\n", + " 'Cardarelli, Carol O.',\n", + " 'Sugimoto, Yoshikazu',\n", + " 'Pastan, Ira',\n", + " 'Gottesman, Michael M.',\n", + " 'Brady, Roscoe O.',\n", + " 'Kulkarni, Ashok B.'],\n", + " 'title': ['α -Galactosidase A Deficient Mice: A Model of Fabry Disease']},\n", + " {'bibcode': '1980PNAS...77.6511D',\n", + " 'author': ['Durnam, Diane M.',\n", + " 'Perrin, Fabienne',\n", + " 'Gannon, Frank',\n", + " 'Palmiter, Richard D.'],\n", + " 'title': ['Isolation and characterization of the mouse metallothionein-I gene.']},\n", + " {'bibcode': '2000Natur.406..435X',\n", + " 'author': ['Xie, Wen',\n", + " 'Barwick, Joyce L.',\n", + " 'Downes, Michael',\n", + " 'Blumberg, Bruce',\n", + " 'Simon, Cynthia M.',\n", + " 'Nelson, Michael C.',\n", + " 'Neuschwander-Tetri, Brent A.',\n", + " 'Brunt, Elizabeth M.',\n", + " 'Guzelian, Philip S.',\n", + " 'Evans, Ronald M.'],\n", + " 'title': ['Humanized xenobiotic response in mice expressing nuclear receptor SXR']},\n", + " {'bibcode': '2018NatSR...813157S',\n", + " 'author': ['Sugisawa, Ryoichi',\n", + " 'Komatsu, Ginga',\n", + " 'Hiramoto, Emiri',\n", + " 'Takeda, Naoki',\n", + " 'Yamamura, Ken-ichi',\n", + " 'Arai, Satoko',\n", + " 'Miyazaki, Toru'],\n", + " 'title': ['Independent modes of disease repair by AIM protein distinguished in AIM-felinized mice']},\n", + " {'bibcode': '1984JESHB..19..501C',\n", + " 'author': ['Chukwudebe, A. C.', 'Hussain, M. A.', 'Oloffs, P. C.'],\n", + " 'title': ['Hydrolytic and metabolic products of acephate in water and mouse liver']},\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", + " 'title': ['Deep learning-enabled multi-organ segmentation in whole-body mouse scans']},\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", + " 'title': ['Pervasive lesion segregation shapes cancer genome evolution']},\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", + " 'title': ['Distribution and accumulation of dietary ergothioneine and its metabolites in mouse tissues']},\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", + " 'title': ['Distinct Populations of Hepatic Stellate Cells in the Mouse Liver Have Different Capacities for Retinoid and Lipid Storage']},\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", + " 'title': ['Single-cell RNA sequencing to detect age-associated genes that identify senescent cells in the liver of aged mice']},\n", + " {'bibcode': '1975PNAS...72.3585M',\n", + " 'author': ['Mintz, Beatrice', 'Illmensee, Karl'],\n", + " 'title': ['Normal genetically mosaic mice produced from malignant teratocarcinoma cells.']},\n", + " {'bibcode': '2014ToxIH..30..581S',\n", + " 'author': ['Sangai, Neha P.', 'Verma, Ramtej J.', 'Trivedi, Mrugesh H.'],\n", + " 'title': ['Testing the efficacy of quercetin in mitigating bisphenol A toxicity in liver and kidney of mice']},\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", + " '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", + " 'title': ['Dietary methionine can sustain cytosolic redox homeostasis in the mouse liver']},\n", + " {'bibcode': '1995PNAS...92.1774F',\n", + " 'author': ['Farese, Robert V., Jr.',\n", + " 'Ruland, Sandra L.',\n", + " 'Flynn, Laura M.',\n", + " 'Stokowski, Renee P.',\n", + " 'Young, Stephen G.'],\n", + " 'title': ['Knockout of the mouse apolipoprotein B gene results in embryonic lethality in homozygotes and protection against diet-induced hypercholesterolemia in heterozygotes.']},\n", + " {'bibcode': '2015DIB.....5..416L',\n", + " 'author': ['Luo, Lin',\n", + " 'Chen, Yeru',\n", + " 'Wu, Deqi',\n", + " 'Shou, Jiafeng',\n", + " 'Wang, Shengcun',\n", + " 'Ye, Jie',\n", + " 'Tang, Xiuwen',\n", + " 'Jun Wang, Xiu'],\n", + " 'title': ['Differential expression patterns of Nqo1, AKR1B8 and Ho-1 in the liver and small intestine of C57BL/6 mice treated with sulforaphane']},\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", + " 'title': ['Examining the safety of respiratory and intravenous inoculation of Bdellovibrio bacteriovorus and Micavibrio aeruginosavorus in a mouse model']},\n", + " {'bibcode': '1983Natur.305..427L',\n", + " 'author': ['Lindner, J.', 'Rathjen, F. G.', 'Schachner, M.'],\n", + " 'title': ['L1 mono- and polyclonal antibodies modify cell migration in early postnatal mouse cerebellum']},\n", + " {'bibcode': '2007Nanot..18S5103C',\n", + " 'author': ['Chu, Maoquan',\n", + " 'Wu, Qiang',\n", + " 'Wang, Jiaxu',\n", + " 'Hou, Shengke',\n", + " 'Miao, Yi',\n", + " 'Peng, Jinliang',\n", + " 'Sun, Ye'],\n", + " 'title': ['In vitro and in vivo transdermal delivery capacity of quantum dots through mouse skin']},\n", + " {'bibcode': '2013NatCo...4.2883H',\n", + " 'author': ['Horie, Takahiro',\n", + " 'Nishino, Tomohiro',\n", + " 'Baba, Osamu',\n", + " 'Kuwabara, Yasuhide',\n", + " 'Nakao, Tetsushi',\n", + " 'Nishiga, Masataka',\n", + " 'Usami, Shunsuke',\n", + " 'Izuhara, Masayasu',\n", + " 'Sowa, Naoya',\n", + " 'Yahagi, Naoya',\n", + " 'Shimano, Hitoshi',\n", + " 'Matsumura, Shigenobu',\n", + " 'Inoue, Kazuo',\n", + " 'Marusawa, Hiroyuki',\n", + " 'Nakamura, Tomoyuki',\n", + " 'Hasegawa, Koji',\n", + " 'Kume, Noriaki',\n", + " 'Yokode, Masayuki',\n", + " 'Kita, Toru',\n", + " 'Kimura, Takeshi',\n", + " 'Ono, Koh'],\n", + " 'title': ['MicroRNA-33 regulates sterol regulatory element-binding protein 1 expression in mice']},\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", + " 'title': ['High expression of cloned immunoglobulin k gene in transgenic mice is restricted to B lymphocytes']},\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", + " 'title': ['Dynamic PolyConjugates for targeted in vivo delivery of siRNA to hepatocytes']},\n", + " {'bibcode': '1971Sci...173..158H',\n", + " 'author': ['Hahn, William E.', 'Laird, Charles D.'],\n", + " 'title': ['Transcription of Nonrepeated DNA in Mouse Brain']},\n", + " {'bibcode': '2002PNAS...99.3030A',\n", + " 'author': ['Adonai, Nora',\n", + " 'Nguyen, Khoi N.',\n", + " 'Walsh, Joseph',\n", + " 'Iyer, M.',\n", + " 'Toyokuni, Tatsushi',\n", + " 'Phelps, Michael E.',\n", + " 'McCarthy, Timothy',\n", + " 'McCarthy, Deborah W.',\n", + " 'Gambhir, Sanjiv Sam'],\n", + " 'title': ['Ex vivo cell labeling with 64Cu-pyruvaldehyde-bis(N4-methylthiosemicarbazone) for imaging cell trafficking in mice with positron-emission tomography']},\n", + " {'bibcode': '2018NatSR...814823S',\n", + " 'author': ['Stahl, Felix R.',\n", + " 'Jung, Roman',\n", + " 'Jazbutyte, Virginija',\n", + " 'Ostermann, Eléonore',\n", + " 'Tödter, Silvia',\n", + " 'Brixel, Renke',\n", + " 'Kemmer, Annette',\n", + " 'Halle, Stephan',\n", + " 'Rose-John, Stefan',\n", + " 'Messerle, Martin',\n", + " 'Arck, Petra C.',\n", + " 'Brune, Wolfram',\n", + " 'Renné, Thomas'],\n", + " 'title': ['Laboratory diagnostics of murine blood for detection of mouse cytomegalovirus (MCMV)-induced hepatitis']},\n", + " {'bibcode': '1981PNAS...78.2403C',\n", + " 'author': ['Carlsson, Roland',\n", + " 'Engvall, Eva',\n", + " 'Freeman, Aaron',\n", + " 'Ruoslahti, Erkki'],\n", + " 'title': ['Laminin and Fibronectin in Cell Adhesion: Enhanced Adhesion of Cells from Regenerating Liver to Laminin']},\n", + " {'bibcode': '2019NatCo..10.3518C',\n", + " 'author': ['Chen, Siyu',\n", + " 'Feng, Mengyang',\n", + " 'Zhang, Shiyao',\n", + " 'Dong, Zhewen',\n", + " 'Wang, Yifan',\n", + " 'Zhang, Wenxiang',\n", + " 'Liu, Chang'],\n", + " 'title': ['Angptl8 mediates food-driven resetting of hepatic circadian clock in mice']},\n", + " {'bibcode': '2018NatCo...9.3760K',\n", + " 'author': ['Kindt, Alida',\n", + " 'Liebisch, Gerhard',\n", + " 'Clavel, Thomas',\n", + " 'Haller, Dirk',\n", + " 'Hörmannsperger, Gabriele',\n", + " 'Yoon, Hongsup',\n", + " 'Kolmeder, Daniela',\n", + " 'Sigruener, Alexander',\n", + " 'Krautbauer, Sabrina',\n", + " 'Seeliger, Claudine',\n", + " 'Ganzha, Alexandra',\n", + " 'Schweizer, Sabine',\n", + " 'Morisset, Rosalie',\n", + " 'Strowig, Till',\n", + " 'Daniel, Hannelore',\n", + " 'Helm, Dominic',\n", + " 'Küster, Bernhard',\n", + " 'Krumsiek, Jan',\n", + " 'Ecker, Josef'],\n", + " 'title': ['The gut microbiota promotes hepatic fatty acid desaturation and elongation in mice']},\n", + " {'bibcode': '2023E&ES.1174a2011W',\n", + " 'author': ['Wahyuwardani, S.',\n", + " 'Wardhana, A. H.',\n", + " 'Putra, G. I. S.',\n", + " 'Putri, R.'],\n", + " 'title': ['Pathology of Plasmodium berghei-Infected Mice Liver Treated with Extract of Breadfruit Peel (Artocarpus communis)']},\n", + " {'bibcode': '2021NatSR..11.1733D',\n", + " 'author': ['Dong, Wenjing', 'Song, Erqun', 'Song, Yang'],\n", + " 'title': ['Co-administration of lipopolysaccharide and D-galactosamine induces genotoxicity in mouse liver']},\n", + " {'bibcode': '2020NatCo..11.1168F',\n", + " 'author': ['Ferrara-Romeo, Iole',\n", + " 'Martinez, Paula',\n", + " 'Saraswati, Sarita',\n", + " 'Whittemore, Kurt',\n", + " 'Graña-Castro, Osvaldo',\n", + " 'Thelma Poluha, Lydia',\n", + " 'Serrano, Rosa',\n", + " 'Hernandez-Encinas, Elena',\n", + " 'Blanco-Aparicio, Carmen',\n", + " 'Maria Flores, Juana',\n", + " 'Blasco, Maria A.'],\n", + " 'title': ['The mTOR pathway is necessary for survival of mice with short telomeres']},\n", + " {'bibcode': '2018NatSR...8.2362S',\n", + " 'author': ['Shiba, Kumiko',\n", + " 'Tsuchiya, Kyoichiro',\n", + " 'Komiya, Chikara',\n", + " 'Miyachi, Yasutaka',\n", + " 'Mori, Kentaro',\n", + " 'Shimazu, Noriko',\n", + " 'Yamaguchi, Shinobu',\n", + " 'Ogasawara, Naomi',\n", + " 'Katoh, Makoto',\n", + " 'Itoh, Michiko',\n", + " 'Suganami, Takayoshi',\n", + " 'Ogawa, Yoshihiro'],\n", + " 'title': ['Canagliflozin, an SGLT2 inhibitor, attenuates the development of hepatocellular carcinoma in a mouse model of human NASH']},\n", + " {'bibcode': '1996PNAS...9310933K',\n", + " 'author': ['Kistner, Andreas',\n", + " 'Gossen, Manfred',\n", + " 'Zimmermann, Frank',\n", + " 'Jerecic, Jasna',\n", + " 'Ullmer, Christoph',\n", + " 'Lubbert, Hermann',\n", + " 'Bujard, Hermann'],\n", + " 'title': ['Doxycycline-mediated quantitative and tissue-specific control of gene expression in transgenic mice.']},\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", + " 'title': ['Deciphering the Developmental Dynamics of the Mouse Liver Transcriptome']},\n", + " {'bibcode': '2004NYASA1030...86A',\n", + " 'author': ['An, Jeung Hee', 'Kim, Jiyoung', 'Seong, Jinsil'],\n", + " 'title': ['Redox Signaling by Ionizing Radiation in Mouse Liver']},\n", + " {'bibcode': '2017NatSR...7.8120L',\n", + " 'author': ['Lu, Ya-Qi',\n", + " 'Zhong, Shan',\n", + " 'Meng, Nan',\n", + " 'Fan, Yin-Ping',\n", + " 'Tang, Wang-Xian'],\n", + " 'title': ['NLRP3 inflammasome activation results in liver inflammation and fibrosis in mice infected with Schistosoma japonicum in a Syk-dependent manner']},\n", + " {'bibcode': '1992PNAS...89.5645F',\n", + " 'author': ['Fu, Xinyu', 'Guadagni, Fiorella', 'Hoffman, Robert M.'],\n", + " 'title': ['A metastatic nude-mouse model of human pancreatic cancer constructed orthotopically with histologically intact patient specimens.']},\n", + " {'bibcode': '2020MS&E..928f2006S',\n", + " 'author': ['Salam AL-Fayyadh, Mohanad', 'Wadood, Shatha Abdul'],\n", + " 'title': ['Protective effect of red cabbage and garlic extracts against Fumonisin B1 induced hepatotoxicity in male mice']},\n", + " {'bibcode': '2018NatSR...817927S',\n", + " 'author': ['Shi, Hongbo',\n", + " 'Zhang, Yizhi',\n", + " 'Ji, Jing',\n", + " 'Xu, Ping',\n", + " 'Shi, Honglin',\n", + " 'Yue, Xiujuan',\n", + " 'Ren, Feng',\n", + " 'Chen, Yu',\n", + " 'Duan, Zhongping',\n", + " 'Chen, Dexi'],\n", + " 'title': ['Deficiency of apoptosis-stimulating protein two of p53 promotes liver regeneration in mice by activating mammalian target of rapamycin']},\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", + " 'title': ['Cell-type-specific and hypoxia-inducible expression of the human erythropoietin gene in transgenic mice.']},\n", + " {'bibcode': '2019NatSR...916054T',\n", + " 'author': ['Tani, Haruna',\n", + " 'Mito, Takayuki',\n", + " 'Velagapudi, Vidya',\n", + " 'Ishikawa, Kaori',\n", + " 'Umehara, Moe',\n", + " 'Nakada, Kazuto',\n", + " 'Suomalainen, Anu',\n", + " 'Hayashi, Jun-Ichi'],\n", + " 'title': ['Disruption of the mouse Shmt2 gene confers embryonic anaemia via foetal liver-specific metabolomic disorders']},\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", + " 'title': ['The Phosphate Transporter PiT1 (Slc20a1) Revealed As a New Essential Gene for Mouse Liver Development']},\n", + " {'bibcode': '1996PNAS...93.9443M',\n", + " 'author': ['Miller, Carolyn Wilson', 'Ntambi, James M.'],\n", + " 'title': ['Peroxisome proliferators induce mouse liver stearoyl-CoA desaturase 1 gene expression.']},\n", + " {'bibcode': '2016NatSR...624990T',\n", + " 'author': ['Thuy, Le Thi Thanh',\n", + " 'van Thuy, Tuong Thi',\n", + " 'Matsumoto, Yoshinari',\n", + " 'Hai, Hoang',\n", + " 'Ikura, Yoshihiro',\n", + " 'Yoshizato, Katsutoshi',\n", + " 'Kawada, Norifumi'],\n", + " 'title': ['Absence of cytoglobin promotes multiple organ abnormalities in aged mice']},\n", + " {'bibcode': '1985Sci...228..596F',\n", + " 'author': ['Fox, Tony R.', 'Watanabe, Philip G.'],\n", + " 'title': ['Detection of a Cellular Oncogene in Spontaneous Liver Tumors of B6C3F1 Mice']},\n", + " {'bibcode': '1994Natur.368..339K',\n", + " 'author': ['Kopf, Manfred',\n", + " 'Baumann, Heinz',\n", + " 'Freer, Giulia',\n", + " 'Freudenberg, Marina',\n", + " 'Lamers, Marinus',\n", + " 'Kishimoto, Tadamitsu',\n", + " 'Zinkernagel, Rolf',\n", + " 'Bluethmann, Horst',\n", + " 'Köhler, Georges'],\n", + " 'title': ['Impaired immune and acute-phase responses in interleukin-6-deficient mice']},\n", + " {'bibcode': '2022Natur.604..343W',\n", + " 'author': ['Wang, Jiaming',\n", + " 'Zhang, Yue',\n", + " 'Mendonca, Craig A.',\n", + " 'Yukselen, Onur',\n", + " 'Muneeruddin, Khaja',\n", + " 'Ren, Lingzhi',\n", + " 'Liang, Jialing',\n", + " 'Zhou, Chen',\n", + " 'Xie, Jun',\n", + " 'Li, Jia',\n", + " 'Jiang, Zhong',\n", + " 'Kucukural, Alper',\n", + " 'Shaffer, Scott A.',\n", + " 'Gao, Guangping',\n", + " 'Wang, Dan'],\n", + " 'title': ['AAV-delivered suppressor tRNA overcomes a nonsense mutation in mice']},\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", + " 'title': ['Survival Motor Neuron (SMN) protein is required for normal mouse liver development']},\n", + " {'bibcode': '2015NatSR...511029Y',\n", + " 'author': ['Yan, Shengmin',\n", + " 'Zhang, Hongxia',\n", + " 'Zheng, Fei',\n", + " 'Sheng, Nan',\n", + " 'Guo, Xuejiang',\n", + " 'Dai, Jiayin'],\n", + " 'title': ['Perfluorooctanoic acid exposure for 28 days affects glucose homeostasis and induces insulin hypersensitivity in mice']},\n", + " {'bibcode': '2022NatCo..13.7782X',\n", + " 'author': ['Xu, Cheng',\n", + " 'Zhou, Hongyi',\n", + " 'Jin, Yulan',\n", + " 'Sahay, Khushboo',\n", + " 'Robicsek, Anna',\n", + " 'Liu, Yisong',\n", + " 'Dong, Kunzhe',\n", + " 'Zhou, Jiliang',\n", + " 'Barrett, Amanda',\n", + " 'Su, Huabo',\n", + " 'Chen, Weiqin'],\n", + " 'title': ['Hepatic neddylation deficiency triggers fatal liver injury via inducing NF-κB-inducing kinase in mice']},\n", + " {'bibcode': '2018NatSR...8.8819Z',\n", + " 'author': ['Zhang, Xiangjun',\n", + " 'Xu, Xiaoqiu',\n", + " 'Li, Shengke',\n", + " 'Wang, Lian-Hui',\n", + " 'Zhang, Jianxiang',\n", + " 'Wang, Ruibing'],\n", + " 'title': ['A systematic evaluation of the biocompatibility of cucurbit[7]uril in mice']},\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", + " 'title': [\"Metabolic dysregulation in the Atp7b-/- Wilson's disease mouse model\"]},\n", + " {'bibcode': '2019NatCo..10.1684L',\n", + " 'author': ['Liang, Ning',\n", + " 'Damdimopoulos, Anastasius',\n", + " 'Goñi, Saioa',\n", + " 'Huang, Zhiqiang',\n", + " 'Vedin, Lise-Lotte',\n", + " 'Jakobsson, Tomas',\n", + " 'Giudici, Marco',\n", + " 'Ahmed, Osman',\n", + " 'Pedrelli, Matteo',\n", + " 'Barilla, Serena',\n", + " 'Alzaid, Fawaz',\n", + " 'Mendoza, Arturo',\n", + " 'Schröder, Tarja',\n", + " 'Kuiper, Raoul',\n", + " 'Parini, Paolo',\n", + " 'Hollenberg, Anthony',\n", + " 'Lefebvre, Philippe',\n", + " 'Francque, Sven',\n", + " 'Van Gaal, Luc',\n", + " 'Staels, Bart',\n", + " 'Venteclef, Nicolas',\n", + " 'Treuter, Eckardt',\n", + " 'Fan, Rongrong'],\n", + " 'title': ['Hepatocyte-specific loss of GPS2 in mice reduces non-alcoholic steatohepatitis via activation of PPARα']},\n", + " {'bibcode': '2022Heliy...811490M',\n", + " 'author': ['Moeckli, Beat',\n", + " 'Pham, Thuy-Vy',\n", + " 'Slits, Florence',\n", + " 'Latrille, Samuel',\n", + " 'Peloso, Andrea',\n", + " 'Delaune, Vaihere',\n", + " 'Oldani, Graziano',\n", + " 'Lacotte, Stéphanie',\n", + " 'Toso, Christian'],\n", + " 'title': ['FGF21 negatively affects long-term female fertility in mice']},\n", + " {'bibcode': '2019NatSR...916838C',\n", + " 'author': ['Chen, Hainan',\n", + " 'Shi, Mi',\n", + " 'Gilam, Avital',\n", + " 'Zheng, Qi',\n", + " 'Zhang, Yin',\n", + " 'Afrikanova, Ivka',\n", + " 'Li, Jinling',\n", + " 'Gluzman, Zoya',\n", + " 'Jiang, Ruhong',\n", + " 'Kong, Ling-Jie',\n", + " 'Chen-Tsai, Ruby Yanru'],\n", + " 'title': ['Hemophilia A ameliorated in mice by CRISPR-based in vivo genome editing of human Factor VIII']},\n", + " {'bibcode': '1989Natur.339..632L',\n", + " 'author': ['Lindberg, Raija L. P.', 'Negishi, Masahiko'],\n", + " 'title': ['Alteration of mouse cytochrome P450coh substrate specificity by mutation of a single amino-acid residue']},\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", + " 'title': [\"Humanized-BLT mouse model of Kaposi's sarcoma-associated herpesvirus infection\"]},\n", + " {'bibcode': '2015APS..MARJ26001S',\n", + " 'author': ['Strano, Michael'],\n", + " 'title': ['Corona Phase Molecular Recognition (CoPhMoRe) to Enable New Nanosensor Interfaces']},\n", + " {'bibcode': '1984PNAS...81.1327D',\n", + " 'author': ['Dahlin, David C.',\n", + " 'Miwa, Gerald T.',\n", + " 'Lu, Anthony Y. H.',\n", + " 'Nelson, Sidney D.'],\n", + " 'title': ['N-acetyl-p-benzoquinone imine: a cytochrome P-450-mediated oxidation product of acetaminophen.']},\n", + " {'bibcode': '1990Sci...250.1732V',\n", + " 'author': ['Vacher, Jean', 'Tilghman, Shirley M.'],\n", + " 'title': ['Dominant Negative Regulation of the Mouse α-Fetoprotein Gene in Adult Liver']},\n", + " {'bibcode': '1976Natur.263..420G',\n", + " 'author': ['Gresser, Ion', 'Maury, Chantel', 'Tovey, Michael'],\n", + " 'title': ['Progressive glomerulonephritis in mice treated with interferon preparations at birth']},\n", + " {'bibcode': '1981PNAS...78.5425D',\n", + " 'author': ['Derman, Eva'],\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': '2018NatSR...8..408Z',\n", + " 'author': ['Zhang, Wenliang',\n", + " 'Zhong, Wei',\n", + " 'Sun, Qian',\n", + " 'Sun, Xinguo',\n", + " 'Zhou, Zhanxiang'],\n", + " 'title': ['Adipose-specific lipin1 overexpression in mice protects against alcohol-induced liver injury']},\n", + " {'bibcode': '2019DIB....2704632M',\n", + " 'author': ['Marxfeld, Heike Antje',\n", + " 'Küttler, Karin',\n", + " 'Dammann, Martina',\n", + " 'Gröters, Sibylle',\n", + " 'van Ravenzwaay, Bennard'],\n", + " 'title': ['Body and organ weight data in 28-day toxicological studies in two mouse strains']},\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", + " 'title': ['Absorption by water increases fluorescence image contrast of biological tissue in the shortwave infrared']},\n", + " {'bibcode': '1997PNAS...9412053K',\n", + " 'author': ['Kuziel, William A.',\n", + " 'Morgan, Sharon J.',\n", + " 'Dawson, Tracey C.',\n", + " 'Griffin, Stephanie',\n", + " 'Smithies, Oliver',\n", + " 'Ley, Klaus',\n", + " 'Maeda, Nobuyo'],\n", + " 'title': ['Severe Reduction in Leukocyte Adhesion and Monocyte Extravasation in Mice Deficient in CC Chemokine Receptor 2']},\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", + " 'title': ['Gold nanorod distribution in mouse tissues after intravenous injection monitored with optoacoustic tomography']},\n", + " {'bibcode': '2018NatSR...817001N',\n", + " 'author': ['Nakamura, Misa',\n", + " 'Nomura, Sachiko',\n", + " 'Yamakawa, Tadashi',\n", + " 'Kono, Ryohei',\n", + " 'Maeno, Akihiro',\n", + " 'Ozaki, Takashi',\n", + " 'Ito, Akitoshi',\n", + " 'Uzawa, Toyonobu',\n", + " 'Utsunomiya, Hirotoshi',\n", + " 'Kakudo, Kennichi'],\n", + " 'title': ['Endogenous calcitonin regulates lipid and glucose metabolism in diet-induced obesity mice']},\n", + " {'bibcode': '2010PNAS..10716625S',\n", + " 'author': ['Stevenson, William S.',\n", + " 'Hyland, Craig D.',\n", + " 'Zhang, Jian-Guo',\n", + " 'Morgan, Phillip O.',\n", + " 'Willson, Tracy A.',\n", + " 'Gill, Anthony',\n", + " 'Hilton, Adrienne A.',\n", + " 'Viney, Elizabeth M.',\n", + " 'Bahlo, Melanie',\n", + " 'Masters, Seth L.',\n", + " 'Hennebry, Sarah',\n", + " 'Richardson, Samantha J.',\n", + " 'Nicola, Nicos A.',\n", + " 'Metcalf, Donald',\n", + " 'Hilton, Douglas J.',\n", + " 'Roberts, Andrew W.',\n", + " 'Alexander, Warren S.'],\n", + " 'title': ['Deficiency of 5-hydroxyisourate hydrolase causes hepatomegaly and hepatocellular carcinoma in mice']},\n", + " {'bibcode': '2021NatCo..12.4110Z',\n", + " 'author': ['Zhang, Chi',\n", + " 'Macchi, Filippo',\n", + " 'Magnani, Elena',\n", + " 'Sadler, Kirsten C.'],\n", + " 'title': ['Chromatin states shaped by an epigenetic code confer regenerative potential to the mouse liver']},\n", + " {'bibcode': '2016NatSR...626933T',\n", + " 'author': ['Trammell, Samuel A. J.',\n", + " 'Weidemann, Benjamin J.',\n", + " 'Chadda, Ankita',\n", + " 'Yorek, Matthew S.',\n", + " 'Holmes, Amey',\n", + " 'Coppey, Lawrence J.',\n", + " 'Obrosov, Alexander',\n", + " 'Kardon, Randy H.',\n", + " 'Yorek, Mark A.',\n", + " 'Brenner, Charles'],\n", + " 'title': ['Nicotinamide Riboside Opposes Type 2 Diabetes and Neuropathy in Mice']},\n", + " {'bibcode': '2018NatSR...8.2532M',\n", + " 'author': ['Mimche, Patrice N.',\n", + " 'Lee, Choon M.',\n", + " 'Mimche, Sylvie M.',\n", + " 'Thapa, Manoj',\n", + " 'Grakoui, Arash',\n", + " 'Henkemeyer, Mark',\n", + " 'Lamb, Tracey J.'],\n", + " 'title': ['EphB2 receptor tyrosine kinase promotes hepatic fibrogenesis in mice via activation of hepatic stellate cells']},\n", + " {'bibcode': '2014NatSR...4E4582W',\n", + " 'author': ['Wang, Ling',\n", + " 'Wang, Yu',\n", + " 'Liang, Yong',\n", + " 'Li, Jia',\n", + " 'Liu, Yuchen',\n", + " 'Zhang, Jie',\n", + " 'Zhang, Aiqian',\n", + " 'Fu, Jianjie',\n", + " 'Jiang, Guibin'],\n", + " 'title': ['PFOS induced lipid metabolism disturbances in BALB/c mice through inhibition of low density lipoproteins excretion']},\n", + " {'bibcode': '2018PlST...20d4003X',\n", + " 'author': ['XU, Dehui',\n", + " 'CUI, Qingjie',\n", + " 'XU, Yujing',\n", + " 'WANG, Bingchuan',\n", + " 'TIAN, Miao',\n", + " 'LI, Qiaosong',\n", + " 'LIU, Zhijie',\n", + " 'LIU, Dingxin',\n", + " 'CHEN, Hailan',\n", + " 'KONG, Michael G.'],\n", + " 'title': ['Systemic study on the safety of immuno-deficient nude mice treated by atmospheric plasma-activated water']},\n", + " {'bibcode': '2018Natur.556..181Z',\n", + " 'author': ['Zaret, Kenneth S.'],\n", + " 'title': ['The telomerase enzyme and liver renewal']},\n", + " {'bibcode': '2017NatSR...7..548R',\n", + " 'author': ['Rodriguez-Nunez, Ivan',\n", + " 'Caluag, Tiffany',\n", + " 'Kirby, Kori',\n", + " 'Rudick, Charles N.',\n", + " 'Dziarski, Roman',\n", + " 'Gupta, Dipika'],\n", + " 'title': ['Nod2 and Nod2-regulated microbiota protect BALB/c mice from diet-induced obesity and metabolic dysfunction']},\n", + " {'bibcode': '2013PNAS..11018656W',\n", + " 'author': ['Wang, Fenfen',\n", + " 'Mullican, Shannon E.',\n", + " 'DiSpirito, Joanna R.',\n", + " 'Peed, Lindsey C.',\n", + " 'Lazar, Mitchell A.'],\n", + " 'title': ['Lipoatrophy and severe metabolic disturbance in mice with fat-specific deletion of PPARγ']},\n", + " {'bibcode': '1999PNAS...96.2994D',\n", + " 'author': ['Doi, Takahiro S.',\n", + " 'Marino, Michael W.',\n", + " 'Takahashi, Toshitada',\n", + " 'Yoshida, Toshimichi',\n", + " 'Sakakura, Teruyo',\n", + " 'Old, Lloyd J.',\n", + " 'Obata, Yuichi'],\n", + " 'title': ['Absence of Tumor Necrosis Factor Rescues RelA-Deficient Mice from Embryonic Lethality']},\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", + " 'title': ['Adhesion behavior of mouse liver cancer cells on nanostructured superhydrophobic and superhydrophilic surfaces']},\n", + " {'bibcode': '1989PNAS...86.4634V',\n", + " 'author': ['van de Rijn, M.',\n", + " 'Heimfeld, S.',\n", + " 'Spangrude, G. J.',\n", + " 'Weissman, I. L.'],\n", + " 'title': ['Mouse hematopoietic stem-cell antigen Sca-1 is a member of the Ly-6 antigen family.']},\n", + " {'bibcode': '1999PNAS...96.6423O',\n", + " 'author': ['Ohshima, Toshio',\n", + " 'Schiffmann, Raphael',\n", + " 'Murray, Gary J.',\n", + " 'Kopp, Jeffrey',\n", + " 'Quirk, Jane M.',\n", + " 'Stahl, Stefanie',\n", + " 'Chan, Chi-Chao',\n", + " 'Zerfas, Patricia',\n", + " 'Tao-Cheng, Jung-Hwa',\n", + " 'Ward, J. M.',\n", + " 'Brady, Roscoe O.',\n", + " 'Kulkarni, Ashok B.'],\n", + " 'title': ['Aging Accentuates and Bone Marrow Transplantation Ameliorates Metabolic Defects in Fabry Disease Mice']},\n", + " {'bibcode': '1970AtmEn...4..157B',\n", + " 'author': ['Bencko, V.', 'Symon, K.'],\n", + " 'title': ['The cumulation dynamics in some tissue of hairless mice inhaling arsenic']},\n", + " {'bibcode': '1999HETox..18..162F',\n", + " 'author': ['Fawell, J. K.',\n", + " 'Mitchell, R. E.',\n", + " 'Everett, D. J.',\n", + " 'Hill, R. E.'],\n", + " 'title': ['The toxicity of cyanobacterial toxins in the mouse: I Microcystin-LR']},\n", + " {'bibcode': '2020NatSR..10..983K',\n", + " 'author': ['Kawakubo, Mitsuhiro',\n", + " 'Tanaka, Miyako',\n", + " 'Ochi, Kozue',\n", + " 'Watanabe, Akiko',\n", + " 'Saka-Tanaka, Marie',\n", + " 'Kanamori, Yohei',\n", + " 'Yoshioka, Naoki',\n", + " 'Yamashita, Satoko',\n", + " 'Goto, Moritaka',\n", + " 'Itoh, Michiko',\n", + " 'Shirakawa, Ibuki',\n", + " 'Kanai, Sayaka',\n", + " 'Suzuki, Hiromi',\n", + " 'Sawada, Makoto',\n", + " 'Ito, Ayaka',\n", + " 'Ishigami, Masatoshi',\n", + " 'Fujishiro, Mitsuhiro',\n", + " 'Arima, Hiroshi',\n", + " 'Ogawa, Yoshihiro',\n", + " 'Suganami, Takayoshi'],\n", + " 'title': ['Dipeptidyl peptidase-4 inhibition prevents nonalcoholic steatohepatitis-associated liver fibrosis and tumor development in mice independently of its anti-diabetic effects']},\n", + " {'bibcode': '2003PNAS..100.5217Y',\n", + " 'author': ['Yuan, Wenlin',\n", + " 'Rao, Yi',\n", + " 'Babiuk, Randal P.',\n", + " 'Greer, John J.',\n", + " 'Wu, Jane Y.',\n", + " 'Ornitz, David M.'],\n", + " 'title': ['A genetic model for a central (septum transversum) congenital diaphragmatic hernia in mice lacking Slit3']},\n", + " {'bibcode': '2019NatSR...919065H',\n", + " 'author': ['Huang, Chun-Fang',\n", + " 'Chiu, Shang-Yi',\n", + " 'Huang, Hung-Wen',\n", + " 'Cheng, Bing-Ho',\n", + " 'Pan, Hsiu-Min',\n", + " 'Huang, Wei-Lun',\n", + " 'Chang, Hsiao-Hui',\n", + " 'Liao, Chia-Chi',\n", + " 'Jiang, Si-Tse',\n", + " 'Su, Yu-Chia'],\n", + " 'title': ['A reporter mouse for non-invasive detection of toll-like receptor ligands induced acute phase responses']},\n", + " {'bibcode': '2022NatCo..13..607M',\n", + " 'author': ['Morel, Jean-David',\n", + " 'Sauzéat, Lucie',\n", + " 'Goeminne, Ludger J. E.',\n", + " 'Jha, Pooja',\n", + " 'Williams, Evan',\n", + " 'Houtkooper, Riekelt H.',\n", + " 'Aebersold, Ruedi',\n", + " 'Auwerx, Johan',\n", + " 'Balter, Vincent'],\n", + " 'title': ['The mouse metallomic landscape of aging and metabolism']},\n", + " {'bibcode': '2022NatSR..12..449E',\n", + " 'author': ['Ebihara, Chihiro',\n", + " 'Aizawa-Abe, Megumi',\n", + " 'Zhao, Mingming',\n", + " 'Gumbilai, Valentino',\n", + " 'Ebihara, Ken'],\n", + " 'title': ['Different sites of actions make different responses to thiazolidinediones between mouse and rat models of fatty liver']},\n", + " {'bibcode': '2022PLoSO..1771308U',\n", + " 'author': ['Ueda, Hajime',\n", + " 'Honda, Akira',\n", + " 'Miyazaki, Teruo',\n", + " 'Morishita, Yukio',\n", + " 'Hirayama, Takeshi',\n", + " 'Iwamoto, Junichi',\n", + " 'Nakamoto, Nobuhiro',\n", + " 'Ikegami, Tadashi'],\n", + " 'title': ['Sex-, age-, and organ-dependent improvement of bile acid hydrophobicity by ursodeoxycholic acid treatment: A study using a mouse model with human-like bile acid composition']},\n", + " {'bibcode': '2016NatSR...627857N',\n", + " 'author': ['Nakagawa, Yoshimi',\n", + " 'Oikawa, Fusaka',\n", + " 'Mizuno, Seiya',\n", + " 'Ohno, Hiroshi',\n", + " 'Yagishita, Yuka',\n", + " 'Satoh, Aoi',\n", + " 'Osaki, Yoshinori',\n", + " 'Takei, Kenta',\n", + " 'Kikuchi, Takuya',\n", + " 'Han, Song-Iee',\n", + " 'Matsuzaka, Takashi',\n", + " 'Iwasaki, Hitoshi',\n", + " 'Kobayashi, Kazuto',\n", + " 'Yatoh, Shigeru',\n", + " 'Yahagi, Naoya',\n", + " 'Isaka, Masaaki',\n", + " 'Suzuki, Hiroaki',\n", + " 'Sone, Hirohito',\n", + " 'Takahashi, Satoru',\n", + " 'Yamada, Nobuhiro',\n", + " 'Shimano, Hitoshi'],\n", + " 'title': ['Hyperlipidemia and hepatitis in liver-specific CREB3L3 knockout mice generated using a one-step CRISPR/Cas9 system']},\n", + " {'bibcode': '2018NatSR...8.2308M',\n", + " 'author': ['Myhre, Oddvar',\n", + " 'Eide, Dag Marcus',\n", + " 'Kleiven, Synne',\n", + " 'Utkilen, Hans Christian',\n", + " 'Hofer, Tim'],\n", + " 'title': ['Repeated five-day administration of L-BMAA, microcystin-LR, or as mixture, in adult C57BL/6 mice - lack of adverse cognitive effects']},\n", + " {'bibcode': '2015NatCo...6.7690S',\n", + " 'author': ['Soulard, Valérie',\n", + " 'Bosson-Vanga, Henriette',\n", + " 'Lorthiois, Audrey',\n", + " 'Roucher, Clémentine',\n", + " 'Franetich, Jean-François',\n", + " 'Zanghi, Gigliola',\n", + " 'Bordessoulles, Mallaury',\n", + " 'Tefit, Maurel',\n", + " 'Thellier, Marc',\n", + " 'Morosan, Serban',\n", + " 'Le Naour, Gilles',\n", + " 'Capron, Frédérique',\n", + " 'Suemizu, Hiroshi',\n", + " 'Snounou, Georges',\n", + " 'Moreno-Sabater, Alicia',\n", + " 'Mazier, Dominique'],\n", + " 'title': ['Plasmodium falciparum full life cycle and Plasmodium ovale liver stages in humanized mice']},\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", + " 'title': ['Liver X receptor β protects dopaminergic neurons in a mouse model of Parkinson disease']},\n", + " {'bibcode': '2017ANSNN...8b5013P',\n", + " 'author': ['Pham, Hong Nam',\n", + " 'Giang Pham, Thi Ha',\n", + " 'Nguyen, Dac Tu',\n", + " 'Thong Phan, Quoc',\n", + " 'Thu Huong Le, Thi',\n", + " 'Thu Ha, Phuong',\n", + " 'Do, Hung Manh',\n", + " 'Nhung Hoang, Thi My',\n", + " 'Phuc Nguyen, Xuan'],\n", + " 'title': ['Magnetic inductive heating of organs of mouse models treated by copolymer coated Fe3O4 nanoparticles']},\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", + " 'title': ['The Effect of Erythropoietin on Colonial Growth of Erythroid Precursor Cells In Vitro']},\n", + " {'bibcode': '2019NatSR...9.7486E',\n", + " 'author': ['Eggenschwiler, Reto',\n", + " 'Patronov, Atanas',\n", + " 'Hegermann, Jan',\n", + " 'Fráguas-Eggenschwiler, Mariane',\n", + " 'Wu, Guangming',\n", + " 'Cortnumme, Leon',\n", + " 'Ochs, Matthias',\n", + " 'Antes, Iris',\n", + " 'Cantz, Tobias'],\n", + " 'title': ['A combined in silico and in vitro study on mouse Serpina1a antitrypsin-deficiency mutants']},\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", + " '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': '1997PNAS...94.9302A',\n", + " 'author': ['Alimzhanov, Marat B.',\n", + " 'Kuprash, Dmitry V.',\n", + " 'Kosco-Vilbois, Marie H.',\n", + " 'Luz, Arne',\n", + " 'Turetskaya, Regina L.',\n", + " 'Tarakhovsky, Alexander',\n", + " 'Rajewsky, Klaus',\n", + " 'Nedospasov, Sergei A.',\n", + " 'Pfeffer, Klaus'],\n", + " 'title': ['Abnormal Development of Secondary Lymphoid Tissues in Lymphotoxin β -deficient Mice']},\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", + " 'title': ['Identity of tumour necrosis factor and the macrophage-secreted factor cachectin']},\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", + " 'title': ['Characteristics of IL-9 induced by Schistosoma japonicum infection in C57BL/6 mouse liver']},\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", + " 'title': ['Label-free quantitative proteomics of the lysine acetylome in mitochondria identifies substrates of SIRT3 in metabolic pathways']},\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", + " 'title': ['Acute Effects of Fast Neutron Irradiation on Mouse Liver']},\n", + " {'bibcode': '2019NatCo..10..221Z',\n", + " 'author': ['Zong, Lu',\n", + " 'Peng, Hui',\n", + " 'Sun, Cheng',\n", + " 'Li, Fenglei',\n", + " 'Zheng, Meijuan',\n", + " 'Chen, Yongyan',\n", + " 'Wei, Haiming',\n", + " 'Sun, Rui',\n", + " 'Tian, Zhigang'],\n", + " 'title': ['Breakdown of adaptive immunotolerance induces hepatocellular carcinoma in HBsAg-tg mice']},\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", + " 'title': ['The SCID-hu mouse as a model for HIV-1 infection']},\n", + " {'bibcode': '2012ToxIH..28..614B',\n", + " 'author': ['Bakare, Adekunle A.',\n", + " 'Patel, Sushila',\n", + " 'Pandey, Alok K.',\n", + " 'Bajpayee, Mahima',\n", + " 'Dhawan, Alok'],\n", + " 'title': ['DNA and oxidative damage induced in somatic organs and tissues of mouse by municipal sludge leachate']},\n", + " {'bibcode': '1996Sci...273..966D',\n", + " 'author': ['Duverger, Nicolas',\n", + " 'Tremp, Gunter',\n", + " 'Caillaud, Jean-Michel',\n", + " 'Emmanuel, Florence',\n", + " 'Castro, Graciela',\n", + " 'Fruchart, Jean-Charles',\n", + " 'Steinmetz, Armin',\n", + " 'Denefle, Patrice'],\n", + " 'title': ['Protection Against Atherogenesis in Mice Mediated by Human Apolipoprotein A-IV']},\n", + " {'bibcode': '2018NatSR...8.8081D',\n", + " 'author': ['Day, Priscilla E. L.',\n", + " 'Chambers, Karen F.',\n", + " 'Winterbone, Mark S.',\n", + " 'García-Blanco, Tatiana',\n", + " 'Vauzour, David',\n", + " 'Kroon, Paul A.'],\n", + " 'title': ['Validation of control genes and a standardised protocol for quantifying gene expression in the livers of C57BL/6 and ApoE-/- mice']},\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", + " 'title': ['Proteome-wide identification of the endogenous ADP-ribosylome of mammalian cells and tissue']},\n", + " {'bibcode': '1989PNAS...86..207A',\n", + " 'author': ['Araki, Kimi',\n", + " 'Miyazaki, Jun-Ichi',\n", + " 'Hino, Okio',\n", + " 'Tomita, Naohiro',\n", + " 'Chisaka, Osamu',\n", + " 'Matsubara, Kenichi',\n", + " 'Yamamura, Ken-Ichi'],\n", + " 'title': ['Expression and replication of hepatitis B virus genome in transgenic mice.']},\n", + " {'bibcode': '2017AIPC.1890c0006L',\n", + " 'author': ['Liu, Lanlan',\n", + " 'Han, Jizhong',\n", + " 'Li, Haoran',\n", + " 'Liu, Mengmeng',\n", + " 'Zeng, Bin'],\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", + " 'title': ['Circadian control of XPA and excision repair of cisplatin-DNA damage by cryptochrome and HERC2 ubiquitin ligase']},\n", + " {'bibcode': '1986PNAS...83.8356L',\n", + " 'author': ['Latriano, Louise', 'Goldstein, Bernard D.', 'Witz, Gisela'],\n", + " 'title': ['Formation of muconaldehyde, an open-ring metabolite of benzene, in mouse liver microsomes: an additional pathway for toxic metabolites.']},\n", + " {'bibcode': '2020JPhCS1660a2012F',\n", + " 'author': ['Fahdil Abdulhussein, Mohammad',\n", + " 'Thamer Showait Al-Asady, Zainab'],\n", + " 'title': ['Hepatoprotactive Effect of Lallemantia royleana Seeds Extract Against the Toxicity of Rifadin Through Reduction BAX Expression in Liver Tissue of Albino Mice']},\n", + " {'bibcode': '2021NatSR..1117898A',\n", + " 'author': ['Ashrafian, Fatemeh',\n", + " 'Keshavarz Azizi Raftar, Shahrbanoo',\n", + " 'Shahryari, Arefeh',\n", + " 'Behrouzi, Ava',\n", + " 'Yaghoubfar, Rezvan',\n", + " 'Lari, Arezou',\n", + " 'Moradi, Hamid Reza',\n", + " 'Khatami, Shohreh',\n", + " 'Omrani, Mir Davood',\n", + " 'Vaziri, Farzam',\n", + " 'Masotti, Andrea',\n", + " 'Siadat, Seyed Davar'],\n", + " 'title': ['Comparative effects of alive and pasteurized Akkermansia muciniphila on normal diet-fed mice']},\n", + " {'bibcode': '2017NatSR...7.3757G',\n", + " 'author': ['Giersch, Katja',\n", + " 'Homs, Maria',\n", + " 'Volz, Tassilo',\n", + " 'Helbig, Martina',\n", + " 'Allweiss, Lena',\n", + " 'Lohse, Ansgar W.',\n", + " 'Petersen, Jörg',\n", + " 'Buti, Maria',\n", + " 'Pollicino, Teresa',\n", + " 'Sureau, Camille',\n", + " 'Dandri, Maura',\n", + " 'Lütgehetmann, Marc'],\n", + " 'title': ['Both interferon alpha and lambda can reduce all intrahepatic HDV infection markers in HBV/HDV infected humanized mice']},\n", + " {'bibcode': '2020NatSR..1021778N',\n", + " 'author': ['Nilsson, Julia',\n", + " 'Hörnberg, Maria',\n", + " 'Schmidt-Christensen, Anja',\n", + " 'Linde, Kajsa',\n", + " 'Nilsson, Maria',\n", + " 'Carlus, Marine',\n", + " 'Erttmann, Saskia F.',\n", + " 'Mayans, Sofia',\n", + " 'Holmberg, Dan'],\n", + " 'title': ['NKT cells promote both type 1 and type 2 inflammatory responses in a mouse model of liver fibrosis']},\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", + " 'title': ['A mouse model of adult-onset anaemia due to erythropoietin deficiency']},\n", + " {'bibcode': '1979PNAS...76.4808C',\n", + " 'author': ['Cohen, S. M.', 'Shulman, R. G.', 'McLaughlin, A. C.'],\n", + " 'title': ['Effects of Ethanol on Alanine Metabolism in Perfused Mouse Liver Studied by 13C NMR']},\n", + " {'bibcode': '2019NatSR...917497L',\n", + " 'author': ['Lin, You-Yen',\n", + " 'Hu, Chi-Tan',\n", + " 'Sun, Der-Shan',\n", + " 'Lien, Te-Sheng',\n", + " 'Chang, Hsin-Hou'],\n", + " 'title': ['Thioacetamide-induced liver damage and thrombocytopenia is associated with induction of antiplatelet autoantibody in mice']},\n", + " {'bibcode': '2012PNAS..109E1820M',\n", + " 'author': ['Mangerich, Aswin',\n", + " 'Knutson, Charles G.',\n", + " 'Parry, Nicola M.',\n", + " 'Muthupalani, Sureshkumar',\n", + " 'Ye, Wenjie',\n", + " 'Prestwich, Erin',\n", + " 'Cui, Liang',\n", + " 'McFaline, Jose L.',\n", + " 'Mobley, Melissa',\n", + " 'Ge, Zhongming',\n", + " 'Taghizadeh, Koli',\n", + " 'Wishnok, John S.',\n", + " 'Wogan, Gerald N.',\n", + " 'Fox, James G.',\n", + " 'Tannenbaum, Steven R.',\n", + " 'Dedon, Peter C.'],\n", + " 'title': ['PNAS Plus: Infection-induced colitis in mice causes dynamic and tissue-specific changes in stress response and DNA damage leading to colon cancer']},\n", + " {'bibcode': '2022NatCo..13.4346W',\n", + " 'author': ['Weber, André A.',\n", + " 'Yang, Xiaojing',\n", + " 'Mennillo, Elvira',\n", + " 'Ding, Jeffrey',\n", + " 'Watrous, Jeramie D.',\n", + " 'Jain, Mohit',\n", + " 'Chen, Shujuan',\n", + " 'Karin, Michael',\n", + " 'Tukey, Robert H.'],\n", + " 'title': ['Lactational delivery of Triclosan promotes non-alcoholic fatty liver disease in newborn mice']},\n", + " {'bibcode': '2017ESPR...2424201W',\n", + " 'author': ['Wu, Xinmou',\n", + " 'Liang, Minqing',\n", + " 'Yang, Zhao',\n", + " 'Su, Min',\n", + " 'Yang, Bin'],\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", + " 'title': ['Gene Expression Profile Analysis of Type 2 Diabetic Mouse Liver']},\n", + " {'bibcode': '2018NatSR...8.7500J',\n", + " 'author': ['Jang, Se-Eun',\n", + " 'Jeong, Jin-Ju',\n", + " 'Kim, Jeon-Kyung',\n", + " 'Han, Myung Joo',\n", + " 'Kim, Dong-Hyun'],\n", + " 'title': ['Simultaneous Amelioratation of Colitis and Liver Injury in Mice by Bifidobacterium longum LC67 and Lactobacillus plantarum LC27']},\n", + " {'bibcode': '2011PNAS..108.5748J',\n", + " 'author': ['Jornayvaz, François R.',\n", + " 'Birkenfeld, Andreas L.',\n", + " 'Jurczak, Michael J.',\n", + " 'Kanda, Shoichi',\n", + " 'Guigni, Blas A.',\n", + " 'Jiang, Debbie C.',\n", + " 'Zhang, Dongyan',\n", + " 'Lee, Hui-Young',\n", + " 'Samuel, Varman T.',\n", + " 'Shulman, Gerald I.'],\n", + " 'title': ['Hepatic insulin resistance in mice with hepatic overexpression of diacylglycerol acyltransferase 2']},\n", + " {'bibcode': '1999Natur.402...79C',\n", + " 'author': ['Cox, Jeffery S.',\n", + " 'Chen, Bing',\n", + " 'McNeil, Michael',\n", + " 'Jacobs, William R.'],\n", + " 'title': ['Complex lipid determines tissue-specific replication of Mycobacterium tuberculosis in mice']},\n", + " {'bibcode': '1995Natur.377..151K',\n", + " 'author': ['Katz, Ellen B.',\n", + " 'Stenbit, Antine E.',\n", + " 'Hatton, Kimi',\n", + " 'Depinhot, Ronald',\n", + " 'Charron, Maureen J.'],\n", + " 'title': ['Cardiac and adipose tissue abnormalities but not diabetes in mice deficient in GLUT4']},\n", + " {'bibcode': '2002PNAS...9911181S',\n", + " 'author': ['Su, Andrew I.',\n", + " 'Guidotti, Luca G.',\n", + " 'Pezacki, John Paul',\n", + " 'Chisari, Francis V.',\n", + " 'Schultz, Peter G.'],\n", + " 'title': ['Gene expression during the priming phase of liver regeneration after partial hepatectomy in mice']},\n", + " {'bibcode': '2022RLSFN..33..205W',\n", + " 'author': ['Wu, Zhipan',\n", + " 'Gong, Haitao',\n", + " 'Shen, Yuhang',\n", + " 'Han, Haote',\n", + " 'Zhu, Wei',\n", + " 'Tian, Jingkui',\n", + " 'Fan, Hua',\n", + " 'Li, Shouxin'],\n", + " 'title': ['Hypoglycemic and hypolipidemic effects of sugar beet (Beta vulgaris L.) extract on C57BL/KsJ db/db mice']},\n", + " {'bibcode': '2013PNAS..110.7003K',\n", + " 'author': ['Kaliannan, Kanakaraju',\n", + " 'Hamarneh, Sulaiman R.',\n", + " 'Economopoulos, Konstantinos P.',\n", + " 'Nasrin Alam, Sayeda',\n", + " 'Moaven, Omeed',\n", + " 'Patel, Palak',\n", + " 'Malo, Nondita S.',\n", + " 'Ray, Madhury',\n", + " 'Abtahi, Seyed M.',\n", + " 'Muhammad, Nur',\n", + " 'Raychowdhury, Atri',\n", + " 'Teshager, Abeba',\n", + " 'Mohamed, Mussa M. Rafat',\n", + " 'Moss, Angela K.',\n", + " 'Ahmed, Rizwan',\n", + " 'Hakimian, Shahrad',\n", + " 'Narisawa, Sonoko',\n", + " 'Millán, José Luis',\n", + " 'Hohmann, Elizabeth',\n", + " 'Warren, H. Shaw',\n", + " 'Bhan, Atul K.',\n", + " 'Malo, Madhu S.',\n", + " 'Hodin, Richard A.'],\n", + " 'title': ['Intestinal alkaline phosphatase prevents metabolic syndrome in mice']},\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", + " 'title': ['Expression and In Vivo Rescue of Human ABCC6 Disease-Causing Mutants in Mouse Liver']},\n", + " {'bibcode': '2019NatSR...917423R',\n", + " 'author': ['Reyes-Caballero, Hermes',\n", + " 'Rao, Xiaoquan',\n", + " 'Sun, Qiushi',\n", + " 'Warmoes, Marc O.',\n", + " 'Lin, Penghui',\n", + " 'Sussan, Tom E.',\n", + " 'Park, Bongsoo',\n", + " 'Fan, Teresa W. -M.',\n", + " 'Maiseyeu, Andrei',\n", + " 'Rajagopalan, Sanjay',\n", + " 'Girnun, Geoffrey D.',\n", + " 'Biswal, Shyam'],\n", + " 'title': ['Air pollution-derived particulate matter dysregulates hepatic Krebs cycle, glucose and lipid metabolism in mice']},\n", + " {'bibcode': '2017DIB....15..908F',\n", + " 'author': ['Foster, Melanie L.',\n", + " 'Bartnikas, Thomas B.',\n", + " 'Maresca-Fichter, Hailey C.',\n", + " 'Mercadante, Courtney',\n", + " 'Dash, Miriam',\n", + " 'Miller, Chelsea',\n", + " 'Dorman, David C.'],\n", + " 'title': ['Interactions of manganese with iron, zinc, and copper in neonatal C57BL/6J and parkin mice following developmental oral manganese exposure']},\n", + " {'bibcode': '2017NatSR...740220S',\n", + " 'author': ['Siersbæk, Majken',\n", + " 'Varticovski, Lyuba',\n", + " 'Yang, Shutong',\n", + " 'Baek, Songjoon',\n", + " 'Nielsen, Ronni',\n", + " 'Mandrup, Susanne',\n", + " 'Hager, Gordon L.',\n", + " 'Chung, Jay H.',\n", + " 'Grøntved, Lars'],\n", + " 'title': ['High fat diet-induced changes of mouse hepatic transcription and enhancer activity can be reversed by subsequent weight loss']},\n", + " {'bibcode': '1974PNAS...71.2491F',\n", + " 'author': ['Faust, C. H.', 'Diggelmann, H.', 'Mach, B.'],\n", + " 'title': ['Estimation of the Number of Genes Coding for the Constant Part of the Mouse Immunoglobulin Kappa Light Chain']},\n", + " {'bibcode': '2019JPhCS1294f2015A',\n", + " 'author': ['Al-Saidi, Ghaleb H. O.', 'Saadon, Abdul-Amir S.'],\n", + " 'title': ['The study of toxic effects of toxic isolate Alternaria alternata in vivo of white mice and the ability of Biological and Chemical treatments in the reduction of toxicity']},\n", + " {'bibcode': '1997PNAS...94.5137D',\n", + " 'author': ['Duvillié, Bertrand',\n", + " 'Cordonnier, Nathalie',\n", + " 'Deltour, Louise',\n", + " 'Dandoy-Dron, Françoise',\n", + " 'Itier, Jean-Michel',\n", + " 'Monthioux, Eliane',\n", + " 'Jami, Jacques',\n", + " 'Joshi, Rajiv L.',\n", + " 'Bucchini, Danielle'],\n", + " 'title': ['Phenotypic Alterations in Insulin-Deficient Mutant Mice']},\n", + " {'bibcode': '2019NatSR...9.8003L',\n", + " 'author': ['Li, Meng',\n", + " 'Dang, Yanqi',\n", + " 'Li, Qiong',\n", + " 'Zhou, Wenjun',\n", + " 'Zuo, Jianping',\n", + " 'Yao, Zemin',\n", + " 'Zhang, Li',\n", + " 'Ji, Guang'],\n", + " 'title': ['Berberine alleviates hyperglycemia by targeting hepatic glucokinase in diabetic db/db mice']},\n", + " {'bibcode': '2021NatCo..12.6350Q',\n", + " 'author': ['Qu, Meng', 'Qu, Han', 'Jia, Zhenyu', 'Kay, Steve A.'],\n", + " 'title': ['HNF4A defines tissue-specific circadian rhythms by beaconing BMAL1::CLOCK chromatin binding and shaping the rhythmic chromatin landscape']},\n", + " {'bibcode': '1994PNAS...91..345T',\n", + " 'author': ['Tsuji, Moriya',\n", + " 'Mombaerts, Peter',\n", + " 'Lefrancois, Leo',\n", + " 'Nussenzweig, Ruth S.',\n", + " 'Zavala, Fidel',\n", + " 'Tonegawa, Susumu'],\n", + " 'title': ['γδ T Cells Contribute to Immunity Against the Liver Stages of Malaria in α β T-Cell-Deficient Mice']},\n", + " {'bibcode': '2018NatSR...817210G',\n", + " 'author': ['Gadaleta, Raffaella Maria',\n", + " 'Scialpi, Natasha',\n", + " 'Peres, Claudia',\n", + " 'Cariello, Marica',\n", + " 'Ko, Brian',\n", + " 'Luo, Jian',\n", + " 'Porru, Emanuele',\n", + " 'Roda, Aldo',\n", + " 'Sabbà, Carlo',\n", + " 'Moschetta, Antonio'],\n", + " 'title': ['Suppression of Hepatic Bile Acid Synthesis by a non-tumorigenic FGF19 analogue Protects Mice from Fibrosis and Hepatocarcinogenesis']},\n", + " {'bibcode': '1996PNAS...93.7923L',\n", + " 'author': ['Lieberman, Michael W.',\n", + " 'Wiseman, Amy L.',\n", + " 'Shi, Zheng-Zheng',\n", + " 'Carter, Bing Z.',\n", + " 'Barrios, Roberto',\n", + " 'Ou, Ching-Nan',\n", + " 'Chevez-Barrios, Patricia',\n", + " 'Wang, Yan',\n", + " 'Habib, Geetha M.',\n", + " 'Goodman, J. Clay',\n", + " 'Huang, Shiu L.',\n", + " 'Lebovitz, Russell M.',\n", + " 'Matzuk, Martin M.'],\n", + " 'title': ['Growth Retardation and Cysteine Deficiency in γ -Glutamyl Transpeptidase-Deficient Mice']},\n", + " {'bibcode': '2015NatSR...513519N',\n", + " 'author': ['Nishio, Naomi', 'Isobe, Ken-Ichi'],\n", + " 'title': ['GADD34-deficient mice develop obesity, nonalcoholic fatty liver disease, hepatic carcinoma and insulin resistance']},\n", + " {'bibcode': '2006PNAS..103.3781T',\n", + " 'author': ['Trogan, Eugene',\n", + " 'Feig, Jonathan E.',\n", + " 'Dogan, Snjezana',\n", + " 'Rothblat, George H.',\n", + " 'Angeli, Véronique',\n", + " 'Tacke, Frank',\n", + " 'Randolph, Gwendalyn J.',\n", + " 'Fisher, Edward A.'],\n", + " 'title': ['Gene expression changes in foam cells and the role of chemokine receptor CCR7 during atherosclerosis regression in ApoE-deficient mice']},\n", + " {'bibcode': '2013SPIE.8676E..0DS',\n", + " 'author': ['Schwier, Michael',\n", + " 'Hahn, Horst K.',\n", + " 'Dahmen, Uta',\n", + " 'Dirsch, Olaf'],\n", + " 'title': ['Reconstruction of vessel structures from serial whole slide sections of murine liver samples']},\n", + " {'bibcode': '1998PNAS...95.2503L',\n", + " 'author': ['Liu, Yujing',\n", + " 'Suzuki, Kinuko',\n", + " 'Reed, Jennifer D.',\n", + " 'Grinberg, Alexander',\n", + " 'Westphal, Heiner',\n", + " 'Hoffmann, Alexander',\n", + " 'Döring, Thomas',\n", + " 'Sandhoff, Konrad',\n", + " 'Proia, Richard L.'],\n", + " 'title': ['Mice with Type 2 and 3 Gaucher Disease Point Mutations Generated by a Single Insertion Mutagenesis Procedure (SIMP)']},\n", + " {'bibcode': '2017Heliy...300305K',\n", + " 'author': ['Kongphat, Wanthita',\n", + " 'Pudgerd, Arnon',\n", + " 'Sridurongrit, Somyoth'],\n", + " 'title': ['Hepatocyte-specific expression of constitutively active Alk5 exacerbates thioacetamide-induced liver injury in mice']},\n", + " {'bibcode': '2004EnvMM..43..186A',\n", + " 'author': ['Arlt, Volker M.',\n", + " 'Zhan, Li',\n", + " 'Schmeiser, Heinz H.',\n", + " 'Honma, Masamitsu',\n", + " 'Hayashi, Makoto',\n", + " 'Phillips, David H.',\n", + " 'Suzuki, Takayoshi'],\n", + " 'title': ['DNA adducts and mutagenic specificity of the ubiquitous environmental pollutant 3‑nitrobenzanthrone in Muta Mouse']},\n", + " {'bibcode': '2022arXiv220812811W',\n", + " 'author': ['Wu, Xinxing',\n", + " 'Peng, Chong',\n", + " 'Jicha, Gregory',\n", + " 'Wilcock, Donna',\n", + " 'Cheng, Qiang'],\n", + " 'title': ['PRIME: Uncovering Circadian Oscillation Patterns and Associations with AD in Untimed Genome-wide Gene Expression across Multiple Brain Regions']},\n", + " {'bibcode': '2000PNAS...97.2367F',\n", + " 'author': ['Faggioni, Raffaella',\n", + " 'Jones-Carson, Jessica',\n", + " 'Reed, David A.',\n", + " 'Dinarello, Charles A.',\n", + " 'Feingold, Kenneth R.',\n", + " 'Grunfeld, Carl',\n", + " 'Fantuzzi, Giamila'],\n", + " 'title': ['Leptin-deficient (ob/ob) mice are protected from T cell-mediated hepatotoxicity: Role of tumor necrosis factor α and IL-18']},\n", + " {'bibcode': '2021NatSR..11.8003O',\n", + " 'author': ['Oshio, Yui',\n", + " 'Hattori, Yuta',\n", + " 'Kamata, Hatsuho',\n", + " 'Ozaki-Masuzawa, Yori',\n", + " 'Seki, Arisa',\n", + " 'Tsuruta, Yasutaka',\n", + " 'Takenaka, Asako'],\n", + " 'title': ['Very low-density lipoprotein receptor increases in a liver-specific manner due to protein deficiency but does not affect fatty liver in mice']},\n", + " {'bibcode': '2021NatSR..1122595E',\n", + " 'author': ['Endo-Umeda, Kaori',\n", + " 'Nakashima, Hiroyuki',\n", + " 'Uno, Shigeyuki',\n", + " 'Toyoshima, Shota',\n", + " 'Umeda, Naoki',\n", + " 'Komine-Aizawa, Shihoko',\n", + " 'Seki, Shuhji',\n", + " 'Makishima, Makoto'],\n", + " 'title': ['Liver X receptors regulate natural killer T cell population and antitumor activity in the liver of mice']},\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", + " 'title': ['Delayed hepatic uptake of multi-phosphonic acid poly(ethylene glycol) coated iron oxide measured by real-time magnetic resonance imaging']},\n", + " {'bibcode': '2021JPhCS1940a2055S',\n", + " 'author': ['Santoso, P.', 'Maliza, R.', 'Insani, S. J.', 'Fadhilah, Q.'],\n", + " 'title': ['Effect of Jicama (Pachyrhizus erosus) Fiber on Energy Intake and Adipose Tissue Profiles in Mice Fed with High-Fat Diet']},\n", + " {'bibcode': '2023E3SWC.40701013P',\n", + " 'author': ['Poddubnaya, Nadezhda', 'Timoshkin, Alexandr'],\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': '2021PPNL...18..378Z',\n", + " 'author': ['Zinicovscaia, I.',\n", + " 'Ivlieva, A. L.',\n", + " 'Petritskaya, E. N.',\n", + " 'Rogatkin, D. A.',\n", + " 'Yushin, N.',\n", + " 'Grozdov, D.',\n", + " 'Vergel, K.',\n", + " 'Kutláková, K. Mamulová'],\n", + " 'title': ['Assessment of TiO2 Nanoparticles Accumulation in Organs and Their Effect on Cognitive Abilities of 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", + " 'title': ['Peripheral modulation of antidepressant targets MAO-B and GABAAR by harmol induces mitohormesis and delays aging in preclinical models']},\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", + " 'title': ['Phosphoproteome analysis of mouse liver using immobilized metal affinity purification and linear ion trap mass spectrometry']},\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", + " 'title': ['Dielectric and Biological Characterization of Liver Tissue in a High-Fat Diet Mouse Model']},\n", + " {'bibcode': '2023NatSR..13.7996L',\n", + " 'author': ['Lu, Zheng',\n", + " 'Liu, Lu',\n", + " 'Zhao, Shunxin',\n", + " 'Zhao, Jiangtao',\n", + " 'Li, Sujun',\n", + " 'Li, Mingyang'],\n", + " 'title': ['Apigenin attenuates atherosclerosis and non-alcoholic fatty liver disease through inhibition of NLRP3 inflammasome in mice']},\n", + " {'bibcode': '2017NatSR...710518B',\n", + " 'author': ['Bai, Li',\n", + " 'Liu, Xin',\n", + " 'Zheng, Qingfen',\n", + " 'Kong, Ming',\n", + " 'Zhang, Xiaohui',\n", + " 'Hu, Richard',\n", + " 'Lou, Jinli',\n", + " 'Ren, Feng',\n", + " 'Chen, Yu',\n", + " 'Zheng, Sujun',\n", + " 'Liu, Shuang',\n", + " 'Han, Yuan-Ping',\n", + " 'Duan, Zhongping',\n", + " 'Pandol, Stephen J.'],\n", + " 'title': ['M2-like macrophages in the fibrotic liver protect mice against lethal insults through conferring apoptosis resistance to hepatocytes']},\n", + " {'bibcode': '1956Natur.178..644D',\n", + " 'author': ['Dutton, Anne H.', 'Heath, D. F.'],\n", + " 'title': ['Demethylation of Dimethylnitrosamine in Rats and Mice']},\n", + " {'bibcode': '1996PNAS...9314857C',\n", + " 'author': ['Chan, John',\n", + " 'Tian, Yu',\n", + " 'Tanaka, Kathryn E.',\n", + " 'Tsang, Ming S.',\n", + " 'Yu, Keming',\n", + " 'Salgame, Padmini',\n", + " 'Carroll, Dinah',\n", + " 'Kress, Yvonne',\n", + " 'Teitelbaum, Rachel',\n", + " 'Bloom, Barry R.'],\n", + " 'title': ['Effects of Protein Calorie Malnutrition on Tuberculosis in Mice']},\n", + " {'bibcode': '2006PNAS..10317852K',\n", + " 'author': ['Kikuchi, Kazu', 'Kondo, Motonari'],\n", + " 'title': ['Developmental switch of mouse hematopoietic stem cells from fetal to adult type occurs in bone marrow after birth']},\n", + " {'bibcode': '1981PNAS...78.2038H',\n", + " 'author': ['Hynes, Nancy E.',\n", + " 'Kennedy, Nicholas',\n", + " 'Rahmsdorf, Ursula',\n", + " 'Groner, Bernd'],\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': '2018AIPC.2019f0004L',\n", + " 'author': ['Lisanti, Elsa',\n", + " 'Sajuthi, Dondin',\n", + " 'Agil, Muhammad',\n", + " 'Arifiantini, R. Iis',\n", + " 'Winarto, Adi'],\n", + " 'title': ['The effect of aqueous seed extract of neem (Azadirachta indica A. Juss) on liver histology of male mice (Mus musculus albinus)']},\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", + " 'title': ['Interferon-alpha treatment rapidly clears Hepatitis E virus infection in humanized mice']},\n", + " {'bibcode': '2022NatSR..12.2996K',\n", + " 'author': ['Kanno, Kotaro',\n", + " 'Koseki, Masahiro',\n", + " 'Chang, Jiuyang',\n", + " 'Saga, Ayami',\n", + " 'Inui, Hiroyasu',\n", + " 'Okada, Takeshi',\n", + " 'Tanaka, Katsunao',\n", + " 'Asaji, Masumi',\n", + " 'Zhu, Yinghong',\n", + " 'Ide, Seiko',\n", + " 'Saito, Shigeyoshi',\n", + " 'Higo, Tomoaki',\n", + " 'Okuzaki, Daisuke',\n", + " 'Ohama, Tohru',\n", + " 'Nishida, Makoto',\n", + " 'Kamada, Yoshihiro',\n", + " 'Ono, Masafumi',\n", + " 'Saibara, Toshiji',\n", + " 'Yamashita, Shizuya',\n", + " 'Sakata, Yasushi'],\n", + " 'title': ['Pemafibrate suppresses NLRP3 inflammasome activation in the liver and heart in a novel mouse model of steatohepatitis-related cardiomyopathy']},\n", + " {'bibcode': '2016cosp...41E2163Z',\n", + " 'author': ['Zhang, Meng',\n", + " 'Sun, Yeqing',\n", + " 'Xue, Bei',\n", + " 'Wang, Xinwen',\n", + " 'Wang, Jiawen'],\n", + " 'title': ['The Role of DNA Methylation Changes in Radiation-Induced Bystander Effects in cranial irradiated Mice']},\n", + " {'bibcode': '1988PNAS...85.9576S',\n", + " 'author': ['Smith, William C.',\n", + " 'Linzer, Daniel I. H.',\n", + " 'Talamantes, Frank'],\n", + " 'title': ['Detection of two growth hormone receptor mRNAs and primary translation products in the mouse.']},\n", + " {'bibcode': '1996PNAS...93.9577S',\n", + " 'author': ['Santoni-Rugiu, Eric',\n", + " 'Preisegger, Karl H.',\n", + " 'Kiss, Andras',\n", + " 'Audolfsson, Thorir',\n", + " 'Shiota, Goshi',\n", + " 'Schmidt, Emmett V.',\n", + " 'Thorgeirsson, Snorri S.'],\n", + " 'title': ['Inhibition of neoplastic development in the liver by hepatocyte growth factor in a transgenic mouse model.']},\n", + " {'bibcode': '2015Nanot..26q5101L',\n", + " 'author': ['Lu, Xiaoyan', 'Ji, Cai', 'Jin, Tingting', 'Fan, Xiaohui'],\n", + " 'title': ['The effects of size and surface modification of amorphous silica particles on biodistribution and liver metabolism in mice']},\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", + " 'title': ['Night eating and obesity in the EP3R-deficient mouse']},\n", + " {'bibcode': '2005PNAS..102.6086X',\n", + " 'author': ['Xu, Aimin',\n", + " 'Lam, Michael C.',\n", + " 'Chan, Kok Weng',\n", + " 'Wang, Yu',\n", + " 'Zhang, Jialiang',\n", + " 'Hoo, Ruby L. C.',\n", + " 'Xu, Jian Yu',\n", + " 'Chen, Baoying',\n", + " 'Chow, Wing-Sun',\n", + " 'Tso, Annette W. K.',\n", + " 'Lam, Karen S. L.'],\n", + " 'title': ['Angiopoietin-like protein 4 decreases blood glucose and improves glucose tolerance but induces hyperlipidemia and hepatic steatosis in mice']},\n", + " {'bibcode': '2019NatSR...915289D',\n", + " 'author': ['da Silva Caetano, Camila Carla',\n", + " 'Camini, Fernanda Caetano',\n", + " 'Almeida, Letícia Trindade',\n", + " 'Ferraz, Ariane Coelho',\n", + " 'da Silva, Tales Fernando',\n", + " 'Lima, Rafaela Lameira Souza',\n", + " 'de Freitas Carvalho, Mayara Medeiros',\n", + " 'de Freitas Castro, Thalles',\n", + " 'Carneiro, Cláudia Martins',\n", + " 'de Mello Silva, Breno',\n", + " 'de Queiroz Silva, Silvana',\n", + " 'de Magalhães, José Carlos',\n", + " 'de Brito Magalhães, Cintia Lopes'],\n", + " 'title': ['Mayaro Virus Induction of Oxidative Stress is Associated With Liver Pathology in a Non-Lethal Mouse Model']},\n", + " {'bibcode': '1995PNAS...92..773G',\n", + " 'author': ['Godin, Isabelle',\n", + " 'Dieterlen-Lievre, Francoise',\n", + " 'Cumano, Ana'],\n", + " 'title': ['Emergence of multipotent hemopoietic cells in the yolk sac and paraaortic splanchnopleura in mouse embryos, beginning at 8.5 days postcoitus.']},\n", + " {'bibcode': '1989PNAS...86.1553H',\n", + " 'author': ['Herbst, Roy S.',\n", + " 'Friedman, Neil',\n", + " 'Darnell, James E.',\n", + " 'Babiss, Lee E.'],\n", + " 'title': ['Positive and negative regulatory elements in the mouse albumin enhancer.']},\n", + " {'bibcode': '1977PNAS...74.2135R',\n", + " 'author': ['Riviere, Yves',\n", + " 'Gresser, Ion',\n", + " 'Guillon, Jean-Claude',\n", + " 'Tovey, Michael G.'],\n", + " 'title': ['Inhibition by anti-interferon serum of lymphocytic choriomeningitis virus disease in suckling mice.']},\n", + " {'bibcode': '2019NatSR...919601A',\n", + " 'author': ['Asakawa, Masahiro',\n", + " 'Itoh, Michiko',\n", + " 'Suganami, Takayoshi',\n", + " 'Sakai, Takeru',\n", + " 'Kanai, Sayaka',\n", + " 'Shirakawa, Ibuki',\n", + " 'Yuan, Xunmei',\n", + " 'Hatayama, Tomomi',\n", + " 'Shimada, Shu',\n", + " 'Akiyama, Yoshimitsu',\n", + " 'Fujiu, Katsuhito',\n", + " 'Inagaki, Yutaka',\n", + " 'Manabe, Ichiro',\n", + " 'Yamaoka, Shoji',\n", + " 'Yamada, Tetsuya',\n", + " 'Tanaka, Shinji',\n", + " 'Ogawa, Yoshihiro'],\n", + " 'title': ['Upregulation of cancer-associated gene expression in activated fibroblasts in a mouse model of non-alcoholic steatohepatitis']},\n", + " {'bibcode': '1995Natur.375..318P',\n", + " 'author': ['Parkins, Andrew C.', 'Sharpe, Arlene H.', 'Orkin, Stuart H.'],\n", + " 'title': ['Lethal β-thalassaemia in mice lacking the erythroid CACCC-transcription factor EKLF']},\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", + " 'title': ['Selective inhibition of cullin 3 neddylation through covalent targeting DCN1 protects mice from acetaminophen-induced liver toxicity']},\n", + " {'bibcode': '2020NatSR..10..869C',\n", + " 'author': ['Choi, Woo Jin',\n", + " 'Dong, Hye Jin',\n", + " 'Jeong, Hyun Uk',\n", + " 'Ryu, Dong Wook',\n", + " 'Song, Soo Min',\n", + " 'Kim, Yu Ri',\n", + " 'Jung, Hyun Ho',\n", + " 'Kim, Tai Hoon',\n", + " 'Kim, Yeung-Hyen'],\n", + " 'title': ['Lactobacillus plantarum LMT1-48 exerts anti-obesity effect in high-fat diet-induced obese mice by regulating expression of lipogenic genes']},\n", + " {'bibcode': '2017NatSR...7.8268W',\n", + " 'author': ['Willebrords, Joost',\n", + " 'Cogliati, Bruno',\n", + " 'Pereira, Isabel Veloso Alves',\n", + " 'da Silva, Tereza Cristina',\n", + " 'Crespo Yanguas, Sara',\n", + " 'Maes, Michaël',\n", + " 'Govoni, Veronica Mollica',\n", + " 'Lima, Andressa',\n", + " 'Felisbino, Daniele Aparecida',\n", + " 'Decrock, Elke',\n", + " 'Nogueira, Marina Sayuri',\n", + " 'de Castro, Inar Alves',\n", + " 'Leclercq, Isabelle',\n", + " 'Leybaert, Luc',\n", + " 'Rodrigues, Robim Marcelino',\n", + " 'Vinken, Mathieu'],\n", + " 'title': ['Inhibition of connexin hemichannels alleviates non-alcoholic steatohepatitis in mice']},\n", + " {'bibcode': '2022NatCo..13.6198W',\n", + " 'author': ['Wolstenholme, Jennifer T.',\n", + " 'Saunders, Justin M.',\n", + " 'Smith, Maren',\n", + " 'Kang, Jason D.',\n", + " 'Hylemon, Phillip B.',\n", + " 'González-Maeso, Javier',\n", + " 'Fagan, Andrew',\n", + " 'Zhao, Derrick',\n", + " 'Sikaroodi, Masoumeh',\n", + " 'Herzog, Jeremy',\n", + " 'Shamsaddini, Amirhossein',\n", + " 'Peña-Rodríguez, Marcela',\n", + " 'Su, Lianyong',\n", + " 'Tai, Yun-Ling',\n", + " 'Zheng, Jing',\n", + " 'Cheng, Po-Cheng',\n", + " 'Sartor, R. Balfour',\n", + " 'Gillevet, Patrick M.',\n", + " 'Zhou, Huiping',\n", + " 'Bajaj, Jasmohan S.'],\n", + " 'title': ['Reduced alcohol preference and intake after fecal transplant in patients with alcohol use disorder is transmissible to germ-free mice']},\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", + " 'title': ['YAP determines the cell fate of injured mouse hepatocytes in vivo']},\n", + " {'bibcode': '1998PNAS...9510914R',\n", + " 'author': ['Raber, Jacob',\n", + " 'Wong, Derek',\n", + " 'Buttini, Manuel',\n", + " 'Orth, Matthias',\n", + " 'Bellosta, Stefano',\n", + " 'Pitas, Robert E.',\n", + " 'Mahley, Robert W.',\n", + " 'Mucke, Lennart'],\n", + " 'title': ['Isoform-Specific Effects of Human Apolipoprotein E on Brain Function Revealed in ApoE Knockout Mice: Increased Susceptibility of Females']},\n", + " {'bibcode': '2003JAPco..15..507W',\n", + " 'author': ['Wei, Yuxi', \"Li, Zhi'en\", 'Hu, Yingfen', 'Xu, Zuhong'],\n", + " 'title': ['Inhibition of mouse liver lipid peroxidation by high molecular weight phlorotannins fromSargassum kjellmanianum']},\n", + " {'bibcode': '2003EnTox..18..142G',\n", + " 'author': ['Gehringer, Michelle M.',\n", + " 'Govender, Sharlene',\n", + " 'Shah, Mrinal',\n", + " 'Downing, Timothy G.'],\n", + " 'title': ['An investigation of the role of vitamin E in the protection of mice against microcystin toxicity']},\n", + " {'bibcode': '2020NatSR..10.8689L',\n", + " 'author': ['Landerer, Steffen',\n", + " 'Kalthoff, Sandra',\n", + " 'Paulusch, Stefan',\n", + " 'Strassburg, Christian P.'],\n", + " 'title': ['A Gilbert syndrome-associated haplotype protects against fatty liver disease in humanized transgenic mice']},\n", + " {'bibcode': '2017NatSR...745424N',\n", + " 'author': ['Ng, Shengyong',\n", + " 'March, Sandra',\n", + " 'Galstian, Ani',\n", + " 'Gural, Nil',\n", + " 'Stevens, Kelly R.',\n", + " 'Mota, Maria M.',\n", + " 'Bhatia, Sangeeta N.'],\n", + " 'title': ['Towards a Humanized Mouse Model of Liver Stage Malaria Using Ectopic Artificial Livers']},\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", + " 'title': ['Adduction of DNA with MTBE and TBA in mice studied by accelerator mass spectrometry']},\n", + " {'bibcode': '2004PNAS..101.8360S',\n", + " 'author': ['Strick-Marchand, Hélène',\n", + " 'Morosan, Serban',\n", + " 'Charneau, Pierre',\n", + " 'Kremsdorf, Dina',\n", + " 'Weiss, Mary C.'],\n", + " 'title': ['Bipotential mouse embryonic liver stem cell lines contribute to liver regeneration and differentiate as bile ducts and hepatocytes']},\n", + " {'bibcode': '2013NatCo...4.2019P',\n", + " 'author': ['Planavila, A.',\n", + " 'Redondo, I.',\n", + " 'Hondares, E.',\n", + " 'Vinciguerra, M.',\n", + " 'Munts, C.',\n", + " 'Iglesias, R.',\n", + " 'Gabrielli, L. A.',\n", + " 'Sitges, M.',\n", + " 'Giralt, M.',\n", + " 'van Bilsen, M.',\n", + " 'Villarroya, F.'],\n", + " 'title': ['Fibroblast growth factor 21 protects against cardiac hypertrophy in mice']},\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", + " 'title': ['Evolutionarily conserved gene family important for fat storage']},\n", + " {'bibcode': '2011PLoSO...623709O',\n", + " 'author': ['Oike, Hideaki',\n", + " 'Nagai, Kanji',\n", + " 'Fukushima, Tatsunobu',\n", + " 'Ishida, Norio',\n", + " 'Kobori, Masuko'],\n", + " 'title': ['Feeding Cues and Injected Nutrients Induce Acute Expression of Multiple Clock Genes in the Mouse Liver']},\n", + " {'bibcode': '2019NatSR...918765P',\n", + " 'author': ['Piek, Arnold',\n", + " 'Koonen, Debby P. Y.',\n", + " 'Schouten, Elisabeth-Maria',\n", + " 'Lindtstedt, Eva L.',\n", + " 'Michaëlsson, Erik',\n", + " 'de Boer, Rudolf A.',\n", + " 'Silljé, Herman H. W.'],\n", + " 'title': ['Pharmacological myeloperoxidase (MPO) inhibition in an obese/hypertensive mouse model attenuates obesity and liver damage, but not cardiac remodeling']},\n", + " {'bibcode': '2005PNAS..102..396P',\n", + " 'author': ['Perincheri, Sudhir',\n", + " 'Dingle, R. W. Cameron',\n", + " 'Peterson, Martha L.',\n", + " 'Spear, Brett T.'],\n", + " 'title': ['Hereditary persistence of α-fetoprotein and H19 expression in liver of BALB/cJ mice is due to a retrovirus insertion in the Zhx2 gene']},\n", + " {'bibcode': '1994PNAS...91.7598D',\n", + " 'author': ['Duncan, Stephen A.',\n", + " 'Manova, Katia',\n", + " 'Chen, William S.',\n", + " 'Hoodless, Pamela',\n", + " 'Weinstein, Daniel C.',\n", + " 'Bachvarova, Rosemary F.',\n", + " 'Darnell, James E., Jr.'],\n", + " 'title': ['Expression of transcription factor HNF-4 in the extraembryonic endoderm, gut, and nephrogenic tissue of the developing mouse embryo: HNF-4 is a marker for primary endoderm in the implanting blastocyst.']},\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", + " 'title': ['High-Level Erythroid Expression of Human α -globin Genes in Transgenic Mice']},\n", + " {'bibcode': '2023Heliy...916377S',\n", + " 'author': ['Saadaoui, Nabil',\n", + " 'Mathlouthi, Ahmed',\n", + " 'Zaiter, Ali',\n", + " 'El-Bok, Safia',\n", + " 'Mokni, Moncef',\n", + " 'Harbi, Mounira',\n", + " 'Ghanem-Boughanmi, Néziha',\n", + " 'Dicko, Amadou',\n", + " 'Ben-Attia, Mossadok'],\n", + " 'title': ['Phytochemical profiling, antioxidant potential and protective effect of leaves extract of tunisian Vitis vinifera autochthonous accessions against acute CCl4-injured hepatotoxicity in mice']},\n", + " {'bibcode': '1971Natur.230...50R',\n", + " 'author': ['Raff, M. C.', 'Nase, S.', 'Mitchison, N. A.'],\n", + " 'title': ['Mouse Specific Bone Marrow-derived Lymphocyte Antigen as a Marker for Thymus-independent Lymphocytes']},\n", + " {'bibcode': '2004NIMPB.223..745W',\n", + " 'author': ['Wang, H. F.',\n", + " 'Xu, L. H.',\n", + " 'Sun, H. F.',\n", + " 'Xue, B.',\n", + " 'Liu, Y. F.',\n", + " 'Peng, S. X.',\n", + " 'Liu, K. X.',\n", + " 'Ma, H. J.',\n", + " 'Guo, Z. Y.'],\n", + " 'title': ['High binding of formic acid to biomacromolecules in mice']},\n", + " {'bibcode': '2021NatSR..1120054M',\n", + " 'author': ['Mukherjee, Pradipta',\n", + " 'Miyazawa, Arata',\n", + " 'Fukuda, Shinichi',\n", + " 'Yamashita, Toshiharu',\n", + " 'Lukmanto, Donny',\n", + " 'Okada, Kosuke',\n", + " 'El-Sadek, Ibrahim Abd',\n", + " 'Zhu, Lida',\n", + " 'Makita, Shuichi',\n", + " 'Oshika, Tetsuro',\n", + " 'Yasuno, Yoshiaki'],\n", + " 'title': ['Label-free functional and structural imaging of liver microvascular complex in mice by Jones matrix optical coherence tomography']},\n", + " {'bibcode': '2013AcSpA.110..241S',\n", + " 'author': ['Sivakumar, S.',\n", + " 'Sivasubramanian, J.',\n", + " 'Khatiwada, Chandra Prasad',\n", + " 'Manivannan, J.',\n", + " 'Raja, B.'],\n", + " 'title': ['Determination of aluminium induced metabolic changes in mice liver: A Fourier transform infrared spectroscopy study']},\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", + " 'title': ['FUNDC2 promotes liver tumorigenesis by inhibiting MFN1-mediated mitochondrial fusion']},\n", + " {'bibcode': '2019NatSR...919223R',\n", + " 'author': ['Ryan, Sean G.',\n", + " 'Butler, Matthew N.',\n", + " 'Adeyemi, Segun S.',\n", + " 'Kalber, Tammy',\n", + " 'Patrick, P. Stephen',\n", + " 'Zaw Thin, May',\n", + " 'Harrison, Ian F.',\n", + " 'Stuckey, Daniel J.',\n", + " 'Pule, Martin',\n", + " 'Lythgoe, Mark F.'],\n", + " 'title': ['Imaging of X-Ray-Excited Emissions from Quantum Dots and Biological Tissue in Whole Mouse']},\n", + " {'bibcode': '2019NatSR...9.3472D',\n", + " 'author': ['Denny, Joshua E.',\n", + " 'Powers, Joshua B.',\n", + " 'Castro, Hector F.',\n", + " 'Zhang, Jingwen',\n", + " 'Joshi-Barve, Swati',\n", + " 'Campagna, Shawn R.',\n", + " 'Schmidt, Nathan W.'],\n", + " 'title': ['Differential Sensitivity to Plasmodium yoelii Infection in C57BL/6 Mice Impacts Gut-Liver Axis Homeostasis']},\n", + " {'bibcode': '2023NatSR..13.1237O',\n", + " 'author': ['Onur, Muhammed',\n", + " 'Yalçın, Emine',\n", + " 'çavuşoǧlu, Kültiǧin',\n", + " 'Acar, Ali'],\n", + " 'title': ['Elucidating the toxicity mechanism of AFM2 and the protective role of quercetin in albino mice']},\n", + " {'bibcode': '2003EnTox..18...94H',\n", + " 'author': ['Humpage, A. R.', 'Falconer, I. R.'],\n", + " 'title': ['Oral toxicity of the cyanobacterial toxin cylindrospermopsin in male Swiss albino mice: Determination of no observed adverse effect level for deriving a drinking water guideline value']},\n", + " {'bibcode': '1997PNAS...94.6132K',\n", + " 'author': ['Kim, Edward',\n", + " 'Lowenson, Jonathan D.',\n", + " 'MacLaren, Duncan C.',\n", + " 'Clarke, Steven',\n", + " 'Young, Stephen G.'],\n", + " 'title': ['Deficiency of a Protein-Repair Enzyme Results in the Accumulation of Altered Proteins, Retardation of Growth, and Fatal Seizures in Mice']},\n", + " {'bibcode': '2015PLoSO..1042374M',\n", + " 'author': ['Moskaleva, Natalia',\n", + " 'Moysa, Alexander',\n", + " 'Novikova, Svetlana',\n", + " 'Tikhonova, Olga',\n", + " 'Zgoda, Victor',\n", + " 'Archakov, Alexander'],\n", + " 'title': ['Spaceflight Effects on Cytochrome P450 Content in Mouse Liver']},\n", + " {'bibcode': '1990PNAS...87.3112K',\n", + " 'author': ['Koretsky, Alan P.',\n", + " 'Brosnan, M. Julia',\n", + " 'Chen, Lihong',\n", + " 'Chen, Jiandong',\n", + " 'van Dyke, Terry'],\n", + " 'title': ['NMR detection of creatine kinase expressed in liver of transgenic mice: determination of free ADP levels.']},\n", + " {'bibcode': '2021Heliy...705888A',\n", + " 'author': ['Afrin, Mst. Rejina',\n", + " 'Arumugam, Somasundaram',\n", + " 'Pitchaimani, Vigneshwaran',\n", + " 'Karuppagounder, Vengadeshprabhu',\n", + " 'Thandavarayan, Rajarajan Amirthalingam',\n", + " 'Harima, Meilei',\n", + " 'Hossain, Chowdhury Faiz',\n", + " 'Suzuki, Kenji',\n", + " 'Sone, Hirohito',\n", + " 'Matsubayashi, Yasuhiro',\n", + " 'Watanabe, Kenichi'],\n", + " 'title': ['Le Carbone prevents liver damage in non-alcoholic steatohepatitis-hepatocellular carcinoma mouse model via AMPKα-SIRT1 signaling pathway activation']},\n", + " {'bibcode': '2008PNAS..10515932P',\n", + " 'author': ['Pichler, Andrea',\n", + " 'Prior, Julie L.',\n", + " 'Luker, Gary D.',\n", + " 'Piwnica-Worms, David'],\n", + " 'title': ['Generation of a highly inducible Gal4→Fluc universal reporter mouse for in vivo bioluminescence imaging']},\n", + " {'bibcode': '1996PNAS...9312496M',\n", + " 'author': ['Mancini, Maryline',\n", + " 'Hadchouel, Michelle',\n", + " 'Davis, Heather L.',\n", + " 'Whalen, Robert G.',\n", + " 'Tiollais, Pierre',\n", + " 'Michel, Marie-Louise'],\n", + " 'title': ['DNA-mediated immunization in a transgenic mouse model of the hepatitis B surface antigen chronic carrier state.']},\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", + " 'title': ['Establishment of Methylation-Sensitive-Representational Difference Analysis and Isolation of Hypo- and Hypermethylated Genomic Fragments in Mouse Liver Tumors']},\n", + " {'bibcode': '2019NatSR...915825K',\n", + " 'author': ['Khan, Azmat Ali',\n", + " 'Alanazi, Amer M.',\n", + " 'Jabeen, Mumtaz',\n", + " 'Chauhan, Arun',\n", + " 'Ansari, Mohammad Azam'],\n", + " 'title': ['Therapeutic potential of functionalized siRNA nanoparticles on regression of liver cancer in experimental mice']},\n", + " {'bibcode': '1991PNAS...88.9345F',\n", + " 'author': ['Fu, Xinyu',\n", + " 'Besterman, Jeffrey M.',\n", + " 'Monosov, Ann',\n", + " 'Hoffman, Robert M.'],\n", + " 'title': ['Models of Human Metastatic Colon Cancer in Nude Mice Orthotopically Constructed by Using Histologically Intact Patient Specimens']},\n", + " {'bibcode': '2017NatSR...714876V',\n", + " 'author': ['Vettorazzi, Jean Franciesco',\n", + " 'Kurauti, Mirian Ayumi',\n", + " 'Soares, Gabriela Moreira',\n", + " 'Borck, Patricia Cristine',\n", + " 'Ferreira, Sandra Mara',\n", + " 'Branco, Renato Chaves Souto',\n", + " 'Michelone, Luciana de Souza Lima',\n", + " 'Boschero, Antonio Carlos',\n", + " 'Junior, Jose Maria Costa',\n", + " 'Carneiro, Everardo Magalhães'],\n", + " 'title': ['Bile acid TUDCA improves insulin clearance by increasing the expression of insulin-degrading enzyme in the liver of obese mice']},\n", + " {'bibcode': '2017NatSR...715189A',\n", + " 'author': ['Abe, Satoshi',\n", + " 'Kobayashi, Kaoru',\n", + " 'Oji, Asami',\n", + " 'Sakuma, Tetsushi',\n", + " 'Kazuki, Kanako',\n", + " 'Takehara, Shoko',\n", + " 'Nakamura, Kazuomi',\n", + " 'Okada, Azusa',\n", + " 'Tsukazaki, Yasuko',\n", + " 'Senda, Naoto',\n", + " 'Honma, Kazuhisa',\n", + " 'Yamamoto, Takashi',\n", + " 'Ikawa, Masahito',\n", + " 'Chiba, Kan',\n", + " 'Oshimura, Mitsuo',\n", + " 'Kazuki, Yasuhiro'],\n", + " 'title': ['Modification of single-nucleotide polymorphism in a fully humanized CYP3A mouse by genome editing technology']},\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", + " 'title': ['Biological tissue infrared analysis by chalcogenide glass optical fiber spectroscopy']},\n", + " {'bibcode': '1989PNAS...86.2301S',\n", + " 'author': ['Semenza, Gregg L.',\n", + " 'Traystman, Monica D.',\n", + " 'Gearhart, John D.',\n", + " 'Antonarakis, Stylianos E.'],\n", + " 'title': ['Polycythemia in transgenic mice expressing the human erythropoietin gene.']},\n", + " {'bibcode': '2017NatSR...7.1529Z',\n", + " 'author': ['Zhou, Da',\n", + " 'Pan, Qin',\n", + " 'Shen, Feng',\n", + " 'Cao, Hai-xia',\n", + " 'Ding, Wen-jin',\n", + " 'Chen, Yuan-wen',\n", + " 'Fan, Jian-gao'],\n", + " 'title': ['Total fecal microbiota transplantation alleviates high-fat diet-induced steatohepatitis in mice via beneficial regulation of gut microbiota']},\n", + " {'bibcode': '2023Heliy...917878S',\n", + " 'author': ['Shu, Xi',\n", + " 'Wang, Jing',\n", + " 'Zhao, Liang',\n", + " 'Wang, Jian',\n", + " 'Wang, Pengjie',\n", + " 'Zhang, Feng',\n", + " 'Wang, Ran'],\n", + " 'title': ['Bifidobacterium lactis TY-S01 protects against alcoholic liver injury in mice by regulating intestinal barrier function and gut microbiota']},\n", + " {'bibcode': '1981Natur.291..629K',\n", + " 'author': ['Kurtz, David T.'],\n", + " 'title': ['Hormonal inducibility of rat α2u globulin genes in transfected mouse cells']},\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", + " 'title': ['Identification of Modulators of the Nuclear Receptor Peroxisome Proliferator-Activated Receptor α (PPARα) in a Mouse Liver Gene Expression Compendium']},\n", + " {'bibcode': '1969Sci...163...81S',\n", + " 'author': ['Suzuki, Kinuko'],\n", + " 'title': ['Giant Hepatic Mitochondria: Production in Mice Fed with Cuprizone']},\n", + " {'bibcode': '1986PNAS...83.4529N',\n", + " 'author': ['Nakamura, Takao',\n", + " 'Good, Robert A.',\n", + " 'Yasumizu, Ryoji',\n", + " 'Inoue, Shuji',\n", + " 'Maung Oo, Maung',\n", + " 'Hamashima, Yoshihiro',\n", + " 'Ikehara, Susumu'],\n", + " 'title': ['Successful liver allografts in mice by combination with allogeneic bone marrow transplantation.']},\n", + " {'bibcode': '2016NatSR...622292H',\n", + " 'author': ['Healy, Marin E.',\n", + " 'Lahiri, Sujoy',\n", + " 'Hargett, Stefan R.',\n", + " 'Chow, Jenny D. Y.',\n", + " 'Byrne, Frances L.',\n", + " 'Breen, David S.',\n", + " 'Kenwood, Brandon M.',\n", + " 'Taddeo, Evan P.',\n", + " 'Lackner, Carolin',\n", + " 'Caldwell, Stephen H.',\n", + " 'Hoehn, Kyle L.'],\n", + " 'title': ['Dietary sugar intake increases liver tumor incidence in female mice']},\n", + " {'bibcode': '2020Heliy...604082S',\n", + " 'author': ['Shebbo, Salima',\n", + " 'El Joumaa, Manal',\n", + " 'Kawach, Rawan',\n", + " 'Borjac, Jamilah'],\n", + " 'title': ['Hepatoprotective effect of Matricaria chamomilla aqueous extract against 1,2-Dimethylhydrazine-induced carcinogenic hepatic damage in mice']},\n", + " {'bibcode': '2018E&ES..130a2036M',\n", + " 'author': ['Muslim, Choirul', 'Nurul Kamila, Santi'],\n", + " 'title': ['The effect of paraquat inhalation on parkinsonism, organ morphology and anatomy of mice and its recovery with the application of etliringea hemisphaerica (blume, r.m. smith) crude extract']},\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", + " 'title': ['Molecular mechanism of inflammatory response in mouse liver caused by exposure to CeCl3']},\n", + " {'bibcode': '1994PNAS...9111338C',\n", + " 'author': ['Champion, Kathleen M.',\n", + " 'Cook, Robert J.',\n", + " 'Tollaksen, Sandra L.',\n", + " 'Giometti, Carol S.'],\n", + " 'title': ['Identification of a heritable deficiency of the folate-dependent enzyme 10-formyltetrahydrofolate dehydrogenase in mice.']},\n", + " {'bibcode': '2018NatSR...8.8375K',\n", + " 'author': ['Kavosi, Arghavan',\n", + " 'Hosseini Ghale Noei, Saeideh',\n", + " 'Madani, Samaneh',\n", + " 'Khalighfard, Solmaz',\n", + " 'Khodayari, Saeed',\n", + " 'Khodayari, Hamid',\n", + " 'Mirzaei, Malihe',\n", + " 'Kalhori, Mohammad Reza',\n", + " 'Yavarian, Majid',\n", + " 'Alizadeh, Ali Mohammad',\n", + " 'Falahati, Mojtaba'],\n", + " 'title': ['RETRACTED ARTICLE: The toxicity and therapeutic effects of single-and multi-wall carbon nanotubes on mice breast cancer']},\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", + " 'title': ['The origin and liver repopulating capacity of murine oval cells']},\n", + " {'bibcode': '2012PNAS..109E2486D',\n", + " 'author': ['Dwyer, Jennifer R.',\n", + " 'Donkor, Jimmy',\n", + " 'Zhang, Peixiang',\n", + " 'Csaki, Lauren S.',\n", + " 'Vergnes, Laurent',\n", + " 'Lee, Jessica M.',\n", + " 'Dewald, Jay',\n", + " 'Brindley, David N.',\n", + " 'Atti, Elisa',\n", + " 'Tetradis, Sotirios',\n", + " 'Yoshinaga, Yuko',\n", + " 'De Jong, Pieter J.',\n", + " 'Fong, Loren G.',\n", + " 'Young, Stephen G.',\n", + " 'Reue, Karen'],\n", + " 'title': ['PNAS Plus: Mouse lipin-1 and lipin-2 cooperate to maintain glycerolipid homeostasis in liver and aging cerebellum']},\n", + " {'bibcode': '2005PNAS..102.3857A',\n", + " 'author': ['Andersson, Sandra',\n", + " 'Gustafsson, Nina',\n", + " 'Warner, Margaret',\n", + " 'Gustafsson, Jan-Åke'],\n", + " 'title': ['Inactivation of liver X receptor β leads to adult-onset motor neuron degeneration in male mice']},\n", + " {'bibcode': '2022NatCo..13.4028C',\n", + " 'author': ['Chandana, Manjunatha',\n", + " 'Anand, Aditya',\n", + " 'Ghosh, Sourav',\n", + " 'Das, Rahul',\n", + " 'Beura, Subhashree',\n", + " 'Jena, Sarita',\n", + " 'Suryawanshi, Amol Ratnakar',\n", + " 'Padmanaban, Govindarajan',\n", + " 'Nagaraj, Viswanathan Arun'],\n", + " 'title': ['Malaria parasite heme biosynthesis promotes and griseofulvin protects against cerebral malaria in mice']},\n", + " {'bibcode': '1975PNAS...72.2682D',\n", + " 'author': ['Deisseroth, Albert',\n", + " 'Barker, Jane',\n", + " 'French Anderson, W.',\n", + " 'Nienhuis, Arthur'],\n", + " 'title': ['Hemoglobin synthesis in somatic cell hybrids: coexpression of mouse with human or chinese hamster globin genes in interspecific somatic cell hybrids of mouse erythroleukemia cells.']},\n", + " {'bibcode': '2016NatSR...624649S',\n", + " 'author': ['Shi, Jueping',\n", + " 'Zhang, Xiaoyu',\n", + " 'Wang, Shaoying',\n", + " 'Wang, Jinjin',\n", + " 'Du, Bing',\n", + " 'Wang, Zhugang',\n", + " 'Liu, Mingyao',\n", + " 'Jiang, Wenzheng',\n", + " 'Qian, Min',\n", + " 'Ren, Hua'],\n", + " 'title': ['Gpr97 is dispensable for metabolic syndrome but is involved in macrophage inflammation in high-fat diet-induced obesity in mice']},\n", + " {'bibcode': '2021NatSR..1122811M',\n", + " 'author': ['Ming, Liang', 'Qi, Bule', 'Hao, Shiqi', 'Ji, Rimutu'],\n", + " 'title': ['Camel milk ameliorates inflammatory mechanisms in an alcohol-induced liver injury mouse model']},\n", + " {'bibcode': '1967Sci...157.1057V',\n", + " 'author': ['Vesell, Elliot S.'],\n", + " 'title': ['Induction of Drug-Metabolizing Enzymes in Liver Microsomes of Mice and Rats by Softwood Bedding']},\n", + " {'bibcode': '1987PNAS...84.7051T',\n", + " 'author': ['Terao, Mineko', 'Mintz, Beatrice'],\n", + " 'title': ['Cloning and characterization of a cDNA coding for mouse placental alkaline phosphatase.']},\n", + " {'bibcode': '2005PNAS..102.6207J',\n", + " 'author': ['Jones, Julie R.',\n", + " 'Barrick, Cordelia',\n", + " 'Kim, Kyoung-Ah',\n", + " 'Lindner, Jill',\n", + " 'Blondeau, Bertrand',\n", + " 'Fujimoto, Yuka',\n", + " 'Shiota, Masakazu',\n", + " 'Kesterson, Robert A.',\n", + " 'Kahn, Barbara B.',\n", + " 'Magnuson, Mark A.'],\n", + " 'title': ['Deletion of PPARγ in adipose tissues of mice protects against high fat diet-induced obesity and insulin resistance']},\n", + " {'bibcode': '2018NatSR...813536V',\n", + " 'author': ['Vardon Bounes, Fanny',\n", + " 'Mémier, Vincent',\n", + " 'Marcaud, Marina',\n", + " 'Jacquemin, Aemilia',\n", + " 'Hamzeh-Cognasse, Hind',\n", + " 'Garcia, Cédric',\n", + " 'Series, Jennifer',\n", + " 'Sié, Pierre',\n", + " 'Minville, Vincent',\n", + " 'Gratacap, Marie-Pierre',\n", + " 'Payrastre, Bernard'],\n", + " 'title': ['Platelet activation and prothrombotic properties in a mouse model of peritoneal sepsis']},\n", + " {'bibcode': '1990PNAS...87.9838K',\n", + " 'author': ['Kuo, Calvin J.',\n", + " 'Conley, Pamela B.',\n", + " 'Hsieh, Chih-Lin',\n", + " 'Francke, Uta',\n", + " 'Crabtree, Gerald R.'],\n", + " 'title': ['Molecular cloning, functional expression, and chromosomal localization of mouse hepatocyte nuclear factor 1.']},\n", + " {'bibcode': '2002EnvMM..40..283L',\n", + " 'author': ['Louro, Henriqueta', 'Silva, Maria J.', 'Boavida, Maria G.'],\n", + " 'title': ['Mutagenic activity of cisplatin in the lacZ plasmid‑based transgenic mouse model']},\n", + " {'bibcode': '2022NatSR..1211634I',\n", + " 'author': ['Ishikawa, Hideki',\n", + " 'Hayakawa, Morisada',\n", + " 'Baatartsogt, Nemekhbayar',\n", + " 'Kakizawa, Nao',\n", + " 'Ohto-Ozaki, Hiromi',\n", + " 'Maruyama, Takashi',\n", + " 'Miura, Kouichi',\n", + " 'Suzuki, Koichi',\n", + " 'Rikiyama, Toshiki',\n", + " 'Ohmori, Tsukasa'],\n", + " 'title': ['IκBζ regulates the development of nonalcoholic fatty liver disease through the attenuation of hepatic steatosis in mice']},\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", + " '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", + " 'title': ['A 1H NMR Technique for Observing Metabolite Signals in the Spectrum of Perfused Liver']},\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", + " 'title': ['Controlled synthesis of ZnO nanoparticles and evaluation of their toxicity in Mus musculus mice']},\n", + " {'bibcode': '2003Sci...299..574T',\n", + " 'author': ['Tang, Yi',\n", + " 'Katuri, Varalakshmi',\n", + " 'Dillner, Allan',\n", + " 'Mishra, Bibhuti',\n", + " 'Deng, Chu-Xia',\n", + " 'Mishra, Lopa'],\n", + " 'title': ['Disruption of Transforming Growth Factor-β Signaling in ELF β-Spectrin-Deficient Mice']},\n", + " {'bibcode': '1993PNAS...90.1756A',\n", + " 'author': ['Adachi, Masashi',\n", + " 'Watanabe-Fukunaga, Rie',\n", + " 'Nagata, Shigekazu'],\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': '1997NIMPB.123..275B',\n", + " 'author': ['Barker, J.',\n", + " 'Templar, J.',\n", + " 'King, S. J.',\n", + " 'Day, J. P.',\n", + " 'Bradbury, M. W. B.',\n", + " 'Radunovic, A.',\n", + " 'Ueda, F.',\n", + " 'Raja, K.',\n", + " 'Lilley, J. S.',\n", + " 'Drumm, P. V.'],\n", + " 'title': ['AMS measurements to study uptake and distribution of 26Al in mice and the role of the transferrin receptor in aluminium absorption mechanisms']},\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", + " 'title': ['Amiodarone as an autophagy promoter reduces liver injury and enhances liver regeneration and survival in mice after partial hepatectomy']},\n", + " {'bibcode': '2020NatCo..11.4367L',\n", + " 'author': ['Lee, Minji',\n", + " 'Lee, Eunmin',\n", + " 'Han, Seong Kyu',\n", + " 'Choi, Yoon Ha',\n", + " 'Kwon, Dong-il',\n", + " 'Choi, Hyobeen',\n", + " 'Lee, Kwanghwan',\n", + " 'Park, Eun Seo',\n", + " 'Rha, Min-Seok',\n", + " 'Joo, Dong Jin',\n", + " 'Shin, Eui-Cheol',\n", + " 'Kim, Sanguk',\n", + " 'Kim, Jong Kyoung',\n", + " 'Lee, You Jeong'],\n", + " 'title': ['Single-cell RNA sequencing identifies shared differentiation paths of mouse thymic innate T cells']},\n", + " {'bibcode': '1999PNAS...9612050A',\n", + " 'author': ['Arai, Takeshi',\n", + " 'Rinninger, Franz',\n", + " 'Varban, Lee',\n", + " 'Fairchild-Huntress, Victoria',\n", + " 'Liang, Chien-Ping',\n", + " 'Chen, Wengen',\n", + " 'Seo, Toru',\n", + " 'Deckelbaum, Richard',\n", + " 'Huszar, Dennis',\n", + " 'Tall, Alan R.'],\n", + " 'title': ['Decreased Selective Uptake of High Density Lipoprotein Cholesteryl Esters in Apolipoprotein E Knock-Out Mice']},\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", + " 'title': ['Gene expression profile in chronic mouse liver injury caused by long-term exposure to CeCl3']},\n", + " {'bibcode': '2016NatSR...623899I',\n", + " 'author': ['Ikenoue, Tsuneo',\n", + " 'Terakado, Yumi',\n", + " 'Nakagawa, Hayato',\n", + " 'Hikiba, Yohko',\n", + " 'Fujii, Tomoaki',\n", + " 'Matsubara, Daisuke',\n", + " 'Noguchi, Rei',\n", + " 'Zhu, Chi',\n", + " 'Yamamoto, Keisuke',\n", + " 'Kudo, Yotaro',\n", + " 'Asaoka, Yoshinari',\n", + " 'Yamaguchi, Kiyoshi',\n", + " 'Ijichi, Hideaki',\n", + " 'Tateishi, Keisuke',\n", + " 'Fukushima, Noriyoshi',\n", + " 'Maeda, Shin',\n", + " 'Koike, Kazuhiko',\n", + " 'Furukawa, Yoichi'],\n", + " 'title': ['A novel mouse model of intrahepatic cholangiocarcinoma induced by liver-specific Kras activation and Pten deletion']},\n", + " {'bibcode': '2018NatSR...811428Z',\n", + " 'author': ['Zhou, Huifen',\n", + " 'Yang, Rongze',\n", + " 'Wang, Weimin',\n", + " 'Xu, Feng',\n", + " 'Xi, Yue',\n", + " 'Brown, Robert A.',\n", + " 'Zhang, Hong',\n", + " 'Shi, Lin',\n", + " 'Zhu, Dalong',\n", + " 'Gong, Da-Wei'],\n", + " 'title': ['Fc-apelin fusion protein attenuates lipopolysaccharide-induced liver injury in mice']},\n", + " {'bibcode': '2010PNAS..107..240H',\n", + " 'author': ['Herrero, Laura',\n", + " 'Shapiro, Hagit',\n", + " 'Nayer, Ali',\n", + " 'Lee, Jongsoon',\n", + " 'Shoelson, Steven E.'],\n", + " 'title': ['Inflammation and adipose tissue macrophages in lipodystrophic mice']},\n", + " {'bibcode': '2015NatSR...512931S',\n", + " 'author': ['Schierwagen, Robert',\n", + " 'Maybüchen, Lara',\n", + " 'Zimmer, Sebastian',\n", + " 'Hittatiya, Kanishka',\n", + " 'Bäck, Christer',\n", + " 'Klein, Sabine',\n", + " 'Uschner, Frank E.',\n", + " 'Reul, Winfried',\n", + " 'Boor, Peter',\n", + " 'Nickenig, Georg',\n", + " 'Strassburg, Christian P.',\n", + " 'Trautwein, Christian',\n", + " 'Plat, Jogchum',\n", + " 'Lütjohann, Dieter',\n", + " 'Sauerbruch, Tilman',\n", + " 'Tacke, Frank',\n", + " 'Trebicka, Jonel'],\n", + " 'title': ['Seven weeks of Western diet in apolipoprotein-E-deficient mice induce metabolic syndrome and non-alcoholic steatohepatitis with liver fibrosis']},\n", + " {'bibcode': '2002PNAS...9911357Z',\n", + " 'author': ['Zinker, Bradley A.',\n", + " 'Rondinone, Cristina M.',\n", + " 'Trevillyan, James M.',\n", + " 'Gum, Rebecca J.',\n", + " 'Clampit, Jill E.',\n", + " 'Waring, Jeffrey F.',\n", + " 'Xie, Nancy',\n", + " 'Wilcox, Denise',\n", + " 'Jacobson, Peer',\n", + " 'Frost, Leigh',\n", + " 'Kroeger, Paul E.',\n", + " 'Reilly, Regina M.',\n", + " 'Koterski, Sandra',\n", + " 'Opgenorth, Terry J.',\n", + " 'Ulrich, Roger G.',\n", + " 'Crosby, Seth',\n", + " 'Butler, Madeline',\n", + " 'Murray, Susan F.',\n", + " 'McKay, Robert A.',\n", + " 'Bhanot, Sanjay',\n", + " 'Monia, Brett P.',\n", + " 'Jirousek, Michael R.'],\n", + " 'title': ['PTP1B antisense oligonucleotide lowers PTP1B protein, normalizes blood glucose, and improves insulin sensitivity in diabetic mice']},\n", + " {'bibcode': '1995Natur.378..298T',\n", + " 'author': ['Turner, Martin',\n", + " 'Joseph Mee, P.',\n", + " 'Costello, Patrick S.',\n", + " 'Williams, Owen',\n", + " 'Price, Abigail A.',\n", + " 'Duddy, Linda P.',\n", + " 'Furlong, Michael T.',\n", + " 'Geahlen, Robert L.',\n", + " 'Tybulewicz, Victor L. J.'],\n", + " 'title': ['Perinatal lethality and blocked B-cell development in mice lacking the tyrosine kinase Syk']},\n", + " {'bibcode': '2010ToxIH..26..717A',\n", + " 'author': ['Adedara, IA', 'Owumi, SE', 'Uwaifo, AO', 'Farombi, EO'],\n", + " 'title': ['Aflatoxin B1 and ethanol co-exposure induces hepatic oxidative damage in mice']},\n", + " {'bibcode': '2020NatSR..10..815N',\n", + " 'author': ['Nishikawa, Tomoki',\n", + " 'Nagata, Naoto',\n", + " 'Shimakami, Tetsuro',\n", + " 'Shirakura, Takashi',\n", + " 'Matsui, Chieko',\n", + " 'Ni, Yinhua',\n", + " 'Zhuge, Fen',\n", + " 'Xu, Liang',\n", + " 'Chen, Guanliang',\n", + " 'Nagashimada, Mayumi',\n", + " 'Yamashita, Taro',\n", + " 'Sakai, Yoshio',\n", + " 'Yamashita, Tatsuya',\n", + " 'Mizukoshi, Eishiro',\n", + " 'Honda, Masao',\n", + " 'Kaneko, Shuichi',\n", + " 'Ota, Tsuguhito'],\n", + " 'title': ['Xanthine oxidase inhibition attenuates insulin resistance and diet-induced steatohepatitis in mice']},\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", + " 'title': ['Nanoscale chemical characterization of secondary protein structure of F-Actin using mid-infrared photoinduced force microscopy (PiF-IR)']},\n", + " {'bibcode': '1967PNAS...57..790D',\n", + " 'author': ['du Buy, H. G.', 'Riley, F. L.'],\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", + " 'title': ['Obesogen effect of bisphenol S alters mRNA expression and DNA methylation profiling in male mouse liver']},\n", + " {'bibcode': '2016NatSR...629423K',\n", + " 'author': ['Kim, Sung-Mi',\n", + " 'Grenert, James P.',\n", + " 'Patterson, Cam',\n", + " 'Correia, Maria Almira'],\n", + " 'title': ['CHIP−/−-Mouse Liver: Adiponectin-AMPK-FOXO-Activation Overrides CYP2E1-Elicited JNK1-Activation, Delaying Onset of NASH: Therapeutic Implications']},\n", + " {'bibcode': '2013ToxIH..29..888M',\n", + " 'author': ['Mercan, Sevcan', 'Eren, Banu'],\n", + " 'title': ['Protective role of melatonin supplementation against nicotine-induced liver damage in mouse']},\n", + " {'bibcode': '1968PNAS...59..854T',\n", + " 'author': ['Trakatellis, Anthony C.'],\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", + " '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", + " 'title': ['Removal of Plutonium from Mouse Liver by Glucan and DTPA']},\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", + " 'title': ['Genome-wide detection of CRISPR editing in vivo using GUIDE-tag']},\n", + " {'bibcode': '1996PNAS...9314041M',\n", + " 'author': ['Meiner, Vardiella L.',\n", + " 'Cases, Sylvaine',\n", + " 'Myers, Heather M.',\n", + " 'Sande, Eric R.',\n", + " 'Bellosta, Stefano',\n", + " 'Schambelan, Morris',\n", + " 'Pitas, Robert E.',\n", + " 'McGuire, James',\n", + " 'Herz, Joachim',\n", + " 'Farese, Robert V., Jr.'],\n", + " 'title': ['Disruption of the Acyl-CoA:Cholesterol Acyltransferase Gene in Mice: Evidence Suggesting Multiple Cholesterol Esterification Enzymes in Mammals']},\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", + " 'title': ['Accelerator mass spectrometry in biomedical dosimetry: relationship between low-level exposure and covalent binding of heterocyclic amine carcinogens to DNA.']},\n", + " {'bibcode': '2022NatSR..1213161G',\n", + " 'author': ['Greve, Sarah',\n", + " 'Kuhn, Gisela A.',\n", + " 'Saenz-de-Juano, Mara D.',\n", + " 'Ghosh, Adhideb',\n", + " 'von Meyenn, Ferdinand',\n", + " 'Giller, Katrin'],\n", + " 'title': ['The major urinary protein gene cluster knockout mouse as a novel model for translational metabolism research']},\n", + " {'bibcode': '2000PNAS...9711303Y',\n", + " 'author': ['Yamauchi, Teruo',\n", + " 'Yamauchi, Jun',\n", + " 'Kuwata, Takeshi',\n", + " 'Tamura, Tomohiko',\n", + " 'Yamashita, Tsuyoshi',\n", + " 'Bae, Nancy',\n", + " 'Westphal, Heiner',\n", + " 'Ozato, Keiko',\n", + " 'Nakatani, Yoshihiro'],\n", + " 'title': ['Distinct but overlapping roles of histone acetylase PCAF and of the closely related PCAF-B/GCN5 in mouse embryogenesis']},\n", + " {'bibcode': '2022NatSR..12.4818O',\n", + " 'author': ['Onur, Bilal',\n", + " 'çavuşoǧlu, Kültiǧin',\n", + " 'Yalçin, Emine',\n", + " 'Acar, Ali'],\n", + " 'title': ['Paraquat toxicity in different cell types of Swiss albino mice']},\n", + " {'bibcode': '2019NatSR...918102W',\n", + " 'author': ['Wang, Xiaoxiao',\n", + " 'Yang, Lumin',\n", + " 'Wang, Jiajia',\n", + " 'Zhang, Yafei',\n", + " 'Dong, Ruixia',\n", + " 'Wu, Ximing',\n", + " 'Yang, Chung S.',\n", + " 'Zhang, Zhenhua',\n", + " 'Zhang, Jinsong'],\n", + " 'title': ['A mouse model of subacute liver failure with ascites induced by step-wise increased doses of (-)-epigallocatechin-3-gallate']},\n", + " {'bibcode': '2023E&ES.1214a2027M',\n", + " 'author': ['Muhaisen, Ahmed Hasan', 'Saddam, Ahmed Chaloob'],\n", + " 'title': ['The Effect of Grape Seed Extract on Lipid Profile in Diabetic Mice']},\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", + " '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': '1986Natur.324..688W',\n", + " 'author': ['Willmann, Toivo', 'Beato, Miguel'],\n", + " 'title': ['Steroid-free glucocorticoid receptor binds specifically to mouse mammary tumour virus DNA']},\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", + " 'title': ['Rapid brain structure and tumour margin detection on whole frozen tissue sections by fast multiphotometric mid-infrared scanning']},\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", + " 'title': ['Arsenic‑induced Aberrant Gene Expression in Fetal Mouse Primary Liver‑Cell Cultures']},\n", + " {'bibcode': '2017NatSR...744613Z',\n", + " 'author': ['Zhang, Li',\n", + " 'Andersen, Daniel',\n", + " 'Roager, Henrik Munch',\n", + " 'Bahl, Martin Iain',\n", + " 'Hansen, Camilla Hartmann Friis',\n", + " 'Danneskiold-Samsøe, Niels Banhos',\n", + " 'Kristiansen, Karsten',\n", + " 'Radulescu, Ilinca Daria',\n", + " 'Sina, Christian',\n", + " 'Frandsen, Henrik Lauritz',\n", + " 'Hansen, Axel Kornerup',\n", + " 'Brix, Susanne',\n", + " 'Hellgren, Lars I.',\n", + " 'Licht, Tine Rask'],\n", + " 'title': ['Effects of Gliadin consumption on the Intestinal Microbiota and Metabolic Homeostasis in Mice Fed a High-fat Diet']},\n", + " {'bibcode': '2012PMB....57.4309D',\n", + " 'author': ['Dumouchel, Tyler',\n", + " 'Thorn, Stephanie',\n", + " 'Kordos, Myra',\n", + " 'DaSilva, Jean',\n", + " 'Beanlands, Rob S. B.',\n", + " 'deKemp, Robert A.'],\n", + " 'title': ['A three-dimensional model-based partial volume correction strategy for gated cardiac mouse PET imaging']},\n", + " {'bibcode': '2015NatSR...516884S',\n", + " 'author': ['Song, Wei',\n", + " 'Lu, Yen-Chun',\n", + " 'Frankel, Angela S.',\n", + " 'An, Duo',\n", + " 'Schwartz, Robert E.',\n", + " 'Ma, Minglin'],\n", + " 'title': ['Engraftment of human induced pluripotent stem cell-derived hepatocytes in immunocompetent mice via 3D co-aggregation and encapsulation']},\n", + " {'bibcode': '2016PNAS..113E..71N',\n", + " 'author': ['Nishio, Miki',\n", + " 'Sugimachi, Keishi',\n", + " 'Goto, Hiroki',\n", + " 'Wang, Jia',\n", + " 'Morikawa, Takumi',\n", + " 'Miyachi, Yosuke',\n", + " 'Takano, Yusuke',\n", + " 'Hikasa, Hiroki',\n", + " 'Itoh, Tohru',\n", + " 'Suzuki, Satoshi O.',\n", + " 'Kurihara, Hiroki',\n", + " 'Aishima, Shinichi',\n", + " 'Leask, Andrew',\n", + " 'Sasaki, Takehiko',\n", + " 'Nakano, Toru',\n", + " 'Nishina, Hiroshi',\n", + " 'Nishikawa, Yuji',\n", + " 'Sekido, Yoshitaka',\n", + " 'Nakao, Kazuwa',\n", + " 'Shin-ya, Kazuo',\n", + " 'Mimori, Koshi',\n", + " 'Suzuki, Akira'],\n", + " 'title': ['Dysregulated YAP1/TAZ and TGF-β signaling mediate hepatocarcinogenesis in Mob1a/1b-deficient mice']},\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", + " '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': '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", + " 'title': ['From the Cover: Delayed-onset ataxia in mice lacking -tocopherol transfer protein: Model for neuronal degeneration caused by chronic oxidative stress']},\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", + " 'title': ['Co-activation of AKT and c-Met triggers rapid hepatocellular carcinoma development via the mTORC1/FASN pathway in mice']},\n", + " {'bibcode': '1997PNAS...9414924K',\n", + " 'author': ['Kotelevtsev, Yuri',\n", + " 'Holmes, Megan C.',\n", + " 'Burchell, Ann',\n", + " 'Houston, Pamela M.',\n", + " 'Schmoll, Dieter',\n", + " 'Jamieson, Pauline',\n", + " 'Best, Ruth',\n", + " 'Brown, Roger',\n", + " 'Edwards, Christopher R. W.',\n", + " 'Seckl, Jonathan R.',\n", + " 'Mullins, John J.'],\n", + " 'title': ['11β -Hydroxysteroid Dehydrogenase Type 1 Knockout Mice Show Attenuated Glucocorticoid-Inducible Responses and Resist Hyperglycemia on Obesity or Stress']},\n", + " {'bibcode': '1989PNAS...86.3782M',\n", + " 'author': ['Morahan, G.',\n", + " 'Brennan, F. E.',\n", + " 'Bhathal, P. S.',\n", + " 'Allison, J.',\n", + " 'Cox, K. O.',\n", + " 'Miller, J. F. A. P.'],\n", + " 'title': ['Expression in transgenic mice of class I histocompatibility antigens controlled by the metallothionein promoter.']},\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': '2004PNAS..10116549W',\n", + " 'author': ['Wandzioch, Ewa',\n", + " 'Kolterud, Åsa',\n", + " 'Jacobsson, Maria',\n", + " 'Friedman, Scott L.',\n", + " 'Carlsson, Leif'],\n", + " 'title': ['Lhx2-/- mice develop liver fibrosis']},\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", + " 'title': ['Circadian transcription factor HSF1 regulates differential HSP70 gene transcription during the arousal-torpor cycle in mammalian hibernation']},\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", + " '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", + " 'title': ['Timing of circadian genes in mammalian tissues']},\n", + " {'bibcode': '2010PNAS..107.9765I',\n", + " 'author': ['Ilan, Yaron',\n", + " 'Maron, Ruth',\n", + " 'Tukpah, Ann-Marcia',\n", + " 'Maioli, Tatiani Uceli',\n", + " 'Murugaiyan, Gopal',\n", + " 'Yang, Kaiyong',\n", + " 'Wu, Henry Yim',\n", + " 'Weiner, Howard L.'],\n", + " 'title': ['Induction of regulatory T cells decreases adipose inflammation and alleviates insulin resistance in ob/ob mice']},\n", + " {'bibcode': '2011PNAS..10816753D',\n", + " 'author': ['Du, Yi-Chieh Nancy',\n", + " 'Chou, Chen-Kung',\n", + " 'Klimstra, David S.',\n", + " 'Varmus, Harold'],\n", + " 'title': ['Receptor for hyaluronan-mediated motility isoform B promotes liver metastasis in a mouse model of multistep tumorigenesis and a tail vein assay for metastasis']},\n", + " {'bibcode': '1958Natur.181..773A',\n", + " 'author': ['Adams, S. S.'],\n", + " 'title': ['A Possible Basis for the Anti-inflammatory Activity of Salicylates and other Non-Hormonal Anti-Rheumatic Drugs']},\n", + " {'bibcode': '2015NatSR...514110R',\n", + " 'author': ['Rachakonda, Vikrant',\n", + " 'Jadeja, Ravirajsinh N.',\n", + " 'Urrunaga, Nathalie H.',\n", + " 'Shah, Nirish',\n", + " 'Ahmad, Daniel',\n", + " 'Cheng, Kunrong',\n", + " 'Twaddell, William S.',\n", + " 'Raufman, Jean-Pierre',\n", + " 'Khurana, Sandeep'],\n", + " 'title': ['M1 Muscarinic Receptor Deficiency Attenuates Azoxymethane-Induced Chronic Liver Injury in Mice']},\n", + " {'bibcode': '1998PNAS...9513829R',\n", + " 'author': ['Rai, Rudra M.',\n", + " 'Lee, Fung Yee J.',\n", + " 'Rosen, Anthony',\n", + " 'Yang, Shi Qi',\n", + " 'Lin, Hui Zhi',\n", + " 'Koteish, Ayman',\n", + " 'Liew, Foo Y.',\n", + " 'Zaragoza, Carlos',\n", + " 'Lowenstein, Charles',\n", + " 'Diehl, Anna Mae'],\n", + " 'title': ['Impaired Liver Regeneration in Inducible Nitric Oxide Synthase-Deficient Mice']},\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", + " 'title': ['Structure and expression of the murine retinoblastoma gene and characterization of its encoded protein.']},\n", + " {'bibcode': '2014JBO....19j1504M',\n", + " 'author': ['Maawy, Ali A.',\n", + " 'Hiroshima, Yukihiko',\n", + " 'Zhang, Yong',\n", + " 'Luiken, George A.',\n", + " 'Hoffman, Robert M.',\n", + " 'Bouvet, Michael'],\n", + " 'title': ['Specific tumor labeling enhanced by polyethylene glycol linkage of near infrared dyes conjugated to a chimeric anti-carcinoembryonic antigen antibody in a nude mouse model of human pancreatic cancer']},\n", + " {'bibcode': '2023NatCo..14..167I',\n", + " 'author': ['Inaba, Yuka',\n", + " 'Hashiuchi, Emi',\n", + " 'Watanabe, Hitoshi',\n", + " 'Kimura, Kumi',\n", + " 'Oshima, Yu',\n", + " 'Tsuchiya, Kohsuke',\n", + " 'Murai, Shin',\n", + " 'Takahashi, Chiaki',\n", + " 'Matsumoto, Michihiro',\n", + " 'Kitajima, Shigetaka',\n", + " 'Yamamoto, Yasuhiko',\n", + " 'Honda, Masao',\n", + " 'Asahara, Shun-ichiro',\n", + " 'Ravnskjaer, Kim',\n", + " 'Horike, Shin-ichi',\n", + " 'Kaneko, Shuichi',\n", + " 'Kasuga, Masato',\n", + " 'Nakano, Hiroyasu',\n", + " 'Harada, Kenichi',\n", + " 'Inoue, Hiroshi'],\n", + " 'title': ['The transcription factor ATF3 switches cell death from apoptosis to necroptosis in hepatic steatosis in male mice']},\n", + " {'bibcode': '2021NatSR..1119720S',\n", + " 'author': ['Sun, Li-rui', 'Guo, Qiu-shi', 'Zhou, Wei', 'Li, Min'],\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': '2012cosp...39.1075L',\n", + " 'author': ['Liang, Shujian',\n", + " 'Sun, Yeqing',\n", + " 'Zhang, Meng',\n", + " 'Wang, Wei',\n", + " 'Cui, Changna'],\n", + " 'title': ['Heavy-ion radiation induced bystander effect in mice']},\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", + " 'title': ['Dual Mode Action of Mangiferin in Mouse Liver under High Fat Diet']},\n", + " {'bibcode': '2017NatSR...741711K',\n", + " 'author': ['Kim, Bu-Yeo',\n", + " 'Song, Kwang Hoon',\n", + " 'Lim, Chi-Yeon',\n", + " 'Cho, Su-In'],\n", + " 'title': ['Therapeutic properties of Scutellaria baicalensis in db/db mice evaluated using Connectivity Map and network pharmacology']},\n", + " {'bibcode': '2017NRL....12..523H',\n", + " 'author': ['Hu, Pengcheng',\n", + " 'Cheng, Dengfeng',\n", + " 'Huang, Tao',\n", + " 'Banizs, Anna B.',\n", + " 'Xiao, Jie',\n", + " 'Liu, Guobing',\n", + " 'Chen, Quan',\n", + " 'Wang, Yuenan',\n", + " 'He, Jiang',\n", + " 'Shi, Hongcheng'],\n", + " 'title': ['Evaluation of Novel 64Cu-Labeled Theranostic Gadolinium-Based Nanoprobes in HepG2 Tumor-Bearing Nude Mice']},\n", + " {'bibcode': '1991PNAS...88.2726S',\n", + " 'author': ['Sanders Williams, R.',\n", + " 'Johnston, Stephen A.',\n", + " 'Riedy, Mark',\n", + " 'Devit, Michael J.',\n", + " 'McElligott, Sandra G.',\n", + " 'Sanford, John C.'],\n", + " 'title': ['Introduction of Foreign Genes into Tissues of Living Mice by DNA-Coated Microprojectiles']},\n", + " {'bibcode': '2016NatSR...622612G',\n", + " 'author': ['Guo, Ting',\n", + " 'Woo, Shih-Lung',\n", + " 'Guo, Xin',\n", + " 'Li, Honggui',\n", + " 'Zheng, Juan',\n", + " 'Botchlett, Rachel',\n", + " 'Liu, Mengyang',\n", + " 'Pei, Ya',\n", + " 'Xu, Hang',\n", + " 'Cai, Yuli',\n", + " 'Zeng, Tianshu',\n", + " 'Chen, Lulu',\n", + " 'Li, Xiaodong',\n", + " 'Li, Qifu',\n", + " 'Xiao, Xiaoqiu',\n", + " 'Huo, Yuqing',\n", + " 'Wu, Chaodong'],\n", + " 'title': ['Berberine Ameliorates Hepatic Steatosis and Suppresses Liver and Adipose Tissue Inflammation in Mice with Diet-induced Obesity']},\n", + " {'bibcode': '2021NatCo..12.2073A',\n", + " 'author': ['Aubi, Oscar',\n", + " 'Prestegârd, Karina S.',\n", + " 'Jung-KC, Kunwar',\n", + " 'Shi, Tie-Jun Sten',\n", + " 'Ying, Ming',\n", + " 'Grindheim, Ann Kari',\n", + " 'Scherer, Tanja',\n", + " 'Ulvik, Arve',\n", + " 'McCann, Adrian',\n", + " 'Spriet, Endy',\n", + " 'Thöny, Beat',\n", + " 'Martinez, Aurora'],\n", + " 'title': ['The Pah-R261Q mouse reveals oxidative stress associated with amyloid-like hepatic aggregation of mutant phenylalanine hydroxylase']},\n", + " {'bibcode': '2022NatSR..1210105M',\n", + " 'author': ['Morita, Shinichi',\n", + " 'Sakamaki, Akira',\n", + " 'Koyama, Kyutaro',\n", + " 'Shibata, Osamu',\n", + " 'Owaki, Takashi',\n", + " 'Oda, Chiyumi',\n", + " 'Kimura, Atsushi',\n", + " 'Nakaya, Taiki',\n", + " 'Ohbuchi, Katsuya',\n", + " 'Nahata, Miwa',\n", + " 'Fujitsuka, Naoki',\n", + " 'Sakai, Norihiro',\n", + " 'Abe, Hiroyuki',\n", + " 'Kamimura, Kenya',\n", + " 'Terai, Shuji'],\n", + " 'title': ['Daisaikoto improves fatty liver and obesity in melanocortin-4 receptor gene-deficient mice via the activation of brown adipose tissue']},\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", + " 'title': ['Distinct roles of androgen receptor, estrogen receptor alpha, and BCL6 in the establishment of sex-biased DNA methylation in mouse liver']},\n", + " {'bibcode': '2021NatSR..1118081G',\n", + " 'author': ['Gündüz, Alperen', 'Yalçın, Emine', 'çavuşoǧlu, Kültiǧin'],\n", + " 'title': ['Combined toxic effects of aflatoxin B2 and the protective role of resveratrol in Swiss albino mice']},\n", + " {'bibcode': '2019NatSR...915828D',\n", + " 'author': ['Dornbos, Peter',\n", + " 'Jurgelewicz, Amanda',\n", + " 'Fader, Kelly A.',\n", + " 'Williams, Kurt',\n", + " 'Zacharewski, Timothy R.',\n", + " 'LaPres, John J.'],\n", + " 'title': ['Characterizing the Role of HMG-CoA Reductase in Aryl Hydrocarbon Receptor-Mediated Liver Injury in C57BL/6 Mice']},\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", + " 'title': ['Differential TGFβ pathway targeting by miR-122 in humans and mice affects liver cancer metastasis']},\n", + " {'bibcode': '2009PNAS..106..558K',\n", + " 'author': ['Kim, Hyun-Jin',\n", + " 'Andersson, Leif C.',\n", + " 'Bouton, Didier',\n", + " 'Warner, Margaret',\n", + " 'Gustafsson, Jan-Åke'],\n", + " 'title': ['Stromal growth and epithelial cell proliferation in ventral prostates of liver X receptor knockout mice']},\n", + " {'bibcode': '2002EnvMM..40..207M',\n", + " 'author': ['Masumura, Ken-ichi',\n", + " 'Kuniya, Kensuke',\n", + " 'Kurobe, Toshihiro',\n", + " 'Fukuoka, Masamichi',\n", + " 'Yatagai, Fumio',\n", + " 'Nohmi, Takehiko'],\n", + " 'title': ['Heavy‑ion‑induced mutations in the gpt delta transgenic mouse: Comparison of mutation spectra induced by heavy‑ion, X‑ray, and γ‑ray radiation']},\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", + " 'title': ['In vivo multiphoton dynamic imaging of the hepatobiliary metabolism in chronic hepatic diseases']},\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", + " 'title': ['A therapeutic approach to pantothenate kinase associated neurodegeneration']},\n", + " {'bibcode': '2001PNAS...98.3976Q',\n", + " 'author': ['Qian, Fawn', 'Hanahan, Douglas', 'Weissman, Irving L.'],\n", + " 'title': ['L-selectin can facilitate metastasis to lymph nodes in a transgenic mouse model of carcinogenesis']},\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", + " 'title': ['Mouse model for exoerythrocytic stages of Plasmodium falciparum malaria parasite.']},\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", + " 'title': ['Targeted Induction of Interferon-λ in Humanized Chimeric Mouse Liver Abrogates Hepatotropic Virus Infection']},\n", + " {'bibcode': '1986Natur.319..685C',\n", + " 'author': ['Chada, Kiran', 'Magram, Jeanne', 'Costantini, Frank'],\n", + " 'title': ['An embryonic pattern of expression of a human fetal globin gene in transgenic mice']},\n", + " {'bibcode': '1995PNAS...92.1585W',\n", + " 'author': ['Watanabe, Masahiko',\n", + " 'Osada, Jesus',\n", + " 'Aratani, Yasuaki',\n", + " 'Kluckman, Kimberly',\n", + " 'Reddick, Robert',\n", + " 'Malinow, M. Rene',\n", + " 'Maeda, Nobuyo'],\n", + " 'title': ['Mice Deficient in Cystathionine β-Synthase: Animal Models for Mild and Severe Homocyst(e)inemia']},\n", + " {'bibcode': '2015NatSR...512067R',\n", + " 'author': ['Rodríguez, Amaia',\n", + " 'Moreno, Natalia R.',\n", + " 'Balaguer, Inmaculada',\n", + " 'Méndez-Giménez, Leire',\n", + " 'Becerril, Sara',\n", + " 'Catalán, Victoria',\n", + " 'Gómez-Ambrosi, Javier',\n", + " 'Portincasa, Piero',\n", + " 'Calamita, Giuseppe',\n", + " 'Soveral, Graça',\n", + " 'Malagón, María M.',\n", + " 'Frühbeck, Gema'],\n", + " 'title': ['Leptin administration restores the altered adipose and hepatic expression of aquaglyceroporins improving the non-alcoholic fatty liver of ob/ob mice']},\n", + " {'bibcode': '1989Sci...244..460F',\n", + " 'author': ['Fox, Niles',\n", + " 'Crooke, Rosanne',\n", + " 'Hwang, Lih-Hwa S.',\n", + " 'Schibler, Ueli',\n", + " 'Knowles, Barbara B.',\n", + " 'Solter, Davor'],\n", + " 'title': ['Metastatic Hibernomas in Transgenic Mice Expressing an α -amylase--SV40 T Antigen Hybrid Gene']},\n", + " {'bibcode': '2003PNAS..100.7253Z',\n", + " 'author': ['Zalzman, Michal',\n", + " 'Gupta, Sanjeev',\n", + " 'Giri, Ranjit K.',\n", + " 'Berkovich, Irina',\n", + " 'Sappal, Baljit S.',\n", + " 'Karnieli, Ohad',\n", + " 'Zern, Mark A.',\n", + " 'Fleischer, Norman',\n", + " 'Efrat, Shimon'],\n", + " 'title': ['Reversal of hyperglycemia in mice by using human expandable insulin-producing cells differentiated from fetal liver progenitor cells']},\n", + " {'bibcode': '2020NatSR..10.6065C',\n", + " 'author': ['Chen, Shu',\n", + " 'Minegishi, Yoshihiko',\n", + " 'Hasumura, Takahiro',\n", + " 'Shimotoyodome, Akira',\n", + " 'Ota, Noriyasu'],\n", + " 'title': ['Involvement of ammonia metabolism in the improvement of endurance performance by tea catechins in mice']},\n", + " {'bibcode': '2021JPhCS1912a2046S',\n", + " 'author': ['Sasongko, H.',\n", + " 'Sugiantoro, R. S. W.',\n", + " 'Advaita, N.',\n", + " 'Sugiyarto'],\n", + " 'title': ['Acute Oral Toxicity Test of Eel (Anguilla bicolor bicolor) Oil in Mice Liver and Kidney Cells']},\n", + " {'bibcode': '2016Natur.537..427V',\n", + " 'author': ['Vermeij, W. P.',\n", + " 'Dollé, M. E. T.',\n", + " 'Reiling, E.',\n", + " 'Jaarsma, D.',\n", + " 'Payan-Gomez, C.',\n", + " 'Bombardieri, C. R.',\n", + " 'Wu, H.',\n", + " 'Roks, A. J. M.',\n", + " 'Botter, S. M.',\n", + " 'van der Eerden, B. C.',\n", + " 'Youssef, S. A.',\n", + " 'Kuiper, R. V.',\n", + " 'Nagarajah, B.',\n", + " 'van Oostrom, C. T.',\n", + " 'Brandt, R. M. C.',\n", + " 'Barnhoorn, S.',\n", + " 'Imholz, S.',\n", + " 'Pennings, J. L. A.',\n", + " 'de Bruin, A.',\n", + " 'Gyenis, Á.',\n", + " 'Pothof, J.',\n", + " 'Vijg, J.',\n", + " 'van Steeg, H.',\n", + " 'Hoeijmakers, J. H. J.'],\n", + " 'title': ['Restricted diet delays accelerated ageing and genomic stress in DNA-repair-deficient mice']},\n", + " {'bibcode': '2019NatSR...9.4908B',\n", + " 'author': ['Bogie, Jeroen',\n", + " 'Hoeks, Cindy',\n", + " 'Schepers, Melissa',\n", + " 'Tiane, Assia',\n", + " 'Cuypers, Ann',\n", + " 'Leijten, Frank',\n", + " 'Chintapakorn, Yupyn',\n", + " 'Suttiyut, Thiti',\n", + " 'Pornpakakul, Surachai',\n", + " 'Struik, Dicky',\n", + " 'Kerksiek, Anja',\n", + " 'Liu, Hong-Bing',\n", + " 'Hellings, Niels',\n", + " 'Martinez-Martinez, Pilar',\n", + " 'Jonker, Johan W.',\n", + " 'Dewachter, Ilse',\n", + " 'Sijbrands, Eric',\n", + " 'Walter, Jochen',\n", + " 'Hendriks, Jerome',\n", + " 'Groen, Albert',\n", + " 'Staels, Bart',\n", + " 'Lütjohann, Dieter',\n", + " 'Vanmierlo, Tim',\n", + " 'Mulder, Monique'],\n", + " 'title': [\"Dietary Sargassum fusiforme improves memory and reduces amyloid plaque load in an Alzheimer's disease mouse model\"]},\n", + " {'bibcode': '2017DIB....13..731S',\n", + " 'author': ['Song, Andrew T.',\n", + " 'Galli, Antonella',\n", + " 'Leclerc, Severine',\n", + " 'Nattel, Stanley',\n", + " 'Mandato, Craig',\n", + " 'Andelfinger, Gregor'],\n", + " 'title': ['Dataset of Sgo1 expression in cardiac, gastrointestinal, hepatic and neuronal tissue in mouse']},\n", + " {'bibcode': '2005PNAS..102.8621M',\n", + " 'author': ['Mijalski, T.',\n", + " 'Harder, A.',\n", + " 'Halder, T.',\n", + " 'Kersten, M.',\n", + " 'Horsch, M.',\n", + " 'Strom, T. M.',\n", + " 'Liebscher, H. V.',\n", + " 'Lottspeich, F.',\n", + " 'de Angelis, M. Hrabě',\n", + " 'Beckers, J.'],\n", + " 'title': ['Identification of coexpressed gene clusters in a comparative analysis of transcriptome and proteome in mouse tissues']},\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", + " 'title': ['Human liver stem cells express UGT1A1 and improve phenotype of immunocompromised Crigler Najjar syndrome type I mice']},\n", + " {'bibcode': '1993NIMPB..75..571N',\n", + " 'author': ['Nianqing, Liu',\n", + " 'Chuannong, Zhou',\n", + " 'Lingna, Yan',\n", + " 'Xuejun, Li',\n", + " 'Zhiyu, Chao',\n", + " 'Zhigang, Ren',\n", + " 'Shijun, Zhou'],\n", + " 'title': ['A preliminary study on the positional distribution of Cisplatin and other elements in the liver of normal mice']},\n", + " {'bibcode': '1996PNAS...93.2131A',\n", + " 'author': ['Adachi, Masashi',\n", + " 'Suematsu, Sachiko',\n", + " 'Suda, Takashi',\n", + " 'Watanabe, Daisuke',\n", + " 'Fukuyama, Hidehiro',\n", + " 'Ogasawara, Jun',\n", + " 'Tanaka, Takashi',\n", + " 'Yoshida, Nobuaki',\n", + " 'Nagata, Shigekazu'],\n", + " 'title': ['Enhanced and accelerated lymphoproliferation in Fas-null mice.']},\n", + " {'bibcode': '2001PNAS...9813282K',\n", + " 'author': ['Kim, In-Hoo',\n", + " 'Józkowicz, Alicja',\n", + " 'Piedra, Pedro A.',\n", + " 'Oka, Kazuhiro',\n", + " 'Chan, Lawrence'],\n", + " 'title': ['Lifetime correction of genetic deficiency in mice with a single injection of helper-dependent adenoviral vector']},\n", + " {'bibcode': '1995PNAS...92.8763M',\n", + " 'author': ['Muragaki, Yasuteru',\n", + " 'Timmons, Sheila',\n", + " 'Griffith, C. May',\n", + " 'Oh, Suk P.',\n", + " 'Fadel, Bahaa',\n", + " 'Quertermous, Thomas',\n", + " 'Olsen, Bjorn R.'],\n", + " 'title': ['Mouse Col18a1 is expressed in a tissue-specific manner as three alternative variants and is localized in basement membrane zones.']},\n", + " {'bibcode': '2018NatSR...810523C',\n", + " 'author': ['Chen, Li',\n", + " 'Wei, Yundong',\n", + " 'Zhao, Shimei',\n", + " 'Zhang, Mengliang',\n", + " 'Yan, Xiaoting',\n", + " 'Gao, Xiangyun',\n", + " 'Li, Jinxia',\n", + " 'Gao, Yutong',\n", + " 'Zhang, Anwen',\n", + " 'Gao, Ying'],\n", + " 'title': ['Antitumor and immunomodulatory activities of total flavonoids extract from persimmon leaves in H22 liver tumor-bearing mice']},\n", + " {'bibcode': '2010PLoSO...510288F',\n", + " 'author': ['Fang, Xianfeng', 'Du, Peishuang', 'Liu, Yang', 'Tang, Jie'],\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", + " 'title': ['Correction: Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n", + " {'bibcode': '1967PNAS...58.1548C',\n", + " 'author': ['Church, Robert', 'McCarthy, Brian J.'],\n", + " 'title': ['Changes in nuclear and cytoplasmic RNA in regenerating mouse liver.']},\n", + " {'bibcode': '1975PNAS...72.4008J',\n", + " 'author': ['Jaenisch, Rudolf', 'Fan, Hung', 'Croker, Byron'],\n", + " 'title': ['Infection of preimplantation mouse embryos and of newborn mice with leukemia virus: tissue distribution of viral DNA and RNA and leukemogenesis in the adult animal.']},\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", + " 'title': ['Naringin against doxorubicin-induced hepatotoxicity in mice through reducing oxidative stress, inflammation, and apoptosis via the up-regulation of SIRT1']},\n", + " {'bibcode': '2001PNAS...98.2011W',\n", + " 'author': ['Wang, Renxue',\n", + " 'Salem, Myriam',\n", + " 'Yousef, Ibrahim M.',\n", + " 'Tuchweber, Beatriz',\n", + " 'Lam, Ping',\n", + " 'Childs, Sarah J.',\n", + " 'Helgason, Cheryl D.',\n", + " 'Ackerley, Cameron',\n", + " 'Phillips, M. James',\n", + " 'Ling, Victor'],\n", + " 'title': ['Targeted inactivation of sister of P-glycoprotein gene (spgp) in mice results in nonprogressive but persistent intrahepatic cholestasis']},\n", + " {'bibcode': '1994Sci...264.1329M',\n", + " 'author': ['Moyer, Judith H.',\n", + " 'Lee-Tischler, Monica J.',\n", + " 'Kwon, Heajoon-Y.',\n", + " 'Schrick, Jeffrey J.',\n", + " 'Avner, Ellis D.',\n", + " 'Sweeney, William E.',\n", + " 'Godfrey, Virginia L.',\n", + " 'Cacheiro, Nestor L. A.',\n", + " 'Erby Wilkinson, J.',\n", + " 'Woychik, Richard P.'],\n", + " 'title': ['Candidate Gene Associated with a Mutation Causing Recessive Polycystic Kidney Disease in Mice']},\n", + " {'bibcode': '2022NatCo..13.1897H',\n", + " 'author': ['Hill, Cristal M.',\n", + " 'Albarado, Diana C.',\n", + " 'Coco, Lucia G.',\n", + " 'Spann, Redin A.',\n", + " 'Khan, Md Shahjalal',\n", + " 'Qualls-Creekmore, Emily',\n", + " 'Burk, David H.',\n", + " 'Burke, Susan J.',\n", + " 'Collier, J. Jason',\n", + " 'Yu, Sangho',\n", + " 'McDougal, David H.',\n", + " 'Berthoud, Hans-Rudolf',\n", + " 'Münzberg, Heike',\n", + " 'Bartke, Andrzej',\n", + " 'Morrison, Christopher D.'],\n", + " 'title': ['FGF21 is required for protein restriction to extend lifespan and improve metabolic health in male mice']},\n", + " {'bibcode': '2015NatSR...516984N',\n", + " 'author': ['Nam, Miso',\n", + " 'Choi, Myung-Sook',\n", + " 'Jung, Sunhee',\n", + " 'Jung, Youngae',\n", + " 'Choi, Ji-Young',\n", + " 'Ryu, Do Hyun',\n", + " 'Hwang, Geum-Sook'],\n", + " 'title': ['Lipidomic Profiling of Liver Tissue from Obesity-Prone and Obesity-Resistant Mice Fed a High Fat Diet']},\n", + " {'bibcode': '1992EnvMM..20...39L',\n", + " 'author': ['Lefevre, P.', 'Ashby, J.'],\n", + " 'title': ['Mitogenic activity of quinoline to the rat, mouse, and guinea pig liver: Empirical correlations with hepatic carcinogenicity']},\n", + " {'bibcode': '2022NatCo..13.5215R',\n", + " 'author': ['Rovai, Alice',\n", + " 'Chung, BoMee',\n", + " 'Hu, Qingluan',\n", + " 'Hook, Sebastian',\n", + " 'Yuan, Qinggong',\n", + " 'Kempf, Tibor',\n", + " 'Schmidt, Florian',\n", + " 'Grimm, Dirk',\n", + " 'Talbot, Steven R.',\n", + " 'Steinbrück, Lars',\n", + " 'Götting, Jasper',\n", + " 'Bohne, Jens',\n", + " 'Krooss, Simon A.',\n", + " 'Ott, Michael'],\n", + " 'title': ['In vivo adenine base editing reverts C282Y and improves iron metabolism in hemochromatosis mice']},\n", + " {'bibcode': '2015NatSR...5E8098Z',\n", + " 'author': ['Zhang, Jingyao',\n", + " 'Song, Sidong',\n", + " 'Pang, Qing',\n", + " 'Zhang, Ruiyao',\n", + " 'Zhou, Lei',\n", + " 'Liu, Sushun',\n", + " 'Meng, Fandi',\n", + " 'Wu, Qifei',\n", + " 'Liu, Chang'],\n", + " 'title': ['Serotonin Deficiency Exacerbates Acetaminophen-Induced Liver Toxicity In Mice']},\n", + " {'bibcode': '2019NatSR...914784P',\n", + " 'author': ['Parsanathan, Rajesh', 'Jain, Sushil K.'],\n", + " 'title': ['Glutathione deficiency induces epigenetic alterations of vitamin D metabolism genes in the livers of high-fat diet-fed obese mice']},\n", + " {'bibcode': '2016NatSR...624156L',\n", + " 'author': ['Li, Lulu',\n", + " 'Zhang, Ping',\n", + " 'Bao, Zhengxi',\n", + " 'Wang, Tongxin',\n", + " 'Liu, Shuang',\n", + " 'Huang, Feiruo'],\n", + " 'title': ['PGC-1α Promotes Ureagenesis in Mouse Periportal Hepatocytes through SIRT3 and SIRT5 in Response to Glucagon']},\n", + " {'bibcode': '2016NatCo...713896T',\n", + " 'author': ['Tripathi, Deepak',\n", + " 'Venkatasubramanian, Sambasivan',\n", + " 'Cheekatla, Satyanarayana S.',\n", + " 'Paidipally, Padmaja',\n", + " 'Welch, Elwyn',\n", + " 'Tvinnereim, Amy R.',\n", + " 'Vankayalapati, Ramakrishna'],\n", + " 'title': ['A TLR9 agonist promotes IL-22-dependent pancreatic islet allograft survival in type 1 diabetic mice']},\n", + " {'bibcode': '2014SPIE.8947E..0CO',\n", + " 'author': ['Otsuka, Yoichi',\n", + " 'Satoh, Shuya',\n", + " 'Kyogaku, Masafumi',\n", + " 'Hashimoto, Hiroyuki',\n", + " 'Itoh, Kazuyoshi',\n", + " 'Ozeki, Yasuyuki'],\n", + " 'title': ['High-speed stimulated Raman spectral imaging for digital staining of mouse cancer tissues']},\n", + " {'bibcode': '1947Natur.160..565P',\n", + " 'author': ['Passey, R. D.',\n", + " 'Dmochowski, L.',\n", + " 'Astbury, W. T.',\n", + " 'Reed, R.'],\n", + " 'title': ['Electron Microscope Studies of Normal and Malignant Tissues of High- and Low-Breast-Cancer Strains of Mice']},\n", + " {'bibcode': '2008PNAS..10515172L',\n", + " 'author': ['Lamia, Katja A.', 'Storch, Kai-Florian', 'Weitz, Charles J.'],\n", + " 'title': ['From the Cover: Physiological significance of a peripheral tissue circadian clock']},\n", + " {'bibcode': '1997HETox..16....3G',\n", + " 'author': ['Green, Trevor'],\n", + " 'title': ['Methylene chloride induced mouse liver and lung tumours: An overview of the role of mechanistic studies in human safety assessment']},\n", + " {'bibcode': '2021JNEng..18d4002G',\n", + " 'author': ['Garrett, Aliesha',\n", + " 'Rakhilin, Nikolai',\n", + " 'Wang, Nian',\n", + " 'McKey, Jennifer',\n", + " 'Cofer, Gary',\n", + " 'Anderson, Robert BJ',\n", + " 'Capel, Blanche',\n", + " 'Johnson, G. Allan',\n", + " 'Shen, Xiling'],\n", + " 'title': ['Mapping the peripheral nervous system in the whole mouse via compressed sensing tractography']},\n", + " {'bibcode': '2020NatSR..1013334J',\n", + " 'author': ['Jiang, Dahai', 'Lee, Hungyen', 'Pardridge, William M.'],\n", + " 'title': ['Plasmid DNA gene therapy of the Niemann-Pick C1 mouse with transferrin receptor-targeted Trojan horse liposomes']},\n", + " {'bibcode': '2022BioMa..17a5013M',\n", + " 'author': ['Moradi, Elham',\n", + " 'Naserzadeh, Parvaneh',\n", + " 'Brouki Millan, Peiman',\n", + " 'Ashtari, Behnaz'],\n", + " 'title': ['Selective cytotoxicity mechanisms and biodistribution of diamond nanoparticles on the skin cancer in C57 mouse']},\n", + " {'bibcode': '2017NatSR...715246M',\n", + " 'author': ['Ma, Wen-Tao',\n", + " 'Liu, Qing-Zhi',\n", + " 'Yang, Jing-Bo',\n", + " 'Yang, Yan-Qing',\n", + " 'Zhao, Zhi-Bin',\n", + " 'Ma, Hong-Di',\n", + " 'Gershwin, M. Eric',\n", + " 'Lian, Zhe-Xiong'],\n", + " 'title': ['A Mouse Model of Autoimmune Cholangitis via Syngeneic Bile Duct Protein Immunization']},\n", + " {'bibcode': '2015Natur.517..360B',\n", + " 'author': ['Barzel, A.',\n", + " 'Paulk, N. K.',\n", + " 'Shi, Y.',\n", + " 'Huang, Y.',\n", + " 'Chu, K.',\n", + " 'Zhang, F.',\n", + " 'Valdmanis, P. N.',\n", + " 'Spector, L. P.',\n", + " 'Porteus, M. H.',\n", + " 'Gaensler, K. M.',\n", + " 'Kay, M. A.'],\n", + " 'title': ['Promoterless gene targeting without nucleases ameliorates haemophilia B in mice']},\n", + " {'bibcode': '1983PNAS...80.2723D',\n", + " 'author': ['Datta, Syamal K.', 'Stollar, B. David', 'Schwartz, Robert S.'],\n", + " 'title': ['Normal Mice Express Idiotypes Related to Autoantibody Idiotypes of Lupus Mice']},\n", + " {'bibcode': '1998PNAS...95..310P',\n", + " 'author': ['Petersen, Joerg',\n", + " 'Dandri, Maura',\n", + " 'Gupta, Sanjeev',\n", + " 'Rogler, Charles E.'],\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': '1993PNAS...90..104M',\n", + " 'author': ['Mocarski, Edward S.',\n", + " 'Bonyhadi, Mark',\n", + " 'Salimi, Suzan',\n", + " 'McCune, Joseph M.',\n", + " 'Kaneshima, Hideto'],\n", + " 'title': ['Human cytomegalovirus in a SCID-hu mouse: thymic epithelial cells are prominent targets of viral replication.']},\n", + " {'bibcode': '2010PNAS..10720816T',\n", + " 'author': ['Thanopoulou, Kalliopi',\n", + " 'Fragkouli, Apostolia',\n", + " 'Stylianopoulou, Fotini',\n", + " 'Georgopoulos, Spiros'],\n", + " 'title': ['Scavenger receptor class B type I (SR-BI) regulates perivascular macrophages and modifies amyloid pathology in an Alzheimer mouse model']},\n", + " {'bibcode': '1979PNAS...76..962G',\n", + " 'author': ['Golde, D. W.',\n", + " 'Bersch, N.',\n", + " 'Friend, C.',\n", + " 'Tsuei, D.',\n", + " 'Marovitz, W.'],\n", + " 'title': ['Transformation of DBA/2 mouse fetal liver cells infected in vitro by the anemic strain of Friend leukemia virus.']},\n", + " {'bibcode': '2003JThBi.221..349B',\n", + " 'author': ['Bocharov, Gennady', 'Klenerman, Paul', 'Ehl, Stephan'],\n", + " 'title': ['Modelling the Dynamics of LCMV Infection in Mice: II. Compartmental Structure and Immunopathology']},\n", + " {'bibcode': '2014NatSR...4E6894L',\n", + " 'author': ['Liu, Su',\n", + " 'Guo, Xuechao',\n", + " 'Wu, Bing',\n", + " 'Yu, Haiyan',\n", + " 'Zhang, Xuxiang',\n", + " 'Li, Mei'],\n", + " 'title': ['Arsenic induces diabetic effects through beta-cell dysfunction and increased gluconeogenesis in mice']},\n", + " {'bibcode': '2021NatSR..1119614N',\n", + " 'author': ['Nickl, Bernadette', 'Qadri, Fatimunnisa', 'Bader, Michael'],\n", + " 'title': ['Anti-inflammatory role of Gpnmb in adipose tissue of mice']},\n", + " {'bibcode': '2016NatSR...636353J',\n", + " 'author': ['Jothery, Aqeel H. Al',\n", + " 'Vaanholt, Lobke M.',\n", + " 'Mody, Nimesh',\n", + " 'Arnous, Anis',\n", + " 'Lykkesfeldt, Jens',\n", + " 'Bünger, Lutz',\n", + " 'Hill, William G.',\n", + " 'Mitchell, Sharon E.',\n", + " 'Allison, David B.',\n", + " 'Speakman, John R.'],\n", + " 'title': ['Oxidative costs of reproduction in mouse strains selected for different levels of food intake and which differ in reproductive performance']},\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", + " 'title': ['Fast detection of choline-containing metabolites in liver using 2D 1H- 14N three-bond correlation (HN3BC) spectroscopy']},\n", + " {'bibcode': '1950Sci...111..149F',\n", + " 'author': ['Feinstein, Robert N.',\n", + " 'Butler, Carrie L.',\n", + " 'Hendley, Daniel D.'],\n", + " 'title': ['Effect of Whole Body X-Radiation and of Intraperitoneal Hydrogen Peroxide on Mouse Liver Catalase']},\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", + " 'title': ['Glutamate dehydrogenase activator BCH stimulating reductive amination prevents high fat/high fructose diet-induced steatohepatitis and hyperglycemia in C57BL/6J mice']},\n", + " {'bibcode': '2018NatSR...810175R',\n", + " 'author': ['Rajapaksha, Indu G.',\n", + " 'Mak, Kai Y.',\n", + " 'Huang, Ping',\n", + " 'Burrell, Louise M.',\n", + " 'Angus, Peter W.',\n", + " 'Herath, Chandana B.'],\n", + " 'title': ['The small molecule drug diminazene aceturate inhibits liver injury and biliary fibrosis in mice']},\n", + " {'bibcode': '2015NatSR...5E8777L',\n", + " 'author': ['Lorbek, Gregor',\n", + " 'Perše, Martina',\n", + " 'Jeruc, Jera',\n", + " 'Juvan, Peter',\n", + " 'Gutierrez-Mariscal, Francisco M.',\n", + " 'Lewinska, Monika',\n", + " 'Gebhardt, Rolf',\n", + " 'Keber, Rok',\n", + " 'Horvat, Simon',\n", + " 'Björkhem, Ingemar',\n", + " 'Rozman, Damjana'],\n", + " 'title': ['Lessons from Hepatocyte-Specific Cyp51 Knockout Mice: Impaired Cholesterol Synthesis Leads to Oval Cell-Driven Liver Injury']},\n", + " {'bibcode': '2022NatSR..1215161L',\n", + " 'author': ['Liu, Yiqiao',\n", + " 'Gargesha, Madhusudhana',\n", + " 'Scott, Bryan',\n", + " 'Tchilibou Wane, Arthure Olivia',\n", + " 'Wilson, David L.'],\n", + " 'title': ['Deep learning multi-organ segmentation for whole mouse cryo-images including a comparison of 2D and 3D deep networks']},\n", + " {'bibcode': '2020NatSR..10.9714R',\n", + " 'author': ['Reddy, Priyanka',\n", + " 'Hemsworth, Joanne',\n", + " 'Guthridge, Kathryn M.',\n", + " 'Vinh, Antony',\n", + " 'Vassiliadis, Simone',\n", + " 'Ezernieks, Vilnis',\n", + " 'Spangenberg, German C.',\n", + " 'Rochfort, Simone J.'],\n", + " 'title': ['Ergot alkaloid mycotoxins: physiological effects, metabolism and distribution of the residual toxin in mice']},\n", + " {'bibcode': '2017NatSR...741874D',\n", + " 'author': ['Delhove, Juliette M. K. M.',\n", + " 'Buckley, Suzanne M. K.',\n", + " 'Perocheau, Dany P.',\n", + " 'Karda, Rajvinder',\n", + " 'Arbuthnot, Patrick',\n", + " 'Henderson, Neil C.',\n", + " 'Waddington, Simon N.',\n", + " 'McKay, Tristan R.'],\n", + " 'title': ['Longitudinal in vivo bioimaging of hepatocyte transcription factor activity following cholestatic liver injury in mice']},\n", + " {'bibcode': '2022NatSR..1217558C',\n", + " 'author': ['Claeys, Wouter',\n", + " 'Van Hoecke, Lien',\n", + " 'Geerts, Anja',\n", + " 'Van Vlierberghe, Hans',\n", + " 'Lefere, Sander',\n", + " 'Van Imschoot, Griet',\n", + " 'Van Wonterghem, Elien',\n", + " 'Ghesquière, Bart',\n", + " 'Vandenbroucke, Roosmarijn E.',\n", + " 'Van Steenkiste, Christophe'],\n", + " 'title': ['A mouse model of hepatic encephalopathy: bile duct ligation induces brain ammonia overload, glial cell activation and neuroinflammation']},\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", + " 'title': ['Volumetric multi-contrast dynamics imaging for ex vivo liver microvasculature activity visualization using Jones matrix optical coherence tomography']},\n", + " {'bibcode': '2011PLoSO...627553Z',\n", + " 'author': ['Zhang, Fang',\n", + " 'Xu, Xiang',\n", + " 'Zhou, Ben',\n", + " 'He, Zhishui',\n", + " 'Zhai, Qiwei'],\n", + " 'title': ['Gene Expression Profile Change and Associated Physiological and Pathological Effects in Mouse Liver Induced by Fasting and Refeeding']},\n", + " {'bibcode': '2007PNAS..104.4506S',\n", + " 'author': ['Settembre, Carmine',\n", + " 'Annunziata, Ida',\n", + " 'Spampanato, Carmine',\n", + " 'Zarcone, Daniela',\n", + " 'Cobellis, Gilda',\n", + " 'Nusco, Edoardo',\n", + " 'Zito, Ester',\n", + " 'Tacchetti, Carlo',\n", + " 'Cosma, Maria Pia',\n", + " 'Ballabio, Andrea'],\n", + " 'title': ['Systemic inflammation and neurodegeneration in a mouse model of multiple sulfatase deficiency']},\n", + " {'bibcode': '2017NatSR...7..314T',\n", + " 'author': ['Tong, Shiwen',\n", + " 'Liu, Guangze',\n", + " 'Li, Minghong',\n", + " 'Li, Xiumei',\n", + " 'Liu, Qian',\n", + " 'Peng, Hong',\n", + " 'Li, Shiying',\n", + " 'Ren, Hong',\n", + " 'Yin, Wenwei'],\n", + " 'title': ['Natural killer cell activation contributes to hepatitis B viral control in a mouse model']},\n", + " {'bibcode': '2017NatSR...7.1898C',\n", + " 'author': ['Cartland, Siân P.',\n", + " 'Harith, Hanis H.',\n", + " 'Genner, Scott W.',\n", + " 'Dang, Lei',\n", + " 'Cogger, Victoria C.',\n", + " 'Vellozzi, Melissa',\n", + " 'Di Bartolo, Belinda A.',\n", + " 'Thomas, Shane R.',\n", + " 'Adams, Leon A.',\n", + " 'Kavurma, Mary M.'],\n", + " 'title': ['Non-alcoholic fatty liver disease, vascular inflammation and insulin resistance are exacerbated by TRAIL deletion in mice']},\n", + " {'bibcode': '2002EnvMM..40..216Y',\n", + " 'author': ['Yatagai, Fumio',\n", + " 'Kurobe, Toshihiro',\n", + " 'Nohmi, Takehiko',\n", + " 'Masumura, Ken-ichi',\n", + " 'Tsukada, Teruyo',\n", + " 'Yamaguchi, Hirotake',\n", + " 'Kasai-Eguchi, Kiyomi',\n", + " 'Fukunishi, Nobuhisa'],\n", + " 'title': ['Heavy‑ion‑induced mutations in the gpt delta transgenic mouse: Effect of p53 gene knockout']},\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", + " 'title': ['Bisphenol A Exposure May Induce Hepatic Lipid Accumulation via Reprogramming the DNA Methylation Patterns of Genes Involved in Lipid Metabolism']},\n", + " {'bibcode': '1970Natur.227..710L',\n", + " 'author': ['Lim, L.', 'Canellakis, E. S.'],\n", + " 'title': ['Adenine-rich Polymer associated with Rabbit Reticulocyte Messenger RNA']},\n", + " {'bibcode': '2013Natur.501..237D',\n", + " 'author': ['Dorner, Marcus',\n", + " 'Horwitz, Joshua A.',\n", + " 'Donovan, Bridget M.',\n", + " 'Labitt, Rachael N.',\n", + " 'Budell, William C.',\n", + " 'Friling, Tamar',\n", + " 'Vogt, Alexander',\n", + " 'Catanese, Maria Teresa',\n", + " 'Satoh, Takashi',\n", + " 'Kawai, Taro',\n", + " 'Akira, Shizuo',\n", + " 'Law, Mansun',\n", + " 'Rice, Charles M.',\n", + " 'Ploss, Alexander'],\n", + " 'title': ['Completion of the entire hepatitis C virus life cycle in genetically humanized mice']},\n", + " {'bibcode': '2001PNAS...98.2676J',\n", + " 'author': ['Jung, Sung-Chul',\n", + " 'Han, Ina P.',\n", + " 'Limaye, Advait',\n", + " 'Xu, Ruian',\n", + " 'Gelderman, Monique P.',\n", + " 'Zerfas, Patricia',\n", + " 'Tirumalai, Kamala',\n", + " 'Murray, Gary J.',\n", + " 'During, Matthew J.',\n", + " 'Brady, Roscoe O.',\n", + " 'Qasba, Pankaj'],\n", + " 'title': ['Adeno-associated viral vector-mediated gene transfer results in long-term enzymatic and functional correction in multiple organs of Fabry mice']},\n", + " {'bibcode': '2020NatSR..1012785W',\n", + " 'author': ['Wang, Jiani',\n", + " 'Ortiz, Christina',\n", + " 'Fontenot, Lindsey',\n", + " 'Mukhopadhyay, Riya',\n", + " 'Xie, Ying',\n", + " 'Law, Ivy Ka Man',\n", + " 'Shih, David Q.',\n", + " 'Mattai, S. Anjani',\n", + " 'Li, Zhaoping',\n", + " 'Koon, Hon Wai'],\n", + " 'title': ['Elafin inhibits obesity, hyperglycemia, and liver steatosis in high-fat diet-treated male mice']},\n", + " {'bibcode': '2016NatSR...628556K',\n", + " 'author': ['Kozik, Jan-Hendrik',\n", + " 'Trautmann, Tanja',\n", + " 'Carambia, Antonella',\n", + " 'Preti, Max',\n", + " 'Lütgehetmann, Marc',\n", + " 'Krech, Till',\n", + " 'Wiegard, Christiane',\n", + " 'Heeren, Joerg',\n", + " 'Herkel, Johannes'],\n", + " 'title': ['Attenuated viral hepatitis in Trem1-/- mice is associated with reduced inflammatory activity of neutrophils']},\n", + " {'bibcode': '1983Sci...219...63W',\n", + " 'author': ['Wing, Keith D.', 'Glickman, Andrew H.', 'Casida, John E.'],\n", + " 'title': ['Oxidative Bioactivation of S-Alkyl Phosphorothiolate Pesticides: Stereospecificity of Profenofos Insecticide Activation']},\n", + " {'bibcode': '2012EnTox..27..277B',\n", + " 'author': ['Bazin, Emmanuelle',\n", + " 'Huet, Sylvie',\n", + " 'Jarry, Gérard',\n", + " 'Hégarat, Ludovic Le',\n", + " 'Munday, John S.',\n", + " 'Humpage, Andrew R.',\n", + " 'Fessard, Valérie'],\n", + " 'title': ['Cytotoxic and genotoxic effects of cylindrospermopsin in mice treated by gavage or intraperitoneal injection']},\n", + " {'bibcode': '2021NatSR..11.5659M',\n", + " 'author': ['Muchenditsi, Abigael',\n", + " 'Talbot, C. Conover',\n", + " 'Gottlieb, Aline',\n", + " 'Yang, Haojun',\n", + " 'Kang, Byunghak',\n", + " 'Boronina, Tatiana',\n", + " 'Cole, Robert',\n", + " 'Wang, Li',\n", + " 'Dev, Som',\n", + " 'Hamilton, James P.',\n", + " 'Lutsenko, Svetlana'],\n", + " 'title': [\"Systemic deletion of Atp7b modifies the hepatocytes' response to copper overload in the mouse models of Wilson disease\"]},\n", + " {'bibcode': '1988Sci...242.1409D',\n", + " 'author': ['Dycaico, Mark J.',\n", + " 'Grant, Seth G. N.',\n", + " 'Felts, Katherine',\n", + " 'Nichols, W. Stephen',\n", + " 'Geller, Stephen A.',\n", + " 'Hager, Jeffrey H.',\n", + " 'Pollard, Amy J.',\n", + " 'Kohler, Steven W.',\n", + " 'Short, Heidi P.',\n", + " 'Jirik, Frank R.',\n", + " 'Hanahan, Douglas',\n", + " 'Sorge, Joseph A.'],\n", + " 'title': ['Neonatal Hepatitis Induced by α 1-Antitrypsin: A Transgenic Mouse Model']},\n", + " {'bibcode': '1987PNAS...84.2668K',\n", + " 'author': ['Kuchino, Yoshiyuki',\n", + " 'Beier, Hildburg',\n", + " 'Akita, Noriko',\n", + " 'Nishimura, Susumu'],\n", + " 'title': ['Natural UAG suppressor glutamine tRNA is elevated in mouse cells infected with Moloney murine leukemia virus.']},\n", + " {'bibcode': '1992PNAS...89.8477D',\n", + " 'author': ['Donaldson, Robert W.', 'Cohen, Stanley'],\n", + " 'title': ['Epidermal growth factor stimulates tyrosine phosphorylation in the neonatal mouse: association of a M(r) 55,000 substrate with the receptor.']},\n", + " {'bibcode': '2002PNAS...99.4602K',\n", + " 'author': ['Kim, Hyung-Suk',\n", + " 'Lee, Gene',\n", + " 'John, Simon W. M.',\n", + " 'Maeda, Nobuyo',\n", + " 'Smithies, Oliver'],\n", + " 'title': ['Molecular phenotyping for analyzing subtle genetic effects in mice: Application to an angiotensinogen gene titration']},\n", + " {'bibcode': '2020NatSR..1012778S',\n", + " 'author': ['Simard, Jean-Christophe',\n", + " 'Thibodeau, Jean-François',\n", + " 'Leduc, Martin',\n", + " 'Tremblay, Mikael',\n", + " 'Laverdure, Alexandre',\n", + " 'Sarra-Bournet, François',\n", + " 'Gagnon, William',\n", + " 'Ouboudinar, Jugurtha',\n", + " 'Gervais, Liette',\n", + " 'Felton, Alexandra',\n", + " 'Letourneau, Sylvie',\n", + " 'Geerts, Lilianne',\n", + " 'Cloutier, Marie-Pier',\n", + " 'Hince, Kathy',\n", + " 'Corpuz, Ramon',\n", + " 'Blais, Alexandra',\n", + " 'Quintela, Vanessa Marques',\n", + " 'Duceppe, Jean-Simon',\n", + " 'Abbott, Shaun D.',\n", + " 'Blais, Amélie',\n", + " 'Zacharie, Boulos',\n", + " 'Laurin, Pierre',\n", + " 'Laplante, Steven R.',\n", + " 'Kennedy, Christopher R. J.',\n", + " 'Hébert, Richard L.',\n", + " 'Leblond, François A.',\n", + " 'Grouix, Brigitte',\n", + " 'Gagnon, Lyne'],\n", + " 'title': ['Fatty acid mimetic PBI-4547 restores metabolic homeostasis via GPR84 in mice with non-alcoholic fatty liver disease']},\n", + " {'bibcode': '2015NatSR...5.7973L',\n", + " 'author': ['Liu, Min',\n", + " 'Xu, Lina',\n", + " 'Yin, Lianhong',\n", + " 'Qi, Yan',\n", + " 'Xu, Youwei',\n", + " 'Han, Xu',\n", + " 'Zhao, Yanyan',\n", + " 'Sun, Huijun',\n", + " 'Yao, Jihong',\n", + " 'Lin, Yuan',\n", + " 'Liu, Kexin',\n", + " 'Peng, Jinyong'],\n", + " 'title': ['Potent effects of dioscin against obesity in mice']},\n", + " {'bibcode': '2023NatSR..13.4632P',\n", + " 'author': ['Porukala, Manisri', 'Vinod, P. K.'],\n", + " 'title': ['Network-level analysis of ageing and its relationship with diseases and tissue regeneration in the mouse liver']},\n", + " {'bibcode': '2022NatSD...9..418T',\n", + " 'author': ['Tang, Ho Man',\n", + " 'Talbot, C. Conover',\n", + " 'Fung, Ming Chiu',\n", + " 'Tang, Ho Lam'],\n", + " 'title': ['Transcriptomic study of anastasis for reversal of ethanol-induced apoptosis in mouse primary liver cells']},\n", + " {'bibcode': '1985PNAS...82.1451J',\n", + " 'author': ['Jaenisch, Rudolf', 'Schnieke, Angelika', 'Harbers, Klaus'],\n", + " 'title': ['Treatment of mice with 5-azacytidine efficiently activates silent retroviral genomes in different tissues.']},\n", + " {'bibcode': '1994PNAS...91.8817M',\n", + " 'author': ['Matzuk, M. M.',\n", + " 'Finegold, M. J.',\n", + " 'Mather, J. P.',\n", + " 'Krummen, L.',\n", + " 'Lu, H.',\n", + " 'Bradley, A.'],\n", + " 'title': ['Development of cancer cachexia-like syndrome and adrenal tumors in inhibin-deficient mice.']},\n", + " {'bibcode': '2019NatSR...914594S',\n", + " 'author': ['Serrano, D.',\n", + " 'Crookshank, J. A.',\n", + " 'Morgan, B. S.',\n", + " 'Mueller, R. W.',\n", + " 'Paré, M. -F.',\n", + " 'Marandi, L.',\n", + " 'Poussier, P.',\n", + " 'Scott, F. W.'],\n", + " 'title': ['Dysregulated liver lipid metabolism and innate immunity associated with hepatic steatosis in neonatal BBdp rats and NOD mice']},\n", + " {'bibcode': '1985Natur.313..600O',\n", + " 'author': ['Ornitz, David M.',\n", + " 'Palmiter, Richard D.',\n", + " 'Hammer, Robert E.',\n", + " 'Brinster, Ralph L.',\n", + " 'Swift, Galvin H.',\n", + " 'MacDonald, Raymond J.'],\n", + " 'title': ['Specific expression of an elastase-human growth hormone fusion gene in pancreatic acinar cells of transgenic mice']},\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", + " 'title': ['Tumour exosome integrins determine organotropic metastasis']},\n", + " {'bibcode': '2006PNAS..10318249S',\n", + " 'author': ['Salido, Eduardo C.',\n", + " 'Li, Xiao M.',\n", + " 'Lu, Yang',\n", + " 'Wang, Xia',\n", + " 'Santana, Alfredo',\n", + " 'Roy-Chowdhury, Namita',\n", + " 'Torres, Armando',\n", + " 'Shapiro, Larry J.',\n", + " 'Roy-Chowdhury, Jayanta'],\n", + " 'title': ['Alanine-glyoxylate aminotransferase-deficient mice, a model for primary hyperoxaluria that responds to adenoviral gene transfer']},\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", + " 'title': ['From the Cover: Circadian acetylome reveals regulation of mitochondrial metabolic pathways']},\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", + " 'title': ['Transcriptional activation by the thyroid hormone receptor through ligand-dependent receptor recruitment and chromatin remodelling']},\n", + " {'bibcode': '1977Natur.265..354Z',\n", + " 'author': ['Zimmerman, E. F.', 'Voorting-Hawking, M.', 'Michael, J. G.'],\n", + " 'title': ['Immunosuppression by mouse sialylated α-foetoprotein']},\n", + " {'bibcode': '2019NatSR...914539M',\n", + " 'author': ['Martines, Anne-Claire M. F.',\n", + " 'Gerding, Albert',\n", + " 'Stolle, Sarah',\n", + " 'Vieira-Lara, Marcel A.',\n", + " 'Wolters, Justina C.',\n", + " 'Jurdzinski, Angelika',\n", + " 'Bongiovanni, Laura',\n", + " 'de Bruin, Alain',\n", + " 'van der Vlies, Pieter',\n", + " 'van der Vries, Gerben',\n", + " 'Bloks, Vincent W.',\n", + " 'Derks, Terry G. J.',\n", + " 'Reijngoud, Dirk-Jan',\n", + " 'Bakker, Barbara M.'],\n", + " 'title': ['Transcriptome analysis suggests a compensatory role of the cofactors coenzyme A and NAD+ in medium-chain acyl-CoA dehydrogenase knockout mice']},\n", + " {'bibcode': '2018Heliy...400772T',\n", + " 'author': ['Toda, Katsumi',\n", + " 'Toda, Akiko',\n", + " 'Ono, Masafumi',\n", + " 'Saibara, Toshiji'],\n", + " 'title': ['Lack of 17β-estradiol reduces sensitivity to insulin in the liver and muscle of male mice']},\n", + " {'bibcode': '1976PNAS...73.1693D',\n", + " 'author': ['Demars, Robert',\n", + " 'Levan, Susan L.',\n", + " 'Trend, Beth L.',\n", + " 'Russell, Liane B.'],\n", + " 'title': ['Abnormal ornithine carbamoyltransferase in mice having the sparse-fur mutation.']},\n", + " {'bibcode': '1993PNAS...90.3626G',\n", + " 'author': ['Georgatsou, Elena', 'Bourgarel, Pierre', 'Meo, Tommaso'],\n", + " 'title': ['Male-specific expression of mouse sex-limited protein requires growth hormone, not testosterone.']},\n", + " {'bibcode': '2023PNAS..12011755R',\n", + " 'author': ['Razzoli, Maria',\n", + " 'Nyuyki-Dufe, Kewir',\n", + " 'Chen, Brian H.',\n", + " 'Bartolomucci, Alessandro'],\n", + " 'title': ['Contextual modifiers of healthspan, lifespan, and epigenome in mice under chronic social stress']},\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", + " 'title': ['Chronic intake of high dietary sucrose induces sexually dimorphic metabolic adaptations in mouse liver and adipose tissue']},\n", + " {'bibcode': '1963RadR...20..510S',\n", + " 'author': ['Stevens, Walter', 'Berliner, David L.'],\n", + " 'title': ['The Effect of X-Irradiation on the Conjugation of Steroids by Mouse Liver and Kidney']},\n", + " {'bibcode': '1971PNAS...68.2032C',\n", + " 'author': ['Condamine, Hubert', 'Custer, R. Philip', 'Mintz, Beatrice'],\n", + " 'title': ['Pure-Strain and Genetically Mosaic Liver Tumors Histochemically Identified with the β -glucuronidase Marker in Allophenic Mice']},\n", + " {'bibcode': '2018NatSR...812142H',\n", + " 'author': ['Hamid, Zeeshan', 'Summa, Maria', 'Armirotti, Andrea'],\n", + " 'title': ['A Swath Label-Free Proteomics insight into the Faah-/- Mouse Liver']},\n", + " {'bibcode': '2006PNAS..103.7165M',\n", + " 'author': ['Morani, Andrea',\n", + " 'Barros, Rodrigo P. A.',\n", + " 'Imamov, Otabek',\n", + " 'Hultenby, Kjell',\n", + " 'Arner, Anders',\n", + " 'Warner, Margaret',\n", + " 'Gustafsson, Jan-Åke'],\n", + " 'title': ['Lung dysfunction causes systemic hypoxia in estrogen receptor β knockout (ERβ−/−) mice']},\n", + " {'bibcode': '2002PNAS...9916197S',\n", + " 'author': ['Sakata, Yasuhiko',\n", + " 'Kamei, Caramai N.',\n", + " 'Nakagami, Hironori',\n", + " 'Bronson, Roderick',\n", + " 'Liao, James K.',\n", + " 'Chin, Michael T.'],\n", + " 'title': ['Ventricular septal defect and cardiomyopathy in mice lacking the transcription factor CHF1/Hey2']},\n", + " {'bibcode': '1999PNAS...96.1585Q',\n", + " 'author': ['Qi, Chao',\n", + " 'Zhu, Yijun',\n", + " 'Pan, Jie',\n", + " 'Yeldandi, Anjana V.',\n", + " 'Rao, M. Sambasiva',\n", + " 'Maeda, Nobuyo',\n", + " 'Subbarao, V.',\n", + " 'Pulikuri, Sujata',\n", + " 'Hashimoto, Takashi',\n", + " 'Reddy, Janardan K.'],\n", + " 'title': ['Mouse Steroid Receptor Coactivator-1 Is Not Essential for Peroxisome Proliferator-Activated Receptor α -regulated Gene Expression']},\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", + " '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", + " 'title': ['Mesothelial cells give rise to hepatic stellate cells and myofibroblasts via mesothelial-mesenchymal transition in liver injury']},\n", + " {'bibcode': '1979Natur.278..548T',\n", + " 'author': ['Tóth, K.', 'Somfai-Relle, Susan', 'Sugár, J.', 'Bence, Judit'],\n", + " 'title': ['Carcinogenicity testing of herbicide 2,4,5-trichlorophenoxyethanol containing dioxin and of pure dioxin in Swiss mice']},\n", + " {'bibcode': '2023Heliy...918627C',\n", + " 'author': ['Chen, Jen-Lung',\n", + " 'Cheng, Tzu-Ting',\n", + " 'Huang, Chien-Chi',\n", + " 'Chang, Hsin-Hou',\n", + " 'Lam, Chen-Fuh'],\n", + " 'title': ['Dual phenotypic characteristics of P-selectin in a mouse model of hemorrhagic shock and hepatectomy']},\n", + " {'bibcode': '1975Natur.258...76G',\n", + " 'author': ['Gresser, Ion',\n", + " 'Tovey, Michael G.',\n", + " 'Maury, Chantal',\n", + " 'Chouroulinkov, Ivan'],\n", + " 'title': ['Lethality of interferon preparations for newborn mice']},\n", + " {'bibcode': '1996PNAS...93.7821R',\n", + " 'author': ['Rankin, John A.',\n", + " 'Picarella, Dominic E.',\n", + " 'Geba, Gregory P.',\n", + " 'Temann, U. -Angela',\n", + " 'Prasad, Bhagi',\n", + " 'Dicosmo, Bruno',\n", + " 'Tarallo, Antonella',\n", + " 'Stripp, Barry',\n", + " 'Whitsett, Jeffrey',\n", + " 'Flavell, Richard A.'],\n", + " 'title': ['Phenotypic and physiologic characterization of transgenic mice expressing interleukin 4 in the lung: lymphocytic and eosinophilic inflammation without airway hyperreactivity.']},\n", + " {'bibcode': '2006PNAS..103.6275S',\n", + " 'author': ['Smith, Andrew D.',\n", + " 'Sumazin, Pavel',\n", + " 'Xuan, Zhenyu',\n", + " 'Zhang, Michael Q.'],\n", + " 'title': ['DNA motifs in human and mouse proximal promoters predict tissue-specific expression']},\n", + " {'bibcode': '2017NatSR...715167K',\n", + " 'author': ['Kano, Fumi', 'Noguchi, Yoshiyuki', 'Murata, Masayuki'],\n", + " 'title': ['Establishment and phenotyping of disease model cells created by cell-resealing technique']},\n", + " {'bibcode': '1993PNAS...90.4485L',\n", + " 'author': ['Lowe, Carolyn',\n", + " 'Yoneda, Toshiyuki',\n", + " 'Boyce, Brendan F.',\n", + " 'Chen, Hong',\n", + " 'Mundy, Gregory R.',\n", + " 'Soriano, Philippe'],\n", + " 'title': ['Osteopetrosis in Src-deficient mice is due to an autonomous defect of osteoclasts.']},\n", + " {'bibcode': '2015NatSR...515643L',\n", + " 'author': ['Lee, Sang Gil',\n", + " 'Lee, Chan Gyu',\n", + " 'Wu, Hong Min',\n", + " 'Oh, Choong Sik',\n", + " 'Chung, So Won',\n", + " 'Kim, Sang Geon'],\n", + " 'title': ['A load of mice to hypergravity causes AMPKα repression with liver injury, which is overcome by preconditioning loads via Nrf2']},\n", + " {'bibcode': '1961Natur.190..646D',\n", + " 'author': ['Dawes, Ben'],\n", + " 'title': ['Juvenile Stages of Fasciola hepatica in the Liver of the Mouse']},\n", + " {'bibcode': '2016NatSR...630343T',\n", + " 'author': ['Terao, Mineko',\n", + " 'Barzago, Maria Monica',\n", + " 'Kurosaki, Mami',\n", + " 'Fratelli, Maddalena',\n", + " 'Bolis, Marco',\n", + " 'Borsotti, Andrea',\n", + " 'Bigini, Paolo',\n", + " 'Micotti, Edoardo',\n", + " 'Carli, Mirjana',\n", + " 'Invernizzi, Roberto William',\n", + " 'Bagnati, Renzo',\n", + " 'Passoni, Alice',\n", + " 'Pastorelli, Roberta',\n", + " 'Brunelli, Laura',\n", + " 'Toschi, Ivan',\n", + " 'Cesari, Valentina',\n", + " 'Sanoh, Seigo',\n", + " 'Garattini, Enrico'],\n", + " 'title': ['Mouse aldehyde-oxidase-4 controls diurnal rhythms, fat deposition and locomotor activity']},\n", + " {'bibcode': '2020NRL....15..141I',\n", + " 'author': ['Isoda, Katsuhiro',\n", + " 'Tanaka, Anju',\n", + " 'Fuzimori, Chisaki',\n", + " 'Echigoya, Miyuki',\n", + " 'Taira, Yuichiro',\n", + " 'Taira, Ikuko',\n", + " 'Shimizu, Yoshimi',\n", + " 'Akimoto, Yoshihiro',\n", + " 'Kawakami, Hayato',\n", + " 'Ishida, Isao'],\n", + " 'title': ['Toxicity of Gold Nanoparticles in Mice due to Nanoparticle/Drug Interaction Induces Acute Kidney Damage']},\n", + " {'bibcode': '2010JCAMD..24...23H',\n", + " 'author': ['Hu, Yongbo',\n", + " 'Unwalla, Ray',\n", + " 'Denny, R. Aldrin',\n", + " 'Bikker, Jack',\n", + " 'Di, Li',\n", + " 'Humblet, Christine'],\n", + " 'title': ['Development of QSAR models for microsomal stability: identification of good and bad structural features for rat, human and mouse microsomal stability']},\n", + " {'bibcode': '2023Heliy...913985G',\n", + " 'author': ['Gart, Eveline',\n", + " 'van Duyvenvoorde, Wim',\n", + " 'Snabel, Jessica M.',\n", + " 'de Ruiter, Christa',\n", + " 'Attema, Joline',\n", + " 'Caspers, Martien P. M.',\n", + " 'Lek, Serene',\n", + " 'van Heuven, Bertie Joan',\n", + " 'Speksnijder, Arjen G. C. L.',\n", + " 'Giera, Martin',\n", + " 'Menke, Aswin',\n", + " 'Salic, Kanita',\n", + " 'Bence, Kendra K.',\n", + " 'Tesz, Gregory J.',\n", + " 'Keijer, Jaap',\n", + " 'Kleemann, Robert',\n", + " 'Morrison, Martine C.'],\n", + " 'title': ['Translational characterization of the temporal dynamics of metabolic dysfunctions in liver, adipose tissue and the gut during diet-induced NASH development in Ldlr-/-.Leiden mice']},\n", + " {'bibcode': '1965Natur.205.1236N',\n", + " 'author': ['Nishizuka, Yasuaki', 'Nakakuki, Kazuya', 'Usui, Masahiko'],\n", + " 'title': ['Enhancing Effect of Thymectomy on Hepatotumorigenesis in Swiss Mice following Neonatal Injection of 20-Methylcholanthrene']},\n", + " {'bibcode': '2011PNAS..10815330X',\n", + " 'author': ['Xie, Xuefen',\n", + " 'Brown, Michael S.',\n", + " 'Shelton, John M.',\n", + " 'Richardson, James A.',\n", + " 'Goldstein, Joseph L.',\n", + " 'Liang, Guosheng'],\n", + " 'title': ['Amino acid substitution in NPC1 that abolishes cholesterol binding reproduces phenotype of complete NPC1 deficiency in mice']},\n", + " {'bibcode': '1987PNAS...84.3161B',\n", + " 'author': ['Bhat, Narayan K.',\n", + " 'Fisher, Robert J.',\n", + " 'Fujiwara, Shigeyoshi',\n", + " 'Ascione, Richard',\n", + " 'Papas, Takis S.'],\n", + " 'title': ['Temporal and tissue-specific expression of mouse ets genes.']},\n", + " {'bibcode': '2013PJAB...89...59T',\n", + " 'author': ['Tsuchiya, Yoshiki',\n", + " 'Minami, Itsunari',\n", + " 'Kadotani, Hiroshi',\n", + " 'Todo, Takeshi',\n", + " 'Nishida, Eisuke'],\n", + " 'title': ['Circadian clock-controlled diurnal oscillation of Ras/ERK signaling in mouse liver']},\n", + " {'bibcode': '2010PNAS..10717391F',\n", + " 'author': ['Fujikawa, Teppei',\n", + " 'Chuang, Jen-Chieh',\n", + " 'Sakata, Ichiro',\n", + " 'Ramadori, Giorgio',\n", + " 'Coppari, Roberto'],\n", + " 'title': ['Leptin therapy improves insulin-deficient type 1 diabetes by CNS-dependent mechanisms in mice']},\n", + " {'bibcode': '2015NatSR...510457A',\n", + " 'author': ['Aoki, Shiho',\n", + " 'Iwai, Atsushi',\n", + " 'Kawata, Koji',\n", + " 'Muramatsu, Daisuke',\n", + " 'Uchiyama, Hirofumi',\n", + " 'Okabe, Mitsuyasu',\n", + " 'Ikesue, Masahiro',\n", + " 'Maeda, Naoyoshi',\n", + " 'Uede, Toshimitsu'],\n", + " 'title': ['Oral administration of the Aureobasidium pullulans-derived β-glucan effectively prevents the development of high fat diet-induced fatty liver in mice']},\n", + " {'bibcode': '1992PNAS...8911867L',\n", + " 'author': ['Li, Yue-Ming', 'Casida, John E.'],\n", + " 'title': ['Cantharidin-binding protein: identification as protein phosphatase 2A.']},\n", + " {'bibcode': '1976Natur.264..517A',\n", + " 'author': ['Altenburger, Werner', 'Hörz, Wolfram', 'Zachau, Hans G.'],\n", + " 'title': ['Nuclease cleavage of chromatin at 100-nucleotide pair intervals']},\n", + " {'bibcode': '1989PNAS...86.5903T',\n", + " 'author': ['Tussey, Lynda', 'Felder, Michael R.'],\n", + " 'title': ['Tissue-specific genetic variation in the level of mouse alcohol dehydrogenase is controlled transcriptionally in kidney and posttranscriptionally in liver.']},\n", + " {'bibcode': '2015NatSR...517604K',\n", + " 'author': ['Kuba, Motoko',\n", + " 'Matsuzaka, Takashi',\n", + " 'Matsumori, Rie',\n", + " 'Saito, Ryo',\n", + " 'Kaga, Naoko',\n", + " 'Taka, Hikari',\n", + " 'Ikehata, Kei',\n", + " 'Okada, Naduki',\n", + " 'Kikuchi, Takuya',\n", + " 'Ohno, Hiroshi',\n", + " 'Han, Song-Iee',\n", + " 'Takeuchi, Yoshinori',\n", + " 'Kobayashi, Kazuto',\n", + " 'Iwasaki, Hitoshi',\n", + " 'Yatoh, Shigeru',\n", + " 'Suzuki, Hiroaki',\n", + " 'Sone, Hirohito',\n", + " 'Yahagi, Naoya',\n", + " 'Arakawa, Yoji',\n", + " 'Fujimura, Tsutomu',\n", + " 'Nakagawa, Yoshimi',\n", + " 'Yamada, Nobuhiro',\n", + " 'Shimano, Hitoshi'],\n", + " 'title': ['Absence of Elovl6 attenuates steatohepatitis but promotes gallstone formation in a lithogenic diet-fed Ldlr-/- mouse model']},\n", + " {'bibcode': '2020NatSR..10.8734B',\n", + " 'author': ['Batista, Leandro',\n", + " 'Jouvion, Gregory',\n", + " 'Simon-Chazottes, Dominique',\n", + " 'Houzelstein, Denis',\n", + " 'Burlen-Defranoux, Odile',\n", + " 'Boissière, Magali',\n", + " 'Tokuda, Satoko',\n", + " 'do Valle, Tania Zaverucha',\n", + " 'Cumano, Ana',\n", + " 'Flamand, Marie',\n", + " 'Montagutelli, Xavier',\n", + " 'Panthier, Jean-Jacques'],\n", + " 'title': ['Genetic dissection of Rift Valley fever pathogenesis: Rvfs2 locus on mouse chromosome 11 enables survival to early-onset hepatitis']},\n", + " {'bibcode': '2017NatSR...712911Y',\n", + " 'author': ['Yzydorczyk, Catherine',\n", + " 'Li, Na',\n", + " 'Chehade, Hassib',\n", + " 'Mosig, Dolores',\n", + " 'Bidho, Mickael',\n", + " 'Keshavjee, Basile',\n", + " 'Armengaud, Jean Baptiste',\n", + " 'Nardou, Katya',\n", + " 'Siddeek, Benazir',\n", + " 'Benahmed, Mohamed',\n", + " 'Vergely, Catherine',\n", + " 'Simeoni, Umberto'],\n", + " 'title': ['Transient postnatal overfeeding causes liver stress-induced premature senescence in adult mice']},\n", + " {'bibcode': '2023NatCo..14.3451B',\n", + " 'author': ['Brooks, Dominique L.',\n", + " 'Carrasco, Manuel J.',\n", + " 'Qu, Ping',\n", + " 'Peranteau, William H.',\n", + " 'Ahrens-Nicklas, Rebecca C.',\n", + " 'Musunuru, Kiran',\n", + " 'Alameh, Mohamad-Gabriel',\n", + " 'Wang, Xiao'],\n", + " 'title': ['Rapid and definitive treatment of phenylketonuria in variant-humanized mice with corrective editing']},\n", + " {'bibcode': '2022JSFA..102.6848X',\n", + " 'author': ['Xu, Xiaowei',\n", + " 'Liu, Shanji',\n", + " 'Zhao, Yu',\n", + " 'Wang, Mengqi',\n", + " 'Hu, Liehai',\n", + " 'Li, Wenjuan',\n", + " 'Xu, Hengyi'],\n", + " 'title': ['Combination of Houttuynia cordata polysaccharide and Lactiplantibacillus plantarum P101 alleviates acute liver injury by regulating gut microbiota in mice']},\n", + " {'bibcode': '2020PNAS..11732584L',\n", + " 'author': ['Li, Xiruo',\n", + " 'Zhang, Dongyan',\n", + " 'Vatner, Daniel F.',\n", + " 'Goedeke, Leigh',\n", + " 'Hirabara, Sandro M.',\n", + " 'Zhang, Ye',\n", + " 'Perry, Rachel J.',\n", + " 'Shulman, Gerald I.'],\n", + " 'title': ['Mechanisms by which adiponectin reverses high fat diet-induced insulin resistance in mice']},\n", + " {'bibcode': '2017Nanot..28m5101H',\n", + " 'author': ['Handa, Takayuki',\n", + " 'Hirai, Toshiro',\n", + " 'Izumi, Natsumi',\n", + " 'Eto, Shun-ichi',\n", + " 'Tsunoda, Shin-ichi',\n", + " 'Nagano, Kazuya',\n", + " 'Higashisaka, Kazuma',\n", + " 'Yoshioka, Yasuo',\n", + " 'Tsutsumi, Yasuo'],\n", + " 'title': ['Identifying a size-specific hazard of silica nanoparticles after intravenous administration and its relationship to the other hazards that have negative correlations with the particle size in mice']},\n", + " {'bibcode': '1973PNAS...70..173D',\n", + " 'author': ['Delovitch, T. L.', 'Baglioni, C.'],\n", + " 'title': ['Estimation of Light-Chain Gene Reiteration of Mouse Immunoglobulin by DNA-RNA Hybridization']},\n", + " {'bibcode': '1989PNAS...86.4117X',\n", + " 'author': ['Xanthopoulos, Kleanthis G.',\n", + " 'Mirkovitch, Jovan',\n", + " 'Decker, Thomas',\n", + " 'Kuo, C. Frank',\n", + " 'Darnell, James E.'],\n", + " 'title': ['Cell-Specific Transcriptional Control of the Mouse DNA-Binding Protein mC/EBP']},\n", + " {'bibcode': '2012PLoSO...739006W',\n", + " 'author': ['Wu, Kai Connie', 'Cui, Julia Yue', 'Klaassen, Curtis D.'],\n", + " 'title': ['Effect of Graded Nrf2 Activation on Phase-I and -II Drug Metabolizing Enzymes and Transporters in Mouse Liver']},\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", + " 'title': [\"Extra-mitochondrial mouse frataxin and its implications for mouse models of Friedreich's ataxia\"]},\n", + " {'bibcode': '1986IJBm...30..283L',\n", + " 'author': ['Leon-Velarde, F.', 'Whittembury, J.', 'Monge, C.'],\n", + " 'title': ['Oxidative phosphorylation of liver mitochondria from mice acclimatized to hypobaric hypoxia']},\n", + " {'bibcode': '2022NatSR..1213595B',\n", + " 'author': ['Bae, Jaehyun',\n", + " 'Lee, Ji Young',\n", + " 'Shin, Eugene',\n", + " 'Lee, Minyoung',\n", + " 'Lee, Yong-ho',\n", + " 'Lee, Byung-Wan',\n", + " 'Kang, Eun Seok',\n", + " 'Cha, Bong-Soo'],\n", + " 'title': ['The effects of the voglibose on non-alcoholic fatty liver disease in mice model']},\n", + " {'bibcode': '2015EnTox..30..683D',\n", + " 'author': ['Du, Xiaoyan',\n", + " 'Lan, Tianfeng',\n", + " 'Yuan, Bao',\n", + " 'Chen, Jian',\n", + " 'Hu, Jinping',\n", + " 'Ren, Wenzhi',\n", + " 'Chen, Zhenwen'],\n", + " 'title': ['Cadmium-induced microsatellite instability in the kidneys and leukocytes of C57BL/6J mice']},\n", + " {'bibcode': '2023SPIE12367E..0GZ',\n", + " 'author': ['Zhu, Yue', 'Zhou, Yuan', 'Guo, Zhenyan', 'Tian, Haoying'],\n", + " 'title': ['DMD-based structured illumination full-field optical coherence tomography']},\n", + " {'bibcode': '2023NatSR..13.9841M',\n", + " 'author': ['Mondal, Samim Ali',\n", + " 'Mann, Shivani N.',\n", + " 'van der Linden, Carl',\n", + " 'Sathiaseelan, Roshini',\n", + " 'Kamal, Maria',\n", + " 'Das, Snehasis',\n", + " 'Bubak, Matthew P.',\n", + " 'Logan, Sreemathi',\n", + " 'Miller, Benjamin F.',\n", + " 'Stout, Michael B.'],\n", + " 'title': ['Metabolic benefits of 17α-estradiol in liver are partially mediated by ERβ in male mice']},\n", + " {'bibcode': '2001PNAS...98.2707F',\n", + " 'author': ['Fleming, Robert E.',\n", + " 'Holden, Christopher C.',\n", + " 'Tomatsu, Shunji',\n", + " 'Waheed, Abdul',\n", + " 'Brunt, Elizabeth M.',\n", + " 'Britton, Robert S.',\n", + " 'Bacon, Bruce R.',\n", + " 'Roopenian, Derry C.',\n", + " 'Sly, William S.'],\n", + " 'title': ['Mouse strain differences determine severity of iron accumulation in Hfe knockout model of hereditary hemochromatosis']},\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", + " 'title': ['Facile synthesis of zwitterionic polymer-coated core-shell magnetic nanoparticles for highly specific capture of N-linked glycopeptides']},\n", + " {'bibcode': '2009JThBi.261..266B',\n", + " 'author': ['Blavy, P.',\n", + " 'Gondret, F.',\n", + " 'Guillou, H.',\n", + " 'Lagarrigue, S.',\n", + " 'Martin, P. G. P.',\n", + " 'van Milgen, J.',\n", + " 'Radulescu, O.',\n", + " 'Siegel, A.'],\n", + " 'title': ['A minimal model for hepatic fatty acid balance during fasting: Application to PPAR alpha-deficient mice']},\n", + " {'bibcode': '2017NatSR...714074Y',\n", + " 'author': ['Yan, Ma',\n", + " 'Dongmei, Bao',\n", + " 'Jingjing, Zhang',\n", + " 'Xiaobao, Jin',\n", + " 'Jie, Wang',\n", + " 'Yan, Wang',\n", + " 'Jiayong, Zhu'],\n", + " 'title': ['Antitumor activities of Liver-targeting peptide modified Recombinant human Endostatin in BALB/c-nu mice with Hepatocellular carcinoma']},\n", + " {'bibcode': '2011NatSR...1E..70M',\n", + " 'author': ['Minor, Robin K.',\n", + " 'Baur, Joseph A.',\n", + " 'Gomes, Ana P.',\n", + " 'Ward, Theresa M.',\n", + " 'Csiszar, Anna',\n", + " 'Mercken, Evi M.',\n", + " 'Abdelmohsen, Kotb',\n", + " 'Shin, Yu-Kyong',\n", + " 'Canto, Carles',\n", + " 'Scheibye-Knudsen, Morten',\n", + " 'Krawczyk, Melissa',\n", + " 'Irusta, Pablo M.',\n", + " 'Martín-Montalvo, Alejandro',\n", + " 'Hubbard, Basil P.',\n", + " 'Zhang, Yongqing',\n", + " 'Lehrmann, Elin',\n", + " 'White, Alexa A.',\n", + " 'Price, Nathan L.',\n", + " 'Swindell, William R.',\n", + " 'Pearson, Kevin J.',\n", + " 'Becker, Kevin G.',\n", + " 'Bohr, Vilhelm A.',\n", + " 'Gorospe, Myriam',\n", + " 'Egan, Josephine M.',\n", + " 'Talan, Mark I.',\n", + " 'Auwerx, Johan',\n", + " 'Westphal, Christoph H.',\n", + " 'Ellis, James L.',\n", + " 'Ungvari, Zoltan',\n", + " 'Vlasuk, George P.',\n", + " 'Elliott, Peter J.',\n", + " 'Sinclair, David A.',\n", + " 'de Cabo, Rafael'],\n", + " 'title': ['SRT1720 improves survival and healthspan of obese mice']},\n", + " {'bibcode': '2021NatSR..11.9189B',\n", + " 'author': ['Barssotti, Leticia',\n", + " 'Abreu, Isabel C. M. E.',\n", + " 'Brandão, Ana Beatriz P.',\n", + " 'Albuquerque, Raquel C. M. F.',\n", + " 'Ferreira, Fabiana G.',\n", + " 'Salgado, Miguel A. C.',\n", + " 'Dias, Danielle D. S.',\n", + " 'De Angelis, Kátia',\n", + " 'Yokota, Rodrigo',\n", + " 'Casarini, Dulce E.',\n", + " 'Souza, Lívia B.',\n", + " 'Taddei, Carla R.',\n", + " 'Cunha, Tatiana S.'],\n", + " 'title': ['Saccharomyces boulardii modulates oxidative stress and renin angiotensin system attenuating diabetes-induced liver injury in mice']},\n", + " {'bibcode': '1985Sci...230.1160B',\n", + " 'author': ['Babinet, C.',\n", + " 'Farza, H.',\n", + " 'Morello, D.',\n", + " 'Hadchouel, M.',\n", + " 'Pourcel, C.'],\n", + " 'title': ['Specific Expression of Hepatitis B Surface Antigen (HBsAg) in Transgenic Mice']},\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", + " 'title': ['Construction of adenovirus vectors simultaneously expressing four multiplex, double-nicking guide RNAs of CRISPR/Cas9 and in vivo genome editing']},\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", + " 'title': ['Sexually Dimorphic Expression of eGFP Transgene in the Akr1A1 Locus of Mouse Liver Regulated by Sex Hormone-Related Epigenetic Remodeling']},\n", + " {'bibcode': '2018NatSR...817860T',\n", + " 'author': ['Thi Thanh Hai, Nguyen',\n", + " 'Thuy, Le Thi Thanh',\n", + " 'Shiota, Akira',\n", + " 'Kadono, Chiho',\n", + " 'Daikoku, Atsuko',\n", + " 'Hoang, Dinh Viet',\n", + " 'Dat, Ninh Quoc',\n", + " 'Sato-Matsubara, Misako',\n", + " 'Yoshizato, Katsutoshi',\n", + " 'Kawada, Norifumi'],\n", + " 'title': ['Selective overexpression of cytoglobin in stellate cells attenuates thioacetamide-induced liver fibrosis in mice']},\n", + " {'bibcode': '1968Natur.219..619H',\n", + " 'author': ['Hardeland, Rüdiger', 'Rensing, Ludger'],\n", + " 'title': ['Circadian Oscillation in Rat Liver Tryptophan Pyrrolase and its Analysis by Substrate and Hormone Induction']},\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", + " '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': '1986BuECT..37..169S',\n", + " 'author': ['Swartz, William J.', 'Schutzmann, Roy L.'],\n", + " 'title': ['Reaction of the mouse liver to kepone exposure']},\n", + " {'bibcode': '2017NatSR...7.9977L',\n", + " 'author': ['Lees, Emma K.',\n", + " 'Banks, Ruth',\n", + " 'Cook, Chelsea',\n", + " 'Hill, Sophie',\n", + " 'Morrice, Nicola',\n", + " 'Grant, Louise',\n", + " 'Mody, Nimesh',\n", + " 'Delibegovic, Mirela'],\n", + " 'title': ['Direct comparison of methionine restriction with leucine restriction on the metabolic health of C57BL/6J mice']},\n", + " {'bibcode': '2015SPIE.9308E..13G',\n", + " 'author': ['Gomaa, Iman',\n", + " 'Saraya, Hend',\n", + " 'Zekri, Maha',\n", + " 'Abdel-Kader, Mahmoud'],\n", + " 'title': ['In vivo suppression of solid Ehrlich cancer via chlorophyllin derivative mediated PDT: an albino mouse tumour model']},\n", + " {'bibcode': '2018NatSR...815507L',\n", + " 'author': ['Lin, Qinhao', 'Dong, Li', 'Xu, Yaqian', 'Di, Guoqing'],\n", + " 'title': ['Studies on effects of static electric field exposure on liver in mice']},\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", + " 'title': ['Knockdown and knockout of β1-integrin in hepatocytes impairs liver regeneration through inhibition of growth factor signalling']},\n", + " {'bibcode': '2012NRL.....7..473W',\n", + " 'author': ['Wei, Qi',\n", + " 'Zhan, Li',\n", + " 'Juanjuan, Bi',\n", + " 'Jing, Wang',\n", + " 'Jianjun, Wang',\n", + " 'Taoli, Sun',\n", + " \"Yi'an, Guo\",\n", + " 'Wangsuo, Wu'],\n", + " 'title': ['Biodistribution of co-exposure to multi-walled carbon nanotubes and nanodiamonds in mice']},\n", + " {'bibcode': '2016NatSR...623669S',\n", + " 'author': ['Shao, Wenwei',\n", + " 'Zhang, Chi',\n", + " 'Liu, Enyang',\n", + " 'Zhang, Long',\n", + " 'Ma, Junfan',\n", + " 'Zhu, Zhu',\n", + " 'Gong, Xiaoting',\n", + " 'Qin, Zhihai',\n", + " 'Qiu, Xiaoyan'],\n", + " 'title': ['Identification of Liver Epithelial Cell-derived Ig Expression in μ chain-deficient mice']},\n", + " {'bibcode': '2011HETox..30.1275A',\n", + " 'author': ['Alvarenga, TA',\n", + " 'Ribeiro, DA',\n", + " 'Araujo, P.',\n", + " 'Hirotsu, C.',\n", + " 'Mazaro-Costa, R.',\n", + " 'Costa, JL',\n", + " 'Battisti, MC',\n", + " 'Tufik, S.',\n", + " 'Andersen, ML'],\n", + " 'title': ['Sleep loss and acute drug abuse can induce DNA damage in multiple organs of mice']},\n", + " {'bibcode': '2017NatSR...744545O',\n", + " 'author': ['Öztürk Akcora, Büsra',\n", + " 'Storm, Gert',\n", + " 'Prakash, Jai',\n", + " 'Bansal, Ruchi'],\n", + " 'title': ['Tyrosine kinase inhibitor BIBF1120 ameliorates inflammation, angiogenesis and fibrosis in CCl4-induced liver fibrogenesis mouse model']},\n", + " {'bibcode': '2017E&ES...61a2046Z',\n", + " 'author': ['Zhang, Wei-qiang'],\n", + " 'title': ['Evaluation of anti-fatigue and immunomodulating effects of quercetin in strenuous exercise mice']},\n", + " {'bibcode': '2013NatSR...3E3056V',\n", + " 'author': ['Villano, Gianmarco',\n", + " 'Ruvoletto, Mariagrazia',\n", + " 'Ceolotto, Giulio',\n", + " 'Quarta, Santina',\n", + " 'Calabrese, Fiorella',\n", + " 'Turato, Cristian',\n", + " 'Tono, Natascia',\n", + " 'Biasiolo, Alessandra',\n", + " 'Cattelan, Arianna',\n", + " 'Merkel, Carlo',\n", + " 'Avogaro, Angelo',\n", + " 'Gatta, Angelo',\n", + " 'Pontisso, Patrizia'],\n", + " 'title': ['SERPINB3 is associated with longer survival in transgenic 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", + " 'title': ['Detection of mouse liver cancer via a parallel iterative shrinkage method in hybrid optical/microcomputed tomography imaging']},\n", + " {'bibcode': '2001PNAS...98.9324R',\n", + " 'author': ['Roberts, Andrew W.',\n", + " 'Robb, Lorraine',\n", + " 'Rakar, Steven',\n", + " 'Hartley, Lynne',\n", + " 'Cluse, Leonie',\n", + " 'Nicola, Nicos A.',\n", + " 'Metcalf, Donald',\n", + " 'Hilton, Douglas J.',\n", + " 'Alexander, Warren S.'],\n", + " 'title': ['Placental defects and embryonic lethality in mice lacking suppressor of cytokine signaling 3']},\n", + " {'bibcode': '2017NatSR...745049T',\n", + " 'author': ['Tatsukawa, Hideki',\n", + " 'Tani, Yuji',\n", + " 'Otsu, Risa',\n", + " 'Nakagawa, Haruka',\n", + " 'Hitomi, Kiyotaka'],\n", + " 'title': ['Global identification and analysis of isozyme-specific possible substrates crosslinked by transglutaminases using substrate peptides in mouse liver fibrosis']},\n", + " {'bibcode': '2023Heliy...922051K',\n", + " 'author': ['Kumari, Deepika',\n", + " 'Gautam, Jyoti',\n", + " 'Sharma, Vipin',\n", + " 'Gupta, Sonu Kumar',\n", + " 'Sarkar, Soumalya',\n", + " 'Jana, Pradipta',\n", + " 'Singhal, Vikas',\n", + " 'Babele, Prabhakar',\n", + " 'Kamboj, Parul',\n", + " 'Bajpai, Sneh',\n", + " 'Tandon, Ruchi',\n", + " 'Kumar, Yashwant',\n", + " 'Dikshit, Madhu'],\n", + " 'title': ['Effect of herbal extracts and Saroglitazar on high-fat diet-induced obesity, insulin resistance, dyslipidemia, and hepatic lipidome in C57BL/6J mice']},\n", + " {'bibcode': '2022JOUC...21.1362W',\n", + " 'author': ['Wang, Xiaopeng',\n", + " 'Han, Meng',\n", + " 'Dong, Hui',\n", + " 'Zhao, Yun',\n", + " 'Song, Weiwei',\n", + " 'Wang, Chunlin',\n", + " 'Mu, Changkao',\n", + " 'Li, Ronghua'],\n", + " 'title': ['Protective Effects of Sepia Ink Melanin on Hepatic Tissue in Streptozotocin-Induced Diabetic Mice']},\n", + " {'bibcode': '2023NatSR..13.4172Z',\n", + " 'author': ['Zhang, Lijun',\n", + " 'Liu, Chuhe',\n", + " 'Yin, Liufang',\n", + " 'Huang, Cheng',\n", + " 'Fan, Shengjie'],\n", + " 'title': ['Mangiferin relieves CCl4-induced liver fibrosis in mice']},\n", + " {'bibcode': '2001PNAS...9812174B',\n", + " 'author': ['Boulter, Catherine',\n", + " 'Mulroy, Sharon',\n", + " 'Webb, Sandra',\n", + " 'Fleming, Stewart',\n", + " 'Brindle, Kevin',\n", + " 'Sandford, Richard'],\n", + " 'title': ['Cardiovascular, skeletal, and renal defects in mice with a targeted disruption of the Pkd1 gene']},\n", + " {'bibcode': '2021PNAS..11818069D',\n", + " 'author': ['Darlyuk-Saadon, Ilona',\n", + " 'Bai, Chen',\n", + " 'Heng, Chew Kiat Matthew',\n", + " 'Gilad, Nechama',\n", + " 'Yu, Wei-Ping',\n", + " 'Lim, Pei Yen',\n", + " 'Cazenave-Gassiot, Amaury',\n", + " 'Zhang, Yongliang',\n", + " 'Wong, W. S. Fred',\n", + " 'Engelberg, David'],\n", + " 'title': ['Active p38α causes macrovesicular fatty liver in mice']},\n", + " {'bibcode': '2018arXiv180409205A',\n", + " 'author': ['Ashish, Naveen', 'Brusniak, Mi-Youn'],\n", + " 'title': ['Automated Mouse Organ Segmentation: A Deep Learning Based Solution']},\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", + " '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", + " '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", + " 'title': ['Extrapancreatic insulin-producing cells in multiple organs in diabetes']},\n", + " {'bibcode': '2001PNAS...9810350G',\n", + " 'author': ['Gupta, Sanjay',\n", + " 'Hastak, Kedar',\n", + " 'Ahmad, Nihal',\n", + " 'Lewin, Jonathan S.',\n", + " 'Mukhtar, Hasan'],\n", + " 'title': ['Inhibition of prostate carcinogenesis in TRAMP mice by oral infusion of green tea polyphenols']},\n", + " {'bibcode': '2022Sci...376.1192A',\n", + " 'author': ['Acosta-Rodríguez, Victoria',\n", + " 'Rijo-Ferreira, Filipa',\n", + " 'Izumo, Mariko',\n", + " 'Xu, Pin',\n", + " 'Wight-Carter, Mary',\n", + " 'Green, Carla B.',\n", + " 'Takahashi, Joseph S.'],\n", + " 'title': ['Circadian alignment of early onset caloric restriction promotes longevity in male C57BL/6J mice']},\n", + " {'bibcode': '2022NatCo..13.7275H',\n", + " 'author': ['He, Xiangjun',\n", + " 'Zhang, Zhenjie',\n", + " 'Xue, Junyi',\n", + " 'Wang, Yaofeng',\n", + " 'Zhang, Siqi',\n", + " 'Wei, Junkang',\n", + " 'Zhang, Chenzi',\n", + " 'Wang, Jue',\n", + " 'Urip, Brian Anugerah',\n", + " 'Ngan, Chun Christopher',\n", + " 'Sun, Junjiang',\n", + " 'Li, Yuefeng',\n", + " 'Lu, Zhiqian',\n", + " 'Zhao, Hui',\n", + " 'Pei, Duanqing',\n", + " 'Li, Chi-Kong',\n", + " 'Feng, Bo'],\n", + " 'title': ['Low-dose AAV-CRISPR-mediated liver-specific knock-in restored hemostasis in neonatal hemophilia B mice with subtle antibody response']},\n", + " {'bibcode': '2021FrCh....9..202S',\n", + " 'author': [\"Saleh, Na'il\",\n", + " 'Al-Jassabi, Saad',\n", + " 'Eid, Ali H.',\n", + " 'Nau, Werner M.'],\n", + " 'title': ['Cucurbituril Ameliorates Liver Damage Induced by Microcystis aeruginosa in a Mouse Model']},\n", + " {'bibcode': '2013RadR..179...69W',\n", + " 'author': ['Wang, Sihyung',\n", + " 'Hyun, Jeongeun',\n", + " 'Youn, BuHyun',\n", + " 'Jung, Youngmi'],\n", + " 'title': ['Hedgehog Signaling Regulates the Repair Response in Mouse Liver Damaged by Irradiation']},\n", + " {'bibcode': '1968SpecL...1..121D',\n", + " 'author': ['Duke, Phillip'],\n", + " 'title': ['Ascorbyl EPR Doublet Signal in Normal Mouse Liver Oxygenated Homogenates']},\n", + " {'bibcode': '2015NatSR...517565L',\n", + " 'author': ['Lee, Eun Young',\n", + " 'Sakurai, Kenichi',\n", + " 'Zhang, Xilin',\n", + " 'Toda, Chitoku',\n", + " 'Tanaka, Tomoaki',\n", + " 'Jiang, Meizi',\n", + " 'Shirasawa, Takuji',\n", + " 'Tachibana, Kaori',\n", + " 'Yokote, Koutaro',\n", + " 'Vidal-Puig, Antonio',\n", + " 'Minokoshi, Yasuhiko',\n", + " 'Miki, Takashi'],\n", + " 'title': ['Unsuppressed lipolysis in adipocytes is linked with enhanced gluconeogenesis and altered bile acid physiology in InsrP1195L/+ mice fed high-fat-diet']},\n", + " {'bibcode': '2009PNAS..106.8953Y',\n", + " 'author': ['Yamane, Toshiyuki',\n", + " 'Hosen, Naoki',\n", + " 'Yamazaki, Hidetoshi',\n", + " 'Weissman, Irving L.'],\n", + " 'title': ['Expression of AA4.1 marks lymphohematopoietic progenitors in early mouse development']},\n", + " {'bibcode': '2003PNAS..100.6694S',\n", + " 'author': ['Shim, Gil-Jin',\n", + " 'Wang, Ling',\n", + " 'Andersson, Sandra',\n", + " 'Nagy, Noémi',\n", + " 'Kis, Loránd Levente',\n", + " 'Zhang, Qinghong',\n", + " 'Mäkelä, Sari',\n", + " 'Warner, Margaret',\n", + " 'Gustafsson, Jan-Åke'],\n", + " 'title': ['Disruption of the estrogen receptor β gene in mice causes myeloproliferative disease resembling chronic myeloid leukemia with lymphoid blast crisis']},\n", + " {'bibcode': '2017NatSR...744503B',\n", + " 'author': ['Busnelli, Marco',\n", + " 'Manzini, Stefano',\n", + " 'Hilvo, Mika',\n", + " 'Parolini, Cinzia',\n", + " 'Ganzetti, Giulia S.',\n", + " 'Dellera, Federica',\n", + " 'Ekroos, Kim',\n", + " 'Jänis, Minna',\n", + " 'Escalante-Alcalde, Diana',\n", + " 'Sirtori, Cesare R.',\n", + " 'Laaksonen, Reijo',\n", + " 'Chiesa, Giulia'],\n", + " 'title': ['Liver-specific deletion of the Plpp3 gene alters plasma lipid composition and worsens atherosclerosis in apoE-/- mice']},\n", + " {'bibcode': '2019NatSR...9.6779R',\n", + " 'author': ['Rosestedt, Maria',\n", + " 'Andersson, Ken G.',\n", + " 'Rinne, Sara S.',\n", + " 'Leitao, Charles Dahlsson',\n", + " 'Mitran, Bogdan',\n", + " 'Vorobyeva, Anzhelika',\n", + " 'Stâhl, Stefan',\n", + " 'Löfblom, John',\n", + " 'Tolmachev, Vladimir',\n", + " 'Orlova, Anna'],\n", + " 'title': ['Improved contrast of affibody-mediated imaging of HER3 expression in mouse xenograft model through co-injection of a trivalent affibody for in vivo blocking of hepatic uptake']},\n", + " {'bibcode': '2023Heliy...917052L',\n", + " 'author': ['Li, Feng',\n", + " 'Song, Xiaoyun',\n", + " 'Zhou, Xiqiu',\n", + " 'Chen, Lili',\n", + " 'Zheng, Jinzhou'],\n", + " 'title': ['Emodin attenuates high lipid-induced liver metastasis through the AKT and ERK pathways in vitro in breast cancer cells and in a mouse xenograft model']},\n", + " {'bibcode': '2021Life...12...34M',\n", + " 'author': ['Minamisawa, Mayumi',\n", + " 'Sato, Yuma',\n", + " 'Ishiguro, Eitarou',\n", + " 'Taniai, Tetsuyuki',\n", + " 'Sakamoto, Taiichi',\n", + " 'Kawai, Gota',\n", + " 'Saito, Takashi',\n", + " 'Saido, Takaomi C.'],\n", + " 'title': [\"Amelioration of Alzheimer's Disease by Gut-Pancreas-Liver-Brain Interaction in an App Knock-In Mouse Model\"]},\n", + " {'bibcode': '2021NatSR..1118809D',\n", + " 'author': ['Deust, Anthony',\n", + " 'Chobert, Marie-Noële',\n", + " 'Demontant, Vanessa',\n", + " 'Gricourt, Guillaume',\n", + " 'Denaës, Timothé',\n", + " 'Thiolat, Allan',\n", + " 'Ruiz, Isaac',\n", + " 'Rodriguez, Christophe',\n", + " 'Pawlotsky, Jean-Michel',\n", + " 'Teixeira-Clerc, Fatima'],\n", + " 'title': ['Macrophage autophagy protects against hepatocellular carcinogenesis in mice']},\n", + " {'bibcode': '1978PNAS...75.1217H',\n", + " 'author': ['Hastie, Nicholas D.', 'Held, William A.'],\n", + " 'title': ['Analysis of mRNA Populations by cDNA\\\\cdot mRNA Hybrid-Mediated Inhibition of Cell-Free Protein Synthesis']},\n", + " {'bibcode': '1995PNAS...92.2572S',\n", + " 'author': ['Sanderson, Nancy',\n", + " 'Factor, Valentina',\n", + " 'Nagy, Peter',\n", + " 'Kopp, Jeffrey',\n", + " 'Kondaiah, Paturu',\n", + " 'Wakeield, Lalage',\n", + " 'Roberts, Anita B.',\n", + " 'Sporn, Michael B.',\n", + " 'Thorgeirsson, Snorri S.'],\n", + " 'title': ['Hepatic Expression of Mature Transforming Growth Factor β1 in Transgenic Mice Results in Multiple Tissue Lesions']},\n", + " {'bibcode': '2021NatSR..11.6105W',\n", + " 'author': ['Waghorn, Philip A.',\n", + " 'Ferreira, Diego S.',\n", + " 'Erstad, Derek J.',\n", + " 'Rotile, Nicholas J.',\n", + " 'Masia, Ricard',\n", + " 'Jones, Chloe M.',\n", + " 'Tu, Chuantao',\n", + " 'Sojoodi, Mozhdeh',\n", + " 'Chen, Yin-ching I.',\n", + " 'Schlerman, Franklin',\n", + " 'Wellen, Jeremy',\n", + " 'Martinez, Robert V. P.',\n", + " 'Tanabe, Kenneth K.',\n", + " 'Fuchs, Bryan C.',\n", + " 'Caravan, Peter'],\n", + " 'title': ['Quantitative, noninvasive MRI characterization of disease progression in a mouse model of non-alcoholic steatohepatitis']},\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", + " 'title': ['Improved CRISPR genome editing using small highly active and specific engineered RNA-guided nucleases']},\n", + " {'bibcode': '2017NatSR...741888V',\n", + " 'author': ['van Thuy, Tuong Thi',\n", + " 'Thuy, Le Thi Thanh',\n", + " 'Yoshizato, Katsutoshi',\n", + " 'Kawada, Norifumi'],\n", + " 'title': ['Possible Involvement of Nitric Oxide in Enhanced Liver Injury and Fibrogenesis during Cholestasis in Cytoglobin-deficient Mice']},\n", + " {'bibcode': '1998PNAS...95.8686R',\n", + " 'author': ['Raabe, Martin',\n", + " 'Flynn, Laura M.',\n", + " 'Zlot, Constance H.',\n", + " 'Wong, Jinny S.',\n", + " 'Véniant, Murielle M.',\n", + " 'Hamilton, Robert L.',\n", + " 'Young, Stephen G.'],\n", + " 'title': ['Knockout of the Abetalipoproteinemia Gene in Mice: Reduced Lipoprotein Secretion in Heterozygotes and Embryonic Lethality in Homozygotes']},\n", + " {'bibcode': '2015NatSR...510222Z',\n", + " 'author': ['Zhao, Lei',\n", + " 'Zhong, Shan',\n", + " 'Qu, Haiyang',\n", + " 'Xie, Yunxia',\n", + " 'Cao, Zhennan',\n", + " 'Li, Qing',\n", + " 'Yang, Ping',\n", + " 'Varghese, Zac',\n", + " 'Moorhead, John F.',\n", + " 'Chen, Yaxi',\n", + " 'Ruan, Xiong Z.'],\n", + " 'title': ['Chronic inflammation aggravates metabolic disorders of hepatic fatty acids in high-fat diet-induced obese mice']},\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", + " 'title': ['Transcriptomic profiling of induced steatosis in human and mouse precision-cut liver slices']},\n", + " {'bibcode': '2023NatSR..13.1728K',\n", + " 'author': ['Kessler, Kat',\n", + " 'Giannisis, Andreas',\n", + " 'Bial, Greg',\n", + " 'Foquet, Lander',\n", + " 'Nielsen, Henrietta M.',\n", + " 'Raber, Jacob'],\n", + " 'title': ['Behavioral and cognitive performance of humanized APOEε3/ε3 liver mice in relation to plasma apolipoprotein E levels']},\n", + " {'bibcode': '2014PNAS..11114870K',\n", + " 'author': ['Kan, Shih-hsin',\n", + " 'Aoyagi-Scharber, Mika',\n", + " 'Le, Steven Q.',\n", + " 'Vincelette, Jon',\n", + " 'Ohmi, Kazuhiro',\n", + " 'Bullens, Sherry',\n", + " 'Wendt, Daniel J.',\n", + " 'Christianson, Terri M.',\n", + " 'Tiger, Pascale M. N.',\n", + " 'Brown, Jillian R.',\n", + " 'Lawrence, Roger',\n", + " 'Yip, Bryan K.',\n", + " 'Holtzinger, John',\n", + " 'Bagri, Anil',\n", + " 'Crippen-Harmon, Danielle',\n", + " 'Vondrak, Kristen N.',\n", + " 'Chen, Zhi',\n", + " 'Hague, Chuck M.',\n", + " 'Woloszynek, Josh C.',\n", + " 'Cheung, Diana S.',\n", + " 'Webster, Katherine A.',\n", + " 'Adintori, Evan G.',\n", + " 'Lo, Melanie J.',\n", + " 'Wong, Wesley',\n", + " 'Fitzpatrick, Paul A.',\n", + " 'LeBowitz, Jonathan H.',\n", + " 'Crawford, Brett E.',\n", + " 'Bunting, Stuart',\n", + " 'Dickson, Patricia I.',\n", + " 'Neufeld, Elizabeth F.'],\n", + " 'title': ['Delivery of an enzyme-IGFII fusion protein to the mouse brain is therapeutic for mucopolysaccharidosis type IIIB']},\n", + " {'bibcode': '2016DIB.....9.1155Y',\n", + " 'author': ['Yang, Won-Mo', 'Min, Kyung-Ho', 'Lee, Wan'],\n", + " 'title': ['MicroRNA expression analysis in the liver of high fat diet-induced obese mice']},\n", + " {'bibcode': '1996PNAS...9312359S',\n", + " 'author': ['Sasaki, Koichi',\n", + " 'Yagi, Hideshi',\n", + " 'Bronson, Roderick T.',\n", + " 'Tominaga, Kumi',\n", + " 'Matsunashi, Tatsuro',\n", + " 'Deguchi, Kenji',\n", + " 'Tani, Yoshihiko',\n", + " 'Kishimoto, Tadamitsu',\n", + " 'Komori, Toshihisa'],\n", + " 'title': ['Absence of Fetal Liver Hematopoiesis in Mice Deficient in Transcriptional Coactivator Core Binding Factor β']},\n", + " {'bibcode': '1980PNAS...77..290C',\n", + " 'author': ['Coleman, Douglas L.'],\n", + " 'title': ['Acetone metabolism in mice: increased activity in mice heterozygous for obesity genes.']},\n", + " {'bibcode': '1969Sci...165..705B',\n", + " 'author': ['Bond, Howard E.',\n", + " 'Cooper, John A., II',\n", + " 'Courington, Doris P.',\n", + " 'Wood, Jeannie S.'],\n", + " 'title': ['Microsome-Associated DNA']},\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", + " '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", + " 'title': ['β-Adrenergic Agonist and Antagonist Regulation of Autophagy in HepG2 Cells, Primary Mouse Hepatocytes, and Mouse Liver']},\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", + " 'title': ['A Scanning Transmission Electron Microscopy Approach to Analyzing Large Volumes of Tissue to Detect Nanoparticles']},\n", + " {'bibcode': '2011PNAS..10818384W',\n", + " 'author': ['Wang, Er-Yea',\n", + " 'Yeh, Shiou-Hwei',\n", + " 'Tsai, Ting-Fen',\n", + " 'Huang, Hsiang-Po',\n", + " 'Jeng, Yung-Ming',\n", + " 'Lin, Wei-Hsiang',\n", + " 'Chen, Wei-Chih',\n", + " 'Yeh, Kun-Huei',\n", + " 'Chen, Pei-Jer',\n", + " 'Chen, Ding-Shinn'],\n", + " 'title': ['Depletion of β-catenin from mature hepatocytes of mice promotes expansion of hepatic progenitor cells and tumor development']},\n", + " {'bibcode': '2021NatSR..1121279V',\n", + " 'author': ['Verbrugghe, Phebe',\n", + " 'Brynjólfsson, Jón',\n", + " 'Jing, Xingjun',\n", + " 'Björck, Inger',\n", + " 'Hâllenius, Frida',\n", + " 'Nilsson, Anne'],\n", + " 'title': ['Evaluation of hypoglycemic effect, safety and immunomodulation of Prevotella copri in mice']},\n", + " {'bibcode': '2012ApSS..262..200C',\n", + " 'author': ['Cheng, Lijia',\n", + " 'Duan, Xin',\n", + " 'Xiang, Zhou',\n", + " 'Shi, Yujun',\n", + " 'Lu, Xiaofeng',\n", + " 'Ye, Feng',\n", + " 'Bu, Hong'],\n", + " 'title': ['Ectopic bone formation cannot occur by hydroxyapatite/β-tricalcium phosphate bioceramics in green fluorescent protein chimeric mice']},\n", + " {'bibcode': '2020NatSR..1010879O',\n", + " 'author': ['Ohno, Marumi',\n", + " 'Sekiya, Toshiki',\n", + " 'Nomura, Naoki',\n", + " 'Daito, Taku ji',\n", + " 'Shingai, Masashi',\n", + " 'Kida, Hiroshi'],\n", + " 'title': ['Influenza virus infection affects insulin signaling, fatty acid-metabolizing enzyme expressions, and the tricarboxylic acid cycle in mice']},\n", + " {'bibcode': '2019NatSR...916210G',\n", + " 'author': ['Ganbold, Munkhzul',\n", + " 'Owada, Yohei',\n", + " 'Ozawa, Yusuke',\n", + " 'Shimamoto, Yasuhiro',\n", + " 'Ferdousi, Farhana',\n", + " 'Tominaga, Kenichi',\n", + " 'Zheng, Yun-Wen',\n", + " 'Ohkohchi, Nobuhiro',\n", + " 'Isoda, Hiroko'],\n", + " 'title': ['Isorhamnetin Alleviates Steatosis and Fibrosis in Mice with Nonalcoholic Steatohepatitis']},\n", + " {'bibcode': '2022NatSR..1219164W',\n", + " 'author': ['Wnorowska, Urszula',\n", + " 'Piktel, Ewelina',\n", + " 'Deptuła, Piotr',\n", + " 'Wollny, Tomasz',\n", + " 'Król, Grzegorz',\n", + " 'Głuszek, Katarzyna',\n", + " 'Durnaś, Bonita',\n", + " 'Pogoda, Katarzyna',\n", + " 'Savage, Paul B.',\n", + " 'Bucki, Robert'],\n", + " 'title': ['Ceragenin CSA-13 displays high antibacterial efficiency in a mouse model of urinary tract infection']},\n", + " {'bibcode': '1993HETox..12..463O',\n", + " 'author': ['Omara, Felix O.', 'Blakley, Barry R.', 'Wanjala, Lusimbo S.'],\n", + " 'title': ['Hepatotoxicity Associated with Dietary Iron Overload in Mice']},\n", + " {'bibcode': '1976PNAS...73.3376G',\n", + " 'author': ['Garland, Rebecca C.',\n", + " 'Satrustegui, Jorgina',\n", + " 'Gluecksohn-Waelsch, Salome',\n", + " 'Cori, Carl F.'],\n", + " 'title': ['Deficiency in plasma protein synthesis caused by x-ray-incuded lethal albino alleles in mouse.']},\n", + " {'bibcode': '2014PNAS..11111455H',\n", + " 'author': ['Hartwell, Hadley J.',\n", + " 'Petrosky, Keiko Y.',\n", + " 'Fox, James G.',\n", + " 'Horseman, Nelson D.',\n", + " 'Rogers, Arlin B.'],\n", + " 'title': ['Prolactin prevents hepatocellular carcinoma by restricting innate immune activation of c-Myc in mice']},\n", + " {'bibcode': '2013SPIE.8800E..03C',\n", + " 'author': ['Chekkoury, Andrei',\n", + " 'Gateau, Jérôme',\n", + " 'Ntziachristos, Vasilis'],\n", + " 'title': ['Multiple bandwidth volumetric optoacoustic tomography using conventional ultrasound linear arrays']},\n", + " {'bibcode': '2015Chmsp.139..318Q',\n", + " 'author': ['Qin, Guohua', 'Wu, Meiqiong', 'Sang, Nan'],\n", + " 'title': ['Sulfur dioxide and benzo(a)pyrene trigger apoptotic and anti-apoptotic signals at different post-exposure times in mouse liver']},\n", + " {'bibcode': '2016NatSR...624618T',\n", + " 'author': ['Thomas, Amandine',\n", + " 'Belaidi, Elise',\n", + " 'Aron-Wisnewsky, Judith',\n", + " 'van der Zon, Gerard C.',\n", + " 'Levy, Patrick',\n", + " 'Clement, Karine',\n", + " 'Pepin, Jean-Louis',\n", + " 'Godin-Ribuot, Diane',\n", + " 'Guigas, Bruno'],\n", + " 'title': ['Hypoxia-inducible factor prolyl hydroxylase 1 (PHD1) deficiency promotes hepatic steatosis and liver-specific insulin resistance in mice']},\n", + " {'bibcode': '1964Natur.201..305E',\n", + " 'author': ['Ellinwood, E. H.'],\n", + " 'title': ['Effect of Epinephrine Pretreatment on Pentobarbital Sleeping Time of Mice with Altered Thyroid Status']},\n", + " {'bibcode': '2002PNAS...99..919P',\n", + " 'author': ['Prinz, Marco',\n", + " 'Montrasio, Fabio',\n", + " 'Klein, Michael A.',\n", + " 'Schwarz, Petra',\n", + " 'Priller, Josef',\n", + " 'Odermatt, Bernhard',\n", + " 'Pfeffer, Klaus',\n", + " 'Aguzzi, Adriano'],\n", + " 'title': ['Lymph nodal prion replication and neuroinvasion in mice devoid of follicular dendritic cells']},\n", + " {'bibcode': '2017NatSR...713362A',\n", + " 'author': ['Agarwal, Neeti',\n", + " 'Iyer, Dinakar',\n", + " 'Gabbi, Chiara',\n", + " 'Saha, Pradip',\n", + " 'Patel, Sanjeet G.',\n", + " 'Mo, Qianxing',\n", + " 'Chang, Benny',\n", + " 'Goswami, Biman',\n", + " 'Schubert, Ulrich',\n", + " 'Kopp, Jeffrey B.',\n", + " 'Lewis, Dorothy E.',\n", + " 'Balasubramanyam, Ashok'],\n", + " 'title': ['HIV-1 viral protein R (Vpr) induces fatty liver in mice via LXRα and PPARα dysregulation: implications for HIV-specific pathogenesis of NAFLD']},\n", + " {'bibcode': '2016PNAS..113.2288L',\n", + " 'author': ['Liu, Weilin',\n", + " 'Struik, Dicky',\n", + " 'Nies, Vera J. M.',\n", + " 'Jurdzinski, Angelika',\n", + " 'Harkema, Liesbeth',\n", + " 'de Bruin, Alain',\n", + " 'Verkade, Henkjan J.',\n", + " 'Downes, Michael',\n", + " 'Evans, Ronald M.',\n", + " 'van Zutphen, Tim',\n", + " 'Jonker, Johan W.'],\n", + " 'title': ['Effective treatment of steatosis and steatohepatitis by fibroblast growth factor 1 in mouse models of nonalcoholic fatty liver disease']},\n", + " {'bibcode': '1974Natur.248..345P',\n", + " 'author': ['Plant, J.', 'Glynn, A. A.'],\n", + " 'title': ['Natural resistance to Salmonella infection, delayed hypersensitivity and Ir genes in different strains of mice']},\n", + " {'bibcode': '2019NatSR...9.4468G',\n", + " 'author': ['Grange, Cristina',\n", + " 'Tritta, Stefania',\n", + " 'Tapparo, Marta',\n", + " 'Cedrino, Massimo',\n", + " 'Tetta, Ciro',\n", + " 'Camussi, Giovanni',\n", + " 'Brizzi, Maria Felice'],\n", + " 'title': ['Stem cell-derived extracellular vesicles inhibit and revert fibrosis progression in a mouse model of diabetic nephropathy']},\n", + " {'bibcode': '1989PNAS...86.5155E',\n", + " 'author': ['Ekker, Marc', 'Tronik, Diana', 'Rougeon, Francois'],\n", + " 'title': ['Extra-renal transcription of the renin genes in multiple tissues of mice and rats.']},\n", + " {'bibcode': '1998EnvMM..32..269M',\n", + " 'author': ['Morita, Takeshi', 'Hayashi, Makoto'],\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': '1974PNAS...71.4027T',\n", + " 'author': ['Tonegawa, S.', 'Steinberg, C.', 'Dube, S.', 'Bernardini, A.'],\n", + " 'title': ['Evidence for Somatic Generation of Antibody Diversity']},\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", + " 'title': ['ESRP2 controls an adult splicing programme in hepatocytes to support postnatal liver maturation']},\n", + " {'bibcode': '1993PNAS...90.2965P',\n", + " 'author': ['Prestera, Tory',\n", + " 'Holtzclaw, W. David',\n", + " 'Zhang, Yuesheng',\n", + " 'Talalay, Paul'],\n", + " 'title': ['Chemical and molecular regulation of enzymes that detoxify carcinogens.']},\n", + " {'bibcode': '2014NatSR...4.6894L',\n", + " 'author': ['Liu, Su',\n", + " 'Guo, Xuechao',\n", + " 'Wu, Bing',\n", + " 'Yu, Haiyan',\n", + " 'Zhang, Xuxiang',\n", + " 'Li, Mei'],\n", + " 'title': ['Arsenic induces diabetic effects through beta-cell dysfunction and increased gluconeogenesis in mice']},\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", + " 'title': ['Targeted Metabolomics Reveals Abnormal Hepatic Energy Metabolism by Depletion of β-Carotene Oxygenase 2 in Mice']},\n", + " {'bibcode': '1985Natur.315..338M',\n", + " 'author': ['Magram, Jeanne', 'Chada, Kiran', 'Costantini, Frank'],\n", + " 'title': ['Developmental regulation of a cloned adult β-globin gene in transgenic mice']},\n", + " {'bibcode': '2012WatRe..46.1576H',\n", + " 'author': ['Humpage, Andrew',\n", + " 'Falconer, Ian',\n", + " 'Bernard, Catherine',\n", + " 'Froscio, Suzanne',\n", + " 'Fabbro, Larelle'],\n", + " 'title': ['Toxicity of the cyanobacterium Limnothrix AC0243 to male Balb/c mice']},\n", + " {'bibcode': '2016NatSR...627782N',\n", + " 'author': ['Nakabori, Tasuku',\n", + " 'Hikita, Hayato',\n", + " 'Murai, Kazuhiro',\n", + " 'Nozaki, Yasutoshi',\n", + " 'Kai, Yugo',\n", + " 'Makino, Yuki',\n", + " 'Saito, Yoshinobu',\n", + " 'Tanaka, Satoshi',\n", + " 'Wada, Hiroshi',\n", + " 'Eguchi, Hidetoshi',\n", + " 'Takahashi, Takeshi',\n", + " 'Suemizu, Hiroshi',\n", + " 'Sakamori, Ryotaro',\n", + " 'Hiramatsu, Naoki',\n", + " 'Tatsumi, Tomohide',\n", + " 'Takehara, Tetsuo'],\n", + " 'title': ['Sodium taurocholate cotransporting polypeptide inhibition efficiently blocks hepatitis B virus spread in mice with a humanized liver']},\n", + " {'bibcode': '2018PNAS..115E4777Y',\n", + " 'author': ['Yang, Yanyan',\n", + " 'Adebali, Ogun',\n", + " 'Wu, Gang',\n", + " 'Selby, Christopher P.',\n", + " 'Chiou, Yi-Ying',\n", + " 'Rashid, Naim',\n", + " 'Hu, Jinchuan',\n", + " 'Hogenesch, John B.',\n", + " 'Sancar, Aziz'],\n", + " 'title': ['Cisplatin-DNA adduct repair of transcribed genes is controlled by two circadian programs in mouse tissues']},\n", + " {'bibcode': '2021NatCo..12.5725L',\n", + " 'author': ['Liu, Chaobao',\n", + " 'Yang, Yang',\n", + " 'Chen, Cheng',\n", + " 'Li, Ling',\n", + " 'Li, Jingquan',\n", + " 'Wang, Xiaonan',\n", + " 'Chu, Qiao',\n", + " 'Qiu, Lin',\n", + " 'Ba, Qian',\n", + " 'Li, Xiaoguang',\n", + " 'Wang, Hui'],\n", + " 'title': ['Environmental eustress modulates β-ARs/CCL2 axis to induce anti-tumor immunity and sensitize immunotherapy against liver cancer in mice']},\n", + " {'bibcode': '2016NatSR...636586V',\n", + " 'author': ['Verhulst, Stefaan',\n", + " 'Best, Jan',\n", + " 'Syn, Wing-Kin',\n", + " 'Reynaert, Hendrik',\n", + " 'Hellemans, Karine H.',\n", + " 'Canbay, Ali',\n", + " 'Dolle, Laurent',\n", + " 'van Grunsven, Leo A.'],\n", + " 'title': ['Infliximab and Dexamethasone Attenuate the Ductular Reaction in Mice']},\n", + " {'bibcode': '2007PNAS..10411526S',\n", + " 'author': ['Shea, Heidi C.',\n", + " 'Head, Daphne D.',\n", + " 'Setchell, Kenneth D. R.',\n", + " 'Russell, David W.'],\n", + " 'title': ['Inaugural Article: Analysis of HSD3B7 knockout mice reveals that a 3-hydroxyl stereochemistry is required for bile acid function']},\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", + " 'title': ['Ultrafast amplitude modulation for molecular and hemodynamic ultrasound imaging']},\n", + " {'bibcode': '1987PNAS...84.6909C',\n", + " 'author': ['Chisari, Francis V.',\n", + " 'Filippi, Pierre',\n", + " 'Buras, Jon',\n", + " 'McLachlan, Alan',\n", + " 'Popper, Hans',\n", + " 'Pinkert, Carl A.',\n", + " 'Palmiter, Richard D.',\n", + " 'Brinster, Ralph L.'],\n", + " 'title': ['Structural and pathological effects of synthesis of hepatitis B virus large envelope polypeptide in transgenic mice.']},\n", + " {'bibcode': '2014NIMPB.318..198L',\n", + " 'author': ['Leffa, Daniela Dimer',\n", + " 'dos Santos, Carla Eliete Iochims',\n", + " 'Debastiani, Rafaela',\n", + " 'Amaral, Livio',\n", + " 'Yoneama, Maria Lucia',\n", + " 'Dias, Johnny Ferraz',\n", + " 'Andrade, Vanessa Moraes'],\n", + " 'title': ['Elemental concentrations in kidney and liver of mice fed with cafeteria or standard diet determined by particle induced X-ray emission']},\n", + " {'bibcode': '2017NRL....12..199I',\n", + " 'author': ['Isoda, Katsuhiro',\n", + " 'Nagata, Ryutaro',\n", + " 'Hasegawa, Tomoya',\n", + " 'Taira, Yuichiro',\n", + " 'Taira, Ikuko',\n", + " 'Shimizu, Yoshimi',\n", + " 'Isama, Kazuo',\n", + " 'Nishimura, Tetsuji',\n", + " 'Ishida, Isao'],\n", + " 'title': ['Hepatotoxicity and Drug/Chemical Interaction Toxicity of Nanoclay Particles in Mice']},\n", + " {'bibcode': '1977PNAS...74.3879J',\n", + " 'author': ['Johnson, G. R.', 'Metcalf, D.'],\n", + " 'title': ['Pure and mixed erythroid colony formation in vitro stimulated by spleen conditioned medium with no detectable erythropoietin.']},\n", + " {'bibcode': '2017NatSR...716112K',\n", + " 'author': ['Kelsey, Ilana',\n", + " 'Zbinden, Marie',\n", + " 'Byles, Vanessa',\n", + " 'Torrence, Margaret',\n", + " 'Manning, Brendan D.'],\n", + " 'title': ['mTORC1 suppresses PIM3 expression via miR-33 encoded by the SREBP loci']},\n", + " {'bibcode': '1968Natur.217..180C',\n", + " 'author': ['Coggle, J. E.'],\n", + " 'title': ['Effect of Cell Cycle on Recovery from Radiation Damage in the Mouse Liver']},\n", + " {'bibcode': '1964Natur.201.1042S',\n", + " 'author': ['Siegel, Benjamin V.',\n", + " 'Weaver, William J.',\n", + " 'Koler, Robert D.'],\n", + " 'title': ['Mouse Erythroleukæmia of Viral Ætiology']},\n", + " {'bibcode': '1991PNAS...88.9468K',\n", + " 'author': ['Kuo, Frank C.',\n", + " 'Hwu, W. L.',\n", + " 'Valle, D.',\n", + " 'Darnell, James E., Jr.'],\n", + " 'title': ['Colocalization in pericentral hepatocytes in adult mice and similarity in developmental expression pattern of ornithine aminotransferase and glutamine synthetase mRNA.']},\n", + " {'bibcode': '2021Heliy...706183H',\n", + " 'author': ['Hayaza, Suhailah',\n", + " 'Wahyuningsih, Sri Puji Astuti',\n", + " 'Susilo, Raden Joko Kuncoroningrat',\n", + " 'Husen, Saikhu Akhmad',\n", + " 'Winarni, Dwi',\n", + " 'Doong, Ruey-an',\n", + " 'Darmanto, Win'],\n", + " 'title': ['Dual role of immunomodulation by crude polysaccharide from okra against carcinogenic liver injury in mice']},\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", + " 'title': ['Optimization and Evaluation of Pretreatment Method for sp-ICP-MS to Reveal the Distribution of Silver Nanoparticles in the Body']},\n", + " {'bibcode': '1965Natur.206.1262P',\n", + " 'author': ['Panagiotis, N. M.', 'Berliner, D. L.'],\n", + " 'title': ['Conjugation of Aldosterone by Bovine and Mouse Liver and Kidney']},\n", + " {'bibcode': '1991EnvMM..18..308M',\n", + " 'author': ['Myhr, Brian C.'],\n", + " 'title': ['Validation studies with Muta™ mouse: A transgenic mouse model for detecting mutations in vivo']},\n", + " {'bibcode': '1978Sci...200.1391L',\n", + " 'author': ['Levy, Shlomo', 'Yagen, Boris', 'Mechoulam, Raphael'],\n", + " 'title': ['Identification of a C-Glucuronide of Δ 6-Tetrahydrocannabinol as a Mouse Liver Conjugate in vivo']},\n", + " {'bibcode': '2003PNAS..100.7486M',\n", + " 'author': ['Moskovitz, Jackob', 'Stadtman, Earl R.'],\n", + " 'title': ['Selenium-deficient diet enhances protein oxidation and affects methionine sulfoxide reductase (MsrB) protein level in certain mouse tissues']},\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", + " 'title': ['Hyper- and hypo- nutrition studies of the hepatic transcriptome and epigenome suggest that PPARα regulates anaerobic glycolysis']},\n", + " {'bibcode': '1981PNAS...78.5104S',\n", + " 'author': ['Shellam, Geoffrey R.',\n", + " 'Allan, Jane E.',\n", + " 'Papadimitriou, John M.',\n", + " 'Bancroft, Gregory J.'],\n", + " 'title': ['Increased susceptibility to cytomegalovirus infection in beige mutant mice.']},\n", + " {'bibcode': '2006EnvMM..47....6M',\n", + " 'author': ['Manjanatha, Mugimane G.',\n", + " 'Aidoo, Anane',\n", + " 'Shelton, Sharon D.',\n", + " 'Bishop, Michelle E.',\n", + " 'McDaniel, Lea P.',\n", + " 'Lyn-Cook, Lascelles E.',\n", + " 'Doerge, Daniel R.'],\n", + " 'title': ['Genotoxicity of acrylamide and its metabolite glycidamide administered in drinking water to male and female Big Blue mice']},\n", + " {'bibcode': '2021NatSR..11.1377Z',\n", + " 'author': ['Zhang, Juan',\n", + " 'Ma, Ying',\n", + " 'Xie, Daojun',\n", + " 'Bao, Yuancheng',\n", + " 'Yang, Wenming',\n", + " 'Wang, Han',\n", + " 'Jiang, Huaizhou',\n", + " 'Han, Hui',\n", + " 'Dong, Ting'],\n", + " 'title': ['Differentially expressed lncRNAs in liver tissues of TX mice with hepatolenticular degeneration']},\n", + " {'bibcode': '2000PNAS...9710144D',\n", + " 'author': ['Dumoutier, Laure',\n", + " 'Van Roost, Emiel',\n", + " 'Colau, Didier',\n", + " 'Renauld, Jean-Christophe'],\n", + " 'title': ['Human interleukin-10-related T cell-derived inducible factor: Molecular cloning and functional characterization as an hepatocyte-stimulating factor']},\n", + " {'bibcode': '2015NatSR...517828Q',\n", + " 'author': ['Qiao, Jianlin',\n", + " 'Huang, Yujin',\n", + " 'Xia, Yuan',\n", + " 'Chu, Peipei',\n", + " 'Yao, Haina',\n", + " 'Xu, Linyan',\n", + " 'Qi, Kunming',\n", + " 'Liu, Yun',\n", + " 'Xu, Kailin',\n", + " 'Zeng, Lingyu'],\n", + " 'title': ['Busulfan and cyclosphamide induce liver inflammation through NLRP3 activation in mice after hematopoietic stem cell transplantation']},\n", + " {'bibcode': '2017NatSR...714664D',\n", + " 'author': ['Dayakar, Alti',\n", + " 'Chandrasekaran, Sambamurthy',\n", + " 'Veronica, Jalaja',\n", + " 'Bharadwaja, Vadloori',\n", + " 'Maurya, Radheshyam'],\n", + " 'title': ['Leptin regulates Granzyme-A, PD-1 and CTLA-4 expression in T cell to control visceral leishmaniasis in BALB/c Mice']},\n", + " {'bibcode': '1982PNAS...79.3798E',\n", + " 'author': ['Epplen, Joerg Thomas',\n", + " 'McCarrey, John R.',\n", + " 'Sutou, Shizuyo',\n", + " 'Ohno, Susumu'],\n", + " 'title': ['Base sequence of a cloned snake W-chromosome DNA fragment and identification of a male-specific putative mRNA in the mouse.']},\n", + " {'bibcode': '1966Natur.212...81S',\n", + " 'author': ['Seller, Mary J.'],\n", + " 'title': ['Donor Haemoglobin in Anaemic Mice of the W-series transplanted with Haematopoietic Tissue from an Unrelated Donor']},\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", + " 'title': ['Interplay between hepatic mitochondria-associated membranes, lipid metabolism and caveolin-1 in mice']},\n", + " {'bibcode': '1978PNAS...75.3918R',\n", + " 'author': ['Risser, Rex', 'Stockert, Elisabeth', 'Old, Lloyd J.'],\n", + " 'title': ['Abelson antigen: a viral tumor antigen that is also a differentiation antigen of BALB/c mice.']},\n", + " {'bibcode': '2003PNAS..10014457K',\n", + " 'author': ['Koutnikova, Hana',\n", + " 'Cock, Terrie-Anne',\n", + " 'Watanabe, Mitsuhiro',\n", + " 'Houten, Sander M.',\n", + " 'Champy, Marie-France',\n", + " 'Dierich, Andrée',\n", + " 'Auwerx, Johan'],\n", + " 'title': ['Compensation by the muscle limits the metabolic consequences of lipodystrophy in PPARγ hypomorphic mice']},\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", + " 'title': ['Vertical sleeve gastrectomy reverses diet-induced gene-regulatory changes impacting lipid metabolism']},\n", + " {'bibcode': '2023NatSR..13.3058D',\n", + " 'author': ['Demaria, Thainá Magalhães',\n", + " 'Crepaldi, Leticia Diniz',\n", + " 'Costa-Bartuli, Emylle',\n", + " 'Branco, Jessica Ristow',\n", + " 'Zancan, Patricia',\n", + " 'Sola-Penna, Mauro'],\n", + " 'title': ['Once a week consumption of Western diet over twelve weeks promotes sustained insulin resistance and non-alcoholic fat liver disease in C57BL/6 J mice']},\n", + " {'bibcode': '1990PNAS...87.5061C',\n", + " 'author': ['Chen, Wen Y.',\n", + " 'Wight, David C.',\n", + " 'Wagner, Thomas E.',\n", + " 'Kopchick, John J.'],\n", + " 'title': ['Expression of a mutated bovine growth hormone gene suppresses growth of transgenic mice.']},\n", + " {'bibcode': '2019Heliy...502868F',\n", + " 'author': ['Funes, A.',\n", + " 'Saez Lancellotti, T. E.',\n", + " 'Santillan, L. D.',\n", + " 'Della Vedova, M. C.',\n", + " 'Monclus, M. A.',\n", + " 'Cabrillana, M. E.',\n", + " 'Gomez Mejiba, S. E.',\n", + " 'Ramirez, D. C.',\n", + " 'Fornes, M. W.'],\n", + " 'title': ['A chronic high-fat diet causes sperm head alterations in C57BL/6J mice']},\n", + " {'bibcode': '1971PNAS...68.2288N',\n", + " 'author': ['Nakanishi, Shigetada', 'Numa, Shosaku'],\n", + " 'title': ['Synthesis and Degradation of Liver Acetyl Coenzyme A Carboxylase in Genetically Obese Mice']},\n", + " {'bibcode': '2008Chmsp..74..155T',\n", + " 'author': ['Takeuchi, Shinji',\n", + " 'Iida, Mitsuru',\n", + " 'Yabushita, Hisatoshi',\n", + " 'Matsuda, Tadashi',\n", + " 'Kojima, Hiroyuki'],\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': '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", + " 'title': ['Liver tumour immune microenvironment subtypes and neutrophil heterogeneity']},\n", + " {'bibcode': '1993PNAS...90.7593P',\n", + " 'author': ['Peterson, Kenneth R.',\n", + " 'Clegg, Christopher H.',\n", + " 'Huxley, Clare',\n", + " 'Josephson, Betty M.',\n", + " 'Haugen, Harald S.',\n", + " 'Furukawa, Tatsuo',\n", + " 'Stamatoyannopoulos, George'],\n", + " 'title': ['Transgenic Mice Containing a 248-kb Yeast Artificial Chromosome Carrying the Human β-Globin Locus Display Proper Developmental Control of Huma Globin Genes']},\n", + " {'bibcode': '2017NatSR...7.6374K',\n", + " 'author': ['Karda, Rajvinder',\n", + " 'Perocheau, Dany P.',\n", + " 'Suff, Natalie',\n", + " 'Ng, Joanne',\n", + " 'Delhove, Juliette M. K. M.',\n", + " 'Buckley, Suzanne M. K.',\n", + " 'Richards, Samantha',\n", + " 'Counsell, John R.',\n", + " 'Hagberg, Henrik',\n", + " 'Johnson, Mark R.',\n", + " 'McKay, Tristan R.',\n", + " 'Waddington, Simon N.'],\n", + " 'title': ['Continual conscious bioluminescent imaging in freely moving somatotransgenic mice']},\n", + " {'bibcode': '2014HETox..33..729M',\n", + " 'author': ['Ma, Yibo',\n", + " 'Niu, Chengwei',\n", + " 'Wang, Junming',\n", + " 'Ji, Lili',\n", + " 'Wang, Zhengtao'],\n", + " 'title': ['Diosbulbin B-induced liver injury in mice and its mechanism']},\n", + " {'bibcode': '2014cosp...40E3788Z',\n", + " 'author': ['Zhang, Meng', 'Sun, Yeqing', 'Cui, Changna', 'Xue, Bei'],\n", + " 'title': ['Epigenetic Analysis of Heavy-ion Radiation Induced Bystander Effects in Mice']},\n", + " ...]}}" + ] + }, + "execution_count": 59, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "encoded_query = urlencode({\"q\": \"full:mouse liver\",\n", + " \"fl\": \"title, bibcode, author\",\n", + " \"rows\": 2000\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": 58, + "id": "8211ee7f-1a33-4fdd-9f03-0473adef321f", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[{'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", + " 'title': ['A proteomics landscape of circadian clock in mouse liver']},\n", + " {'bibcode': '2007PNAS..104.1488V',\n", + " 'author': ['Villén, Judit',\n", + " 'Beausoleil, Sean A.',\n", + " 'Gerber, Scott A.',\n", + " 'Gygi, Steven P.'],\n", + " 'title': ['Large-scale phosphorylation analysis of mouse liver']},\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", + " 'title': ['Activated Oncogenes in B6C3F1 Mouse Liver Tumors: Implications for Risk Assessment']},\n", + " {'bibcode': '2020PMB....65u5024L',\n", + " 'author': ['Li, Yuanyuan', 'Song, Jiaxiang', 'Xia, Hui', 'Liu, Guoqiang'],\n", + " 'title': ['The experimental study of mouse liver in magneto-acousto-electrical tomography by scan mode']},\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", + " 'title': ['Circadian clock-dependent and -independent rhythmic proteomes implement distinct diurnal functions in mouse liver']},\n", + " {'bibcode': '1963Sci...140.1408H',\n", + " 'author': ['Hoyer, Bill H.', 'McCarthy, Brian J.', 'Bolton, Ellis T.'],\n", + " 'title': ['Complementary RNA in Nucleus and Cytoplasm of Mouse Liver Cells']},\n", + " {'bibcode': '1981Natur.291..340H',\n", + " 'author': ['Hager, Lisa J.', 'Palmiter, Richard D.'],\n", + " 'title': ['Transcriptional regulation of mouse liver metallothionein-I gene by glucocorticoids']},\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", + " 'title': ['Replacement of Diseased Mouse Liver by Hepatic Cell Transplantation']},\n", + " {'bibcode': '2013JBO....18d0505Z',\n", + " 'author': ['Zhang, Guanglei',\n", + " 'Liu, Fei',\n", + " 'Zhang, Bin',\n", + " 'He, Yun',\n", + " 'Luo, Jianwen',\n", + " 'Bai, Jing'],\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': '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", + " 'title': ['Adrenergic regulation of clock gene expression in mouse liver']},\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", + " 'title': ['Circadian and feeding rhythms differentially affect rhythmic mRNA transcription and translation in 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", + " 'title': ['Complete reconstitution of mouse liver with xenogeneic hepatocytes.']},\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", + " 'title': ['Dosage compensation and DNA methylation landscape of the X chromosome in mouse liver']},\n", + " {'bibcode': '1979Sci...203.1019S',\n", + " 'author': ['Singer, Judith', 'Roberts-Ems, Joan', 'Riggs, Arthur D.'],\n", + " 'title': ['Methylation of Mouse Liver DNA Studied by Means of the Restriction Enzymes Msp I and Hpa II']},\n", + " {'bibcode': '1994PNAS...91.6196E',\n", + " 'author': ['Engelhardt, John F.',\n", + " 'Ye, Xuehai',\n", + " 'Doranz, Benjamin',\n", + " 'Wilson, James M.'],\n", + " 'title': ['Ablation of E2A in recombinant adenoviruses improves transgene persistence and decreases inflammatory response in mouse liver.']},\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", + " 'title': ['LGR5 marks targetable tumor-initiating cells in mouse liver cancer']},\n", + " {'bibcode': '1982PNAS...79.6237C',\n", + " 'author': ['Cohen, Stanley', 'Fava, Roy A.', 'Sawyer, Stephen T.'],\n", + " 'title': ['Purification and characterization of epidermal growth factor receptor/protein kinase from normal mouse liver.']},\n", + " {'bibcode': '2006PNAS..10318586F',\n", + " 'author': ['Ferraro, Paola',\n", + " 'Nicolosi, Luca',\n", + " 'Bernardi, Paolo',\n", + " 'Reichard, Peter',\n", + " 'Bianchi, Vera'],\n", + " 'title': ['Mitochondrial deoxynucleotide pool sizes in mouse liver and evidence for a transport mechanism for thymidine monophosphate']},\n", + " {'bibcode': '1978IJBm...22...43B',\n", + " 'author': ['Bhartendu', 'Menon, I. A.'],\n", + " 'title': ['Effects of atmospheric small negative ions on the oxygen consumption of mouse liver cells']},\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", + " 'title': [\"Mouse liver and salivary gland α-amylase mRNAs differ only in 5' non-translated sequences\"]},\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", + " 'title': ['Molecular association between major histocompatibility complex class I antigens and insulin receptors in mouse liver membranes.']},\n", + " {'bibcode': '1995PNAS...92.4215R',\n", + " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", + " 'title': ['Epidermal growth factor induces the tyrosine phosphorylation and nuclear translocation of Stat 5 in mouse liver.']},\n", + " {'bibcode': '1979PNAS...76.5445M',\n", + " 'author': ['McLaughlin, A. C.', 'Takeda, H.', 'Chance, B.'],\n", + " 'title': ['Rapid ATP Assays in Perfused Mouse Liver by 31P NMR']},\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': '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", + " 'title': ['Controlled induction of DNA double-strand breaks in the mouse liver induces features of tissue ageing']},\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", + " 'title': ['Cloning and sequencing of cDNA encoding the complete mouse liver alcohol dehydrogenase.']},\n", + " {'bibcode': '1982PNAS...79..500B',\n", + " 'author': ['Barth, Richard K.',\n", + " 'Gross, Kenneth W.',\n", + " 'Gremke, Linda C.',\n", + " 'Hastie, Nicholas D.'],\n", + " 'title': ['Developmentally regulated mRNAs 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", + " 'title': ['MALDI Mass Spectral Imaging of Bile Acids Observed as Deprotonated Molecules and Proton-Bound Dimers from Mouse Liver Sections']},\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", + " 'title': ['PROCEEDINGS ON SYNCHROTRON RADIATION: Medical application of diffraction enhanced imaging in mouse liver blood vessels']},\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", + " 'title': ['Persistent Expression of Human Clotting Factor IX from Mouse Liver after Intravenous Injection of Adeno-Associated Virus Vectors']},\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", + " 'title': ['Taurine transporter (TauT) deficiency impairs ammonia detoxification in mouse liver']},\n", + " {'bibcode': '2010ANSNN...1a5015T',\n", + " 'author': ['Thanh Tran, The', 'Phan, Van Chi'],\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': '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", + " 'title': ['Translation elongation factor 2 depletion by siRNA in mouse liver leads to mTOR-independent translational upregulation of ribosomal protein genes']},\n", + " {'bibcode': '2020AcSpA.22817719C',\n", + " 'author': ['Cakmak-Arslan, Gulgun',\n", + " 'Haksoy, Humeyra',\n", + " 'Goc-Rasgele, Pinar',\n", + " 'Kekecoglu, Meral'],\n", + " 'title': ['Determination of the dose-dependent toxic effects of mad honey on mouse liver using ATR-FTIR spectroscopy']},\n", + " {'bibcode': '1973PNAS...70..909G',\n", + " 'author': ['Gershon, Harriet', 'Gershon, David'],\n", + " 'title': ['Inactive Enzyme Molecules in Aging Mice: Liver Aldolase']},\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", + " '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': '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", + " 'title': ['Low-dose acetaminophen induces early disruption of cell-cell tight junctions in human hepatic cells and 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", + " 'title': ['Imaging gold nanoparticles in mouse liver by laser ablation inductively coupled plasma mass spectrometry']},\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", + " 'title': ['MacroH2A1 associates with nuclear lamina and maintains chromatin architecture in mouse liver cells']},\n", + " {'bibcode': '1985ToxIH...1..311P',\n", + " 'author': ['Pereira, Michael A.'],\n", + " 'title': ['Mouse Liver Tumor Data: Assessment of Carcinogenic Activity']},\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", + " 'title': ['Mouse liver injury induces hepatic macrophage FGF23 production']},\n", + " {'bibcode': '2013ToxIH..29..761T',\n", + " 'author': ['Tousson, Ehab',\n", + " 'Beltagy, Doha M.',\n", + " 'Gazia, Maha Abo',\n", + " 'Al-Behbehani, Bahija'],\n", + " 'title': ['Expressions of P53 and CD68 in mouse liver with Schistosoma mansoni infection and the protective role of silymarin']},\n", + " {'bibcode': '1978PNAS...75.3322H',\n", + " 'author': ['Henriksen, Ole', 'Robinson, Elizabeth A.', 'Appella, Ettore'],\n", + " 'title': ['Structural characterization of H-2 antigens purified from 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", + " 'title': ['A new class of protein biomarkers based on subcellular distribution: application to a mouse liver cancer model']},\n", + " {'bibcode': '2016NatSR...627665X',\n", + " 'author': ['Xie, Jieshi',\n", + " 'Yang, Le',\n", + " 'Tian, Lei',\n", + " 'Li, Weiyang',\n", + " 'Yang, Lin',\n", + " 'Li, Liying'],\n", + " 'title': ['Macrophage Migration Inhibitor Factor Upregulates MCP-1 Expression in an Autocrine Manner in Hepatocytes during Acute Mouse Liver Injury']},\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", + " 'title': ['Effect of cyanobacteria extract on some associated enzymes in mouse liver in vivo']},\n", + " {'bibcode': '2014MicST..25..303R',\n", + " 'author': ['Ramirez, Joaquin',\n", + " 'Periyakaruppan, Adaikkappan',\n", + " 'Sarkar, Shubhashish',\n", + " 'Ramesh, Govindarajan T.',\n", + " 'Sharma, S. Chidananda'],\n", + " 'title': ['Effect of Simulated Microgravity on the Activity of Regulatory Enzymes of Glycolysis and Gluconeogenesis in Mice Liver']},\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", + " 'title': ['Multi-omics reveals aging-related pathway in natural aging mouse liver']},\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", + " 'title': ['Mitochondrial ATP transporter depletion protects mice against liver steatosis and insulin resistance']},\n", + " {'bibcode': '2021zndo...4694749M',\n", + " 'author': ['Mrichter23', 'Laboratory, Martinez-Jimenez'],\n", + " 'title': ['snRNA-seq2 analysis pipeline']},\n", + " {'bibcode': '1974RSPSB.187..363G',\n", + " 'author': ['Graf, J.', 'Petersen, O. H.'],\n", + " 'title': ['Electrogenic Sodium Pump in Mouse Liver Parenchymal Cells']},\n", + " {'bibcode': '2011PhDT.......242L',\n", + " 'author': ['Lyons, Lyndon L.'],\n", + " 'title': ['Study of in vivo exposure of single-walled carbon nanotubes in 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", + " 'title': ['In vivo and in vitro effects of pentavalent antimony on mouse liver cytochrome P450s']},\n", + " {'bibcode': '1953Natur.172..671N',\n", + " 'author': ['Nossal, G. J. V.', 'de Burgh, P. M.'],\n", + " 'title': ['Growth Cycle of Ectromelia Virus in Mouse Liver']},\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", + " 'title': ['Two independent modes of chromatin organization revealed by cohesin removal']},\n", + " {'bibcode': '1961Natur.190..550C',\n", + " 'author': ['Colter, J. S.', 'Ellem, K. A. O.'],\n", + " 'title': ['Antigenicity of Deoxyribonucleic Acids from Mouse Liver and from the Ehrlich Ascites Tumour']},\n", + " {'bibcode': '1961Natur.190..372L',\n", + " 'author': ['Lyon, Mary F.'],\n", + " 'title': ['Gene Action in the X-chromosome of the Mouse (Mus musculus L.)']},\n", + " {'bibcode': '2007PMB....52..577D',\n", + " 'author': ['Dogdas, Belma',\n", + " 'Stout, David',\n", + " 'Chatziioannou, Arion F.',\n", + " 'Leahy, Richard M.'],\n", + " 'title': ['Digimouse: a 3D whole body mouse atlas from CT and cryosection data']},\n", + " {'bibcode': '2019DIB....2504112A',\n", + " 'author': ['Avtanski, Dimiter', 'Chen, Karin', 'Poretsky, Leonid'],\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': '1968Natur.220...76L',\n", + " 'author': ['Lesca, Pierre'],\n", + " 'title': ['Age Variations of Acid Deoxyribonuclease Activity in Mouse Liver Nuclei']},\n", + " {'bibcode': '2017JMoSt1149..128A',\n", + " 'author': ['Anusha, Chidambaram',\n", + " 'Sankar, Renu',\n", + " 'Varunkumar, Krishnamoorthy',\n", + " 'Sivasindhuja, Gnanasambantham',\n", + " 'Ravikumar, Vilwanathan'],\n", + " 'title': ['Fourier transform-infrared spectroscopy as a diagnostic tool for mosquito coil smoke inhalation toxicity in Swiss Albino mice']},\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", + " 'title': ['A Comprehensive Mouse Transcriptomic BodyMap across 17 Tissues by RNA-seq']},\n", + " {'bibcode': '2021FrCh....9..669G',\n", + " 'author': ['Geib, Timon',\n", + " 'Moghaddam, Ghazaleh',\n", + " 'Supinski, Aimee',\n", + " 'Golizeh, Makan',\n", + " 'Sleno, Lekha'],\n", + " 'title': ['Protein Targets of Acetaminophen Covalent Binding in Rat and Mouse Liver Studied by LC-MS/MS']},\n", + " {'bibcode': '1959Natur.183.1674N',\n", + " 'author': ['Narrod, Stuart A.',\n", + " 'Langan, Thomas A.',\n", + " 'Kaplan, Nathan O.',\n", + " 'Goldin, Abraham'],\n", + " 'title': ['Effect of Azaserine (o-Diazoacetyl-L- serine) on the Pyridine Nucleotide Levels of Mouse Liver']},\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", + " 'title': ['Lethal effect of the anti-Fas antibody in mice']},\n", + " {'bibcode': '1981PNAS...78.3697C',\n", + " 'author': ['Clissold, P. M.', 'Mason, P. J.', 'Bishop, J. O.'],\n", + " 'title': ['Comparison of poly(A)-mRNA prepared from membranes and free polyribosomes of 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", + " 'title': ['Generation of Pluripotent Stem Cells from Adult Mouse Liver and Stomach Cells']},\n", + " {'bibcode': '1971PNAS...68..411A',\n", + " 'author': ['Agranoff, Bernard W.', 'Hajra, Amiya K.'],\n", + " 'title': ['The Acyl Dihydroxyacetone Phosphate Pathway for Glycerolipid Biosynthesis in Mouse Liver and Ehrlich Ascites Tumor Cells']},\n", + " {'bibcode': '2018NatSR...8.1310R',\n", + " 'author': ['Rai, Ashutosh Kumar', 'Chaturvedi, Rupesh', 'Kumar, Ashok'],\n", + " 'title': ['Proteomic evidences for microcystin-RR-induced toxicological alterations in mice 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", + " 'title': ['Reusable bi-directional 3ω sensor to measure thermal conductivity of 100-μm thick biological tissues']},\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", + " 'title': ['CRISPR-mediated direct mutation of cancer genes in the mouse liver']},\n", + " {'bibcode': '1996Sci...274.1379C',\n", + " 'author': ['Cressman, Drew E.',\n", + " 'Greenbaum, Linda E.',\n", + " 'Deangelis, Robert A.',\n", + " 'Ciliberto, Gennaro',\n", + " 'Furth, Emma E.',\n", + " 'Poli, Valeria',\n", + " 'Taub, Rebecca'],\n", + " 'title': ['Liver Failure and Defective Hepatocyte Regeneration in Interleukin-6-Deficient Mice']},\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", + " 'title': ['Efficient rescue of integrated shuttle vectors from transgenic mice: a model for studying mutations in vivo.']},\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", + " 'title': ['Mouse strain-dependent variation in metabolic associated fatty liver disease (MAFLD): a comprehensive resource tool for pre-clinical studies']},\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", + " 'title': ['Chemical Chaperones Reduce ER Stress and Restore Glucose Homeostasis in a Mouse Model of Type 2 Diabetes']},\n", + " {'bibcode': '2008JNR....10..263W',\n", + " 'author': ['Wang, Bing',\n", + " 'Feng, Weiyue',\n", + " 'Wang, Meng',\n", + " 'Wang, Tiancheng',\n", + " 'Gu, Yiqun',\n", + " 'Zhu, Motao',\n", + " 'Ouyang, Hong',\n", + " 'Shi, Junwen',\n", + " 'Zhang, Fang',\n", + " 'Zhao, Yuliang',\n", + " 'Chai, Zhifang',\n", + " 'Wang, Haifang',\n", + " 'Wang, Jing'],\n", + " 'title': ['Acute toxicological impact of nano- and submicro-scaled zinc oxide powder on healthy adult mice']},\n", + " {'bibcode': '2022HETox..4111350Z',\n", + " 'author': ['Zhang, Di',\n", + " 'Zheng, Jiaming',\n", + " 'Qiu, Guobin',\n", + " 'Niu, Tongjuan',\n", + " 'Gong, Yuneng',\n", + " 'Cui, Sheng'],\n", + " 'title': ['CCl4 inhibits the expressions of hepatic taurine biosynthetic enzymes and taurine synthesis in the progression of mouse liver fibrosis']},\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", + " 'title': ['A Circadian Rhythm Orchestrated by Histone Deacetylase 3 Controls Hepatic Lipid Metabolism']},\n", + " {'bibcode': '2018NatCo...9.2784Z',\n", + " 'author': ['Zhao, Xin',\n", + " 'Guo, Baolin',\n", + " 'Wu, Hao',\n", + " 'Liang, Yongping',\n", + " 'Ma, Peter X.'],\n", + " 'title': ['Injectable antibacterial conductive nanocomposite cryogels with rapid shape recovery for noncompressible hemorrhage and wound healing']},\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", + " 'title': ['Poly(A)-tail profiling reveals an embryonic switch in translational control']},\n", + " {'bibcode': '1984JMagR..60..430R',\n", + " 'author': ['Rothman, D. L.',\n", + " 'Arias-Mendoza, F.',\n", + " 'Shulman, G. I.',\n", + " 'Shulman, R. G.'],\n", + " 'title': ['A pulse sequence for simplifying hydrogen NMR spectra of biological tissues']},\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", + " 'title': ['Requirement of DNase II for Definitive Erythropoiesis in the Mouse Fetal Liver']},\n", + " {'bibcode': '1995Sci...269.1427K',\n", + " 'author': ['Kuhn, Ralf',\n", + " 'Schwenk, Frieder',\n", + " 'Aguet, Michel',\n", + " 'Rajewsky, Klaus'],\n", + " 'title': ['Inducible Gene Targeting in Mice']},\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", + " 'title': ['Mouse liver repopulation with hepatocytes generated from human fibroblasts']},\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", + " 'title': ['Circadian and CLOCK-controlled regulation of the mouse transcriptome and cell proliferation']},\n", + " {'bibcode': '1994Natur.371..606J',\n", + " 'author': ['Jonsson, Jörgen',\n", + " 'Carlsson, Lena',\n", + " 'Edlund, Thomas',\n", + " 'Edlund, Helena'],\n", + " 'title': ['Insulin-promoter-factor 1 is required for pancreas development in mice']},\n", + " {'bibcode': '2017NRL....12..478J',\n", + " 'author': ['Jia, Xiaochuan', 'Wang, Shuo', 'Zhou, Lei', 'Sun, Li'],\n", + " 'title': ['The Potential Liver, Brain, and Embryo Toxicity of Titanium Dioxide Nanoparticles on Mice']},\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", + " 'title': ['CLOCK-mediated acetylation of BMAL1 controls circadian function']},\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", + " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\n", + " {'bibcode': '2018JPhCS1025a2043J',\n", + " 'author': ['Janika Sitasiwi, Agung',\n", + " 'Isdadiyanto, Sri',\n", + " 'Muflichatun Mardiati, Siti'],\n", + " 'title': ['Effect of ethanolic Neem (Azadirachta indica) leaf extract as an herb contraceptive on Hepato-somatic Index of the male mice (Mus musculus)']},\n", + " {'bibcode': '1999PNAS...96.1563P',\n", + " 'author': ['Podsypanina, Katrina',\n", + " 'Ellenson, Lora Hedrick',\n", + " 'Nemes, Adriana',\n", + " 'Gu, Jianguo',\n", + " 'Tamura, Masahito',\n", + " 'Yamada, Kenneth M.',\n", + " 'Cordon-Cardo, Carlos',\n", + " 'Catoretti, Giorgio',\n", + " 'Fisher, Peter E.',\n", + " 'Parsons, Ramon'],\n", + " 'title': ['Mutation of Pten/Mmac1 in Mice Causes Neoplasia in Multiple Organ Systems']},\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", + " 'title': ['Benzo[a]pyrene carcinogenicity is lost in mice lacking the aryl hydrocarbon receptor']},\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", + " 'title': ['The SCID-hu Mouse: Murine Model for the Analysis of Human Hematolymphoid Differentiation and Function']},\n", + " {'bibcode': '2015SciBu..60..336M',\n", + " 'author': ['Mani, Sarathi',\n", + " 'Li, Hongzhu',\n", + " 'Yang, Guangdong',\n", + " 'Wu, Lingyun',\n", + " 'Wang, Rui'],\n", + " 'title': ['Deficiency of cystathionine gamma-lyase and hepatic cholesterol accumulation during mouse fatty liver development']},\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", + " 'title': ['Multi-omics analysis of multiple missions to space reveal a theme of lipid dysregulation in mouse liver']},\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", + " 'title': ['Autophagy regulates lipid metabolism']},\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", + " 'title': ['Human occludin is a hepatitis C virus entry factor required for infection of mouse cells']},\n", + " {'bibcode': '2010EnTox..25...77W',\n", + " 'author': ['Wang, Xiao-Feng',\n", + " 'Lou, Xiao-Ming',\n", + " 'Shen, Ying',\n", + " 'Xing, Ming-Luan',\n", + " 'Xu, Li-Hong'],\n", + " 'title': ['Apoptotic‑related protein changes induced by hexavalent chromium in mice liver']},\n", + " {'bibcode': '2011PNAS..108.8943W',\n", + " 'author': ['Welsher, Kevin', 'Sherlock, Sarah P.', 'Dai, Hongjie'],\n", + " 'title': ['Deep-tissue anatomical imaging of mice using carbon nanotube fluorophores in the second near-infrared window']},\n", + " {'bibcode': '2003PNAS..10012027H',\n", + " 'author': ['Horton, Jay D.',\n", + " 'Shah, Nila A.',\n", + " 'Warrington, Janet A.',\n", + " 'Anderson, Norma N.',\n", + " 'Park, Sahng Wook',\n", + " 'Brown, Michael S.',\n", + " 'Goldstein, Joseph L.'],\n", + " 'title': ['Combined analysis of oligonucleotide microarray data from transgenic and knockout mice identifies direct SREBP target genes']},\n", + " {'bibcode': '2019AIPC.2108b0016N',\n", + " 'author': ['Nurdiana, Dantara, Tri Wahyudi Iman',\n", + " 'Syaban, Mokhamad Fahmi Rizki',\n", + " 'Mustafa, Siti Asyifa',\n", + " 'Ikhsani, Hanifah',\n", + " 'Syafitri, Febrinda Esti',\n", + " 'Hapsari, Novi Kurnia',\n", + " 'Khoirunnisa, Auliya'],\n", + " 'title': ['Efficacy and side effects studies of Bryophyllum pinnatum leaves ethanol extract in pristane-induced SLE BALB/c mice model']},\n", + " {'bibcode': '2001Sci...292.1728C',\n", + " 'author': ['Cho, Han',\n", + " 'Mu, James',\n", + " 'Kim, Jason K.',\n", + " 'Thorvaldsen, Joanne L.',\n", + " 'Chu, Qingwei',\n", + " 'Crenshaw, E. Bryan',\n", + " 'Kaestner, Klaus H.',\n", + " 'Bartolomei, Marisa S.',\n", + " 'Shulman, Gerald I.',\n", + " 'Birnbaum, Morris J.'],\n", + " 'title': ['Insulin Resistance and a Diabetes Mellitus-Like Syndrome in Mice Lacking the Protein Kinase Akt2 (PKBβ)']},\n", + " {'bibcode': '1968Natur.217..370P',\n", + " 'author': ['Pantelouris, E. M.'],\n", + " 'title': ['Absence of Thymus in a Mouse Mutant']},\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", + " 'title': ['Dramatic growth of mice that develop from eggs microinjected with metallothionein-growth hormone fusion genes']},\n", + " {'bibcode': '1981Natur.294...92C',\n", + " 'author': ['Costantini, Franklin', 'Lacy, Elizabeth'],\n", + " 'title': ['Introduction of a rabbit β-globin gene into the mouse germ line']},\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", + " 'title': ['In vivo genome editing using Staphylococcus aureus Cas9']},\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", + " 'title': ['Effects of ALT-801, a GLP-1 and glucagon receptor dual agonist, in a translational mouse model of non-alcoholic steatohepatitis']},\n", + " {'bibcode': '2005ToxIH..21..231Y',\n", + " 'author': ['Yilmaz, H. Ramazan', 'Yuksel, Esref'],\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': '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", + " 'title': ['Synthesis and structure elucidation of the human tRNA nucleoside mannosyl-queuosine']},\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", + " 'title': ['Metabolic profiling reveals a contribution of gut microbiota to fatty liver phenotype in insulin-resistant mice']},\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", + " 'title': ['Transcriptional Architecture and Chromatin Landscape of the Core Circadian Clock in Mammals']},\n", + " {'bibcode': '1995Sci...270..985W',\n", + " 'author': ['Waterhouse, Paul',\n", + " 'Penninger, Josef M.',\n", + " 'Timms, Emma',\n", + " 'Wakeham, Andrew',\n", + " 'Shahinian, Arda',\n", + " 'Lee, Kelvin P.',\n", + " 'Thompson, Craig B.',\n", + " 'Griesser, Henrik',\n", + " 'Mak, Tak W.'],\n", + " 'title': ['Lymphoproliferative Disorders with Early Lethality in Mice Deficient in Ctla-4']},\n", + " {'bibcode': '2013EnvMM..54..659B',\n", + " 'author': ['Banda, Malathi', 'Recio, Leslie', 'Parsons, Barbara L.'],\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': '2019NatCo..10..309Y',\n", + " 'author': ['Yimit, Askar', 'Adebali, Ogun', 'Sancar, Aziz', 'Jiang, Yuchao'],\n", + " 'title': ['Differential damage and repair of DNA-adducts induced by anti-cancer drug cisplatin across mouse organs']},\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", + " 'title': ['Introns increase transcriptional efficiency in transgenic mice.']},\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", + " 'title': ['Mouse β 2-microglobulin cDNA Clones: A Screening Procedure for cDNA Clones Corresponding to Rare mRNAs']},\n", + " {'bibcode': '2020NatSR..1017593T',\n", + " 'author': ['Tsuru, Hiromi',\n", + " 'Osaka, Mizuko',\n", + " 'Hiraoka, Yuichi',\n", + " 'Yoshida, Masayuki'],\n", + " 'title': ['HFD-induced hepatic lipid accumulation and inflammation are decreased in Factor D deficient mouse']},\n", + " {'bibcode': '2022EnTox..37..362L',\n", + " 'author': ['Li, Ling',\n", + " 'Xu, Minjie',\n", + " 'He, Chao',\n", + " 'Wang, Hui',\n", + " 'Hu, Qinglian'],\n", + " 'title': ['Polystyrene nanoplastics potentiate the development of hepatic fibrosis in high fat diet fed mice']},\n", + " {'bibcode': '2019ApNan..10..879A',\n", + " 'author': ['Ahmed, Faizan',\n", + " 'Husain, Qayyum',\n", + " 'Ansari, Mohd Owais',\n", + " 'Shadab, G. G. H. A.'],\n", + " 'title': ['Antidiabetic and oxidative stress assessment of bio-enzymatically synthesized zinc oxide nanoformulation on streptozotocin-induced hyperglycemic mice']},\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", + " 'title': ['Spatial Transcriptomics to define transcriptional patterns of zonation and structural components in the mouse liver']},\n", + " {'bibcode': '1995Natur.376..167B',\n", + " 'author': ['Beg, Amer A.',\n", + " 'Sha, William C.',\n", + " 'Bronson, Roderick T.',\n", + " 'Ghosh, Sankar',\n", + " 'Baltimore, David'],\n", + " 'title': ['Embryonic lethality and liver degeneration in mice lacking the RelA component of NF-κB']},\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", + " 'title': ['The hepatotoxicity of multi-walled carbon nanotubes in mice']},\n", + " {'bibcode': '2009NRL.....4.1275M',\n", + " 'author': ['Ma, Linglan',\n", + " 'Zhao, Jinfang',\n", + " 'Wang, Jue',\n", + " 'Liu, Jie',\n", + " 'Duan, Yanmei',\n", + " 'Liu, Huiting',\n", + " 'Li, Na',\n", + " 'Yan, Jingying',\n", + " 'Ruan, Jie',\n", + " 'Wang, Han',\n", + " 'Hong, Fashui'],\n", + " 'title': ['The Acute Liver Injury in Mice Caused by Nano-Anatase TiO2']},\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", + " 'title': ['Defective propagation of signals generated by sympathetic nerve stimulation in the liver of connexin32-deficient mice.']},\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", + " 'title': ['Liver-specific inactivation of the Nrf1 gene in adult mouse leads to nonalcoholic steatohepatitis and hepatic neoplasia']},\n", + " {'bibcode': '2020JMoSt121528251C',\n", + " 'author': ['Charitou, George',\n", + " 'Tsertos, Charalambos',\n", + " 'Parpottas, Yiannis',\n", + " 'Kleanthous, Marina',\n", + " 'Lederer, Carsten W.',\n", + " 'Phylactides, Marios'],\n", + " 'title': ['Study of iron complexes in visceral organs and brain from a 57Fe enriched β-thalassaemia mouse model via Mössbauer spectroscopy']},\n", + " {'bibcode': '2008PNAS..10519378S',\n", + " 'author': ['Stratikopoulos, Elias',\n", + " 'Szabolcs, Matthias',\n", + " 'Dragatsis, Ioannis',\n", + " 'Klinakis, Apostolos',\n", + " 'Efstratiadis, Argiris'],\n", + " 'title': ['The hormonal action of IGF1 in postnatal mouse growth']},\n", + " {'bibcode': '2011NatNa...6..321Y',\n", + " 'author': ['Yamashita, Kohei',\n", + " 'Yoshioka, Yasuo',\n", + " 'Higashisaka, Kazuma',\n", + " 'Mimura, Kazuya',\n", + " 'Morishita, Yuki',\n", + " 'Nozaki, Masatoshi',\n", + " 'Yoshida, Tokuyuki',\n", + " 'Ogura, Toshinobu',\n", + " 'Nabeshi, Hiromi',\n", + " 'Nagano, Kazuya',\n", + " 'Abe, Yasuhiro',\n", + " 'Kamada, Haruhiko',\n", + " 'Monobe, Youko',\n", + " 'Imazawa, Takayoshi',\n", + " 'Aoshima, Hisae',\n", + " 'Shishido, Kiyoshi',\n", + " 'Kawai, Yuichi',\n", + " 'Mayumi, Tadanori',\n", + " 'Tsunoda, Shin-Ichi',\n", + " 'Itoh, Norio',\n", + " 'Yoshikawa, Tomoaki',\n", + " 'Yanagihara, Itaru',\n", + " 'Saito, Shigeru',\n", + " 'Tsutsumi, Yasuo'],\n", + " 'title': ['Silica and titanium dioxide nanoparticles cause pregnancy complications in mice']},\n", + " {'bibcode': '1976Natur.259..224R',\n", + " 'author': ['Raff, Martin C.', 'Megson, Mary'],\n", + " 'title': ['Early production of intracellular IgM by B-lymphocyte precursors in mouse']},\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", + " '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': '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", + " 'title': ['Epigenetic modulation of Fgf21 in the perinatal mouse liver ameliorates diet-induced obesity in adulthood']},\n", + " {'bibcode': '2005PNAS..102.5374R',\n", + " 'author': ['Rashid, Shirya',\n", + " 'Curtis, David E.',\n", + " 'Garuti, Rita',\n", + " 'Anderson, Norma N.',\n", + " 'Bashmakov, Yuriy',\n", + " 'Ho, Y. K.',\n", + " 'Hammer, Robert E.',\n", + " 'Moon, Young-Ah',\n", + " 'Horton, Jay D.'],\n", + " 'title': ['Decreased plasma cholesterol and hypersensitivity to statins in mice lacking Pcsk9']},\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", + " 'title': ['Biomedical terahertz imaging with a quantum cascade laser']},\n", + " {'bibcode': '2000Sci...287.1253R',\n", + " 'author': ['Rudolph, Karl Lenhard',\n", + " 'Chang, Sandy',\n", + " 'Millard, Melissa',\n", + " 'Schreiber-Agus, Nicole',\n", + " 'DePinho, Ronald A.'],\n", + " 'title': ['Inhibition of Experimental Liver Cirrhosis in Mice by Telomerase Gene Delivery']},\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", + " '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': '1991Natur.351..317K',\n", + " 'author': ['Kim, Chang-Min',\n", + " 'Koike, Kazuhiko',\n", + " 'Saito, Izumu',\n", + " 'Miyamura, Tatsuo',\n", + " 'Jay, Gilbert'],\n", + " 'title': ['HBx gene of hepatitis B virus induces liver cancer in transgenic mice']},\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", + " 'title': ['Reversal of defective lysosomal transport in NPC disease ameliorates liver dysfunction and neurodegeneration in the npc1−/− mouse']},\n", + " {'bibcode': '2010PNAS..10714508P',\n", + " 'author': ['Price, John C.',\n", + " 'Guan, Shenheng',\n", + " 'Burlingame, Alma',\n", + " 'Prusiner, Stanley B.',\n", + " 'Ghaemmaghami, Sina'],\n", + " 'title': ['Analysis of proteome dynamics in the mouse brain']},\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", + " 'title': ['Selective inhibitor of Wnt/β-catenin/CBP signaling ameliorates hepatitis C virus-induced liver fibrosis in mouse model']},\n", + " {'bibcode': '2001PNAS...9813266P',\n", + " 'author': ['Pritchard, Colin C.',\n", + " 'Hsu, Li',\n", + " 'Delrow, Jeffrey',\n", + " 'Nelson, Peter S.'],\n", + " 'title': ['Project normal: Defining normal variance in mouse gene expression']},\n", + " {'bibcode': '2007PNAS..104..979B',\n", + " 'author': ['Bäckhed, Fredrik',\n", + " 'Manchester, Jill K.',\n", + " 'Semenkovich, Clay F.',\n", + " 'Gordon, Jeffrey I.'],\n", + " 'title': ['From the Cover: Mechanisms underlying the resistance to diet-induced obesity in germ-free mice']},\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", + " 'title': ['Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n", + " {'bibcode': '2016NatSR...634989A',\n", + " 'author': ['Amenya, Hesbon Z.', 'Tohyama, Chiharu', 'Ohsako, Seiichiroh'],\n", + " 'title': ['Dioxin induces Ahr-dependent robust DNA demethylation of the Cyp1a1 promoter via Tdg in the mouse liver']},\n", + " {'bibcode': '2002JMMM..248..276H',\n", + " 'author': ['Halbreich, Avraham',\n", + " 'Groman, Ernest V.',\n", + " 'Raison, Danielle',\n", + " 'Bouchaud, Claude',\n", + " 'Paturance, Sébastien'],\n", + " 'title': ['Damage to the protein synthesizing apparatus in mouse liver in vivo by magnetocytolysis in the presence of hepatospecific magnetic nanoparticles']},\n", + " {'bibcode': '1997PNAS...94.1441Y',\n", + " 'author': ['Yamada, Yasuhiro',\n", + " 'Kirillova, Irina',\n", + " 'Peschon, Jacques J.',\n", + " 'Fausto, Nelson'],\n", + " 'title': ['Initiation of Liver Growth by Tumor Necrosis Factor: Deficient Liver Regeneration in Mice Lacking Type I Tumor Necrosis Factor Receptor']},\n", + " {'bibcode': '2019EnTox..34..878S',\n", + " 'author': ['Salimi, Ahmad', 'Nikoosiar Jahromi, Mahnia', 'Pourahmad, Jalal'],\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': '2001PNAS...98.8780N',\n", + " 'author': ['Nicolas, Gaël',\n", + " 'Bennoun, Myriam',\n", + " 'Devaux, Isabelle',\n", + " 'Beaumont, Carole',\n", + " 'Grandchamp, Bernard',\n", + " 'Kahn, Axel',\n", + " 'Vaulont, Sophie'],\n", + " 'title': ['From the Cover: Lack of hepcidin gene expression and severe tissue iron overload in upstream stimulatory factor 2 (USF2) knockout mice']},\n", + " {'bibcode': '1993Natur.364...64M',\n", + " 'author': ['Medvinsky, Alexander L.',\n", + " 'Samoylina, Nina L.',\n", + " 'Müller, Albrecht M.',\n", + " 'Dzierzak, Elaine A.'],\n", + " 'title': ['An early pre-liver intraembryonic source of CFU-S in the developing mouse']},\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", + " 'title': ['A noncoding RNA modulator potentiates phenylalanine metabolism in mice']},\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", + " 'title': ['Responses of Mouse Liver to Dechlorane Plus Exposure by Integrative Transcriptomic and Metabonomic Studies']},\n", + " {'bibcode': '1997PNAS...94..569Z',\n", + " 'author': ['Zhang, Dong-Er',\n", + " 'Zhang, Pu',\n", + " 'Wang, Nai-dy',\n", + " 'Hetherington, Christopher J.',\n", + " 'Darlington, Gretchen J.',\n", + " 'Tenen, Daniel G.'],\n", + " 'title': ['Absence of Granulocyte Colony-Stimulating Factor Signaling and Neutrophil Development in CCAAT Enhancer Binding Protein α -deficient Mice']},\n", + " {'bibcode': '2014PNAS..111E3297I',\n", + " 'author': ['Iwaisako, Keiko',\n", + " 'Jiang, Chunyan',\n", + " 'Zhang, Mingjun',\n", + " 'Cong, Min',\n", + " 'Moore-Morris, Thomas Joseph',\n", + " 'Park, Tae Jun',\n", + " 'Liu, Xiao',\n", + " 'Xu, Jun',\n", + " 'Wang, Ping',\n", + " 'Paik, Yong-Han',\n", + " 'Meng, Fanli',\n", + " 'Asagiri, Masataka',\n", + " 'Murray, Lynne A.',\n", + " 'Hofmann, Alan F.',\n", + " 'Iida, Takashi',\n", + " 'Glass, Christopher K.',\n", + " 'Brenner, David A.',\n", + " 'Kisseleva, Tatiana'],\n", + " 'title': ['Origin of myofibroblasts in the fibrotic liver in mice']},\n", + " {'bibcode': '2000PNAS...9710442L',\n", + " 'author': ['Lahvis, Garet P.',\n", + " 'Lindell, Susanne L.',\n", + " 'Thomas, Russell S.',\n", + " 'McCuskey, Robert S.',\n", + " 'Murphy, Christopher',\n", + " 'Glover, Edward',\n", + " 'Bentz, Michael',\n", + " 'Southard, James',\n", + " 'Bradfield, Christopher A.'],\n", + " 'title': ['Portosystemic shunting and persistent fetal vascular structures in aryl hydrocarbon receptor-deficient mice']},\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", + " 'title': ['Immune System Impairment and Hepatic Fibrosis in Mice Lacking the Dioxin- Binding Ah Receptor']},\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", + " 'title': ['Comparisons of the biodistribution and toxicological examinations after repeated intravenous administration of silver and gold nanoparticles in mice']},\n", + " {'bibcode': '2019NatCo..10.5694W',\n", + " 'author': ['Weber, Nicholas D.',\n", + " 'Odriozola, Leticia',\n", + " 'Martínez-García, Javier',\n", + " 'Ferrer, Veronica',\n", + " 'Douar, Anne',\n", + " 'Bénichou, Bernard',\n", + " 'González-Aseguinolaza, Gloria',\n", + " 'Smerdou, Cristian'],\n", + " 'title': ['Gene therapy for progressive familial intrahepatic cholestasis type 3 in a clinically relevant mouse model']},\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", + " 'title': ['Impact of spaceflight and artificial gravity on sulfur metabolism in mouse liver: sulfur metabolomic and transcriptomic analysis']},\n", + " {'bibcode': '1996Natur.382..635N',\n", + " 'author': ['Nagasawa, Takashi',\n", + " 'Hirota, Seiichi',\n", + " 'Tachibana, Kazunobu',\n", + " 'Takakura, Nobuyuki',\n", + " 'Nishikawa, Shin-Ichi',\n", + " 'Kitamura, Yukihiko',\n", + " 'Yoshida, Nobuaki',\n", + " 'Kikutani, Hitoshi',\n", + " 'Kishimoto, Tadamitsu'],\n", + " 'title': ['Defects of B-cell lymphopoiesis and bone-marrow myelopoiesis in mice lacking the CXC chemokine PBSF/SDF-1']},\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", + " 'title': ['Extensive and divergent circadian gene expression in liver and heart']},\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", + " 'title': ['Comparing distress of mouse models for liver damage']},\n", + " {'bibcode': '2023NatSR..1317067R',\n", + " 'author': ['Roy, Chandra N.',\n", + " 'Shu, Sherry T.',\n", + " 'Kline, Christopher',\n", + " 'Rigatti, Lora',\n", + " 'Smithgall, Thomas E.',\n", + " 'Ambrose, Zandrea'],\n", + " 'title': ['Use of pediatric thymus to humanize mice for HIV-1 mucosal transmission']},\n", + " {'bibcode': '2022NatCo..13.1516L',\n", + " 'author': ['Lee, Jaiwoo', 'Byun, Junho', 'Shim, Gayong', 'Oh, Yu-Kyoung'],\n", + " 'title': ['Fibroblast activation protein activated antifibrotic peptide delivery attenuates fibrosis in mouse models of liver fibrosis']},\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", + " 'title': ['Humanized mice with ectopic artificial liver tissues']},\n", + " {'bibcode': '2017NatSR...746687D',\n", + " 'author': ['Deng, Yongfeng',\n", + " 'Zhang, Yan',\n", + " 'Lemos, Bernardo',\n", + " 'Ren, Hongqiang'],\n", + " 'title': ['Tissue accumulation of microplastics in mice and biomarker responses suggest widespread health risks of exposure']},\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", + " 'title': ['A voxel-based mouse for internal dose calculations using Monte Carlo simulations (MCNP)']},\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", + " 'title': ['ApoE-Directed Therapeutics Rapidly Clear β-Amyloid and Reverse Deficits in AD Mouse Models']},\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", + " 'title': ['Mouse hepatocytes migrate to liver parenchyma and function indefinitely after intrasplenic transplantation.']},\n", + " {'bibcode': '2018NatSR...8.6789K',\n", + " 'author': ['Kim, Kook Hwan',\n", + " 'Kim, Seong Hun',\n", + " 'Han, Dai Hoon',\n", + " 'Jo, Young Suk',\n", + " 'Lee, Yong-ho',\n", + " 'Lee, Myung-Shik'],\n", + " 'title': ['Growth differentiation factor 15 ameliorates nonalcoholic steatohepatitis and related metabolic disorders in mice']},\n", + " {'bibcode': '2002PNAS...9913825Y',\n", + " 'author': ['Yang, Priscilla L.',\n", + " 'Althage, Alana',\n", + " 'Chung, Josan',\n", + " 'Chisari, Francis V.'],\n", + " 'title': ['Hydrodynamic injection of viral DNA: A mouse model of acute hepatitis B virus infection']},\n", + " {'bibcode': '1991PNAS...88.5533W',\n", + " 'author': ['Williams, Richard K.', 'Jiang, Gui-Sen', 'Holmes, Kathryn V.'],\n", + " 'title': ['Receptor for mouse hepatitis virus is a member of the carcinoembryonic antigen family of glycoproteins.']},\n", + " {'bibcode': '2006PNAS..10317862H',\n", + " 'author': ['Huang, Li-Rung',\n", + " 'Wu, Hui-Lin',\n", + " 'Chen, Pei-Jer',\n", + " 'Chen, Ding-Shinn'],\n", + " 'title': ['An immunocompetent mouse model for the tolerance of human chronic hepatitis B virus infection']},\n", + " {'bibcode': '1974Natur.249..361O',\n", + " 'author': ['Owen, John J. T.', 'Cooper, Max D.', 'Raff, Martin C.'],\n", + " 'title': [\"In vitro generation of B lymphocytes in mouse foetal liver, a mammalian `bursa equivalent'\"]},\n", + " {'bibcode': '1980Sci...209.1348L',\n", + " 'author': ['Liu, Chih-Ping',\n", + " 'Tucker, Philip W.',\n", + " 'Mushinski, J. Frederic',\n", + " 'Blattner, Frederick R.'],\n", + " 'title': ['Mapping of Heavy Chain Genes for Mouse Immunoglobulins M and D']},\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", + " 'title': ['Refined protocols of tamoxifen injection for inducible DNA recombination in mouse astroglia']},\n", + " {'bibcode': '2011PNAS..108.7890S',\n", + " 'author': ['Siggs, Owen M.',\n", + " 'Schnabl, Bernd',\n", + " 'Webb, Bill',\n", + " 'Beutler, Bruce'],\n", + " 'title': ['X-linked cholestasis in mouse due to mutations of the P4-ATPase ATP11C']},\n", + " {'bibcode': '2004PNAS..101.7088P',\n", + " 'author': ['Paterson, Janice M.',\n", + " 'Morton, Nicholas M.',\n", + " 'Fievet, Catherine',\n", + " 'Kenyon, Christopher J.',\n", + " 'Holmes, Megan C.',\n", + " 'Staels, Bart',\n", + " 'Seckl, Jonathan R.',\n", + " 'Mullins, John J.'],\n", + " 'title': ['Metabolic syndrome without obesity: Hepatic overexpression of 11β-hydroxysteroid dehydrogenase type 1 in transgenic mice']},\n", + " {'bibcode': '2022ApNan..12..193A',\n", + " 'author': ['Al-Ali, Ali A. A.',\n", + " 'Al-Tamimi, Shatha Q.',\n", + " 'Al-Maliki, Sami J.',\n", + " 'Abdullah, Mohd Azmuddin'],\n", + " 'title': ['Toxic effects of zinc oxide nanoparticles and histopathological and caspase-9 expression changes in the liver and lung tissues of male mice model']},\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", + " 'title': ['Improved prime editors enable pathogenic allele correction and cancer modelling in adult mice']},\n", + " {'bibcode': '2008OptCo.281.5480L',\n", + " 'author': ['Le Grand, Y.', 'Leray, A.', 'Guilbert, T.', 'Odin, C.'],\n", + " 'title': ['Non-descanned versus descanned epifluorescence collection in two-photon microscopy: Experiments and Monte Carlo simulations']},\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", + " 'title': ['Liver-targeted disruption of Apc in mice activates β-catenin signaling and leads to hepatocellular carcinomas']},\n", + " {'bibcode': '2016NatSR...638513G',\n", + " 'author': ['Gong, Huan',\n", + " 'Sun, Liang',\n", + " 'Chen, Beidong',\n", + " 'Han, Yiwen',\n", + " 'Pang, Jing',\n", + " 'Wu, Wei',\n", + " 'Qi, Ruomei',\n", + " 'Zhang, Tie-Mei'],\n", + " 'title': ['Evaluation of candidate reference genes for RT-qPCR studies in three metabolism related tissues of mice after caloric restriction']},\n", + " {'bibcode': '2018NatSR...8.6854W',\n", + " 'author': ['Wrzosek, Laura',\n", + " 'Ciocan, Dragos',\n", + " 'Borentain, Patrick',\n", + " 'Spatz, Madeleine',\n", + " 'Puchois, Virginie',\n", + " 'Hugot, Cindy',\n", + " 'Ferrere, Gladys',\n", + " 'Mayeur, Camille',\n", + " 'Perlemuter, Gabriel',\n", + " 'Cassard, Anne-Marie'],\n", + " 'title': ['Transplantation of human microbiota into conventional mice durably reshapes the gut microbiota']},\n", + " {'bibcode': '2015NatSR...5E7973L',\n", + " 'author': ['Liu, Min',\n", + " 'Xu, Lina',\n", + " 'Yin, Lianhong',\n", + " 'Qi, Yan',\n", + " 'Xu, Youwei',\n", + " 'Han, Xu',\n", + " 'Zhao, Yanyan',\n", + " 'Sun, Huijun',\n", + " 'Yao, Jihong',\n", + " 'Lin, Yuan',\n", + " 'Liu, Kexin',\n", + " 'Peng, Jinyong'],\n", + " 'title': ['Potent effects of dioscin against obesity in mice']},\n", + " {'bibcode': '2020NatSR..10.5713Z',\n", + " 'author': ['Zheng, Meilin',\n", + " 'Qin, Qizhong',\n", + " 'Zhou, Wenli',\n", + " 'Liu, Qin',\n", + " 'Zeng, Shaohua',\n", + " 'Xiao, Hong',\n", + " 'Bai, Qunhua',\n", + " 'Gao, Jieying'],\n", + " 'title': ['Metabolic disturbance in hippocampus and liver of mice: A primary response to imidacloprid exposure']},\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", + " 'title': ['Expression of a microinjected immunoglobulin gene in the spleen of transgenic mice']},\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", + " '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': '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", + " 'title': ['Single-cell spatial reconstruction reveals global division of labour in the mammalian liver']},\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", + " 'title': ['Exogenous exosomes from mice with acetaminophen-induced liver injury promote toxicity in the recipient hepatocytes and mice']},\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", + " 'title': ['Re-programming mouse liver-resident invariant natural killer T cells for suppressing hepatic and diabetogenic autoimmunity']},\n", + " {'bibcode': '1998Natur.391..900W',\n", + " 'author': ['Withers, Dominic J.',\n", + " 'Gutierrez, Julio Sanchez',\n", + " 'Towery, Heather',\n", + " 'Burks, Deborah J.',\n", + " 'Ren, Jian-Ming',\n", + " 'Previs, Stephen',\n", + " 'Zhang, Yitao',\n", + " 'Bernal, Dolores',\n", + " 'Pons, Sebastian',\n", + " 'Shulman, Gerald I.',\n", + " 'Bonner-Weir, Susan',\n", + " 'White, Morris F.'],\n", + " 'title': ['Disruption of IRS-2 causes type 2 diabetes in mice']},\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", + " 'title': ['Insulin-regulated hepatic gluconeogenesis through FOXO1-PGC-1α interaction']},\n", + " {'bibcode': '2018NatSR...813168A',\n", + " 'author': ['Anfuso, Beatrice',\n", + " 'El-Khobar, Korri E.',\n", + " 'Ie, Susan I.',\n", + " 'Avellini, Claudio',\n", + " 'Radillo, Oriano',\n", + " 'Raseni, Alan',\n", + " 'Tiribelli, Claudio',\n", + " 'Sukowati, Caecilia H. C.'],\n", + " 'title': ['Activation of hepatic stem cells compartment during hepatocarcinogenesis in a HBsAg HBV-transgenic mouse model']},\n", + " {'bibcode': '1970Natur.225..462W',\n", + " 'author': ['Wegmann, Thomas G.'],\n", + " 'title': ['Enzyme Patterns in Tetraparental Mouse Liver']},\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", + " 'title': ['Antifibrotic effect of pirfenidone in a mouse model of human nonalcoholic steatohepatitis']},\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", + " 'title': ['Visualizing fewer than 10 mouse T cells with an enhanced firefly luciferase in immunocompetent mouse models of cancer']},\n", + " {'bibcode': '2010NRL.....5..108L',\n", + " 'author': ['Li, Na',\n", + " 'Ma, Linglan',\n", + " 'Wang, Jue',\n", + " 'Zheng, Lei',\n", + " 'Liu, Jie',\n", + " 'Duan, Yanmei',\n", + " 'Liu, Huiting',\n", + " 'Zhao, Xiaoyang',\n", + " 'Wang, Sisi',\n", + " 'Wang, Han',\n", + " 'Hong, Fashui',\n", + " 'Xie, Yaning'],\n", + " 'title': ['Interaction Between Nano-Anatase TiO2 and Liver DNA from Mice In Vivo']},\n", + " {'bibcode': '1990Sci...250.1273Y',\n", + " 'author': ['Yokode, Masayuki',\n", + " 'Hammer, Robert E.',\n", + " 'Ishibashi, Shun',\n", + " 'Brown, Michael S.',\n", + " 'Goldstein, Joseph L.'],\n", + " 'title': ['Diet-Induced Hypercholesterolemia in Mice: Prevention by Overexpression of LDL Receptors']},\n", + " {'bibcode': '2002PNAS...99.4596N',\n", + " 'author': ['Nicolas, Gaël',\n", + " 'Bennoun, Myriam',\n", + " 'Porteu, Arlette',\n", + " 'Mativet, Sandrine',\n", + " 'Beaumont, Carole',\n", + " 'Grandchamp, Bernard',\n", + " 'Sirito, Mario',\n", + " 'Sawadogo, Michèle',\n", + " 'Kahn, Axel',\n", + " 'Vaulont, Sophie'],\n", + " 'title': ['Severe iron deficiency anemia in transgenic mice expressing liver hepcidin']},\n", + " {'bibcode': '1982PNAS...79.2172H',\n", + " 'author': ['Hannappel, Ewald',\n", + " 'Xu, -Jun, , Gen',\n", + " 'Morgan, James',\n", + " 'Hempstead, James',\n", + " 'Horecker, B. L.'],\n", + " 'title': ['Thymosin β 4: A Ubiquitous Peptide in Rat and Mouse Tissues']},\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", + " 'title': ['The Interplay of cis-Regulatory Elements Rules Circadian Rhythms in Mouse Liver']},\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", + " 'title': ['An HDAC3-PROX1 corepressor module acts on HNF4α to control hepatic triglycerides']},\n", + " {'bibcode': '2017NatSR...7.6224S',\n", + " 'author': ['Schenk, Arne',\n", + " 'Ghallab, Ahmed',\n", + " 'Hofmann, Ute',\n", + " 'Hassan, Reham',\n", + " 'Schwarz, Michael',\n", + " 'Schuppert, Andreas',\n", + " 'Schwen, Lars Ole',\n", + " 'Braeuning, Albert',\n", + " 'Teutonico, Donato',\n", + " 'Hengstler, Jan G.',\n", + " 'Kuepfer, Lars'],\n", + " 'title': ['Physiologically-based modelling in mice suggests an aggravated loss of clearance capacity after toxic liver damage']},\n", + " {'bibcode': '2001PNAS...98.5560L',\n", + " 'author': ['Lu, Shelly C.',\n", + " 'Alvarez, Luis',\n", + " 'Huang, Zong-Zhi',\n", + " 'Chen, Lixin',\n", + " 'An, Wei',\n", + " 'Corrales, Fernando J.',\n", + " 'Avila, Matías A.',\n", + " 'Kanel, Gary',\n", + " 'Mato, José M.'],\n", + " 'title': ['Methionine adenosyltransferase 1A knockout mice are predisposed to liver injury and exhibit increased expression of genes involved in proliferation']},\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", + " 'title': ['Mouse Model of Sanfilippo Syndrome Type B Produced by Targeted Disruption of the Gene Encoding α -N-acetylglucosaminidase']},\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", + " 'title': ['Tissue distribution and clearance kinetics of non-transferrin-bound iron in the hypotransferrinemic mouse: a rodent model for hemochromatosis.']},\n", + " {'bibcode': '1967Sci...157.1327F',\n", + " 'author': ['Fantoni, Antonio', 'Bank, Arthur', 'Marks, Paul A.'],\n", + " 'title': ['Globin Composition and Synthesis of Hemoglobins in Developing Fetal Mice Erythroid Cells']},\n", + " {'bibcode': '1998PNAS...95.5987H',\n", + " 'author': ['Horton, Jay D.',\n", + " 'Bashmakov, Yuriy',\n", + " 'Shimomura, Iichiro',\n", + " 'Shimano, Hitoshi'],\n", + " 'title': ['Regulation of Sterol Regulatory Element Binding Proteins in Livers of Fasted and Refed Mice']},\n", + " {'bibcode': '1999PNAS...96.7088S',\n", + " 'author': ['Sjögren, Klara',\n", + " 'Liu, Jun-Li',\n", + " 'Blad, Kristina',\n", + " 'Skrtic, Stanko',\n", + " 'Vidal, Olle',\n", + " 'Wallenius, Ville',\n", + " 'LeRoith, Derek',\n", + " 'Törnell, Jan',\n", + " 'Isaksson, Olle G. P.',\n", + " 'Jansson, John-Olov',\n", + " 'Ohlsson, Claes'],\n", + " 'title': ['Liver-Derived Insulin-Like Growth Factor I (IGF-I) Is the Principal Source of IGF-I in Blood but Is Not Required for Postnatal Body Growth in Mice']},\n", + " {'bibcode': '2003EnTox..18..243F',\n", + " 'author': ['Froscio, Suzanne M.',\n", + " 'Humpage, Andrew R.',\n", + " 'Burcham, Philip C.',\n", + " 'Falconer, Ian R.'],\n", + " 'title': ['Cylindrospermopsin‑induced protein synthesis inhibition and its dissociation from acute toxicity in mouse hepatocytes']},\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", + " 'title': ['Transcriptome profiling of mouse samples using nanopore sequencing of cDNA and RNA molecules']},\n", + " {'bibcode': '2017NatSR...7..957P',\n", + " 'author': ['Purhonen, Janne',\n", + " 'Rajendran, Jayasimman',\n", + " 'Mörgelin, Matthias',\n", + " 'Uusi-Rauva, Kristiina',\n", + " 'Katayama, Shintaro',\n", + " 'Krjutskov, Kaarel',\n", + " 'Einarsdottir, Elisabet',\n", + " 'Velagapudi, Vidya',\n", + " 'Kere, Juha',\n", + " 'Jauhiainen, Matti',\n", + " 'Fellman, Vineta',\n", + " 'Kallijärvi, Jukka'],\n", + " 'title': ['Ketogenic diet attenuates hepatopathy in mouse model of respiratory chain complex III deficiency caused by a Bcs1l mutation']},\n", + " {'bibcode': '2018Sci...359.1156M',\n", + " 'author': ['Manfredo Vieira, S.',\n", + " 'Hiltensperger, M.',\n", + " 'Kumar, V.',\n", + " 'Zegarra-Ruiz, D.',\n", + " 'Dehner, C.',\n", + " 'Khan, N.',\n", + " 'Costa, F. R. C.',\n", + " 'Tiniakou, E.',\n", + " 'Greiling, T.',\n", + " 'Ruff, W.',\n", + " 'Barbieri, A.',\n", + " 'Kriegel, C.',\n", + " 'Mehta, S. S.',\n", + " 'Knight, J. R.',\n", + " 'Jain, D.',\n", + " 'Goodman, A. L.',\n", + " 'Kriegel, M. A.'],\n", + " 'title': ['Translocation of a gut pathobiont drives autoimmunity in mice and humans']},\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", + " 'title': ['Introduction of foreign genes into tissues of living mice by DNA-coated microprojectiles.']},\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", + " 'title': ['From noncoding variant to phenotype via SORT1 at the 1p13 cholesterol locus']},\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", + " 'title': ['Multiplexed imaging of surface enhanced Raman scattering nanotags in living mice using noninvasive Raman spectroscopy']},\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", + " 'title': ['Senescence marker protein 30 functions as gluconolactonase in L-ascorbic acid biosynthesis, and its knockout mice are prone to scurvy']},\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", + " 'title': ['Cytosolic 10-formyltetrahydrofolate dehydrogenase regulates glycine metabolism in mouse liver']},\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", + " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\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", + " 'title': ['Transferrin receptor 2: Continued expression in mouse liver in the face of iron overload and in hereditary hemochromatosis']},\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", + " 'title': ['Integrative genomics identifies MCU as an essential component of the mitochondrial calcium uniporter']},\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", + " 'title': ['RNA-based translation activators for targeted gene upregulation']},\n", + " {'bibcode': '1973PNAS...70.3899B',\n", + " 'author': ['Bernstine, Edward G.',\n", + " 'Hooper, Martin L.',\n", + " 'Grandchamp, Simone',\n", + " 'Ephrussi, Boris'],\n", + " 'title': ['Alkaline Phosphatase Activity in Mouse Teratoma']},\n", + " {'bibcode': '2020NatSR..10.9704C',\n", + " 'author': ['Chikada, Hiromi',\n", + " 'Ida, Kinuyo',\n", + " 'Nishikawa, Yuji',\n", + " 'Inagaki, Yutaka',\n", + " 'Kamiya, Akihide'],\n", + " 'title': ['Liver-specific knockout of B cell lymphoma 6 suppresses progression of non-alcoholic steatohepatitis in mice']},\n", + " {'bibcode': '2018NatSR...810703C',\n", + " 'author': ['Chen, Jing',\n", + " 'Gálvez-Peralta, Marina',\n", + " 'Zhang, Xiang',\n", + " 'Deng, Jingyuan',\n", + " 'Liu, Zijuan',\n", + " 'Nebert, Daniel W.'],\n", + " 'title': ['In utero gene expression in the Slc39a8(neo/neo) knockdown mouse']},\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", + " 'title': ['Peripheral SMN restoration is essential for long-term rescue of a severe spinal muscular atrophy mouse model']},\n", + " {'bibcode': '2018NatSR...8..102O',\n", + " 'author': ['Oe, Yuji',\n", + " 'Ko, Mieko',\n", + " 'Fushima, Tomofumi',\n", + " 'Sato, Emiko',\n", + " 'Karumanchi, S. Ananth',\n", + " 'Sato, Hiroshi',\n", + " 'Sugawara, Junichi',\n", + " 'Ito, Sadayoshi',\n", + " 'Takahashi, Nobuyuki'],\n", + " 'title': ['Hepatic dysfunction and thrombocytopenia induced by excess sFlt1 in mice lacking endothelial nitric oxide synthase']},\n", + " {'bibcode': '2019NatSR...9..204K',\n", + " 'author': ['Kawashita, Eri',\n", + " 'Ishihara, Keiichi',\n", + " 'Nomoto, Madoka',\n", + " 'Taniguchi, Mika',\n", + " 'Akiba, Satoshi'],\n", + " 'title': ['A comparative analysis of hepatic pathological phenotypes in C57BL/6J and C57BL/6N mouse strains in non-alcoholic steatohepatitis models']},\n", + " {'bibcode': '1965Sci...149..981F',\n", + " 'author': ['Finlayson, J. S.', 'Asofsky, R.', 'Potter, M.', 'Runner, C. C.'],\n", + " 'title': ['Major Urinary Protein Complex of Normal Mice: Origin']},\n", + " {'bibcode': '1992PNAS...89.1502I',\n", + " 'author': ['Ikuta, Koichi', 'Weissman, Irving L.'],\n", + " 'title': ['Evidence that hematopoietic stem cells express mouse c-kit but do not depend on steel factor for their generation.']},\n", + " {'bibcode': '1999Natur.401...73S',\n", + " 'author': ['Shimomura, Iichiro',\n", + " 'Hammer, Robert E.',\n", + " 'Ikemoto, Shinji',\n", + " 'Brown, Michael S.',\n", + " 'Goldstein, Joseph L.'],\n", + " 'title': ['Leptin reverses insulin resistance and diabetes mellitus in mice with congenital lipodystrophy']},\n", + " {'bibcode': '1963Natur.197.1106N',\n", + " 'author': ['Neifakh, S. A.', 'Kazakova, T. B.'],\n", + " 'title': ['Actomyosin-like Protein in Mitochondria of the Mouse Liver']},\n", + " {'bibcode': '2012PNAS..109.4320I',\n", + " 'author': ['Ishimoto, Takuji',\n", + " 'Lanaspa, Miguel A.',\n", + " 'Le, MyPhuong T.',\n", + " 'Garcia, Gabriela E.',\n", + " 'Diggle, Christine P.',\n", + " 'MacLean, Paul S.',\n", + " 'Jackman, Matthew R.',\n", + " 'Asipu, Aruna',\n", + " 'Roncal-Jimenez, Carlos A.',\n", + " 'Kosugi, Tomoki',\n", + " 'Rivard, Christopher J.',\n", + " 'Maruyama, Shoichi',\n", + " 'Rodriguez-Iturbe, Bernardo',\n", + " 'Sánchez-Lozada, Laura G.',\n", + " 'Bonthron, David T.',\n", + " 'Sautin, Yuri Y.',\n", + " 'Johnson, Richard J.'],\n", + " 'title': ['Opposing effects of fructokinase C and A isoforms on fructose-induced metabolic syndrome in mice']},\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", + " 'title': ['Assessing pharmacokinetics of indocyanine green in liver injury mice using dynamic diffuse fluorescence tomography system']},\n", + " {'bibcode': '2020NatSR..10.2565M',\n", + " 'author': ['Musolino, Vincenzo',\n", + " 'Gliozzi, Micaela',\n", + " 'Scarano, Federica',\n", + " 'Bosco, Francesca',\n", + " 'Scicchitano, Miriam',\n", + " 'Nucera, Saverio',\n", + " 'Carresi, Cristina',\n", + " 'Ruga, Stefano',\n", + " 'Zito, Maria Caterina',\n", + " 'Maiuolo, Jessica',\n", + " 'Macrı, Roberta',\n", + " 'Amodio, Nicola',\n", + " 'Juli, Giada',\n", + " 'Tassone, Pierfrancesco',\n", + " 'Mollace, Rocco',\n", + " 'Caffrey, Rebecca',\n", + " 'Marioneaux, Jonathon',\n", + " 'Walker, Ross',\n", + " 'Ehrlich, James',\n", + " 'Palma, Ernesto',\n", + " 'Muscoli, Carolina',\n", + " 'Bedossa, Pierre',\n", + " 'Salvemini, Daniela',\n", + " 'Mollace, Vincenzo',\n", + " 'Sanyal, Arun J.'],\n", + " 'title': ['Bergamot Polyphenols Improve Dyslipidemia and Pathophysiological Features in a Mouse Model of Non-Alcoholic Fatty Liver Disease']},\n", + " {'bibcode': '1998PNAS...9514395S',\n", + " 'author': ['Starr, Robyn',\n", + " 'Metcalf, Donald',\n", + " 'Elefanty, Andrew G.',\n", + " 'Brysha, Marta',\n", + " 'Willson, Tracy A.',\n", + " 'Nicola, Nicos A.',\n", + " 'Hilton, Douglas J.',\n", + " 'Alexander, Warren S.'],\n", + " 'title': ['Liver Degeneration and Lymphoid Deficiencies in Mice Lacking Suppressor of Cytokine Signaling-1']},\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", + " 'title': ['Para-aortic splanchnopleura from early mouse embryos contains B1a cell progenitors']},\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", + " 'title': ['Time of feeding and the intrinsic circadian clock drive rhythms in hepatic gene expression']},\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", + " 'title': ['Gut Microbiota-Derived Short Chain Fatty Acids Induce Circadian Clock Entrainment in Mouse Peripheral Tissue']},\n", + " {'bibcode': '2009PLoSO...4.6909H',\n", + " 'author': ['Hirao, Akiko',\n", + " 'Tahara, Yu',\n", + " 'Kimura, Ichiro',\n", + " 'Shibata, Shigenobu'],\n", + " 'title': ['A Balanced Diet Is Necessary for Proper Entrainment Signals of the Mouse Liver Clock']},\n", + " {'bibcode': '2001PNAS...9810630C',\n", + " 'author': ['Cao, Shelley X.',\n", + " 'Dhahbi, Joseph M.',\n", + " 'Mote, Patricia L.',\n", + " 'Spindler, Stephen R.'],\n", + " 'title': ['Genomic profiling of short- and long-term caloric restriction effects in the liver of aging mice']},\n", + " {'bibcode': '2020NatSR..1020105Z',\n", + " 'author': ['Zhang, Zhiying',\n", + " 'Hu, Kaiwen',\n", + " 'Miyake, Kentaro',\n", + " 'Kiyuna, Tasuku',\n", + " 'Oshiro, Hiromichi',\n", + " 'Wangsiricharoen, Sintawat',\n", + " 'Kawaguchi, Kei',\n", + " 'Higuchi, Takashi',\n", + " 'Razmjooei, Sahar',\n", + " 'Miyake, Masuyo',\n", + " 'Chawla, Sant P.',\n", + " 'Singh, Shree Ram',\n", + " 'Hoffman, Robert M.'],\n", + " 'title': ['A novel patient-derived orthotopic xenograft (PDOX) mouse model of highly-aggressive liver metastasis for identification of candidate effective drug-combinations']},\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", + " 'title': ['Effects of Perfluorooctanoic Acid on Metabolic Profiles in Brain and Liver of Mouse Revealed by a High-throughput Targeted Metabolomics Approach']},\n", + " {'bibcode': '1974Sci...183..208R',\n", + " 'author': ['Riely, Caroline A.', 'Cohen, Gerald', 'Lieberman, Morris'],\n", + " 'title': ['Ethane Evolution: A New Index of Lipid Peroxidation']},\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", + " 'title': ['Humanized liver TK-NOG mice with functional deletion of hepatic murine cytochrome P450s as a model for studying human drug metabolism']},\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", + " 'title': ['The commonly used antimicrobial additive triclosan is a liver tumor promoter']},\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", + " 'title': ['Liver X receptors regulate hepatic F4/80+CD11b+ Kupffer cells/macrophages and innate immune responses in mice']},\n", + " {'bibcode': '2011Nanot..22e5101L',\n", + " 'author': ['Lu, Xiaoyan',\n", + " 'Tian, Yu',\n", + " 'Zhao, Qinqin',\n", + " 'Jin, Tingting',\n", + " 'Xiao, Shun',\n", + " 'Fan, Xiaohui'],\n", + " 'title': ['Integrated metabonomics analysis of the size-response relationship of silica nanoparticles-induced toxicity in mice']},\n", + " {'bibcode': '2014cosp...40E1902L',\n", + " 'author': ['Lv, Ke', 'Qu, Lina'],\n", + " 'title': ['Influence of simulated microgravity on clock genes expression rhythmicity and underlying blood circulating miRNAs-mRNA co-expression regulatory mechanism in C57BL/6J mice']},\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", + " 'title': ['Gene Expression Profiles in Mouse Liver Cells after Exposure to Different Types of Radiation']},\n", + " {'bibcode': '2022NatCo..13.1025G',\n", + " 'author': ['Gao, Huanqing',\n", + " 'Zhou, Liang',\n", + " 'Zhong, Yiming',\n", + " 'Ding, Zhen',\n", + " 'Lin, Sixiong',\n", + " 'Hou, Xiaoting',\n", + " 'Zhou, Xiaoqian',\n", + " 'Shao, Jie',\n", + " 'Yang, Fan',\n", + " 'Zou, Xuenong',\n", + " 'Cao, Huiling',\n", + " 'Xiao, Guozhi'],\n", + " 'title': ['Kindlin-2 haploinsufficiency protects against fatty liver by targeting Foxo1 in mice']},\n", + " {'bibcode': '1993Natur.365..179H',\n", + " 'author': ['Hilberg, Frank',\n", + " 'Aguzzi, Adriano',\n", + " 'Howells, Norma',\n", + " 'Wagner, Erwin F.'],\n", + " 'title': ['c-Jun is essential for normal mouse development and hepatogenesis']},\n", + " {'bibcode': '2020AIPA...10k5009F',\n", + " 'author': ['Fang, Zheng', 'Zhong, Shuo', 'Hu, Weifeng', 'Cheng, Siyuan'],\n", + " 'title': ['Mouse livers machine learning identification based on hyperspectral x-ray computed tomography reconstructed x-ray absorption spectra']},\n", + " {'bibcode': '1995Sci...267.1506M',\n", + " 'author': ['Motoyama, Noboru',\n", + " 'Wang, Fanping',\n", + " 'Roth, Kevin A.',\n", + " 'Sawa, Hirofumi',\n", + " 'Nakayama, Kei-Ichi',\n", + " 'Nakayama, Keiko',\n", + " 'Negishi, Izumi',\n", + " 'Senju, Satoru',\n", + " 'Zhang, Qing',\n", + " 'Fujii, Satoshi',\n", + " 'Loh, Dennis Y.'],\n", + " 'title': ['Massive Cell Death of Immature Hematopoietic Cells and Neurons in Bcl-x- Deficient Mice']},\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", + " 'title': ['Dysfunction of lipid sensor GPR120 leads to obesity in both mouse and human']},\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", + " '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': '1998PNAS...95.9448M',\n", + " 'author': ['Ma, Qing',\n", + " 'Jones, Dan',\n", + " 'Borghesani, Paul R.',\n", + " 'Segal, Rosalind A.',\n", + " 'Nagasawa, Takashi',\n", + " 'Kishimoto, Tadamitsu',\n", + " 'Bronson, Roderick T.',\n", + " 'Springer, Timothy A.'],\n", + " 'title': ['Impaired B-Lymphopoiesis, Myelopoiesis, and Derailed Cerebellar Neuron Migration in CXCR4- and SDF-1-Deficient Mice']},\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", + " 'title': ['From the Cover: PNAS Plus: Antiplatelet therapy prevents hepatocellular carcinoma and improves survival in a mouse model of chronic hepatitis B']},\n", + " {'bibcode': '2004PNAS..101.8852M',\n", + " 'author': ['McClung, James P.',\n", + " 'Roneker, Carol A.',\n", + " 'Mu, Weipeng',\n", + " 'Lisk, Donald J.',\n", + " 'Langlais, Paul',\n", + " 'Liu, Feng',\n", + " 'Lei, Xin Gen'],\n", + " 'title': ['Development of insulin resistance and obesity in mice overexpressing cellular glutathione peroxidase']},\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", + " 'title': ['Study of interparticle interaction in conjugates of magnetic nanoparticles injected into mice']},\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", + " 'title': ['Mitochondrial Disease in Mouse Results in Increased Oxidative Stress']},\n", + " {'bibcode': '2002PNAS...99.5622T',\n", + " 'author': ['Trinder, Debbie',\n", + " 'Olynyk, John K.',\n", + " 'Sly, William S.',\n", + " 'Morgan, Evan H.'],\n", + " 'title': ['Iron uptake from plasma transferrin by the duodenum is impaired in the Hfe knockout mouse']},\n", + " {'bibcode': '2016NatSR...624399Y',\n", + " 'author': ['Yang, Gabsik', 'Lee, Hye Eun', 'Lee, Joo Young'],\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': '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", + " 'title': ['Imaging and differentiation of mouse embryo tissues by ToF-SIMS']},\n", + " {'bibcode': '2006Natur.441..537G',\n", + " 'author': ['Grimm, Dirk',\n", + " 'Streetz, Konrad L.',\n", + " 'Jopling, Catherine L.',\n", + " 'Storm, Theresa A.',\n", + " 'Pandey, Kusum',\n", + " 'Davis, Corrine R.',\n", + " 'Marion, Patricia',\n", + " 'Salazar, Felix',\n", + " 'Kay, Mark A.'],\n", + " 'title': ['Fatality in mice due to oversaturation of cellular microRNA/short hairpin RNA pathways']},\n", + " {'bibcode': '2021NatSR..11.7132A',\n", + " 'author': ['Arévalo, A. P.',\n", + " 'Pagotto, R.',\n", + " 'Pórfido, J. L.',\n", + " 'Daghero, H.',\n", + " 'Segovia, M.',\n", + " 'Yamasaki, K.',\n", + " 'Varela, B.',\n", + " 'Hill, M.',\n", + " 'Verdes, J. M.',\n", + " 'Duhalde Vega, M.',\n", + " 'Bollati-Fogolín, M.',\n", + " 'Crispo, M.'],\n", + " 'title': ['Ivermectin reduces in vivo coronavirus infection in a mouse experimental model']},\n", + " {'bibcode': '2014ANSNN...5b5009L',\n", + " 'author': ['Luan Le, Quang',\n", + " 'Phuong Linh Do, Thi',\n", + " 'Phuong Uyen Nguyen, Huynh',\n", + " 'Phu Dang, Van',\n", + " 'Hien Nguyen, Quoc'],\n", + " 'title': ['Biodistribution of gold nanoparticles synthesized by γ-irradiation after intravenous administration in mice']},\n", + " {'bibcode': '2011NatSR...1E.134H',\n", + " 'author': ['Houtkooper, Riekelt H.',\n", + " 'Argmann, Carmen',\n", + " 'Houten, Sander M.',\n", + " 'Cantó, Carles',\n", + " 'Jeninga, Ellen H.',\n", + " 'Andreux, Pénélope A.',\n", + " 'Thomas, Charles',\n", + " 'Doenlen, Raphaël',\n", + " 'Schoonjans, Kristina',\n", + " 'Auwerx, Johan'],\n", + " 'title': ['The metabolic footprint of aging in mice']},\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", + " 'title': ['Peritumoral activation of the Hippo pathway effectors YAP and TAZ suppresses liver cancer in mice']},\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", + " 'title': ['Kupffer cell-dependent TNF-α signaling mediates injury in the arterialized small-for-size liver transplantation in the mouse']},\n", + " {'bibcode': '2021AIPC.2353c0095J',\n", + " 'author': ['Jannah, Fita Nur',\n", + " 'Anggraini, Putri Diyah',\n", + " 'Gofur, Abdul',\n", + " 'Lestari, Sri Rahayu'],\n", + " 'title': ['The prevention of single bulb garlic extract on non-alcoholic fatty liver disease (NAFLD) in high fat mice (Mus musculus) model']},\n", + " {'bibcode': '2008PNAS..105.6531J',\n", + " 'author': ['Jayasooriya, Anura P.',\n", + " 'Mathai, Michael L.',\n", + " 'Walker, Lesley L.',\n", + " 'Begg, Denovan P.',\n", + " 'Denton, Derek A.',\n", + " 'Cameron-Smith, David',\n", + " 'Egan, Gary F.',\n", + " 'McKinley, Michael J.',\n", + " 'Rodger, Paula D.',\n", + " 'Sinclair, Andrew J.',\n", + " 'Wark, John D.',\n", + " 'Weisinger, Harrison S.',\n", + " 'Jois, Mark',\n", + " 'Weisinger, Richard S.'],\n", + " 'title': ['Mice lacking angiotensin-converting enzyme have increased energy expenditure, with reduced fat mass and improved glucose clearance']},\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", + " 'title': ['In vitro expansion of single Lgr5+ liver stem cells induced by Wnt-driven regeneration']},\n", + " {'bibcode': '2018NatSR...816173N',\n", + " 'author': ['Nishitsuji, Kazuchika',\n", + " 'Watanabe, Syunsuke',\n", + " 'Xiao, Jinzhong',\n", + " 'Nagatomo, Ryosuke',\n", + " 'Ogawa, Hirohisa',\n", + " 'Tsunematsu, Takaaki',\n", + " 'Umemoto, Hitomi',\n", + " 'Morimoto, Yuki',\n", + " 'Akatsu, Hiroyasu',\n", + " 'Inoue, Koichi',\n", + " 'Tsuneyama, Koichi'],\n", + " 'title': ['Effect of coffee or coffee components on gut microbiome and short-chain fatty acids in a mouse model of metabolic syndrome']},\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", + " 'title': ['Detection and identification of activated oncogenes in spontaneously occurring benign and malignant hepatocellular tumors of the B6C3F1 mouse.']},\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", + " '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': '2021NatSR..11.5637S',\n", + " 'author': ['Sampson, Catherine M.',\n", + " 'Dimet, Andrea L.',\n", + " 'Neelakantan, Harshini',\n", + " 'Ogunseye, Kehinde O.',\n", + " 'Stevenson, Heather L.',\n", + " 'Hommel, Jonathan D.',\n", + " 'Watowich, Stanley J.'],\n", + " 'title': ['Combined nicotinamide N-methyltransferase inhibition and reduced-calorie diet normalizes body composition and enhances metabolic benefits in obese mice']},\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", + " 'title': ['Biodegradation of Magnetic Nanoparticles in Mouse Liver From Combined Analysis of Mössbauer and Magnetization Data']},\n", + " {'bibcode': '2004PNAS..10110422U',\n", + " 'author': ['Ueki, Kohjiro',\n", + " 'Kondo, Tatsuya',\n", + " 'Tseng, Yu-Hua',\n", + " 'Kahn, C. Ronald'],\n", + " 'title': ['Central role of suppressors of cytokine signaling proteins in hepatic steatosis, insulin resistance, and the metabolic syndrome in the mouse']},\n", + " {'bibcode': '1966RSPSB.165...61C',\n", + " 'author': ['Craigie, J.'],\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': '1997PNAS...94..961S',\n", + " 'author': ['Schubbert, Rainer',\n", + " 'Renz, Doris',\n", + " 'Schmitz, Birgit',\n", + " 'Doerfler, Walter'],\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': '2002PNAS...99..377B',\n", + " 'author': ['Bhaumik, S.', 'Gambhir, S. S.'],\n", + " 'title': ['Optical imaging of Renilla luciferase reporter gene expression in living mice']},\n", + " {'bibcode': '2002PNAS...9916881W',\n", + " 'author': ['Wang, Xinhe',\n", + " 'Kiyokawa, Hiroaki',\n", + " 'Dennewitz, Margaret B.',\n", + " 'Costa, Robert H.'],\n", + " 'title': ['The Forkhead Box m1b transcription factor is essential for hepatocyte DNA replication and mitosis during mouse liver regeneration']},\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", + " 'title': ['Diversity of Alpha-Fetoprotein Gene Expression in Mice is Generated by a Combination of Separate Enhancer Elements']},\n", + " {'bibcode': '1991PNAS...88.9402S',\n", + " 'author': ['Seiffert, Dietmar',\n", + " 'Keeton, Mark',\n", + " 'Eguchi, Yutaka',\n", + " 'Sawdey, Mike',\n", + " 'Loskutoff, David J.'],\n", + " 'title': ['Detection of vitronectin mRNA in tissues and cells of the mouse.']},\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", + " 'title': ['High susceptibility to fatty liver disease in two-pore channel 2-deficient mice']},\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", + " 'title': ['Somatic integration of an oncogene-harboring Sleeping Beauty transposon models liver tumor development in the mouse']},\n", + " {'bibcode': '2001PNAS...98.2278K',\n", + " 'author': ['Kokoszka, Jason E.',\n", + " 'Coskun, Pinar',\n", + " 'Esposito, Luke A.',\n", + " 'Wallace, Douglas C.'],\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': '1995PNAS...9211608Y',\n", + " 'author': ['Yang, Baoli',\n", + " 'Kirby, Suzanne',\n", + " 'Lewis, Jada',\n", + " 'Detloff, Peter J.',\n", + " 'Maeda, Nobuyo',\n", + " 'Smithies, Oliver'],\n", + " 'title': ['A Mouse Model for β^0-Thalassemia']},\n", + " {'bibcode': '2009Sci...325..100Z',\n", + " 'author': ['Zelcer, Noam',\n", + " 'Hong, Cynthia',\n", + " 'Boyadjian, Rima',\n", + " 'Tontonoz, Peter'],\n", + " 'title': ['LXR Regulates Cholesterol Uptake Through Idol-Dependent Ubiquitination of the LDL Receptor']},\n", + " {'bibcode': '1999PNAS...96.3906W',\n", + " 'author': ['Wang, Lili',\n", + " 'Takabe, Kazuaki',\n", + " 'Bidlingmaier, Scott M.',\n", + " 'Ill, Charles R.',\n", + " 'Verma, Inder M.'],\n", + " 'title': ['Sustained Correction of Bleeding Disorder in Hemophilia B Mice by Gene Therapy']},\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", + " 'title': ['The ADP/ATP translocator is not essential for the mitochondrial permeability transition pore']},\n", + " {'bibcode': '1981Sci...213..559P',\n", + " 'author': ['Prohaska, Joseph R.', 'Lukasewycz, Omelan A.'],\n", + " 'title': ['Copper Deficiency Suppresses the Immune Response of Mice']},\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", + " 'title': ['Tonsil-derived Mesenchymal Stem Cells Ameliorate CCl4-induced Liver Fibrosis in Mice via Autophagy Activation']},\n", + " {'bibcode': '2020NatSR..10.3386T',\n", + " 'author': ['Tiwari, Shuchita',\n", + " 'Mishra, Manish',\n", + " 'Salemi, Michelle R.',\n", + " 'Phinney, Brett S.',\n", + " 'Newens, Joanne L.',\n", + " 'Gomes, Aldrin V.'],\n", + " 'title': ['Gender-specific changes in energy metabolism and protein degradation as major pathways affected in livers of mice treated with ibuprofen']},\n", + " {'bibcode': '2003Natur.421..177E',\n", + " 'author': ['Etchegaray, Jean-Pierre',\n", + " 'Lee, Choogon',\n", + " 'Wade, Paul A.',\n", + " 'Reppert, Steven M.'],\n", + " 'title': ['Rhythmic histone acetylation underlies transcription in the mammalian circadian clock']},\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", + " 'title': ['Molecular hydrogen protects against ischemia-reperfusion injury in a mouse fatty liver model via regulating HO-1 and Sirt1 expression']},\n", + " {'bibcode': '1997PNAS...9410663S',\n", + " 'author': ['Shi, Zengdun', 'Wakil, Adil E.', 'Rockey, Don C.'],\n", + " 'title': ['Strain-Specific Differences in Mouse Hepatic Wound Healing are Mediated by Divergent T Helper Cytokine Responses']},\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", + " 'title': ['Feedback modulation of cholesterol metabolism by the lipid-responsive non-coding RNA LeXis']},\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", + " 'title': ['Spatiotemporal regulation of liver development by the Wnt/β-catenin pathway']},\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", + " 'title': ['De novo formation of the biliary system by TGFβ-mediated hepatocyte transdifferentiation']},\n", + " {'bibcode': '2014SPIE.9038E..1UW',\n", + " 'author': ['Wuttisarnwattana, Patiwet',\n", + " 'Raza, Syed A.',\n", + " 'Eid, Saada',\n", + " 'Cooke, Kenneth R.',\n", + " 'Wilson, David L.'],\n", + " 'title': ['Novel T lymphocyte proliferation assessment using whole mouse cryo-imaging']},\n", + " {'bibcode': '2019ScTEn.655.1334Z',\n", + " 'author': ['Zhang, Rui', 'Zhang, Xun', 'Gao, Sichen', 'Liu, Rutao'],\n", + " 'title': ['Assessing the in vitro and in vivo toxicity of ultrafine carbon black to mouse liver']},\n", + " {'bibcode': '2018NatSR...815256B',\n", + " 'author': ['Bijnen, Mitchell',\n", + " 'Beelen, Nicky',\n", + " 'Wetzels, Suzan',\n", + " 'Gaar, José van de',\n", + " 'Vroomen, Maria',\n", + " 'Wijnands, Erwin',\n", + " 'Scheijen, Jean L.',\n", + " 'van de Waarenburg, Marjo P. H.',\n", + " 'Gijbels, Marion J.',\n", + " 'Cleutjens, Jack P.',\n", + " 'Biessen, Erik A. L.',\n", + " 'Stehouwer, Coen D. A.',\n", + " 'Schalkwijk, Casper G.',\n", + " 'Wouters, Kristiaan'],\n", + " 'title': ['RAGE deficiency does not affect non-alcoholic steatohepatitis and atherosclerosis in Western type diet-fed Ldlr-/- mice']},\n", + " {'bibcode': '1991PNAS...88.7595A',\n", + " 'author': ['Agrawal, Sudhir', 'Temsamani, Jamal', 'Tang, Jin Yan'],\n", + " 'title': ['Pharmacokinetics, biodistribution, and stability of oligodeoxynucleotide phosphorothioates in mice.']},\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", + " 'title': ['Extensive oxidative DNA damage in hepatocytes of transgenic mice with chronic active hepatitis destined to develop hepatocellular carcinoma.']},\n", + " {'bibcode': '1994PNAS...91.9151V',\n", + " 'author': ['Valera, Alfons',\n", + " 'Pujol, Anna',\n", + " 'Pelegrin, Mireia',\n", + " 'Bosch, Fatima'],\n", + " 'title': ['Transgenic mice overexpressing phosphoenolpyruvate carboxykinase develop non-insulin-dependent diabetes mellitus.']},\n", + " {'bibcode': '2009PNAS..10615956C',\n", + " 'author': ['Carbrey, Jennifer M.',\n", + " 'Song, Linhua',\n", + " 'Zhou, Yao',\n", + " 'Yoshinaga, Masafumi',\n", + " 'Rojek, Aleksandra',\n", + " 'Wang, Yiding',\n", + " 'Liu, Yangjian',\n", + " 'Lujan, Heidi L.',\n", + " 'DiCarlo, Stephen E.',\n", + " 'Nielsen, Søren',\n", + " 'Rosen, Barry P.',\n", + " 'Agre, Peter',\n", + " 'Mukhopadhyay, Rita'],\n", + " 'title': ['Reduced arsenic clearance and increased toxicity in aquaglyceroporin-9-null mice']},\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", + " 'title': ['Mechanosensing by β1 integrin induces angiocrine signals for liver growth and survival']},\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", + " 'title': ['Characterization of hepatic lipid profiles in a mouse model with nonalcoholic steatohepatitis and subsequent fibrosis']},\n", + " {'bibcode': '2017NatCo...8...39B',\n", + " 'author': ['Barzi, Mercedes',\n", + " 'Pankowicz, Francis P.',\n", + " 'Zorman, Barry',\n", + " 'Liu, Xing',\n", + " 'Legras, Xavier',\n", + " 'Yang, Diane',\n", + " 'Borowiak, Malgorzata',\n", + " 'Bissig-Choisat, Beatrice',\n", + " 'Sumazin, Pavel',\n", + " 'Li, Feng',\n", + " 'Bissig, Karl-Dimiter'],\n", + " 'title': ['A novel humanized mouse lacking murine P450 oxidoreductase for studying human drug metabolism']},\n", + " {'bibcode': '2020NatSR..1011956B',\n", + " 'author': ['Bonhoure, Nicolas',\n", + " 'Praz, Viviane',\n", + " 'Moir, Robyn D.',\n", + " 'Willemin, Gilles',\n", + " 'Mange, François',\n", + " 'Moret, Catherine',\n", + " 'Willis, Ian M.',\n", + " 'Hernandez, Nouria'],\n", + " 'title': ['MAF1 is a chronic repressor of RNA polymerase III transcription in the mouse']},\n", + " {'bibcode': '2017NatCo...8.1646S',\n", + " 'author': ['Sun, Ramon C.',\n", + " 'Fan, Teresa W. -M.',\n", + " 'Deng, Pan',\n", + " 'Higashi, Richard M.',\n", + " 'Lane, Andrew N.',\n", + " 'Le, Anh-Thu',\n", + " 'Scott, Timothy L.',\n", + " 'Sun, Qiushi',\n", + " 'Warmoes, Marc O.',\n", + " 'Yang, Ye'],\n", + " 'title': ['Noninvasive liquid diet delivery of stable isotopes into mouse models for deep metabolic network tracing']},\n", + " {'bibcode': '2017NatSR...715532W',\n", + " 'author': ['Wang, Wei',\n", + " 'Yao, Li-Jia',\n", + " 'Shen, Weifeng',\n", + " 'Ding, Kai',\n", + " 'Shi, Pei-Mei',\n", + " 'Chen, Fei',\n", + " 'He, Jin',\n", + " 'Ding, Jin',\n", + " 'Zhang, Xin',\n", + " 'Xie, Wei-Fen'],\n", + " 'title': ['FOXA2 alleviates CCl4-induced liver fibrosis by protecting hepatocytes in mice']},\n", + " {'bibcode': '2007PNAS..10420507B',\n", + " 'author': ['Bissig, Karl-Dimiter',\n", + " 'Le, Tam T.',\n", + " 'Woods, Niels-Bjarne',\n", + " 'Verma, Inder M.'],\n", + " 'title': ['Repopulation of adult and neonatal mice with human hepatocytes: A chimeric animal model']},\n", + " {'bibcode': '2016NatSR...630111K',\n", + " 'author': ['Kim, Kyung Eun',\n", + " 'Jung, Youngae',\n", + " 'Min, Soonki',\n", + " 'Nam, Miso',\n", + " 'Heo, Rok Won',\n", + " 'Jeon, Byeong Tak',\n", + " 'Song, Dae Hyun',\n", + " 'Yi, Chin-Ok',\n", + " 'Jeong, Eun Ae',\n", + " 'Kim, Hwajin',\n", + " 'Kim, Jeonghyun',\n", + " 'Jeong, Seon-Yong',\n", + " 'Kwak, Woori',\n", + " 'Ryu, Do Hyun',\n", + " 'Horvath, Tamas L.',\n", + " 'Roh, Gu Seob',\n", + " 'Hwang, Geum-Sook'],\n", + " 'title': ['Caloric restriction of db/db mice reverts hepatic steatosis and body weight with divergent hepatic metabolism']},\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", + " 'title': ['Caspase 8 small interfering RNA prevents acute liver failure in mice']},\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", + " 'title': ['Increased levels of forkhead box M1B transcription factor in transgenic mouse hepatocytes prevent age-related proliferation defects in regenerating liver']},\n", + " {'bibcode': '2002JMMM..252..367L',\n", + " 'author': ['Lacava, L. M.',\n", + " 'Lacava, Z. G. M.',\n", + " 'Azevedo, R. B.',\n", + " 'Chaves, S. B.',\n", + " 'Garcia, V. A. P.',\n", + " 'Silva, O.',\n", + " 'Pelegrini, F.',\n", + " 'Buske, N.',\n", + " 'Gansau, C.',\n", + " 'Da Silva, M. F.',\n", + " 'Morais, P. C.'],\n", + " 'title': ['Use of magnetic resonance to study biodistribution of dextran-coated magnetic fluid intravenously administered in mice']},\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", + " 'title': ['Toxicity of Tetrabromobisphenol A and Its Derivative in the Mouse Liver Following Oral Exposure at Environmentally Relevant Levels']},\n", + " {'bibcode': '2017NatSR...7.7096L',\n", + " 'author': ['Lathan, Rashida',\n", + " 'Simon-Chazottes, Dominique',\n", + " 'Jouvion, Grégory',\n", + " 'Godon, Ophélie',\n", + " 'Malissen, Marie',\n", + " 'Flamand, Marie',\n", + " 'Bruhns, Pierre',\n", + " 'Panthier, Jean-Jacques'],\n", + " 'title': ['Innate Immune Basis for Rift Valley Fever Susceptibility in Mouse Models']},\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", + " 'title': [\"Two 3' Sequences Direct Adult Erythroid-Specific Expression of Human β -globin Genes in Transgenic Mice\"]},\n", + " {'bibcode': '1996PNAS...93.9126K',\n", + " 'author': ['Kieran, Mark W.',\n", + " 'Perkins, Andrew C.',\n", + " 'Orkin, Stuart H.',\n", + " 'Zon, Leonard I.'],\n", + " 'title': ['Thrombopoietin rescues in vitro erythroid colony formation from mouse embryos lacking the erythropoietin receptor.']},\n", + " {'bibcode': '1996Natur.380..711S',\n", + " 'author': ['Schilham, Marco W.',\n", + " 'Oosterwegel, Mariëtte A.',\n", + " 'Moerer, Petra',\n", + " 'Ya, Jing',\n", + " 'de Boer, Piet A. J.',\n", + " 'van de Wetering, Marc',\n", + " 'Verbeek, Sjef',\n", + " 'Lamers, Wouter H.',\n", + " 'Kruisbeek, Ada M.',\n", + " 'Cumano, Ana',\n", + " 'Clevers, Hans'],\n", + " 'title': ['Defects in cardiac outflow tract formation and pro-B-lymphocyte expansion in mice lacking Sox-4']},\n", + " {'bibcode': '2000PNAS...97.4156M',\n", + " 'author': ['Minowa, Osamu',\n", + " 'Arai, Tsuyoshi',\n", + " 'Hirano, Masanori',\n", + " 'Monden, Yoshiaki',\n", + " 'Nakai, Shigeyasu',\n", + " 'Fukuda, Mayuko',\n", + " 'Itoh, Masaki',\n", + " 'Takano, Hiroshi',\n", + " 'Hippou, Yoshitaka',\n", + " 'Aburatani, Hiroyuki',\n", + " 'Masumura, Ken-ichi',\n", + " 'Nohmi, Takehiko',\n", + " 'Nishimura, Susumu',\n", + " 'Noda, Tetsuo'],\n", + " 'title': ['Mmh/Ogg1 gene inactivation results in accumulation of 8-hydroxyguanine in mice']},\n", + " {'bibcode': '2012PMB....57.6063W',\n", + " 'author': ['Wang, Hongkai',\n", + " 'Stout, David B.',\n", + " 'Taschereau, Richard',\n", + " 'Gu, Zheng',\n", + " 'Vu, Nam T.',\n", + " 'Prout, David L.',\n", + " 'Chatziioannou, Arion F.'],\n", + " 'title': ['MARS: a mouse atlas registration system based on a planar x-ray projector and an optical camera']},\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", + " 'title': ['Mice Mutant for Glucokinase Regulatory Protein Exhibit Decreased Liver Glucokinase: A Sequestration Mechanism in Metabolic Regulation']},\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", + " 'title': ['Circadian Clock Control by SUMOylation of BMAL1']},\n", + " {'bibcode': '2015JBO....20g6012K',\n", + " 'author': ['Kopriva, Ivica',\n", + " 'Hadžija, Marijana Popović',\n", + " 'Hadžija, Mirko',\n", + " 'Aralica, Gorana'],\n", + " 'title': ['Offset-sparsity decomposition for automated enhancement of color microscopic image of stained specimen in histopathology']},\n", + " {'bibcode': '1993Sci...261.1733R',\n", + " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", + " 'title': ['Induction by EGF and Interferon-γ of Tyrosine Phosphorylated DNA Binding Proteins in Mouse Liver Nuclei']},\n", + " {'bibcode': '1993PNAS...90.2812H',\n", + " 'author': ['Herz, Joachim', 'Gerard, Robert D.'],\n", + " 'title': ['Adenovirus-mediated transfer of low density lipoprotein receptor gene acutely accelerates cholesterol clearance in normal mice.']},\n", + " {'bibcode': '2023NatSR..13.9475K',\n", + " 'author': ['Kim, Myungsuk',\n", + " 'Huda, M. Nazmul',\n", + " 'Evans, Levi W.',\n", + " 'Que, Excel',\n", + " 'Gertz, Erik R.',\n", + " 'Maeda-Smithies, Nobuyo',\n", + " 'Bennett, Brian J.'],\n", + " 'title': ['Integrative analysis of hepatic transcriptional profiles reveals genetic regulation of atherosclerosis in hyperlipidemic Diversity Outbred-F1 mice']},\n", + " {'bibcode': '2017NatSR...712488D',\n", + " 'author': ['Deol, Poonamjot',\n", + " 'Fahrmann, Johannes',\n", + " 'Yang, Jun',\n", + " 'Evans, Jane R.',\n", + " 'Rizo, Antonia',\n", + " 'Grapov, Dmitry',\n", + " 'Salemi, Michelle',\n", + " 'Wanichthanarak, Kwanjeera',\n", + " 'Fiehn, Oliver',\n", + " 'Phinney, Brett',\n", + " 'Hammock, Bruce D.',\n", + " 'Sladek, Frances M.'],\n", + " 'title': ['Omega-6 and omega-3 oxylipins are implicated in soybean oil-induced obesity in mice']},\n", + " {'bibcode': '2014Nanos...7..625Y',\n", + " 'author': ['Yang, Lin',\n", + " 'Kuang, Huijuan',\n", + " 'Zhang, Wanyi',\n", + " 'Aguilar, Zoraida P.',\n", + " 'Xiong, Yonghua',\n", + " 'Lai, Weihua',\n", + " 'Xu, Hengyi',\n", + " 'Wei, Hua'],\n", + " 'title': ['Size dependent biodistribution and toxicokinetics of iron oxide magnetic nanoparticles in mice']},\n", + " {'bibcode': '1980Sci...209.1128N',\n", + " 'author': ['Newell, Nanette',\n", + " 'Richards, Julia E.',\n", + " 'Tucker, Philip W.',\n", + " 'Blattner, Frederick R.'],\n", + " 'title': ['J Genes for Heavy Chain Immunoglobulins of Mouse']},\n", + " {'bibcode': '2007PNAS..10416480C',\n", + " 'author': ['Choi, Cheol Soo',\n", + " 'Savage, David B.',\n", + " 'Abu-Elheiga, Lutfi',\n", + " 'Liu, Zhen-Xiang',\n", + " 'Kim, Sheene',\n", + " 'Kulkarni, Ameya',\n", + " 'Distefano, Alberto',\n", + " 'Hwang, Yu-Jin',\n", + " 'Reznick, Richard M.',\n", + " 'Codella, Roberto',\n", + " 'Zhang, Dongyan',\n", + " 'Cline, Gary W.',\n", + " 'Wakil, Salih J.',\n", + " 'Shulman, Gerald I.'],\n", + " 'title': ['Continuous fat oxidation in acetyl CoA carboxylase 2 knockout mice increases total energy expenditure, reduces fat mass, and improves insulin sensitivity']},\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", + " 'title': ['Establishment of repeated liver biopsy technique in experimental mice']},\n", + " {'bibcode': '2019OExpr..2726014H',\n", + " 'author': ['Huang, Pingjie',\n", + " 'Cao, Yuqi',\n", + " 'Chen, Jiani',\n", + " 'Ge, Weiting',\n", + " 'Hou, Dibo',\n", + " 'Zhang, Guangxin'],\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", + " 'title': ['Association of H-2 Antigens with the Cell Membrane Fraction of Mouse Liver']},\n", + " {'bibcode': '2000Natur.406..902T',\n", + " 'author': ['Tanaka, Yoshitaka',\n", + " 'Guhde, Gundula',\n", + " 'Suter, Anke',\n", + " 'Eskelinen, Eeva-Liisa',\n", + " 'Hartmann, Dieter',\n", + " 'Lüllmann-Rauch, Renate',\n", + " 'Janssen, Paul M. L.',\n", + " 'Blanz, Judith',\n", + " 'von Figura, Kurt',\n", + " 'Saftig, Paul'],\n", + " 'title': ['Accumulation of autophagic vacuoles and cardiomyopathy in LAMP-2-deficient mice']},\n", + " {'bibcode': '1997PNAS...9413087E',\n", + " 'author': ['Engelward, Bevin P.',\n", + " 'Weeda, Geert',\n", + " 'Wyatt, Michael D.',\n", + " 'Broekhof, José L. M.',\n", + " 'de Wit, Jan',\n", + " 'Donker, Ingrid',\n", + " 'Allan, James M.',\n", + " 'Gold, Barry',\n", + " 'Hoeijmakers, Jan H. J.',\n", + " 'Samson, Leona D.'],\n", + " 'title': ['Base Excision Repair Deficient Mice Lacking the Aag Alkyladenine DNA Glycosylase']},\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", + " 'title': ['Gene Expression Profiles in Mouse Liver after Long-Term Low-Dose-Rate Irradiation with Gamma Rays']},\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", + " 'title': ['Contribution and Mobilization of Mesenchymal Stem Cells in a mouse model of carbon tetrachloride-induced liver fibrosis']},\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", + " 'title': ['Antidiabetic and antisteatotic effects of the selective fatty acid synthase (FAS) inhibitor platensimycin in mouse models of diabetes']},\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", + " 'title': ['Astaxanthin prevents and reverses diet-induced insulin resistance and steatohepatitis in mice: A comparison with vitamin E']},\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", + " 'title': ['Development and rescue of human familial hypercholesterolaemia in a xenograft mouse model']},\n", + " {'bibcode': '2020JMoSt120827895W',\n", + " 'author': ['Wang, Xia',\n", + " 'Huo, Xiu-zhu',\n", + " 'Liu, Zhe',\n", + " 'Yang, Ran',\n", + " 'Zeng, Hua-jin'],\n", + " 'title': ['Investigations on the anti-aging activity of polysaccharides from Chinese yam and their regulation on klotho gene expression in mice']},\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", + " 'title': ['Dynamic tracking and identification of tissue-specific secretory proteins in the circulation of live 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", + " 'title': ['Function of GATA Factors in the Adult Mouse Liver']},\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", + " 'title': ['Pathogenesis of emerging severe fever with thrombocytopenia syndrome virus in C57/BL6 mouse model']},\n", + " {'bibcode': '2017NatSR...7..714T',\n", + " 'author': ['Thiele, Nina D.',\n", + " 'Wirth, Jan W.',\n", + " 'Steins, David',\n", + " 'Koop, Anja C.',\n", + " 'Ittrich, Harald',\n", + " 'Lohse, Ansgar W.',\n", + " 'Kluwe, Johannes'],\n", + " 'title': ['TIMP-1 is upregulated, but not essential in hepatic fibrogenesis and carcinogenesis in mice']},\n", + " {'bibcode': '2022NatSR..1222273Z',\n", + " 'author': ['Zangerolamo, Lucas',\n", + " 'Carvalho, Marina',\n", + " 'Barssotti, Leticia',\n", + " 'Soares, Gabriela M.',\n", + " 'Marmentini, Carine',\n", + " 'Boschero, Antonio C.',\n", + " 'Barbosa, Helena Cristina L.'],\n", + " 'title': ['The bile acid TUDCA reduces age-related hyperinsulinemia 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", + " 'title': ['Disparate metabolic response to fructose feeding between different mouse strains']},\n", + " {'bibcode': '2021NatSR..11.3599S',\n", + " 'author': ['Sakamoto, Hiroki',\n", + " 'Miyanishi, Koji',\n", + " 'Tanaka, Shingo',\n", + " 'Ito, Ryo',\n", + " 'Hamaguchi, Kota',\n", + " 'Sakurada, Akira',\n", + " 'Sato, Masanori',\n", + " 'Kubo, Tomohiro',\n", + " 'Osuga, Takahiro',\n", + " 'Murase, Kazuyuki',\n", + " 'Takada, Kohichi',\n", + " 'Nakabeppu, Yusaku',\n", + " 'Kobune, Masayoshi',\n", + " 'Kato, Junji'],\n", + " 'title': ['MUTYH is associated with hepatocarcinogenesis in a non-alcoholic steatohepatitis mouse model']},\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", + " 'title': ['Versatile Ti3C2Tx MXene for free-radical scavenging']},\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", + " 'title': ['Activity of Δ 8- and Δ 9-Tetrahydrocannabinol and Related Compounds in the Mouse']},\n", + " {'bibcode': '1979Natur.281...74L',\n", + " 'author': ['Lipsich, Leah Ann', 'Kates, Joseph R.', 'Lucas, Joseph J.'],\n", + " 'title': ['Expression of a liver-specific function by mouse fibroblast nuclei transplanted into rat hepatoma cytoplasts']},\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", + " 'title': ['Coenzyme Q10 Ameliorates potassium cyanide-induced toxicosis in a mouse model']},\n", + " {'bibcode': '2018Natur.558..301Q',\n", + " 'author': ['Que, Xuchu',\n", + " 'Hung, Ming-Yow',\n", + " 'Yeang, Calvin',\n", + " 'Gonen, Ayelet',\n", + " 'Prohaska, Thomas A.',\n", + " 'Sun, Xiaoli',\n", + " 'Diehl, Cody',\n", + " 'Määttä, Antti',\n", + " 'Gaddis, Dalia E.',\n", + " 'Bowden, Karen',\n", + " 'Pattison, Jennifer',\n", + " 'MacDonald, Jeffrey G.',\n", + " 'Ylä-Herttuala, Seppo',\n", + " 'Mellon, Pamela L.',\n", + " 'Hedrick, Catherine C.',\n", + " 'Ley, Klaus',\n", + " 'Miller, Yury I.',\n", + " 'Glass, Christopher K.',\n", + " 'Peterson, Kirk L.',\n", + " 'Binder, Christoph J.',\n", + " 'Tsimikas, Sotirios',\n", + " 'Witztum, Joseph L.'],\n", + " 'title': ['Oxidized phospholipids are proinflammatory and proatherogenic in hypercholesterolaemic mice']},\n", + " {'bibcode': '2022SciBu..67..733W',\n", + " 'author': ['Wei, Siying',\n", + " 'Li, Chenchen',\n", + " 'Luo, Xuemei',\n", + " 'Yang, Lanzexin',\n", + " 'Yu, Long',\n", + " 'Wang, Qintao',\n", + " 'Meng, Zhuo-Xian',\n", + " 'Wang, Tao',\n", + " 'Chen, Yan'],\n", + " 'title': ['Intermittent protein restriction protects islet β cells and improves glucose homeostasis in diabetic mice']},\n", + " {'bibcode': '2015ApNan...5..937A',\n", + " 'author': ['Arockia John Paul, J.', 'Karunai Selvi, B.', 'Karmegam, N.'],\n", + " 'title': ['Biosynthesis of silver nanoparticles from Premna serratifolia L. leaf and its anticancer activity in CCl4-induced hepato-cancerous Swiss albino mice']},\n", + " {'bibcode': '2020JPhCS1445a2018A',\n", + " 'author': ['Akhmad Husen, Saikhu',\n", + " 'Hary Kalqutny, Septian',\n", + " 'Ansori, Arif Nur Muhammad',\n", + " 'Joko Kuncoroningrat Susilo, Raden',\n", + " 'Khaleyla, Firas',\n", + " 'Winarni, Dwi'],\n", + " 'title': ['Hepato-Renal Protective Effects of Mangosteen (Garcinia mangostana L.) Pericarp Extract in Streptozotocin-induced Diabetic Mice']},\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", + " 'title': ['GREB1 induced by Wnt signaling promotes development of hepatoblastoma by suppressing TGFβ signaling']},\n", + " {'bibcode': '2020NatCo..11.1344J',\n", + " 'author': ['Jabs, Sabrina',\n", + " 'Biton, Anne',\n", + " 'Bécavin, Christophe',\n", + " 'Nahori, Marie-Anne',\n", + " 'Ghozlane, Amine',\n", + " 'Pagliuso, Alessandro',\n", + " 'Spanò, Giulia',\n", + " 'Guérineau, Vincent',\n", + " 'Touboul, David',\n", + " 'Giai Gianetto, Quentin',\n", + " 'Chaze, Thibault',\n", + " 'Matondo, Mariette',\n", + " 'Dillies, Marie-Agnès',\n", + " 'Cossart, Pascale'],\n", + " 'title': ['Impact of the gut microbiota on the m6A epitranscriptome of mouse cecum and liver']},\n", + " {'bibcode': '1993PNAS...90.8088M',\n", + " 'author': ['Michalska, Anna E.', 'Choo, K. H. Andy'],\n", + " 'title': ['Targeting and germ-line transmission of a null mutation at the metallothionein I and II loci in mouse.']},\n", + " {'bibcode': '2018NatSR...8..188Y',\n", + " 'author': ['Yang, Xu',\n", + " 'Fujisawa, Masayoshi',\n", + " 'Yoshimura, Teizo',\n", + " 'Ohara, Toshiaki',\n", + " 'Sato, Miwa',\n", + " 'Mino, Megumi',\n", + " 'San, Thar Htet',\n", + " 'Gao, Tong',\n", + " 'Kunkel, Steven L.',\n", + " 'Matsukawa, Akihiro'],\n", + " 'title': ['Spred2 Deficiency Exacerbates D-Galactosamine/Lipopolysaccharide -induced Acute Liver Injury in Mice via Increased Production of TNFα']},\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", + " 'title': ['Vitamin E reduces chromosomal damage and inhibits hepatic tumor formation in a transgenic mouse model']},\n", + " {'bibcode': '2010Nanot..21q5101Z',\n", + " 'author': ['Zhang, Danying',\n", + " 'Deng, Xiaoyong',\n", + " 'Ji, Zongfei',\n", + " 'Shen, Xizhong',\n", + " 'Dong, Ling',\n", + " 'Wu, Minghong',\n", + " 'Gu, Taoying',\n", + " 'Liu, Yuanfang'],\n", + " 'title': ['Long-term hepatotoxicity of polyethylene-glycol functionalized multi-walled carbon nanotubes in mice']},\n", + " {'bibcode': '1990RadR..124..227M',\n", + " 'author': ['Majo, V. Di', 'Coppola, M.', 'Rebessi, S.', 'Covelli, V.'],\n", + " 'title': ['Age-Related Susceptibility of Mouse Liver to Induction of Tumors by Neutrons']},\n", + " {'bibcode': '2014INL.....4..113A',\n", + " 'author': ['Ajdari, Marziyeh', 'Ziaee Ghahnavieh, Marziyeh'],\n", + " 'title': ['Histopathology effects of nickel nanoparticles on lungs, liver, and spleen tissues in male mice']},\n", + " {'bibcode': '2018NatSR...8.8417B',\n", + " 'author': ['Bégay, Valérie',\n", + " 'Baumeier, Christian',\n", + " 'Zimmermann, Karin',\n", + " 'Heuser, Arnd',\n", + " 'Leutz, Achim'],\n", + " 'title': ['The C/EBPβ LIP isoform rescues loss of C/EBPβ function in the mouse']},\n", + " {'bibcode': '1998PNAS...9515382G',\n", + " 'author': ['Garabedian, Emily M.',\n", + " 'Humphrey, Peter A.',\n", + " 'Gordon, Jeffrey I.'],\n", + " 'title': ['A Transgenic Mouse Model of Metastatic Prostate Cancer Originating from Neuroendocrine Cells']},\n", + " {'bibcode': '2002PNAS...99.7604J',\n", + " 'author': ['Joseph, Sean B.',\n", + " 'McKilligin, Elaine',\n", + " 'Pei, Liming',\n", + " 'Watson, Michael A.',\n", + " 'Collins, Alan R.',\n", + " 'Laffitte, Bryan A.',\n", + " 'Chen, Mingyi',\n", + " 'Noh, Grace',\n", + " 'Goodman, Joanne',\n", + " 'Hagger, Graham N.',\n", + " 'Tran, Jonathan',\n", + " 'Tippin, Tim K.',\n", + " 'Wang, Xuping',\n", + " 'Lusis, Aldons J.',\n", + " 'Hsueh, Willa A.',\n", + " 'Law, Ronald E.',\n", + " 'Collins, Jon L.',\n", + " 'Willson, Timothy M.',\n", + " 'Tontonoz, Peter'],\n", + " 'title': ['Synthetic LXR ligand inhibits the development of atherosclerosis in mice']},\n", + " {'bibcode': '2017NatSR...7.6120T',\n", + " 'author': ['Tu, Lan N.',\n", + " 'Showalter, Megan R.',\n", + " 'Cajka, Tomas',\n", + " 'Fan, Sili',\n", + " 'Pillai, Viju V.',\n", + " 'Fiehn, Oliver',\n", + " 'Selvaraj, Vimal'],\n", + " 'title': ['Metabolomic characteristics of cholesterol-induced non-obese nonalcoholic fatty liver disease in mice']},\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", + " 'title': ['Experimental infection model for Sin Nombre hantavirus in the deer mouse (Peromyscus maniculatus)']},\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", + " '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': '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", + " 'title': ['Hyperammonemia in gene-targeted mice lacking functional hepatic glutamine synthetase']},\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", + " 'title': ['Chronic Active Hepatitis in Transgenic Mice Expressing Interferon-γ in the Liver']},\n", + " {'bibcode': '2018JPhCS1003a2009A',\n", + " 'author': ['Ali, Intisar H.',\n", + " 'Jabir, Majid S.',\n", + " 'Al-Shmgani, Hanady S. A.',\n", + " 'Sulaiman, Ghassan M.',\n", + " 'Sadoon, Ali H.'],\n", + " 'title': ['Pathological And Immunological Study On Infection With Escherichia Coli In ale BALB/c mice']},\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", + " 'title': ['Quantification of nematic cell polarity in three-dimensional tissues']},\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", + " 'title': ['Circadian clock component PERIOD2 regulates diurnal expression of Na+/H+ exchanger regulatory factor-1 and its scaffolding function']},\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", + " 'title': ['Rab5 is necessary for the biogenesis of the endolysosomal system in vivo']},\n", + " {'bibcode': '1989PNAS...86.7547S',\n", + " 'author': ['Suematsu, Sachiko',\n", + " 'Matsuda, Tadashi',\n", + " 'Aozasa, Katsuyuki',\n", + " 'Akira, Shizuo',\n", + " 'Nakano, Naoko',\n", + " 'Ohno, Shinsuke',\n", + " 'Miyazaki, Jun-Ichi',\n", + " 'Yamamura, Ken-Ichi',\n", + " 'Hirano, Toshio',\n", + " 'Kishimoto, Tadamitsu'],\n", + " 'title': ['IgG1 plasmacytosis in interleukin 6 transgenic mice.']},\n", + " {'bibcode': '2017NatSR...717751W',\n", + " 'author': ['Woodfield, Sarah E.',\n", + " 'Shi, Yan',\n", + " 'Patel, Roma H.',\n", + " 'Jin, Jingling',\n", + " 'Major, Angela',\n", + " 'Sarabia, Stephen F.',\n", + " 'Starosolski, Zbigniew',\n", + " 'Zorman, Barry',\n", + " 'Gupta, Siddharth S.',\n", + " 'Chen, Zhenghu',\n", + " 'Ibarra, Aryana M.',\n", + " 'Bissig, Karl-Dimiter',\n", + " 'Ghaghada, Ketan B.',\n", + " 'Sumazin, Pavel',\n", + " 'López-Terrada, Dolores',\n", + " 'Vasudevan, Sanjeev A.'],\n", + " 'title': ['A Novel Cell Line Based Orthotopic Xenograft Mouse Model That Recapitulates Human Hepatoblastoma']},\n", + " {'bibcode': '2014PLoSO...9k6179J',\n", + " 'author': ['Jiang, Yan', 'Chen, Jiahong', 'Tong, Jian', 'Chen, Tao'],\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", + " 'title': ['Effect ofAtmDisruption on Spontaneously Arising and Radiation-Induced Deletion Mutations in Mouse Liver']},\n", + " {'bibcode': '1999Natur.400..886Y',\n", + " 'author': ['Yin, Xiao-Ming',\n", + " 'Wang, Kun',\n", + " 'Gross, Atan',\n", + " 'Zhao, Yongge',\n", + " 'Zinkel, Sandra',\n", + " 'Klocke, Barbara',\n", + " 'Roth, Kevin A.',\n", + " 'Korsmeyer, Stanley J.'],\n", + " 'title': ['Bid-deficient mice are resistant to Fas-induced hepatocellular apoptosis']},\n", + " {'bibcode': '1971Sci...171..917P',\n", + " 'author': ['Price, Gerald B.', 'Modak, S. P.', 'Makinodan, T.'],\n", + " 'title': ['Age-Associated Changes in the DNA of Mouse Tissue']},\n", + " {'bibcode': '2001PNAS...9813607Y',\n", + " 'author': ['Yang, Jian',\n", + " 'Goldstein, Joseph L.',\n", + " 'Hammer, Robert E.',\n", + " 'Moon, Young-Ah',\n", + " 'Brown, Michael S.',\n", + " 'Horton, Jay D.'],\n", + " 'title': ['Decreased lipid synthesis in livers of mice with disrupted Site-1 protease gene']},\n", + " {'bibcode': '2021DIB....3807420B',\n", + " 'author': ['Black, Michael B.',\n", + " 'Andersen, Melvin E.',\n", + " 'Pendse, Salil N.',\n", + " 'Borghoff, Susan J.',\n", + " 'Streicker, Michael',\n", + " 'McMullen, Patrick D.'],\n", + " 'title': ['RNA-sequencing (transcriptomic) data collected in liver and lung of male and female B6C3F1 mice exposed to various dose levels of 4-methylimidazole for 2, 5, or 28 days']},\n", + " {'bibcode': '2023Heliy...919359Q',\n", + " 'author': ['Qiu, Fengjun',\n", + " 'Zeng, Rui',\n", + " 'Li, Du',\n", + " 'Ye, Tingjie',\n", + " 'Xu, Wei',\n", + " 'Wang, Xiaoling',\n", + " 'Yan, Xiaofeng',\n", + " 'Li, Hua',\n", + " 'Hu, Xudong'],\n", + " 'title': ['Establishment and bioinformatics evaluation of the ethanol combined with palmitic acid-induced mouse hepatocyte AFLD model (the Hu-Qiu Model)']},\n", + " {'bibcode': '2010PLoSO...511264K',\n", + " 'author': ['Kojima, Shihoko',\n", + " 'Gatfield, David',\n", + " 'Esau, Christine C.',\n", + " 'Green, Carla B.'],\n", + " 'title': ['MicroRNA-122 Modulates the Rhythmic Expression Profile of the Circadian Deadenylase Nocturnin in Mouse Liver']},\n", + " {'bibcode': '2023NatSR..13.5525M',\n", + " 'author': ['Mohamed, Hanan R. H.',\n", + " 'Tulbah, Fadi S. A.',\n", + " 'El-ghor, Akmal A.',\n", + " 'Eissa, Shaymaa M.'],\n", + " 'title': ['Suppression of tumor growth and apoptosis induction by pomegranate seed nano-emulsion in mice bearing solid Ehrlich carcinoma cells']},\n", + " {'bibcode': '2002PNAS...9916237Y',\n", + " 'author': ['Yu, Liqing',\n", + " 'Hammer, Robert E.',\n", + " 'Li-Hawkins, Jia',\n", + " 'von Bergmann, Klaus',\n", + " 'Lutjohann, Dieter',\n", + " 'Cohen, Jonathan C.',\n", + " 'Hobbs, Helen H.'],\n", + " 'title': ['Disruption of Abcg5 and Abcg8 in mice reveals their crucial role in biliary cholesterol secretion']},\n", + " {'bibcode': '1997PNAS...94.2540O',\n", + " 'author': ['Ohshima, Toshio',\n", + " 'Murray, Gary J.',\n", + " 'Swaim, William D.',\n", + " 'Longenecker, Glenn',\n", + " 'Quirk, Jane M.',\n", + " 'Cardarelli, Carol O.',\n", + " 'Sugimoto, Yoshikazu',\n", + " 'Pastan, Ira',\n", + " 'Gottesman, Michael M.',\n", + " 'Brady, Roscoe O.',\n", + " 'Kulkarni, Ashok B.'],\n", + " 'title': ['α -Galactosidase A Deficient Mice: A Model of Fabry Disease']},\n", + " {'bibcode': '1980PNAS...77.6511D',\n", + " 'author': ['Durnam, Diane M.',\n", + " 'Perrin, Fabienne',\n", + " 'Gannon, Frank',\n", + " 'Palmiter, Richard D.'],\n", + " 'title': ['Isolation and characterization of the mouse metallothionein-I gene.']},\n", + " {'bibcode': '2000Natur.406..435X',\n", + " 'author': ['Xie, Wen',\n", + " 'Barwick, Joyce L.',\n", + " 'Downes, Michael',\n", + " 'Blumberg, Bruce',\n", + " 'Simon, Cynthia M.',\n", + " 'Nelson, Michael C.',\n", + " 'Neuschwander-Tetri, Brent A.',\n", + " 'Brunt, Elizabeth M.',\n", + " 'Guzelian, Philip S.',\n", + " 'Evans, Ronald M.'],\n", + " 'title': ['Humanized xenobiotic response in mice expressing nuclear receptor SXR']},\n", + " {'bibcode': '2018NatSR...813157S',\n", + " 'author': ['Sugisawa, Ryoichi',\n", + " 'Komatsu, Ginga',\n", + " 'Hiramoto, Emiri',\n", + " 'Takeda, Naoki',\n", + " 'Yamamura, Ken-ichi',\n", + " 'Arai, Satoko',\n", + " 'Miyazaki, Toru'],\n", + " 'title': ['Independent modes of disease repair by AIM protein distinguished in AIM-felinized mice']},\n", + " {'bibcode': '1984JESHB..19..501C',\n", + " 'author': ['Chukwudebe, A. C.', 'Hussain, M. A.', 'Oloffs, P. C.'],\n", + " 'title': ['Hydrolytic and metabolic products of acephate in water and mouse liver']},\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", + " 'title': ['Deep learning-enabled multi-organ segmentation in whole-body mouse scans']},\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", + " 'title': ['Pervasive lesion segregation shapes cancer genome evolution']}]" + ] + }, + "execution_count": 58, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "results['response']['docs']" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "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-6578effb-0bc415582b69f61925d41894',\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": 33, + "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 +} From 5fbd54d30ff845717ebbba78e0bc1a631b369ff1 Mon Sep 17 00:00:00 2001 From: Bishwas Praveen Date: Wed, 13 Dec 2023 10:39:12 -0600 Subject: [PATCH 2/3] adding scix api playground notebook for tracking --- jupyter_notebooks/SciX-API-Experiments.ipynb | 3919 +----------------- 1 file changed, 16 insertions(+), 3903 deletions(-) diff --git a/jupyter_notebooks/SciX-API-Experiments.ipynb b/jupyter_notebooks/SciX-API-Experiments.ipynb index 0c6bc662..bc406b86 100644 --- a/jupyter_notebooks/SciX-API-Experiments.ipynb +++ b/jupyter_notebooks/SciX-API-Experiments.ipynb @@ -155,7 +155,7 @@ }, { "cell_type": "code", - "execution_count": 59, + "execution_count": 80, "id": "6849e200-08c3-4d1a-825a-a1ad97a4c8a1", "metadata": {}, "outputs": [ @@ -163,11 +163,12 @@ "data": { "text/plain": [ "{'responseHeader': {'status': 0,\n", - " 'QTime': 526,\n", - " 'params': {'q': 'full:mouse liver',\n", + " 'QTime': 123,\n", + " 'params': {'q': \"full:'mouse liver'\",\n", " 'fl': 'title,bibcode,author',\n", " 'start': '0',\n", - " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6578f998-3d13ca86384d798a4f86b443',\n", + " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6578fed0-60b280051e18f4cf57222e42',\n", + " 'sort': 'score desc',\n", " 'rows': '2000',\n", " 'wt': 'json'}},\n", " 'response': {'numFound': 9509,\n", @@ -9669,15 +9670,16 @@ " ...]}}" ] }, - "execution_count": 59, + "execution_count": 80, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "encoded_query = urlencode({\"q\": \"full:mouse liver\",\n", + "encoded_query = urlencode({\"q\": \"full:'mouse liver'\",\n", " \"fl\": \"title, bibcode, author\",\n", - " \"rows\": 2000\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", @@ -9686,3909 +9688,20 @@ }, { "cell_type": "code", - "execution_count": 58, + "execution_count": 82, "id": "8211ee7f-1a33-4fdd-9f03-0473adef321f", "metadata": {}, "outputs": [ { - "data": { - "text/plain": [ - "[{'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", - " 'title': ['A proteomics landscape of circadian clock in mouse liver']},\n", - " {'bibcode': '2007PNAS..104.1488V',\n", - " 'author': ['Villén, Judit',\n", - " 'Beausoleil, Sean A.',\n", - " 'Gerber, Scott A.',\n", - " 'Gygi, Steven P.'],\n", - " 'title': ['Large-scale phosphorylation analysis of mouse liver']},\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", - " 'title': ['Activated Oncogenes in B6C3F1 Mouse Liver Tumors: Implications for Risk Assessment']},\n", - " {'bibcode': '2020PMB....65u5024L',\n", - " 'author': ['Li, Yuanyuan', 'Song, Jiaxiang', 'Xia, Hui', 'Liu, Guoqiang'],\n", - " 'title': ['The experimental study of mouse liver in magneto-acousto-electrical tomography by scan mode']},\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", - " 'title': ['Circadian clock-dependent and -independent rhythmic proteomes implement distinct diurnal functions in mouse liver']},\n", - " {'bibcode': '1963Sci...140.1408H',\n", - " 'author': ['Hoyer, Bill H.', 'McCarthy, Brian J.', 'Bolton, Ellis T.'],\n", - " 'title': ['Complementary RNA in Nucleus and Cytoplasm of Mouse Liver Cells']},\n", - " {'bibcode': '1981Natur.291..340H',\n", - " 'author': ['Hager, Lisa J.', 'Palmiter, Richard D.'],\n", - " 'title': ['Transcriptional regulation of mouse liver metallothionein-I gene by glucocorticoids']},\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", - " 'title': ['Replacement of Diseased Mouse Liver by Hepatic Cell Transplantation']},\n", - " {'bibcode': '2013JBO....18d0505Z',\n", - " 'author': ['Zhang, Guanglei',\n", - " 'Liu, Fei',\n", - " 'Zhang, Bin',\n", - " 'He, Yun',\n", - " 'Luo, Jianwen',\n", - " 'Bai, Jing'],\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': '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", - " 'title': ['Adrenergic regulation of clock gene expression in mouse liver']},\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", - " 'title': ['Circadian and feeding rhythms differentially affect rhythmic mRNA transcription and translation in 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", - " 'title': ['Complete reconstitution of mouse liver with xenogeneic hepatocytes.']},\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", - " 'title': ['Dosage compensation and DNA methylation landscape of the X chromosome in mouse liver']},\n", - " {'bibcode': '1979Sci...203.1019S',\n", - " 'author': ['Singer, Judith', 'Roberts-Ems, Joan', 'Riggs, Arthur D.'],\n", - " 'title': ['Methylation of Mouse Liver DNA Studied by Means of the Restriction Enzymes Msp I and Hpa II']},\n", - " {'bibcode': '1994PNAS...91.6196E',\n", - " 'author': ['Engelhardt, John F.',\n", - " 'Ye, Xuehai',\n", - " 'Doranz, Benjamin',\n", - " 'Wilson, James M.'],\n", - " 'title': ['Ablation of E2A in recombinant adenoviruses improves transgene persistence and decreases inflammatory response in mouse liver.']},\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", - " 'title': ['LGR5 marks targetable tumor-initiating cells in mouse liver cancer']},\n", - " {'bibcode': '1982PNAS...79.6237C',\n", - " 'author': ['Cohen, Stanley', 'Fava, Roy A.', 'Sawyer, Stephen T.'],\n", - " 'title': ['Purification and characterization of epidermal growth factor receptor/protein kinase from normal mouse liver.']},\n", - " {'bibcode': '2006PNAS..10318586F',\n", - " 'author': ['Ferraro, Paola',\n", - " 'Nicolosi, Luca',\n", - " 'Bernardi, Paolo',\n", - " 'Reichard, Peter',\n", - " 'Bianchi, Vera'],\n", - " 'title': ['Mitochondrial deoxynucleotide pool sizes in mouse liver and evidence for a transport mechanism for thymidine monophosphate']},\n", - " {'bibcode': '1978IJBm...22...43B',\n", - " 'author': ['Bhartendu', 'Menon, I. A.'],\n", - " 'title': ['Effects of atmospheric small negative ions on the oxygen consumption of mouse liver cells']},\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", - " 'title': [\"Mouse liver and salivary gland α-amylase mRNAs differ only in 5' non-translated sequences\"]},\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", - " 'title': ['Molecular association between major histocompatibility complex class I antigens and insulin receptors in mouse liver membranes.']},\n", - " {'bibcode': '1995PNAS...92.4215R',\n", - " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", - " 'title': ['Epidermal growth factor induces the tyrosine phosphorylation and nuclear translocation of Stat 5 in mouse liver.']},\n", - " {'bibcode': '1979PNAS...76.5445M',\n", - " 'author': ['McLaughlin, A. C.', 'Takeda, H.', 'Chance, B.'],\n", - " 'title': ['Rapid ATP Assays in Perfused Mouse Liver by 31P NMR']},\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': '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", - " 'title': ['Controlled induction of DNA double-strand breaks in the mouse liver induces features of tissue ageing']},\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", - " 'title': ['Cloning and sequencing of cDNA encoding the complete mouse liver alcohol dehydrogenase.']},\n", - " {'bibcode': '1982PNAS...79..500B',\n", - " 'author': ['Barth, Richard K.',\n", - " 'Gross, Kenneth W.',\n", - " 'Gremke, Linda C.',\n", - " 'Hastie, Nicholas D.'],\n", - " 'title': ['Developmentally regulated mRNAs 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", - " 'title': ['MALDI Mass Spectral Imaging of Bile Acids Observed as Deprotonated Molecules and Proton-Bound Dimers from Mouse Liver Sections']},\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", - " 'title': ['PROCEEDINGS ON SYNCHROTRON RADIATION: Medical application of diffraction enhanced imaging in mouse liver blood vessels']},\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", - " 'title': ['Persistent Expression of Human Clotting Factor IX from Mouse Liver after Intravenous Injection of Adeno-Associated Virus Vectors']},\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", - " 'title': ['Taurine transporter (TauT) deficiency impairs ammonia detoxification in mouse liver']},\n", - " {'bibcode': '2010ANSNN...1a5015T',\n", - " 'author': ['Thanh Tran, The', 'Phan, Van Chi'],\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': '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", - " 'title': ['Translation elongation factor 2 depletion by siRNA in mouse liver leads to mTOR-independent translational upregulation of ribosomal protein genes']},\n", - " {'bibcode': '2020AcSpA.22817719C',\n", - " 'author': ['Cakmak-Arslan, Gulgun',\n", - " 'Haksoy, Humeyra',\n", - " 'Goc-Rasgele, Pinar',\n", - " 'Kekecoglu, Meral'],\n", - " 'title': ['Determination of the dose-dependent toxic effects of mad honey on mouse liver using ATR-FTIR spectroscopy']},\n", - " {'bibcode': '1973PNAS...70..909G',\n", - " 'author': ['Gershon, Harriet', 'Gershon, David'],\n", - " 'title': ['Inactive Enzyme Molecules in Aging Mice: Liver Aldolase']},\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", - " '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': '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", - " 'title': ['Low-dose acetaminophen induces early disruption of cell-cell tight junctions in human hepatic cells and 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", - " 'title': ['Imaging gold nanoparticles in mouse liver by laser ablation inductively coupled plasma mass spectrometry']},\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", - " 'title': ['MacroH2A1 associates with nuclear lamina and maintains chromatin architecture in mouse liver cells']},\n", - " {'bibcode': '1985ToxIH...1..311P',\n", - " 'author': ['Pereira, Michael A.'],\n", - " 'title': ['Mouse Liver Tumor Data: Assessment of Carcinogenic Activity']},\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", - " 'title': ['Mouse liver injury induces hepatic macrophage FGF23 production']},\n", - " {'bibcode': '2013ToxIH..29..761T',\n", - " 'author': ['Tousson, Ehab',\n", - " 'Beltagy, Doha M.',\n", - " 'Gazia, Maha Abo',\n", - " 'Al-Behbehani, Bahija'],\n", - " 'title': ['Expressions of P53 and CD68 in mouse liver with Schistosoma mansoni infection and the protective role of silymarin']},\n", - " {'bibcode': '1978PNAS...75.3322H',\n", - " 'author': ['Henriksen, Ole', 'Robinson, Elizabeth A.', 'Appella, Ettore'],\n", - " 'title': ['Structural characterization of H-2 antigens purified from 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", - " 'title': ['A new class of protein biomarkers based on subcellular distribution: application to a mouse liver cancer model']},\n", - " {'bibcode': '2016NatSR...627665X',\n", - " 'author': ['Xie, Jieshi',\n", - " 'Yang, Le',\n", - " 'Tian, Lei',\n", - " 'Li, Weiyang',\n", - " 'Yang, Lin',\n", - " 'Li, Liying'],\n", - " 'title': ['Macrophage Migration Inhibitor Factor Upregulates MCP-1 Expression in an Autocrine Manner in Hepatocytes during Acute Mouse Liver Injury']},\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", - " 'title': ['Effect of cyanobacteria extract on some associated enzymes in mouse liver in vivo']},\n", - " {'bibcode': '2014MicST..25..303R',\n", - " 'author': ['Ramirez, Joaquin',\n", - " 'Periyakaruppan, Adaikkappan',\n", - " 'Sarkar, Shubhashish',\n", - " 'Ramesh, Govindarajan T.',\n", - " 'Sharma, S. Chidananda'],\n", - " 'title': ['Effect of Simulated Microgravity on the Activity of Regulatory Enzymes of Glycolysis and Gluconeogenesis in Mice Liver']},\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", - " 'title': ['Multi-omics reveals aging-related pathway in natural aging mouse liver']},\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", - " 'title': ['Mitochondrial ATP transporter depletion protects mice against liver steatosis and insulin resistance']},\n", - " {'bibcode': '2021zndo...4694749M',\n", - " 'author': ['Mrichter23', 'Laboratory, Martinez-Jimenez'],\n", - " 'title': ['snRNA-seq2 analysis pipeline']},\n", - " {'bibcode': '1974RSPSB.187..363G',\n", - " 'author': ['Graf, J.', 'Petersen, O. H.'],\n", - " 'title': ['Electrogenic Sodium Pump in Mouse Liver Parenchymal Cells']},\n", - " {'bibcode': '2011PhDT.......242L',\n", - " 'author': ['Lyons, Lyndon L.'],\n", - " 'title': ['Study of in vivo exposure of single-walled carbon nanotubes in 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", - " 'title': ['In vivo and in vitro effects of pentavalent antimony on mouse liver cytochrome P450s']},\n", - " {'bibcode': '1953Natur.172..671N',\n", - " 'author': ['Nossal, G. J. V.', 'de Burgh, P. M.'],\n", - " 'title': ['Growth Cycle of Ectromelia Virus in Mouse Liver']},\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", - " 'title': ['Two independent modes of chromatin organization revealed by cohesin removal']},\n", - " {'bibcode': '1961Natur.190..550C',\n", - " 'author': ['Colter, J. S.', 'Ellem, K. A. O.'],\n", - " 'title': ['Antigenicity of Deoxyribonucleic Acids from Mouse Liver and from the Ehrlich Ascites Tumour']},\n", - " {'bibcode': '1961Natur.190..372L',\n", - " 'author': ['Lyon, Mary F.'],\n", - " 'title': ['Gene Action in the X-chromosome of the Mouse (Mus musculus L.)']},\n", - " {'bibcode': '2007PMB....52..577D',\n", - " 'author': ['Dogdas, Belma',\n", - " 'Stout, David',\n", - " 'Chatziioannou, Arion F.',\n", - " 'Leahy, Richard M.'],\n", - " 'title': ['Digimouse: a 3D whole body mouse atlas from CT and cryosection data']},\n", - " {'bibcode': '2019DIB....2504112A',\n", - " 'author': ['Avtanski, Dimiter', 'Chen, Karin', 'Poretsky, Leonid'],\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': '1968Natur.220...76L',\n", - " 'author': ['Lesca, Pierre'],\n", - " 'title': ['Age Variations of Acid Deoxyribonuclease Activity in Mouse Liver Nuclei']},\n", - " {'bibcode': '2017JMoSt1149..128A',\n", - " 'author': ['Anusha, Chidambaram',\n", - " 'Sankar, Renu',\n", - " 'Varunkumar, Krishnamoorthy',\n", - " 'Sivasindhuja, Gnanasambantham',\n", - " 'Ravikumar, Vilwanathan'],\n", - " 'title': ['Fourier transform-infrared spectroscopy as a diagnostic tool for mosquito coil smoke inhalation toxicity in Swiss Albino mice']},\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", - " 'title': ['A Comprehensive Mouse Transcriptomic BodyMap across 17 Tissues by RNA-seq']},\n", - " {'bibcode': '2021FrCh....9..669G',\n", - " 'author': ['Geib, Timon',\n", - " 'Moghaddam, Ghazaleh',\n", - " 'Supinski, Aimee',\n", - " 'Golizeh, Makan',\n", - " 'Sleno, Lekha'],\n", - " 'title': ['Protein Targets of Acetaminophen Covalent Binding in Rat and Mouse Liver Studied by LC-MS/MS']},\n", - " {'bibcode': '1959Natur.183.1674N',\n", - " 'author': ['Narrod, Stuart A.',\n", - " 'Langan, Thomas A.',\n", - " 'Kaplan, Nathan O.',\n", - " 'Goldin, Abraham'],\n", - " 'title': ['Effect of Azaserine (o-Diazoacetyl-L- serine) on the Pyridine Nucleotide Levels of Mouse Liver']},\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", - " 'title': ['Lethal effect of the anti-Fas antibody in mice']},\n", - " {'bibcode': '1981PNAS...78.3697C',\n", - " 'author': ['Clissold, P. M.', 'Mason, P. J.', 'Bishop, J. O.'],\n", - " 'title': ['Comparison of poly(A)-mRNA prepared from membranes and free polyribosomes of 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", - " 'title': ['Generation of Pluripotent Stem Cells from Adult Mouse Liver and Stomach Cells']},\n", - " {'bibcode': '1971PNAS...68..411A',\n", - " 'author': ['Agranoff, Bernard W.', 'Hajra, Amiya K.'],\n", - " 'title': ['The Acyl Dihydroxyacetone Phosphate Pathway for Glycerolipid Biosynthesis in Mouse Liver and Ehrlich Ascites Tumor Cells']},\n", - " {'bibcode': '2018NatSR...8.1310R',\n", - " 'author': ['Rai, Ashutosh Kumar', 'Chaturvedi, Rupesh', 'Kumar, Ashok'],\n", - " 'title': ['Proteomic evidences for microcystin-RR-induced toxicological alterations in mice 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", - " 'title': ['Reusable bi-directional 3ω sensor to measure thermal conductivity of 100-μm thick biological tissues']},\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", - " 'title': ['CRISPR-mediated direct mutation of cancer genes in the mouse liver']},\n", - " {'bibcode': '1996Sci...274.1379C',\n", - " 'author': ['Cressman, Drew E.',\n", - " 'Greenbaum, Linda E.',\n", - " 'Deangelis, Robert A.',\n", - " 'Ciliberto, Gennaro',\n", - " 'Furth, Emma E.',\n", - " 'Poli, Valeria',\n", - " 'Taub, Rebecca'],\n", - " 'title': ['Liver Failure and Defective Hepatocyte Regeneration in Interleukin-6-Deficient Mice']},\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", - " 'title': ['Efficient rescue of integrated shuttle vectors from transgenic mice: a model for studying mutations in vivo.']},\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", - " 'title': ['Mouse strain-dependent variation in metabolic associated fatty liver disease (MAFLD): a comprehensive resource tool for pre-clinical studies']},\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", - " 'title': ['Chemical Chaperones Reduce ER Stress and Restore Glucose Homeostasis in a Mouse Model of Type 2 Diabetes']},\n", - " {'bibcode': '2008JNR....10..263W',\n", - " 'author': ['Wang, Bing',\n", - " 'Feng, Weiyue',\n", - " 'Wang, Meng',\n", - " 'Wang, Tiancheng',\n", - " 'Gu, Yiqun',\n", - " 'Zhu, Motao',\n", - " 'Ouyang, Hong',\n", - " 'Shi, Junwen',\n", - " 'Zhang, Fang',\n", - " 'Zhao, Yuliang',\n", - " 'Chai, Zhifang',\n", - " 'Wang, Haifang',\n", - " 'Wang, Jing'],\n", - " 'title': ['Acute toxicological impact of nano- and submicro-scaled zinc oxide powder on healthy adult mice']},\n", - " {'bibcode': '2022HETox..4111350Z',\n", - " 'author': ['Zhang, Di',\n", - " 'Zheng, Jiaming',\n", - " 'Qiu, Guobin',\n", - " 'Niu, Tongjuan',\n", - " 'Gong, Yuneng',\n", - " 'Cui, Sheng'],\n", - " 'title': ['CCl4 inhibits the expressions of hepatic taurine biosynthetic enzymes and taurine synthesis in the progression of mouse liver fibrosis']},\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", - " 'title': ['A Circadian Rhythm Orchestrated by Histone Deacetylase 3 Controls Hepatic Lipid Metabolism']},\n", - " {'bibcode': '2018NatCo...9.2784Z',\n", - " 'author': ['Zhao, Xin',\n", - " 'Guo, Baolin',\n", - " 'Wu, Hao',\n", - " 'Liang, Yongping',\n", - " 'Ma, Peter X.'],\n", - " 'title': ['Injectable antibacterial conductive nanocomposite cryogels with rapid shape recovery for noncompressible hemorrhage and wound healing']},\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", - " 'title': ['Poly(A)-tail profiling reveals an embryonic switch in translational control']},\n", - " {'bibcode': '1984JMagR..60..430R',\n", - " 'author': ['Rothman, D. L.',\n", - " 'Arias-Mendoza, F.',\n", - " 'Shulman, G. I.',\n", - " 'Shulman, R. G.'],\n", - " 'title': ['A pulse sequence for simplifying hydrogen NMR spectra of biological tissues']},\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", - " 'title': ['Requirement of DNase II for Definitive Erythropoiesis in the Mouse Fetal Liver']},\n", - " {'bibcode': '1995Sci...269.1427K',\n", - " 'author': ['Kuhn, Ralf',\n", - " 'Schwenk, Frieder',\n", - " 'Aguet, Michel',\n", - " 'Rajewsky, Klaus'],\n", - " 'title': ['Inducible Gene Targeting in Mice']},\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", - " 'title': ['Mouse liver repopulation with hepatocytes generated from human fibroblasts']},\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", - " 'title': ['Circadian and CLOCK-controlled regulation of the mouse transcriptome and cell proliferation']},\n", - " {'bibcode': '1994Natur.371..606J',\n", - " 'author': ['Jonsson, Jörgen',\n", - " 'Carlsson, Lena',\n", - " 'Edlund, Thomas',\n", - " 'Edlund, Helena'],\n", - " 'title': ['Insulin-promoter-factor 1 is required for pancreas development in mice']},\n", - " {'bibcode': '2017NRL....12..478J',\n", - " 'author': ['Jia, Xiaochuan', 'Wang, Shuo', 'Zhou, Lei', 'Sun, Li'],\n", - " 'title': ['The Potential Liver, Brain, and Embryo Toxicity of Titanium Dioxide Nanoparticles on Mice']},\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", - " 'title': ['CLOCK-mediated acetylation of BMAL1 controls circadian function']},\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", - " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\n", - " {'bibcode': '2018JPhCS1025a2043J',\n", - " 'author': ['Janika Sitasiwi, Agung',\n", - " 'Isdadiyanto, Sri',\n", - " 'Muflichatun Mardiati, Siti'],\n", - " 'title': ['Effect of ethanolic Neem (Azadirachta indica) leaf extract as an herb contraceptive on Hepato-somatic Index of the male mice (Mus musculus)']},\n", - " {'bibcode': '1999PNAS...96.1563P',\n", - " 'author': ['Podsypanina, Katrina',\n", - " 'Ellenson, Lora Hedrick',\n", - " 'Nemes, Adriana',\n", - " 'Gu, Jianguo',\n", - " 'Tamura, Masahito',\n", - " 'Yamada, Kenneth M.',\n", - " 'Cordon-Cardo, Carlos',\n", - " 'Catoretti, Giorgio',\n", - " 'Fisher, Peter E.',\n", - " 'Parsons, Ramon'],\n", - " 'title': ['Mutation of Pten/Mmac1 in Mice Causes Neoplasia in Multiple Organ Systems']},\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", - " 'title': ['Benzo[a]pyrene carcinogenicity is lost in mice lacking the aryl hydrocarbon receptor']},\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", - " 'title': ['The SCID-hu Mouse: Murine Model for the Analysis of Human Hematolymphoid Differentiation and Function']},\n", - " {'bibcode': '2015SciBu..60..336M',\n", - " 'author': ['Mani, Sarathi',\n", - " 'Li, Hongzhu',\n", - " 'Yang, Guangdong',\n", - " 'Wu, Lingyun',\n", - " 'Wang, Rui'],\n", - " 'title': ['Deficiency of cystathionine gamma-lyase and hepatic cholesterol accumulation during mouse fatty liver development']},\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", - " 'title': ['Multi-omics analysis of multiple missions to space reveal a theme of lipid dysregulation in mouse liver']},\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", - " 'title': ['Autophagy regulates lipid metabolism']},\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", - " 'title': ['Human occludin is a hepatitis C virus entry factor required for infection of mouse cells']},\n", - " {'bibcode': '2010EnTox..25...77W',\n", - " 'author': ['Wang, Xiao-Feng',\n", - " 'Lou, Xiao-Ming',\n", - " 'Shen, Ying',\n", - " 'Xing, Ming-Luan',\n", - " 'Xu, Li-Hong'],\n", - " 'title': ['Apoptotic‑related protein changes induced by hexavalent chromium in mice liver']},\n", - " {'bibcode': '2011PNAS..108.8943W',\n", - " 'author': ['Welsher, Kevin', 'Sherlock, Sarah P.', 'Dai, Hongjie'],\n", - " 'title': ['Deep-tissue anatomical imaging of mice using carbon nanotube fluorophores in the second near-infrared window']},\n", - " {'bibcode': '2003PNAS..10012027H',\n", - " 'author': ['Horton, Jay D.',\n", - " 'Shah, Nila A.',\n", - " 'Warrington, Janet A.',\n", - " 'Anderson, Norma N.',\n", - " 'Park, Sahng Wook',\n", - " 'Brown, Michael S.',\n", - " 'Goldstein, Joseph L.'],\n", - " 'title': ['Combined analysis of oligonucleotide microarray data from transgenic and knockout mice identifies direct SREBP target genes']},\n", - " {'bibcode': '2019AIPC.2108b0016N',\n", - " 'author': ['Nurdiana, Dantara, Tri Wahyudi Iman',\n", - " 'Syaban, Mokhamad Fahmi Rizki',\n", - " 'Mustafa, Siti Asyifa',\n", - " 'Ikhsani, Hanifah',\n", - " 'Syafitri, Febrinda Esti',\n", - " 'Hapsari, Novi Kurnia',\n", - " 'Khoirunnisa, Auliya'],\n", - " 'title': ['Efficacy and side effects studies of Bryophyllum pinnatum leaves ethanol extract in pristane-induced SLE BALB/c mice model']},\n", - " {'bibcode': '2001Sci...292.1728C',\n", - " 'author': ['Cho, Han',\n", - " 'Mu, James',\n", - " 'Kim, Jason K.',\n", - " 'Thorvaldsen, Joanne L.',\n", - " 'Chu, Qingwei',\n", - " 'Crenshaw, E. Bryan',\n", - " 'Kaestner, Klaus H.',\n", - " 'Bartolomei, Marisa S.',\n", - " 'Shulman, Gerald I.',\n", - " 'Birnbaum, Morris J.'],\n", - " 'title': ['Insulin Resistance and a Diabetes Mellitus-Like Syndrome in Mice Lacking the Protein Kinase Akt2 (PKBβ)']},\n", - " {'bibcode': '1968Natur.217..370P',\n", - " 'author': ['Pantelouris, E. M.'],\n", - " 'title': ['Absence of Thymus in a Mouse Mutant']},\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", - " 'title': ['Dramatic growth of mice that develop from eggs microinjected with metallothionein-growth hormone fusion genes']},\n", - " {'bibcode': '1981Natur.294...92C',\n", - " 'author': ['Costantini, Franklin', 'Lacy, Elizabeth'],\n", - " 'title': ['Introduction of a rabbit β-globin gene into the mouse germ line']},\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", - " 'title': ['In vivo genome editing using Staphylococcus aureus Cas9']},\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", - " 'title': ['Effects of ALT-801, a GLP-1 and glucagon receptor dual agonist, in a translational mouse model of non-alcoholic steatohepatitis']},\n", - " {'bibcode': '2005ToxIH..21..231Y',\n", - " 'author': ['Yilmaz, H. Ramazan', 'Yuksel, Esref'],\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': '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", - " 'title': ['Synthesis and structure elucidation of the human tRNA nucleoside mannosyl-queuosine']},\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", - " 'title': ['Metabolic profiling reveals a contribution of gut microbiota to fatty liver phenotype in insulin-resistant mice']},\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", - " 'title': ['Transcriptional Architecture and Chromatin Landscape of the Core Circadian Clock in Mammals']},\n", - " {'bibcode': '1995Sci...270..985W',\n", - " 'author': ['Waterhouse, Paul',\n", - " 'Penninger, Josef M.',\n", - " 'Timms, Emma',\n", - " 'Wakeham, Andrew',\n", - " 'Shahinian, Arda',\n", - " 'Lee, Kelvin P.',\n", - " 'Thompson, Craig B.',\n", - " 'Griesser, Henrik',\n", - " 'Mak, Tak W.'],\n", - " 'title': ['Lymphoproliferative Disorders with Early Lethality in Mice Deficient in Ctla-4']},\n", - " {'bibcode': '2013EnvMM..54..659B',\n", - " 'author': ['Banda, Malathi', 'Recio, Leslie', 'Parsons, Barbara L.'],\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': '2019NatCo..10..309Y',\n", - " 'author': ['Yimit, Askar', 'Adebali, Ogun', 'Sancar, Aziz', 'Jiang, Yuchao'],\n", - " 'title': ['Differential damage and repair of DNA-adducts induced by anti-cancer drug cisplatin across mouse organs']},\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", - " 'title': ['Introns increase transcriptional efficiency in transgenic mice.']},\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", - " 'title': ['Mouse β 2-microglobulin cDNA Clones: A Screening Procedure for cDNA Clones Corresponding to Rare mRNAs']},\n", - " {'bibcode': '2020NatSR..1017593T',\n", - " 'author': ['Tsuru, Hiromi',\n", - " 'Osaka, Mizuko',\n", - " 'Hiraoka, Yuichi',\n", - " 'Yoshida, Masayuki'],\n", - " 'title': ['HFD-induced hepatic lipid accumulation and inflammation are decreased in Factor D deficient mouse']},\n", - " {'bibcode': '2022EnTox..37..362L',\n", - " 'author': ['Li, Ling',\n", - " 'Xu, Minjie',\n", - " 'He, Chao',\n", - " 'Wang, Hui',\n", - " 'Hu, Qinglian'],\n", - " 'title': ['Polystyrene nanoplastics potentiate the development of hepatic fibrosis in high fat diet fed mice']},\n", - " {'bibcode': '2019ApNan..10..879A',\n", - " 'author': ['Ahmed, Faizan',\n", - " 'Husain, Qayyum',\n", - " 'Ansari, Mohd Owais',\n", - " 'Shadab, G. G. H. A.'],\n", - " 'title': ['Antidiabetic and oxidative stress assessment of bio-enzymatically synthesized zinc oxide nanoformulation on streptozotocin-induced hyperglycemic mice']},\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", - " 'title': ['Spatial Transcriptomics to define transcriptional patterns of zonation and structural components in the mouse liver']},\n", - " {'bibcode': '1995Natur.376..167B',\n", - " 'author': ['Beg, Amer A.',\n", - " 'Sha, William C.',\n", - " 'Bronson, Roderick T.',\n", - " 'Ghosh, Sankar',\n", - " 'Baltimore, David'],\n", - " 'title': ['Embryonic lethality and liver degeneration in mice lacking the RelA component of NF-κB']},\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", - " 'title': ['The hepatotoxicity of multi-walled carbon nanotubes in mice']},\n", - " {'bibcode': '2009NRL.....4.1275M',\n", - " 'author': ['Ma, Linglan',\n", - " 'Zhao, Jinfang',\n", - " 'Wang, Jue',\n", - " 'Liu, Jie',\n", - " 'Duan, Yanmei',\n", - " 'Liu, Huiting',\n", - " 'Li, Na',\n", - " 'Yan, Jingying',\n", - " 'Ruan, Jie',\n", - " 'Wang, Han',\n", - " 'Hong, Fashui'],\n", - " 'title': ['The Acute Liver Injury in Mice Caused by Nano-Anatase TiO2']},\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", - " 'title': ['Defective propagation of signals generated by sympathetic nerve stimulation in the liver of connexin32-deficient mice.']},\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", - " 'title': ['Liver-specific inactivation of the Nrf1 gene in adult mouse leads to nonalcoholic steatohepatitis and hepatic neoplasia']},\n", - " {'bibcode': '2020JMoSt121528251C',\n", - " 'author': ['Charitou, George',\n", - " 'Tsertos, Charalambos',\n", - " 'Parpottas, Yiannis',\n", - " 'Kleanthous, Marina',\n", - " 'Lederer, Carsten W.',\n", - " 'Phylactides, Marios'],\n", - " 'title': ['Study of iron complexes in visceral organs and brain from a 57Fe enriched β-thalassaemia mouse model via Mössbauer spectroscopy']},\n", - " {'bibcode': '2008PNAS..10519378S',\n", - " 'author': ['Stratikopoulos, Elias',\n", - " 'Szabolcs, Matthias',\n", - " 'Dragatsis, Ioannis',\n", - " 'Klinakis, Apostolos',\n", - " 'Efstratiadis, Argiris'],\n", - " 'title': ['The hormonal action of IGF1 in postnatal mouse growth']},\n", - " {'bibcode': '2011NatNa...6..321Y',\n", - " 'author': ['Yamashita, Kohei',\n", - " 'Yoshioka, Yasuo',\n", - " 'Higashisaka, Kazuma',\n", - " 'Mimura, Kazuya',\n", - " 'Morishita, Yuki',\n", - " 'Nozaki, Masatoshi',\n", - " 'Yoshida, Tokuyuki',\n", - " 'Ogura, Toshinobu',\n", - " 'Nabeshi, Hiromi',\n", - " 'Nagano, Kazuya',\n", - " 'Abe, Yasuhiro',\n", - " 'Kamada, Haruhiko',\n", - " 'Monobe, Youko',\n", - " 'Imazawa, Takayoshi',\n", - " 'Aoshima, Hisae',\n", - " 'Shishido, Kiyoshi',\n", - " 'Kawai, Yuichi',\n", - " 'Mayumi, Tadanori',\n", - " 'Tsunoda, Shin-Ichi',\n", - " 'Itoh, Norio',\n", - " 'Yoshikawa, Tomoaki',\n", - " 'Yanagihara, Itaru',\n", - " 'Saito, Shigeru',\n", - " 'Tsutsumi, Yasuo'],\n", - " 'title': ['Silica and titanium dioxide nanoparticles cause pregnancy complications in mice']},\n", - " {'bibcode': '1976Natur.259..224R',\n", - " 'author': ['Raff, Martin C.', 'Megson, Mary'],\n", - " 'title': ['Early production of intracellular IgM by B-lymphocyte precursors in mouse']},\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", - " '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': '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", - " 'title': ['Epigenetic modulation of Fgf21 in the perinatal mouse liver ameliorates diet-induced obesity in adulthood']},\n", - " {'bibcode': '2005PNAS..102.5374R',\n", - " 'author': ['Rashid, Shirya',\n", - " 'Curtis, David E.',\n", - " 'Garuti, Rita',\n", - " 'Anderson, Norma N.',\n", - " 'Bashmakov, Yuriy',\n", - " 'Ho, Y. K.',\n", - " 'Hammer, Robert E.',\n", - " 'Moon, Young-Ah',\n", - " 'Horton, Jay D.'],\n", - " 'title': ['Decreased plasma cholesterol and hypersensitivity to statins in mice lacking Pcsk9']},\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", - " 'title': ['Biomedical terahertz imaging with a quantum cascade laser']},\n", - " {'bibcode': '2000Sci...287.1253R',\n", - " 'author': ['Rudolph, Karl Lenhard',\n", - " 'Chang, Sandy',\n", - " 'Millard, Melissa',\n", - " 'Schreiber-Agus, Nicole',\n", - " 'DePinho, Ronald A.'],\n", - " 'title': ['Inhibition of Experimental Liver Cirrhosis in Mice by Telomerase Gene Delivery']},\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", - " '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': '1991Natur.351..317K',\n", - " 'author': ['Kim, Chang-Min',\n", - " 'Koike, Kazuhiko',\n", - " 'Saito, Izumu',\n", - " 'Miyamura, Tatsuo',\n", - " 'Jay, Gilbert'],\n", - " 'title': ['HBx gene of hepatitis B virus induces liver cancer in transgenic mice']},\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", - " 'title': ['Reversal of defective lysosomal transport in NPC disease ameliorates liver dysfunction and neurodegeneration in the npc1−/− mouse']},\n", - " {'bibcode': '2010PNAS..10714508P',\n", - " 'author': ['Price, John C.',\n", - " 'Guan, Shenheng',\n", - " 'Burlingame, Alma',\n", - " 'Prusiner, Stanley B.',\n", - " 'Ghaemmaghami, Sina'],\n", - " 'title': ['Analysis of proteome dynamics in the mouse brain']},\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", - " 'title': ['Selective inhibitor of Wnt/β-catenin/CBP signaling ameliorates hepatitis C virus-induced liver fibrosis in mouse model']},\n", - " {'bibcode': '2001PNAS...9813266P',\n", - " 'author': ['Pritchard, Colin C.',\n", - " 'Hsu, Li',\n", - " 'Delrow, Jeffrey',\n", - " 'Nelson, Peter S.'],\n", - " 'title': ['Project normal: Defining normal variance in mouse gene expression']},\n", - " {'bibcode': '2007PNAS..104..979B',\n", - " 'author': ['Bäckhed, Fredrik',\n", - " 'Manchester, Jill K.',\n", - " 'Semenkovich, Clay F.',\n", - " 'Gordon, Jeffrey I.'],\n", - " 'title': ['From the Cover: Mechanisms underlying the resistance to diet-induced obesity in germ-free mice']},\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", - " 'title': ['Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n", - " {'bibcode': '2016NatSR...634989A',\n", - " 'author': ['Amenya, Hesbon Z.', 'Tohyama, Chiharu', 'Ohsako, Seiichiroh'],\n", - " 'title': ['Dioxin induces Ahr-dependent robust DNA demethylation of the Cyp1a1 promoter via Tdg in the mouse liver']},\n", - " {'bibcode': '2002JMMM..248..276H',\n", - " 'author': ['Halbreich, Avraham',\n", - " 'Groman, Ernest V.',\n", - " 'Raison, Danielle',\n", - " 'Bouchaud, Claude',\n", - " 'Paturance, Sébastien'],\n", - " 'title': ['Damage to the protein synthesizing apparatus in mouse liver in vivo by magnetocytolysis in the presence of hepatospecific magnetic nanoparticles']},\n", - " {'bibcode': '1997PNAS...94.1441Y',\n", - " 'author': ['Yamada, Yasuhiro',\n", - " 'Kirillova, Irina',\n", - " 'Peschon, Jacques J.',\n", - " 'Fausto, Nelson'],\n", - " 'title': ['Initiation of Liver Growth by Tumor Necrosis Factor: Deficient Liver Regeneration in Mice Lacking Type I Tumor Necrosis Factor Receptor']},\n", - " {'bibcode': '2019EnTox..34..878S',\n", - " 'author': ['Salimi, Ahmad', 'Nikoosiar Jahromi, Mahnia', 'Pourahmad, Jalal'],\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': '2001PNAS...98.8780N',\n", - " 'author': ['Nicolas, Gaël',\n", - " 'Bennoun, Myriam',\n", - " 'Devaux, Isabelle',\n", - " 'Beaumont, Carole',\n", - " 'Grandchamp, Bernard',\n", - " 'Kahn, Axel',\n", - " 'Vaulont, Sophie'],\n", - " 'title': ['From the Cover: Lack of hepcidin gene expression and severe tissue iron overload in upstream stimulatory factor 2 (USF2) knockout mice']},\n", - " {'bibcode': '1993Natur.364...64M',\n", - " 'author': ['Medvinsky, Alexander L.',\n", - " 'Samoylina, Nina L.',\n", - " 'Müller, Albrecht M.',\n", - " 'Dzierzak, Elaine A.'],\n", - " 'title': ['An early pre-liver intraembryonic source of CFU-S in the developing mouse']},\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", - " 'title': ['A noncoding RNA modulator potentiates phenylalanine metabolism in mice']},\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", - " 'title': ['Responses of Mouse Liver to Dechlorane Plus Exposure by Integrative Transcriptomic and Metabonomic Studies']},\n", - " {'bibcode': '1997PNAS...94..569Z',\n", - " 'author': ['Zhang, Dong-Er',\n", - " 'Zhang, Pu',\n", - " 'Wang, Nai-dy',\n", - " 'Hetherington, Christopher J.',\n", - " 'Darlington, Gretchen J.',\n", - " 'Tenen, Daniel G.'],\n", - " 'title': ['Absence of Granulocyte Colony-Stimulating Factor Signaling and Neutrophil Development in CCAAT Enhancer Binding Protein α -deficient Mice']},\n", - " {'bibcode': '2014PNAS..111E3297I',\n", - " 'author': ['Iwaisako, Keiko',\n", - " 'Jiang, Chunyan',\n", - " 'Zhang, Mingjun',\n", - " 'Cong, Min',\n", - " 'Moore-Morris, Thomas Joseph',\n", - " 'Park, Tae Jun',\n", - " 'Liu, Xiao',\n", - " 'Xu, Jun',\n", - " 'Wang, Ping',\n", - " 'Paik, Yong-Han',\n", - " 'Meng, Fanli',\n", - " 'Asagiri, Masataka',\n", - " 'Murray, Lynne A.',\n", - " 'Hofmann, Alan F.',\n", - " 'Iida, Takashi',\n", - " 'Glass, Christopher K.',\n", - " 'Brenner, David A.',\n", - " 'Kisseleva, Tatiana'],\n", - " 'title': ['Origin of myofibroblasts in the fibrotic liver in mice']},\n", - " {'bibcode': '2000PNAS...9710442L',\n", - " 'author': ['Lahvis, Garet P.',\n", - " 'Lindell, Susanne L.',\n", - " 'Thomas, Russell S.',\n", - " 'McCuskey, Robert S.',\n", - " 'Murphy, Christopher',\n", - " 'Glover, Edward',\n", - " 'Bentz, Michael',\n", - " 'Southard, James',\n", - " 'Bradfield, Christopher A.'],\n", - " 'title': ['Portosystemic shunting and persistent fetal vascular structures in aryl hydrocarbon receptor-deficient mice']},\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", - " 'title': ['Immune System Impairment and Hepatic Fibrosis in Mice Lacking the Dioxin- Binding Ah Receptor']},\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", - " 'title': ['Comparisons of the biodistribution and toxicological examinations after repeated intravenous administration of silver and gold nanoparticles in mice']},\n", - " {'bibcode': '2019NatCo..10.5694W',\n", - " 'author': ['Weber, Nicholas D.',\n", - " 'Odriozola, Leticia',\n", - " 'Martínez-García, Javier',\n", - " 'Ferrer, Veronica',\n", - " 'Douar, Anne',\n", - " 'Bénichou, Bernard',\n", - " 'González-Aseguinolaza, Gloria',\n", - " 'Smerdou, Cristian'],\n", - " 'title': ['Gene therapy for progressive familial intrahepatic cholestasis type 3 in a clinically relevant mouse model']},\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", - " 'title': ['Impact of spaceflight and artificial gravity on sulfur metabolism in mouse liver: sulfur metabolomic and transcriptomic analysis']},\n", - " {'bibcode': '1996Natur.382..635N',\n", - " 'author': ['Nagasawa, Takashi',\n", - " 'Hirota, Seiichi',\n", - " 'Tachibana, Kazunobu',\n", - " 'Takakura, Nobuyuki',\n", - " 'Nishikawa, Shin-Ichi',\n", - " 'Kitamura, Yukihiko',\n", - " 'Yoshida, Nobuaki',\n", - " 'Kikutani, Hitoshi',\n", - " 'Kishimoto, Tadamitsu'],\n", - " 'title': ['Defects of B-cell lymphopoiesis and bone-marrow myelopoiesis in mice lacking the CXC chemokine PBSF/SDF-1']},\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", - " 'title': ['Extensive and divergent circadian gene expression in liver and heart']},\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", - " 'title': ['Comparing distress of mouse models for liver damage']},\n", - " {'bibcode': '2023NatSR..1317067R',\n", - " 'author': ['Roy, Chandra N.',\n", - " 'Shu, Sherry T.',\n", - " 'Kline, Christopher',\n", - " 'Rigatti, Lora',\n", - " 'Smithgall, Thomas E.',\n", - " 'Ambrose, Zandrea'],\n", - " 'title': ['Use of pediatric thymus to humanize mice for HIV-1 mucosal transmission']},\n", - " {'bibcode': '2022NatCo..13.1516L',\n", - " 'author': ['Lee, Jaiwoo', 'Byun, Junho', 'Shim, Gayong', 'Oh, Yu-Kyoung'],\n", - " 'title': ['Fibroblast activation protein activated antifibrotic peptide delivery attenuates fibrosis in mouse models of liver fibrosis']},\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", - " 'title': ['Humanized mice with ectopic artificial liver tissues']},\n", - " {'bibcode': '2017NatSR...746687D',\n", - " 'author': ['Deng, Yongfeng',\n", - " 'Zhang, Yan',\n", - " 'Lemos, Bernardo',\n", - " 'Ren, Hongqiang'],\n", - " 'title': ['Tissue accumulation of microplastics in mice and biomarker responses suggest widespread health risks of exposure']},\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", - " 'title': ['A voxel-based mouse for internal dose calculations using Monte Carlo simulations (MCNP)']},\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", - " 'title': ['ApoE-Directed Therapeutics Rapidly Clear β-Amyloid and Reverse Deficits in AD Mouse Models']},\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", - " 'title': ['Mouse hepatocytes migrate to liver parenchyma and function indefinitely after intrasplenic transplantation.']},\n", - " {'bibcode': '2018NatSR...8.6789K',\n", - " 'author': ['Kim, Kook Hwan',\n", - " 'Kim, Seong Hun',\n", - " 'Han, Dai Hoon',\n", - " 'Jo, Young Suk',\n", - " 'Lee, Yong-ho',\n", - " 'Lee, Myung-Shik'],\n", - " 'title': ['Growth differentiation factor 15 ameliorates nonalcoholic steatohepatitis and related metabolic disorders in mice']},\n", - " {'bibcode': '2002PNAS...9913825Y',\n", - " 'author': ['Yang, Priscilla L.',\n", - " 'Althage, Alana',\n", - " 'Chung, Josan',\n", - " 'Chisari, Francis V.'],\n", - " 'title': ['Hydrodynamic injection of viral DNA: A mouse model of acute hepatitis B virus infection']},\n", - " {'bibcode': '1991PNAS...88.5533W',\n", - " 'author': ['Williams, Richard K.', 'Jiang, Gui-Sen', 'Holmes, Kathryn V.'],\n", - " 'title': ['Receptor for mouse hepatitis virus is a member of the carcinoembryonic antigen family of glycoproteins.']},\n", - " {'bibcode': '2006PNAS..10317862H',\n", - " 'author': ['Huang, Li-Rung',\n", - " 'Wu, Hui-Lin',\n", - " 'Chen, Pei-Jer',\n", - " 'Chen, Ding-Shinn'],\n", - " 'title': ['An immunocompetent mouse model for the tolerance of human chronic hepatitis B virus infection']},\n", - " {'bibcode': '1974Natur.249..361O',\n", - " 'author': ['Owen, John J. T.', 'Cooper, Max D.', 'Raff, Martin C.'],\n", - " 'title': [\"In vitro generation of B lymphocytes in mouse foetal liver, a mammalian `bursa equivalent'\"]},\n", - " {'bibcode': '1980Sci...209.1348L',\n", - " 'author': ['Liu, Chih-Ping',\n", - " 'Tucker, Philip W.',\n", - " 'Mushinski, J. Frederic',\n", - " 'Blattner, Frederick R.'],\n", - " 'title': ['Mapping of Heavy Chain Genes for Mouse Immunoglobulins M and D']},\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", - " 'title': ['Refined protocols of tamoxifen injection for inducible DNA recombination in mouse astroglia']},\n", - " {'bibcode': '2011PNAS..108.7890S',\n", - " 'author': ['Siggs, Owen M.',\n", - " 'Schnabl, Bernd',\n", - " 'Webb, Bill',\n", - " 'Beutler, Bruce'],\n", - " 'title': ['X-linked cholestasis in mouse due to mutations of the P4-ATPase ATP11C']},\n", - " {'bibcode': '2004PNAS..101.7088P',\n", - " 'author': ['Paterson, Janice M.',\n", - " 'Morton, Nicholas M.',\n", - " 'Fievet, Catherine',\n", - " 'Kenyon, Christopher J.',\n", - " 'Holmes, Megan C.',\n", - " 'Staels, Bart',\n", - " 'Seckl, Jonathan R.',\n", - " 'Mullins, John J.'],\n", - " 'title': ['Metabolic syndrome without obesity: Hepatic overexpression of 11β-hydroxysteroid dehydrogenase type 1 in transgenic mice']},\n", - " {'bibcode': '2022ApNan..12..193A',\n", - " 'author': ['Al-Ali, Ali A. A.',\n", - " 'Al-Tamimi, Shatha Q.',\n", - " 'Al-Maliki, Sami J.',\n", - " 'Abdullah, Mohd Azmuddin'],\n", - " 'title': ['Toxic effects of zinc oxide nanoparticles and histopathological and caspase-9 expression changes in the liver and lung tissues of male mice model']},\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", - " 'title': ['Improved prime editors enable pathogenic allele correction and cancer modelling in adult mice']},\n", - " {'bibcode': '2008OptCo.281.5480L',\n", - " 'author': ['Le Grand, Y.', 'Leray, A.', 'Guilbert, T.', 'Odin, C.'],\n", - " 'title': ['Non-descanned versus descanned epifluorescence collection in two-photon microscopy: Experiments and Monte Carlo simulations']},\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", - " 'title': ['Liver-targeted disruption of Apc in mice activates β-catenin signaling and leads to hepatocellular carcinomas']},\n", - " {'bibcode': '2016NatSR...638513G',\n", - " 'author': ['Gong, Huan',\n", - " 'Sun, Liang',\n", - " 'Chen, Beidong',\n", - " 'Han, Yiwen',\n", - " 'Pang, Jing',\n", - " 'Wu, Wei',\n", - " 'Qi, Ruomei',\n", - " 'Zhang, Tie-Mei'],\n", - " 'title': ['Evaluation of candidate reference genes for RT-qPCR studies in three metabolism related tissues of mice after caloric restriction']},\n", - " {'bibcode': '2018NatSR...8.6854W',\n", - " 'author': ['Wrzosek, Laura',\n", - " 'Ciocan, Dragos',\n", - " 'Borentain, Patrick',\n", - " 'Spatz, Madeleine',\n", - " 'Puchois, Virginie',\n", - " 'Hugot, Cindy',\n", - " 'Ferrere, Gladys',\n", - " 'Mayeur, Camille',\n", - " 'Perlemuter, Gabriel',\n", - " 'Cassard, Anne-Marie'],\n", - " 'title': ['Transplantation of human microbiota into conventional mice durably reshapes the gut microbiota']},\n", - " {'bibcode': '2015NatSR...5E7973L',\n", - " 'author': ['Liu, Min',\n", - " 'Xu, Lina',\n", - " 'Yin, Lianhong',\n", - " 'Qi, Yan',\n", - " 'Xu, Youwei',\n", - " 'Han, Xu',\n", - " 'Zhao, Yanyan',\n", - " 'Sun, Huijun',\n", - " 'Yao, Jihong',\n", - " 'Lin, Yuan',\n", - " 'Liu, Kexin',\n", - " 'Peng, Jinyong'],\n", - " 'title': ['Potent effects of dioscin against obesity in mice']},\n", - " {'bibcode': '2020NatSR..10.5713Z',\n", - " 'author': ['Zheng, Meilin',\n", - " 'Qin, Qizhong',\n", - " 'Zhou, Wenli',\n", - " 'Liu, Qin',\n", - " 'Zeng, Shaohua',\n", - " 'Xiao, Hong',\n", - " 'Bai, Qunhua',\n", - " 'Gao, Jieying'],\n", - " 'title': ['Metabolic disturbance in hippocampus and liver of mice: A primary response to imidacloprid exposure']},\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", - " 'title': ['Expression of a microinjected immunoglobulin gene in the spleen of transgenic mice']},\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", - " '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': '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", - " 'title': ['Single-cell spatial reconstruction reveals global division of labour in the mammalian liver']},\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", - " 'title': ['Exogenous exosomes from mice with acetaminophen-induced liver injury promote toxicity in the recipient hepatocytes and mice']},\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", - " 'title': ['Re-programming mouse liver-resident invariant natural killer T cells for suppressing hepatic and diabetogenic autoimmunity']},\n", - " {'bibcode': '1998Natur.391..900W',\n", - " 'author': ['Withers, Dominic J.',\n", - " 'Gutierrez, Julio Sanchez',\n", - " 'Towery, Heather',\n", - " 'Burks, Deborah J.',\n", - " 'Ren, Jian-Ming',\n", - " 'Previs, Stephen',\n", - " 'Zhang, Yitao',\n", - " 'Bernal, Dolores',\n", - " 'Pons, Sebastian',\n", - " 'Shulman, Gerald I.',\n", - " 'Bonner-Weir, Susan',\n", - " 'White, Morris F.'],\n", - " 'title': ['Disruption of IRS-2 causes type 2 diabetes in mice']},\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", - " 'title': ['Insulin-regulated hepatic gluconeogenesis through FOXO1-PGC-1α interaction']},\n", - " {'bibcode': '2018NatSR...813168A',\n", - " 'author': ['Anfuso, Beatrice',\n", - " 'El-Khobar, Korri E.',\n", - " 'Ie, Susan I.',\n", - " 'Avellini, Claudio',\n", - " 'Radillo, Oriano',\n", - " 'Raseni, Alan',\n", - " 'Tiribelli, Claudio',\n", - " 'Sukowati, Caecilia H. C.'],\n", - " 'title': ['Activation of hepatic stem cells compartment during hepatocarcinogenesis in a HBsAg HBV-transgenic mouse model']},\n", - " {'bibcode': '1970Natur.225..462W',\n", - " 'author': ['Wegmann, Thomas G.'],\n", - " 'title': ['Enzyme Patterns in Tetraparental Mouse Liver']},\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", - " 'title': ['Antifibrotic effect of pirfenidone in a mouse model of human nonalcoholic steatohepatitis']},\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", - " 'title': ['Visualizing fewer than 10 mouse T cells with an enhanced firefly luciferase in immunocompetent mouse models of cancer']},\n", - " {'bibcode': '2010NRL.....5..108L',\n", - " 'author': ['Li, Na',\n", - " 'Ma, Linglan',\n", - " 'Wang, Jue',\n", - " 'Zheng, Lei',\n", - " 'Liu, Jie',\n", - " 'Duan, Yanmei',\n", - " 'Liu, Huiting',\n", - " 'Zhao, Xiaoyang',\n", - " 'Wang, Sisi',\n", - " 'Wang, Han',\n", - " 'Hong, Fashui',\n", - " 'Xie, Yaning'],\n", - " 'title': ['Interaction Between Nano-Anatase TiO2 and Liver DNA from Mice In Vivo']},\n", - " {'bibcode': '1990Sci...250.1273Y',\n", - " 'author': ['Yokode, Masayuki',\n", - " 'Hammer, Robert E.',\n", - " 'Ishibashi, Shun',\n", - " 'Brown, Michael S.',\n", - " 'Goldstein, Joseph L.'],\n", - " 'title': ['Diet-Induced Hypercholesterolemia in Mice: Prevention by Overexpression of LDL Receptors']},\n", - " {'bibcode': '2002PNAS...99.4596N',\n", - " 'author': ['Nicolas, Gaël',\n", - " 'Bennoun, Myriam',\n", - " 'Porteu, Arlette',\n", - " 'Mativet, Sandrine',\n", - " 'Beaumont, Carole',\n", - " 'Grandchamp, Bernard',\n", - " 'Sirito, Mario',\n", - " 'Sawadogo, Michèle',\n", - " 'Kahn, Axel',\n", - " 'Vaulont, Sophie'],\n", - " 'title': ['Severe iron deficiency anemia in transgenic mice expressing liver hepcidin']},\n", - " {'bibcode': '1982PNAS...79.2172H',\n", - " 'author': ['Hannappel, Ewald',\n", - " 'Xu, -Jun, , Gen',\n", - " 'Morgan, James',\n", - " 'Hempstead, James',\n", - " 'Horecker, B. L.'],\n", - " 'title': ['Thymosin β 4: A Ubiquitous Peptide in Rat and Mouse Tissues']},\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", - " 'title': ['The Interplay of cis-Regulatory Elements Rules Circadian Rhythms in Mouse Liver']},\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", - " 'title': ['An HDAC3-PROX1 corepressor module acts on HNF4α to control hepatic triglycerides']},\n", - " {'bibcode': '2017NatSR...7.6224S',\n", - " 'author': ['Schenk, Arne',\n", - " 'Ghallab, Ahmed',\n", - " 'Hofmann, Ute',\n", - " 'Hassan, Reham',\n", - " 'Schwarz, Michael',\n", - " 'Schuppert, Andreas',\n", - " 'Schwen, Lars Ole',\n", - " 'Braeuning, Albert',\n", - " 'Teutonico, Donato',\n", - " 'Hengstler, Jan G.',\n", - " 'Kuepfer, Lars'],\n", - " 'title': ['Physiologically-based modelling in mice suggests an aggravated loss of clearance capacity after toxic liver damage']},\n", - " {'bibcode': '2001PNAS...98.5560L',\n", - " 'author': ['Lu, Shelly C.',\n", - " 'Alvarez, Luis',\n", - " 'Huang, Zong-Zhi',\n", - " 'Chen, Lixin',\n", - " 'An, Wei',\n", - " 'Corrales, Fernando J.',\n", - " 'Avila, Matías A.',\n", - " 'Kanel, Gary',\n", - " 'Mato, José M.'],\n", - " 'title': ['Methionine adenosyltransferase 1A knockout mice are predisposed to liver injury and exhibit increased expression of genes involved in proliferation']},\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", - " 'title': ['Mouse Model of Sanfilippo Syndrome Type B Produced by Targeted Disruption of the Gene Encoding α -N-acetylglucosaminidase']},\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", - " 'title': ['Tissue distribution and clearance kinetics of non-transferrin-bound iron in the hypotransferrinemic mouse: a rodent model for hemochromatosis.']},\n", - " {'bibcode': '1967Sci...157.1327F',\n", - " 'author': ['Fantoni, Antonio', 'Bank, Arthur', 'Marks, Paul A.'],\n", - " 'title': ['Globin Composition and Synthesis of Hemoglobins in Developing Fetal Mice Erythroid Cells']},\n", - " {'bibcode': '1998PNAS...95.5987H',\n", - " 'author': ['Horton, Jay D.',\n", - " 'Bashmakov, Yuriy',\n", - " 'Shimomura, Iichiro',\n", - " 'Shimano, Hitoshi'],\n", - " 'title': ['Regulation of Sterol Regulatory Element Binding Proteins in Livers of Fasted and Refed Mice']},\n", - " {'bibcode': '1999PNAS...96.7088S',\n", - " 'author': ['Sjögren, Klara',\n", - " 'Liu, Jun-Li',\n", - " 'Blad, Kristina',\n", - " 'Skrtic, Stanko',\n", - " 'Vidal, Olle',\n", - " 'Wallenius, Ville',\n", - " 'LeRoith, Derek',\n", - " 'Törnell, Jan',\n", - " 'Isaksson, Olle G. P.',\n", - " 'Jansson, John-Olov',\n", - " 'Ohlsson, Claes'],\n", - " 'title': ['Liver-Derived Insulin-Like Growth Factor I (IGF-I) Is the Principal Source of IGF-I in Blood but Is Not Required for Postnatal Body Growth in Mice']},\n", - " {'bibcode': '2003EnTox..18..243F',\n", - " 'author': ['Froscio, Suzanne M.',\n", - " 'Humpage, Andrew R.',\n", - " 'Burcham, Philip C.',\n", - " 'Falconer, Ian R.'],\n", - " 'title': ['Cylindrospermopsin‑induced protein synthesis inhibition and its dissociation from acute toxicity in mouse hepatocytes']},\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", - " 'title': ['Transcriptome profiling of mouse samples using nanopore sequencing of cDNA and RNA molecules']},\n", - " {'bibcode': '2017NatSR...7..957P',\n", - " 'author': ['Purhonen, Janne',\n", - " 'Rajendran, Jayasimman',\n", - " 'Mörgelin, Matthias',\n", - " 'Uusi-Rauva, Kristiina',\n", - " 'Katayama, Shintaro',\n", - " 'Krjutskov, Kaarel',\n", - " 'Einarsdottir, Elisabet',\n", - " 'Velagapudi, Vidya',\n", - " 'Kere, Juha',\n", - " 'Jauhiainen, Matti',\n", - " 'Fellman, Vineta',\n", - " 'Kallijärvi, Jukka'],\n", - " 'title': ['Ketogenic diet attenuates hepatopathy in mouse model of respiratory chain complex III deficiency caused by a Bcs1l mutation']},\n", - " {'bibcode': '2018Sci...359.1156M',\n", - " 'author': ['Manfredo Vieira, S.',\n", - " 'Hiltensperger, M.',\n", - " 'Kumar, V.',\n", - " 'Zegarra-Ruiz, D.',\n", - " 'Dehner, C.',\n", - " 'Khan, N.',\n", - " 'Costa, F. R. C.',\n", - " 'Tiniakou, E.',\n", - " 'Greiling, T.',\n", - " 'Ruff, W.',\n", - " 'Barbieri, A.',\n", - " 'Kriegel, C.',\n", - " 'Mehta, S. S.',\n", - " 'Knight, J. R.',\n", - " 'Jain, D.',\n", - " 'Goodman, A. L.',\n", - " 'Kriegel, M. A.'],\n", - " 'title': ['Translocation of a gut pathobiont drives autoimmunity in mice and humans']},\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", - " 'title': ['Introduction of foreign genes into tissues of living mice by DNA-coated microprojectiles.']},\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", - " 'title': ['From noncoding variant to phenotype via SORT1 at the 1p13 cholesterol locus']},\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", - " 'title': ['Multiplexed imaging of surface enhanced Raman scattering nanotags in living mice using noninvasive Raman spectroscopy']},\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", - " 'title': ['Senescence marker protein 30 functions as gluconolactonase in L-ascorbic acid biosynthesis, and its knockout mice are prone to scurvy']},\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", - " 'title': ['Cytosolic 10-formyltetrahydrofolate dehydrogenase regulates glycine metabolism in mouse liver']},\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", - " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\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", - " 'title': ['Transferrin receptor 2: Continued expression in mouse liver in the face of iron overload and in hereditary hemochromatosis']},\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", - " 'title': ['Integrative genomics identifies MCU as an essential component of the mitochondrial calcium uniporter']},\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", - " 'title': ['RNA-based translation activators for targeted gene upregulation']},\n", - " {'bibcode': '1973PNAS...70.3899B',\n", - " 'author': ['Bernstine, Edward G.',\n", - " 'Hooper, Martin L.',\n", - " 'Grandchamp, Simone',\n", - " 'Ephrussi, Boris'],\n", - " 'title': ['Alkaline Phosphatase Activity in Mouse Teratoma']},\n", - " {'bibcode': '2020NatSR..10.9704C',\n", - " 'author': ['Chikada, Hiromi',\n", - " 'Ida, Kinuyo',\n", - " 'Nishikawa, Yuji',\n", - " 'Inagaki, Yutaka',\n", - " 'Kamiya, Akihide'],\n", - " 'title': ['Liver-specific knockout of B cell lymphoma 6 suppresses progression of non-alcoholic steatohepatitis in mice']},\n", - " {'bibcode': '2018NatSR...810703C',\n", - " 'author': ['Chen, Jing',\n", - " 'Gálvez-Peralta, Marina',\n", - " 'Zhang, Xiang',\n", - " 'Deng, Jingyuan',\n", - " 'Liu, Zijuan',\n", - " 'Nebert, Daniel W.'],\n", - " 'title': ['In utero gene expression in the Slc39a8(neo/neo) knockdown mouse']},\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", - " 'title': ['Peripheral SMN restoration is essential for long-term rescue of a severe spinal muscular atrophy mouse model']},\n", - " {'bibcode': '2018NatSR...8..102O',\n", - " 'author': ['Oe, Yuji',\n", - " 'Ko, Mieko',\n", - " 'Fushima, Tomofumi',\n", - " 'Sato, Emiko',\n", - " 'Karumanchi, S. Ananth',\n", - " 'Sato, Hiroshi',\n", - " 'Sugawara, Junichi',\n", - " 'Ito, Sadayoshi',\n", - " 'Takahashi, Nobuyuki'],\n", - " 'title': ['Hepatic dysfunction and thrombocytopenia induced by excess sFlt1 in mice lacking endothelial nitric oxide synthase']},\n", - " {'bibcode': '2019NatSR...9..204K',\n", - " 'author': ['Kawashita, Eri',\n", - " 'Ishihara, Keiichi',\n", - " 'Nomoto, Madoka',\n", - " 'Taniguchi, Mika',\n", - " 'Akiba, Satoshi'],\n", - " 'title': ['A comparative analysis of hepatic pathological phenotypes in C57BL/6J and C57BL/6N mouse strains in non-alcoholic steatohepatitis models']},\n", - " {'bibcode': '1965Sci...149..981F',\n", - " 'author': ['Finlayson, J. S.', 'Asofsky, R.', 'Potter, M.', 'Runner, C. C.'],\n", - " 'title': ['Major Urinary Protein Complex of Normal Mice: Origin']},\n", - " {'bibcode': '1992PNAS...89.1502I',\n", - " 'author': ['Ikuta, Koichi', 'Weissman, Irving L.'],\n", - " 'title': ['Evidence that hematopoietic stem cells express mouse c-kit but do not depend on steel factor for their generation.']},\n", - " {'bibcode': '1999Natur.401...73S',\n", - " 'author': ['Shimomura, Iichiro',\n", - " 'Hammer, Robert E.',\n", - " 'Ikemoto, Shinji',\n", - " 'Brown, Michael S.',\n", - " 'Goldstein, Joseph L.'],\n", - " 'title': ['Leptin reverses insulin resistance and diabetes mellitus in mice with congenital lipodystrophy']},\n", - " {'bibcode': '1963Natur.197.1106N',\n", - " 'author': ['Neifakh, S. A.', 'Kazakova, T. B.'],\n", - " 'title': ['Actomyosin-like Protein in Mitochondria of the Mouse Liver']},\n", - " {'bibcode': '2012PNAS..109.4320I',\n", - " 'author': ['Ishimoto, Takuji',\n", - " 'Lanaspa, Miguel A.',\n", - " 'Le, MyPhuong T.',\n", - " 'Garcia, Gabriela E.',\n", - " 'Diggle, Christine P.',\n", - " 'MacLean, Paul S.',\n", - " 'Jackman, Matthew R.',\n", - " 'Asipu, Aruna',\n", - " 'Roncal-Jimenez, Carlos A.',\n", - " 'Kosugi, Tomoki',\n", - " 'Rivard, Christopher J.',\n", - " 'Maruyama, Shoichi',\n", - " 'Rodriguez-Iturbe, Bernardo',\n", - " 'Sánchez-Lozada, Laura G.',\n", - " 'Bonthron, David T.',\n", - " 'Sautin, Yuri Y.',\n", - " 'Johnson, Richard J.'],\n", - " 'title': ['Opposing effects of fructokinase C and A isoforms on fructose-induced metabolic syndrome in mice']},\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", - " 'title': ['Assessing pharmacokinetics of indocyanine green in liver injury mice using dynamic diffuse fluorescence tomography system']},\n", - " {'bibcode': '2020NatSR..10.2565M',\n", - " 'author': ['Musolino, Vincenzo',\n", - " 'Gliozzi, Micaela',\n", - " 'Scarano, Federica',\n", - " 'Bosco, Francesca',\n", - " 'Scicchitano, Miriam',\n", - " 'Nucera, Saverio',\n", - " 'Carresi, Cristina',\n", - " 'Ruga, Stefano',\n", - " 'Zito, Maria Caterina',\n", - " 'Maiuolo, Jessica',\n", - " 'Macrı, Roberta',\n", - " 'Amodio, Nicola',\n", - " 'Juli, Giada',\n", - " 'Tassone, Pierfrancesco',\n", - " 'Mollace, Rocco',\n", - " 'Caffrey, Rebecca',\n", - " 'Marioneaux, Jonathon',\n", - " 'Walker, Ross',\n", - " 'Ehrlich, James',\n", - " 'Palma, Ernesto',\n", - " 'Muscoli, Carolina',\n", - " 'Bedossa, Pierre',\n", - " 'Salvemini, Daniela',\n", - " 'Mollace, Vincenzo',\n", - " 'Sanyal, Arun J.'],\n", - " 'title': ['Bergamot Polyphenols Improve Dyslipidemia and Pathophysiological Features in a Mouse Model of Non-Alcoholic Fatty Liver Disease']},\n", - " {'bibcode': '1998PNAS...9514395S',\n", - " 'author': ['Starr, Robyn',\n", - " 'Metcalf, Donald',\n", - " 'Elefanty, Andrew G.',\n", - " 'Brysha, Marta',\n", - " 'Willson, Tracy A.',\n", - " 'Nicola, Nicos A.',\n", - " 'Hilton, Douglas J.',\n", - " 'Alexander, Warren S.'],\n", - " 'title': ['Liver Degeneration and Lymphoid Deficiencies in Mice Lacking Suppressor of Cytokine Signaling-1']},\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", - " 'title': ['Para-aortic splanchnopleura from early mouse embryos contains B1a cell progenitors']},\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", - " 'title': ['Time of feeding and the intrinsic circadian clock drive rhythms in hepatic gene expression']},\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", - " 'title': ['Gut Microbiota-Derived Short Chain Fatty Acids Induce Circadian Clock Entrainment in Mouse Peripheral Tissue']},\n", - " {'bibcode': '2009PLoSO...4.6909H',\n", - " 'author': ['Hirao, Akiko',\n", - " 'Tahara, Yu',\n", - " 'Kimura, Ichiro',\n", - " 'Shibata, Shigenobu'],\n", - " 'title': ['A Balanced Diet Is Necessary for Proper Entrainment Signals of the Mouse Liver Clock']},\n", - " {'bibcode': '2001PNAS...9810630C',\n", - " 'author': ['Cao, Shelley X.',\n", - " 'Dhahbi, Joseph M.',\n", - " 'Mote, Patricia L.',\n", - " 'Spindler, Stephen R.'],\n", - " 'title': ['Genomic profiling of short- and long-term caloric restriction effects in the liver of aging mice']},\n", - " {'bibcode': '2020NatSR..1020105Z',\n", - " 'author': ['Zhang, Zhiying',\n", - " 'Hu, Kaiwen',\n", - " 'Miyake, Kentaro',\n", - " 'Kiyuna, Tasuku',\n", - " 'Oshiro, Hiromichi',\n", - " 'Wangsiricharoen, Sintawat',\n", - " 'Kawaguchi, Kei',\n", - " 'Higuchi, Takashi',\n", - " 'Razmjooei, Sahar',\n", - " 'Miyake, Masuyo',\n", - " 'Chawla, Sant P.',\n", - " 'Singh, Shree Ram',\n", - " 'Hoffman, Robert M.'],\n", - " 'title': ['A novel patient-derived orthotopic xenograft (PDOX) mouse model of highly-aggressive liver metastasis for identification of candidate effective drug-combinations']},\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", - " 'title': ['Effects of Perfluorooctanoic Acid on Metabolic Profiles in Brain and Liver of Mouse Revealed by a High-throughput Targeted Metabolomics Approach']},\n", - " {'bibcode': '1974Sci...183..208R',\n", - " 'author': ['Riely, Caroline A.', 'Cohen, Gerald', 'Lieberman, Morris'],\n", - " 'title': ['Ethane Evolution: A New Index of Lipid Peroxidation']},\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", - " 'title': ['Humanized liver TK-NOG mice with functional deletion of hepatic murine cytochrome P450s as a model for studying human drug metabolism']},\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", - " 'title': ['The commonly used antimicrobial additive triclosan is a liver tumor promoter']},\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", - " 'title': ['Liver X receptors regulate hepatic F4/80+CD11b+ Kupffer cells/macrophages and innate immune responses in mice']},\n", - " {'bibcode': '2011Nanot..22e5101L',\n", - " 'author': ['Lu, Xiaoyan',\n", - " 'Tian, Yu',\n", - " 'Zhao, Qinqin',\n", - " 'Jin, Tingting',\n", - " 'Xiao, Shun',\n", - " 'Fan, Xiaohui'],\n", - " 'title': ['Integrated metabonomics analysis of the size-response relationship of silica nanoparticles-induced toxicity in mice']},\n", - " {'bibcode': '2014cosp...40E1902L',\n", - " 'author': ['Lv, Ke', 'Qu, Lina'],\n", - " 'title': ['Influence of simulated microgravity on clock genes expression rhythmicity and underlying blood circulating miRNAs-mRNA co-expression regulatory mechanism in C57BL/6J mice']},\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", - " 'title': ['Gene Expression Profiles in Mouse Liver Cells after Exposure to Different Types of Radiation']},\n", - " {'bibcode': '2022NatCo..13.1025G',\n", - " 'author': ['Gao, Huanqing',\n", - " 'Zhou, Liang',\n", - " 'Zhong, Yiming',\n", - " 'Ding, Zhen',\n", - " 'Lin, Sixiong',\n", - " 'Hou, Xiaoting',\n", - " 'Zhou, Xiaoqian',\n", - " 'Shao, Jie',\n", - " 'Yang, Fan',\n", - " 'Zou, Xuenong',\n", - " 'Cao, Huiling',\n", - " 'Xiao, Guozhi'],\n", - " 'title': ['Kindlin-2 haploinsufficiency protects against fatty liver by targeting Foxo1 in mice']},\n", - " {'bibcode': '1993Natur.365..179H',\n", - " 'author': ['Hilberg, Frank',\n", - " 'Aguzzi, Adriano',\n", - " 'Howells, Norma',\n", - " 'Wagner, Erwin F.'],\n", - " 'title': ['c-Jun is essential for normal mouse development and hepatogenesis']},\n", - " {'bibcode': '2020AIPA...10k5009F',\n", - " 'author': ['Fang, Zheng', 'Zhong, Shuo', 'Hu, Weifeng', 'Cheng, Siyuan'],\n", - " 'title': ['Mouse livers machine learning identification based on hyperspectral x-ray computed tomography reconstructed x-ray absorption spectra']},\n", - " {'bibcode': '1995Sci...267.1506M',\n", - " 'author': ['Motoyama, Noboru',\n", - " 'Wang, Fanping',\n", - " 'Roth, Kevin A.',\n", - " 'Sawa, Hirofumi',\n", - " 'Nakayama, Kei-Ichi',\n", - " 'Nakayama, Keiko',\n", - " 'Negishi, Izumi',\n", - " 'Senju, Satoru',\n", - " 'Zhang, Qing',\n", - " 'Fujii, Satoshi',\n", - " 'Loh, Dennis Y.'],\n", - " 'title': ['Massive Cell Death of Immature Hematopoietic Cells and Neurons in Bcl-x- Deficient Mice']},\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", - " 'title': ['Dysfunction of lipid sensor GPR120 leads to obesity in both mouse and human']},\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", - " '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': '1998PNAS...95.9448M',\n", - " 'author': ['Ma, Qing',\n", - " 'Jones, Dan',\n", - " 'Borghesani, Paul R.',\n", - " 'Segal, Rosalind A.',\n", - " 'Nagasawa, Takashi',\n", - " 'Kishimoto, Tadamitsu',\n", - " 'Bronson, Roderick T.',\n", - " 'Springer, Timothy A.'],\n", - " 'title': ['Impaired B-Lymphopoiesis, Myelopoiesis, and Derailed Cerebellar Neuron Migration in CXCR4- and SDF-1-Deficient Mice']},\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", - " 'title': ['From the Cover: PNAS Plus: Antiplatelet therapy prevents hepatocellular carcinoma and improves survival in a mouse model of chronic hepatitis B']},\n", - " {'bibcode': '2004PNAS..101.8852M',\n", - " 'author': ['McClung, James P.',\n", - " 'Roneker, Carol A.',\n", - " 'Mu, Weipeng',\n", - " 'Lisk, Donald J.',\n", - " 'Langlais, Paul',\n", - " 'Liu, Feng',\n", - " 'Lei, Xin Gen'],\n", - " 'title': ['Development of insulin resistance and obesity in mice overexpressing cellular glutathione peroxidase']},\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", - " 'title': ['Study of interparticle interaction in conjugates of magnetic nanoparticles injected into mice']},\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", - " 'title': ['Mitochondrial Disease in Mouse Results in Increased Oxidative Stress']},\n", - " {'bibcode': '2002PNAS...99.5622T',\n", - " 'author': ['Trinder, Debbie',\n", - " 'Olynyk, John K.',\n", - " 'Sly, William S.',\n", - " 'Morgan, Evan H.'],\n", - " 'title': ['Iron uptake from plasma transferrin by the duodenum is impaired in the Hfe knockout mouse']},\n", - " {'bibcode': '2016NatSR...624399Y',\n", - " 'author': ['Yang, Gabsik', 'Lee, Hye Eun', 'Lee, Joo Young'],\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': '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", - " 'title': ['Imaging and differentiation of mouse embryo tissues by ToF-SIMS']},\n", - " {'bibcode': '2006Natur.441..537G',\n", - " 'author': ['Grimm, Dirk',\n", - " 'Streetz, Konrad L.',\n", - " 'Jopling, Catherine L.',\n", - " 'Storm, Theresa A.',\n", - " 'Pandey, Kusum',\n", - " 'Davis, Corrine R.',\n", - " 'Marion, Patricia',\n", - " 'Salazar, Felix',\n", - " 'Kay, Mark A.'],\n", - " 'title': ['Fatality in mice due to oversaturation of cellular microRNA/short hairpin RNA pathways']},\n", - " {'bibcode': '2021NatSR..11.7132A',\n", - " 'author': ['Arévalo, A. P.',\n", - " 'Pagotto, R.',\n", - " 'Pórfido, J. L.',\n", - " 'Daghero, H.',\n", - " 'Segovia, M.',\n", - " 'Yamasaki, K.',\n", - " 'Varela, B.',\n", - " 'Hill, M.',\n", - " 'Verdes, J. M.',\n", - " 'Duhalde Vega, M.',\n", - " 'Bollati-Fogolín, M.',\n", - " 'Crispo, M.'],\n", - " 'title': ['Ivermectin reduces in vivo coronavirus infection in a mouse experimental model']},\n", - " {'bibcode': '2014ANSNN...5b5009L',\n", - " 'author': ['Luan Le, Quang',\n", - " 'Phuong Linh Do, Thi',\n", - " 'Phuong Uyen Nguyen, Huynh',\n", - " 'Phu Dang, Van',\n", - " 'Hien Nguyen, Quoc'],\n", - " 'title': ['Biodistribution of gold nanoparticles synthesized by γ-irradiation after intravenous administration in mice']},\n", - " {'bibcode': '2011NatSR...1E.134H',\n", - " 'author': ['Houtkooper, Riekelt H.',\n", - " 'Argmann, Carmen',\n", - " 'Houten, Sander M.',\n", - " 'Cantó, Carles',\n", - " 'Jeninga, Ellen H.',\n", - " 'Andreux, Pénélope A.',\n", - " 'Thomas, Charles',\n", - " 'Doenlen, Raphaël',\n", - " 'Schoonjans, Kristina',\n", - " 'Auwerx, Johan'],\n", - " 'title': ['The metabolic footprint of aging in mice']},\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", - " 'title': ['Peritumoral activation of the Hippo pathway effectors YAP and TAZ suppresses liver cancer in mice']},\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", - " 'title': ['Kupffer cell-dependent TNF-α signaling mediates injury in the arterialized small-for-size liver transplantation in the mouse']},\n", - " {'bibcode': '2021AIPC.2353c0095J',\n", - " 'author': ['Jannah, Fita Nur',\n", - " 'Anggraini, Putri Diyah',\n", - " 'Gofur, Abdul',\n", - " 'Lestari, Sri Rahayu'],\n", - " 'title': ['The prevention of single bulb garlic extract on non-alcoholic fatty liver disease (NAFLD) in high fat mice (Mus musculus) model']},\n", - " {'bibcode': '2008PNAS..105.6531J',\n", - " 'author': ['Jayasooriya, Anura P.',\n", - " 'Mathai, Michael L.',\n", - " 'Walker, Lesley L.',\n", - " 'Begg, Denovan P.',\n", - " 'Denton, Derek A.',\n", - " 'Cameron-Smith, David',\n", - " 'Egan, Gary F.',\n", - " 'McKinley, Michael J.',\n", - " 'Rodger, Paula D.',\n", - " 'Sinclair, Andrew J.',\n", - " 'Wark, John D.',\n", - " 'Weisinger, Harrison S.',\n", - " 'Jois, Mark',\n", - " 'Weisinger, Richard S.'],\n", - " 'title': ['Mice lacking angiotensin-converting enzyme have increased energy expenditure, with reduced fat mass and improved glucose clearance']},\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", - " 'title': ['In vitro expansion of single Lgr5+ liver stem cells induced by Wnt-driven regeneration']},\n", - " {'bibcode': '2018NatSR...816173N',\n", - " 'author': ['Nishitsuji, Kazuchika',\n", - " 'Watanabe, Syunsuke',\n", - " 'Xiao, Jinzhong',\n", - " 'Nagatomo, Ryosuke',\n", - " 'Ogawa, Hirohisa',\n", - " 'Tsunematsu, Takaaki',\n", - " 'Umemoto, Hitomi',\n", - " 'Morimoto, Yuki',\n", - " 'Akatsu, Hiroyasu',\n", - " 'Inoue, Koichi',\n", - " 'Tsuneyama, Koichi'],\n", - " 'title': ['Effect of coffee or coffee components on gut microbiome and short-chain fatty acids in a mouse model of metabolic syndrome']},\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", - " 'title': ['Detection and identification of activated oncogenes in spontaneously occurring benign and malignant hepatocellular tumors of the B6C3F1 mouse.']},\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", - " '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': '2021NatSR..11.5637S',\n", - " 'author': ['Sampson, Catherine M.',\n", - " 'Dimet, Andrea L.',\n", - " 'Neelakantan, Harshini',\n", - " 'Ogunseye, Kehinde O.',\n", - " 'Stevenson, Heather L.',\n", - " 'Hommel, Jonathan D.',\n", - " 'Watowich, Stanley J.'],\n", - " 'title': ['Combined nicotinamide N-methyltransferase inhibition and reduced-calorie diet normalizes body composition and enhances metabolic benefits in obese mice']},\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", - " 'title': ['Biodegradation of Magnetic Nanoparticles in Mouse Liver From Combined Analysis of Mössbauer and Magnetization Data']},\n", - " {'bibcode': '2004PNAS..10110422U',\n", - " 'author': ['Ueki, Kohjiro',\n", - " 'Kondo, Tatsuya',\n", - " 'Tseng, Yu-Hua',\n", - " 'Kahn, C. Ronald'],\n", - " 'title': ['Central role of suppressors of cytokine signaling proteins in hepatic steatosis, insulin resistance, and the metabolic syndrome in the mouse']},\n", - " {'bibcode': '1966RSPSB.165...61C',\n", - " 'author': ['Craigie, J.'],\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': '1997PNAS...94..961S',\n", - " 'author': ['Schubbert, Rainer',\n", - " 'Renz, Doris',\n", - " 'Schmitz, Birgit',\n", - " 'Doerfler, Walter'],\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': '2002PNAS...99..377B',\n", - " 'author': ['Bhaumik, S.', 'Gambhir, S. S.'],\n", - " 'title': ['Optical imaging of Renilla luciferase reporter gene expression in living mice']},\n", - " {'bibcode': '2002PNAS...9916881W',\n", - " 'author': ['Wang, Xinhe',\n", - " 'Kiyokawa, Hiroaki',\n", - " 'Dennewitz, Margaret B.',\n", - " 'Costa, Robert H.'],\n", - " 'title': ['The Forkhead Box m1b transcription factor is essential for hepatocyte DNA replication and mitosis during mouse liver regeneration']},\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", - " 'title': ['Diversity of Alpha-Fetoprotein Gene Expression in Mice is Generated by a Combination of Separate Enhancer Elements']},\n", - " {'bibcode': '1991PNAS...88.9402S',\n", - " 'author': ['Seiffert, Dietmar',\n", - " 'Keeton, Mark',\n", - " 'Eguchi, Yutaka',\n", - " 'Sawdey, Mike',\n", - " 'Loskutoff, David J.'],\n", - " 'title': ['Detection of vitronectin mRNA in tissues and cells of the mouse.']},\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", - " 'title': ['High susceptibility to fatty liver disease in two-pore channel 2-deficient mice']},\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", - " 'title': ['Somatic integration of an oncogene-harboring Sleeping Beauty transposon models liver tumor development in the mouse']},\n", - " {'bibcode': '2001PNAS...98.2278K',\n", - " 'author': ['Kokoszka, Jason E.',\n", - " 'Coskun, Pinar',\n", - " 'Esposito, Luke A.',\n", - " 'Wallace, Douglas C.'],\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': '1995PNAS...9211608Y',\n", - " 'author': ['Yang, Baoli',\n", - " 'Kirby, Suzanne',\n", - " 'Lewis, Jada',\n", - " 'Detloff, Peter J.',\n", - " 'Maeda, Nobuyo',\n", - " 'Smithies, Oliver'],\n", - " 'title': ['A Mouse Model for β^0-Thalassemia']},\n", - " {'bibcode': '2009Sci...325..100Z',\n", - " 'author': ['Zelcer, Noam',\n", - " 'Hong, Cynthia',\n", - " 'Boyadjian, Rima',\n", - " 'Tontonoz, Peter'],\n", - " 'title': ['LXR Regulates Cholesterol Uptake Through Idol-Dependent Ubiquitination of the LDL Receptor']},\n", - " {'bibcode': '1999PNAS...96.3906W',\n", - " 'author': ['Wang, Lili',\n", - " 'Takabe, Kazuaki',\n", - " 'Bidlingmaier, Scott M.',\n", - " 'Ill, Charles R.',\n", - " 'Verma, Inder M.'],\n", - " 'title': ['Sustained Correction of Bleeding Disorder in Hemophilia B Mice by Gene Therapy']},\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", - " 'title': ['The ADP/ATP translocator is not essential for the mitochondrial permeability transition pore']},\n", - " {'bibcode': '1981Sci...213..559P',\n", - " 'author': ['Prohaska, Joseph R.', 'Lukasewycz, Omelan A.'],\n", - " 'title': ['Copper Deficiency Suppresses the Immune Response of Mice']},\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", - " 'title': ['Tonsil-derived Mesenchymal Stem Cells Ameliorate CCl4-induced Liver Fibrosis in Mice via Autophagy Activation']},\n", - " {'bibcode': '2020NatSR..10.3386T',\n", - " 'author': ['Tiwari, Shuchita',\n", - " 'Mishra, Manish',\n", - " 'Salemi, Michelle R.',\n", - " 'Phinney, Brett S.',\n", - " 'Newens, Joanne L.',\n", - " 'Gomes, Aldrin V.'],\n", - " 'title': ['Gender-specific changes in energy metabolism and protein degradation as major pathways affected in livers of mice treated with ibuprofen']},\n", - " {'bibcode': '2003Natur.421..177E',\n", - " 'author': ['Etchegaray, Jean-Pierre',\n", - " 'Lee, Choogon',\n", - " 'Wade, Paul A.',\n", - " 'Reppert, Steven M.'],\n", - " 'title': ['Rhythmic histone acetylation underlies transcription in the mammalian circadian clock']},\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", - " 'title': ['Molecular hydrogen protects against ischemia-reperfusion injury in a mouse fatty liver model via regulating HO-1 and Sirt1 expression']},\n", - " {'bibcode': '1997PNAS...9410663S',\n", - " 'author': ['Shi, Zengdun', 'Wakil, Adil E.', 'Rockey, Don C.'],\n", - " 'title': ['Strain-Specific Differences in Mouse Hepatic Wound Healing are Mediated by Divergent T Helper Cytokine Responses']},\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", - " 'title': ['Feedback modulation of cholesterol metabolism by the lipid-responsive non-coding RNA LeXis']},\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", - " 'title': ['Spatiotemporal regulation of liver development by the Wnt/β-catenin pathway']},\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", - " 'title': ['De novo formation of the biliary system by TGFβ-mediated hepatocyte transdifferentiation']},\n", - " {'bibcode': '2014SPIE.9038E..1UW',\n", - " 'author': ['Wuttisarnwattana, Patiwet',\n", - " 'Raza, Syed A.',\n", - " 'Eid, Saada',\n", - " 'Cooke, Kenneth R.',\n", - " 'Wilson, David L.'],\n", - " 'title': ['Novel T lymphocyte proliferation assessment using whole mouse cryo-imaging']},\n", - " {'bibcode': '2019ScTEn.655.1334Z',\n", - " 'author': ['Zhang, Rui', 'Zhang, Xun', 'Gao, Sichen', 'Liu, Rutao'],\n", - " 'title': ['Assessing the in vitro and in vivo toxicity of ultrafine carbon black to mouse liver']},\n", - " {'bibcode': '2018NatSR...815256B',\n", - " 'author': ['Bijnen, Mitchell',\n", - " 'Beelen, Nicky',\n", - " 'Wetzels, Suzan',\n", - " 'Gaar, José van de',\n", - " 'Vroomen, Maria',\n", - " 'Wijnands, Erwin',\n", - " 'Scheijen, Jean L.',\n", - " 'van de Waarenburg, Marjo P. H.',\n", - " 'Gijbels, Marion J.',\n", - " 'Cleutjens, Jack P.',\n", - " 'Biessen, Erik A. L.',\n", - " 'Stehouwer, Coen D. A.',\n", - " 'Schalkwijk, Casper G.',\n", - " 'Wouters, Kristiaan'],\n", - " 'title': ['RAGE deficiency does not affect non-alcoholic steatohepatitis and atherosclerosis in Western type diet-fed Ldlr-/- mice']},\n", - " {'bibcode': '1991PNAS...88.7595A',\n", - " 'author': ['Agrawal, Sudhir', 'Temsamani, Jamal', 'Tang, Jin Yan'],\n", - " 'title': ['Pharmacokinetics, biodistribution, and stability of oligodeoxynucleotide phosphorothioates in mice.']},\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", - " 'title': ['Extensive oxidative DNA damage in hepatocytes of transgenic mice with chronic active hepatitis destined to develop hepatocellular carcinoma.']},\n", - " {'bibcode': '1994PNAS...91.9151V',\n", - " 'author': ['Valera, Alfons',\n", - " 'Pujol, Anna',\n", - " 'Pelegrin, Mireia',\n", - " 'Bosch, Fatima'],\n", - " 'title': ['Transgenic mice overexpressing phosphoenolpyruvate carboxykinase develop non-insulin-dependent diabetes mellitus.']},\n", - " {'bibcode': '2009PNAS..10615956C',\n", - " 'author': ['Carbrey, Jennifer M.',\n", - " 'Song, Linhua',\n", - " 'Zhou, Yao',\n", - " 'Yoshinaga, Masafumi',\n", - " 'Rojek, Aleksandra',\n", - " 'Wang, Yiding',\n", - " 'Liu, Yangjian',\n", - " 'Lujan, Heidi L.',\n", - " 'DiCarlo, Stephen E.',\n", - " 'Nielsen, Søren',\n", - " 'Rosen, Barry P.',\n", - " 'Agre, Peter',\n", - " 'Mukhopadhyay, Rita'],\n", - " 'title': ['Reduced arsenic clearance and increased toxicity in aquaglyceroporin-9-null mice']},\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", - " 'title': ['Mechanosensing by β1 integrin induces angiocrine signals for liver growth and survival']},\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", - " 'title': ['Characterization of hepatic lipid profiles in a mouse model with nonalcoholic steatohepatitis and subsequent fibrosis']},\n", - " {'bibcode': '2017NatCo...8...39B',\n", - " 'author': ['Barzi, Mercedes',\n", - " 'Pankowicz, Francis P.',\n", - " 'Zorman, Barry',\n", - " 'Liu, Xing',\n", - " 'Legras, Xavier',\n", - " 'Yang, Diane',\n", - " 'Borowiak, Malgorzata',\n", - " 'Bissig-Choisat, Beatrice',\n", - " 'Sumazin, Pavel',\n", - " 'Li, Feng',\n", - " 'Bissig, Karl-Dimiter'],\n", - " 'title': ['A novel humanized mouse lacking murine P450 oxidoreductase for studying human drug metabolism']},\n", - " {'bibcode': '2020NatSR..1011956B',\n", - " 'author': ['Bonhoure, Nicolas',\n", - " 'Praz, Viviane',\n", - " 'Moir, Robyn D.',\n", - " 'Willemin, Gilles',\n", - " 'Mange, François',\n", - " 'Moret, Catherine',\n", - " 'Willis, Ian M.',\n", - " 'Hernandez, Nouria'],\n", - " 'title': ['MAF1 is a chronic repressor of RNA polymerase III transcription in the mouse']},\n", - " {'bibcode': '2017NatCo...8.1646S',\n", - " 'author': ['Sun, Ramon C.',\n", - " 'Fan, Teresa W. -M.',\n", - " 'Deng, Pan',\n", - " 'Higashi, Richard M.',\n", - " 'Lane, Andrew N.',\n", - " 'Le, Anh-Thu',\n", - " 'Scott, Timothy L.',\n", - " 'Sun, Qiushi',\n", - " 'Warmoes, Marc O.',\n", - " 'Yang, Ye'],\n", - " 'title': ['Noninvasive liquid diet delivery of stable isotopes into mouse models for deep metabolic network tracing']},\n", - " {'bibcode': '2017NatSR...715532W',\n", - " 'author': ['Wang, Wei',\n", - " 'Yao, Li-Jia',\n", - " 'Shen, Weifeng',\n", - " 'Ding, Kai',\n", - " 'Shi, Pei-Mei',\n", - " 'Chen, Fei',\n", - " 'He, Jin',\n", - " 'Ding, Jin',\n", - " 'Zhang, Xin',\n", - " 'Xie, Wei-Fen'],\n", - " 'title': ['FOXA2 alleviates CCl4-induced liver fibrosis by protecting hepatocytes in mice']},\n", - " {'bibcode': '2007PNAS..10420507B',\n", - " 'author': ['Bissig, Karl-Dimiter',\n", - " 'Le, Tam T.',\n", - " 'Woods, Niels-Bjarne',\n", - " 'Verma, Inder M.'],\n", - " 'title': ['Repopulation of adult and neonatal mice with human hepatocytes: A chimeric animal model']},\n", - " {'bibcode': '2016NatSR...630111K',\n", - " 'author': ['Kim, Kyung Eun',\n", - " 'Jung, Youngae',\n", - " 'Min, Soonki',\n", - " 'Nam, Miso',\n", - " 'Heo, Rok Won',\n", - " 'Jeon, Byeong Tak',\n", - " 'Song, Dae Hyun',\n", - " 'Yi, Chin-Ok',\n", - " 'Jeong, Eun Ae',\n", - " 'Kim, Hwajin',\n", - " 'Kim, Jeonghyun',\n", - " 'Jeong, Seon-Yong',\n", - " 'Kwak, Woori',\n", - " 'Ryu, Do Hyun',\n", - " 'Horvath, Tamas L.',\n", - " 'Roh, Gu Seob',\n", - " 'Hwang, Geum-Sook'],\n", - " 'title': ['Caloric restriction of db/db mice reverts hepatic steatosis and body weight with divergent hepatic metabolism']},\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", - " 'title': ['Caspase 8 small interfering RNA prevents acute liver failure in mice']},\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", - " 'title': ['Increased levels of forkhead box M1B transcription factor in transgenic mouse hepatocytes prevent age-related proliferation defects in regenerating liver']},\n", - " {'bibcode': '2002JMMM..252..367L',\n", - " 'author': ['Lacava, L. M.',\n", - " 'Lacava, Z. G. M.',\n", - " 'Azevedo, R. B.',\n", - " 'Chaves, S. B.',\n", - " 'Garcia, V. A. P.',\n", - " 'Silva, O.',\n", - " 'Pelegrini, F.',\n", - " 'Buske, N.',\n", - " 'Gansau, C.',\n", - " 'Da Silva, M. F.',\n", - " 'Morais, P. C.'],\n", - " 'title': ['Use of magnetic resonance to study biodistribution of dextran-coated magnetic fluid intravenously administered in mice']},\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", - " 'title': ['Toxicity of Tetrabromobisphenol A and Its Derivative in the Mouse Liver Following Oral Exposure at Environmentally Relevant Levels']},\n", - " {'bibcode': '2017NatSR...7.7096L',\n", - " 'author': ['Lathan, Rashida',\n", - " 'Simon-Chazottes, Dominique',\n", - " 'Jouvion, Grégory',\n", - " 'Godon, Ophélie',\n", - " 'Malissen, Marie',\n", - " 'Flamand, Marie',\n", - " 'Bruhns, Pierre',\n", - " 'Panthier, Jean-Jacques'],\n", - " 'title': ['Innate Immune Basis for Rift Valley Fever Susceptibility in Mouse Models']},\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", - " 'title': [\"Two 3' Sequences Direct Adult Erythroid-Specific Expression of Human β -globin Genes in Transgenic Mice\"]},\n", - " {'bibcode': '1996PNAS...93.9126K',\n", - " 'author': ['Kieran, Mark W.',\n", - " 'Perkins, Andrew C.',\n", - " 'Orkin, Stuart H.',\n", - " 'Zon, Leonard I.'],\n", - " 'title': ['Thrombopoietin rescues in vitro erythroid colony formation from mouse embryos lacking the erythropoietin receptor.']},\n", - " {'bibcode': '1996Natur.380..711S',\n", - " 'author': ['Schilham, Marco W.',\n", - " 'Oosterwegel, Mariëtte A.',\n", - " 'Moerer, Petra',\n", - " 'Ya, Jing',\n", - " 'de Boer, Piet A. J.',\n", - " 'van de Wetering, Marc',\n", - " 'Verbeek, Sjef',\n", - " 'Lamers, Wouter H.',\n", - " 'Kruisbeek, Ada M.',\n", - " 'Cumano, Ana',\n", - " 'Clevers, Hans'],\n", - " 'title': ['Defects in cardiac outflow tract formation and pro-B-lymphocyte expansion in mice lacking Sox-4']},\n", - " {'bibcode': '2000PNAS...97.4156M',\n", - " 'author': ['Minowa, Osamu',\n", - " 'Arai, Tsuyoshi',\n", - " 'Hirano, Masanori',\n", - " 'Monden, Yoshiaki',\n", - " 'Nakai, Shigeyasu',\n", - " 'Fukuda, Mayuko',\n", - " 'Itoh, Masaki',\n", - " 'Takano, Hiroshi',\n", - " 'Hippou, Yoshitaka',\n", - " 'Aburatani, Hiroyuki',\n", - " 'Masumura, Ken-ichi',\n", - " 'Nohmi, Takehiko',\n", - " 'Nishimura, Susumu',\n", - " 'Noda, Tetsuo'],\n", - " 'title': ['Mmh/Ogg1 gene inactivation results in accumulation of 8-hydroxyguanine in mice']},\n", - " {'bibcode': '2012PMB....57.6063W',\n", - " 'author': ['Wang, Hongkai',\n", - " 'Stout, David B.',\n", - " 'Taschereau, Richard',\n", - " 'Gu, Zheng',\n", - " 'Vu, Nam T.',\n", - " 'Prout, David L.',\n", - " 'Chatziioannou, Arion F.'],\n", - " 'title': ['MARS: a mouse atlas registration system based on a planar x-ray projector and an optical camera']},\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", - " 'title': ['Mice Mutant for Glucokinase Regulatory Protein Exhibit Decreased Liver Glucokinase: A Sequestration Mechanism in Metabolic Regulation']},\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", - " 'title': ['Circadian Clock Control by SUMOylation of BMAL1']},\n", - " {'bibcode': '2015JBO....20g6012K',\n", - " 'author': ['Kopriva, Ivica',\n", - " 'Hadžija, Marijana Popović',\n", - " 'Hadžija, Mirko',\n", - " 'Aralica, Gorana'],\n", - " 'title': ['Offset-sparsity decomposition for automated enhancement of color microscopic image of stained specimen in histopathology']},\n", - " {'bibcode': '1993Sci...261.1733R',\n", - " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", - " 'title': ['Induction by EGF and Interferon-γ of Tyrosine Phosphorylated DNA Binding Proteins in Mouse Liver Nuclei']},\n", - " {'bibcode': '1993PNAS...90.2812H',\n", - " 'author': ['Herz, Joachim', 'Gerard, Robert D.'],\n", - " 'title': ['Adenovirus-mediated transfer of low density lipoprotein receptor gene acutely accelerates cholesterol clearance in normal mice.']},\n", - " {'bibcode': '2023NatSR..13.9475K',\n", - " 'author': ['Kim, Myungsuk',\n", - " 'Huda, M. Nazmul',\n", - " 'Evans, Levi W.',\n", - " 'Que, Excel',\n", - " 'Gertz, Erik R.',\n", - " 'Maeda-Smithies, Nobuyo',\n", - " 'Bennett, Brian J.'],\n", - " 'title': ['Integrative analysis of hepatic transcriptional profiles reveals genetic regulation of atherosclerosis in hyperlipidemic Diversity Outbred-F1 mice']},\n", - " {'bibcode': '2017NatSR...712488D',\n", - " 'author': ['Deol, Poonamjot',\n", - " 'Fahrmann, Johannes',\n", - " 'Yang, Jun',\n", - " 'Evans, Jane R.',\n", - " 'Rizo, Antonia',\n", - " 'Grapov, Dmitry',\n", - " 'Salemi, Michelle',\n", - " 'Wanichthanarak, Kwanjeera',\n", - " 'Fiehn, Oliver',\n", - " 'Phinney, Brett',\n", - " 'Hammock, Bruce D.',\n", - " 'Sladek, Frances M.'],\n", - " 'title': ['Omega-6 and omega-3 oxylipins are implicated in soybean oil-induced obesity in mice']},\n", - " {'bibcode': '2014Nanos...7..625Y',\n", - " 'author': ['Yang, Lin',\n", - " 'Kuang, Huijuan',\n", - " 'Zhang, Wanyi',\n", - " 'Aguilar, Zoraida P.',\n", - " 'Xiong, Yonghua',\n", - " 'Lai, Weihua',\n", - " 'Xu, Hengyi',\n", - " 'Wei, Hua'],\n", - " 'title': ['Size dependent biodistribution and toxicokinetics of iron oxide magnetic nanoparticles in mice']},\n", - " {'bibcode': '1980Sci...209.1128N',\n", - " 'author': ['Newell, Nanette',\n", - " 'Richards, Julia E.',\n", - " 'Tucker, Philip W.',\n", - " 'Blattner, Frederick R.'],\n", - " 'title': ['J Genes for Heavy Chain Immunoglobulins of Mouse']},\n", - " {'bibcode': '2007PNAS..10416480C',\n", - " 'author': ['Choi, Cheol Soo',\n", - " 'Savage, David B.',\n", - " 'Abu-Elheiga, Lutfi',\n", - " 'Liu, Zhen-Xiang',\n", - " 'Kim, Sheene',\n", - " 'Kulkarni, Ameya',\n", - " 'Distefano, Alberto',\n", - " 'Hwang, Yu-Jin',\n", - " 'Reznick, Richard M.',\n", - " 'Codella, Roberto',\n", - " 'Zhang, Dongyan',\n", - " 'Cline, Gary W.',\n", - " 'Wakil, Salih J.',\n", - " 'Shulman, Gerald I.'],\n", - " 'title': ['Continuous fat oxidation in acetyl CoA carboxylase 2 knockout mice increases total energy expenditure, reduces fat mass, and improves insulin sensitivity']},\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", - " 'title': ['Establishment of repeated liver biopsy technique in experimental mice']},\n", - " {'bibcode': '2019OExpr..2726014H',\n", - " 'author': ['Huang, Pingjie',\n", - " 'Cao, Yuqi',\n", - " 'Chen, Jiani',\n", - " 'Ge, Weiting',\n", - " 'Hou, Dibo',\n", - " 'Zhang, Guangxin'],\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", - " 'title': ['Association of H-2 Antigens with the Cell Membrane Fraction of Mouse Liver']},\n", - " {'bibcode': '2000Natur.406..902T',\n", - " 'author': ['Tanaka, Yoshitaka',\n", - " 'Guhde, Gundula',\n", - " 'Suter, Anke',\n", - " 'Eskelinen, Eeva-Liisa',\n", - " 'Hartmann, Dieter',\n", - " 'Lüllmann-Rauch, Renate',\n", - " 'Janssen, Paul M. L.',\n", - " 'Blanz, Judith',\n", - " 'von Figura, Kurt',\n", - " 'Saftig, Paul'],\n", - " 'title': ['Accumulation of autophagic vacuoles and cardiomyopathy in LAMP-2-deficient mice']},\n", - " {'bibcode': '1997PNAS...9413087E',\n", - " 'author': ['Engelward, Bevin P.',\n", - " 'Weeda, Geert',\n", - " 'Wyatt, Michael D.',\n", - " 'Broekhof, José L. M.',\n", - " 'de Wit, Jan',\n", - " 'Donker, Ingrid',\n", - " 'Allan, James M.',\n", - " 'Gold, Barry',\n", - " 'Hoeijmakers, Jan H. J.',\n", - " 'Samson, Leona D.'],\n", - " 'title': ['Base Excision Repair Deficient Mice Lacking the Aag Alkyladenine DNA Glycosylase']},\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", - " 'title': ['Gene Expression Profiles in Mouse Liver after Long-Term Low-Dose-Rate Irradiation with Gamma Rays']},\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", - " 'title': ['Contribution and Mobilization of Mesenchymal Stem Cells in a mouse model of carbon tetrachloride-induced liver fibrosis']},\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", - " 'title': ['Antidiabetic and antisteatotic effects of the selective fatty acid synthase (FAS) inhibitor platensimycin in mouse models of diabetes']},\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", - " 'title': ['Astaxanthin prevents and reverses diet-induced insulin resistance and steatohepatitis in mice: A comparison with vitamin E']},\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", - " 'title': ['Development and rescue of human familial hypercholesterolaemia in a xenograft mouse model']},\n", - " {'bibcode': '2020JMoSt120827895W',\n", - " 'author': ['Wang, Xia',\n", - " 'Huo, Xiu-zhu',\n", - " 'Liu, Zhe',\n", - " 'Yang, Ran',\n", - " 'Zeng, Hua-jin'],\n", - " 'title': ['Investigations on the anti-aging activity of polysaccharides from Chinese yam and their regulation on klotho gene expression in mice']},\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", - " 'title': ['Dynamic tracking and identification of tissue-specific secretory proteins in the circulation of live 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", - " 'title': ['Function of GATA Factors in the Adult Mouse Liver']},\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", - " 'title': ['Pathogenesis of emerging severe fever with thrombocytopenia syndrome virus in C57/BL6 mouse model']},\n", - " {'bibcode': '2017NatSR...7..714T',\n", - " 'author': ['Thiele, Nina D.',\n", - " 'Wirth, Jan W.',\n", - " 'Steins, David',\n", - " 'Koop, Anja C.',\n", - " 'Ittrich, Harald',\n", - " 'Lohse, Ansgar W.',\n", - " 'Kluwe, Johannes'],\n", - " 'title': ['TIMP-1 is upregulated, but not essential in hepatic fibrogenesis and carcinogenesis in mice']},\n", - " {'bibcode': '2022NatSR..1222273Z',\n", - " 'author': ['Zangerolamo, Lucas',\n", - " 'Carvalho, Marina',\n", - " 'Barssotti, Leticia',\n", - " 'Soares, Gabriela M.',\n", - " 'Marmentini, Carine',\n", - " 'Boschero, Antonio C.',\n", - " 'Barbosa, Helena Cristina L.'],\n", - " 'title': ['The bile acid TUDCA reduces age-related hyperinsulinemia 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", - " 'title': ['Disparate metabolic response to fructose feeding between different mouse strains']},\n", - " {'bibcode': '2021NatSR..11.3599S',\n", - " 'author': ['Sakamoto, Hiroki',\n", - " 'Miyanishi, Koji',\n", - " 'Tanaka, Shingo',\n", - " 'Ito, Ryo',\n", - " 'Hamaguchi, Kota',\n", - " 'Sakurada, Akira',\n", - " 'Sato, Masanori',\n", - " 'Kubo, Tomohiro',\n", - " 'Osuga, Takahiro',\n", - " 'Murase, Kazuyuki',\n", - " 'Takada, Kohichi',\n", - " 'Nakabeppu, Yusaku',\n", - " 'Kobune, Masayoshi',\n", - " 'Kato, Junji'],\n", - " 'title': ['MUTYH is associated with hepatocarcinogenesis in a non-alcoholic steatohepatitis mouse model']},\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", - " 'title': ['Versatile Ti3C2Tx MXene for free-radical scavenging']},\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", - " 'title': ['Activity of Δ 8- and Δ 9-Tetrahydrocannabinol and Related Compounds in the Mouse']},\n", - " {'bibcode': '1979Natur.281...74L',\n", - " 'author': ['Lipsich, Leah Ann', 'Kates, Joseph R.', 'Lucas, Joseph J.'],\n", - " 'title': ['Expression of a liver-specific function by mouse fibroblast nuclei transplanted into rat hepatoma cytoplasts']},\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", - " 'title': ['Coenzyme Q10 Ameliorates potassium cyanide-induced toxicosis in a mouse model']},\n", - " {'bibcode': '2018Natur.558..301Q',\n", - " 'author': ['Que, Xuchu',\n", - " 'Hung, Ming-Yow',\n", - " 'Yeang, Calvin',\n", - " 'Gonen, Ayelet',\n", - " 'Prohaska, Thomas A.',\n", - " 'Sun, Xiaoli',\n", - " 'Diehl, Cody',\n", - " 'Määttä, Antti',\n", - " 'Gaddis, Dalia E.',\n", - " 'Bowden, Karen',\n", - " 'Pattison, Jennifer',\n", - " 'MacDonald, Jeffrey G.',\n", - " 'Ylä-Herttuala, Seppo',\n", - " 'Mellon, Pamela L.',\n", - " 'Hedrick, Catherine C.',\n", - " 'Ley, Klaus',\n", - " 'Miller, Yury I.',\n", - " 'Glass, Christopher K.',\n", - " 'Peterson, Kirk L.',\n", - " 'Binder, Christoph J.',\n", - " 'Tsimikas, Sotirios',\n", - " 'Witztum, Joseph L.'],\n", - " 'title': ['Oxidized phospholipids are proinflammatory and proatherogenic in hypercholesterolaemic mice']},\n", - " {'bibcode': '2022SciBu..67..733W',\n", - " 'author': ['Wei, Siying',\n", - " 'Li, Chenchen',\n", - " 'Luo, Xuemei',\n", - " 'Yang, Lanzexin',\n", - " 'Yu, Long',\n", - " 'Wang, Qintao',\n", - " 'Meng, Zhuo-Xian',\n", - " 'Wang, Tao',\n", - " 'Chen, Yan'],\n", - " 'title': ['Intermittent protein restriction protects islet β cells and improves glucose homeostasis in diabetic mice']},\n", - " {'bibcode': '2015ApNan...5..937A',\n", - " 'author': ['Arockia John Paul, J.', 'Karunai Selvi, B.', 'Karmegam, N.'],\n", - " 'title': ['Biosynthesis of silver nanoparticles from Premna serratifolia L. leaf and its anticancer activity in CCl4-induced hepato-cancerous Swiss albino mice']},\n", - " {'bibcode': '2020JPhCS1445a2018A',\n", - " 'author': ['Akhmad Husen, Saikhu',\n", - " 'Hary Kalqutny, Septian',\n", - " 'Ansori, Arif Nur Muhammad',\n", - " 'Joko Kuncoroningrat Susilo, Raden',\n", - " 'Khaleyla, Firas',\n", - " 'Winarni, Dwi'],\n", - " 'title': ['Hepato-Renal Protective Effects of Mangosteen (Garcinia mangostana L.) Pericarp Extract in Streptozotocin-induced Diabetic Mice']},\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", - " 'title': ['GREB1 induced by Wnt signaling promotes development of hepatoblastoma by suppressing TGFβ signaling']},\n", - " {'bibcode': '2020NatCo..11.1344J',\n", - " 'author': ['Jabs, Sabrina',\n", - " 'Biton, Anne',\n", - " 'Bécavin, Christophe',\n", - " 'Nahori, Marie-Anne',\n", - " 'Ghozlane, Amine',\n", - " 'Pagliuso, Alessandro',\n", - " 'Spanò, Giulia',\n", - " 'Guérineau, Vincent',\n", - " 'Touboul, David',\n", - " 'Giai Gianetto, Quentin',\n", - " 'Chaze, Thibault',\n", - " 'Matondo, Mariette',\n", - " 'Dillies, Marie-Agnès',\n", - " 'Cossart, Pascale'],\n", - " 'title': ['Impact of the gut microbiota on the m6A epitranscriptome of mouse cecum and liver']},\n", - " {'bibcode': '1993PNAS...90.8088M',\n", - " 'author': ['Michalska, Anna E.', 'Choo, K. H. Andy'],\n", - " 'title': ['Targeting and germ-line transmission of a null mutation at the metallothionein I and II loci in mouse.']},\n", - " {'bibcode': '2018NatSR...8..188Y',\n", - " 'author': ['Yang, Xu',\n", - " 'Fujisawa, Masayoshi',\n", - " 'Yoshimura, Teizo',\n", - " 'Ohara, Toshiaki',\n", - " 'Sato, Miwa',\n", - " 'Mino, Megumi',\n", - " 'San, Thar Htet',\n", - " 'Gao, Tong',\n", - " 'Kunkel, Steven L.',\n", - " 'Matsukawa, Akihiro'],\n", - " 'title': ['Spred2 Deficiency Exacerbates D-Galactosamine/Lipopolysaccharide -induced Acute Liver Injury in Mice via Increased Production of TNFα']},\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", - " 'title': ['Vitamin E reduces chromosomal damage and inhibits hepatic tumor formation in a transgenic mouse model']},\n", - " {'bibcode': '2010Nanot..21q5101Z',\n", - " 'author': ['Zhang, Danying',\n", - " 'Deng, Xiaoyong',\n", - " 'Ji, Zongfei',\n", - " 'Shen, Xizhong',\n", - " 'Dong, Ling',\n", - " 'Wu, Minghong',\n", - " 'Gu, Taoying',\n", - " 'Liu, Yuanfang'],\n", - " 'title': ['Long-term hepatotoxicity of polyethylene-glycol functionalized multi-walled carbon nanotubes in mice']},\n", - " {'bibcode': '1990RadR..124..227M',\n", - " 'author': ['Majo, V. Di', 'Coppola, M.', 'Rebessi, S.', 'Covelli, V.'],\n", - " 'title': ['Age-Related Susceptibility of Mouse Liver to Induction of Tumors by Neutrons']},\n", - " {'bibcode': '2014INL.....4..113A',\n", - " 'author': ['Ajdari, Marziyeh', 'Ziaee Ghahnavieh, Marziyeh'],\n", - " 'title': ['Histopathology effects of nickel nanoparticles on lungs, liver, and spleen tissues in male mice']},\n", - " {'bibcode': '2018NatSR...8.8417B',\n", - " 'author': ['Bégay, Valérie',\n", - " 'Baumeier, Christian',\n", - " 'Zimmermann, Karin',\n", - " 'Heuser, Arnd',\n", - " 'Leutz, Achim'],\n", - " 'title': ['The C/EBPβ LIP isoform rescues loss of C/EBPβ function in the mouse']},\n", - " {'bibcode': '1998PNAS...9515382G',\n", - " 'author': ['Garabedian, Emily M.',\n", - " 'Humphrey, Peter A.',\n", - " 'Gordon, Jeffrey I.'],\n", - " 'title': ['A Transgenic Mouse Model of Metastatic Prostate Cancer Originating from Neuroendocrine Cells']},\n", - " {'bibcode': '2002PNAS...99.7604J',\n", - " 'author': ['Joseph, Sean B.',\n", - " 'McKilligin, Elaine',\n", - " 'Pei, Liming',\n", - " 'Watson, Michael A.',\n", - " 'Collins, Alan R.',\n", - " 'Laffitte, Bryan A.',\n", - " 'Chen, Mingyi',\n", - " 'Noh, Grace',\n", - " 'Goodman, Joanne',\n", - " 'Hagger, Graham N.',\n", - " 'Tran, Jonathan',\n", - " 'Tippin, Tim K.',\n", - " 'Wang, Xuping',\n", - " 'Lusis, Aldons J.',\n", - " 'Hsueh, Willa A.',\n", - " 'Law, Ronald E.',\n", - " 'Collins, Jon L.',\n", - " 'Willson, Timothy M.',\n", - " 'Tontonoz, Peter'],\n", - " 'title': ['Synthetic LXR ligand inhibits the development of atherosclerosis in mice']},\n", - " {'bibcode': '2017NatSR...7.6120T',\n", - " 'author': ['Tu, Lan N.',\n", - " 'Showalter, Megan R.',\n", - " 'Cajka, Tomas',\n", - " 'Fan, Sili',\n", - " 'Pillai, Viju V.',\n", - " 'Fiehn, Oliver',\n", - " 'Selvaraj, Vimal'],\n", - " 'title': ['Metabolomic characteristics of cholesterol-induced non-obese nonalcoholic fatty liver disease in mice']},\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", - " 'title': ['Experimental infection model for Sin Nombre hantavirus in the deer mouse (Peromyscus maniculatus)']},\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", - " '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': '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", - " 'title': ['Hyperammonemia in gene-targeted mice lacking functional hepatic glutamine synthetase']},\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", - " 'title': ['Chronic Active Hepatitis in Transgenic Mice Expressing Interferon-γ in the Liver']},\n", - " {'bibcode': '2018JPhCS1003a2009A',\n", - " 'author': ['Ali, Intisar H.',\n", - " 'Jabir, Majid S.',\n", - " 'Al-Shmgani, Hanady S. A.',\n", - " 'Sulaiman, Ghassan M.',\n", - " 'Sadoon, Ali H.'],\n", - " 'title': ['Pathological And Immunological Study On Infection With Escherichia Coli In ale BALB/c mice']},\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", - " 'title': ['Quantification of nematic cell polarity in three-dimensional tissues']},\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", - " 'title': ['Circadian clock component PERIOD2 regulates diurnal expression of Na+/H+ exchanger regulatory factor-1 and its scaffolding function']},\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", - " 'title': ['Rab5 is necessary for the biogenesis of the endolysosomal system in vivo']},\n", - " {'bibcode': '1989PNAS...86.7547S',\n", - " 'author': ['Suematsu, Sachiko',\n", - " 'Matsuda, Tadashi',\n", - " 'Aozasa, Katsuyuki',\n", - " 'Akira, Shizuo',\n", - " 'Nakano, Naoko',\n", - " 'Ohno, Shinsuke',\n", - " 'Miyazaki, Jun-Ichi',\n", - " 'Yamamura, Ken-Ichi',\n", - " 'Hirano, Toshio',\n", - " 'Kishimoto, Tadamitsu'],\n", - " 'title': ['IgG1 plasmacytosis in interleukin 6 transgenic mice.']},\n", - " {'bibcode': '2017NatSR...717751W',\n", - " 'author': ['Woodfield, Sarah E.',\n", - " 'Shi, Yan',\n", - " 'Patel, Roma H.',\n", - " 'Jin, Jingling',\n", - " 'Major, Angela',\n", - " 'Sarabia, Stephen F.',\n", - " 'Starosolski, Zbigniew',\n", - " 'Zorman, Barry',\n", - " 'Gupta, Siddharth S.',\n", - " 'Chen, Zhenghu',\n", - " 'Ibarra, Aryana M.',\n", - " 'Bissig, Karl-Dimiter',\n", - " 'Ghaghada, Ketan B.',\n", - " 'Sumazin, Pavel',\n", - " 'López-Terrada, Dolores',\n", - " 'Vasudevan, Sanjeev A.'],\n", - " 'title': ['A Novel Cell Line Based Orthotopic Xenograft Mouse Model That Recapitulates Human Hepatoblastoma']},\n", - " {'bibcode': '2014PLoSO...9k6179J',\n", - " 'author': ['Jiang, Yan', 'Chen, Jiahong', 'Tong, Jian', 'Chen, Tao'],\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", - " 'title': ['Effect ofAtmDisruption on Spontaneously Arising and Radiation-Induced Deletion Mutations in Mouse Liver']},\n", - " {'bibcode': '1999Natur.400..886Y',\n", - " 'author': ['Yin, Xiao-Ming',\n", - " 'Wang, Kun',\n", - " 'Gross, Atan',\n", - " 'Zhao, Yongge',\n", - " 'Zinkel, Sandra',\n", - " 'Klocke, Barbara',\n", - " 'Roth, Kevin A.',\n", - " 'Korsmeyer, Stanley J.'],\n", - " 'title': ['Bid-deficient mice are resistant to Fas-induced hepatocellular apoptosis']},\n", - " {'bibcode': '1971Sci...171..917P',\n", - " 'author': ['Price, Gerald B.', 'Modak, S. P.', 'Makinodan, T.'],\n", - " 'title': ['Age-Associated Changes in the DNA of Mouse Tissue']},\n", - " {'bibcode': '2001PNAS...9813607Y',\n", - " 'author': ['Yang, Jian',\n", - " 'Goldstein, Joseph L.',\n", - " 'Hammer, Robert E.',\n", - " 'Moon, Young-Ah',\n", - " 'Brown, Michael S.',\n", - " 'Horton, Jay D.'],\n", - " 'title': ['Decreased lipid synthesis in livers of mice with disrupted Site-1 protease gene']},\n", - " {'bibcode': '2021DIB....3807420B',\n", - " 'author': ['Black, Michael B.',\n", - " 'Andersen, Melvin E.',\n", - " 'Pendse, Salil N.',\n", - " 'Borghoff, Susan J.',\n", - " 'Streicker, Michael',\n", - " 'McMullen, Patrick D.'],\n", - " 'title': ['RNA-sequencing (transcriptomic) data collected in liver and lung of male and female B6C3F1 mice exposed to various dose levels of 4-methylimidazole for 2, 5, or 28 days']},\n", - " {'bibcode': '2023Heliy...919359Q',\n", - " 'author': ['Qiu, Fengjun',\n", - " 'Zeng, Rui',\n", - " 'Li, Du',\n", - " 'Ye, Tingjie',\n", - " 'Xu, Wei',\n", - " 'Wang, Xiaoling',\n", - " 'Yan, Xiaofeng',\n", - " 'Li, Hua',\n", - " 'Hu, Xudong'],\n", - " 'title': ['Establishment and bioinformatics evaluation of the ethanol combined with palmitic acid-induced mouse hepatocyte AFLD model (the Hu-Qiu Model)']},\n", - " {'bibcode': '2010PLoSO...511264K',\n", - " 'author': ['Kojima, Shihoko',\n", - " 'Gatfield, David',\n", - " 'Esau, Christine C.',\n", - " 'Green, Carla B.'],\n", - " 'title': ['MicroRNA-122 Modulates the Rhythmic Expression Profile of the Circadian Deadenylase Nocturnin in Mouse Liver']},\n", - " {'bibcode': '2023NatSR..13.5525M',\n", - " 'author': ['Mohamed, Hanan R. H.',\n", - " 'Tulbah, Fadi S. A.',\n", - " 'El-ghor, Akmal A.',\n", - " 'Eissa, Shaymaa M.'],\n", - " 'title': ['Suppression of tumor growth and apoptosis induction by pomegranate seed nano-emulsion in mice bearing solid Ehrlich carcinoma cells']},\n", - " {'bibcode': '2002PNAS...9916237Y',\n", - " 'author': ['Yu, Liqing',\n", - " 'Hammer, Robert E.',\n", - " 'Li-Hawkins, Jia',\n", - " 'von Bergmann, Klaus',\n", - " 'Lutjohann, Dieter',\n", - " 'Cohen, Jonathan C.',\n", - " 'Hobbs, Helen H.'],\n", - " 'title': ['Disruption of Abcg5 and Abcg8 in mice reveals their crucial role in biliary cholesterol secretion']},\n", - " {'bibcode': '1997PNAS...94.2540O',\n", - " 'author': ['Ohshima, Toshio',\n", - " 'Murray, Gary J.',\n", - " 'Swaim, William D.',\n", - " 'Longenecker, Glenn',\n", - " 'Quirk, Jane M.',\n", - " 'Cardarelli, Carol O.',\n", - " 'Sugimoto, Yoshikazu',\n", - " 'Pastan, Ira',\n", - " 'Gottesman, Michael M.',\n", - " 'Brady, Roscoe O.',\n", - " 'Kulkarni, Ashok B.'],\n", - " 'title': ['α -Galactosidase A Deficient Mice: A Model of Fabry Disease']},\n", - " {'bibcode': '1980PNAS...77.6511D',\n", - " 'author': ['Durnam, Diane M.',\n", - " 'Perrin, Fabienne',\n", - " 'Gannon, Frank',\n", - " 'Palmiter, Richard D.'],\n", - " 'title': ['Isolation and characterization of the mouse metallothionein-I gene.']},\n", - " {'bibcode': '2000Natur.406..435X',\n", - " 'author': ['Xie, Wen',\n", - " 'Barwick, Joyce L.',\n", - " 'Downes, Michael',\n", - " 'Blumberg, Bruce',\n", - " 'Simon, Cynthia M.',\n", - " 'Nelson, Michael C.',\n", - " 'Neuschwander-Tetri, Brent A.',\n", - " 'Brunt, Elizabeth M.',\n", - " 'Guzelian, Philip S.',\n", - " 'Evans, Ronald M.'],\n", - " 'title': ['Humanized xenobiotic response in mice expressing nuclear receptor SXR']},\n", - " {'bibcode': '2018NatSR...813157S',\n", - " 'author': ['Sugisawa, Ryoichi',\n", - " 'Komatsu, Ginga',\n", - " 'Hiramoto, Emiri',\n", - " 'Takeda, Naoki',\n", - " 'Yamamura, Ken-ichi',\n", - " 'Arai, Satoko',\n", - " 'Miyazaki, Toru'],\n", - " 'title': ['Independent modes of disease repair by AIM protein distinguished in AIM-felinized mice']},\n", - " {'bibcode': '1984JESHB..19..501C',\n", - " 'author': ['Chukwudebe, A. C.', 'Hussain, M. A.', 'Oloffs, P. C.'],\n", - " 'title': ['Hydrolytic and metabolic products of acephate in water and mouse liver']},\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", - " 'title': ['Deep learning-enabled multi-organ segmentation in whole-body mouse scans']},\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", - " 'title': ['Pervasive lesion segregation shapes cancer genome evolution']}]" - ] - }, - "execution_count": 58, - "metadata": {}, - "output_type": "execute_result" + "name": "stdout", + "output_type": "stream", + "text": [ + "2018NatCo...9.1553W\n" + ] } ], "source": [ - "results['response']['docs']" + "print(results['response']['docs'][0]['bibcode'])" ] }, { From 2d1a916b521c3f6bcf1e7506c8093b2390ff89e3 Mon Sep 17 00:00:00 2001 From: Bishwas Praveen Date: Wed, 13 Dec 2023 11:54:09 -0600 Subject: [PATCH 3/3] generate urls for docs that link to both the original source and scix website --- jupyter_notebooks/SciX-API-Experiments.ipynb | 19673 +++++++++-------- 1 file changed, 10337 insertions(+), 9336 deletions(-) diff --git a/jupyter_notebooks/SciX-API-Experiments.ipynb b/jupyter_notebooks/SciX-API-Experiments.ipynb index bc406b86..c556c442 100644 --- a/jupyter_notebooks/SciX-API-Experiments.ipynb +++ b/jupyter_notebooks/SciX-API-Experiments.ipynb @@ -2,19 +2,20 @@ "cells": [ { "cell_type": "code", - "execution_count": 19, + "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" + "from urllib.parse import urlencode, quote_plus\n", + "import json" ] }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 84, "id": "ff8fbea1-9ed5-4c2d-8db3-a9e70e959b46", "metadata": {}, "outputs": [], @@ -24,7 +25,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 85, "id": "bad736d7-b513-413e-8782-e890e3c2b447", "metadata": {}, "outputs": [], @@ -34,7 +35,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 86, "id": "db3c6e3c-1c2a-4bd1-aa36-3a4e34a56cf2", "metadata": {}, "outputs": [ @@ -45,15 +46,15 @@ "{\n", " \"responseHeader\":{\n", " \"status\":0,\n", - " \"QTime\":250,\n", + " \"QTime\":620,\n", " \"params\":{\n", " \"q\":\"star\",\n", " \"fl\":\"id\",\n", " \"start\":\"0\",\n", - " \"internal_logging_params\":\"X-Amzn-Trace-Id=Root=1-6578f46b-122d3b443032f9e4745e38b2\",\n", + " \"internal_logging_params\":\"X-Amzn-Trace-Id=Root=1-6579de6a-61dd93ba324cedd14f7000e1\",\n", " \"rows\":\"10\",\n", " \"wt\":\"json\"}},\n", - " \"response\":{\"numFound\":610619,\"start\":0,\"docs\":[\n", + " \"response\":{\"numFound\":610670,\"start\":0,\"docs\":[\n", " {\n", " \"id\":\"7258815\"},\n", " {\n", @@ -79,8 +80,8 @@ " % 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 44.208.57.22:443...\n", - "* Connected to scixplorer.org (44.208.57.22) port 443 (#0)\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", @@ -115,7 +116,7 @@ "* h2 [user-agent: curl/8.1.2]\n", "* h2 [accept: */*]\n", "* h2 [authorization: Bearer fmHQTYXdYU8Cl4yjs84fiuY3IYqoKqIO6RrXJngy]\n", - "* Using Stream ID: 1 (easy handle 0x7fb2fc80a800)\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", @@ -123,7 +124,7 @@ "> Authorization: Bearer fmHQTYXdYU8Cl4yjs84fiuY3IYqoKqIO6RrXJngy\n", "> \n", "< HTTP/2 200 \n", - "< date: Wed, 13 Dec 2023 00:01:48 GMT\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", @@ -132,15 +133,15 @@ "< access-control-allow-credentials: true\n", "< vary: Origin\n", "< x-ratelimit-limit: 5000\n", - "< x-ratelimit-remaining: 4980\n", - "< x-ratelimit-reset: 1702492874\n", - "< retry-after: 67165\n", - "< set-cookie: session=.eJyrVopPK0otzlCyKikqTdVRis9MUbKqVlJIUrJS8nP3y_Fzj8ryq3I19HcJNPJ3D6yIzMo28MsKNfAPDzXxDUk2jgpJyfHNjbRVqgXqLUgtyk3MS80rgZlWWpxaBDZRydTAxMxEqRYAxf4jWQ.ZXj0bA.oCHsNA0lhwkXen25V8B2X6LoVnU; Expires=Thu, 12-Dec-2024 06:01:48 GMT; Secure; HttpOnly; Path=/; SameSite=None\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 1405 0 --:--:-- --:--:-- --:--:-- 1421\n", - "100 648 100 648 0 0 1404 0 --:--:-- --:--:-- --:--:-- 1421\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" ] @@ -155,7 +156,7 @@ }, { "cell_type": "code", - "execution_count": 80, + "execution_count": 110, "id": "6849e200-08c3-4d1a-825a-a1ad97a4c8a1", "metadata": {}, "outputs": [ @@ -163,37 +164,69 @@ "data": { "text/plain": [ "{'responseHeader': {'status': 0,\n", - " 'QTime': 123,\n", - " 'params': {'q': \"full:'mouse liver'\",\n", - " 'fl': 'title,bibcode,author',\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-6578fed0-60b280051e18f4cf57222e42',\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': 9509,\n", + " 'response': {'numFound': 2830,\n", " 'start': 0,\n", - " 'docs': [{'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", - " 'title': ['A proteomics landscape of circadian clock in mouse liver']},\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", @@ -201,42 +234,24 @@ " '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': '2020PMB....65u5024L',\n", - " 'author': ['Li, Yuanyuan', 'Song, Jiaxiang', 'Xia, Hui', 'Liu, Guoqiang'],\n", - " 'title': ['The experimental study of mouse liver in magneto-acousto-electrical tomography by scan mode']},\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", - " 'title': ['Circadian clock-dependent and -independent rhythmic proteomes implement distinct diurnal functions in mouse liver']},\n", - " {'bibcode': '1963Sci...140.1408H',\n", - " 'author': ['Hoyer, Bill H.', 'McCarthy, Brian J.', 'Bolton, Ellis T.'],\n", - " 'title': ['Complementary RNA in Nucleus and Cytoplasm of Mouse Liver Cells']},\n", - " {'bibcode': '1981Natur.291..340H',\n", - " 'author': ['Hager, Lisa J.', 'Palmiter, Richard D.'],\n", - " 'title': ['Transcriptional regulation of mouse liver metallothionein-I gene by glucocorticoids']},\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", - " 'title': ['Replacement of Diseased Mouse Liver by Hepatic Cell Transplantation']},\n", - " {'bibcode': '2013JBO....18d0505Z',\n", - " 'author': ['Zhang, Guanglei',\n", - " 'Liu, Fei',\n", - " 'Zhang, Bin',\n", - " 'He, Yun',\n", - " 'Luo, Jianwen',\n", - " 'Bai, Jing'],\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': '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", @@ -247,373 +262,370 @@ " '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': '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", - " 'title': ['Circadian and feeding rhythms differentially affect rhythmic mRNA transcription and translation 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': '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", - " 'title': ['Dosage compensation and DNA methylation landscape of the X chromosome in mouse liver']},\n", - " {'bibcode': '1979Sci...203.1019S',\n", - " 'author': ['Singer, Judith', 'Roberts-Ems, Joan', 'Riggs, Arthur D.'],\n", - " 'title': ['Methylation of Mouse Liver DNA Studied by Means of the Restriction Enzymes Msp I and Hpa II']},\n", - " {'bibcode': '1994PNAS...91.6196E',\n", - " 'author': ['Engelhardt, John F.',\n", - " 'Ye, Xuehai',\n", - " 'Doranz, Benjamin',\n", - " 'Wilson, James M.'],\n", - " 'title': ['Ablation of E2A in recombinant adenoviruses improves transgene persistence and decreases inflammatory response in mouse liver.']},\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", - " 'title': ['LGR5 marks targetable tumor-initiating cells in mouse liver cancer']},\n", - " {'bibcode': '1982PNAS...79.6237C',\n", - " 'author': ['Cohen, Stanley', 'Fava, Roy A.', 'Sawyer, Stephen T.'],\n", - " 'title': ['Purification and characterization of epidermal growth factor receptor/protein kinase from normal mouse liver.']},\n", - " {'bibcode': '2006PNAS..10318586F',\n", - " 'author': ['Ferraro, Paola',\n", - " 'Nicolosi, Luca',\n", - " 'Bernardi, Paolo',\n", - " 'Reichard, Peter',\n", - " 'Bianchi, Vera'],\n", - " 'title': ['Mitochondrial deoxynucleotide pool sizes in mouse liver and evidence for a transport mechanism for thymidine monophosphate']},\n", - " {'bibcode': '1978IJBm...22...43B',\n", - " 'author': ['Bhartendu', 'Menon, I. A.'],\n", - " 'title': ['Effects of atmospheric small negative ions on the oxygen consumption of mouse liver cells']},\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", - " 'title': [\"Mouse liver and salivary gland α-amylase mRNAs differ only in 5' non-translated sequences\"]},\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", - " 'title': ['Molecular association between major histocompatibility complex class I antigens and insulin receptors in mouse liver membranes.']},\n", - " {'bibcode': '1995PNAS...92.4215R',\n", - " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n", - " 'title': ['Epidermal growth factor induces the tyrosine phosphorylation and nuclear translocation of Stat 5 in mouse liver.']},\n", - " {'bibcode': '1979PNAS...76.5445M',\n", - " 'author': ['McLaughlin, A. C.', 'Takeda, H.', 'Chance, B.'],\n", - " 'title': ['Rapid ATP Assays in Perfused Mouse Liver by 31P NMR']},\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': '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", - " 'title': ['Controlled induction of DNA double-strand breaks in the mouse liver induces features of tissue ageing']},\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", - " 'title': ['Cloning and sequencing of cDNA encoding the complete mouse liver alcohol dehydrogenase.']},\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': '2018JASMS..29..711R',\n", - " 'author': ['Rzagalinski, Ignacy',\n", - " 'Hainz, Nadine',\n", - " 'Meier, Carola',\n", - " 'Tschernig, Thomas',\n", - " 'Volmer, Dietrich A.'],\n", - " 'title': ['MALDI Mass Spectral Imaging of Bile Acids Observed as Deprotonated Molecules and Proton-Bound Dimers from Mouse Liver Sections']},\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", - " 'title': ['PROCEEDINGS ON SYNCHROTRON RADIATION: Medical application of diffraction enhanced imaging in mouse liver blood vessels']},\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", - " 'title': ['Persistent Expression of Human Clotting Factor IX from Mouse Liver after Intravenous Injection of Adeno-Associated Virus Vectors']},\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", - " 'title': ['Taurine transporter (TauT) deficiency impairs ammonia detoxification in mouse liver']},\n", - " {'bibcode': '2010ANSNN...1a5015T',\n", - " 'author': ['Thanh Tran, The', 'Phan, Van Chi'],\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': '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", - " 'title': ['Translation elongation factor 2 depletion by siRNA in mouse liver leads to mTOR-independent translational upregulation of ribosomal protein genes']},\n", - " {'bibcode': '2020AcSpA.22817719C',\n", - " 'author': ['Cakmak-Arslan, Gulgun',\n", - " 'Haksoy, Humeyra',\n", - " 'Goc-Rasgele, Pinar',\n", - " 'Kekecoglu, Meral'],\n", - " 'title': ['Determination of the dose-dependent toxic effects of mad honey on mouse liver using ATR-FTIR spectroscopy']},\n", - " {'bibcode': '1973PNAS...70..909G',\n", - " 'author': ['Gershon, Harriet', 'Gershon, David'],\n", - " 'title': ['Inactive Enzyme Molecules in Aging Mice: Liver Aldolase']},\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", - " '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': '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", - " 'title': ['Low-dose acetaminophen induces early disruption of cell-cell tight junctions in human hepatic cells and 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", - " 'title': ['Imaging gold nanoparticles in mouse liver by laser ablation inductively coupled plasma mass spectrometry']},\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", - " 'title': ['MacroH2A1 associates with nuclear lamina and maintains chromatin architecture in mouse liver cells']},\n", - " {'bibcode': '1985ToxIH...1..311P',\n", - " 'author': ['Pereira, Michael A.'],\n", - " 'title': ['Mouse Liver Tumor Data: Assessment of Carcinogenic Activity']},\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", - " 'title': ['Mouse liver injury induces hepatic macrophage FGF23 production']},\n", - " {'bibcode': '2013ToxIH..29..761T',\n", - " 'author': ['Tousson, Ehab',\n", - " 'Beltagy, Doha M.',\n", - " 'Gazia, Maha Abo',\n", - " 'Al-Behbehani, Bahija'],\n", - " 'title': ['Expressions of P53 and CD68 in mouse liver with Schistosoma mansoni infection and the protective role of silymarin']},\n", - " {'bibcode': '1978PNAS...75.3322H',\n", - " 'author': ['Henriksen, Ole', 'Robinson, Elizabeth A.', 'Appella, Ettore'],\n", - " 'title': ['Structural characterization of H-2 antigens purified from 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", - " 'title': ['A new class of protein biomarkers based on subcellular distribution: application to a mouse liver cancer model']},\n", - " {'bibcode': '2016NatSR...627665X',\n", - " 'author': ['Xie, Jieshi',\n", - " 'Yang, Le',\n", - " 'Tian, Lei',\n", - " 'Li, Weiyang',\n", - " 'Yang, Lin',\n", - " 'Li, Liying'],\n", - " 'title': ['Macrophage Migration Inhibitor Factor Upregulates MCP-1 Expression in an Autocrine Manner in Hepatocytes during Acute Mouse Liver Injury']},\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", - " 'title': ['Effect of cyanobacteria extract on some associated enzymes in mouse liver in vivo']},\n", - " {'bibcode': '2014MicST..25..303R',\n", - " 'author': ['Ramirez, Joaquin',\n", - " 'Periyakaruppan, Adaikkappan',\n", - " 'Sarkar, Shubhashish',\n", - " 'Ramesh, Govindarajan T.',\n", - " 'Sharma, S. Chidananda'],\n", - " 'title': ['Effect of Simulated Microgravity on the Activity of Regulatory Enzymes of Glycolysis and Gluconeogenesis in Mice Liver']},\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", - " 'title': ['Multi-omics reveals aging-related pathway in natural aging mouse liver']},\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", - " 'title': ['Mitochondrial ATP transporter depletion protects mice against liver steatosis and insulin resistance']},\n", - " {'bibcode': '2021zndo...4694749M',\n", - " 'author': ['Mrichter23', 'Laboratory, Martinez-Jimenez'],\n", - " 'title': ['snRNA-seq2 analysis pipeline']},\n", - " {'bibcode': '1974RSPSB.187..363G',\n", - " 'author': ['Graf, J.', 'Petersen, O. H.'],\n", - " 'title': ['Electrogenic Sodium Pump in Mouse Liver Parenchymal Cells']},\n", - " {'bibcode': '2011PhDT.......242L',\n", - " 'author': ['Lyons, Lyndon L.'],\n", - " 'title': ['Study of in vivo exposure of single-walled carbon nanotubes in 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", - " 'title': ['In vivo and in vitro effects of pentavalent antimony on mouse liver cytochrome P450s']},\n", - " {'bibcode': '1953Natur.172..671N',\n", - " 'author': ['Nossal, G. J. V.', 'de Burgh, P. M.'],\n", - " 'title': ['Growth Cycle of Ectromelia Virus 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", @@ -626,2793 +638,71 @@ " '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': '1961Natur.190..550C',\n", - " 'author': ['Colter, J. S.', 'Ellem, K. A. O.'],\n", - " 'title': ['Antigenicity of Deoxyribonucleic Acids from Mouse Liver and from the Ehrlich Ascites Tumour']},\n", - " {'bibcode': '1961Natur.190..372L',\n", - " 'author': ['Lyon, Mary F.'],\n", - " 'title': ['Gene Action in the X-chromosome of the Mouse (Mus musculus L.)']},\n", - " {'bibcode': '2007PMB....52..577D',\n", - " 'author': ['Dogdas, Belma',\n", - " 'Stout, David',\n", - " 'Chatziioannou, Arion F.',\n", - " 'Leahy, Richard M.'],\n", - " 'title': ['Digimouse: a 3D whole body mouse atlas from CT and cryosection data']},\n", - " {'bibcode': '2019DIB....2504112A',\n", - " 'author': ['Avtanski, Dimiter', 'Chen, Karin', 'Poretsky, Leonid'],\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': '1968Natur.220...76L',\n", - " 'author': ['Lesca, Pierre'],\n", - " 'title': ['Age Variations of Acid Deoxyribonuclease Activity in Mouse Liver Nuclei']},\n", - " {'bibcode': '2017JMoSt1149..128A',\n", - " 'author': ['Anusha, Chidambaram',\n", - " 'Sankar, Renu',\n", - " 'Varunkumar, Krishnamoorthy',\n", - " 'Sivasindhuja, Gnanasambantham',\n", - " 'Ravikumar, Vilwanathan'],\n", - " 'title': ['Fourier transform-infrared spectroscopy as a diagnostic tool for mosquito coil smoke inhalation toxicity in Swiss Albino mice']},\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", - " 'title': ['A Comprehensive Mouse Transcriptomic BodyMap across 17 Tissues by RNA-seq']},\n", - " {'bibcode': '2021FrCh....9..669G',\n", - " 'author': ['Geib, Timon',\n", - " 'Moghaddam, Ghazaleh',\n", - " 'Supinski, Aimee',\n", - " 'Golizeh, Makan',\n", - " 'Sleno, Lekha'],\n", - " 'title': ['Protein Targets of Acetaminophen Covalent Binding in Rat and Mouse Liver Studied by LC-MS/MS']},\n", - " {'bibcode': '1959Natur.183.1674N',\n", - " 'author': ['Narrod, Stuart A.',\n", - " 'Langan, Thomas A.',\n", - " 'Kaplan, Nathan O.',\n", - " 'Goldin, Abraham'],\n", - " 'title': ['Effect of Azaserine (o-Diazoacetyl-L- serine) on the Pyridine Nucleotide Levels of Mouse Liver']},\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", - " 'title': ['Lethal effect of the anti-Fas antibody in mice']},\n", - " {'bibcode': '1981PNAS...78.3697C',\n", - " 'author': ['Clissold, P. M.', 'Mason, P. J.', 'Bishop, J. O.'],\n", - " 'title': ['Comparison of poly(A)-mRNA prepared from membranes and free polyribosomes of 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", - " 'title': ['Generation of Pluripotent Stem Cells from Adult Mouse Liver and Stomach Cells']},\n", - " {'bibcode': '1971PNAS...68..411A',\n", - " 'author': ['Agranoff, Bernard W.', 'Hajra, Amiya K.'],\n", - " 'title': ['The Acyl Dihydroxyacetone Phosphate Pathway for Glycerolipid Biosynthesis in Mouse Liver and Ehrlich Ascites Tumor Cells']},\n", - " {'bibcode': '2018NatSR...8.1310R',\n", - " 'author': ['Rai, Ashutosh Kumar', 'Chaturvedi, Rupesh', 'Kumar, Ashok'],\n", - " 'title': ['Proteomic evidences for microcystin-RR-induced toxicological alterations in mice 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", - " 'title': ['Reusable bi-directional 3ω sensor to measure thermal conductivity of 100-μm thick biological tissues']},\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", - " 'title': ['CRISPR-mediated direct mutation of cancer genes in the mouse liver']},\n", - " {'bibcode': '1996Sci...274.1379C',\n", - " 'author': ['Cressman, Drew E.',\n", - " 'Greenbaum, Linda E.',\n", - " 'Deangelis, Robert A.',\n", - " 'Ciliberto, Gennaro',\n", - " 'Furth, Emma E.',\n", - " 'Poli, Valeria',\n", - " 'Taub, Rebecca'],\n", - " 'title': ['Liver Failure and Defective Hepatocyte Regeneration in Interleukin-6-Deficient Mice']},\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", - " 'title': ['Efficient rescue of integrated shuttle vectors from transgenic mice: a model for studying mutations in vivo.']},\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", - " 'title': ['Mouse strain-dependent variation in metabolic associated fatty liver disease (MAFLD): a comprehensive resource tool for pre-clinical studies']},\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", - " 'title': ['Chemical Chaperones Reduce ER Stress and Restore Glucose Homeostasis in a Mouse Model of Type 2 Diabetes']},\n", - " {'bibcode': '2008JNR....10..263W',\n", - " 'author': ['Wang, Bing',\n", - " 'Feng, Weiyue',\n", - " 'Wang, Meng',\n", - " 'Wang, Tiancheng',\n", - " 'Gu, Yiqun',\n", - " 'Zhu, Motao',\n", - " 'Ouyang, Hong',\n", - " 'Shi, Junwen',\n", - " 'Zhang, Fang',\n", - " 'Zhao, Yuliang',\n", - " 'Chai, Zhifang',\n", - " 'Wang, Haifang',\n", - " 'Wang, Jing'],\n", - " 'title': ['Acute toxicological impact of nano- and submicro-scaled zinc oxide powder on healthy adult mice']},\n", - " {'bibcode': '2022HETox..4111350Z',\n", - " 'author': ['Zhang, Di',\n", - " 'Zheng, Jiaming',\n", - " 'Qiu, Guobin',\n", - " 'Niu, Tongjuan',\n", - " 'Gong, Yuneng',\n", - " 'Cui, Sheng'],\n", - " 'title': ['CCl4 inhibits the expressions of hepatic taurine biosynthetic enzymes and taurine synthesis in the progression of mouse liver fibrosis']},\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", - " 'title': ['A Circadian Rhythm Orchestrated by Histone Deacetylase 3 Controls Hepatic Lipid Metabolism']},\n", - " {'bibcode': '2018NatCo...9.2784Z',\n", - " 'author': ['Zhao, Xin',\n", - " 'Guo, Baolin',\n", - " 'Wu, Hao',\n", - " 'Liang, Yongping',\n", - " 'Ma, Peter X.'],\n", - " 'title': ['Injectable antibacterial conductive nanocomposite cryogels with rapid shape recovery for noncompressible hemorrhage and wound healing']},\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", - " 'title': ['Poly(A)-tail profiling reveals an embryonic switch in translational control']},\n", - " {'bibcode': '1984JMagR..60..430R',\n", - " 'author': ['Rothman, D. L.',\n", - " 'Arias-Mendoza, F.',\n", - " 'Shulman, G. I.',\n", - " 'Shulman, R. G.'],\n", - " 'title': ['A pulse sequence for simplifying hydrogen NMR spectra of biological tissues']},\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", - " 'title': ['Requirement of DNase II for Definitive Erythropoiesis in the Mouse Fetal Liver']},\n", - " {'bibcode': '1995Sci...269.1427K',\n", - " 'author': ['Kuhn, Ralf',\n", - " 'Schwenk, Frieder',\n", - " 'Aguet, Michel',\n", - " 'Rajewsky, Klaus'],\n", - " 'title': ['Inducible Gene Targeting in Mice']},\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", - " 'title': ['Mouse liver repopulation with hepatocytes generated from human fibroblasts']},\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", - " 'title': ['Circadian and CLOCK-controlled regulation of the mouse transcriptome and cell proliferation']},\n", - " {'bibcode': '1994Natur.371..606J',\n", - " 'author': ['Jonsson, Jörgen',\n", - " 'Carlsson, Lena',\n", - " 'Edlund, Thomas',\n", - " 'Edlund, Helena'],\n", - " 'title': ['Insulin-promoter-factor 1 is required for pancreas development in mice']},\n", - " {'bibcode': '2017NRL....12..478J',\n", - " 'author': ['Jia, Xiaochuan', 'Wang, Shuo', 'Zhou, Lei', 'Sun, Li'],\n", - " 'title': ['The Potential Liver, Brain, and Embryo Toxicity of Titanium Dioxide Nanoparticles on Mice']},\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", - " 'title': ['CLOCK-mediated acetylation of BMAL1 controls circadian function']},\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", - " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\n", - " {'bibcode': '2018JPhCS1025a2043J',\n", - " 'author': ['Janika Sitasiwi, Agung',\n", - " 'Isdadiyanto, Sri',\n", - " 'Muflichatun Mardiati, Siti'],\n", - " 'title': ['Effect of ethanolic Neem (Azadirachta indica) leaf extract as an herb contraceptive on Hepato-somatic Index of the male mice (Mus musculus)']},\n", - " {'bibcode': '1999PNAS...96.1563P',\n", - " 'author': ['Podsypanina, Katrina',\n", - " 'Ellenson, Lora Hedrick',\n", - " 'Nemes, Adriana',\n", - " 'Gu, Jianguo',\n", - " 'Tamura, Masahito',\n", - " 'Yamada, Kenneth M.',\n", - " 'Cordon-Cardo, Carlos',\n", - " 'Catoretti, Giorgio',\n", - " 'Fisher, Peter E.',\n", - " 'Parsons, Ramon'],\n", - " 'title': ['Mutation of Pten/Mmac1 in Mice Causes Neoplasia in Multiple Organ Systems']},\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", - " 'title': ['Benzo[a]pyrene carcinogenicity is lost in mice lacking the aryl hydrocarbon receptor']},\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", - " 'title': ['The SCID-hu Mouse: Murine Model for the Analysis of Human Hematolymphoid Differentiation and Function']},\n", - " {'bibcode': '2015SciBu..60..336M',\n", - " 'author': ['Mani, Sarathi',\n", - " 'Li, Hongzhu',\n", - " 'Yang, Guangdong',\n", - " 'Wu, Lingyun',\n", - " 'Wang, Rui'],\n", - " 'title': ['Deficiency of cystathionine gamma-lyase and hepatic cholesterol accumulation during mouse fatty liver development']},\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", - " 'title': ['Multi-omics analysis of multiple missions to space reveal a theme of lipid dysregulation in mouse liver']},\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", - " 'title': ['Autophagy regulates lipid metabolism']},\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", - " 'title': ['Human occludin is a hepatitis C virus entry factor required for infection of mouse cells']},\n", - " {'bibcode': '2010EnTox..25...77W',\n", - " 'author': ['Wang, Xiao-Feng',\n", - " 'Lou, Xiao-Ming',\n", - " 'Shen, Ying',\n", - " 'Xing, Ming-Luan',\n", - " 'Xu, Li-Hong'],\n", - " 'title': ['Apoptotic‑related protein changes induced by hexavalent chromium in mice liver']},\n", - " {'bibcode': '2011PNAS..108.8943W',\n", - " 'author': ['Welsher, Kevin', 'Sherlock, Sarah P.', 'Dai, Hongjie'],\n", - " 'title': ['Deep-tissue anatomical imaging of mice using carbon nanotube fluorophores in the second near-infrared window']},\n", - " {'bibcode': '2003PNAS..10012027H',\n", - " 'author': ['Horton, Jay D.',\n", - " 'Shah, Nila A.',\n", - " 'Warrington, Janet A.',\n", - " 'Anderson, Norma N.',\n", - " 'Park, Sahng Wook',\n", - " 'Brown, Michael S.',\n", - " 'Goldstein, Joseph L.'],\n", - " 'title': ['Combined analysis of oligonucleotide microarray data from transgenic and knockout mice identifies direct SREBP target genes']},\n", - " {'bibcode': '2019AIPC.2108b0016N',\n", - " 'author': ['Nurdiana, Dantara, Tri Wahyudi Iman',\n", - " 'Syaban, Mokhamad Fahmi Rizki',\n", - " 'Mustafa, Siti Asyifa',\n", - " 'Ikhsani, Hanifah',\n", - " 'Syafitri, Febrinda Esti',\n", - " 'Hapsari, Novi Kurnia',\n", - " 'Khoirunnisa, Auliya'],\n", - " 'title': ['Efficacy and side effects studies of Bryophyllum pinnatum leaves ethanol extract in pristane-induced SLE BALB/c mice model']},\n", - " {'bibcode': '2001Sci...292.1728C',\n", - " 'author': ['Cho, Han',\n", - " 'Mu, James',\n", - " 'Kim, Jason K.',\n", - " 'Thorvaldsen, Joanne L.',\n", - " 'Chu, Qingwei',\n", - " 'Crenshaw, E. Bryan',\n", - " 'Kaestner, Klaus H.',\n", - " 'Bartolomei, Marisa S.',\n", - " 'Shulman, Gerald I.',\n", - " 'Birnbaum, Morris J.'],\n", - " 'title': ['Insulin Resistance and a Diabetes Mellitus-Like Syndrome in Mice Lacking the Protein Kinase Akt2 (PKBβ)']},\n", - " {'bibcode': '1968Natur.217..370P',\n", - " 'author': ['Pantelouris, E. M.'],\n", - " 'title': ['Absence of Thymus in a Mouse Mutant']},\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", - " 'title': ['Dramatic growth of mice that develop from eggs microinjected with metallothionein-growth hormone fusion genes']},\n", - " {'bibcode': '1981Natur.294...92C',\n", - " 'author': ['Costantini, Franklin', 'Lacy, Elizabeth'],\n", - " 'title': ['Introduction of a rabbit β-globin gene into the mouse germ line']},\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", - " 'title': ['In vivo genome editing using Staphylococcus aureus Cas9']},\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", - " 'title': ['Effects of ALT-801, a GLP-1 and glucagon receptor dual agonist, in a translational mouse model of non-alcoholic steatohepatitis']},\n", - " {'bibcode': '2005ToxIH..21..231Y',\n", - " 'author': ['Yilmaz, H. Ramazan', 'Yuksel, Esref'],\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': '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", - " 'title': ['Synthesis and structure elucidation of the human tRNA nucleoside mannosyl-queuosine']},\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", - " 'title': ['Metabolic profiling reveals a contribution of gut microbiota to fatty liver phenotype in insulin-resistant mice']},\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", - " 'title': ['Transcriptional Architecture and Chromatin Landscape of the Core Circadian Clock in Mammals']},\n", - " {'bibcode': '1995Sci...270..985W',\n", - " 'author': ['Waterhouse, Paul',\n", - " 'Penninger, Josef M.',\n", - " 'Timms, Emma',\n", - " 'Wakeham, Andrew',\n", - " 'Shahinian, Arda',\n", - " 'Lee, Kelvin P.',\n", - " 'Thompson, Craig B.',\n", - " 'Griesser, Henrik',\n", - " 'Mak, Tak W.'],\n", - " 'title': ['Lymphoproliferative Disorders with Early Lethality in Mice Deficient in Ctla-4']},\n", - " {'bibcode': '2013EnvMM..54..659B',\n", - " 'author': ['Banda, Malathi', 'Recio, Leslie', 'Parsons, Barbara L.'],\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': '2019NatCo..10..309Y',\n", - " 'author': ['Yimit, Askar',\n", - " 'Adebali, Ogun',\n", - " 'Sancar, Aziz',\n", - " 'Jiang, Yuchao'],\n", - " 'title': ['Differential damage and repair of DNA-adducts induced by anti-cancer drug cisplatin across mouse organs']},\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", - " 'title': ['Introns increase transcriptional efficiency in transgenic mice.']},\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", - " 'title': ['Mouse β 2-microglobulin cDNA Clones: A Screening Procedure for cDNA Clones Corresponding to Rare mRNAs']},\n", - " {'bibcode': '2020NatSR..1017593T',\n", - " 'author': ['Tsuru, Hiromi',\n", - " 'Osaka, Mizuko',\n", - " 'Hiraoka, Yuichi',\n", - " 'Yoshida, Masayuki'],\n", - " 'title': ['HFD-induced hepatic lipid accumulation and inflammation are decreased in Factor D deficient mouse']},\n", - " {'bibcode': '2022EnTox..37..362L',\n", - " 'author': ['Li, Ling',\n", - " 'Xu, Minjie',\n", - " 'He, Chao',\n", - " 'Wang, Hui',\n", - " 'Hu, Qinglian'],\n", - " 'title': ['Polystyrene nanoplastics potentiate the development of hepatic fibrosis in high fat diet fed mice']},\n", - " {'bibcode': '2019ApNan..10..879A',\n", - " 'author': ['Ahmed, Faizan',\n", - " 'Husain, Qayyum',\n", - " 'Ansari, Mohd Owais',\n", - " 'Shadab, G. G. H. A.'],\n", - " 'title': ['Antidiabetic and oxidative stress assessment of bio-enzymatically synthesized zinc oxide nanoformulation on streptozotocin-induced hyperglycemic mice']},\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", - " 'title': ['Spatial Transcriptomics to define transcriptional patterns of zonation and structural components in the mouse liver']},\n", - " {'bibcode': '1995Natur.376..167B',\n", - " 'author': ['Beg, Amer A.',\n", - " 'Sha, William C.',\n", - " 'Bronson, Roderick T.',\n", - " 'Ghosh, Sankar',\n", - " 'Baltimore, David'],\n", - " 'title': ['Embryonic lethality and liver degeneration in mice lacking the RelA component of NF-κB']},\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", - " 'title': ['The hepatotoxicity of multi-walled carbon nanotubes in mice']},\n", - " {'bibcode': '2009NRL.....4.1275M',\n", - " 'author': ['Ma, Linglan',\n", - " 'Zhao, Jinfang',\n", - " 'Wang, Jue',\n", - " 'Liu, Jie',\n", - " 'Duan, Yanmei',\n", - " 'Liu, Huiting',\n", - " 'Li, Na',\n", - " 'Yan, Jingying',\n", - " 'Ruan, Jie',\n", - " 'Wang, Han',\n", - " 'Hong, Fashui'],\n", - " 'title': ['The Acute Liver Injury in Mice Caused by Nano-Anatase TiO2']},\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", - " 'title': ['Defective propagation of signals generated by sympathetic nerve stimulation in the liver of connexin32-deficient mice.']},\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", - " 'title': ['Liver-specific inactivation of the Nrf1 gene in adult mouse leads to nonalcoholic steatohepatitis and hepatic neoplasia']},\n", - " {'bibcode': '2020JMoSt121528251C',\n", - " 'author': ['Charitou, George',\n", - " 'Tsertos, Charalambos',\n", - " 'Parpottas, Yiannis',\n", - " 'Kleanthous, Marina',\n", - " 'Lederer, Carsten W.',\n", - " 'Phylactides, Marios'],\n", - " 'title': ['Study of iron complexes in visceral organs and brain from a 57Fe enriched β-thalassaemia mouse model via Mössbauer spectroscopy']},\n", - " {'bibcode': '2008PNAS..10519378S',\n", - " 'author': ['Stratikopoulos, Elias',\n", - " 'Szabolcs, Matthias',\n", - " 'Dragatsis, Ioannis',\n", - " 'Klinakis, Apostolos',\n", - " 'Efstratiadis, Argiris'],\n", - " 'title': ['The hormonal action of IGF1 in postnatal mouse growth']},\n", - " {'bibcode': '2011NatNa...6..321Y',\n", - " 'author': ['Yamashita, Kohei',\n", - " 'Yoshioka, Yasuo',\n", - " 'Higashisaka, Kazuma',\n", - " 'Mimura, Kazuya',\n", - " 'Morishita, Yuki',\n", - " 'Nozaki, Masatoshi',\n", - " 'Yoshida, Tokuyuki',\n", - " 'Ogura, Toshinobu',\n", - " 'Nabeshi, Hiromi',\n", - " 'Nagano, Kazuya',\n", - " 'Abe, Yasuhiro',\n", - " 'Kamada, Haruhiko',\n", - " 'Monobe, Youko',\n", - " 'Imazawa, Takayoshi',\n", - " 'Aoshima, Hisae',\n", - " 'Shishido, Kiyoshi',\n", - " 'Kawai, Yuichi',\n", - " 'Mayumi, Tadanori',\n", - " 'Tsunoda, Shin-Ichi',\n", - " 'Itoh, Norio',\n", - " 'Yoshikawa, Tomoaki',\n", - " 'Yanagihara, Itaru',\n", - " 'Saito, Shigeru',\n", - " 'Tsutsumi, Yasuo'],\n", - " 'title': ['Silica and titanium dioxide nanoparticles cause pregnancy complications in mice']},\n", - " {'bibcode': '1976Natur.259..224R',\n", - " 'author': ['Raff, Martin C.', 'Megson, Mary'],\n", - " 'title': ['Early production of intracellular IgM by B-lymphocyte precursors in mouse']},\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", - " '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': '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", - " 'title': ['Epigenetic modulation of Fgf21 in the perinatal mouse liver ameliorates diet-induced obesity in adulthood']},\n", - " {'bibcode': '2005PNAS..102.5374R',\n", - " 'author': ['Rashid, Shirya',\n", - " 'Curtis, David E.',\n", - " 'Garuti, Rita',\n", - " 'Anderson, Norma N.',\n", - " 'Bashmakov, Yuriy',\n", - " 'Ho, Y. K.',\n", - " 'Hammer, Robert E.',\n", - " 'Moon, Young-Ah',\n", - " 'Horton, Jay D.'],\n", - " 'title': ['Decreased plasma cholesterol and hypersensitivity to statins in mice lacking Pcsk9']},\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", - " 'title': ['Biomedical terahertz imaging with a quantum cascade laser']},\n", - " {'bibcode': '2000Sci...287.1253R',\n", - " 'author': ['Rudolph, Karl Lenhard',\n", - " 'Chang, Sandy',\n", - " 'Millard, Melissa',\n", - " 'Schreiber-Agus, Nicole',\n", - " 'DePinho, Ronald A.'],\n", - " 'title': ['Inhibition of Experimental Liver Cirrhosis in Mice by Telomerase Gene Delivery']},\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", - " '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': '1991Natur.351..317K',\n", - " 'author': ['Kim, Chang-Min',\n", - " 'Koike, Kazuhiko',\n", - " 'Saito, Izumu',\n", - " 'Miyamura, Tatsuo',\n", - " 'Jay, Gilbert'],\n", - " 'title': ['HBx gene of hepatitis B virus induces liver cancer in transgenic mice']},\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", - " 'title': ['Reversal of defective lysosomal transport in NPC disease ameliorates liver dysfunction and neurodegeneration in the npc1−/− mouse']},\n", - " {'bibcode': '2010PNAS..10714508P',\n", - " 'author': ['Price, John C.',\n", - " 'Guan, Shenheng',\n", - " 'Burlingame, Alma',\n", - " 'Prusiner, Stanley B.',\n", - " 'Ghaemmaghami, Sina'],\n", - " 'title': ['Analysis of proteome dynamics in the mouse brain']},\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", - " 'title': ['Selective inhibitor of Wnt/β-catenin/CBP signaling ameliorates hepatitis C virus-induced liver fibrosis in mouse model']},\n", - " {'bibcode': '2001PNAS...9813266P',\n", - " 'author': ['Pritchard, Colin C.',\n", - " 'Hsu, Li',\n", - " 'Delrow, Jeffrey',\n", - " 'Nelson, Peter S.'],\n", - " 'title': ['Project normal: Defining normal variance in mouse gene expression']},\n", - " {'bibcode': '2007PNAS..104..979B',\n", - " 'author': ['Bäckhed, Fredrik',\n", - " 'Manchester, Jill K.',\n", - " 'Semenkovich, Clay F.',\n", - " 'Gordon, Jeffrey I.'],\n", - " 'title': ['From the Cover: Mechanisms underlying the resistance to diet-induced obesity in germ-free mice']},\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", - " 'title': ['Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n", - " {'bibcode': '2016NatSR...634989A',\n", - " 'author': ['Amenya, Hesbon Z.', 'Tohyama, Chiharu', 'Ohsako, Seiichiroh'],\n", - " 'title': ['Dioxin induces Ahr-dependent robust DNA demethylation of the Cyp1a1 promoter via Tdg in the mouse liver']},\n", - " {'bibcode': '2002JMMM..248..276H',\n", - " 'author': ['Halbreich, Avraham',\n", - " 'Groman, Ernest V.',\n", - " 'Raison, Danielle',\n", - " 'Bouchaud, Claude',\n", - " 'Paturance, Sébastien'],\n", - " 'title': ['Damage to the protein synthesizing apparatus in mouse liver in vivo by magnetocytolysis in the presence of hepatospecific magnetic nanoparticles']},\n", - " {'bibcode': '1997PNAS...94.1441Y',\n", - " 'author': ['Yamada, Yasuhiro',\n", - " 'Kirillova, Irina',\n", - " 'Peschon, Jacques J.',\n", - " 'Fausto, Nelson'],\n", - " 'title': ['Initiation of Liver Growth by Tumor Necrosis Factor: Deficient Liver Regeneration in Mice Lacking Type I Tumor Necrosis Factor Receptor']},\n", - " {'bibcode': '2019EnTox..34..878S',\n", - " 'author': ['Salimi, Ahmad',\n", - " 'Nikoosiar Jahromi, Mahnia',\n", - " 'Pourahmad, Jalal'],\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': '2001PNAS...98.8780N',\n", - " 'author': ['Nicolas, Gaël',\n", - " 'Bennoun, Myriam',\n", - " 'Devaux, Isabelle',\n", - " 'Beaumont, Carole',\n", - " 'Grandchamp, Bernard',\n", - " 'Kahn, Axel',\n", - " 'Vaulont, Sophie'],\n", - " 'title': ['From the Cover: Lack of hepcidin gene expression and severe tissue iron overload in upstream stimulatory factor 2 (USF2) knockout mice']},\n", - " {'bibcode': '1993Natur.364...64M',\n", - " 'author': ['Medvinsky, Alexander L.',\n", - " 'Samoylina, Nina L.',\n", - " 'Müller, Albrecht M.',\n", - " 'Dzierzak, Elaine A.'],\n", - " 'title': ['An early pre-liver intraembryonic source of CFU-S in the developing mouse']},\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", - " 'title': ['A noncoding RNA modulator potentiates phenylalanine metabolism in mice']},\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", - " 'title': ['Responses of Mouse Liver to Dechlorane Plus Exposure by Integrative Transcriptomic and Metabonomic Studies']},\n", - " {'bibcode': '1997PNAS...94..569Z',\n", - " 'author': ['Zhang, Dong-Er',\n", - " 'Zhang, Pu',\n", - " 'Wang, Nai-dy',\n", - " 'Hetherington, Christopher J.',\n", - " 'Darlington, Gretchen J.',\n", - " 'Tenen, Daniel G.'],\n", - " 'title': ['Absence of Granulocyte Colony-Stimulating Factor Signaling and Neutrophil Development in CCAAT Enhancer Binding Protein α -deficient Mice']},\n", - " {'bibcode': '2014PNAS..111E3297I',\n", - " 'author': ['Iwaisako, Keiko',\n", - " 'Jiang, Chunyan',\n", - " 'Zhang, Mingjun',\n", - " 'Cong, Min',\n", - " 'Moore-Morris, Thomas Joseph',\n", - " 'Park, Tae Jun',\n", - " 'Liu, Xiao',\n", - " 'Xu, Jun',\n", - " 'Wang, Ping',\n", - " 'Paik, Yong-Han',\n", - " 'Meng, Fanli',\n", - " 'Asagiri, Masataka',\n", - " 'Murray, Lynne A.',\n", - " 'Hofmann, Alan F.',\n", - " 'Iida, Takashi',\n", - " 'Glass, Christopher K.',\n", - " 'Brenner, David A.',\n", - " 'Kisseleva, Tatiana'],\n", - " 'title': ['Origin of myofibroblasts in the fibrotic liver in mice']},\n", - " {'bibcode': '2000PNAS...9710442L',\n", - " 'author': ['Lahvis, Garet P.',\n", - " 'Lindell, Susanne L.',\n", - " 'Thomas, Russell S.',\n", - " 'McCuskey, Robert S.',\n", - " 'Murphy, Christopher',\n", - " 'Glover, Edward',\n", - " 'Bentz, Michael',\n", - " 'Southard, James',\n", - " 'Bradfield, Christopher A.'],\n", - " 'title': ['Portosystemic shunting and persistent fetal vascular structures in aryl hydrocarbon receptor-deficient mice']},\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", - " 'title': ['Immune System Impairment and Hepatic Fibrosis in Mice Lacking the Dioxin- Binding Ah Receptor']},\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", - " 'title': ['Comparisons of the biodistribution and toxicological examinations after repeated intravenous administration of silver and gold nanoparticles in mice']},\n", - " {'bibcode': '2019NatCo..10.5694W',\n", - " 'author': ['Weber, Nicholas D.',\n", - " 'Odriozola, Leticia',\n", - " 'Martínez-García, Javier',\n", - " 'Ferrer, Veronica',\n", - " 'Douar, Anne',\n", - " 'Bénichou, Bernard',\n", - " 'González-Aseguinolaza, Gloria',\n", - " 'Smerdou, Cristian'],\n", - " 'title': ['Gene therapy for progressive familial intrahepatic cholestasis type 3 in a clinically relevant mouse model']},\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", - " 'title': ['Impact of spaceflight and artificial gravity on sulfur metabolism in mouse liver: sulfur metabolomic and transcriptomic analysis']},\n", - " {'bibcode': '1996Natur.382..635N',\n", - " 'author': ['Nagasawa, Takashi',\n", - " 'Hirota, Seiichi',\n", - " 'Tachibana, Kazunobu',\n", - " 'Takakura, Nobuyuki',\n", - " 'Nishikawa, Shin-Ichi',\n", - " 'Kitamura, Yukihiko',\n", - " 'Yoshida, Nobuaki',\n", - " 'Kikutani, Hitoshi',\n", - " 'Kishimoto, Tadamitsu'],\n", - " 'title': ['Defects of B-cell lymphopoiesis and bone-marrow myelopoiesis in mice lacking the CXC chemokine PBSF/SDF-1']},\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", - " 'title': ['Extensive and divergent circadian gene expression in liver and heart']},\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", - " 'title': ['Comparing distress of mouse models for liver damage']},\n", - " {'bibcode': '2023NatSR..1317067R',\n", - " 'author': ['Roy, Chandra N.',\n", - " 'Shu, Sherry T.',\n", - " 'Kline, Christopher',\n", - " 'Rigatti, Lora',\n", - " 'Smithgall, Thomas E.',\n", - " 'Ambrose, Zandrea'],\n", - " 'title': ['Use of pediatric thymus to humanize mice for HIV-1 mucosal transmission']},\n", - " {'bibcode': '2022NatCo..13.1516L',\n", - " 'author': ['Lee, Jaiwoo', 'Byun, Junho', 'Shim, Gayong', 'Oh, Yu-Kyoung'],\n", - " 'title': ['Fibroblast activation protein activated antifibrotic peptide delivery attenuates fibrosis in mouse models of liver fibrosis']},\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", - " 'title': ['Humanized mice with ectopic artificial liver tissues']},\n", - " {'bibcode': '2017NatSR...746687D',\n", - " 'author': ['Deng, Yongfeng',\n", - " 'Zhang, Yan',\n", - " 'Lemos, Bernardo',\n", - " 'Ren, Hongqiang'],\n", - " 'title': ['Tissue accumulation of microplastics in mice and biomarker responses suggest widespread health risks of exposure']},\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", - " 'title': ['A voxel-based mouse for internal dose calculations using Monte Carlo simulations (MCNP)']},\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", - " 'title': ['ApoE-Directed Therapeutics Rapidly Clear β-Amyloid and Reverse Deficits in AD Mouse Models']},\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", - " 'title': ['Mouse hepatocytes migrate to liver parenchyma and function indefinitely after intrasplenic transplantation.']},\n", - " {'bibcode': '2018NatSR...8.6789K',\n", - " 'author': ['Kim, Kook Hwan',\n", - " 'Kim, Seong Hun',\n", - " 'Han, Dai Hoon',\n", - " 'Jo, Young Suk',\n", - " 'Lee, Yong-ho',\n", - " 'Lee, Myung-Shik'],\n", - " 'title': ['Growth differentiation factor 15 ameliorates nonalcoholic steatohepatitis and related metabolic disorders in mice']},\n", - " {'bibcode': '2002PNAS...9913825Y',\n", - " 'author': ['Yang, Priscilla L.',\n", - " 'Althage, Alana',\n", - " 'Chung, Josan',\n", - " 'Chisari, Francis V.'],\n", - " 'title': ['Hydrodynamic injection of viral DNA: A mouse model of acute hepatitis B virus infection']},\n", - " {'bibcode': '1991PNAS...88.5533W',\n", - " 'author': ['Williams, Richard K.', 'Jiang, Gui-Sen', 'Holmes, Kathryn V.'],\n", - " 'title': ['Receptor for mouse hepatitis virus is a member of the carcinoembryonic antigen family of glycoproteins.']},\n", - " {'bibcode': '2006PNAS..10317862H',\n", - " 'author': ['Huang, Li-Rung',\n", - " 'Wu, Hui-Lin',\n", - " 'Chen, Pei-Jer',\n", - " 'Chen, Ding-Shinn'],\n", - " 'title': ['An immunocompetent mouse model for the tolerance of human chronic hepatitis B virus infection']},\n", - " {'bibcode': '1974Natur.249..361O',\n", - " 'author': ['Owen, John J. T.', 'Cooper, Max D.', 'Raff, Martin C.'],\n", - " 'title': [\"In vitro generation of B lymphocytes in mouse foetal liver, a mammalian `bursa equivalent'\"]},\n", - " {'bibcode': '1980Sci...209.1348L',\n", - " 'author': ['Liu, Chih-Ping',\n", - " 'Tucker, Philip W.',\n", - " 'Mushinski, J. Frederic',\n", - " 'Blattner, Frederick R.'],\n", - " 'title': ['Mapping of Heavy Chain Genes for Mouse Immunoglobulins M and D']},\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", - " 'title': ['Refined protocols of tamoxifen injection for inducible DNA recombination in mouse astroglia']},\n", - " {'bibcode': '2011PNAS..108.7890S',\n", - " 'author': ['Siggs, Owen M.',\n", - " 'Schnabl, Bernd',\n", - " 'Webb, Bill',\n", - " 'Beutler, Bruce'],\n", - " 'title': ['X-linked cholestasis in mouse due to mutations of the P4-ATPase ATP11C']},\n", - " {'bibcode': '2004PNAS..101.7088P',\n", - " 'author': ['Paterson, Janice M.',\n", - " 'Morton, Nicholas M.',\n", - " 'Fievet, Catherine',\n", - " 'Kenyon, Christopher J.',\n", - " 'Holmes, Megan C.',\n", - " 'Staels, Bart',\n", - " 'Seckl, Jonathan R.',\n", - " 'Mullins, John J.'],\n", - " 'title': ['Metabolic syndrome without obesity: Hepatic overexpression of 11β-hydroxysteroid dehydrogenase type 1 in transgenic mice']},\n", - " {'bibcode': '2022ApNan..12..193A',\n", - " 'author': ['Al-Ali, Ali A. A.',\n", - " 'Al-Tamimi, Shatha Q.',\n", - " 'Al-Maliki, Sami J.',\n", - " 'Abdullah, Mohd Azmuddin'],\n", - " 'title': ['Toxic effects of zinc oxide nanoparticles and histopathological and caspase-9 expression changes in the liver and lung tissues of male mice model']},\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", - " 'title': ['Improved prime editors enable pathogenic allele correction and cancer modelling in adult mice']},\n", - " {'bibcode': '2008OptCo.281.5480L',\n", - " 'author': ['Le Grand, Y.', 'Leray, A.', 'Guilbert, T.', 'Odin, C.'],\n", - " 'title': ['Non-descanned versus descanned epifluorescence collection in two-photon microscopy: Experiments and Monte Carlo simulations']},\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", - " 'title': ['Liver-targeted disruption of Apc in mice activates β-catenin signaling and leads to hepatocellular carcinomas']},\n", - " {'bibcode': '2016NatSR...638513G',\n", - " 'author': ['Gong, Huan',\n", - " 'Sun, Liang',\n", - " 'Chen, Beidong',\n", - " 'Han, Yiwen',\n", - " 'Pang, Jing',\n", - " 'Wu, Wei',\n", - " 'Qi, Ruomei',\n", - " 'Zhang, Tie-Mei'],\n", - " 'title': ['Evaluation of candidate reference genes for RT-qPCR studies in three metabolism related tissues of mice after caloric restriction']},\n", - " {'bibcode': '2018NatSR...8.6854W',\n", - " 'author': ['Wrzosek, Laura',\n", - " 'Ciocan, Dragos',\n", - " 'Borentain, Patrick',\n", - " 'Spatz, Madeleine',\n", - " 'Puchois, Virginie',\n", - " 'Hugot, Cindy',\n", - " 'Ferrere, Gladys',\n", - " 'Mayeur, Camille',\n", - " 'Perlemuter, Gabriel',\n", - " 'Cassard, Anne-Marie'],\n", - " 'title': ['Transplantation of human microbiota into conventional mice durably reshapes the gut microbiota']},\n", - " {'bibcode': '2015NatSR...5E7973L',\n", - " 'author': ['Liu, Min',\n", - " 'Xu, Lina',\n", - " 'Yin, Lianhong',\n", - " 'Qi, Yan',\n", - " 'Xu, Youwei',\n", - " 'Han, Xu',\n", - " 'Zhao, Yanyan',\n", - " 'Sun, Huijun',\n", - " 'Yao, Jihong',\n", - " 'Lin, Yuan',\n", - " 'Liu, Kexin',\n", - " 'Peng, Jinyong'],\n", - " 'title': ['Potent effects of dioscin against obesity in mice']},\n", - " {'bibcode': '2020NatSR..10.5713Z',\n", - " 'author': ['Zheng, Meilin',\n", - " 'Qin, Qizhong',\n", - " 'Zhou, Wenli',\n", - " 'Liu, Qin',\n", - " 'Zeng, Shaohua',\n", - " 'Xiao, Hong',\n", - " 'Bai, Qunhua',\n", - " 'Gao, Jieying'],\n", - " 'title': ['Metabolic disturbance in hippocampus and liver of mice: A primary response to imidacloprid exposure']},\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", - " 'title': ['Expression of a microinjected immunoglobulin gene in the spleen of transgenic mice']},\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", - " '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': '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", - " 'title': ['Single-cell spatial reconstruction reveals global division of labour in the mammalian liver']},\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", - " 'title': ['Exogenous exosomes from mice with acetaminophen-induced liver injury promote toxicity in the recipient hepatocytes and mice']},\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", - " 'title': ['Re-programming mouse liver-resident invariant natural killer T cells for suppressing hepatic and diabetogenic autoimmunity']},\n", - " {'bibcode': '1998Natur.391..900W',\n", - " 'author': ['Withers, Dominic J.',\n", - " 'Gutierrez, Julio Sanchez',\n", - " 'Towery, Heather',\n", - " 'Burks, Deborah J.',\n", - " 'Ren, Jian-Ming',\n", - " 'Previs, Stephen',\n", - " 'Zhang, Yitao',\n", - " 'Bernal, Dolores',\n", - " 'Pons, Sebastian',\n", - " 'Shulman, Gerald I.',\n", - " 'Bonner-Weir, Susan',\n", - " 'White, Morris F.'],\n", - " 'title': ['Disruption of IRS-2 causes type 2 diabetes in mice']},\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", - " 'title': ['Insulin-regulated hepatic gluconeogenesis through FOXO1-PGC-1α interaction']},\n", - " {'bibcode': '2018NatSR...813168A',\n", - " 'author': ['Anfuso, Beatrice',\n", - " 'El-Khobar, Korri E.',\n", - " 'Ie, Susan I.',\n", - " 'Avellini, Claudio',\n", - " 'Radillo, Oriano',\n", - " 'Raseni, Alan',\n", - " 'Tiribelli, Claudio',\n", - " 'Sukowati, Caecilia H. C.'],\n", - " 'title': ['Activation of hepatic stem cells compartment during hepatocarcinogenesis in a HBsAg HBV-transgenic mouse model']},\n", - " {'bibcode': '1970Natur.225..462W',\n", - " 'author': ['Wegmann, Thomas G.'],\n", - " 'title': ['Enzyme Patterns in Tetraparental Mouse Liver']},\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", - " 'title': ['Antifibrotic effect of pirfenidone in a mouse model of human nonalcoholic steatohepatitis']},\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", - " 'title': ['Visualizing fewer than 10 mouse T cells with an enhanced firefly luciferase in immunocompetent mouse models of cancer']},\n", - " {'bibcode': '2010NRL.....5..108L',\n", - " 'author': ['Li, Na',\n", - " 'Ma, Linglan',\n", - " 'Wang, Jue',\n", - " 'Zheng, Lei',\n", - " 'Liu, Jie',\n", - " 'Duan, Yanmei',\n", - " 'Liu, Huiting',\n", - " 'Zhao, Xiaoyang',\n", - " 'Wang, Sisi',\n", - " 'Wang, Han',\n", - " 'Hong, Fashui',\n", - " 'Xie, Yaning'],\n", - " 'title': ['Interaction Between Nano-Anatase TiO2 and Liver DNA from Mice In Vivo']},\n", - " {'bibcode': '1990Sci...250.1273Y',\n", - " 'author': ['Yokode, Masayuki',\n", - " 'Hammer, Robert E.',\n", - " 'Ishibashi, Shun',\n", - " 'Brown, Michael S.',\n", - " 'Goldstein, Joseph L.'],\n", - " 'title': ['Diet-Induced Hypercholesterolemia in Mice: Prevention by Overexpression of LDL Receptors']},\n", - " {'bibcode': '2002PNAS...99.4596N',\n", - " 'author': ['Nicolas, Gaël',\n", - " 'Bennoun, Myriam',\n", - " 'Porteu, Arlette',\n", - " 'Mativet, Sandrine',\n", - " 'Beaumont, Carole',\n", - " 'Grandchamp, Bernard',\n", - " 'Sirito, Mario',\n", - " 'Sawadogo, Michèle',\n", - " 'Kahn, Axel',\n", - " 'Vaulont, Sophie'],\n", - " 'title': ['Severe iron deficiency anemia in transgenic mice expressing liver hepcidin']},\n", - " {'bibcode': '1982PNAS...79.2172H',\n", - " 'author': ['Hannappel, Ewald',\n", - " 'Xu, -Jun, , Gen',\n", - " 'Morgan, James',\n", - " 'Hempstead, James',\n", - " 'Horecker, B. L.'],\n", - " 'title': ['Thymosin β 4: A Ubiquitous Peptide in Rat and Mouse Tissues']},\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", - " 'title': ['The Interplay of cis-Regulatory Elements Rules Circadian Rhythms in Mouse Liver']},\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", - " 'title': ['An HDAC3-PROX1 corepressor module acts on HNF4α to control hepatic triglycerides']},\n", - " {'bibcode': '2017NatSR...7.6224S',\n", - " 'author': ['Schenk, Arne',\n", - " 'Ghallab, Ahmed',\n", - " 'Hofmann, Ute',\n", - " 'Hassan, Reham',\n", - " 'Schwarz, Michael',\n", - " 'Schuppert, Andreas',\n", - " 'Schwen, Lars Ole',\n", - " 'Braeuning, Albert',\n", - " 'Teutonico, Donato',\n", - " 'Hengstler, Jan G.',\n", - " 'Kuepfer, Lars'],\n", - " 'title': ['Physiologically-based modelling in mice suggests an aggravated loss of clearance capacity after toxic liver damage']},\n", - " {'bibcode': '2001PNAS...98.5560L',\n", - " 'author': ['Lu, Shelly C.',\n", - " 'Alvarez, Luis',\n", - " 'Huang, Zong-Zhi',\n", - " 'Chen, Lixin',\n", - " 'An, Wei',\n", - " 'Corrales, Fernando J.',\n", - " 'Avila, Matías A.',\n", - " 'Kanel, Gary',\n", - " 'Mato, José M.'],\n", - " 'title': ['Methionine adenosyltransferase 1A knockout mice are predisposed to liver injury and exhibit increased expression of genes involved in proliferation']},\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", - " 'title': ['Mouse Model of Sanfilippo Syndrome Type B Produced by Targeted Disruption of the Gene Encoding α -N-acetylglucosaminidase']},\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", - " 'title': ['Tissue distribution and clearance kinetics of non-transferrin-bound iron in the hypotransferrinemic mouse: a rodent model for hemochromatosis.']},\n", - " {'bibcode': '1967Sci...157.1327F',\n", - " 'author': ['Fantoni, Antonio', 'Bank, Arthur', 'Marks, Paul A.'],\n", - " 'title': ['Globin Composition and Synthesis of Hemoglobins in Developing Fetal Mice Erythroid Cells']},\n", - " {'bibcode': '1998PNAS...95.5987H',\n", - " 'author': ['Horton, Jay D.',\n", - " 'Bashmakov, Yuriy',\n", - " 'Shimomura, Iichiro',\n", - " 'Shimano, Hitoshi'],\n", - " 'title': ['Regulation of Sterol Regulatory Element Binding Proteins in Livers of Fasted and Refed Mice']},\n", - " {'bibcode': '1999PNAS...96.7088S',\n", - " 'author': ['Sjögren, Klara',\n", - " 'Liu, Jun-Li',\n", - " 'Blad, Kristina',\n", - " 'Skrtic, Stanko',\n", - " 'Vidal, Olle',\n", - " 'Wallenius, Ville',\n", - " 'LeRoith, Derek',\n", - " 'Törnell, Jan',\n", - " 'Isaksson, Olle G. P.',\n", - " 'Jansson, John-Olov',\n", - " 'Ohlsson, Claes'],\n", - " 'title': ['Liver-Derived Insulin-Like Growth Factor I (IGF-I) Is the Principal Source of IGF-I in Blood but Is Not Required for Postnatal Body Growth in Mice']},\n", - " {'bibcode': '2003EnTox..18..243F',\n", - " 'author': ['Froscio, Suzanne M.',\n", - " 'Humpage, Andrew R.',\n", - " 'Burcham, Philip C.',\n", - " 'Falconer, Ian R.'],\n", - " 'title': ['Cylindrospermopsin‑induced protein synthesis inhibition and its dissociation from acute toxicity in mouse hepatocytes']},\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", - " 'title': ['Transcriptome profiling of mouse samples using nanopore sequencing of cDNA and RNA molecules']},\n", - " {'bibcode': '2017NatSR...7..957P',\n", - " 'author': ['Purhonen, Janne',\n", - " 'Rajendran, Jayasimman',\n", - " 'Mörgelin, Matthias',\n", - " 'Uusi-Rauva, Kristiina',\n", - " 'Katayama, Shintaro',\n", - " 'Krjutskov, Kaarel',\n", - " 'Einarsdottir, Elisabet',\n", - " 'Velagapudi, Vidya',\n", - " 'Kere, Juha',\n", - " 'Jauhiainen, Matti',\n", - " 'Fellman, Vineta',\n", - " 'Kallijärvi, Jukka'],\n", - " 'title': ['Ketogenic diet attenuates hepatopathy in mouse model of respiratory chain complex III deficiency caused by a Bcs1l mutation']},\n", - " {'bibcode': '2018Sci...359.1156M',\n", - " 'author': ['Manfredo Vieira, S.',\n", - " 'Hiltensperger, M.',\n", - " 'Kumar, V.',\n", - " 'Zegarra-Ruiz, D.',\n", - " 'Dehner, C.',\n", - " 'Khan, N.',\n", - " 'Costa, F. R. C.',\n", - " 'Tiniakou, E.',\n", - " 'Greiling, T.',\n", - " 'Ruff, W.',\n", - " 'Barbieri, A.',\n", - " 'Kriegel, C.',\n", - " 'Mehta, S. S.',\n", - " 'Knight, J. R.',\n", - " 'Jain, D.',\n", - " 'Goodman, A. L.',\n", - " 'Kriegel, M. A.'],\n", - " 'title': ['Translocation of a gut pathobiont drives autoimmunity in mice and humans']},\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", - " 'title': ['Introduction of foreign genes into tissues of living mice by DNA-coated microprojectiles.']},\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", - " 'title': ['From noncoding variant to phenotype via SORT1 at the 1p13 cholesterol locus']},\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", - " 'title': ['Multiplexed imaging of surface enhanced Raman scattering nanotags in living mice using noninvasive Raman spectroscopy']},\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", - " 'title': ['Senescence marker protein 30 functions as gluconolactonase in L-ascorbic acid biosynthesis, and its knockout mice are prone to scurvy']},\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", - " 'title': ['Cytosolic 10-formyltetrahydrofolate dehydrogenase regulates glycine metabolism in mouse liver']},\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", - " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\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", - " 'title': ['Transferrin receptor 2: Continued expression in mouse liver in the face of iron overload and in hereditary hemochromatosis']},\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", - " 'title': ['Integrative genomics identifies MCU as an essential component of the mitochondrial calcium uniporter']},\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", - " 'title': ['RNA-based translation activators for targeted gene upregulation']},\n", - " {'bibcode': '1973PNAS...70.3899B',\n", - " 'author': ['Bernstine, Edward G.',\n", - " 'Hooper, Martin L.',\n", - " 'Grandchamp, Simone',\n", - " 'Ephrussi, Boris'],\n", - " 'title': ['Alkaline Phosphatase Activity in Mouse Teratoma']},\n", - " {'bibcode': '2020NatSR..10.9704C',\n", - " 'author': ['Chikada, Hiromi',\n", - " 'Ida, Kinuyo',\n", - " 'Nishikawa, Yuji',\n", - " 'Inagaki, Yutaka',\n", - " 'Kamiya, Akihide'],\n", - " 'title': ['Liver-specific knockout of B cell lymphoma 6 suppresses progression of non-alcoholic steatohepatitis in mice']},\n", - " {'bibcode': '2018NatSR...810703C',\n", - " 'author': ['Chen, Jing',\n", - " 'Gálvez-Peralta, Marina',\n", - " 'Zhang, Xiang',\n", - " 'Deng, Jingyuan',\n", - " 'Liu, Zijuan',\n", - " 'Nebert, Daniel W.'],\n", - " 'title': ['In utero gene expression in the Slc39a8(neo/neo) knockdown mouse']},\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", - " 'title': ['Peripheral SMN restoration is essential for long-term rescue of a severe spinal muscular atrophy mouse model']},\n", - " {'bibcode': '2018NatSR...8..102O',\n", - " 'author': ['Oe, Yuji',\n", - " 'Ko, Mieko',\n", - " 'Fushima, Tomofumi',\n", - " 'Sato, Emiko',\n", - " 'Karumanchi, S. Ananth',\n", - " 'Sato, Hiroshi',\n", - " 'Sugawara, Junichi',\n", - " 'Ito, Sadayoshi',\n", - " 'Takahashi, Nobuyuki'],\n", - " 'title': ['Hepatic dysfunction and thrombocytopenia induced by excess sFlt1 in mice lacking endothelial nitric oxide synthase']},\n", - " {'bibcode': '2019NatSR...9..204K',\n", - " 'author': ['Kawashita, Eri',\n", - " 'Ishihara, Keiichi',\n", - " 'Nomoto, Madoka',\n", - " 'Taniguchi, Mika',\n", - " 'Akiba, Satoshi'],\n", - " 'title': ['A comparative analysis of hepatic pathological phenotypes in C57BL/6J and C57BL/6N mouse strains in non-alcoholic steatohepatitis models']},\n", - " {'bibcode': '1965Sci...149..981F',\n", - " 'author': ['Finlayson, J. S.',\n", - " 'Asofsky, R.',\n", - " 'Potter, M.',\n", - " 'Runner, C. C.'],\n", - " 'title': ['Major Urinary Protein Complex of Normal Mice: Origin']},\n", - " {'bibcode': '1992PNAS...89.1502I',\n", - " 'author': ['Ikuta, Koichi', 'Weissman, Irving L.'],\n", - " 'title': ['Evidence that hematopoietic stem cells express mouse c-kit but do not depend on steel factor for their generation.']},\n", - " {'bibcode': '1999Natur.401...73S',\n", - " 'author': ['Shimomura, Iichiro',\n", - " 'Hammer, Robert E.',\n", - " 'Ikemoto, Shinji',\n", - " 'Brown, Michael S.',\n", - " 'Goldstein, Joseph L.'],\n", - " 'title': ['Leptin reverses insulin resistance and diabetes mellitus in mice with congenital lipodystrophy']},\n", - " {'bibcode': '1963Natur.197.1106N',\n", - " 'author': ['Neifakh, S. A.', 'Kazakova, T. B.'],\n", - " 'title': ['Actomyosin-like Protein in Mitochondria of the Mouse Liver']},\n", - " {'bibcode': '2012PNAS..109.4320I',\n", - " 'author': ['Ishimoto, Takuji',\n", - " 'Lanaspa, Miguel A.',\n", - " 'Le, MyPhuong T.',\n", - " 'Garcia, Gabriela E.',\n", - " 'Diggle, Christine P.',\n", - " 'MacLean, Paul S.',\n", - " 'Jackman, Matthew R.',\n", - " 'Asipu, Aruna',\n", - " 'Roncal-Jimenez, Carlos A.',\n", - " 'Kosugi, Tomoki',\n", - " 'Rivard, Christopher J.',\n", - " 'Maruyama, Shoichi',\n", - " 'Rodriguez-Iturbe, Bernardo',\n", - " 'Sánchez-Lozada, Laura G.',\n", - " 'Bonthron, David T.',\n", - " 'Sautin, Yuri Y.',\n", - " 'Johnson, Richard J.'],\n", - " 'title': ['Opposing effects of fructokinase C and A isoforms on fructose-induced metabolic syndrome in mice']},\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", - " 'title': ['Assessing pharmacokinetics of indocyanine green in liver injury mice using dynamic diffuse fluorescence tomography system']},\n", - " {'bibcode': '2020NatSR..10.2565M',\n", - " 'author': ['Musolino, Vincenzo',\n", - " 'Gliozzi, Micaela',\n", - " 'Scarano, Federica',\n", - " 'Bosco, Francesca',\n", - " 'Scicchitano, Miriam',\n", - " 'Nucera, Saverio',\n", - " 'Carresi, Cristina',\n", - " 'Ruga, Stefano',\n", - " 'Zito, Maria Caterina',\n", - " 'Maiuolo, Jessica',\n", - " 'Macrı, Roberta',\n", - " 'Amodio, Nicola',\n", - " 'Juli, Giada',\n", - " 'Tassone, Pierfrancesco',\n", - " 'Mollace, Rocco',\n", - " 'Caffrey, Rebecca',\n", - " 'Marioneaux, Jonathon',\n", - " 'Walker, Ross',\n", - " 'Ehrlich, James',\n", - " 'Palma, Ernesto',\n", - " 'Muscoli, Carolina',\n", - " 'Bedossa, Pierre',\n", - " 'Salvemini, Daniela',\n", - " 'Mollace, Vincenzo',\n", - " 'Sanyal, Arun J.'],\n", - " 'title': ['Bergamot Polyphenols Improve Dyslipidemia and Pathophysiological Features in a Mouse Model of Non-Alcoholic Fatty Liver Disease']},\n", - " {'bibcode': '1998PNAS...9514395S',\n", - " 'author': ['Starr, Robyn',\n", - " 'Metcalf, Donald',\n", - " 'Elefanty, Andrew G.',\n", - " 'Brysha, Marta',\n", - " 'Willson, Tracy A.',\n", - " 'Nicola, Nicos A.',\n", - " 'Hilton, Douglas J.',\n", - " 'Alexander, Warren S.'],\n", - " 'title': ['Liver Degeneration and Lymphoid Deficiencies in Mice Lacking Suppressor of Cytokine Signaling-1']},\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", - " 'title': ['Para-aortic splanchnopleura from early mouse embryos contains B1a cell progenitors']},\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", - " 'title': ['Time of feeding and the intrinsic circadian clock drive rhythms in hepatic gene expression']},\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", - " 'title': ['Gut Microbiota-Derived Short Chain Fatty Acids Induce Circadian Clock Entrainment in Mouse Peripheral Tissue']},\n", - " {'bibcode': '2009PLoSO...4.6909H',\n", - " 'author': ['Hirao, Akiko',\n", - " 'Tahara, Yu',\n", - " 'Kimura, Ichiro',\n", - " 'Shibata, Shigenobu'],\n", - " 'title': ['A Balanced Diet Is Necessary for Proper Entrainment Signals of the Mouse Liver Clock']},\n", - " {'bibcode': '2001PNAS...9810630C',\n", - " 'author': ['Cao, Shelley X.',\n", - " 'Dhahbi, Joseph M.',\n", - " 'Mote, Patricia L.',\n", - " 'Spindler, Stephen R.'],\n", - " 'title': ['Genomic profiling of short- and long-term caloric restriction effects in the liver of aging mice']},\n", - " {'bibcode': '2020NatSR..1020105Z',\n", - " 'author': ['Zhang, Zhiying',\n", - " 'Hu, Kaiwen',\n", - " 'Miyake, Kentaro',\n", - " 'Kiyuna, Tasuku',\n", - " 'Oshiro, Hiromichi',\n", - " 'Wangsiricharoen, Sintawat',\n", - " 'Kawaguchi, Kei',\n", - " 'Higuchi, Takashi',\n", - " 'Razmjooei, Sahar',\n", - " 'Miyake, Masuyo',\n", - " 'Chawla, Sant P.',\n", - " 'Singh, Shree Ram',\n", - " 'Hoffman, Robert M.'],\n", - " 'title': ['A novel patient-derived orthotopic xenograft (PDOX) mouse model of highly-aggressive liver metastasis for identification of candidate effective drug-combinations']},\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", - " 'title': ['Effects of Perfluorooctanoic Acid on Metabolic Profiles in Brain and Liver of Mouse Revealed by a High-throughput Targeted Metabolomics Approach']},\n", - " {'bibcode': '1974Sci...183..208R',\n", - " 'author': ['Riely, Caroline A.', 'Cohen, Gerald', 'Lieberman, Morris'],\n", - " 'title': ['Ethane Evolution: A New Index of Lipid Peroxidation']},\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", - " 'title': ['Humanized liver TK-NOG mice with functional deletion of hepatic murine cytochrome P450s as a model for studying human drug metabolism']},\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", - " 'title': ['The commonly used antimicrobial additive triclosan is a liver tumor promoter']},\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", - " 'title': ['Liver X receptors regulate hepatic F4/80+CD11b+ Kupffer cells/macrophages and innate immune responses in mice']},\n", - " {'bibcode': '2011Nanot..22e5101L',\n", - " 'author': ['Lu, Xiaoyan',\n", - " 'Tian, Yu',\n", - " 'Zhao, Qinqin',\n", - " 'Jin, Tingting',\n", - " 'Xiao, Shun',\n", - " 'Fan, Xiaohui'],\n", - " 'title': ['Integrated metabonomics analysis of the size-response relationship of silica nanoparticles-induced toxicity in mice']},\n", - " {'bibcode': '2014cosp...40E1902L',\n", - " 'author': ['Lv, Ke', 'Qu, Lina'],\n", - " 'title': ['Influence of simulated microgravity on clock genes expression rhythmicity and underlying blood circulating miRNAs-mRNA co-expression regulatory mechanism in C57BL/6J mice']},\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", - " 'title': ['Gene Expression Profiles in Mouse Liver Cells after Exposure to Different Types of Radiation']},\n", - " {'bibcode': '2022NatCo..13.1025G',\n", - " 'author': ['Gao, Huanqing',\n", - " 'Zhou, Liang',\n", - " 'Zhong, Yiming',\n", - " 'Ding, Zhen',\n", - " 'Lin, Sixiong',\n", - " 'Hou, Xiaoting',\n", - " 'Zhou, Xiaoqian',\n", - " 'Shao, Jie',\n", - " 'Yang, Fan',\n", - " 'Zou, Xuenong',\n", - " 'Cao, Huiling',\n", - " 'Xiao, Guozhi'],\n", - " 'title': ['Kindlin-2 haploinsufficiency protects against fatty liver by targeting Foxo1 in mice']},\n", - " {'bibcode': '1993Natur.365..179H',\n", - " 'author': ['Hilberg, Frank',\n", - " 'Aguzzi, Adriano',\n", - " 'Howells, Norma',\n", - " 'Wagner, Erwin F.'],\n", - " 'title': ['c-Jun is essential for normal mouse development and hepatogenesis']},\n", - " {'bibcode': '2020AIPA...10k5009F',\n", - " 'author': ['Fang, Zheng', 'Zhong, Shuo', 'Hu, Weifeng', 'Cheng, Siyuan'],\n", - " 'title': ['Mouse livers machine learning identification based on hyperspectral x-ray computed tomography reconstructed x-ray absorption spectra']},\n", - " {'bibcode': '1995Sci...267.1506M',\n", - " 'author': ['Motoyama, Noboru',\n", - " 'Wang, Fanping',\n", - " 'Roth, Kevin A.',\n", - " 'Sawa, Hirofumi',\n", - " 'Nakayama, Kei-Ichi',\n", - " 'Nakayama, Keiko',\n", - " 'Negishi, Izumi',\n", - " 'Senju, Satoru',\n", - " 'Zhang, Qing',\n", - " 'Fujii, Satoshi',\n", - " 'Loh, Dennis Y.'],\n", - " 'title': ['Massive Cell Death of Immature Hematopoietic Cells and Neurons in Bcl-x- Deficient Mice']},\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", - " 'title': ['Dysfunction of lipid sensor GPR120 leads to obesity in both mouse and human']},\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", - " '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': '1998PNAS...95.9448M',\n", - " 'author': ['Ma, Qing',\n", - " 'Jones, Dan',\n", - " 'Borghesani, Paul R.',\n", - " 'Segal, Rosalind A.',\n", - " 'Nagasawa, Takashi',\n", - " 'Kishimoto, Tadamitsu',\n", - " 'Bronson, Roderick T.',\n", - " 'Springer, Timothy A.'],\n", - " 'title': ['Impaired B-Lymphopoiesis, Myelopoiesis, and Derailed Cerebellar Neuron Migration in CXCR4- and SDF-1-Deficient Mice']},\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", - " 'title': ['From the Cover: PNAS Plus: Antiplatelet therapy prevents hepatocellular carcinoma and improves survival in a mouse model of chronic hepatitis B']},\n", - " {'bibcode': '2004PNAS..101.8852M',\n", - " 'author': ['McClung, James P.',\n", - " 'Roneker, Carol A.',\n", - " 'Mu, Weipeng',\n", - " 'Lisk, Donald J.',\n", - " 'Langlais, Paul',\n", - " 'Liu, Feng',\n", - " 'Lei, Xin Gen'],\n", - " 'title': ['Development of insulin resistance and obesity in mice overexpressing cellular glutathione peroxidase']},\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", - " 'title': ['Study of interparticle interaction in conjugates of magnetic nanoparticles injected into mice']},\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", - " 'title': ['Mitochondrial Disease in Mouse Results in Increased Oxidative Stress']},\n", - " {'bibcode': '2002PNAS...99.5622T',\n", - " 'author': ['Trinder, Debbie',\n", - " 'Olynyk, John K.',\n", - " 'Sly, William S.',\n", - " 'Morgan, Evan H.'],\n", - " 'title': ['Iron uptake from plasma transferrin by the duodenum is impaired in the Hfe knockout mouse']},\n", - " {'bibcode': '2016NatSR...624399Y',\n", - " 'author': ['Yang, Gabsik', 'Lee, Hye Eun', 'Lee, Joo Young'],\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': '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", - " 'title': ['Imaging and differentiation of mouse embryo tissues by ToF-SIMS']},\n", - " {'bibcode': '2006Natur.441..537G',\n", - " 'author': ['Grimm, Dirk',\n", - " 'Streetz, Konrad L.',\n", - " 'Jopling, Catherine L.',\n", - " 'Storm, Theresa A.',\n", - " 'Pandey, Kusum',\n", - " 'Davis, Corrine R.',\n", - " 'Marion, Patricia',\n", - " 'Salazar, Felix',\n", - " 'Kay, Mark A.'],\n", - " 'title': ['Fatality in mice due to oversaturation of cellular microRNA/short hairpin RNA pathways']},\n", - " {'bibcode': '2021NatSR..11.7132A',\n", - " 'author': ['Arévalo, A. P.',\n", - " 'Pagotto, R.',\n", - " 'Pórfido, J. L.',\n", - " 'Daghero, H.',\n", - " 'Segovia, M.',\n", - " 'Yamasaki, K.',\n", - " 'Varela, B.',\n", - " 'Hill, M.',\n", - " 'Verdes, J. M.',\n", - " 'Duhalde Vega, M.',\n", - " 'Bollati-Fogolín, M.',\n", - " 'Crispo, M.'],\n", - " 'title': ['Ivermectin reduces in vivo coronavirus infection in a mouse experimental model']},\n", - " {'bibcode': '2014ANSNN...5b5009L',\n", - " 'author': ['Luan Le, Quang',\n", - " 'Phuong Linh Do, Thi',\n", - " 'Phuong Uyen Nguyen, Huynh',\n", - " 'Phu Dang, Van',\n", - " 'Hien Nguyen, Quoc'],\n", - " 'title': ['Biodistribution of gold nanoparticles synthesized by γ-irradiation after intravenous administration in mice']},\n", - " {'bibcode': '2011NatSR...1E.134H',\n", - " 'author': ['Houtkooper, Riekelt H.',\n", - " 'Argmann, Carmen',\n", - " 'Houten, Sander M.',\n", - " 'Cantó, Carles',\n", - " 'Jeninga, Ellen H.',\n", - " 'Andreux, Pénélope A.',\n", - " 'Thomas, Charles',\n", - " 'Doenlen, Raphaël',\n", - " 'Schoonjans, Kristina',\n", - " 'Auwerx, Johan'],\n", - " 'title': ['The metabolic footprint of aging in mice']},\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", - " 'title': ['Peritumoral activation of the Hippo pathway effectors YAP and TAZ suppresses liver cancer in mice']},\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", - " 'title': ['Kupffer cell-dependent TNF-α signaling mediates injury in the arterialized small-for-size liver transplantation in the mouse']},\n", - " {'bibcode': '2021AIPC.2353c0095J',\n", - " 'author': ['Jannah, Fita Nur',\n", - " 'Anggraini, Putri Diyah',\n", - " 'Gofur, Abdul',\n", - " 'Lestari, Sri Rahayu'],\n", - " 'title': ['The prevention of single bulb garlic extract on non-alcoholic fatty liver disease (NAFLD) in high fat mice (Mus musculus) model']},\n", - " {'bibcode': '2008PNAS..105.6531J',\n", - " 'author': ['Jayasooriya, Anura P.',\n", - " 'Mathai, Michael L.',\n", - " 'Walker, Lesley L.',\n", - " 'Begg, Denovan P.',\n", - " 'Denton, Derek A.',\n", - " 'Cameron-Smith, David',\n", - " 'Egan, Gary F.',\n", - " 'McKinley, Michael J.',\n", - " 'Rodger, Paula D.',\n", - " 'Sinclair, Andrew J.',\n", - " 'Wark, John D.',\n", - " 'Weisinger, Harrison S.',\n", - " 'Jois, Mark',\n", - " 'Weisinger, Richard S.'],\n", - " 'title': ['Mice lacking angiotensin-converting enzyme have increased energy expenditure, with reduced fat mass and improved glucose clearance']},\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", - " 'title': ['In vitro expansion of single Lgr5+ liver stem cells induced by Wnt-driven regeneration']},\n", - " {'bibcode': '2018NatSR...816173N',\n", - " 'author': ['Nishitsuji, Kazuchika',\n", - " 'Watanabe, Syunsuke',\n", - " 'Xiao, Jinzhong',\n", - " 'Nagatomo, Ryosuke',\n", - " 'Ogawa, Hirohisa',\n", - " 'Tsunematsu, Takaaki',\n", - " 'Umemoto, Hitomi',\n", - " 'Morimoto, Yuki',\n", - " 'Akatsu, Hiroyasu',\n", - " 'Inoue, Koichi',\n", - " 'Tsuneyama, Koichi'],\n", - " 'title': ['Effect of coffee or coffee components on gut microbiome and short-chain fatty acids in a mouse model of metabolic syndrome']},\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", - " 'title': ['Detection and identification of activated oncogenes in spontaneously occurring benign and malignant hepatocellular tumors of the B6C3F1 mouse.']},\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", - " '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': '2021NatSR..11.5637S',\n", - " 'author': ['Sampson, Catherine M.',\n", - " 'Dimet, Andrea L.',\n", - " 'Neelakantan, Harshini',\n", - " 'Ogunseye, Kehinde O.',\n", - " 'Stevenson, Heather L.',\n", - " 'Hommel, Jonathan D.',\n", - " 'Watowich, Stanley J.'],\n", - " 'title': ['Combined nicotinamide N-methyltransferase inhibition and reduced-calorie diet normalizes body composition and enhances metabolic benefits in obese mice']},\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", - " 'title': ['Biodegradation of Magnetic Nanoparticles in Mouse Liver From Combined Analysis of Mössbauer and Magnetization Data']},\n", - " {'bibcode': '2004PNAS..10110422U',\n", - " 'author': ['Ueki, Kohjiro',\n", - " 'Kondo, Tatsuya',\n", - " 'Tseng, Yu-Hua',\n", - " 'Kahn, C. Ronald'],\n", - " 'title': ['Central role of suppressors of cytokine signaling proteins in hepatic steatosis, insulin resistance, and the metabolic syndrome in the mouse']},\n", - " {'bibcode': '1966RSPSB.165...61C',\n", - " 'author': ['Craigie, J.'],\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': '1997PNAS...94..961S',\n", - " 'author': ['Schubbert, Rainer',\n", - " 'Renz, Doris',\n", - " 'Schmitz, Birgit',\n", - " 'Doerfler, Walter'],\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': '2002PNAS...99..377B',\n", - " 'author': ['Bhaumik, S.', 'Gambhir, S. S.'],\n", - " 'title': ['Optical imaging of Renilla luciferase reporter gene expression in living mice']},\n", - " {'bibcode': '2002PNAS...9916881W',\n", - " 'author': ['Wang, Xinhe',\n", - " 'Kiyokawa, Hiroaki',\n", - " 'Dennewitz, Margaret B.',\n", - " 'Costa, Robert H.'],\n", - " 'title': ['The Forkhead Box m1b transcription factor is essential for hepatocyte DNA replication and mitosis during mouse liver regeneration']},\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", - " 'title': ['Diversity of Alpha-Fetoprotein Gene Expression in Mice is Generated by a Combination of Separate Enhancer Elements']},\n", - " {'bibcode': '1991PNAS...88.9402S',\n", - " 'author': ['Seiffert, Dietmar',\n", - " 'Keeton, Mark',\n", - " 'Eguchi, Yutaka',\n", - " 'Sawdey, Mike',\n", - " 'Loskutoff, David J.'],\n", - " 'title': ['Detection of vitronectin mRNA in tissues and cells of the mouse.']},\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", - " 'title': ['High susceptibility to fatty liver disease in two-pore channel 2-deficient mice']},\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", - " 'title': ['Somatic integration of an oncogene-harboring Sleeping Beauty transposon models liver tumor development in the mouse']},\n", - " {'bibcode': '2001PNAS...98.2278K',\n", - " 'author': ['Kokoszka, Jason E.',\n", - " 'Coskun, Pinar',\n", - " 'Esposito, Luke A.',\n", - " 'Wallace, Douglas C.'],\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': '1995PNAS...9211608Y',\n", - " 'author': ['Yang, Baoli',\n", - " 'Kirby, Suzanne',\n", - " 'Lewis, Jada',\n", - " 'Detloff, Peter J.',\n", - " 'Maeda, Nobuyo',\n", - " 'Smithies, Oliver'],\n", - " 'title': ['A Mouse Model for β^0-Thalassemia']},\n", - " {'bibcode': '2009Sci...325..100Z',\n", - " 'author': ['Zelcer, Noam',\n", - " 'Hong, Cynthia',\n", - " 'Boyadjian, Rima',\n", - " 'Tontonoz, Peter'],\n", - " 'title': ['LXR Regulates Cholesterol Uptake Through Idol-Dependent Ubiquitination of the LDL Receptor']},\n", - " {'bibcode': '1999PNAS...96.3906W',\n", - " 'author': ['Wang, Lili',\n", - " 'Takabe, Kazuaki',\n", - " 'Bidlingmaier, Scott M.',\n", - " 'Ill, Charles R.',\n", - " 'Verma, Inder M.'],\n", - " 'title': ['Sustained Correction of Bleeding Disorder in Hemophilia B Mice by Gene Therapy']},\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", - " 'title': ['The ADP/ATP translocator is not essential for the mitochondrial permeability transition pore']},\n", - " {'bibcode': '1981Sci...213..559P',\n", - " 'author': ['Prohaska, Joseph R.', 'Lukasewycz, Omelan A.'],\n", - " 'title': ['Copper Deficiency Suppresses the Immune Response of Mice']},\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", - " 'title': ['Tonsil-derived Mesenchymal Stem Cells Ameliorate CCl4-induced Liver Fibrosis in Mice via Autophagy Activation']},\n", - " {'bibcode': '2020NatSR..10.3386T',\n", - " 'author': ['Tiwari, Shuchita',\n", - " 'Mishra, Manish',\n", - " 'Salemi, Michelle R.',\n", - " 'Phinney, Brett S.',\n", - " 'Newens, Joanne L.',\n", - " 'Gomes, Aldrin V.'],\n", - " 'title': ['Gender-specific changes in energy metabolism and protein degradation as major pathways affected in livers of mice treated with ibuprofen']},\n", - " {'bibcode': '2003Natur.421..177E',\n", - " 'author': ['Etchegaray, Jean-Pierre',\n", - " 'Lee, Choogon',\n", - " 'Wade, Paul A.',\n", - " 'Reppert, Steven M.'],\n", - " 'title': ['Rhythmic histone acetylation underlies transcription in the mammalian circadian clock']},\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", - " 'title': ['Molecular hydrogen protects against ischemia-reperfusion injury in a mouse fatty liver model via regulating HO-1 and Sirt1 expression']},\n", - " {'bibcode': '1997PNAS...9410663S',\n", - " 'author': ['Shi, Zengdun', 'Wakil, Adil E.', 'Rockey, Don C.'],\n", - " 'title': ['Strain-Specific Differences in Mouse Hepatic Wound Healing are Mediated by Divergent T Helper Cytokine Responses']},\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", - " 'title': ['Feedback modulation of cholesterol metabolism by the lipid-responsive non-coding RNA LeXis']},\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", - " 'title': ['Spatiotemporal regulation of liver development by the Wnt/β-catenin pathway']},\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", - " 'title': ['De novo formation of the biliary system by TGFβ-mediated hepatocyte transdifferentiation']},\n", - " {'bibcode': '2014SPIE.9038E..1UW',\n", - " 'author': ['Wuttisarnwattana, Patiwet',\n", - " 'Raza, Syed A.',\n", - " 'Eid, Saada',\n", - " 'Cooke, Kenneth R.',\n", - " 'Wilson, David L.'],\n", - " 'title': ['Novel T lymphocyte proliferation assessment using whole mouse cryo-imaging']},\n", - " {'bibcode': '2019ScTEn.655.1334Z',\n", - " 'author': ['Zhang, Rui', 'Zhang, Xun', 'Gao, Sichen', 'Liu, Rutao'],\n", - " 'title': ['Assessing the in vitro and in vivo toxicity of ultrafine carbon black to mouse liver']},\n", - " {'bibcode': '2018NatSR...815256B',\n", - " 'author': ['Bijnen, Mitchell',\n", - " 'Beelen, Nicky',\n", - " 'Wetzels, Suzan',\n", - " 'Gaar, José van de',\n", - " 'Vroomen, Maria',\n", - " 'Wijnands, Erwin',\n", - " 'Scheijen, Jean L.',\n", - " 'van de Waarenburg, Marjo P. H.',\n", - " 'Gijbels, Marion J.',\n", - " 'Cleutjens, Jack P.',\n", - " 'Biessen, Erik A. L.',\n", - " 'Stehouwer, Coen D. A.',\n", - " 'Schalkwijk, Casper G.',\n", - " 'Wouters, Kristiaan'],\n", - " 'title': ['RAGE deficiency does not affect non-alcoholic steatohepatitis and atherosclerosis in Western type diet-fed Ldlr-/- mice']},\n", - " {'bibcode': '1991PNAS...88.7595A',\n", - " 'author': ['Agrawal, Sudhir', 'Temsamani, Jamal', 'Tang, Jin Yan'],\n", - " 'title': ['Pharmacokinetics, biodistribution, and stability of oligodeoxynucleotide phosphorothioates in mice.']},\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", - " 'title': ['Extensive oxidative DNA damage in hepatocytes of transgenic mice with chronic active hepatitis destined to develop hepatocellular carcinoma.']},\n", - " {'bibcode': '1994PNAS...91.9151V',\n", - " 'author': ['Valera, Alfons',\n", - " 'Pujol, Anna',\n", - " 'Pelegrin, Mireia',\n", - " 'Bosch, Fatima'],\n", - " 'title': ['Transgenic mice overexpressing phosphoenolpyruvate carboxykinase develop non-insulin-dependent diabetes mellitus.']},\n", - " {'bibcode': '2009PNAS..10615956C',\n", - " 'author': ['Carbrey, Jennifer M.',\n", - " 'Song, Linhua',\n", - " 'Zhou, Yao',\n", - " 'Yoshinaga, Masafumi',\n", - " 'Rojek, Aleksandra',\n", - " 'Wang, Yiding',\n", - " 'Liu, Yangjian',\n", - " 'Lujan, Heidi L.',\n", - " 'DiCarlo, Stephen E.',\n", - " 'Nielsen, Søren',\n", - " 'Rosen, Barry P.',\n", - " 'Agre, Peter',\n", - " 'Mukhopadhyay, Rita'],\n", - " 'title': ['Reduced arsenic clearance and increased toxicity in aquaglyceroporin-9-null mice']},\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", - " 'title': ['Mechanosensing by β1 integrin induces angiocrine signals for liver growth and survival']},\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", - " 'title': ['Characterization of hepatic lipid profiles in a mouse model with nonalcoholic steatohepatitis and subsequent fibrosis']},\n", - " {'bibcode': '2017NatCo...8...39B',\n", - " 'author': ['Barzi, Mercedes',\n", - " 'Pankowicz, Francis P.',\n", - " 'Zorman, Barry',\n", - " 'Liu, Xing',\n", - " 'Legras, Xavier',\n", - " 'Yang, Diane',\n", - " 'Borowiak, Malgorzata',\n", - " 'Bissig-Choisat, Beatrice',\n", - " 'Sumazin, Pavel',\n", - " 'Li, Feng',\n", - " 'Bissig, Karl-Dimiter'],\n", - " 'title': ['A novel humanized mouse lacking murine P450 oxidoreductase for studying human drug metabolism']},\n", - " {'bibcode': '2020NatSR..1011956B',\n", - " 'author': ['Bonhoure, Nicolas',\n", - " 'Praz, Viviane',\n", - " 'Moir, Robyn D.',\n", - " 'Willemin, Gilles',\n", - " 'Mange, François',\n", - " 'Moret, Catherine',\n", - " 'Willis, Ian M.',\n", - " 'Hernandez, Nouria'],\n", - " 'title': ['MAF1 is a chronic repressor of RNA polymerase III transcription in the mouse']},\n", - " {'bibcode': '2017NatCo...8.1646S',\n", - " 'author': ['Sun, Ramon C.',\n", - " 'Fan, Teresa W. -M.',\n", - " 'Deng, Pan',\n", - " 'Higashi, Richard M.',\n", - " 'Lane, Andrew N.',\n", - " 'Le, Anh-Thu',\n", - " 'Scott, Timothy L.',\n", - " 'Sun, Qiushi',\n", - " 'Warmoes, Marc O.',\n", - " 'Yang, Ye'],\n", - " 'title': ['Noninvasive liquid diet delivery of stable isotopes into mouse models for deep metabolic network tracing']},\n", - " {'bibcode': '2017NatSR...715532W',\n", - " 'author': ['Wang, Wei',\n", - " 'Yao, Li-Jia',\n", - " 'Shen, Weifeng',\n", - " 'Ding, Kai',\n", - " 'Shi, Pei-Mei',\n", - " 'Chen, Fei',\n", - " 'He, Jin',\n", - " 'Ding, Jin',\n", - " 'Zhang, Xin',\n", - " 'Xie, Wei-Fen'],\n", - " 'title': ['FOXA2 alleviates CCl4-induced liver fibrosis by protecting hepatocytes in mice']},\n", - " {'bibcode': '2007PNAS..10420507B',\n", - " 'author': ['Bissig, Karl-Dimiter',\n", - " 'Le, Tam T.',\n", - " 'Woods, Niels-Bjarne',\n", - " 'Verma, Inder M.'],\n", - " 'title': ['Repopulation of adult and neonatal mice with human hepatocytes: A chimeric animal model']},\n", - " {'bibcode': '2016NatSR...630111K',\n", - " 'author': ['Kim, Kyung Eun',\n", - " 'Jung, Youngae',\n", - " 'Min, Soonki',\n", - " 'Nam, Miso',\n", - " 'Heo, Rok Won',\n", - " 'Jeon, Byeong Tak',\n", - " 'Song, Dae Hyun',\n", - " 'Yi, Chin-Ok',\n", - " 'Jeong, Eun Ae',\n", - " 'Kim, Hwajin',\n", - " 'Kim, Jeonghyun',\n", - " 'Jeong, Seon-Yong',\n", - " 'Kwak, Woori',\n", - " 'Ryu, Do Hyun',\n", - " 'Horvath, Tamas L.',\n", - " 'Roh, Gu Seob',\n", - " 'Hwang, Geum-Sook'],\n", - " 'title': ['Caloric restriction of db/db mice reverts hepatic steatosis and body weight with divergent hepatic metabolism']},\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", - " 'title': ['Caspase 8 small interfering RNA prevents acute liver failure in mice']},\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", - " 'title': ['Increased levels of forkhead box M1B transcription factor in transgenic mouse hepatocytes prevent age-related proliferation defects in regenerating liver']},\n", - " {'bibcode': '2002JMMM..252..367L',\n", - " 'author': ['Lacava, L. M.',\n", - " 'Lacava, Z. G. M.',\n", - " 'Azevedo, R. B.',\n", - " 'Chaves, S. B.',\n", - " 'Garcia, V. A. P.',\n", - " 'Silva, O.',\n", - " 'Pelegrini, F.',\n", - " 'Buske, N.',\n", - " 'Gansau, C.',\n", - " 'Da Silva, M. F.',\n", - " 'Morais, P. C.'],\n", - " 'title': ['Use of magnetic resonance to study biodistribution of dextran-coated magnetic fluid intravenously administered in mice']},\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", - " 'title': ['Toxicity of Tetrabromobisphenol A and Its Derivative in the Mouse Liver Following Oral Exposure at Environmentally Relevant Levels']},\n", - " {'bibcode': '2017NatSR...7.7096L',\n", - " 'author': ['Lathan, Rashida',\n", - " 'Simon-Chazottes, Dominique',\n", - " 'Jouvion, Grégory',\n", - " 'Godon, Ophélie',\n", - " 'Malissen, Marie',\n", - " 'Flamand, Marie',\n", - " 'Bruhns, Pierre',\n", - " 'Panthier, Jean-Jacques'],\n", - " 'title': ['Innate Immune Basis for Rift Valley Fever Susceptibility in Mouse Models']},\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", - " 'title': [\"Two 3' Sequences Direct Adult Erythroid-Specific Expression of Human β -globin Genes in Transgenic Mice\"]},\n", - " {'bibcode': '1996PNAS...93.9126K',\n", - " 'author': ['Kieran, Mark W.',\n", - " 'Perkins, Andrew C.',\n", - " 'Orkin, Stuart H.',\n", - " 'Zon, Leonard I.'],\n", - " 'title': ['Thrombopoietin rescues in vitro erythroid colony formation from mouse embryos lacking the erythropoietin receptor.']},\n", - " {'bibcode': '1996Natur.380..711S',\n", - " 'author': ['Schilham, Marco W.',\n", - " 'Oosterwegel, Mariëtte A.',\n", - " 'Moerer, Petra',\n", - " 'Ya, Jing',\n", - " 'de Boer, Piet A. J.',\n", - " 'van de Wetering, Marc',\n", - " 'Verbeek, Sjef',\n", - " 'Lamers, Wouter H.',\n", - " 'Kruisbeek, Ada M.',\n", - " 'Cumano, Ana',\n", - " 'Clevers, Hans'],\n", - " 'title': ['Defects in cardiac outflow tract formation and pro-B-lymphocyte expansion in mice lacking Sox-4']},\n", - " {'bibcode': '2000PNAS...97.4156M',\n", - " 'author': ['Minowa, Osamu',\n", - " 'Arai, Tsuyoshi',\n", - " 'Hirano, Masanori',\n", - " 'Monden, Yoshiaki',\n", - " 'Nakai, Shigeyasu',\n", - " 'Fukuda, Mayuko',\n", - " 'Itoh, Masaki',\n", - " 'Takano, Hiroshi',\n", - " 'Hippou, Yoshitaka',\n", - " 'Aburatani, Hiroyuki',\n", - " 'Masumura, Ken-ichi',\n", - " 'Nohmi, Takehiko',\n", - " 'Nishimura, Susumu',\n", - " 'Noda, Tetsuo'],\n", - " 'title': ['Mmh/Ogg1 gene inactivation results in accumulation of 8-hydroxyguanine in mice']},\n", - " {'bibcode': '2012PMB....57.6063W',\n", - " 'author': ['Wang, Hongkai',\n", - " 'Stout, David B.',\n", - " 'Taschereau, Richard',\n", - " 'Gu, Zheng',\n", - " 'Vu, Nam T.',\n", - " 'Prout, David L.',\n", - " 'Chatziioannou, Arion F.'],\n", - " 'title': ['MARS: a mouse atlas registration system based on a planar x-ray projector and an optical camera']},\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", - " 'title': ['Mice Mutant for Glucokinase Regulatory Protein Exhibit Decreased Liver Glucokinase: A Sequestration Mechanism in Metabolic Regulation']},\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", - " 'title': ['Circadian Clock Control by SUMOylation of BMAL1']},\n", - " {'bibcode': '2015JBO....20g6012K',\n", - " 'author': ['Kopriva, Ivica',\n", - " 'Hadžija, Marijana Popović',\n", - " 'Hadžija, Mirko',\n", - " 'Aralica, Gorana'],\n", - " 'title': ['Offset-sparsity decomposition for automated enhancement of color microscopic image of stained specimen in histopathology']},\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': '1993PNAS...90.2812H',\n", - " 'author': ['Herz, Joachim', 'Gerard, Robert D.'],\n", - " 'title': ['Adenovirus-mediated transfer of low density lipoprotein receptor gene acutely accelerates cholesterol clearance in normal mice.']},\n", - " {'bibcode': '2023NatSR..13.9475K',\n", - " 'author': ['Kim, Myungsuk',\n", - " 'Huda, M. Nazmul',\n", - " 'Evans, Levi W.',\n", - " 'Que, Excel',\n", - " 'Gertz, Erik R.',\n", - " 'Maeda-Smithies, Nobuyo',\n", - " 'Bennett, Brian J.'],\n", - " 'title': ['Integrative analysis of hepatic transcriptional profiles reveals genetic regulation of atherosclerosis in hyperlipidemic Diversity Outbred-F1 mice']},\n", - " {'bibcode': '2017NatSR...712488D',\n", - " 'author': ['Deol, Poonamjot',\n", - " 'Fahrmann, Johannes',\n", - " 'Yang, Jun',\n", - " 'Evans, Jane R.',\n", - " 'Rizo, Antonia',\n", - " 'Grapov, Dmitry',\n", - " 'Salemi, Michelle',\n", - " 'Wanichthanarak, Kwanjeera',\n", - " 'Fiehn, Oliver',\n", - " 'Phinney, Brett',\n", - " 'Hammock, Bruce D.',\n", - " 'Sladek, Frances M.'],\n", - " 'title': ['Omega-6 and omega-3 oxylipins are implicated in soybean oil-induced obesity in mice']},\n", - " {'bibcode': '2014Nanos...7..625Y',\n", - " 'author': ['Yang, Lin',\n", - " 'Kuang, Huijuan',\n", - " 'Zhang, Wanyi',\n", - " 'Aguilar, Zoraida P.',\n", - " 'Xiong, Yonghua',\n", - " 'Lai, Weihua',\n", - " 'Xu, Hengyi',\n", - " 'Wei, Hua'],\n", - " 'title': ['Size dependent biodistribution and toxicokinetics of iron oxide magnetic nanoparticles in mice']},\n", - " {'bibcode': '1980Sci...209.1128N',\n", - " 'author': ['Newell, Nanette',\n", - " 'Richards, Julia E.',\n", - " 'Tucker, Philip W.',\n", - " 'Blattner, Frederick R.'],\n", - " 'title': ['J Genes for Heavy Chain Immunoglobulins of Mouse']},\n", - " {'bibcode': '2007PNAS..10416480C',\n", - " 'author': ['Choi, Cheol Soo',\n", - " 'Savage, David B.',\n", - " 'Abu-Elheiga, Lutfi',\n", - " 'Liu, Zhen-Xiang',\n", - " 'Kim, Sheene',\n", - " 'Kulkarni, Ameya',\n", - " 'Distefano, Alberto',\n", - " 'Hwang, Yu-Jin',\n", - " 'Reznick, Richard M.',\n", - " 'Codella, Roberto',\n", - " 'Zhang, Dongyan',\n", - " 'Cline, Gary W.',\n", - " 'Wakil, Salih J.',\n", - " 'Shulman, Gerald I.'],\n", - " 'title': ['Continuous fat oxidation in acetyl CoA carboxylase 2 knockout mice increases total energy expenditure, reduces fat mass, and improves insulin sensitivity']},\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", - " 'title': ['Establishment of repeated liver biopsy technique in experimental mice']},\n", - " {'bibcode': '2019OExpr..2726014H',\n", - " 'author': ['Huang, Pingjie',\n", - " 'Cao, Yuqi',\n", - " 'Chen, Jiani',\n", - " 'Ge, Weiting',\n", - " 'Hou, Dibo',\n", - " 'Zhang, Guangxin'],\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", - " 'title': ['Association of H-2 Antigens with the Cell Membrane Fraction of Mouse Liver']},\n", - " {'bibcode': '2000Natur.406..902T',\n", - " 'author': ['Tanaka, Yoshitaka',\n", - " 'Guhde, Gundula',\n", - " 'Suter, Anke',\n", - " 'Eskelinen, Eeva-Liisa',\n", - " 'Hartmann, Dieter',\n", - " 'Lüllmann-Rauch, Renate',\n", - " 'Janssen, Paul M. L.',\n", - " 'Blanz, Judith',\n", - " 'von Figura, Kurt',\n", - " 'Saftig, Paul'],\n", - " 'title': ['Accumulation of autophagic vacuoles and cardiomyopathy in LAMP-2-deficient mice']},\n", - " {'bibcode': '1997PNAS...9413087E',\n", - " 'author': ['Engelward, Bevin P.',\n", - " 'Weeda, Geert',\n", - " 'Wyatt, Michael D.',\n", - " 'Broekhof, José L. M.',\n", - " 'de Wit, Jan',\n", - " 'Donker, Ingrid',\n", - " 'Allan, James M.',\n", - " 'Gold, Barry',\n", - " 'Hoeijmakers, Jan H. J.',\n", - " 'Samson, Leona D.'],\n", - " 'title': ['Base Excision Repair Deficient Mice Lacking the Aag Alkyladenine DNA Glycosylase']},\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", @@ -3427,1002 +717,791 @@ " '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': '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", - " 'title': ['Contribution and Mobilization of Mesenchymal Stem Cells in a mouse model of carbon tetrachloride-induced liver fibrosis']},\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", - " 'title': ['Antidiabetic and antisteatotic effects of the selective fatty acid synthase (FAS) inhibitor platensimycin in mouse models of diabetes']},\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", - " 'title': ['Astaxanthin prevents and reverses diet-induced insulin resistance and steatohepatitis in mice: A comparison with vitamin E']},\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", - " 'title': ['Development and rescue of human familial hypercholesterolaemia in a xenograft mouse model']},\n", - " {'bibcode': '2020JMoSt120827895W',\n", - " 'author': ['Wang, Xia',\n", - " 'Huo, Xiu-zhu',\n", - " 'Liu, Zhe',\n", - " 'Yang, Ran',\n", - " 'Zeng, Hua-jin'],\n", - " 'title': ['Investigations on the anti-aging activity of polysaccharides from Chinese yam and their regulation on klotho gene expression in mice']},\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", - " 'title': ['Dynamic tracking and identification of tissue-specific secretory proteins in the circulation of live 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", - " 'title': ['Function of GATA Factors in the Adult Mouse Liver']},\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", - " 'title': ['Pathogenesis of emerging severe fever with thrombocytopenia syndrome virus in C57/BL6 mouse model']},\n", - " {'bibcode': '2017NatSR...7..714T',\n", - " 'author': ['Thiele, Nina D.',\n", - " 'Wirth, Jan W.',\n", - " 'Steins, David',\n", - " 'Koop, Anja C.',\n", - " 'Ittrich, Harald',\n", - " 'Lohse, Ansgar W.',\n", - " 'Kluwe, Johannes'],\n", - " 'title': ['TIMP-1 is upregulated, but not essential in hepatic fibrogenesis and carcinogenesis in mice']},\n", - " {'bibcode': '2022NatSR..1222273Z',\n", - " 'author': ['Zangerolamo, Lucas',\n", - " 'Carvalho, Marina',\n", - " 'Barssotti, Leticia',\n", - " 'Soares, Gabriela M.',\n", - " 'Marmentini, Carine',\n", - " 'Boschero, Antonio C.',\n", - " 'Barbosa, Helena Cristina L.'],\n", - " 'title': ['The bile acid TUDCA reduces age-related hyperinsulinemia 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", - " 'title': ['Disparate metabolic response to fructose feeding between different mouse strains']},\n", - " {'bibcode': '2021NatSR..11.3599S',\n", - " 'author': ['Sakamoto, Hiroki',\n", - " 'Miyanishi, Koji',\n", - " 'Tanaka, Shingo',\n", - " 'Ito, Ryo',\n", - " 'Hamaguchi, Kota',\n", - " 'Sakurada, Akira',\n", - " 'Sato, Masanori',\n", - " 'Kubo, Tomohiro',\n", - " 'Osuga, Takahiro',\n", - " 'Murase, Kazuyuki',\n", - " 'Takada, Kohichi',\n", - " 'Nakabeppu, Yusaku',\n", - " 'Kobune, Masayoshi',\n", - " 'Kato, Junji'],\n", - " 'title': ['MUTYH is associated with hepatocarcinogenesis in a non-alcoholic steatohepatitis mouse model']},\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", - " 'title': ['Versatile Ti3C2Tx MXene for free-radical scavenging']},\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", - " 'title': ['Activity of Δ 8- and Δ 9-Tetrahydrocannabinol and Related Compounds in the Mouse']},\n", - " {'bibcode': '1979Natur.281...74L',\n", - " 'author': ['Lipsich, Leah Ann', 'Kates, Joseph R.', 'Lucas, Joseph J.'],\n", - " 'title': ['Expression of a liver-specific function by mouse fibroblast nuclei transplanted into rat hepatoma cytoplasts']},\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", - " 'title': ['Coenzyme Q10 Ameliorates potassium cyanide-induced toxicosis in a mouse model']},\n", - " {'bibcode': '2018Natur.558..301Q',\n", - " 'author': ['Que, Xuchu',\n", - " 'Hung, Ming-Yow',\n", - " 'Yeang, Calvin',\n", - " 'Gonen, Ayelet',\n", - " 'Prohaska, Thomas A.',\n", - " 'Sun, Xiaoli',\n", - " 'Diehl, Cody',\n", - " 'Määttä, Antti',\n", - " 'Gaddis, Dalia E.',\n", - " 'Bowden, Karen',\n", - " 'Pattison, Jennifer',\n", - " 'MacDonald, Jeffrey G.',\n", - " 'Ylä-Herttuala, Seppo',\n", - " 'Mellon, Pamela L.',\n", - " 'Hedrick, Catherine C.',\n", - " 'Ley, Klaus',\n", - " 'Miller, Yury I.',\n", - " 'Glass, Christopher K.',\n", - " 'Peterson, Kirk L.',\n", - " 'Binder, Christoph J.',\n", - " 'Tsimikas, Sotirios',\n", - " 'Witztum, Joseph L.'],\n", - " 'title': ['Oxidized phospholipids are proinflammatory and proatherogenic in hypercholesterolaemic mice']},\n", - " {'bibcode': '2022SciBu..67..733W',\n", - " 'author': ['Wei, Siying',\n", - " 'Li, Chenchen',\n", - " 'Luo, Xuemei',\n", - " 'Yang, Lanzexin',\n", - " 'Yu, Long',\n", - " 'Wang, Qintao',\n", - " 'Meng, Zhuo-Xian',\n", - " 'Wang, Tao',\n", - " 'Chen, Yan'],\n", - " 'title': ['Intermittent protein restriction protects islet β cells and improves glucose homeostasis in diabetic mice']},\n", - " {'bibcode': '2015ApNan...5..937A',\n", - " 'author': ['Arockia John Paul, J.', 'Karunai Selvi, B.', 'Karmegam, N.'],\n", - " 'title': ['Biosynthesis of silver nanoparticles from Premna serratifolia L. leaf and its anticancer activity in CCl4-induced hepato-cancerous Swiss albino mice']},\n", - " {'bibcode': '2020JPhCS1445a2018A',\n", - " 'author': ['Akhmad Husen, Saikhu',\n", - " 'Hary Kalqutny, Septian',\n", - " 'Ansori, Arif Nur Muhammad',\n", - " 'Joko Kuncoroningrat Susilo, Raden',\n", - " 'Khaleyla, Firas',\n", - " 'Winarni, Dwi'],\n", - " 'title': ['Hepato-Renal Protective Effects of Mangosteen (Garcinia mangostana L.) Pericarp Extract in Streptozotocin-induced Diabetic Mice']},\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", - " 'title': ['GREB1 induced by Wnt signaling promotes development of hepatoblastoma by suppressing TGFβ signaling']},\n", - " {'bibcode': '2020NatCo..11.1344J',\n", - " 'author': ['Jabs, Sabrina',\n", - " 'Biton, Anne',\n", - " 'Bécavin, Christophe',\n", - " 'Nahori, Marie-Anne',\n", - " 'Ghozlane, Amine',\n", - " 'Pagliuso, Alessandro',\n", - " 'Spanò, Giulia',\n", - " 'Guérineau, Vincent',\n", - " 'Touboul, David',\n", - " 'Giai Gianetto, Quentin',\n", - " 'Chaze, Thibault',\n", - " 'Matondo, Mariette',\n", - " 'Dillies, Marie-Agnès',\n", - " 'Cossart, Pascale'],\n", - " 'title': ['Impact of the gut microbiota on the m6A epitranscriptome of mouse cecum and liver']},\n", - " {'bibcode': '1993PNAS...90.8088M',\n", - " 'author': ['Michalska, Anna E.', 'Choo, K. H. Andy'],\n", - " 'title': ['Targeting and germ-line transmission of a null mutation at the metallothionein I and II loci in mouse.']},\n", - " {'bibcode': '2018NatSR...8..188Y',\n", - " 'author': ['Yang, Xu',\n", - " 'Fujisawa, Masayoshi',\n", - " 'Yoshimura, Teizo',\n", - " 'Ohara, Toshiaki',\n", - " 'Sato, Miwa',\n", - " 'Mino, Megumi',\n", - " 'San, Thar Htet',\n", - " 'Gao, Tong',\n", - " 'Kunkel, Steven L.',\n", - " 'Matsukawa, Akihiro'],\n", - " 'title': ['Spred2 Deficiency Exacerbates D-Galactosamine/Lipopolysaccharide -induced Acute Liver Injury in Mice via Increased Production of TNFα']},\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", - " 'title': ['Vitamin E reduces chromosomal damage and inhibits hepatic tumor formation in a transgenic mouse model']},\n", - " {'bibcode': '2010Nanot..21q5101Z',\n", - " 'author': ['Zhang, Danying',\n", - " 'Deng, Xiaoyong',\n", - " 'Ji, Zongfei',\n", - " 'Shen, Xizhong',\n", - " 'Dong, Ling',\n", - " 'Wu, Minghong',\n", - " 'Gu, Taoying',\n", - " 'Liu, Yuanfang'],\n", - " 'title': ['Long-term hepatotoxicity of polyethylene-glycol functionalized multi-walled carbon nanotubes in mice']},\n", - " {'bibcode': '1990RadR..124..227M',\n", - " 'author': ['Majo, V. Di', 'Coppola, M.', 'Rebessi, S.', 'Covelli, V.'],\n", - " 'title': ['Age-Related Susceptibility of Mouse Liver to Induction of Tumors by Neutrons']},\n", - " {'bibcode': '2014INL.....4..113A',\n", - " 'author': ['Ajdari, Marziyeh', 'Ziaee Ghahnavieh, Marziyeh'],\n", - " 'title': ['Histopathology effects of nickel nanoparticles on lungs, liver, and spleen tissues in male mice']},\n", - " {'bibcode': '2018NatSR...8.8417B',\n", - " 'author': ['Bégay, Valérie',\n", - " 'Baumeier, Christian',\n", - " 'Zimmermann, Karin',\n", - " 'Heuser, Arnd',\n", - " 'Leutz, Achim'],\n", - " 'title': ['The C/EBPβ LIP isoform rescues loss of C/EBPβ function in the mouse']},\n", - " {'bibcode': '1998PNAS...9515382G',\n", - " 'author': ['Garabedian, Emily M.',\n", - " 'Humphrey, Peter A.',\n", - " 'Gordon, Jeffrey I.'],\n", - " 'title': ['A Transgenic Mouse Model of Metastatic Prostate Cancer Originating from Neuroendocrine Cells']},\n", - " {'bibcode': '2002PNAS...99.7604J',\n", - " 'author': ['Joseph, Sean B.',\n", - " 'McKilligin, Elaine',\n", - " 'Pei, Liming',\n", - " 'Watson, Michael A.',\n", - " 'Collins, Alan R.',\n", - " 'Laffitte, Bryan A.',\n", - " 'Chen, Mingyi',\n", - " 'Noh, Grace',\n", - " 'Goodman, Joanne',\n", - " 'Hagger, Graham N.',\n", - " 'Tran, Jonathan',\n", - " 'Tippin, Tim K.',\n", - " 'Wang, Xuping',\n", - " 'Lusis, Aldons J.',\n", - " 'Hsueh, Willa A.',\n", - " 'Law, Ronald E.',\n", - " 'Collins, Jon L.',\n", - " 'Willson, Timothy M.',\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", - " 'title': ['Synthetic LXR ligand inhibits the development of atherosclerosis in mice']},\n", - " {'bibcode': '2017NatSR...7.6120T',\n", - " 'author': ['Tu, Lan N.',\n", - " 'Showalter, Megan R.',\n", - " 'Cajka, Tomas',\n", - " 'Fan, Sili',\n", - " 'Pillai, Viju V.',\n", - " 'Fiehn, Oliver',\n", - " 'Selvaraj, Vimal'],\n", - " 'title': ['Metabolomic characteristics of cholesterol-induced non-obese nonalcoholic fatty liver disease in mice']},\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", - " 'title': ['Experimental infection model for Sin Nombre hantavirus in the deer mouse (Peromyscus maniculatus)']},\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", - " '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': '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", - " 'title': ['Hyperammonemia in gene-targeted mice lacking functional hepatic glutamine synthetase']},\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", - " 'title': ['Chronic Active Hepatitis in Transgenic Mice Expressing Interferon-γ in the Liver']},\n", - " {'bibcode': '2018JPhCS1003a2009A',\n", - " 'author': ['Ali, Intisar H.',\n", - " 'Jabir, Majid S.',\n", - " 'Al-Shmgani, Hanady S. A.',\n", - " 'Sulaiman, Ghassan M.',\n", - " 'Sadoon, Ali H.'],\n", - " 'title': ['Pathological And Immunological Study On Infection With Escherichia Coli In ale BALB/c mice']},\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", - " 'title': ['Quantification of nematic cell polarity in three-dimensional tissues']},\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", - " 'title': ['Circadian clock component PERIOD2 regulates diurnal expression of Na+/H+ exchanger regulatory factor-1 and its scaffolding function']},\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", + " '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", - " 'Conte-Zerial, Perla Del',\n", - " 'Hengstler, Jan G.',\n", - " 'Kalaidzidis, Yannis',\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", - " 'Zerial, Marino'],\n", - " 'title': ['Rab5 is necessary for the biogenesis of the endolysosomal system in vivo']},\n", - " {'bibcode': '1989PNAS...86.7547S',\n", - " 'author': ['Suematsu, Sachiko',\n", - " 'Matsuda, Tadashi',\n", - " 'Aozasa, Katsuyuki',\n", - " 'Akira, Shizuo',\n", - " 'Nakano, Naoko',\n", - " 'Ohno, Shinsuke',\n", - " 'Miyazaki, Jun-Ichi',\n", - " 'Yamamura, Ken-Ichi',\n", - " 'Hirano, Toshio',\n", - " 'Kishimoto, Tadamitsu'],\n", - " 'title': ['IgG1 plasmacytosis in interleukin 6 transgenic mice.']},\n", - " {'bibcode': '2017NatSR...717751W',\n", - " 'author': ['Woodfield, Sarah E.',\n", - " 'Shi, Yan',\n", - " 'Patel, Roma H.',\n", - " 'Jin, Jingling',\n", - " 'Major, Angela',\n", - " 'Sarabia, Stephen F.',\n", - " 'Starosolski, Zbigniew',\n", - " 'Zorman, Barry',\n", - " 'Gupta, Siddharth S.',\n", - " 'Chen, Zhenghu',\n", - " 'Ibarra, Aryana M.',\n", - " 'Bissig, Karl-Dimiter',\n", - " 'Ghaghada, Ketan B.',\n", - " 'Sumazin, Pavel',\n", - " 'López-Terrada, Dolores',\n", - " 'Vasudevan, Sanjeev A.'],\n", - " 'title': ['A Novel Cell Line Based Orthotopic Xenograft Mouse Model That Recapitulates Human Hepatoblastoma']},\n", - " {'bibcode': '2014PLoSO...9k6179J',\n", - " 'author': ['Jiang, Yan', 'Chen, Jiahong', 'Tong, Jian', 'Chen, Tao'],\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", - " 'title': ['Effect ofAtmDisruption on Spontaneously Arising and Radiation-Induced Deletion Mutations in Mouse Liver']},\n", - " {'bibcode': '1999Natur.400..886Y',\n", - " 'author': ['Yin, Xiao-Ming',\n", - " 'Wang, Kun',\n", - " 'Gross, Atan',\n", - " 'Zhao, Yongge',\n", - " 'Zinkel, Sandra',\n", - " 'Klocke, Barbara',\n", - " 'Roth, Kevin A.',\n", - " 'Korsmeyer, Stanley J.'],\n", - " 'title': ['Bid-deficient mice are resistant to Fas-induced hepatocellular apoptosis']},\n", - " {'bibcode': '1971Sci...171..917P',\n", - " 'author': ['Price, Gerald B.', 'Modak, S. P.', 'Makinodan, T.'],\n", - " 'title': ['Age-Associated Changes in the DNA of Mouse Tissue']},\n", - " {'bibcode': '2001PNAS...9813607Y',\n", - " 'author': ['Yang, Jian',\n", - " 'Goldstein, Joseph L.',\n", - " 'Hammer, Robert E.',\n", - " 'Moon, Young-Ah',\n", - " 'Brown, Michael S.',\n", - " 'Horton, Jay D.'],\n", - " 'title': ['Decreased lipid synthesis in livers of mice with disrupted Site-1 protease gene']},\n", - " {'bibcode': '2021DIB....3807420B',\n", - " 'author': ['Black, Michael B.',\n", - " 'Andersen, Melvin E.',\n", - " 'Pendse, Salil N.',\n", - " 'Borghoff, Susan J.',\n", - " 'Streicker, Michael',\n", - " 'McMullen, Patrick D.'],\n", - " 'title': ['RNA-sequencing (transcriptomic) data collected in liver and lung of male and female B6C3F1 mice exposed to various dose levels of 4-methylimidazole for 2, 5, or 28 days']},\n", - " {'bibcode': '2023Heliy...919359Q',\n", - " 'author': ['Qiu, Fengjun',\n", - " 'Zeng, Rui',\n", - " 'Li, Du',\n", - " 'Ye, Tingjie',\n", - " 'Xu, Wei',\n", - " 'Wang, Xiaoling',\n", - " 'Yan, Xiaofeng',\n", - " 'Li, Hua',\n", - " 'Hu, Xudong'],\n", - " 'title': ['Establishment and bioinformatics evaluation of the ethanol combined with palmitic acid-induced mouse hepatocyte AFLD model (the Hu-Qiu Model)']},\n", - " {'bibcode': '2010PLoSO...511264K',\n", - " 'author': ['Kojima, Shihoko',\n", - " 'Gatfield, David',\n", - " 'Esau, Christine C.',\n", - " 'Green, Carla B.'],\n", - " 'title': ['MicroRNA-122 Modulates the Rhythmic Expression Profile of the Circadian Deadenylase Nocturnin in Mouse Liver']},\n", - " {'bibcode': '2023NatSR..13.5525M',\n", - " 'author': ['Mohamed, Hanan R. H.',\n", - " 'Tulbah, Fadi S. A.',\n", - " 'El-ghor, Akmal A.',\n", - " 'Eissa, Shaymaa M.'],\n", - " 'title': ['Suppression of tumor growth and apoptosis induction by pomegranate seed nano-emulsion in mice bearing solid Ehrlich carcinoma cells']},\n", - " {'bibcode': '2002PNAS...9916237Y',\n", - " 'author': ['Yu, Liqing',\n", - " 'Hammer, Robert E.',\n", - " 'Li-Hawkins, Jia',\n", - " 'von Bergmann, Klaus',\n", - " 'Lutjohann, Dieter',\n", - " 'Cohen, Jonathan C.',\n", - " 'Hobbs, Helen H.'],\n", - " 'title': ['Disruption of Abcg5 and Abcg8 in mice reveals their crucial role in biliary cholesterol secretion']},\n", - " {'bibcode': '1997PNAS...94.2540O',\n", - " 'author': ['Ohshima, Toshio',\n", - " 'Murray, Gary J.',\n", - " 'Swaim, William D.',\n", - " 'Longenecker, Glenn',\n", - " 'Quirk, Jane M.',\n", - " 'Cardarelli, Carol O.',\n", - " 'Sugimoto, Yoshikazu',\n", - " 'Pastan, Ira',\n", - " 'Gottesman, Michael M.',\n", - " 'Brady, Roscoe O.',\n", - " 'Kulkarni, Ashok B.'],\n", - " 'title': ['α -Galactosidase A Deficient Mice: A Model of Fabry Disease']},\n", - " {'bibcode': '1980PNAS...77.6511D',\n", - " 'author': ['Durnam, Diane M.',\n", - " 'Perrin, Fabienne',\n", - " 'Gannon, Frank',\n", - " 'Palmiter, Richard D.'],\n", - " 'title': ['Isolation and characterization of the mouse metallothionein-I gene.']},\n", - " {'bibcode': '2000Natur.406..435X',\n", - " 'author': ['Xie, Wen',\n", - " 'Barwick, Joyce L.',\n", - " 'Downes, Michael',\n", - " 'Blumberg, Bruce',\n", - " 'Simon, Cynthia M.',\n", - " 'Nelson, Michael C.',\n", - " 'Neuschwander-Tetri, Brent A.',\n", - " 'Brunt, Elizabeth M.',\n", - " 'Guzelian, Philip S.',\n", - " 'Evans, Ronald M.'],\n", - " 'title': ['Humanized xenobiotic response in mice expressing nuclear receptor SXR']},\n", - " {'bibcode': '2018NatSR...813157S',\n", - " 'author': ['Sugisawa, Ryoichi',\n", - " 'Komatsu, Ginga',\n", - " 'Hiramoto, Emiri',\n", - " 'Takeda, Naoki',\n", - " 'Yamamura, Ken-ichi',\n", - " 'Arai, Satoko',\n", - " 'Miyazaki, Toru'],\n", - " 'title': ['Independent modes of disease repair by AIM protein distinguished in AIM-felinized mice']},\n", - " {'bibcode': '1984JESHB..19..501C',\n", - " 'author': ['Chukwudebe, A. C.', 'Hussain, M. A.', 'Oloffs, P. C.'],\n", - " 'title': ['Hydrolytic and metabolic products of acephate in water and mouse liver']},\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", - " 'title': ['Deep learning-enabled multi-organ segmentation in whole-body mouse scans']},\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", - " 'title': ['Pervasive lesion segregation shapes cancer genome evolution']},\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", - " 'title': ['Distribution and accumulation of dietary ergothioneine and its metabolites in mouse tissues']},\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", - " 'title': ['Distinct Populations of Hepatic Stellate Cells in the Mouse Liver Have Different Capacities for Retinoid and Lipid Storage']},\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", - " 'title': ['Single-cell RNA sequencing to detect age-associated genes that identify senescent cells in the liver of aged mice']},\n", - " {'bibcode': '1975PNAS...72.3585M',\n", - " 'author': ['Mintz, Beatrice', 'Illmensee, Karl'],\n", - " 'title': ['Normal genetically mosaic mice produced from malignant teratocarcinoma cells.']},\n", - " {'bibcode': '2014ToxIH..30..581S',\n", - " 'author': ['Sangai, Neha P.', 'Verma, Ramtej J.', 'Trivedi, Mrugesh H.'],\n", - " 'title': ['Testing the efficacy of quercetin in mitigating bisphenol A toxicity in liver and kidney of mice']},\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", - " '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", - " 'title': ['Dietary methionine can sustain cytosolic redox homeostasis in the mouse liver']},\n", - " {'bibcode': '1995PNAS...92.1774F',\n", - " 'author': ['Farese, Robert V., Jr.',\n", - " 'Ruland, Sandra L.',\n", - " 'Flynn, Laura M.',\n", - " 'Stokowski, Renee P.',\n", - " 'Young, Stephen G.'],\n", - " 'title': ['Knockout of the mouse apolipoprotein B gene results in embryonic lethality in homozygotes and protection against diet-induced hypercholesterolemia in heterozygotes.']},\n", - " {'bibcode': '2015DIB.....5..416L',\n", - " 'author': ['Luo, Lin',\n", - " 'Chen, Yeru',\n", - " 'Wu, Deqi',\n", - " 'Shou, Jiafeng',\n", - " 'Wang, Shengcun',\n", - " 'Ye, Jie',\n", - " 'Tang, Xiuwen',\n", - " 'Jun Wang, Xiu'],\n", - " 'title': ['Differential expression patterns of Nqo1, AKR1B8 and Ho-1 in the liver and small intestine of C57BL/6 mice treated with sulforaphane']},\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", - " 'title': ['Examining the safety of respiratory and intravenous inoculation of Bdellovibrio bacteriovorus and Micavibrio aeruginosavorus in a mouse model']},\n", - " {'bibcode': '1983Natur.305..427L',\n", - " 'author': ['Lindner, J.', 'Rathjen, F. G.', 'Schachner, M.'],\n", - " 'title': ['L1 mono- and polyclonal antibodies modify cell migration in early postnatal mouse cerebellum']},\n", - " {'bibcode': '2007Nanot..18S5103C',\n", - " 'author': ['Chu, Maoquan',\n", - " 'Wu, Qiang',\n", - " 'Wang, Jiaxu',\n", - " 'Hou, Shengke',\n", - " 'Miao, Yi',\n", - " 'Peng, Jinliang',\n", - " 'Sun, Ye'],\n", - " 'title': ['In vitro and in vivo transdermal delivery capacity of quantum dots through mouse skin']},\n", - " {'bibcode': '2013NatCo...4.2883H',\n", - " 'author': ['Horie, Takahiro',\n", - " 'Nishino, Tomohiro',\n", - " 'Baba, Osamu',\n", - " 'Kuwabara, Yasuhide',\n", - " 'Nakao, Tetsushi',\n", - " 'Nishiga, Masataka',\n", - " 'Usami, Shunsuke',\n", - " 'Izuhara, Masayasu',\n", - " 'Sowa, Naoya',\n", - " 'Yahagi, Naoya',\n", - " 'Shimano, Hitoshi',\n", - " 'Matsumura, Shigenobu',\n", - " 'Inoue, Kazuo',\n", - " 'Marusawa, Hiroyuki',\n", - " 'Nakamura, Tomoyuki',\n", - " 'Hasegawa, Koji',\n", - " 'Kume, Noriaki',\n", - " 'Yokode, Masayuki',\n", - " 'Kita, Toru',\n", - " 'Kimura, Takeshi',\n", - " 'Ono, Koh'],\n", - " 'title': ['MicroRNA-33 regulates sterol regulatory element-binding protein 1 expression in mice']},\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", - " 'title': ['High expression of cloned immunoglobulin k gene in transgenic mice is restricted to B lymphocytes']},\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", - " 'title': ['Dynamic PolyConjugates for targeted in vivo delivery of siRNA to hepatocytes']},\n", - " {'bibcode': '1971Sci...173..158H',\n", - " 'author': ['Hahn, William E.', 'Laird, Charles D.'],\n", - " 'title': ['Transcription of Nonrepeated DNA in Mouse Brain']},\n", - " {'bibcode': '2002PNAS...99.3030A',\n", - " 'author': ['Adonai, Nora',\n", - " 'Nguyen, Khoi N.',\n", - " 'Walsh, Joseph',\n", - " 'Iyer, M.',\n", - " 'Toyokuni, Tatsushi',\n", - " 'Phelps, Michael E.',\n", - " 'McCarthy, Timothy',\n", - " 'McCarthy, Deborah W.',\n", - " 'Gambhir, Sanjiv Sam'],\n", - " 'title': ['Ex vivo cell labeling with 64Cu-pyruvaldehyde-bis(N4-methylthiosemicarbazone) for imaging cell trafficking in mice with positron-emission tomography']},\n", - " {'bibcode': '2018NatSR...814823S',\n", - " 'author': ['Stahl, Felix R.',\n", - " 'Jung, Roman',\n", - " 'Jazbutyte, Virginija',\n", - " 'Ostermann, Eléonore',\n", - " 'Tödter, Silvia',\n", - " 'Brixel, Renke',\n", - " 'Kemmer, Annette',\n", - " 'Halle, Stephan',\n", - " 'Rose-John, Stefan',\n", - " 'Messerle, Martin',\n", - " 'Arck, Petra C.',\n", - " 'Brune, Wolfram',\n", - " 'Renné, Thomas'],\n", - " 'title': ['Laboratory diagnostics of murine blood for detection of mouse cytomegalovirus (MCMV)-induced hepatitis']},\n", - " {'bibcode': '1981PNAS...78.2403C',\n", - " 'author': ['Carlsson, Roland',\n", - " 'Engvall, Eva',\n", - " 'Freeman, Aaron',\n", - " 'Ruoslahti, Erkki'],\n", - " 'title': ['Laminin and Fibronectin in Cell Adhesion: Enhanced Adhesion of Cells from Regenerating Liver to Laminin']},\n", - " {'bibcode': '2019NatCo..10.3518C',\n", - " 'author': ['Chen, Siyu',\n", - " 'Feng, Mengyang',\n", - " 'Zhang, Shiyao',\n", - " 'Dong, Zhewen',\n", - " 'Wang, Yifan',\n", - " 'Zhang, Wenxiang',\n", - " 'Liu, Chang'],\n", - " 'title': ['Angptl8 mediates food-driven resetting of hepatic circadian clock in mice']},\n", - " {'bibcode': '2018NatCo...9.3760K',\n", - " 'author': ['Kindt, Alida',\n", - " 'Liebisch, Gerhard',\n", - " 'Clavel, Thomas',\n", - " 'Haller, Dirk',\n", - " 'Hörmannsperger, Gabriele',\n", - " 'Yoon, Hongsup',\n", - " 'Kolmeder, Daniela',\n", - " 'Sigruener, Alexander',\n", - " 'Krautbauer, Sabrina',\n", - " 'Seeliger, Claudine',\n", - " 'Ganzha, Alexandra',\n", - " 'Schweizer, Sabine',\n", - " 'Morisset, Rosalie',\n", - " 'Strowig, Till',\n", - " 'Daniel, Hannelore',\n", - " 'Helm, Dominic',\n", - " 'Küster, Bernhard',\n", - " 'Krumsiek, Jan',\n", - " 'Ecker, Josef'],\n", - " 'title': ['The gut microbiota promotes hepatic fatty acid desaturation and elongation in mice']},\n", - " {'bibcode': '2023E&ES.1174a2011W',\n", - " 'author': ['Wahyuwardani, S.',\n", - " 'Wardhana, A. H.',\n", - " 'Putra, G. I. S.',\n", - " 'Putri, R.'],\n", - " 'title': ['Pathology of Plasmodium berghei-Infected Mice Liver Treated with Extract of Breadfruit Peel (Artocarpus communis)']},\n", - " {'bibcode': '2021NatSR..11.1733D',\n", - " 'author': ['Dong, Wenjing', 'Song, Erqun', 'Song, Yang'],\n", - " 'title': ['Co-administration of lipopolysaccharide and D-galactosamine induces genotoxicity in mouse liver']},\n", - " {'bibcode': '2020NatCo..11.1168F',\n", - " 'author': ['Ferrara-Romeo, Iole',\n", - " 'Martinez, Paula',\n", - " 'Saraswati, Sarita',\n", - " 'Whittemore, Kurt',\n", - " 'Graña-Castro, Osvaldo',\n", - " 'Thelma Poluha, Lydia',\n", - " 'Serrano, Rosa',\n", - " 'Hernandez-Encinas, Elena',\n", - " 'Blanco-Aparicio, Carmen',\n", - " 'Maria Flores, Juana',\n", - " 'Blasco, Maria A.'],\n", - " 'title': ['The mTOR pathway is necessary for survival of mice with short telomeres']},\n", - " {'bibcode': '2018NatSR...8.2362S',\n", - " 'author': ['Shiba, Kumiko',\n", - " 'Tsuchiya, Kyoichiro',\n", - " 'Komiya, Chikara',\n", - " 'Miyachi, Yasutaka',\n", - " 'Mori, Kentaro',\n", - " 'Shimazu, Noriko',\n", - " 'Yamaguchi, Shinobu',\n", - " 'Ogasawara, Naomi',\n", - " 'Katoh, Makoto',\n", - " 'Itoh, Michiko',\n", - " 'Suganami, Takayoshi',\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", - " 'title': ['Canagliflozin, an SGLT2 inhibitor, attenuates the development of hepatocellular carcinoma in a mouse model of human NASH']},\n", - " {'bibcode': '1996PNAS...9310933K',\n", - " 'author': ['Kistner, Andreas',\n", - " 'Gossen, Manfred',\n", - " 'Zimmermann, Frank',\n", - " 'Jerecic, Jasna',\n", - " 'Ullmer, Christoph',\n", - " 'Lubbert, Hermann',\n", - " 'Bujard, Hermann'],\n", - " 'title': ['Doxycycline-mediated quantitative and tissue-specific control of gene expression in transgenic mice.']},\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", - " 'title': ['Deciphering the Developmental Dynamics of the Mouse Liver Transcriptome']},\n", - " {'bibcode': '2004NYASA1030...86A',\n", - " 'author': ['An, Jeung Hee', 'Kim, Jiyoung', 'Seong, Jinsil'],\n", - " 'title': ['Redox Signaling by Ionizing Radiation in Mouse Liver']},\n", - " {'bibcode': '2017NatSR...7.8120L',\n", - " 'author': ['Lu, Ya-Qi',\n", - " 'Zhong, Shan',\n", - " 'Meng, Nan',\n", - " 'Fan, Yin-Ping',\n", - " 'Tang, Wang-Xian'],\n", - " 'title': ['NLRP3 inflammasome activation results in liver inflammation and fibrosis in mice infected with Schistosoma japonicum in a Syk-dependent manner']},\n", - " {'bibcode': '1992PNAS...89.5645F',\n", - " 'author': ['Fu, Xinyu', 'Guadagni, Fiorella', 'Hoffman, Robert M.'],\n", - " 'title': ['A metastatic nude-mouse model of human pancreatic cancer constructed orthotopically with histologically intact patient specimens.']},\n", - " {'bibcode': '2020MS&E..928f2006S',\n", - " 'author': ['Salam AL-Fayyadh, Mohanad', 'Wadood, Shatha Abdul'],\n", - " 'title': ['Protective effect of red cabbage and garlic extracts against Fumonisin B1 induced hepatotoxicity in male mice']},\n", - " {'bibcode': '2018NatSR...817927S',\n", - " 'author': ['Shi, Hongbo',\n", - " 'Zhang, Yizhi',\n", - " 'Ji, Jing',\n", - " 'Xu, Ping',\n", - " 'Shi, Honglin',\n", - " 'Yue, Xiujuan',\n", - " 'Ren, Feng',\n", - " 'Chen, Yu',\n", - " 'Duan, Zhongping',\n", - " 'Chen, Dexi'],\n", - " 'title': ['Deficiency of apoptosis-stimulating protein two of p53 promotes liver regeneration in mice by activating mammalian target of rapamycin']},\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", - " 'title': ['Cell-type-specific and hypoxia-inducible expression of the human erythropoietin gene in transgenic mice.']},\n", - " {'bibcode': '2019NatSR...916054T',\n", - " 'author': ['Tani, Haruna',\n", - " 'Mito, Takayuki',\n", - " 'Velagapudi, Vidya',\n", - " 'Ishikawa, Kaori',\n", - " 'Umehara, Moe',\n", - " 'Nakada, Kazuto',\n", - " 'Suomalainen, Anu',\n", - " 'Hayashi, Jun-Ichi'],\n", - " 'title': ['Disruption of the mouse Shmt2 gene confers embryonic anaemia via foetal liver-specific metabolomic disorders']},\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", - " 'title': ['The Phosphate Transporter PiT1 (Slc20a1) Revealed As a New Essential Gene for Mouse Liver Development']},\n", - " {'bibcode': '1996PNAS...93.9443M',\n", - " 'author': ['Miller, Carolyn Wilson', 'Ntambi, James M.'],\n", - " 'title': ['Peroxisome proliferators induce mouse liver stearoyl-CoA desaturase 1 gene expression.']},\n", - " {'bibcode': '2016NatSR...624990T',\n", - " 'author': ['Thuy, Le Thi Thanh',\n", - " 'van Thuy, Tuong Thi',\n", - " 'Matsumoto, Yoshinari',\n", - " 'Hai, Hoang',\n", - " 'Ikura, Yoshihiro',\n", - " 'Yoshizato, Katsutoshi',\n", - " 'Kawada, Norifumi'],\n", - " 'title': ['Absence of cytoglobin promotes multiple organ abnormalities in aged mice']},\n", - " {'bibcode': '1985Sci...228..596F',\n", - " 'author': ['Fox, Tony R.', 'Watanabe, Philip G.'],\n", - " 'title': ['Detection of a Cellular Oncogene in Spontaneous Liver Tumors of B6C3F1 Mice']},\n", - " {'bibcode': '1994Natur.368..339K',\n", - " 'author': ['Kopf, Manfred',\n", - " 'Baumann, Heinz',\n", - " 'Freer, Giulia',\n", - " 'Freudenberg, Marina',\n", - " 'Lamers, Marinus',\n", - " 'Kishimoto, Tadamitsu',\n", - " 'Zinkernagel, Rolf',\n", - " 'Bluethmann, Horst',\n", - " 'Köhler, Georges'],\n", - " 'title': ['Impaired immune and acute-phase responses in interleukin-6-deficient mice']},\n", - " {'bibcode': '2022Natur.604..343W',\n", - " 'author': ['Wang, Jiaming',\n", - " 'Zhang, Yue',\n", - " 'Mendonca, Craig A.',\n", - " 'Yukselen, Onur',\n", - " 'Muneeruddin, Khaja',\n", - " 'Ren, Lingzhi',\n", - " 'Liang, Jialing',\n", - " 'Zhou, Chen',\n", - " 'Xie, Jun',\n", - " 'Li, Jia',\n", - " 'Jiang, Zhong',\n", - " 'Kucukural, Alper',\n", - " 'Shaffer, Scott A.',\n", - " 'Gao, Guangping',\n", - " 'Wang, Dan'],\n", - " 'title': ['AAV-delivered suppressor tRNA overcomes a nonsense mutation in mice']},\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", @@ -4431,487 +1510,476 @@ " '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': '2015NatSR...511029Y',\n", - " 'author': ['Yan, Shengmin',\n", - " 'Zhang, Hongxia',\n", - " 'Zheng, Fei',\n", - " 'Sheng, Nan',\n", - " 'Guo, Xuejiang',\n", - " 'Dai, Jiayin'],\n", - " 'title': ['Perfluorooctanoic acid exposure for 28 days affects glucose homeostasis and induces insulin hypersensitivity in mice']},\n", - " {'bibcode': '2022NatCo..13.7782X',\n", - " 'author': ['Xu, Cheng',\n", - " 'Zhou, Hongyi',\n", - " 'Jin, Yulan',\n", - " 'Sahay, Khushboo',\n", - " 'Robicsek, Anna',\n", - " 'Liu, Yisong',\n", - " 'Dong, Kunzhe',\n", - " 'Zhou, Jiliang',\n", - " 'Barrett, Amanda',\n", - " 'Su, Huabo',\n", - " 'Chen, Weiqin'],\n", - " 'title': ['Hepatic neddylation deficiency triggers fatal liver injury via inducing NF-κB-inducing kinase in mice']},\n", - " {'bibcode': '2018NatSR...8.8819Z',\n", - " 'author': ['Zhang, Xiangjun',\n", - " 'Xu, Xiaoqiu',\n", - " 'Li, Shengke',\n", - " 'Wang, Lian-Hui',\n", - " 'Zhang, Jianxiang',\n", - " 'Wang, Ruibing'],\n", - " 'title': ['A systematic evaluation of the biocompatibility of cucurbit[7]uril in mice']},\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", - " 'title': [\"Metabolic dysregulation in the Atp7b-/- Wilson's disease mouse model\"]},\n", - " {'bibcode': '2019NatCo..10.1684L',\n", - " 'author': ['Liang, Ning',\n", - " 'Damdimopoulos, Anastasius',\n", - " 'Goñi, Saioa',\n", - " 'Huang, Zhiqiang',\n", - " 'Vedin, Lise-Lotte',\n", - " 'Jakobsson, Tomas',\n", - " 'Giudici, Marco',\n", - " 'Ahmed, Osman',\n", - " 'Pedrelli, Matteo',\n", - " 'Barilla, Serena',\n", - " 'Alzaid, Fawaz',\n", - " 'Mendoza, Arturo',\n", - " 'Schröder, Tarja',\n", - " 'Kuiper, Raoul',\n", - " 'Parini, Paolo',\n", - " 'Hollenberg, Anthony',\n", - " 'Lefebvre, Philippe',\n", - " 'Francque, Sven',\n", - " 'Van Gaal, Luc',\n", - " 'Staels, Bart',\n", - " 'Venteclef, Nicolas',\n", - " 'Treuter, Eckardt',\n", - " 'Fan, Rongrong'],\n", - " 'title': ['Hepatocyte-specific loss of GPS2 in mice reduces non-alcoholic steatohepatitis via activation of PPARα']},\n", - " {'bibcode': '2022Heliy...811490M',\n", - " 'author': ['Moeckli, Beat',\n", - " 'Pham, Thuy-Vy',\n", - " 'Slits, Florence',\n", - " 'Latrille, Samuel',\n", - " 'Peloso, Andrea',\n", - " 'Delaune, Vaihere',\n", - " 'Oldani, Graziano',\n", - " 'Lacotte, Stéphanie',\n", - " 'Toso, Christian'],\n", - " 'title': ['FGF21 negatively affects long-term female fertility in mice']},\n", - " {'bibcode': '2019NatSR...916838C',\n", - " 'author': ['Chen, Hainan',\n", - " 'Shi, Mi',\n", - " 'Gilam, Avital',\n", - " 'Zheng, Qi',\n", - " 'Zhang, Yin',\n", - " 'Afrikanova, Ivka',\n", - " 'Li, Jinling',\n", - " 'Gluzman, Zoya',\n", - " 'Jiang, Ruhong',\n", - " 'Kong, Ling-Jie',\n", - " 'Chen-Tsai, Ruby Yanru'],\n", - " 'title': ['Hemophilia A ameliorated in mice by CRISPR-based in vivo genome editing of human Factor VIII']},\n", - " {'bibcode': '1989Natur.339..632L',\n", - " 'author': ['Lindberg, Raija L. P.', 'Negishi, Masahiko'],\n", - " 'title': ['Alteration of mouse cytochrome P450coh substrate specificity by mutation of a single amino-acid residue']},\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", - " 'title': [\"Humanized-BLT mouse model of Kaposi's sarcoma-associated herpesvirus infection\"]},\n", - " {'bibcode': '2015APS..MARJ26001S',\n", - " 'author': ['Strano, Michael'],\n", - " 'title': ['Corona Phase Molecular Recognition (CoPhMoRe) to Enable New Nanosensor Interfaces']},\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': '1990Sci...250.1732V',\n", - " 'author': ['Vacher, Jean', 'Tilghman, Shirley M.'],\n", - " 'title': ['Dominant Negative Regulation of the Mouse α-Fetoprotein Gene in Adult Liver']},\n", - " {'bibcode': '1976Natur.263..420G',\n", - " 'author': ['Gresser, Ion', 'Maury, Chantel', 'Tovey, Michael'],\n", - " 'title': ['Progressive glomerulonephritis in mice treated with interferon preparations at birth']},\n", - " {'bibcode': '1981PNAS...78.5425D',\n", - " 'author': ['Derman, Eva'],\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': '2018NatSR...8..408Z',\n", - " 'author': ['Zhang, Wenliang',\n", - " 'Zhong, Wei',\n", - " 'Sun, Qian',\n", - " 'Sun, Xinguo',\n", - " 'Zhou, Zhanxiang'],\n", - " 'title': ['Adipose-specific lipin1 overexpression in mice protects against alcohol-induced liver injury']},\n", - " {'bibcode': '2019DIB....2704632M',\n", - " 'author': ['Marxfeld, Heike Antje',\n", - " 'Küttler, Karin',\n", - " 'Dammann, Martina',\n", - " 'Gröters, Sibylle',\n", - " 'van Ravenzwaay, Bennard'],\n", - " 'title': ['Body and organ weight data in 28-day toxicological studies in two mouse strains']},\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", - " 'title': ['Absorption by water increases fluorescence image contrast of biological tissue in the shortwave infrared']},\n", - " {'bibcode': '1997PNAS...9412053K',\n", - " 'author': ['Kuziel, William A.',\n", - " 'Morgan, Sharon J.',\n", - " 'Dawson, Tracey C.',\n", - " 'Griffin, Stephanie',\n", - " 'Smithies, Oliver',\n", - " 'Ley, Klaus',\n", - " 'Maeda, Nobuyo'],\n", - " 'title': ['Severe Reduction in Leukocyte Adhesion and Monocyte Extravasation in Mice Deficient in CC Chemokine Receptor 2']},\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", - " 'title': ['Gold nanorod distribution in mouse tissues after intravenous injection monitored with optoacoustic tomography']},\n", - " {'bibcode': '2018NatSR...817001N',\n", - " 'author': ['Nakamura, Misa',\n", - " 'Nomura, Sachiko',\n", - " 'Yamakawa, Tadashi',\n", - " 'Kono, Ryohei',\n", - " 'Maeno, Akihiro',\n", - " 'Ozaki, Takashi',\n", - " 'Ito, Akitoshi',\n", - " 'Uzawa, Toyonobu',\n", - " 'Utsunomiya, Hirotoshi',\n", - " 'Kakudo, Kennichi'],\n", - " 'title': ['Endogenous calcitonin regulates lipid and glucose metabolism in diet-induced obesity mice']},\n", - " {'bibcode': '2010PNAS..10716625S',\n", - " 'author': ['Stevenson, William S.',\n", - " 'Hyland, Craig D.',\n", - " 'Zhang, Jian-Guo',\n", - " 'Morgan, Phillip O.',\n", - " 'Willson, Tracy A.',\n", - " 'Gill, Anthony',\n", - " 'Hilton, Adrienne A.',\n", - " 'Viney, Elizabeth M.',\n", - " 'Bahlo, Melanie',\n", - " 'Masters, Seth L.',\n", - " 'Hennebry, Sarah',\n", - " 'Richardson, Samantha J.',\n", - " 'Nicola, Nicos A.',\n", - " 'Metcalf, Donald',\n", - " 'Hilton, Douglas J.',\n", - " 'Roberts, Andrew W.',\n", - " 'Alexander, Warren S.'],\n", - " 'title': ['Deficiency of 5-hydroxyisourate hydrolase causes hepatomegaly and hepatocellular carcinoma in mice']},\n", - " {'bibcode': '2021NatCo..12.4110Z',\n", - " 'author': ['Zhang, Chi',\n", - " 'Macchi, Filippo',\n", - " 'Magnani, Elena',\n", - " 'Sadler, Kirsten C.'],\n", - " 'title': ['Chromatin states shaped by an epigenetic code confer regenerative potential to the mouse liver']},\n", - " {'bibcode': '2016NatSR...626933T',\n", - " 'author': ['Trammell, Samuel A. J.',\n", - " 'Weidemann, Benjamin J.',\n", - " 'Chadda, Ankita',\n", - " 'Yorek, Matthew S.',\n", - " 'Holmes, Amey',\n", - " 'Coppey, Lawrence J.',\n", - " 'Obrosov, Alexander',\n", - " 'Kardon, Randy H.',\n", - " 'Yorek, Mark A.',\n", - " 'Brenner, Charles'],\n", - " 'title': ['Nicotinamide Riboside Opposes Type 2 Diabetes and Neuropathy in Mice']},\n", - " {'bibcode': '2018NatSR...8.2532M',\n", - " 'author': ['Mimche, Patrice N.',\n", - " 'Lee, Choon M.',\n", - " 'Mimche, Sylvie M.',\n", - " 'Thapa, Manoj',\n", - " 'Grakoui, Arash',\n", - " 'Henkemeyer, Mark',\n", - " 'Lamb, Tracey J.'],\n", - " 'title': ['EphB2 receptor tyrosine kinase promotes hepatic fibrogenesis in mice via activation of hepatic stellate cells']},\n", - " {'bibcode': '2014NatSR...4E4582W',\n", - " 'author': ['Wang, Ling',\n", - " 'Wang, Yu',\n", - " 'Liang, Yong',\n", - " 'Li, Jia',\n", - " 'Liu, Yuchen',\n", - " 'Zhang, Jie',\n", - " 'Zhang, Aiqian',\n", - " 'Fu, Jianjie',\n", - " 'Jiang, Guibin'],\n", - " 'title': ['PFOS induced lipid metabolism disturbances in BALB/c mice through inhibition of low density lipoproteins excretion']},\n", - " {'bibcode': '2018PlST...20d4003X',\n", - " 'author': ['XU, Dehui',\n", - " 'CUI, Qingjie',\n", - " 'XU, Yujing',\n", - " 'WANG, Bingchuan',\n", - " 'TIAN, Miao',\n", - " 'LI, Qiaosong',\n", - " 'LIU, Zhijie',\n", - " 'LIU, Dingxin',\n", - " 'CHEN, Hailan',\n", - " 'KONG, Michael G.'],\n", - " 'title': ['Systemic study on the safety of immuno-deficient nude mice treated by atmospheric plasma-activated water']},\n", - " {'bibcode': '2018Natur.556..181Z',\n", - " 'author': ['Zaret, Kenneth S.'],\n", - " 'title': ['The telomerase enzyme and liver renewal']},\n", - " {'bibcode': '2017NatSR...7..548R',\n", - " 'author': ['Rodriguez-Nunez, Ivan',\n", - " 'Caluag, Tiffany',\n", - " 'Kirby, Kori',\n", - " 'Rudick, Charles N.',\n", - " 'Dziarski, Roman',\n", - " 'Gupta, Dipika'],\n", - " 'title': ['Nod2 and Nod2-regulated microbiota protect BALB/c mice from diet-induced obesity and metabolic dysfunction']},\n", - " {'bibcode': '2013PNAS..11018656W',\n", - " 'author': ['Wang, Fenfen',\n", - " 'Mullican, Shannon E.',\n", - " 'DiSpirito, Joanna R.',\n", - " 'Peed, Lindsey C.',\n", - " 'Lazar, Mitchell A.'],\n", - " 'title': ['Lipoatrophy and severe metabolic disturbance in mice with fat-specific deletion of PPARγ']},\n", - " {'bibcode': '1999PNAS...96.2994D',\n", - " 'author': ['Doi, Takahiro S.',\n", - " 'Marino, Michael W.',\n", - " 'Takahashi, Toshitada',\n", - " 'Yoshida, Toshimichi',\n", - " 'Sakakura, Teruyo',\n", - " 'Old, Lloyd J.',\n", - " 'Obata, Yuichi'],\n", - " 'title': ['Absence of Tumor Necrosis Factor Rescues RelA-Deficient Mice from Embryonic Lethality']},\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", - " 'title': ['Adhesion behavior of mouse liver cancer cells on nanostructured superhydrophobic and superhydrophilic surfaces']},\n", - " {'bibcode': '1989PNAS...86.4634V',\n", - " 'author': ['van de Rijn, M.',\n", - " 'Heimfeld, S.',\n", - " 'Spangrude, G. J.',\n", - " 'Weissman, I. L.'],\n", - " 'title': ['Mouse hematopoietic stem-cell antigen Sca-1 is a member of the Ly-6 antigen family.']},\n", - " {'bibcode': '1999PNAS...96.6423O',\n", - " 'author': ['Ohshima, Toshio',\n", - " 'Schiffmann, Raphael',\n", - " 'Murray, Gary J.',\n", - " 'Kopp, Jeffrey',\n", - " 'Quirk, Jane M.',\n", - " 'Stahl, Stefanie',\n", - " 'Chan, Chi-Chao',\n", - " 'Zerfas, Patricia',\n", - " 'Tao-Cheng, Jung-Hwa',\n", - " 'Ward, J. M.',\n", - " 'Brady, Roscoe O.',\n", - " 'Kulkarni, Ashok B.'],\n", - " 'title': ['Aging Accentuates and Bone Marrow Transplantation Ameliorates Metabolic Defects in Fabry Disease Mice']},\n", - " {'bibcode': '1970AtmEn...4..157B',\n", - " 'author': ['Bencko, V.', 'Symon, K.'],\n", - " 'title': ['The cumulation dynamics in some tissue of hairless mice inhaling arsenic']},\n", - " {'bibcode': '1999HETox..18..162F',\n", - " 'author': ['Fawell, J. K.',\n", - " 'Mitchell, R. E.',\n", - " 'Everett, D. J.',\n", - " 'Hill, R. E.'],\n", - " 'title': ['The toxicity of cyanobacterial toxins in the mouse: I Microcystin-LR']},\n", - " {'bibcode': '2020NatSR..10..983K',\n", - " 'author': ['Kawakubo, Mitsuhiro',\n", - " 'Tanaka, Miyako',\n", - " 'Ochi, Kozue',\n", - " 'Watanabe, Akiko',\n", - " 'Saka-Tanaka, Marie',\n", - " 'Kanamori, Yohei',\n", - " 'Yoshioka, Naoki',\n", - " 'Yamashita, Satoko',\n", - " 'Goto, Moritaka',\n", - " 'Itoh, Michiko',\n", - " 'Shirakawa, Ibuki',\n", - " 'Kanai, Sayaka',\n", - " 'Suzuki, Hiromi',\n", - " 'Sawada, Makoto',\n", - " 'Ito, Ayaka',\n", - " 'Ishigami, Masatoshi',\n", - " 'Fujishiro, Mitsuhiro',\n", - " 'Arima, Hiroshi',\n", - " 'Ogawa, Yoshihiro',\n", - " 'Suganami, Takayoshi'],\n", - " 'title': ['Dipeptidyl peptidase-4 inhibition prevents nonalcoholic steatohepatitis-associated liver fibrosis and tumor development in mice independently of its anti-diabetic effects']},\n", - " {'bibcode': '2003PNAS..100.5217Y',\n", - " 'author': ['Yuan, Wenlin',\n", - " 'Rao, Yi',\n", - " 'Babiuk, Randal P.',\n", - " 'Greer, John J.',\n", - " 'Wu, Jane Y.',\n", - " 'Ornitz, David M.'],\n", - " 'title': ['A genetic model for a central (septum transversum) congenital diaphragmatic hernia in mice lacking Slit3']},\n", - " {'bibcode': '2019NatSR...919065H',\n", - " 'author': ['Huang, Chun-Fang',\n", - " 'Chiu, Shang-Yi',\n", - " 'Huang, Hung-Wen',\n", - " 'Cheng, Bing-Ho',\n", - " 'Pan, Hsiu-Min',\n", - " 'Huang, Wei-Lun',\n", - " 'Chang, Hsiao-Hui',\n", - " 'Liao, Chia-Chi',\n", - " 'Jiang, Si-Tse',\n", - " 'Su, Yu-Chia'],\n", - " 'title': ['A reporter mouse for non-invasive detection of toll-like receptor ligands induced acute phase responses']},\n", - " {'bibcode': '2022NatCo..13..607M',\n", - " 'author': ['Morel, Jean-David',\n", - " 'Sauzéat, Lucie',\n", - " 'Goeminne, Ludger J. E.',\n", - " 'Jha, Pooja',\n", - " 'Williams, Evan',\n", - " 'Houtkooper, Riekelt H.',\n", - " 'Aebersold, Ruedi',\n", - " 'Auwerx, Johan',\n", - " 'Balter, Vincent'],\n", - " 'title': ['The mouse metallomic landscape of aging and metabolism']},\n", - " {'bibcode': '2022NatSR..12..449E',\n", - " 'author': ['Ebihara, Chihiro',\n", - " 'Aizawa-Abe, Megumi',\n", - " 'Zhao, Mingming',\n", - " 'Gumbilai, Valentino',\n", - " 'Ebihara, Ken'],\n", - " 'title': ['Different sites of actions make different responses to thiazolidinediones between mouse and rat models of fatty liver']},\n", - " {'bibcode': '2022PLoSO..1771308U',\n", - " 'author': ['Ueda, Hajime',\n", - " 'Honda, Akira',\n", - " 'Miyazaki, Teruo',\n", - " 'Morishita, Yukio',\n", - " 'Hirayama, Takeshi',\n", - " 'Iwamoto, Junichi',\n", - " 'Nakamoto, Nobuhiro',\n", - " 'Ikegami, Tadashi'],\n", - " 'title': ['Sex-, age-, and organ-dependent improvement of bile acid hydrophobicity by ursodeoxycholic acid treatment: A study using a mouse model with human-like bile acid composition']},\n", - " {'bibcode': '2016NatSR...627857N',\n", - " 'author': ['Nakagawa, Yoshimi',\n", - " 'Oikawa, Fusaka',\n", - " 'Mizuno, Seiya',\n", - " 'Ohno, Hiroshi',\n", - " 'Yagishita, Yuka',\n", - " 'Satoh, Aoi',\n", - " 'Osaki, Yoshinori',\n", - " 'Takei, Kenta',\n", - " 'Kikuchi, Takuya',\n", - " 'Han, Song-Iee',\n", - " 'Matsuzaka, Takashi',\n", - " 'Iwasaki, Hitoshi',\n", - " 'Kobayashi, Kazuto',\n", - " 'Yatoh, Shigeru',\n", - " 'Yahagi, Naoya',\n", - " 'Isaka, Masaaki',\n", - " 'Suzuki, Hiroaki',\n", - " 'Sone, Hirohito',\n", - " 'Takahashi, Satoru',\n", - " 'Yamada, Nobuhiro',\n", - " 'Shimano, Hitoshi'],\n", - " 'title': ['Hyperlipidemia and hepatitis in liver-specific CREB3L3 knockout mice generated using a one-step CRISPR/Cas9 system']},\n", - " {'bibcode': '2018NatSR...8.2308M',\n", - " 'author': ['Myhre, Oddvar',\n", - " 'Eide, Dag Marcus',\n", - " 'Kleiven, Synne',\n", - " 'Utkilen, Hans Christian',\n", - " 'Hofer, Tim'],\n", - " 'title': ['Repeated five-day administration of L-BMAA, microcystin-LR, or as mixture, in adult C57BL/6 mice - lack of adverse cognitive effects']},\n", - " {'bibcode': '2015NatCo...6.7690S',\n", - " 'author': ['Soulard, Valérie',\n", - " 'Bosson-Vanga, Henriette',\n", - " 'Lorthiois, Audrey',\n", - " 'Roucher, Clémentine',\n", - " 'Franetich, Jean-François',\n", - " 'Zanghi, Gigliola',\n", - " 'Bordessoulles, Mallaury',\n", - " 'Tefit, Maurel',\n", - " 'Thellier, Marc',\n", - " 'Morosan, Serban',\n", - " 'Le Naour, Gilles',\n", - " 'Capron, Frédérique',\n", - " 'Suemizu, Hiroshi',\n", - " 'Snounou, Georges',\n", - " 'Moreno-Sabater, Alicia',\n", - " 'Mazier, Dominique'],\n", - " 'title': ['Plasmodium falciparum full life cycle and Plasmodium ovale liver stages in humanized mice']},\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", - " 'title': ['Liver X receptor β protects dopaminergic neurons in a mouse model of Parkinson disease']},\n", - " {'bibcode': '2017ANSNN...8b5013P',\n", - " 'author': ['Pham, Hong Nam',\n", - " 'Giang Pham, Thi Ha',\n", - " 'Nguyen, Dac Tu',\n", - " 'Thong Phan, Quoc',\n", - " 'Thu Huong Le, Thi',\n", - " 'Thu Ha, Phuong',\n", - " 'Do, Hung Manh',\n", - " 'Nhung Hoang, Thi My',\n", - " 'Phuc Nguyen, Xuan'],\n", - " 'title': ['Magnetic inductive heating of organs of mouse models treated by copolymer coated Fe3O4 nanoparticles']},\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", - " 'title': ['The Effect of Erythropoietin on Colonial Growth of Erythroid Precursor Cells In Vitro']},\n", - " {'bibcode': '2019NatSR...9.7486E',\n", - " 'author': ['Eggenschwiler, Reto',\n", - " 'Patronov, Atanas',\n", - " 'Hegermann, Jan',\n", - " 'Fráguas-Eggenschwiler, Mariane',\n", - " 'Wu, Guangming',\n", - " 'Cortnumme, Leon',\n", - " 'Ochs, Matthias',\n", - " 'Antes, Iris',\n", - " 'Cantz, Tobias'],\n", - " 'title': ['A combined in silico and in vitro study on mouse Serpina1a antitrypsin-deficiency mutants']},\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", - " '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': '1997PNAS...94.9302A',\n", - " 'author': ['Alimzhanov, Marat B.',\n", - " 'Kuprash, Dmitry V.',\n", - " 'Kosco-Vilbois, Marie H.',\n", - " 'Luz, Arne',\n", - " 'Turetskaya, Regina L.',\n", - " 'Tarakhovsky, Alexander',\n", - " 'Rajewsky, Klaus',\n", - " 'Nedospasov, Sergei A.',\n", - " 'Pfeffer, Klaus'],\n", - " 'title': ['Abnormal Development of Secondary Lymphoid Tissues in Lymphotoxin β -deficient Mice']},\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", @@ -4921,7 +1989,522 @@ " '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", @@ -4934,2069 +2517,3293 @@ " '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': '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", - " 'title': ['Label-free quantitative proteomics of the lysine acetylome in mitochondria identifies substrates of SIRT3 in metabolic pathways']},\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", - " 'title': ['Acute Effects of Fast Neutron Irradiation on Mouse Liver']},\n", - " {'bibcode': '2019NatCo..10..221Z',\n", - " 'author': ['Zong, Lu',\n", - " 'Peng, Hui',\n", - " 'Sun, Cheng',\n", - " 'Li, Fenglei',\n", - " 'Zheng, Meijuan',\n", - " 'Chen, Yongyan',\n", - " 'Wei, Haiming',\n", - " 'Sun, Rui',\n", - " 'Tian, Zhigang'],\n", - " 'title': ['Breakdown of adaptive immunotolerance induces hepatocellular carcinoma in HBsAg-tg mice']},\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", - " 'title': ['The SCID-hu mouse as a model for HIV-1 infection']},\n", - " {'bibcode': '2012ToxIH..28..614B',\n", - " 'author': ['Bakare, Adekunle A.',\n", - " 'Patel, Sushila',\n", - " 'Pandey, Alok K.',\n", - " 'Bajpayee, Mahima',\n", - " 'Dhawan, Alok'],\n", - " 'title': ['DNA and oxidative damage induced in somatic organs and tissues of mouse by municipal sludge leachate']},\n", - " {'bibcode': '1996Sci...273..966D',\n", - " 'author': ['Duverger, Nicolas',\n", - " 'Tremp, Gunter',\n", - " 'Caillaud, Jean-Michel',\n", - " 'Emmanuel, Florence',\n", - " 'Castro, Graciela',\n", - " 'Fruchart, Jean-Charles',\n", - " 'Steinmetz, Armin',\n", - " 'Denefle, Patrice'],\n", - " 'title': ['Protection Against Atherogenesis in Mice Mediated by Human Apolipoprotein A-IV']},\n", - " {'bibcode': '2018NatSR...8.8081D',\n", - " 'author': ['Day, Priscilla E. L.',\n", - " 'Chambers, Karen F.',\n", - " 'Winterbone, Mark S.',\n", - " 'García-Blanco, Tatiana',\n", - " 'Vauzour, David',\n", - " 'Kroon, Paul A.'],\n", - " 'title': ['Validation of control genes and a standardised protocol for quantifying gene expression in the livers of C57BL/6 and ApoE-/- mice']},\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", - " 'title': ['Proteome-wide identification of the endogenous ADP-ribosylome of mammalian cells and tissue']},\n", - " {'bibcode': '1989PNAS...86..207A',\n", - " 'author': ['Araki, Kimi',\n", - " 'Miyazaki, Jun-Ichi',\n", - " 'Hino, Okio',\n", - " 'Tomita, Naohiro',\n", - " 'Chisaka, Osamu',\n", - " 'Matsubara, Kenichi',\n", - " 'Yamamura, Ken-Ichi'],\n", - " 'title': ['Expression and replication of hepatitis B virus genome in transgenic mice.']},\n", - " {'bibcode': '2017AIPC.1890c0006L',\n", - " 'author': ['Liu, Lanlan',\n", - " 'Han, Jizhong',\n", - " 'Li, Haoran',\n", - " 'Liu, Mengmeng',\n", - " 'Zeng, Bin'],\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", - " 'title': ['Circadian control of XPA and excision repair of cisplatin-DNA damage by cryptochrome and HERC2 ubiquitin ligase']},\n", - " {'bibcode': '1986PNAS...83.8356L',\n", - " 'author': ['Latriano, Louise', 'Goldstein, Bernard D.', 'Witz, Gisela'],\n", - " 'title': ['Formation of muconaldehyde, an open-ring metabolite of benzene, in mouse liver microsomes: an additional pathway for toxic metabolites.']},\n", - " {'bibcode': '2020JPhCS1660a2012F',\n", - " 'author': ['Fahdil Abdulhussein, Mohammad',\n", - " 'Thamer Showait Al-Asady, Zainab'],\n", - " 'title': ['Hepatoprotactive Effect of Lallemantia royleana Seeds Extract Against the Toxicity of Rifadin Through Reduction BAX Expression in Liver Tissue of Albino Mice']},\n", - " {'bibcode': '2021NatSR..1117898A',\n", - " 'author': ['Ashrafian, Fatemeh',\n", - " 'Keshavarz Azizi Raftar, Shahrbanoo',\n", - " 'Shahryari, Arefeh',\n", - " 'Behrouzi, Ava',\n", - " 'Yaghoubfar, Rezvan',\n", - " 'Lari, Arezou',\n", - " 'Moradi, Hamid Reza',\n", - " 'Khatami, Shohreh',\n", - " 'Omrani, Mir Davood',\n", - " 'Vaziri, Farzam',\n", - " 'Masotti, Andrea',\n", - " 'Siadat, Seyed Davar'],\n", - " 'title': ['Comparative effects of alive and pasteurized Akkermansia muciniphila on normal diet-fed mice']},\n", - " {'bibcode': '2017NatSR...7.3757G',\n", - " 'author': ['Giersch, Katja',\n", - " 'Homs, Maria',\n", - " 'Volz, Tassilo',\n", - " 'Helbig, Martina',\n", - " 'Allweiss, Lena',\n", - " 'Lohse, Ansgar W.',\n", - " 'Petersen, Jörg',\n", - " 'Buti, Maria',\n", - " 'Pollicino, Teresa',\n", - " 'Sureau, Camille',\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", - " 'Lütgehetmann, Marc'],\n", - " 'title': ['Both interferon alpha and lambda can reduce all intrahepatic HDV infection markers in HBV/HDV infected humanized mice']},\n", - " {'bibcode': '2020NatSR..1021778N',\n", - " 'author': ['Nilsson, Julia',\n", - " 'Hörnberg, Maria',\n", - " 'Schmidt-Christensen, Anja',\n", - " 'Linde, Kajsa',\n", - " 'Nilsson, Maria',\n", - " 'Carlus, Marine',\n", - " 'Erttmann, Saskia F.',\n", - " 'Mayans, Sofia',\n", - " 'Holmberg, Dan'],\n", - " 'title': ['NKT cells promote both type 1 and type 2 inflammatory responses in a mouse model of liver fibrosis']},\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", - " 'title': ['A mouse model of adult-onset anaemia due to erythropoietin deficiency']},\n", - " {'bibcode': '1979PNAS...76.4808C',\n", - " 'author': ['Cohen, S. M.', 'Shulman, R. G.', 'McLaughlin, A. C.'],\n", - " 'title': ['Effects of Ethanol on Alanine Metabolism in Perfused Mouse Liver Studied by 13C NMR']},\n", - " {'bibcode': '2019NatSR...917497L',\n", - " 'author': ['Lin, You-Yen',\n", - " 'Hu, Chi-Tan',\n", - " 'Sun, Der-Shan',\n", - " 'Lien, Te-Sheng',\n", - " 'Chang, Hsin-Hou'],\n", - " 'title': ['Thioacetamide-induced liver damage and thrombocytopenia is associated with induction of antiplatelet autoantibody in mice']},\n", - " {'bibcode': '2012PNAS..109E1820M',\n", - " 'author': ['Mangerich, Aswin',\n", - " 'Knutson, Charles G.',\n", - " 'Parry, Nicola M.',\n", - " 'Muthupalani, Sureshkumar',\n", - " 'Ye, Wenjie',\n", - " 'Prestwich, Erin',\n", - " 'Cui, Liang',\n", - " 'McFaline, Jose L.',\n", - " 'Mobley, Melissa',\n", - " 'Ge, Zhongming',\n", - " 'Taghizadeh, Koli',\n", - " 'Wishnok, John S.',\n", - " 'Wogan, Gerald N.',\n", - " 'Fox, James G.',\n", - " 'Tannenbaum, Steven R.',\n", - " 'Dedon, Peter C.'],\n", - " 'title': ['PNAS Plus: Infection-induced colitis in mice causes dynamic and tissue-specific changes in stress response and DNA damage leading to colon cancer']},\n", - " {'bibcode': '2022NatCo..13.4346W',\n", - " 'author': ['Weber, André A.',\n", - " 'Yang, Xiaojing',\n", - " 'Mennillo, Elvira',\n", - " 'Ding, Jeffrey',\n", - " 'Watrous, Jeramie D.',\n", - " 'Jain, Mohit',\n", - " 'Chen, Shujuan',\n", - " 'Karin, Michael',\n", - " 'Tukey, Robert H.'],\n", - " 'title': ['Lactational delivery of Triclosan promotes non-alcoholic fatty liver disease in newborn mice']},\n", - " {'bibcode': '2017ESPR...2424201W',\n", - " 'author': ['Wu, Xinmou',\n", - " 'Liang, Minqing',\n", - " 'Yang, Zhao',\n", - " 'Su, Min',\n", - " 'Yang, Bin'],\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", - " 'title': ['Gene Expression Profile Analysis of Type 2 Diabetic Mouse Liver']},\n", - " {'bibcode': '2018NatSR...8.7500J',\n", - " 'author': ['Jang, Se-Eun',\n", - " 'Jeong, Jin-Ju',\n", - " 'Kim, Jeon-Kyung',\n", - " 'Han, Myung Joo',\n", - " 'Kim, Dong-Hyun'],\n", - " 'title': ['Simultaneous Amelioratation of Colitis and Liver Injury in Mice by Bifidobacterium longum LC67 and Lactobacillus plantarum LC27']},\n", - " {'bibcode': '2011PNAS..108.5748J',\n", - " 'author': ['Jornayvaz, François R.',\n", - " 'Birkenfeld, Andreas L.',\n", - " 'Jurczak, Michael J.',\n", - " 'Kanda, Shoichi',\n", - " 'Guigni, Blas A.',\n", - " 'Jiang, Debbie C.',\n", - " 'Zhang, Dongyan',\n", - " 'Lee, Hui-Young',\n", - " 'Samuel, Varman T.',\n", - " 'Shulman, Gerald I.'],\n", - " 'title': ['Hepatic insulin resistance in mice with hepatic overexpression of diacylglycerol acyltransferase 2']},\n", - " {'bibcode': '1999Natur.402...79C',\n", - " 'author': ['Cox, Jeffery S.',\n", - " 'Chen, Bing',\n", - " 'McNeil, Michael',\n", - " 'Jacobs, William R.'],\n", - " 'title': ['Complex lipid determines tissue-specific replication of Mycobacterium tuberculosis in mice']},\n", - " {'bibcode': '1995Natur.377..151K',\n", - " 'author': ['Katz, Ellen B.',\n", - " 'Stenbit, Antine E.',\n", - " 'Hatton, Kimi',\n", - " 'Depinhot, Ronald',\n", - " 'Charron, Maureen J.'],\n", - " 'title': ['Cardiac and adipose tissue abnormalities but not diabetes in mice deficient in GLUT4']},\n", - " {'bibcode': '2002PNAS...9911181S',\n", - " 'author': ['Su, Andrew I.',\n", - " 'Guidotti, Luca G.',\n", - " 'Pezacki, John Paul',\n", - " 'Chisari, Francis V.',\n", - " 'Schultz, Peter G.'],\n", - " 'title': ['Gene expression during the priming phase of liver regeneration after partial hepatectomy in mice']},\n", - " {'bibcode': '2022RLSFN..33..205W',\n", - " 'author': ['Wu, Zhipan',\n", - " 'Gong, Haitao',\n", - " 'Shen, Yuhang',\n", - " 'Han, Haote',\n", - " 'Zhu, Wei',\n", - " 'Tian, Jingkui',\n", - " 'Fan, Hua',\n", - " 'Li, Shouxin'],\n", - " 'title': ['Hypoglycemic and hypolipidemic effects of sugar beet (Beta vulgaris L.) extract on C57BL/KsJ db/db mice']},\n", - " {'bibcode': '2013PNAS..110.7003K',\n", - " 'author': ['Kaliannan, Kanakaraju',\n", - " 'Hamarneh, Sulaiman R.',\n", - " 'Economopoulos, Konstantinos P.',\n", - " 'Nasrin Alam, Sayeda',\n", - " 'Moaven, Omeed',\n", - " 'Patel, Palak',\n", - " 'Malo, Nondita S.',\n", - " 'Ray, Madhury',\n", - " 'Abtahi, Seyed M.',\n", - " 'Muhammad, Nur',\n", - " 'Raychowdhury, Atri',\n", - " 'Teshager, Abeba',\n", - " 'Mohamed, Mussa M. Rafat',\n", - " 'Moss, Angela K.',\n", - " 'Ahmed, Rizwan',\n", - " 'Hakimian, Shahrad',\n", - " 'Narisawa, Sonoko',\n", - " 'Millán, José Luis',\n", - " 'Hohmann, Elizabeth',\n", - " 'Warren, H. Shaw',\n", - " 'Bhan, Atul K.',\n", - " 'Malo, Madhu S.',\n", - " 'Hodin, Richard A.'],\n", - " 'title': ['Intestinal alkaline phosphatase prevents metabolic syndrome in mice']},\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", - " 'title': ['Expression and In Vivo Rescue of Human ABCC6 Disease-Causing Mutants in Mouse Liver']},\n", - " {'bibcode': '2019NatSR...917423R',\n", - " 'author': ['Reyes-Caballero, Hermes',\n", - " 'Rao, Xiaoquan',\n", - " 'Sun, Qiushi',\n", - " 'Warmoes, Marc O.',\n", - " 'Lin, Penghui',\n", - " 'Sussan, Tom E.',\n", - " 'Park, Bongsoo',\n", - " 'Fan, Teresa W. -M.',\n", - " 'Maiseyeu, Andrei',\n", - " 'Rajagopalan, Sanjay',\n", - " 'Girnun, Geoffrey D.',\n", - " 'Biswal, Shyam'],\n", - " 'title': ['Air pollution-derived particulate matter dysregulates hepatic Krebs cycle, glucose and lipid metabolism in mice']},\n", - " {'bibcode': '2017DIB....15..908F',\n", - " 'author': ['Foster, Melanie L.',\n", - " 'Bartnikas, Thomas B.',\n", - " 'Maresca-Fichter, Hailey C.',\n", - " 'Mercadante, Courtney',\n", - " 'Dash, Miriam',\n", - " 'Miller, Chelsea',\n", - " 'Dorman, David C.'],\n", - " 'title': ['Interactions of manganese with iron, zinc, and copper in neonatal C57BL/6J and parkin mice following developmental oral manganese exposure']},\n", - " {'bibcode': '2017NatSR...740220S',\n", - " 'author': ['Siersbæk, Majken',\n", - " 'Varticovski, Lyuba',\n", - " 'Yang, Shutong',\n", - " 'Baek, Songjoon',\n", - " 'Nielsen, Ronni',\n", - " 'Mandrup, Susanne',\n", - " 'Hager, Gordon L.',\n", - " 'Chung, Jay H.',\n", - " 'Grøntved, Lars'],\n", - " 'title': ['High fat diet-induced changes of mouse hepatic transcription and enhancer activity can be reversed by subsequent weight loss']},\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': '2019JPhCS1294f2015A',\n", - " 'author': ['Al-Saidi, Ghaleb H. O.', 'Saadon, Abdul-Amir S.'],\n", - " 'title': ['The study of toxic effects of toxic isolate Alternaria alternata in vivo of white mice and the ability of Biological and Chemical treatments in the reduction of toxicity']},\n", - " {'bibcode': '1997PNAS...94.5137D',\n", - " 'author': ['Duvillié, Bertrand',\n", - " 'Cordonnier, Nathalie',\n", - " 'Deltour, Louise',\n", - " 'Dandoy-Dron, Françoise',\n", - " 'Itier, Jean-Michel',\n", - " 'Monthioux, Eliane',\n", - " 'Jami, Jacques',\n", - " 'Joshi, Rajiv L.',\n", - " 'Bucchini, Danielle'],\n", - " 'title': ['Phenotypic Alterations in Insulin-Deficient Mutant Mice']},\n", - " {'bibcode': '2019NatSR...9.8003L',\n", - " 'author': ['Li, Meng',\n", - " 'Dang, Yanqi',\n", - " 'Li, Qiong',\n", - " 'Zhou, Wenjun',\n", - " 'Zuo, Jianping',\n", - " 'Yao, Zemin',\n", - " 'Zhang, Li',\n", - " 'Ji, Guang'],\n", - " 'title': ['Berberine alleviates hyperglycemia by targeting hepatic glucokinase in diabetic db/db mice']},\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': '1994PNAS...91..345T',\n", - " 'author': ['Tsuji, Moriya',\n", - " 'Mombaerts, Peter',\n", - " 'Lefrancois, Leo',\n", - " 'Nussenzweig, Ruth S.',\n", - " 'Zavala, Fidel',\n", - " 'Tonegawa, Susumu'],\n", - " 'title': ['γδ T Cells Contribute to Immunity Against the Liver Stages of Malaria in α β T-Cell-Deficient Mice']},\n", - " {'bibcode': '2018NatSR...817210G',\n", - " 'author': ['Gadaleta, Raffaella Maria',\n", - " 'Scialpi, Natasha',\n", - " 'Peres, Claudia',\n", - " 'Cariello, Marica',\n", - " 'Ko, Brian',\n", - " 'Luo, Jian',\n", - " 'Porru, Emanuele',\n", - " 'Roda, Aldo',\n", - " 'Sabbà, Carlo',\n", - " 'Moschetta, Antonio'],\n", - " 'title': ['Suppression of Hepatic Bile Acid Synthesis by a non-tumorigenic FGF19 analogue Protects Mice from Fibrosis and Hepatocarcinogenesis']},\n", - " {'bibcode': '1996PNAS...93.7923L',\n", - " 'author': ['Lieberman, Michael W.',\n", - " 'Wiseman, Amy L.',\n", - " 'Shi, Zheng-Zheng',\n", - " 'Carter, Bing Z.',\n", - " 'Barrios, Roberto',\n", - " 'Ou, Ching-Nan',\n", - " 'Chevez-Barrios, Patricia',\n", - " 'Wang, Yan',\n", - " 'Habib, Geetha M.',\n", - " 'Goodman, J. Clay',\n", - " 'Huang, Shiu L.',\n", - " 'Lebovitz, Russell M.',\n", - " 'Matzuk, Martin M.'],\n", - " 'title': ['Growth Retardation and Cysteine Deficiency in γ -Glutamyl Transpeptidase-Deficient Mice']},\n", - " {'bibcode': '2015NatSR...513519N',\n", - " 'author': ['Nishio, Naomi', 'Isobe, Ken-Ichi'],\n", - " 'title': ['GADD34-deficient mice develop obesity, nonalcoholic fatty liver disease, hepatic carcinoma and insulin resistance']},\n", - " {'bibcode': '2006PNAS..103.3781T',\n", - " 'author': ['Trogan, Eugene',\n", - " 'Feig, Jonathan E.',\n", - " 'Dogan, Snjezana',\n", - " 'Rothblat, George H.',\n", - " 'Angeli, Véronique',\n", - " 'Tacke, Frank',\n", - " 'Randolph, Gwendalyn J.',\n", - " 'Fisher, Edward A.'],\n", - " 'title': ['Gene expression changes in foam cells and the role of chemokine receptor CCR7 during atherosclerosis regression in ApoE-deficient mice']},\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': '1998PNAS...95.2503L',\n", - " 'author': ['Liu, Yujing',\n", - " 'Suzuki, Kinuko',\n", - " 'Reed, Jennifer D.',\n", - " 'Grinberg, Alexander',\n", - " 'Westphal, Heiner',\n", - " 'Hoffmann, Alexander',\n", - " 'Döring, Thomas',\n", - " 'Sandhoff, Konrad',\n", - " 'Proia, Richard L.'],\n", - " 'title': ['Mice with Type 2 and 3 Gaucher Disease Point Mutations Generated by a Single Insertion Mutagenesis Procedure (SIMP)']},\n", - " {'bibcode': '2017Heliy...300305K',\n", - " 'author': ['Kongphat, Wanthita',\n", - " 'Pudgerd, Arnon',\n", - " 'Sridurongrit, Somyoth'],\n", - " 'title': ['Hepatocyte-specific expression of constitutively active Alk5 exacerbates thioacetamide-induced liver injury in mice']},\n", - " {'bibcode': '2004EnvMM..43..186A',\n", - " 'author': ['Arlt, Volker M.',\n", - " 'Zhan, Li',\n", - " 'Schmeiser, Heinz H.',\n", - " 'Honma, Masamitsu',\n", - " 'Hayashi, Makoto',\n", - " 'Phillips, David H.',\n", - " 'Suzuki, Takayoshi'],\n", - " 'title': ['DNA adducts and mutagenic specificity of the ubiquitous environmental pollutant 3‑nitrobenzanthrone in Muta Mouse']},\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': '2000PNAS...97.2367F',\n", - " 'author': ['Faggioni, Raffaella',\n", - " 'Jones-Carson, Jessica',\n", - " 'Reed, David A.',\n", - " 'Dinarello, Charles A.',\n", - " 'Feingold, Kenneth R.',\n", - " 'Grunfeld, Carl',\n", - " 'Fantuzzi, Giamila'],\n", - " 'title': ['Leptin-deficient (ob/ob) mice are protected from T cell-mediated hepatotoxicity: Role of tumor necrosis factor α and IL-18']},\n", - " {'bibcode': '2021NatSR..11.8003O',\n", - " 'author': ['Oshio, Yui',\n", - " 'Hattori, Yuta',\n", - " 'Kamata, Hatsuho',\n", - " 'Ozaki-Masuzawa, Yori',\n", - " 'Seki, Arisa',\n", - " 'Tsuruta, Yasutaka',\n", - " 'Takenaka, Asako'],\n", - " 'title': ['Very low-density lipoprotein receptor increases in a liver-specific manner due to protein deficiency but does not affect fatty liver in mice']},\n", - " {'bibcode': '2021NatSR..1122595E',\n", - " 'author': ['Endo-Umeda, Kaori',\n", - " 'Nakashima, Hiroyuki',\n", - " 'Uno, Shigeyuki',\n", - " 'Toyoshima, Shota',\n", - " 'Umeda, Naoki',\n", - " 'Komine-Aizawa, Shihoko',\n", - " 'Seki, Shuhji',\n", - " 'Makishima, Makoto'],\n", - " 'title': ['Liver X receptors regulate natural killer T cell population and antitumor activity in the liver of mice']},\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", - " 'title': ['Delayed hepatic uptake of multi-phosphonic acid poly(ethylene glycol) coated iron oxide measured by real-time magnetic resonance imaging']},\n", - " {'bibcode': '2021JPhCS1940a2055S',\n", - " 'author': ['Santoso, P.', 'Maliza, R.', 'Insani, S. J.', 'Fadhilah, Q.'],\n", - " 'title': ['Effect of Jicama (Pachyrhizus erosus) Fiber on Energy Intake and Adipose Tissue Profiles in Mice Fed with High-Fat Diet']},\n", - " {'bibcode': '2023E3SWC.40701013P',\n", - " 'author': ['Poddubnaya, Nadezhda', 'Timoshkin, Alexandr'],\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': '2021PPNL...18..378Z',\n", - " 'author': ['Zinicovscaia, I.',\n", - " 'Ivlieva, A. L.',\n", - " 'Petritskaya, E. N.',\n", - " 'Rogatkin, D. A.',\n", - " 'Yushin, N.',\n", - " 'Grozdov, D.',\n", - " 'Vergel, K.',\n", - " 'Kutláková, K. Mamulová'],\n", - " 'title': ['Assessment of TiO2 Nanoparticles Accumulation in Organs and Their Effect on Cognitive Abilities of 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", - " 'title': ['Peripheral modulation of antidepressant targets MAO-B and GABAAR by harmol induces mitohormesis and delays aging in preclinical models']},\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", - " 'title': ['Phosphoproteome analysis of mouse liver using immobilized metal affinity purification and linear ion trap mass spectrometry']},\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", - " 'title': ['Dielectric and Biological Characterization of Liver Tissue in a High-Fat Diet Mouse Model']},\n", - " {'bibcode': '2023NatSR..13.7996L',\n", - " 'author': ['Lu, Zheng',\n", - " 'Liu, Lu',\n", - " 'Zhao, Shunxin',\n", - " 'Zhao, Jiangtao',\n", - " 'Li, Sujun',\n", - " 'Li, Mingyang'],\n", - " 'title': ['Apigenin attenuates atherosclerosis and non-alcoholic fatty liver disease through inhibition of NLRP3 inflammasome in mice']},\n", - " {'bibcode': '2017NatSR...710518B',\n", - " 'author': ['Bai, Li',\n", - " 'Liu, Xin',\n", - " 'Zheng, Qingfen',\n", - " 'Kong, Ming',\n", - " 'Zhang, Xiaohui',\n", - " 'Hu, Richard',\n", - " 'Lou, Jinli',\n", - " 'Ren, Feng',\n", - " 'Chen, Yu',\n", - " 'Zheng, Sujun',\n", - " 'Liu, Shuang',\n", - " 'Han, Yuan-Ping',\n", - " 'Duan, Zhongping',\n", - " 'Pandol, Stephen J.'],\n", - " 'title': ['M2-like macrophages in the fibrotic liver protect mice against lethal insults through conferring apoptosis resistance to hepatocytes']},\n", - " {'bibcode': '1956Natur.178..644D',\n", - " 'author': ['Dutton, Anne H.', 'Heath, D. F.'],\n", - " 'title': ['Demethylation of Dimethylnitrosamine in Rats and Mice']},\n", - " {'bibcode': '1996PNAS...9314857C',\n", - " 'author': ['Chan, John',\n", - " 'Tian, Yu',\n", - " 'Tanaka, Kathryn E.',\n", - " 'Tsang, Ming S.',\n", - " 'Yu, Keming',\n", - " 'Salgame, Padmini',\n", - " 'Carroll, Dinah',\n", - " 'Kress, Yvonne',\n", - " 'Teitelbaum, Rachel',\n", - " 'Bloom, Barry R.'],\n", - " 'title': ['Effects of Protein Calorie Malnutrition on Tuberculosis in Mice']},\n", - " {'bibcode': '2006PNAS..10317852K',\n", - " 'author': ['Kikuchi, Kazu', 'Kondo, Motonari'],\n", - " 'title': ['Developmental switch of mouse hematopoietic stem cells from fetal to adult type occurs in bone marrow after birth']},\n", - " {'bibcode': '1981PNAS...78.2038H',\n", - " 'author': ['Hynes, Nancy E.',\n", - " 'Kennedy, Nicholas',\n", - " 'Rahmsdorf, Ursula',\n", - " 'Groner, Bernd'],\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': '2018AIPC.2019f0004L',\n", - " 'author': ['Lisanti, Elsa',\n", - " 'Sajuthi, Dondin',\n", - " 'Agil, Muhammad',\n", - " 'Arifiantini, R. Iis',\n", - " 'Winarto, Adi'],\n", - " 'title': ['The effect of aqueous seed extract of neem (Azadirachta indica A. Juss) on liver histology of male mice (Mus musculus albinus)']},\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", - " 'title': ['Interferon-alpha treatment rapidly clears Hepatitis E virus infection in humanized mice']},\n", - " {'bibcode': '2022NatSR..12.2996K',\n", - " 'author': ['Kanno, Kotaro',\n", - " 'Koseki, Masahiro',\n", - " 'Chang, Jiuyang',\n", - " 'Saga, Ayami',\n", - " 'Inui, Hiroyasu',\n", - " 'Okada, Takeshi',\n", - " 'Tanaka, Katsunao',\n", - " 'Asaji, Masumi',\n", - " 'Zhu, Yinghong',\n", - " 'Ide, Seiko',\n", - " 'Saito, Shigeyoshi',\n", - " 'Higo, Tomoaki',\n", - " 'Okuzaki, Daisuke',\n", - " 'Ohama, Tohru',\n", - " 'Nishida, Makoto',\n", - " 'Kamada, Yoshihiro',\n", - " 'Ono, Masafumi',\n", - " 'Saibara, Toshiji',\n", - " 'Yamashita, Shizuya',\n", - " 'Sakata, Yasushi'],\n", - " 'title': ['Pemafibrate suppresses NLRP3 inflammasome activation in the liver and heart in a novel mouse model of steatohepatitis-related cardiomyopathy']},\n", - " {'bibcode': '2016cosp...41E2163Z',\n", - " 'author': ['Zhang, Meng',\n", - " 'Sun, Yeqing',\n", - " 'Xue, Bei',\n", - " 'Wang, Xinwen',\n", - " 'Wang, Jiawen'],\n", - " 'title': ['The Role of DNA Methylation Changes in Radiation-Induced Bystander Effects in cranial irradiated Mice']},\n", - " {'bibcode': '1988PNAS...85.9576S',\n", - " 'author': ['Smith, William C.',\n", - " 'Linzer, Daniel I. H.',\n", - " 'Talamantes, Frank'],\n", - " 'title': ['Detection of two growth hormone receptor mRNAs and primary translation products in the mouse.']},\n", - " {'bibcode': '1996PNAS...93.9577S',\n", - " 'author': ['Santoni-Rugiu, Eric',\n", - " 'Preisegger, Karl H.',\n", - " 'Kiss, Andras',\n", - " 'Audolfsson, Thorir',\n", - " 'Shiota, Goshi',\n", - " 'Schmidt, Emmett V.',\n", - " 'Thorgeirsson, Snorri S.'],\n", - " 'title': ['Inhibition of neoplastic development in the liver by hepatocyte growth factor in a transgenic mouse model.']},\n", - " {'bibcode': '2015Nanot..26q5101L',\n", - " 'author': ['Lu, Xiaoyan', 'Ji, Cai', 'Jin, Tingting', 'Fan, Xiaohui'],\n", - " 'title': ['The effects of size and surface modification of amorphous silica particles on biodistribution and liver metabolism in mice']},\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", - " 'title': ['Night eating and obesity in the EP3R-deficient mouse']},\n", - " {'bibcode': '2005PNAS..102.6086X',\n", - " 'author': ['Xu, Aimin',\n", - " 'Lam, Michael C.',\n", - " 'Chan, Kok Weng',\n", - " 'Wang, Yu',\n", - " 'Zhang, Jialiang',\n", - " 'Hoo, Ruby L. C.',\n", - " 'Xu, Jian Yu',\n", - " 'Chen, Baoying',\n", - " 'Chow, Wing-Sun',\n", - " 'Tso, Annette W. K.',\n", - " 'Lam, Karen S. L.'],\n", - " 'title': ['Angiopoietin-like protein 4 decreases blood glucose and improves glucose tolerance but induces hyperlipidemia and hepatic steatosis in mice']},\n", - " {'bibcode': '2019NatSR...915289D',\n", - " 'author': ['da Silva Caetano, Camila Carla',\n", - " 'Camini, Fernanda Caetano',\n", - " 'Almeida, Letícia Trindade',\n", - " 'Ferraz, Ariane Coelho',\n", - " 'da Silva, Tales Fernando',\n", - " 'Lima, Rafaela Lameira Souza',\n", - " 'de Freitas Carvalho, Mayara Medeiros',\n", - " 'de Freitas Castro, Thalles',\n", - " 'Carneiro, Cláudia Martins',\n", - " 'de Mello Silva, Breno',\n", - " 'de Queiroz Silva, Silvana',\n", - " 'de Magalhães, José Carlos',\n", - " 'de Brito Magalhães, Cintia Lopes'],\n", - " 'title': ['Mayaro Virus Induction of Oxidative Stress is Associated With Liver Pathology in a Non-Lethal Mouse Model']},\n", - " {'bibcode': '1995PNAS...92..773G',\n", - " 'author': ['Godin, Isabelle',\n", - " 'Dieterlen-Lievre, Francoise',\n", - " 'Cumano, Ana'],\n", - " 'title': ['Emergence of multipotent hemopoietic cells in the yolk sac and paraaortic splanchnopleura in mouse embryos, beginning at 8.5 days postcoitus.']},\n", - " {'bibcode': '1989PNAS...86.1553H',\n", - " 'author': ['Herbst, Roy S.',\n", - " 'Friedman, Neil',\n", - " 'Darnell, James E.',\n", - " 'Babiss, Lee E.'],\n", - " 'title': ['Positive and negative regulatory elements in the mouse albumin enhancer.']},\n", - " {'bibcode': '1977PNAS...74.2135R',\n", - " 'author': ['Riviere, Yves',\n", - " 'Gresser, Ion',\n", - " 'Guillon, Jean-Claude',\n", - " 'Tovey, Michael G.'],\n", - " 'title': ['Inhibition by anti-interferon serum of lymphocytic choriomeningitis virus disease in suckling mice.']},\n", - " {'bibcode': '2019NatSR...919601A',\n", - " 'author': ['Asakawa, Masahiro',\n", - " 'Itoh, Michiko',\n", - " 'Suganami, Takayoshi',\n", - " 'Sakai, Takeru',\n", - " 'Kanai, Sayaka',\n", - " 'Shirakawa, Ibuki',\n", - " 'Yuan, Xunmei',\n", - " 'Hatayama, Tomomi',\n", - " 'Shimada, Shu',\n", - " 'Akiyama, Yoshimitsu',\n", - " 'Fujiu, Katsuhito',\n", - " 'Inagaki, Yutaka',\n", - " 'Manabe, Ichiro',\n", - " 'Yamaoka, Shoji',\n", - " 'Yamada, Tetsuya',\n", - " 'Tanaka, Shinji',\n", - " 'Ogawa, Yoshihiro'],\n", - " 'title': ['Upregulation of cancer-associated gene expression in activated fibroblasts in a mouse model of non-alcoholic steatohepatitis']},\n", - " {'bibcode': '1995Natur.375..318P',\n", - " 'author': ['Parkins, Andrew C.', 'Sharpe, Arlene H.', 'Orkin, Stuart H.'],\n", - " 'title': ['Lethal β-thalassaemia in mice lacking the erythroid CACCC-transcription factor EKLF']},\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", - " 'title': ['Selective inhibition of cullin 3 neddylation through covalent targeting DCN1 protects mice from acetaminophen-induced liver toxicity']},\n", - " {'bibcode': '2020NatSR..10..869C',\n", - " 'author': ['Choi, Woo Jin',\n", - " 'Dong, Hye Jin',\n", - " 'Jeong, Hyun Uk',\n", - " 'Ryu, Dong Wook',\n", - " 'Song, Soo Min',\n", - " 'Kim, Yu Ri',\n", - " 'Jung, Hyun Ho',\n", - " 'Kim, Tai Hoon',\n", - " 'Kim, Yeung-Hyen'],\n", - " 'title': ['Lactobacillus plantarum LMT1-48 exerts anti-obesity effect in high-fat diet-induced obese mice by regulating expression of lipogenic genes']},\n", - " {'bibcode': '2017NatSR...7.8268W',\n", - " 'author': ['Willebrords, Joost',\n", - " 'Cogliati, Bruno',\n", - " 'Pereira, Isabel Veloso Alves',\n", - " 'da Silva, Tereza Cristina',\n", - " 'Crespo Yanguas, Sara',\n", - " 'Maes, Michaël',\n", - " 'Govoni, Veronica Mollica',\n", - " 'Lima, Andressa',\n", - " 'Felisbino, Daniele Aparecida',\n", - " 'Decrock, Elke',\n", - " 'Nogueira, Marina Sayuri',\n", - " 'de Castro, Inar Alves',\n", - " 'Leclercq, Isabelle',\n", - " 'Leybaert, Luc',\n", - " 'Rodrigues, Robim Marcelino',\n", - " 'Vinken, Mathieu'],\n", - " 'title': ['Inhibition of connexin hemichannels alleviates non-alcoholic steatohepatitis in mice']},\n", - " {'bibcode': '2022NatCo..13.6198W',\n", - " 'author': ['Wolstenholme, Jennifer T.',\n", - " 'Saunders, Justin M.',\n", - " 'Smith, Maren',\n", - " 'Kang, Jason D.',\n", - " 'Hylemon, Phillip B.',\n", - " 'González-Maeso, Javier',\n", - " 'Fagan, Andrew',\n", - " 'Zhao, Derrick',\n", - " 'Sikaroodi, Masoumeh',\n", - " 'Herzog, Jeremy',\n", - " 'Shamsaddini, Amirhossein',\n", - " 'Peña-Rodríguez, Marcela',\n", - " 'Su, Lianyong',\n", - " 'Tai, Yun-Ling',\n", - " 'Zheng, Jing',\n", - " 'Cheng, Po-Cheng',\n", - " 'Sartor, R. Balfour',\n", - " 'Gillevet, Patrick M.',\n", - " 'Zhou, Huiping',\n", - " 'Bajaj, Jasmohan S.'],\n", - " 'title': ['Reduced alcohol preference and intake after fecal transplant in patients with alcohol use disorder is transmissible to germ-free mice']},\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", - " 'title': ['YAP determines the cell fate of injured mouse hepatocytes in vivo']},\n", - " {'bibcode': '1998PNAS...9510914R',\n", - " 'author': ['Raber, Jacob',\n", - " 'Wong, Derek',\n", - " 'Buttini, Manuel',\n", - " 'Orth, Matthias',\n", - " 'Bellosta, Stefano',\n", - " 'Pitas, Robert E.',\n", - " 'Mahley, Robert W.',\n", - " 'Mucke, Lennart'],\n", - " 'title': ['Isoform-Specific Effects of Human Apolipoprotein E on Brain Function Revealed in ApoE Knockout Mice: Increased Susceptibility of Females']},\n", - " {'bibcode': '2003JAPco..15..507W',\n", - " 'author': ['Wei, Yuxi', \"Li, Zhi'en\", 'Hu, Yingfen', 'Xu, Zuhong'],\n", - " 'title': ['Inhibition of mouse liver lipid peroxidation by high molecular weight phlorotannins fromSargassum kjellmanianum']},\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': '2020NatSR..10.8689L',\n", - " 'author': ['Landerer, Steffen',\n", - " 'Kalthoff, Sandra',\n", - " 'Paulusch, Stefan',\n", - " 'Strassburg, Christian P.'],\n", - " 'title': ['A Gilbert syndrome-associated haplotype protects against fatty liver disease in humanized transgenic mice']},\n", - " {'bibcode': '2017NatSR...745424N',\n", - " 'author': ['Ng, Shengyong',\n", - " 'March, Sandra',\n", - " 'Galstian, Ani',\n", - " 'Gural, Nil',\n", - " 'Stevens, Kelly R.',\n", - " 'Mota, Maria M.',\n", - " 'Bhatia, Sangeeta N.'],\n", - " 'title': ['Towards a Humanized Mouse Model of Liver Stage Malaria Using Ectopic Artificial Livers']},\n", - " {'bibcode': '2007EnTox..22..630Y',\n", - " 'author': ['Yuan, Y.',\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", - " '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", - " 'title': ['Adduction of DNA with MTBE and TBA in mice studied by accelerator mass spectrometry']},\n", - " {'bibcode': '2004PNAS..101.8360S',\n", - " 'author': ['Strick-Marchand, Hélène',\n", - " 'Morosan, Serban',\n", - " 'Charneau, Pierre',\n", - " 'Kremsdorf, Dina',\n", - " 'Weiss, Mary C.'],\n", - " 'title': ['Bipotential mouse embryonic liver stem cell lines contribute to liver regeneration and differentiate as bile ducts and hepatocytes']},\n", - " {'bibcode': '2013NatCo...4.2019P',\n", - " 'author': ['Planavila, A.',\n", - " 'Redondo, I.',\n", - " 'Hondares, E.',\n", - " 'Vinciguerra, M.',\n", - " 'Munts, C.',\n", - " 'Iglesias, R.',\n", - " 'Gabrielli, L. A.',\n", - " 'Sitges, M.',\n", - " 'Giralt, M.',\n", - " 'van Bilsen, M.',\n", - " 'Villarroya, F.'],\n", - " 'title': ['Fibroblast growth factor 21 protects against cardiac hypertrophy in mice']},\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", - " 'title': ['Evolutionarily conserved gene family important for fat storage']},\n", - " {'bibcode': '2011PLoSO...623709O',\n", - " 'author': ['Oike, Hideaki',\n", - " 'Nagai, Kanji',\n", - " 'Fukushima, Tatsunobu',\n", - " 'Ishida, Norio',\n", - " 'Kobori, Masuko'],\n", - " 'title': ['Feeding Cues and Injected Nutrients Induce Acute Expression of Multiple Clock Genes in the Mouse Liver']},\n", - " {'bibcode': '2019NatSR...918765P',\n", - " 'author': ['Piek, Arnold',\n", - " 'Koonen, Debby P. Y.',\n", - " 'Schouten, Elisabeth-Maria',\n", - " 'Lindtstedt, Eva L.',\n", - " 'Michaëlsson, Erik',\n", - " 'de Boer, Rudolf A.',\n", - " 'Silljé, Herman H. W.'],\n", - " 'title': ['Pharmacological myeloperoxidase (MPO) inhibition in an obese/hypertensive mouse model attenuates obesity and liver damage, but not cardiac remodeling']},\n", - " {'bibcode': '2005PNAS..102..396P',\n", - " 'author': ['Perincheri, Sudhir',\n", - " 'Dingle, R. W. Cameron',\n", - " 'Peterson, Martha L.',\n", - " 'Spear, Brett T.'],\n", - " 'title': ['Hereditary persistence of α-fetoprotein and H19 expression in liver of BALB/cJ mice is due to a retrovirus insertion in the Zhx2 gene']},\n", - " {'bibcode': '1994PNAS...91.7598D',\n", - " 'author': ['Duncan, Stephen A.',\n", - " 'Manova, Katia',\n", - " 'Chen, William S.',\n", - " 'Hoodless, Pamela',\n", - " 'Weinstein, Daniel C.',\n", - " 'Bachvarova, Rosemary F.',\n", - " 'Darnell, James E., Jr.'],\n", - " 'title': ['Expression of transcription factor HNF-4 in the extraembryonic endoderm, gut, and nephrogenic tissue of the developing mouse embryo: HNF-4 is a marker for primary endoderm in the implanting blastocyst.']},\n", - " {'bibcode': '1989PNAS...86...37R',\n", - " 'author': ['Ryan, Thomas M.',\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", - " 'Townes, Tim M.',\n", - " 'Palmiter, Richard D.',\n", - " 'Brinster, Ralph L.'],\n", - " 'title': ['High-Level Erythroid Expression of Human α -globin Genes in Transgenic Mice']},\n", - " {'bibcode': '2023Heliy...916377S',\n", - " 'author': ['Saadaoui, Nabil',\n", - " 'Mathlouthi, Ahmed',\n", - " 'Zaiter, Ali',\n", - " 'El-Bok, Safia',\n", - " 'Mokni, Moncef',\n", - " 'Harbi, Mounira',\n", - " 'Ghanem-Boughanmi, Néziha',\n", - " 'Dicko, Amadou',\n", - " 'Ben-Attia, Mossadok'],\n", - " 'title': ['Phytochemical profiling, antioxidant potential and protective effect of leaves extract of tunisian Vitis vinifera autochthonous accessions against acute CCl4-injured hepatotoxicity in mice']},\n", - " {'bibcode': '1971Natur.230...50R',\n", - " 'author': ['Raff, M. C.', 'Nase, S.', 'Mitchison, N. A.'],\n", - " 'title': ['Mouse Specific Bone Marrow-derived Lymphocyte Antigen as a Marker for Thymus-independent Lymphocytes']},\n", - " {'bibcode': '2004NIMPB.223..745W',\n", - " 'author': ['Wang, H. F.',\n", - " 'Xu, L. H.',\n", - " 'Sun, H. F.',\n", - " 'Xue, B.',\n", - " 'Liu, Y. F.',\n", - " 'Peng, S. X.',\n", - " 'Liu, K. X.',\n", - " 'Ma, H. J.',\n", - " 'Guo, Z. Y.'],\n", - " 'title': ['High binding of formic acid to biomacromolecules in mice']},\n", - " {'bibcode': '2021NatSR..1120054M',\n", - " 'author': ['Mukherjee, Pradipta',\n", - " 'Miyazawa, Arata',\n", - " 'Fukuda, Shinichi',\n", - " 'Yamashita, Toshiharu',\n", - " 'Lukmanto, Donny',\n", - " 'Okada, Kosuke',\n", - " 'El-Sadek, Ibrahim Abd',\n", - " 'Zhu, Lida',\n", - " 'Makita, Shuichi',\n", - " 'Oshika, Tetsuro',\n", - " 'Yasuno, Yoshiaki'],\n", - " 'title': ['Label-free functional and structural imaging of liver microvascular complex in mice by Jones matrix optical coherence tomography']},\n", - " {'bibcode': '2013AcSpA.110..241S',\n", - " 'author': ['Sivakumar, S.',\n", - " 'Sivasubramanian, J.',\n", - " 'Khatiwada, Chandra Prasad',\n", - " 'Manivannan, J.',\n", - " 'Raja, B.'],\n", - " 'title': ['Determination of aluminium induced metabolic changes in mice liver: A Fourier transform infrared spectroscopy study']},\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", - " 'title': ['FUNDC2 promotes liver tumorigenesis by inhibiting MFN1-mediated mitochondrial fusion']},\n", - " {'bibcode': '2019NatSR...919223R',\n", - " 'author': ['Ryan, Sean G.',\n", - " 'Butler, Matthew N.',\n", - " 'Adeyemi, Segun S.',\n", - " 'Kalber, Tammy',\n", - " 'Patrick, P. Stephen',\n", - " 'Zaw Thin, May',\n", - " 'Harrison, Ian F.',\n", - " 'Stuckey, Daniel J.',\n", - " 'Pule, Martin',\n", - " 'Lythgoe, Mark F.'],\n", - " 'title': ['Imaging of X-Ray-Excited Emissions from Quantum Dots and Biological Tissue in Whole Mouse']},\n", - " {'bibcode': '2019NatSR...9.3472D',\n", - " 'author': ['Denny, Joshua E.',\n", - " 'Powers, Joshua B.',\n", - " 'Castro, Hector F.',\n", - " 'Zhang, Jingwen',\n", - " 'Joshi-Barve, Swati',\n", - " 'Campagna, Shawn R.',\n", - " 'Schmidt, Nathan W.'],\n", - " 'title': ['Differential Sensitivity to Plasmodium yoelii Infection in C57BL/6 Mice Impacts Gut-Liver Axis Homeostasis']},\n", - " {'bibcode': '2023NatSR..13.1237O',\n", - " 'author': ['Onur, Muhammed',\n", - " 'Yalçın, Emine',\n", - " 'çavuşoǧlu, Kültiǧin',\n", - " 'Acar, Ali'],\n", - " 'title': ['Elucidating the toxicity mechanism of AFM2 and the protective role of quercetin in albino mice']},\n", - " {'bibcode': '2003EnTox..18...94H',\n", - " 'author': ['Humpage, A. R.', 'Falconer, I. R.'],\n", - " 'title': ['Oral toxicity of the cyanobacterial toxin cylindrospermopsin in male Swiss albino mice: Determination of no observed adverse effect level for deriving a drinking water guideline value']},\n", - " {'bibcode': '1997PNAS...94.6132K',\n", - " 'author': ['Kim, Edward',\n", - " 'Lowenson, Jonathan D.',\n", - " 'MacLaren, Duncan C.',\n", - " 'Clarke, Steven',\n", - " 'Young, Stephen G.'],\n", - " 'title': ['Deficiency of a Protein-Repair Enzyme Results in the Accumulation of Altered Proteins, Retardation of Growth, and Fatal Seizures in Mice']},\n", - " {'bibcode': '2015PLoSO..1042374M',\n", - " 'author': ['Moskaleva, Natalia',\n", - " 'Moysa, Alexander',\n", - " 'Novikova, Svetlana',\n", - " 'Tikhonova, Olga',\n", - " 'Zgoda, Victor',\n", - " 'Archakov, Alexander'],\n", - " 'title': ['Spaceflight Effects on Cytochrome P450 Content in Mouse Liver']},\n", - " {'bibcode': '1990PNAS...87.3112K',\n", - " 'author': ['Koretsky, Alan P.',\n", - " 'Brosnan, M. Julia',\n", - " 'Chen, Lihong',\n", - " 'Chen, Jiandong',\n", - " 'van Dyke, Terry'],\n", - " 'title': ['NMR detection of creatine kinase expressed in liver of transgenic mice: determination of free ADP levels.']},\n", - " {'bibcode': '2021Heliy...705888A',\n", - " 'author': ['Afrin, Mst. Rejina',\n", - " 'Arumugam, Somasundaram',\n", - " 'Pitchaimani, Vigneshwaran',\n", - " 'Karuppagounder, Vengadeshprabhu',\n", - " 'Thandavarayan, Rajarajan Amirthalingam',\n", - " 'Harima, Meilei',\n", - " 'Hossain, Chowdhury Faiz',\n", - " 'Suzuki, Kenji',\n", - " 'Sone, Hirohito',\n", - " 'Matsubayashi, Yasuhiro',\n", - " 'Watanabe, Kenichi'],\n", - " 'title': ['Le Carbone prevents liver damage in non-alcoholic steatohepatitis-hepatocellular carcinoma mouse model via AMPKα-SIRT1 signaling pathway activation']},\n", - " {'bibcode': '2008PNAS..10515932P',\n", - " 'author': ['Pichler, Andrea',\n", - " 'Prior, Julie L.',\n", - " 'Luker, Gary D.',\n", - " 'Piwnica-Worms, David'],\n", - " 'title': ['Generation of a highly inducible Gal4→Fluc universal reporter mouse for in vivo bioluminescence imaging']},\n", - " {'bibcode': '1996PNAS...9312496M',\n", - " 'author': ['Mancini, Maryline',\n", - " 'Hadchouel, Michelle',\n", - " 'Davis, Heather L.',\n", - " 'Whalen, Robert G.',\n", - " 'Tiollais, Pierre',\n", - " 'Michel, Marie-Louise'],\n", - " 'title': ['DNA-mediated immunization in a transgenic mouse model of the hepatitis B surface antigen chronic carrier state.']},\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", - " 'title': ['Establishment of Methylation-Sensitive-Representational Difference Analysis and Isolation of Hypo- and Hypermethylated Genomic Fragments in Mouse Liver Tumors']},\n", - " {'bibcode': '2019NatSR...915825K',\n", - " 'author': ['Khan, Azmat Ali',\n", - " 'Alanazi, Amer M.',\n", - " 'Jabeen, Mumtaz',\n", - " 'Chauhan, Arun',\n", - " 'Ansari, Mohammad Azam'],\n", - " 'title': ['Therapeutic potential of functionalized siRNA nanoparticles on regression of liver cancer in experimental mice']},\n", - " {'bibcode': '1991PNAS...88.9345F',\n", - " 'author': ['Fu, Xinyu',\n", - " 'Besterman, Jeffrey M.',\n", - " 'Monosov, Ann',\n", - " 'Hoffman, Robert M.'],\n", - " 'title': ['Models of Human Metastatic Colon Cancer in Nude Mice Orthotopically Constructed by Using Histologically Intact Patient Specimens']},\n", - " {'bibcode': '2017NatSR...714876V',\n", - " 'author': ['Vettorazzi, Jean Franciesco',\n", - " 'Kurauti, Mirian Ayumi',\n", - " 'Soares, Gabriela Moreira',\n", - " 'Borck, Patricia Cristine',\n", - " 'Ferreira, Sandra Mara',\n", - " 'Branco, Renato Chaves Souto',\n", - " 'Michelone, Luciana de Souza Lima',\n", - " 'Boschero, Antonio Carlos',\n", - " 'Junior, Jose Maria Costa',\n", - " 'Carneiro, Everardo Magalhães'],\n", - " 'title': ['Bile acid TUDCA improves insulin clearance by increasing the expression of insulin-degrading enzyme in the liver of obese mice']},\n", - " {'bibcode': '2017NatSR...715189A',\n", - " 'author': ['Abe, Satoshi',\n", - " 'Kobayashi, Kaoru',\n", - " 'Oji, Asami',\n", - " 'Sakuma, Tetsushi',\n", - " 'Kazuki, Kanako',\n", - " 'Takehara, Shoko',\n", - " 'Nakamura, Kazuomi',\n", - " 'Okada, Azusa',\n", - " 'Tsukazaki, Yasuko',\n", - " 'Senda, Naoto',\n", - " 'Honma, Kazuhisa',\n", - " 'Yamamoto, Takashi',\n", - " 'Ikawa, Masahito',\n", - " 'Chiba, Kan',\n", - " 'Oshimura, Mitsuo',\n", - " 'Kazuki, Yasuhiro'],\n", - " 'title': ['Modification of single-nucleotide polymorphism in a fully humanized CYP3A mouse by genome editing technology']},\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", - " 'title': ['Biological tissue infrared analysis by chalcogenide glass optical fiber spectroscopy']},\n", - " {'bibcode': '1989PNAS...86.2301S',\n", - " 'author': ['Semenza, Gregg L.',\n", - " 'Traystman, Monica D.',\n", - " 'Gearhart, John D.',\n", - " 'Antonarakis, Stylianos E.'],\n", - " 'title': ['Polycythemia in transgenic mice expressing the human erythropoietin gene.']},\n", - " {'bibcode': '2017NatSR...7.1529Z',\n", - " 'author': ['Zhou, Da',\n", - " 'Pan, Qin',\n", - " 'Shen, Feng',\n", - " 'Cao, Hai-xia',\n", - " 'Ding, Wen-jin',\n", - " 'Chen, Yuan-wen',\n", - " 'Fan, Jian-gao'],\n", - " 'title': ['Total fecal microbiota transplantation alleviates high-fat diet-induced steatohepatitis in mice via beneficial regulation of gut microbiota']},\n", - " {'bibcode': '2023Heliy...917878S',\n", - " 'author': ['Shu, Xi',\n", - " 'Wang, Jing',\n", - " 'Zhao, Liang',\n", - " 'Wang, Jian',\n", - " 'Wang, Pengjie',\n", - " 'Zhang, Feng',\n", - " 'Wang, Ran'],\n", - " 'title': ['Bifidobacterium lactis TY-S01 protects against alcoholic liver injury in mice by regulating intestinal barrier function and gut microbiota']},\n", - " {'bibcode': '1981Natur.291..629K',\n", - " 'author': ['Kurtz, David T.'],\n", - " 'title': ['Hormonal inducibility of rat α2u globulin genes in transfected mouse cells']},\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", - " 'title': ['Identification of Modulators of the Nuclear Receptor Peroxisome Proliferator-Activated Receptor α (PPARα) in a Mouse Liver Gene Expression Compendium']},\n", - " {'bibcode': '1969Sci...163...81S',\n", - " 'author': ['Suzuki, Kinuko'],\n", - " 'title': ['Giant Hepatic Mitochondria: Production in Mice Fed with Cuprizone']},\n", - " {'bibcode': '1986PNAS...83.4529N',\n", - " 'author': ['Nakamura, Takao',\n", - " 'Good, Robert A.',\n", - " 'Yasumizu, Ryoji',\n", - " 'Inoue, Shuji',\n", - " 'Maung Oo, Maung',\n", - " 'Hamashima, Yoshihiro',\n", - " 'Ikehara, Susumu'],\n", - " 'title': ['Successful liver allografts in mice by combination with allogeneic bone marrow transplantation.']},\n", - " {'bibcode': '2016NatSR...622292H',\n", - " 'author': ['Healy, Marin E.',\n", - " 'Lahiri, Sujoy',\n", - " 'Hargett, Stefan R.',\n", - " 'Chow, Jenny D. Y.',\n", - " 'Byrne, Frances L.',\n", - " 'Breen, David S.',\n", - " 'Kenwood, Brandon M.',\n", - " 'Taddeo, Evan P.',\n", - " 'Lackner, Carolin',\n", - " 'Caldwell, Stephen H.',\n", - " 'Hoehn, Kyle L.'],\n", - " 'title': ['Dietary sugar intake increases liver tumor incidence in female mice']},\n", - " {'bibcode': '2020Heliy...604082S',\n", - " 'author': ['Shebbo, Salima',\n", - " 'El Joumaa, Manal',\n", - " 'Kawach, Rawan',\n", - " 'Borjac, Jamilah'],\n", - " 'title': ['Hepatoprotective effect of Matricaria chamomilla aqueous extract against 1,2-Dimethylhydrazine-induced carcinogenic hepatic damage in mice']},\n", - " {'bibcode': '2018E&ES..130a2036M',\n", - " 'author': ['Muslim, Choirul', 'Nurul Kamila, Santi'],\n", - " 'title': ['The effect of paraquat inhalation on parkinsonism, organ morphology and anatomy of mice and its recovery with the application of etliringea hemisphaerica (blume, r.m. smith) crude extract']},\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", - " 'title': ['Molecular mechanism of inflammatory response in mouse liver caused by exposure to CeCl3']},\n", - " {'bibcode': '1994PNAS...9111338C',\n", - " 'author': ['Champion, Kathleen M.',\n", - " 'Cook, Robert J.',\n", - " 'Tollaksen, Sandra L.',\n", - " 'Giometti, Carol S.'],\n", - " 'title': ['Identification of a heritable deficiency of the folate-dependent enzyme 10-formyltetrahydrofolate dehydrogenase in mice.']},\n", - " {'bibcode': '2018NatSR...8.8375K',\n", - " 'author': ['Kavosi, Arghavan',\n", - " 'Hosseini Ghale Noei, Saeideh',\n", - " 'Madani, Samaneh',\n", - " 'Khalighfard, Solmaz',\n", - " 'Khodayari, Saeed',\n", - " 'Khodayari, Hamid',\n", - " 'Mirzaei, Malihe',\n", - " 'Kalhori, Mohammad Reza',\n", - " 'Yavarian, Majid',\n", - " 'Alizadeh, Ali Mohammad',\n", - " 'Falahati, Mojtaba'],\n", - " 'title': ['RETRACTED ARTICLE: The toxicity and therapeutic effects of single-and multi-wall carbon nanotubes on mice breast cancer']},\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", - " 'title': ['The origin and liver repopulating capacity of murine oval cells']},\n", - " {'bibcode': '2012PNAS..109E2486D',\n", - " 'author': ['Dwyer, Jennifer R.',\n", - " 'Donkor, Jimmy',\n", - " 'Zhang, Peixiang',\n", - " 'Csaki, Lauren S.',\n", - " 'Vergnes, Laurent',\n", - " 'Lee, Jessica M.',\n", - " 'Dewald, Jay',\n", - " 'Brindley, David N.',\n", - " 'Atti, Elisa',\n", - " 'Tetradis, Sotirios',\n", - " 'Yoshinaga, Yuko',\n", - " 'De Jong, Pieter J.',\n", - " 'Fong, Loren G.',\n", - " 'Young, Stephen G.',\n", - " 'Reue, Karen'],\n", - " 'title': ['PNAS Plus: Mouse lipin-1 and lipin-2 cooperate to maintain glycerolipid homeostasis in liver and aging cerebellum']},\n", - " {'bibcode': '2005PNAS..102.3857A',\n", - " 'author': ['Andersson, Sandra',\n", - " 'Gustafsson, Nina',\n", - " 'Warner, Margaret',\n", - " 'Gustafsson, Jan-Åke'],\n", - " 'title': ['Inactivation of liver X receptor β leads to adult-onset motor neuron degeneration in male mice']},\n", - " {'bibcode': '2022NatCo..13.4028C',\n", - " 'author': ['Chandana, Manjunatha',\n", - " 'Anand, Aditya',\n", - " 'Ghosh, Sourav',\n", - " 'Das, Rahul',\n", - " 'Beura, Subhashree',\n", - " 'Jena, Sarita',\n", - " 'Suryawanshi, Amol Ratnakar',\n", - " 'Padmanaban, Govindarajan',\n", - " 'Nagaraj, Viswanathan Arun'],\n", - " 'title': ['Malaria parasite heme biosynthesis promotes and griseofulvin protects against cerebral malaria in mice']},\n", - " {'bibcode': '1975PNAS...72.2682D',\n", - " 'author': ['Deisseroth, Albert',\n", - " 'Barker, Jane',\n", - " 'French Anderson, W.',\n", - " 'Nienhuis, Arthur'],\n", - " 'title': ['Hemoglobin synthesis in somatic cell hybrids: coexpression of mouse with human or chinese hamster globin genes in interspecific somatic cell hybrids of mouse erythroleukemia cells.']},\n", - " {'bibcode': '2016NatSR...624649S',\n", - " 'author': ['Shi, Jueping',\n", - " 'Zhang, Xiaoyu',\n", - " 'Wang, Shaoying',\n", - " 'Wang, Jinjin',\n", - " 'Du, Bing',\n", - " 'Wang, Zhugang',\n", - " 'Liu, Mingyao',\n", - " 'Jiang, Wenzheng',\n", - " 'Qian, Min',\n", - " 'Ren, Hua'],\n", - " 'title': ['Gpr97 is dispensable for metabolic syndrome but is involved in macrophage inflammation in high-fat diet-induced obesity in mice']},\n", - " {'bibcode': '2021NatSR..1122811M',\n", - " 'author': ['Ming, Liang', 'Qi, Bule', 'Hao, Shiqi', 'Ji, Rimutu'],\n", - " 'title': ['Camel milk ameliorates inflammatory mechanisms in an alcohol-induced liver injury mouse model']},\n", - " {'bibcode': '1967Sci...157.1057V',\n", - " 'author': ['Vesell, Elliot S.'],\n", - " 'title': ['Induction of Drug-Metabolizing Enzymes in Liver Microsomes of Mice and Rats by Softwood Bedding']},\n", - " {'bibcode': '1987PNAS...84.7051T',\n", - " 'author': ['Terao, Mineko', 'Mintz, Beatrice'],\n", - " 'title': ['Cloning and characterization of a cDNA coding for mouse placental alkaline phosphatase.']},\n", - " {'bibcode': '2005PNAS..102.6207J',\n", - " 'author': ['Jones, Julie R.',\n", - " 'Barrick, Cordelia',\n", - " 'Kim, Kyoung-Ah',\n", - " 'Lindner, Jill',\n", - " 'Blondeau, Bertrand',\n", - " 'Fujimoto, Yuka',\n", - " 'Shiota, Masakazu',\n", - " 'Kesterson, Robert A.',\n", - " 'Kahn, Barbara B.',\n", - " 'Magnuson, Mark A.'],\n", - " 'title': ['Deletion of PPARγ in adipose tissues of mice protects against high fat diet-induced obesity and insulin resistance']},\n", - " {'bibcode': '2018NatSR...813536V',\n", - " 'author': ['Vardon Bounes, Fanny',\n", - " 'Mémier, Vincent',\n", - " 'Marcaud, Marina',\n", - " 'Jacquemin, Aemilia',\n", - " 'Hamzeh-Cognasse, Hind',\n", - " 'Garcia, Cédric',\n", - " 'Series, Jennifer',\n", - " 'Sié, Pierre',\n", - " 'Minville, Vincent',\n", - " 'Gratacap, Marie-Pierre',\n", - " 'Payrastre, Bernard'],\n", - " 'title': ['Platelet activation and prothrombotic properties in a mouse model of peritoneal sepsis']},\n", - " {'bibcode': '1990PNAS...87.9838K',\n", - " 'author': ['Kuo, Calvin J.',\n", - " 'Conley, Pamela B.',\n", - " 'Hsieh, Chih-Lin',\n", - " 'Francke, Uta',\n", - " 'Crabtree, Gerald R.'],\n", - " 'title': ['Molecular cloning, functional expression, and chromosomal localization of mouse hepatocyte nuclear factor 1.']},\n", - " {'bibcode': '2002EnvMM..40..283L',\n", - " 'author': ['Louro, Henriqueta', 'Silva, Maria J.', 'Boavida, Maria G.'],\n", - " 'title': ['Mutagenic activity of cisplatin in the lacZ plasmid‑based transgenic mouse model']},\n", - " {'bibcode': '2022NatSR..1211634I',\n", - " 'author': ['Ishikawa, Hideki',\n", - " 'Hayakawa, Morisada',\n", - " 'Baatartsogt, Nemekhbayar',\n", - " 'Kakizawa, Nao',\n", - " 'Ohto-Ozaki, Hiromi',\n", - " 'Maruyama, Takashi',\n", - " 'Miura, Kouichi',\n", - " 'Suzuki, Koichi',\n", - " 'Rikiyama, Toshiki',\n", - " 'Ohmori, Tsukasa'],\n", - " 'title': ['IκBζ regulates the development of nonalcoholic fatty liver disease through the attenuation of hepatic steatosis in mice']},\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", - " '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", - " 'title': ['A 1H NMR Technique for Observing Metabolite Signals in the Spectrum of Perfused Liver']},\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", - " 'title': ['Controlled synthesis of ZnO nanoparticles and evaluation of their toxicity in Mus musculus mice']},\n", - " {'bibcode': '2003Sci...299..574T',\n", - " 'author': ['Tang, Yi',\n", - " 'Katuri, Varalakshmi',\n", - " 'Dillner, Allan',\n", - " 'Mishra, Bibhuti',\n", - " 'Deng, Chu-Xia',\n", - " 'Mishra, Lopa'],\n", - " 'title': ['Disruption of Transforming Growth Factor-β Signaling in ELF β-Spectrin-Deficient Mice']},\n", - " {'bibcode': '1993PNAS...90.1756A',\n", - " 'author': ['Adachi, Masashi',\n", - " 'Watanabe-Fukunaga, Rie',\n", - " 'Nagata, Shigekazu'],\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': '1997NIMPB.123..275B',\n", - " 'author': ['Barker, J.',\n", - " 'Templar, J.',\n", - " 'King, S. J.',\n", - " 'Day, J. P.',\n", - " 'Bradbury, M. W. B.',\n", - " 'Radunovic, A.',\n", - " 'Ueda, F.',\n", - " 'Raja, K.',\n", - " 'Lilley, J. S.',\n", - " 'Drumm, P. V.'],\n", - " 'title': ['AMS measurements to study uptake and distribution of 26Al in mice and the role of the transferrin receptor in aluminium absorption mechanisms']},\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", - " 'title': ['Amiodarone as an autophagy promoter reduces liver injury and enhances liver regeneration and survival in mice after partial hepatectomy']},\n", - " {'bibcode': '2020NatCo..11.4367L',\n", - " 'author': ['Lee, Minji',\n", - " 'Lee, Eunmin',\n", - " 'Han, Seong Kyu',\n", - " 'Choi, Yoon Ha',\n", - " 'Kwon, Dong-il',\n", - " 'Choi, Hyobeen',\n", - " 'Lee, Kwanghwan',\n", - " 'Park, Eun Seo',\n", - " 'Rha, Min-Seok',\n", - " 'Joo, Dong Jin',\n", - " 'Shin, Eui-Cheol',\n", - " 'Kim, Sanguk',\n", - " 'Kim, Jong Kyoung',\n", - " 'Lee, You Jeong'],\n", - " 'title': ['Single-cell RNA sequencing identifies shared differentiation paths of mouse thymic innate T cells']},\n", - " {'bibcode': '1999PNAS...9612050A',\n", - " 'author': ['Arai, Takeshi',\n", - " 'Rinninger, Franz',\n", - " 'Varban, Lee',\n", - " 'Fairchild-Huntress, Victoria',\n", - " 'Liang, Chien-Ping',\n", - " 'Chen, Wengen',\n", - " 'Seo, Toru',\n", - " 'Deckelbaum, Richard',\n", - " 'Huszar, Dennis',\n", - " 'Tall, Alan R.'],\n", - " 'title': ['Decreased Selective Uptake of High Density Lipoprotein Cholesteryl Esters in Apolipoprotein E Knock-Out Mice']},\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", - " 'title': ['Gene expression profile in chronic mouse liver injury caused by long-term exposure to CeCl3']},\n", - " {'bibcode': '2016NatSR...623899I',\n", - " 'author': ['Ikenoue, Tsuneo',\n", - " 'Terakado, Yumi',\n", - " 'Nakagawa, Hayato',\n", - " 'Hikiba, Yohko',\n", - " 'Fujii, Tomoaki',\n", - " 'Matsubara, Daisuke',\n", - " 'Noguchi, Rei',\n", - " 'Zhu, Chi',\n", - " 'Yamamoto, Keisuke',\n", - " 'Kudo, Yotaro',\n", - " 'Asaoka, Yoshinari',\n", - " 'Yamaguchi, Kiyoshi',\n", - " 'Ijichi, Hideaki',\n", - " 'Tateishi, Keisuke',\n", - " 'Fukushima, Noriyoshi',\n", - " 'Maeda, Shin',\n", - " 'Koike, Kazuhiko',\n", - " 'Furukawa, Yoichi'],\n", - " 'title': ['A novel mouse model of intrahepatic cholangiocarcinoma induced by liver-specific Kras activation and Pten deletion']},\n", - " {'bibcode': '2018NatSR...811428Z',\n", - " 'author': ['Zhou, Huifen',\n", - " 'Yang, Rongze',\n", - " 'Wang, Weimin',\n", - " 'Xu, Feng',\n", - " 'Xi, Yue',\n", - " 'Brown, Robert A.',\n", - " 'Zhang, Hong',\n", - " 'Shi, Lin',\n", - " 'Zhu, Dalong',\n", - " 'Gong, Da-Wei'],\n", - " 'title': ['Fc-apelin fusion protein attenuates lipopolysaccharide-induced liver injury in mice']},\n", - " {'bibcode': '2010PNAS..107..240H',\n", - " 'author': ['Herrero, Laura',\n", - " 'Shapiro, Hagit',\n", - " 'Nayer, Ali',\n", - " 'Lee, Jongsoon',\n", - " 'Shoelson, Steven E.'],\n", - " 'title': ['Inflammation and adipose tissue macrophages in lipodystrophic mice']},\n", - " {'bibcode': '2015NatSR...512931S',\n", - " 'author': ['Schierwagen, Robert',\n", - " 'Maybüchen, Lara',\n", - " 'Zimmer, Sebastian',\n", - " 'Hittatiya, Kanishka',\n", - " 'Bäck, Christer',\n", - " 'Klein, Sabine',\n", - " 'Uschner, Frank E.',\n", - " 'Reul, Winfried',\n", - " 'Boor, Peter',\n", - " 'Nickenig, Georg',\n", - " 'Strassburg, Christian P.',\n", - " 'Trautwein, Christian',\n", - " 'Plat, Jogchum',\n", - " 'Lütjohann, Dieter',\n", - " 'Sauerbruch, Tilman',\n", - " 'Tacke, Frank',\n", - " 'Trebicka, Jonel'],\n", - " 'title': ['Seven weeks of Western diet in apolipoprotein-E-deficient mice induce metabolic syndrome and non-alcoholic steatohepatitis with liver fibrosis']},\n", - " {'bibcode': '2002PNAS...9911357Z',\n", - " 'author': ['Zinker, Bradley A.',\n", - " 'Rondinone, Cristina M.',\n", - " 'Trevillyan, James M.',\n", - " 'Gum, Rebecca J.',\n", - " 'Clampit, Jill E.',\n", - " 'Waring, Jeffrey F.',\n", - " 'Xie, Nancy',\n", - " 'Wilcox, Denise',\n", - " 'Jacobson, Peer',\n", - " 'Frost, Leigh',\n", - " 'Kroeger, Paul E.',\n", - " 'Reilly, Regina M.',\n", - " 'Koterski, Sandra',\n", - " 'Opgenorth, Terry J.',\n", - " 'Ulrich, Roger G.',\n", - " 'Crosby, Seth',\n", - " 'Butler, Madeline',\n", - " 'Murray, Susan F.',\n", - " 'McKay, Robert A.',\n", - " 'Bhanot, Sanjay',\n", - " 'Monia, Brett P.',\n", - " 'Jirousek, Michael R.'],\n", - " 'title': ['PTP1B antisense oligonucleotide lowers PTP1B protein, normalizes blood glucose, and improves insulin sensitivity in diabetic mice']},\n", - " {'bibcode': '1995Natur.378..298T',\n", - " 'author': ['Turner, Martin',\n", - " 'Joseph Mee, P.',\n", - " 'Costello, Patrick S.',\n", - " 'Williams, Owen',\n", - " 'Price, Abigail A.',\n", - " 'Duddy, Linda P.',\n", - " 'Furlong, Michael T.',\n", - " 'Geahlen, Robert L.',\n", - " 'Tybulewicz, Victor L. J.'],\n", - " 'title': ['Perinatal lethality and blocked B-cell development in mice lacking the tyrosine kinase Syk']},\n", - " {'bibcode': '2010ToxIH..26..717A',\n", - " 'author': ['Adedara, IA', 'Owumi, SE', 'Uwaifo, AO', 'Farombi, EO'],\n", - " 'title': ['Aflatoxin B1 and ethanol co-exposure induces hepatic oxidative damage in mice']},\n", - " {'bibcode': '2020NatSR..10..815N',\n", - " 'author': ['Nishikawa, Tomoki',\n", - " 'Nagata, Naoto',\n", - " 'Shimakami, Tetsuro',\n", - " 'Shirakura, Takashi',\n", - " 'Matsui, Chieko',\n", - " 'Ni, Yinhua',\n", - " 'Zhuge, Fen',\n", - " 'Xu, Liang',\n", - " 'Chen, Guanliang',\n", - " 'Nagashimada, Mayumi',\n", - " 'Yamashita, Taro',\n", - " 'Sakai, Yoshio',\n", - " 'Yamashita, Tatsuya',\n", - " 'Mizukoshi, Eishiro',\n", - " 'Honda, Masao',\n", - " 'Kaneko, Shuichi',\n", - " 'Ota, Tsuguhito'],\n", - " 'title': ['Xanthine oxidase inhibition attenuates insulin resistance and diet-induced steatohepatitis in mice']},\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", - " 'title': ['Nanoscale chemical characterization of secondary protein structure of F-Actin using mid-infrared photoinduced force microscopy (PiF-IR)']},\n", - " {'bibcode': '1967PNAS...57..790D',\n", - " 'author': ['du Buy, H. G.', 'Riley, F. L.'],\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", - " 'title': ['Obesogen effect of bisphenol S alters mRNA expression and DNA methylation profiling in male mouse liver']},\n", - " {'bibcode': '2016NatSR...629423K',\n", - " 'author': ['Kim, Sung-Mi',\n", - " 'Grenert, James P.',\n", - " 'Patterson, Cam',\n", - " 'Correia, Maria Almira'],\n", - " 'title': ['CHIP−/−-Mouse Liver: Adiponectin-AMPK-FOXO-Activation Overrides CYP2E1-Elicited JNK1-Activation, Delaying Onset of NASH: Therapeutic Implications']},\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': '1968PNAS...59..854T',\n", - " 'author': ['Trakatellis, Anthony C.'],\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", - " '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", - " 'title': ['Removal of Plutonium from Mouse Liver by Glucan and DTPA']},\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", - " 'title': ['Genome-wide detection of CRISPR editing in vivo using GUIDE-tag']},\n", - " {'bibcode': '1996PNAS...9314041M',\n", - " 'author': ['Meiner, Vardiella L.',\n", - " 'Cases, Sylvaine',\n", - " 'Myers, Heather M.',\n", - " 'Sande, Eric R.',\n", - " 'Bellosta, Stefano',\n", - " 'Schambelan, Morris',\n", - " 'Pitas, Robert E.',\n", - " 'McGuire, James',\n", - " 'Herz, Joachim',\n", - " 'Farese, Robert V., Jr.'],\n", - " 'title': ['Disruption of the Acyl-CoA:Cholesterol Acyltransferase Gene in Mice: Evidence Suggesting Multiple Cholesterol Esterification Enzymes in Mammals']},\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", - " 'title': ['Accelerator mass spectrometry in biomedical dosimetry: relationship between low-level exposure and covalent binding of heterocyclic amine carcinogens to DNA.']},\n", - " {'bibcode': '2022NatSR..1213161G',\n", - " 'author': ['Greve, Sarah',\n", - " 'Kuhn, Gisela A.',\n", - " 'Saenz-de-Juano, Mara D.',\n", - " 'Ghosh, Adhideb',\n", - " 'von Meyenn, Ferdinand',\n", - " 'Giller, Katrin'],\n", - " 'title': ['The major urinary protein gene cluster knockout mouse as a novel model for translational metabolism research']},\n", - " {'bibcode': '2000PNAS...9711303Y',\n", - " 'author': ['Yamauchi, Teruo',\n", - " 'Yamauchi, Jun',\n", - " 'Kuwata, Takeshi',\n", - " 'Tamura, Tomohiko',\n", - " 'Yamashita, Tsuyoshi',\n", - " 'Bae, Nancy',\n", - " 'Westphal, Heiner',\n", - " 'Ozato, Keiko',\n", - " 'Nakatani, Yoshihiro'],\n", - " 'title': ['Distinct but overlapping roles of histone acetylase PCAF and of the closely related PCAF-B/GCN5 in mouse embryogenesis']},\n", - " {'bibcode': '2022NatSR..12.4818O',\n", - " 'author': ['Onur, Bilal',\n", - " 'çavuşoǧlu, Kültiǧin',\n", - " 'Yalçin, Emine',\n", - " 'Acar, Ali'],\n", - " 'title': ['Paraquat toxicity in different cell types of Swiss albino mice']},\n", - " {'bibcode': '2019NatSR...918102W',\n", - " 'author': ['Wang, Xiaoxiao',\n", - " 'Yang, Lumin',\n", - " 'Wang, Jiajia',\n", - " 'Zhang, Yafei',\n", - " 'Dong, Ruixia',\n", - " 'Wu, Ximing',\n", - " 'Yang, Chung S.',\n", - " 'Zhang, Zhenhua',\n", - " 'Zhang, Jinsong'],\n", - " 'title': ['A mouse model of subacute liver failure with ascites induced by step-wise increased doses of (-)-epigallocatechin-3-gallate']},\n", - " {'bibcode': '2023E&ES.1214a2027M',\n", - " 'author': ['Muhaisen, Ahmed Hasan', 'Saddam, Ahmed Chaloob'],\n", - " 'title': ['The Effect of Grape Seed Extract on Lipid Profile in Diabetic Mice']},\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", - " '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': '1986Natur.324..688W',\n", - " 'author': ['Willmann, Toivo', 'Beato, Miguel'],\n", - " 'title': ['Steroid-free glucocorticoid receptor binds specifically to mouse mammary tumour virus DNA']},\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", - " 'title': ['Rapid brain structure and tumour margin detection on whole frozen tissue sections by fast multiphotometric mid-infrared scanning']},\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", - " 'title': ['Arsenic‑induced Aberrant Gene Expression in Fetal Mouse Primary Liver‑Cell Cultures']},\n", - " {'bibcode': '2017NatSR...744613Z',\n", - " 'author': ['Zhang, Li',\n", - " 'Andersen, Daniel',\n", - " 'Roager, Henrik Munch',\n", - " 'Bahl, Martin Iain',\n", - " 'Hansen, Camilla Hartmann Friis',\n", - " 'Danneskiold-Samsøe, Niels Banhos',\n", - " 'Kristiansen, Karsten',\n", - " 'Radulescu, Ilinca Daria',\n", - " 'Sina, Christian',\n", - " 'Frandsen, Henrik Lauritz',\n", - " 'Hansen, Axel Kornerup',\n", - " 'Brix, Susanne',\n", - " 'Hellgren, Lars I.',\n", - " 'Licht, Tine Rask'],\n", - " 'title': ['Effects of Gliadin consumption on the Intestinal Microbiota and Metabolic Homeostasis in Mice Fed a High-fat Diet']},\n", - " {'bibcode': '2012PMB....57.4309D',\n", - " 'author': ['Dumouchel, Tyler',\n", - " 'Thorn, Stephanie',\n", - " 'Kordos, Myra',\n", - " 'DaSilva, Jean',\n", - " 'Beanlands, Rob S. B.',\n", - " 'deKemp, Robert A.'],\n", - " 'title': ['A three-dimensional model-based partial volume correction strategy for gated cardiac mouse PET imaging']},\n", - " {'bibcode': '2015NatSR...516884S',\n", - " 'author': ['Song, Wei',\n", - " 'Lu, Yen-Chun',\n", - " 'Frankel, Angela S.',\n", - " 'An, Duo',\n", - " 'Schwartz, Robert E.',\n", - " 'Ma, Minglin'],\n", - " 'title': ['Engraftment of human induced pluripotent stem cell-derived hepatocytes in immunocompetent mice via 3D co-aggregation and encapsulation']},\n", - " {'bibcode': '2016PNAS..113E..71N',\n", - " 'author': ['Nishio, Miki',\n", - " 'Sugimachi, Keishi',\n", - " 'Goto, Hiroki',\n", - " 'Wang, Jia',\n", - " 'Morikawa, Takumi',\n", - " 'Miyachi, Yosuke',\n", - " 'Takano, Yusuke',\n", - " 'Hikasa, Hiroki',\n", - " 'Itoh, Tohru',\n", - " 'Suzuki, Satoshi O.',\n", - " 'Kurihara, Hiroki',\n", - " 'Aishima, Shinichi',\n", - " 'Leask, Andrew',\n", - " 'Sasaki, Takehiko',\n", - " 'Nakano, Toru',\n", - " 'Nishina, Hiroshi',\n", - " 'Nishikawa, Yuji',\n", - " 'Sekido, Yoshitaka',\n", - " 'Nakao, Kazuwa',\n", - " 'Shin-ya, Kazuo',\n", - " 'Mimori, Koshi',\n", - " 'Suzuki, Akira'],\n", - " 'title': ['Dysregulated YAP1/TAZ and TGF-β signaling mediate hepatocarcinogenesis in Mob1a/1b-deficient mice']},\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", - " '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': '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", - " 'title': ['From the Cover: Delayed-onset ataxia in mice lacking -tocopherol transfer protein: Model for neuronal degeneration caused by chronic oxidative stress']},\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", - " 'title': ['Co-activation of AKT and c-Met triggers rapid hepatocellular carcinoma development via the mTORC1/FASN pathway in mice']},\n", - " {'bibcode': '1997PNAS...9414924K',\n", - " 'author': ['Kotelevtsev, Yuri',\n", - " 'Holmes, Megan C.',\n", - " 'Burchell, Ann',\n", - " 'Houston, Pamela M.',\n", - " 'Schmoll, Dieter',\n", - " 'Jamieson, Pauline',\n", - " 'Best, Ruth',\n", - " 'Brown, Roger',\n", - " 'Edwards, Christopher R. W.',\n", - " 'Seckl, Jonathan R.',\n", - " 'Mullins, John J.'],\n", - " 'title': ['11β -Hydroxysteroid Dehydrogenase Type 1 Knockout Mice Show Attenuated Glucocorticoid-Inducible Responses and Resist Hyperglycemia on Obesity or Stress']},\n", - " {'bibcode': '1989PNAS...86.3782M',\n", - " 'author': ['Morahan, G.',\n", - " 'Brennan, F. E.',\n", - " 'Bhathal, P. S.',\n", - " 'Allison, J.',\n", - " 'Cox, K. O.',\n", - " 'Miller, J. F. A. P.'],\n", - " 'title': ['Expression in transgenic mice of class I histocompatibility antigens controlled by the metallothionein promoter.']},\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': '2004PNAS..10116549W',\n", - " 'author': ['Wandzioch, Ewa',\n", - " 'Kolterud, Åsa',\n", - " 'Jacobsson, Maria',\n", - " 'Friedman, Scott L.',\n", - " 'Carlsson, Leif'],\n", - " 'title': ['Lhx2-/- mice develop liver fibrosis']},\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", - " 'title': ['Circadian transcription factor HSF1 regulates differential HSP70 gene transcription during the arousal-torpor cycle in mammalian hibernation']},\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", - " '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", - " 'title': ['Timing of circadian genes in mammalian tissues']},\n", - " {'bibcode': '2010PNAS..107.9765I',\n", - " 'author': ['Ilan, Yaron',\n", - " 'Maron, Ruth',\n", - " 'Tukpah, Ann-Marcia',\n", - " 'Maioli, Tatiani Uceli',\n", - " 'Murugaiyan, Gopal',\n", - " 'Yang, Kaiyong',\n", - " 'Wu, Henry Yim',\n", - " 'Weiner, Howard L.'],\n", - " 'title': ['Induction of regulatory T cells decreases adipose inflammation and alleviates insulin resistance in ob/ob mice']},\n", - " {'bibcode': '2011PNAS..10816753D',\n", - " 'author': ['Du, Yi-Chieh Nancy',\n", - " 'Chou, Chen-Kung',\n", - " 'Klimstra, David S.',\n", - " 'Varmus, Harold'],\n", - " 'title': ['Receptor for hyaluronan-mediated motility isoform B promotes liver metastasis in a mouse model of multistep tumorigenesis and a tail vein assay for metastasis']},\n", - " {'bibcode': '1958Natur.181..773A',\n", - " 'author': ['Adams, S. S.'],\n", - " 'title': ['A Possible Basis for the Anti-inflammatory Activity of Salicylates and other Non-Hormonal Anti-Rheumatic Drugs']},\n", - " {'bibcode': '2015NatSR...514110R',\n", - " 'author': ['Rachakonda, Vikrant',\n", - " 'Jadeja, Ravirajsinh N.',\n", - " 'Urrunaga, Nathalie H.',\n", - " 'Shah, Nirish',\n", - " 'Ahmad, Daniel',\n", - " 'Cheng, Kunrong',\n", - " 'Twaddell, William S.',\n", - " 'Raufman, Jean-Pierre',\n", - " 'Khurana, Sandeep'],\n", - " 'title': ['M1 Muscarinic Receptor Deficiency Attenuates Azoxymethane-Induced Chronic Liver Injury in Mice']},\n", - " {'bibcode': '1998PNAS...9513829R',\n", - " 'author': ['Rai, Rudra M.',\n", - " 'Lee, Fung Yee J.',\n", - " 'Rosen, Anthony',\n", - " 'Yang, Shi Qi',\n", - " 'Lin, Hui Zhi',\n", - " 'Koteish, Ayman',\n", - " 'Liew, Foo Y.',\n", - " 'Zaragoza, Carlos',\n", - " 'Lowenstein, Charles',\n", - " 'Diehl, Anna Mae'],\n", - " 'title': ['Impaired Liver Regeneration in Inducible Nitric Oxide Synthase-Deficient Mice']},\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", - " 'title': ['Structure and expression of the murine retinoblastoma gene and characterization of its encoded protein.']},\n", - " {'bibcode': '2014JBO....19j1504M',\n", - " 'author': ['Maawy, Ali A.',\n", - " 'Hiroshima, Yukihiko',\n", - " 'Zhang, Yong',\n", - " 'Luiken, George A.',\n", - " 'Hoffman, Robert M.',\n", - " 'Bouvet, Michael'],\n", - " 'title': ['Specific tumor labeling enhanced by polyethylene glycol linkage of near infrared dyes conjugated to a chimeric anti-carcinoembryonic antigen antibody in a nude mouse model of human pancreatic cancer']},\n", - " {'bibcode': '2023NatCo..14..167I',\n", - " 'author': ['Inaba, Yuka',\n", - " 'Hashiuchi, Emi',\n", - " 'Watanabe, Hitoshi',\n", - " 'Kimura, Kumi',\n", - " 'Oshima, Yu',\n", - " 'Tsuchiya, Kohsuke',\n", - " 'Murai, Shin',\n", - " 'Takahashi, Chiaki',\n", - " 'Matsumoto, Michihiro',\n", - " 'Kitajima, Shigetaka',\n", - " 'Yamamoto, Yasuhiko',\n", - " 'Honda, Masao',\n", - " 'Asahara, Shun-ichiro',\n", - " 'Ravnskjaer, Kim',\n", - " 'Horike, Shin-ichi',\n", - " 'Kaneko, Shuichi',\n", - " 'Kasuga, Masato',\n", - " 'Nakano, Hiroyasu',\n", - " 'Harada, Kenichi',\n", - " 'Inoue, Hiroshi'],\n", - " 'title': ['The transcription factor ATF3 switches cell death from apoptosis to necroptosis in hepatic steatosis in male mice']},\n", - " {'bibcode': '2021NatSR..1119720S',\n", - " 'author': ['Sun, Li-rui', 'Guo, Qiu-shi', 'Zhou, Wei', 'Li, Min'],\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': '2012cosp...39.1075L',\n", - " 'author': ['Liang, Shujian',\n", - " 'Sun, Yeqing',\n", - " 'Zhang, Meng',\n", - " 'Wang, Wei',\n", - " 'Cui, Changna'],\n", - " 'title': ['Heavy-ion radiation induced bystander effect in mice']},\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", - " 'title': ['Dual Mode Action of Mangiferin in Mouse Liver under High Fat Diet']},\n", - " {'bibcode': '2017NatSR...741711K',\n", - " 'author': ['Kim, Bu-Yeo',\n", - " 'Song, Kwang Hoon',\n", - " 'Lim, Chi-Yeon',\n", - " 'Cho, Su-In'],\n", - " 'title': ['Therapeutic properties of Scutellaria baicalensis in db/db mice evaluated using Connectivity Map and network pharmacology']},\n", - " {'bibcode': '2017NRL....12..523H',\n", - " 'author': ['Hu, Pengcheng',\n", - " 'Cheng, Dengfeng',\n", - " 'Huang, Tao',\n", - " 'Banizs, Anna B.',\n", - " 'Xiao, Jie',\n", - " 'Liu, Guobing',\n", - " 'Chen, Quan',\n", - " 'Wang, Yuenan',\n", - " 'He, Jiang',\n", - " 'Shi, Hongcheng'],\n", - " 'title': ['Evaluation of Novel 64Cu-Labeled Theranostic Gadolinium-Based Nanoprobes in HepG2 Tumor-Bearing Nude Mice']},\n", - " {'bibcode': '1991PNAS...88.2726S',\n", - " 'author': ['Sanders Williams, R.',\n", - " 'Johnston, Stephen A.',\n", - " 'Riedy, Mark',\n", - " 'Devit, Michael J.',\n", - " 'McElligott, Sandra G.',\n", - " 'Sanford, John C.'],\n", - " 'title': ['Introduction of Foreign Genes into Tissues of Living Mice by DNA-Coated Microprojectiles']},\n", - " {'bibcode': '2016NatSR...622612G',\n", - " 'author': ['Guo, Ting',\n", - " 'Woo, Shih-Lung',\n", - " 'Guo, Xin',\n", - " 'Li, Honggui',\n", - " 'Zheng, Juan',\n", - " 'Botchlett, Rachel',\n", - " 'Liu, Mengyang',\n", - " 'Pei, Ya',\n", - " 'Xu, Hang',\n", - " 'Cai, Yuli',\n", - " 'Zeng, Tianshu',\n", - " 'Chen, Lulu',\n", - " 'Li, Xiaodong',\n", - " 'Li, Qifu',\n", - " 'Xiao, Xiaoqiu',\n", - " 'Huo, Yuqing',\n", - " 'Wu, Chaodong'],\n", - " 'title': ['Berberine Ameliorates Hepatic Steatosis and Suppresses Liver and Adipose Tissue Inflammation in Mice with Diet-induced Obesity']},\n", - " {'bibcode': '2021NatCo..12.2073A',\n", - " 'author': ['Aubi, Oscar',\n", - " 'Prestegârd, Karina S.',\n", - " 'Jung-KC, Kunwar',\n", - " 'Shi, Tie-Jun Sten',\n", - " 'Ying, Ming',\n", - " 'Grindheim, Ann Kari',\n", - " 'Scherer, Tanja',\n", - " 'Ulvik, Arve',\n", - " 'McCann, Adrian',\n", - " 'Spriet, Endy',\n", - " 'Thöny, Beat',\n", - " 'Martinez, Aurora'],\n", - " 'title': ['The Pah-R261Q mouse reveals oxidative stress associated with amyloid-like hepatic aggregation of mutant phenylalanine hydroxylase']},\n", - " {'bibcode': '2022NatSR..1210105M',\n", - " 'author': ['Morita, Shinichi',\n", - " 'Sakamaki, Akira',\n", - " 'Koyama, Kyutaro',\n", - " 'Shibata, Osamu',\n", - " 'Owaki, Takashi',\n", - " 'Oda, Chiyumi',\n", - " 'Kimura, Atsushi',\n", - " 'Nakaya, Taiki',\n", - " 'Ohbuchi, Katsuya',\n", - " 'Nahata, Miwa',\n", - " 'Fujitsuka, Naoki',\n", - " 'Sakai, Norihiro',\n", - " 'Abe, Hiroyuki',\n", - " 'Kamimura, Kenya',\n", - " 'Terai, Shuji'],\n", - " 'title': ['Daisaikoto improves fatty liver and obesity in melanocortin-4 receptor gene-deficient mice via the activation of brown adipose tissue']},\n", - " {'bibcode': '2021NatSR..1113766A',\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", @@ -7010,1999 +5817,1493 @@ " 'Taketo, Teruko',\n", " 'Bourque, Guillaume',\n", " 'Naumova, Anna K.'],\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': '2021NatSR..1118081G',\n", - " 'author': ['Gündüz, Alperen', 'Yalçın, Emine', 'çavuşoǧlu, Kültiǧin'],\n", - " 'title': ['Combined toxic effects of aflatoxin B2 and the protective role of resveratrol in Swiss albino mice']},\n", - " {'bibcode': '2019NatSR...915828D',\n", - " 'author': ['Dornbos, Peter',\n", - " 'Jurgelewicz, Amanda',\n", - " 'Fader, Kelly A.',\n", - " 'Williams, Kurt',\n", - " 'Zacharewski, Timothy R.',\n", - " 'LaPres, John J.'],\n", - " 'title': ['Characterizing the Role of HMG-CoA Reductase in Aryl Hydrocarbon Receptor-Mediated Liver Injury in C57BL/6 Mice']},\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", - " 'title': ['Differential TGFβ pathway targeting by miR-122 in humans and mice affects liver cancer metastasis']},\n", - " {'bibcode': '2009PNAS..106..558K',\n", - " 'author': ['Kim, Hyun-Jin',\n", - " 'Andersson, Leif C.',\n", - " 'Bouton, Didier',\n", - " 'Warner, Margaret',\n", - " 'Gustafsson, Jan-Åke'],\n", - " 'title': ['Stromal growth and epithelial cell proliferation in ventral prostates of liver X receptor knockout mice']},\n", - " {'bibcode': '2002EnvMM..40..207M',\n", - " 'author': ['Masumura, Ken-ichi',\n", - " 'Kuniya, Kensuke',\n", - " 'Kurobe, Toshihiro',\n", - " 'Fukuoka, Masamichi',\n", - " 'Yatagai, Fumio',\n", - " 'Nohmi, Takehiko'],\n", - " 'title': ['Heavy‑ion‑induced mutations in the gpt delta transgenic mouse: Comparison of mutation spectra induced by heavy‑ion, X‑ray, and γ‑ray radiation']},\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", - " 'title': ['In vivo multiphoton dynamic imaging of the hepatobiliary metabolism in chronic hepatic diseases']},\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", - " 'title': ['A therapeutic approach to pantothenate kinase associated neurodegeneration']},\n", - " {'bibcode': '2001PNAS...98.3976Q',\n", - " 'author': ['Qian, Fawn', 'Hanahan, Douglas', 'Weissman, Irving L.'],\n", - " 'title': ['L-selectin can facilitate metastasis to lymph nodes in a transgenic mouse model of carcinogenesis']},\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", - " 'title': ['Mouse model for exoerythrocytic stages of Plasmodium falciparum malaria parasite.']},\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", - " 'title': ['Targeted Induction of Interferon-λ in Humanized Chimeric Mouse Liver Abrogates Hepatotropic Virus Infection']},\n", - " {'bibcode': '1986Natur.319..685C',\n", - " 'author': ['Chada, Kiran', 'Magram, Jeanne', 'Costantini, Frank'],\n", - " 'title': ['An embryonic pattern of expression of a human fetal globin gene in transgenic mice']},\n", - " {'bibcode': '1995PNAS...92.1585W',\n", - " 'author': ['Watanabe, Masahiko',\n", - " 'Osada, Jesus',\n", - " 'Aratani, Yasuaki',\n", - " 'Kluckman, Kimberly',\n", - " 'Reddick, Robert',\n", - " 'Malinow, M. Rene',\n", - " 'Maeda, Nobuyo'],\n", - " 'title': ['Mice Deficient in Cystathionine β-Synthase: Animal Models for Mild and Severe Homocyst(e)inemia']},\n", - " {'bibcode': '2015NatSR...512067R',\n", - " 'author': ['Rodríguez, Amaia',\n", - " 'Moreno, Natalia R.',\n", - " 'Balaguer, Inmaculada',\n", - " 'Méndez-Giménez, Leire',\n", - " 'Becerril, Sara',\n", - " 'Catalán, Victoria',\n", - " 'Gómez-Ambrosi, Javier',\n", - " 'Portincasa, Piero',\n", - " 'Calamita, Giuseppe',\n", - " 'Soveral, Graça',\n", - " 'Malagón, María M.',\n", - " 'Frühbeck, Gema'],\n", - " 'title': ['Leptin administration restores the altered adipose and hepatic expression of aquaglyceroporins improving the non-alcoholic fatty liver of ob/ob mice']},\n", - " {'bibcode': '1989Sci...244..460F',\n", - " 'author': ['Fox, Niles',\n", - " 'Crooke, Rosanne',\n", - " 'Hwang, Lih-Hwa S.',\n", - " 'Schibler, Ueli',\n", - " 'Knowles, Barbara B.',\n", - " 'Solter, Davor'],\n", - " 'title': ['Metastatic Hibernomas in Transgenic Mice Expressing an α -amylase--SV40 T Antigen Hybrid Gene']},\n", - " {'bibcode': '2003PNAS..100.7253Z',\n", - " 'author': ['Zalzman, Michal',\n", - " 'Gupta, Sanjeev',\n", - " 'Giri, Ranjit K.',\n", - " 'Berkovich, Irina',\n", - " 'Sappal, Baljit S.',\n", - " 'Karnieli, Ohad',\n", - " 'Zern, Mark A.',\n", - " 'Fleischer, Norman',\n", - " 'Efrat, Shimon'],\n", - " 'title': ['Reversal of hyperglycemia in mice by using human expandable insulin-producing cells differentiated from fetal liver progenitor cells']},\n", - " {'bibcode': '2020NatSR..10.6065C',\n", - " 'author': ['Chen, Shu',\n", - " 'Minegishi, Yoshihiko',\n", - " 'Hasumura, Takahiro',\n", - " 'Shimotoyodome, Akira',\n", - " 'Ota, Noriyasu'],\n", - " 'title': ['Involvement of ammonia metabolism in the improvement of endurance performance by tea catechins in mice']},\n", - " {'bibcode': '2021JPhCS1912a2046S',\n", - " 'author': ['Sasongko, H.',\n", - " 'Sugiantoro, R. S. W.',\n", - " 'Advaita, N.',\n", - " 'Sugiyarto'],\n", - " 'title': ['Acute Oral Toxicity Test of Eel (Anguilla bicolor bicolor) Oil in Mice Liver and Kidney Cells']},\n", - " {'bibcode': '2016Natur.537..427V',\n", - " 'author': ['Vermeij, W. P.',\n", - " 'Dollé, M. E. T.',\n", - " 'Reiling, E.',\n", - " 'Jaarsma, D.',\n", - " 'Payan-Gomez, C.',\n", - " 'Bombardieri, C. R.',\n", - " 'Wu, H.',\n", - " 'Roks, A. J. M.',\n", - " 'Botter, S. M.',\n", - " 'van der Eerden, B. C.',\n", - " 'Youssef, S. A.',\n", - " 'Kuiper, R. V.',\n", - " 'Nagarajah, B.',\n", - " 'van Oostrom, C. T.',\n", - " 'Brandt, R. M. C.',\n", - " 'Barnhoorn, S.',\n", - " 'Imholz, S.',\n", - " 'Pennings, J. L. A.',\n", - " 'de Bruin, A.',\n", - " 'Gyenis, Á.',\n", - " 'Pothof, J.',\n", - " 'Vijg, J.',\n", - " 'van Steeg, H.',\n", - " 'Hoeijmakers, J. H. J.'],\n", - " 'title': ['Restricted diet delays accelerated ageing and genomic stress in DNA-repair-deficient mice']},\n", - " {'bibcode': '2019NatSR...9.4908B',\n", - " 'author': ['Bogie, Jeroen',\n", - " 'Hoeks, Cindy',\n", - " 'Schepers, Melissa',\n", - " 'Tiane, Assia',\n", - " 'Cuypers, Ann',\n", - " 'Leijten, Frank',\n", - " 'Chintapakorn, Yupyn',\n", - " 'Suttiyut, Thiti',\n", - " 'Pornpakakul, Surachai',\n", - " 'Struik, Dicky',\n", - " 'Kerksiek, Anja',\n", - " 'Liu, Hong-Bing',\n", - " 'Hellings, Niels',\n", - " 'Martinez-Martinez, Pilar',\n", - " 'Jonker, Johan W.',\n", - " 'Dewachter, Ilse',\n", - " 'Sijbrands, Eric',\n", - " 'Walter, Jochen',\n", - " 'Hendriks, Jerome',\n", - " 'Groen, Albert',\n", - " 'Staels, Bart',\n", - " 'Lütjohann, Dieter',\n", - " 'Vanmierlo, Tim',\n", - " 'Mulder, Monique'],\n", - " 'title': [\"Dietary Sargassum fusiforme improves memory and reduces amyloid plaque load in an Alzheimer's disease mouse model\"]},\n", - " {'bibcode': '2017DIB....13..731S',\n", - " 'author': ['Song, Andrew T.',\n", - " 'Galli, Antonella',\n", - " 'Leclerc, Severine',\n", - " 'Nattel, Stanley',\n", - " 'Mandato, Craig',\n", - " 'Andelfinger, Gregor'],\n", - " 'title': ['Dataset of Sgo1 expression in cardiac, gastrointestinal, hepatic and neuronal tissue in mouse']},\n", - " {'bibcode': '2005PNAS..102.8621M',\n", - " 'author': ['Mijalski, T.',\n", - " 'Harder, A.',\n", - " 'Halder, T.',\n", - " 'Kersten, M.',\n", - " 'Horsch, M.',\n", - " 'Strom, T. M.',\n", - " 'Liebscher, H. V.',\n", - " 'Lottspeich, F.',\n", - " 'de Angelis, M. Hrabě',\n", - " 'Beckers, J.'],\n", - " 'title': ['Identification of coexpressed gene clusters in a comparative analysis of transcriptome and proteome in mouse tissues']},\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", - " 'title': ['Human liver stem cells express UGT1A1 and improve phenotype of immunocompromised Crigler Najjar syndrome type I mice']},\n", - " {'bibcode': '1993NIMPB..75..571N',\n", - " 'author': ['Nianqing, Liu',\n", - " 'Chuannong, Zhou',\n", - " 'Lingna, Yan',\n", - " 'Xuejun, Li',\n", - " 'Zhiyu, Chao',\n", - " 'Zhigang, Ren',\n", - " 'Shijun, Zhou'],\n", - " 'title': ['A preliminary study on the positional distribution of Cisplatin and other elements in the liver of normal mice']},\n", - " {'bibcode': '1996PNAS...93.2131A',\n", - " 'author': ['Adachi, Masashi',\n", - " 'Suematsu, Sachiko',\n", - " 'Suda, Takashi',\n", - " 'Watanabe, Daisuke',\n", - " 'Fukuyama, Hidehiro',\n", - " 'Ogasawara, Jun',\n", - " 'Tanaka, Takashi',\n", - " 'Yoshida, Nobuaki',\n", - " 'Nagata, Shigekazu'],\n", - " 'title': ['Enhanced and accelerated lymphoproliferation in Fas-null mice.']},\n", - " {'bibcode': '2001PNAS...9813282K',\n", - " 'author': ['Kim, In-Hoo',\n", - " 'Józkowicz, Alicja',\n", - " 'Piedra, Pedro A.',\n", - " 'Oka, Kazuhiro',\n", - " 'Chan, Lawrence'],\n", - " 'title': ['Lifetime correction of genetic deficiency in mice with a single injection of helper-dependent adenoviral vector']},\n", - " {'bibcode': '1995PNAS...92.8763M',\n", - " 'author': ['Muragaki, Yasuteru',\n", - " 'Timmons, Sheila',\n", - " 'Griffith, C. May',\n", - " 'Oh, Suk P.',\n", - " 'Fadel, Bahaa',\n", - " 'Quertermous, Thomas',\n", - " 'Olsen, Bjorn R.'],\n", - " 'title': ['Mouse Col18a1 is expressed in a tissue-specific manner as three alternative variants and is localized in basement membrane zones.']},\n", - " {'bibcode': '2018NatSR...810523C',\n", - " 'author': ['Chen, Li',\n", - " 'Wei, Yundong',\n", - " 'Zhao, Shimei',\n", - " 'Zhang, Mengliang',\n", - " 'Yan, Xiaoting',\n", - " 'Gao, Xiangyun',\n", - " 'Li, Jinxia',\n", - " 'Gao, Yutong',\n", - " 'Zhang, Anwen',\n", - " 'Gao, Ying'],\n", - " 'title': ['Antitumor and immunomodulatory activities of total flavonoids extract from persimmon leaves in H22 liver tumor-bearing mice']},\n", - " {'bibcode': '2010PLoSO...510288F',\n", - " 'author': ['Fang, Xianfeng', 'Du, Peishuang', 'Liu, Yang', 'Tang, Jie'],\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", - " 'title': ['Correction: Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n", - " {'bibcode': '1967PNAS...58.1548C',\n", - " 'author': ['Church, Robert', 'McCarthy, Brian J.'],\n", - " 'title': ['Changes in nuclear and cytoplasmic RNA in regenerating mouse liver.']},\n", - " {'bibcode': '1975PNAS...72.4008J',\n", - " 'author': ['Jaenisch, Rudolf', 'Fan, Hung', 'Croker, Byron'],\n", - " 'title': ['Infection of preimplantation mouse embryos and of newborn mice with leukemia virus: tissue distribution of viral DNA and RNA and leukemogenesis in the adult animal.']},\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", - " 'title': ['Naringin against doxorubicin-induced hepatotoxicity in mice through reducing oxidative stress, inflammation, and apoptosis via the up-regulation of SIRT1']},\n", - " {'bibcode': '2001PNAS...98.2011W',\n", - " 'author': ['Wang, Renxue',\n", - " 'Salem, Myriam',\n", - " 'Yousef, Ibrahim M.',\n", - " 'Tuchweber, Beatriz',\n", - " 'Lam, Ping',\n", - " 'Childs, Sarah J.',\n", - " 'Helgason, Cheryl D.',\n", - " 'Ackerley, Cameron',\n", - " 'Phillips, M. James',\n", - " 'Ling, Victor'],\n", - " 'title': ['Targeted inactivation of sister of P-glycoprotein gene (spgp) in mice results in nonprogressive but persistent intrahepatic cholestasis']},\n", - " {'bibcode': '1994Sci...264.1329M',\n", - " 'author': ['Moyer, Judith H.',\n", - " 'Lee-Tischler, Monica J.',\n", - " 'Kwon, Heajoon-Y.',\n", - " 'Schrick, Jeffrey J.',\n", - " 'Avner, Ellis D.',\n", - " 'Sweeney, William E.',\n", - " 'Godfrey, Virginia L.',\n", - " 'Cacheiro, Nestor L. A.',\n", - " 'Erby Wilkinson, J.',\n", - " 'Woychik, Richard P.'],\n", - " 'title': ['Candidate Gene Associated with a Mutation Causing Recessive Polycystic Kidney Disease in Mice']},\n", - " {'bibcode': '2022NatCo..13.1897H',\n", - " 'author': ['Hill, Cristal M.',\n", - " 'Albarado, Diana C.',\n", - " 'Coco, Lucia G.',\n", - " 'Spann, Redin A.',\n", - " 'Khan, Md Shahjalal',\n", - " 'Qualls-Creekmore, Emily',\n", - " 'Burk, David H.',\n", - " 'Burke, Susan J.',\n", - " 'Collier, J. Jason',\n", - " 'Yu, Sangho',\n", - " 'McDougal, David H.',\n", - " 'Berthoud, Hans-Rudolf',\n", - " 'Münzberg, Heike',\n", - " 'Bartke, Andrzej',\n", - " 'Morrison, Christopher D.'],\n", - " 'title': ['FGF21 is required for protein restriction to extend lifespan and improve metabolic health in male mice']},\n", - " {'bibcode': '2015NatSR...516984N',\n", - " 'author': ['Nam, Miso',\n", - " 'Choi, Myung-Sook',\n", - " 'Jung, Sunhee',\n", - " 'Jung, Youngae',\n", - " 'Choi, Ji-Young',\n", - " 'Ryu, Do Hyun',\n", - " 'Hwang, Geum-Sook'],\n", - " 'title': ['Lipidomic Profiling of Liver Tissue from Obesity-Prone and Obesity-Resistant Mice Fed a High Fat Diet']},\n", - " {'bibcode': '1992EnvMM..20...39L',\n", - " 'author': ['Lefevre, P.', 'Ashby, J.'],\n", - " 'title': ['Mitogenic activity of quinoline to the rat, mouse, and guinea pig liver: Empirical correlations with hepatic carcinogenicity']},\n", - " {'bibcode': '2022NatCo..13.5215R',\n", - " 'author': ['Rovai, Alice',\n", - " 'Chung, BoMee',\n", - " 'Hu, Qingluan',\n", - " 'Hook, Sebastian',\n", - " 'Yuan, Qinggong',\n", - " 'Kempf, Tibor',\n", - " 'Schmidt, Florian',\n", - " 'Grimm, Dirk',\n", - " 'Talbot, Steven R.',\n", - " 'Steinbrück, Lars',\n", - " 'Götting, Jasper',\n", - " 'Bohne, Jens',\n", - " 'Krooss, Simon A.',\n", - " 'Ott, Michael'],\n", - " 'title': ['In vivo adenine base editing reverts C282Y and improves iron metabolism in hemochromatosis mice']},\n", - " {'bibcode': '2015NatSR...5E8098Z',\n", - " 'author': ['Zhang, Jingyao',\n", - " 'Song, Sidong',\n", - " 'Pang, Qing',\n", - " 'Zhang, Ruiyao',\n", - " 'Zhou, Lei',\n", - " 'Liu, Sushun',\n", - " 'Meng, Fandi',\n", - " 'Wu, Qifei',\n", - " 'Liu, Chang'],\n", - " 'title': ['Serotonin Deficiency Exacerbates Acetaminophen-Induced Liver Toxicity In Mice']},\n", - " {'bibcode': '2019NatSR...914784P',\n", - " 'author': ['Parsanathan, Rajesh', 'Jain, Sushil K.'],\n", - " 'title': ['Glutathione deficiency induces epigenetic alterations of vitamin D metabolism genes in the livers of high-fat diet-fed obese mice']},\n", - " {'bibcode': '2016NatSR...624156L',\n", - " 'author': ['Li, Lulu',\n", - " 'Zhang, Ping',\n", - " 'Bao, Zhengxi',\n", - " 'Wang, Tongxin',\n", - " 'Liu, Shuang',\n", - " 'Huang, Feiruo'],\n", - " 'title': ['PGC-1α Promotes Ureagenesis in Mouse Periportal Hepatocytes through SIRT3 and SIRT5 in Response to Glucagon']},\n", - " {'bibcode': '2016NatCo...713896T',\n", - " 'author': ['Tripathi, Deepak',\n", - " 'Venkatasubramanian, Sambasivan',\n", - " 'Cheekatla, Satyanarayana S.',\n", - " 'Paidipally, Padmaja',\n", - " 'Welch, Elwyn',\n", - " 'Tvinnereim, Amy R.',\n", - " 'Vankayalapati, Ramakrishna'],\n", - " 'title': ['A TLR9 agonist promotes IL-22-dependent pancreatic islet allograft survival in type 1 diabetic mice']},\n", - " {'bibcode': '2014SPIE.8947E..0CO',\n", - " 'author': ['Otsuka, Yoichi',\n", - " 'Satoh, Shuya',\n", - " 'Kyogaku, Masafumi',\n", - " 'Hashimoto, Hiroyuki',\n", - " 'Itoh, Kazuyoshi',\n", - " 'Ozeki, Yasuyuki'],\n", - " 'title': ['High-speed stimulated Raman spectral imaging for digital staining of mouse cancer tissues']},\n", - " {'bibcode': '1947Natur.160..565P',\n", - " 'author': ['Passey, R. D.',\n", - " 'Dmochowski, L.',\n", - " 'Astbury, W. T.',\n", - " 'Reed, R.'],\n", - " 'title': ['Electron Microscope Studies of Normal and Malignant Tissues of High- and Low-Breast-Cancer Strains of Mice']},\n", - " {'bibcode': '2008PNAS..10515172L',\n", - " 'author': ['Lamia, Katja A.', 'Storch, Kai-Florian', 'Weitz, Charles J.'],\n", - " 'title': ['From the Cover: Physiological significance of a peripheral tissue circadian clock']},\n", - " {'bibcode': '1997HETox..16....3G',\n", - " 'author': ['Green, Trevor'],\n", - " 'title': ['Methylene chloride induced mouse liver and lung tumours: An overview of the role of mechanistic studies in human safety assessment']},\n", - " {'bibcode': '2021JNEng..18d4002G',\n", - " 'author': ['Garrett, Aliesha',\n", - " 'Rakhilin, Nikolai',\n", - " 'Wang, Nian',\n", - " 'McKey, Jennifer',\n", - " 'Cofer, Gary',\n", - " 'Anderson, Robert BJ',\n", - " 'Capel, Blanche',\n", - " 'Johnson, G. Allan',\n", - " 'Shen, Xiling'],\n", - " 'title': ['Mapping the peripheral nervous system in the whole mouse via compressed sensing tractography']},\n", - " {'bibcode': '2020NatSR..1013334J',\n", - " 'author': ['Jiang, Dahai', 'Lee, Hungyen', 'Pardridge, William M.'],\n", - " 'title': ['Plasmid DNA gene therapy of the Niemann-Pick C1 mouse with transferrin receptor-targeted Trojan horse liposomes']},\n", - " {'bibcode': '2022BioMa..17a5013M',\n", - " 'author': ['Moradi, Elham',\n", - " 'Naserzadeh, Parvaneh',\n", - " 'Brouki Millan, Peiman',\n", - " 'Ashtari, Behnaz'],\n", - " 'title': ['Selective cytotoxicity mechanisms and biodistribution of diamond nanoparticles on the skin cancer in C57 mouse']},\n", - " {'bibcode': '2017NatSR...715246M',\n", - " 'author': ['Ma, Wen-Tao',\n", - " 'Liu, Qing-Zhi',\n", - " 'Yang, Jing-Bo',\n", - " 'Yang, Yan-Qing',\n", - " 'Zhao, Zhi-Bin',\n", - " 'Ma, Hong-Di',\n", - " 'Gershwin, M. Eric',\n", - " 'Lian, Zhe-Xiong'],\n", - " 'title': ['A Mouse Model of Autoimmune Cholangitis via Syngeneic Bile Duct Protein Immunization']},\n", - " {'bibcode': '2015Natur.517..360B',\n", - " 'author': ['Barzel, A.',\n", - " 'Paulk, N. K.',\n", - " 'Shi, Y.',\n", - " 'Huang, Y.',\n", - " 'Chu, K.',\n", - " 'Zhang, F.',\n", - " 'Valdmanis, P. N.',\n", - " 'Spector, L. P.',\n", - " 'Porteus, M. H.',\n", - " 'Gaensler, K. M.',\n", - " 'Kay, M. A.'],\n", - " 'title': ['Promoterless gene targeting without nucleases ameliorates haemophilia B in mice']},\n", - " {'bibcode': '1983PNAS...80.2723D',\n", - " 'author': ['Datta, Syamal K.', 'Stollar, B. David', 'Schwartz, Robert S.'],\n", - " 'title': ['Normal Mice Express Idiotypes Related to Autoantibody Idiotypes of Lupus Mice']},\n", - " {'bibcode': '1998PNAS...95..310P',\n", - " 'author': ['Petersen, Joerg',\n", - " 'Dandri, Maura',\n", - " 'Gupta, Sanjeev',\n", - " 'Rogler, Charles E.'],\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': '1993PNAS...90..104M',\n", - " 'author': ['Mocarski, Edward S.',\n", - " 'Bonyhadi, Mark',\n", - " 'Salimi, Suzan',\n", - " 'McCune, Joseph M.',\n", - " 'Kaneshima, Hideto'],\n", - " 'title': ['Human cytomegalovirus in a SCID-hu mouse: thymic epithelial cells are prominent targets of viral replication.']},\n", - " {'bibcode': '2010PNAS..10720816T',\n", - " 'author': ['Thanopoulou, Kalliopi',\n", - " 'Fragkouli, Apostolia',\n", - " 'Stylianopoulou, Fotini',\n", - " 'Georgopoulos, Spiros'],\n", - " 'title': ['Scavenger receptor class B type I (SR-BI) regulates perivascular macrophages and modifies amyloid pathology in an Alzheimer mouse model']},\n", - " {'bibcode': '1979PNAS...76..962G',\n", - " 'author': ['Golde, D. W.',\n", - " 'Bersch, N.',\n", - " 'Friend, C.',\n", - " 'Tsuei, D.',\n", - " 'Marovitz, W.'],\n", - " 'title': ['Transformation of DBA/2 mouse fetal liver cells infected in vitro by the anemic strain of Friend leukemia virus.']},\n", - " {'bibcode': '2003JThBi.221..349B',\n", - " 'author': ['Bocharov, Gennady', 'Klenerman, Paul', 'Ehl, Stephan'],\n", - " 'title': ['Modelling the Dynamics of LCMV Infection in Mice: II. Compartmental Structure and Immunopathology']},\n", - " {'bibcode': '2014NatSR...4E6894L',\n", - " 'author': ['Liu, Su',\n", - " 'Guo, Xuechao',\n", - " 'Wu, Bing',\n", - " 'Yu, Haiyan',\n", - " 'Zhang, Xuxiang',\n", - " 'Li, Mei'],\n", - " 'title': ['Arsenic induces diabetic effects through beta-cell dysfunction and increased gluconeogenesis in mice']},\n", - " {'bibcode': '2021NatSR..1119614N',\n", - " 'author': ['Nickl, Bernadette', 'Qadri, Fatimunnisa', 'Bader, Michael'],\n", - " 'title': ['Anti-inflammatory role of Gpnmb in adipose tissue of mice']},\n", - " {'bibcode': '2016NatSR...636353J',\n", - " 'author': ['Jothery, Aqeel H. Al',\n", - " 'Vaanholt, Lobke M.',\n", - " 'Mody, Nimesh',\n", - " 'Arnous, Anis',\n", - " 'Lykkesfeldt, Jens',\n", - " 'Bünger, Lutz',\n", - " 'Hill, William G.',\n", - " 'Mitchell, Sharon E.',\n", - " 'Allison, David B.',\n", - " 'Speakman, John R.'],\n", - " 'title': ['Oxidative costs of reproduction in mouse strains selected for different levels of food intake and which differ in reproductive performance']},\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", - " 'title': ['Fast detection of choline-containing metabolites in liver using 2D 1H- 14N three-bond correlation (HN3BC) spectroscopy']},\n", - " {'bibcode': '1950Sci...111..149F',\n", - " 'author': ['Feinstein, Robert N.',\n", - " 'Butler, Carrie L.',\n", - " 'Hendley, Daniel D.'],\n", - " 'title': ['Effect of Whole Body X-Radiation and of Intraperitoneal Hydrogen Peroxide on Mouse Liver Catalase']},\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", - " 'title': ['Glutamate dehydrogenase activator BCH stimulating reductive amination prevents high fat/high fructose diet-induced steatohepatitis and hyperglycemia in C57BL/6J mice']},\n", - " {'bibcode': '2018NatSR...810175R',\n", - " 'author': ['Rajapaksha, Indu G.',\n", - " 'Mak, Kai Y.',\n", - " 'Huang, Ping',\n", - " 'Burrell, Louise M.',\n", - " 'Angus, Peter W.',\n", - " 'Herath, Chandana B.'],\n", - " 'title': ['The small molecule drug diminazene aceturate inhibits liver injury and biliary fibrosis in mice']},\n", - " {'bibcode': '2015NatSR...5E8777L',\n", - " 'author': ['Lorbek, Gregor',\n", - " 'Perše, Martina',\n", - " 'Jeruc, Jera',\n", - " 'Juvan, Peter',\n", - " 'Gutierrez-Mariscal, Francisco M.',\n", - " 'Lewinska, Monika',\n", - " 'Gebhardt, Rolf',\n", - " 'Keber, Rok',\n", - " 'Horvat, Simon',\n", - " 'Björkhem, Ingemar',\n", - " 'Rozman, Damjana'],\n", - " 'title': ['Lessons from Hepatocyte-Specific Cyp51 Knockout Mice: Impaired Cholesterol Synthesis Leads to Oval Cell-Driven Liver Injury']},\n", - " {'bibcode': '2022NatSR..1215161L',\n", - " 'author': ['Liu, Yiqiao',\n", - " 'Gargesha, Madhusudhana',\n", - " 'Scott, Bryan',\n", - " 'Tchilibou Wane, Arthure Olivia',\n", - " 'Wilson, David L.'],\n", - " 'title': ['Deep learning multi-organ segmentation for whole mouse cryo-images including a comparison of 2D and 3D deep networks']},\n", - " {'bibcode': '2020NatSR..10.9714R',\n", - " 'author': ['Reddy, Priyanka',\n", - " 'Hemsworth, Joanne',\n", - " 'Guthridge, Kathryn M.',\n", - " 'Vinh, Antony',\n", - " 'Vassiliadis, Simone',\n", - " 'Ezernieks, Vilnis',\n", - " 'Spangenberg, German C.',\n", - " 'Rochfort, Simone J.'],\n", - " 'title': ['Ergot alkaloid mycotoxins: physiological effects, metabolism and distribution of the residual toxin in mice']},\n", - " {'bibcode': '2017NatSR...741874D',\n", - " 'author': ['Delhove, Juliette M. K. M.',\n", - " 'Buckley, Suzanne M. K.',\n", - " 'Perocheau, Dany P.',\n", - " 'Karda, Rajvinder',\n", - " 'Arbuthnot, Patrick',\n", - " 'Henderson, Neil C.',\n", - " 'Waddington, Simon N.',\n", - " 'McKay, Tristan R.'],\n", - " 'title': ['Longitudinal in vivo bioimaging of hepatocyte transcription factor activity following cholestatic liver injury in mice']},\n", - " {'bibcode': '2022NatSR..1217558C',\n", - " 'author': ['Claeys, Wouter',\n", - " 'Van Hoecke, Lien',\n", - " 'Geerts, Anja',\n", - " 'Van Vlierberghe, Hans',\n", - " 'Lefere, Sander',\n", - " 'Van Imschoot, Griet',\n", - " 'Van Wonterghem, Elien',\n", - " 'Ghesquière, Bart',\n", - " 'Vandenbroucke, Roosmarijn E.',\n", - " 'Van Steenkiste, Christophe'],\n", - " 'title': ['A mouse model of hepatic encephalopathy: bile duct ligation induces brain ammonia overload, glial cell activation and neuroinflammation']},\n", - " {'bibcode': '2021SPIE11630E..1QM',\n", - " 'author': ['Mukherjee, P.',\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", - " 'Abd El-Sadek, I. G.',\n", - " 'Makita, S.',\n", - " 'Matsusaka, S.',\n", - " 'Oshika, T.',\n", - " 'Kano, H.',\n", - " 'Yasuno, Y.'],\n", - " 'title': ['Volumetric multi-contrast dynamics imaging for ex vivo liver microvasculature activity visualization using Jones matrix optical coherence tomography']},\n", - " {'bibcode': '2011PLoSO...627553Z',\n", - " 'author': ['Zhang, Fang',\n", - " 'Xu, Xiang',\n", - " 'Zhou, Ben',\n", - " 'He, Zhishui',\n", - " 'Zhai, Qiwei'],\n", - " 'title': ['Gene Expression Profile Change and Associated Physiological and Pathological Effects in Mouse Liver Induced by Fasting and Refeeding']},\n", - " {'bibcode': '2007PNAS..104.4506S',\n", - " 'author': ['Settembre, Carmine',\n", - " 'Annunziata, Ida',\n", - " 'Spampanato, Carmine',\n", - " 'Zarcone, Daniela',\n", - " 'Cobellis, Gilda',\n", - " 'Nusco, Edoardo',\n", - " 'Zito, Ester',\n", - " 'Tacchetti, Carlo',\n", - " 'Cosma, Maria Pia',\n", - " 'Ballabio, Andrea'],\n", - " 'title': ['Systemic inflammation and neurodegeneration in a mouse model of multiple sulfatase deficiency']},\n", - " {'bibcode': '2017NatSR...7..314T',\n", - " 'author': ['Tong, Shiwen',\n", - " 'Liu, Guangze',\n", - " 'Li, Minghong',\n", - " 'Li, Xiumei',\n", - " 'Liu, Qian',\n", - " 'Peng, Hong',\n", - " 'Li, Shiying',\n", - " 'Ren, Hong',\n", - " 'Yin, Wenwei'],\n", - " 'title': ['Natural killer cell activation contributes to hepatitis B viral control in a mouse model']},\n", - " {'bibcode': '2017NatSR...7.1898C',\n", - " 'author': ['Cartland, Siân P.',\n", - " 'Harith, Hanis H.',\n", - " 'Genner, Scott W.',\n", - " 'Dang, Lei',\n", - " 'Cogger, Victoria C.',\n", - " 'Vellozzi, Melissa',\n", - " 'Di Bartolo, Belinda A.',\n", - " 'Thomas, Shane R.',\n", - " 'Adams, Leon A.',\n", - " 'Kavurma, Mary M.'],\n", - " 'title': ['Non-alcoholic fatty liver disease, vascular inflammation and insulin resistance are exacerbated by TRAIL deletion in mice']},\n", - " {'bibcode': '2002EnvMM..40..216Y',\n", - " 'author': ['Yatagai, Fumio',\n", - " 'Kurobe, Toshihiro',\n", - " 'Nohmi, Takehiko',\n", - " 'Masumura, Ken-ichi',\n", - " 'Tsukada, Teruyo',\n", - " 'Yamaguchi, Hirotake',\n", - " 'Kasai-Eguchi, Kiyomi',\n", - " 'Fukunishi, Nobuhisa'],\n", - " 'title': ['Heavy‑ion‑induced mutations in the gpt delta transgenic mouse: Effect of p53 gene knockout']},\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", - " 'title': ['Bisphenol A Exposure May Induce Hepatic Lipid Accumulation via Reprogramming the DNA Methylation Patterns of Genes Involved in Lipid Metabolism']},\n", - " {'bibcode': '1970Natur.227..710L',\n", - " 'author': ['Lim, L.', 'Canellakis, E. S.'],\n", - " 'title': ['Adenine-rich Polymer associated with Rabbit Reticulocyte Messenger RNA']},\n", - " {'bibcode': '2013Natur.501..237D',\n", - " 'author': ['Dorner, Marcus',\n", - " 'Horwitz, Joshua A.',\n", - " 'Donovan, Bridget M.',\n", - " 'Labitt, Rachael N.',\n", - " 'Budell, William C.',\n", - " 'Friling, Tamar',\n", - " 'Vogt, Alexander',\n", - " 'Catanese, Maria Teresa',\n", - " 'Satoh, Takashi',\n", - " 'Kawai, Taro',\n", - " 'Akira, Shizuo',\n", - " 'Law, Mansun',\n", - " 'Rice, Charles M.',\n", - " 'Ploss, Alexander'],\n", - " 'title': ['Completion of the entire hepatitis C virus life cycle in genetically humanized mice']},\n", - " {'bibcode': '2001PNAS...98.2676J',\n", - " 'author': ['Jung, Sung-Chul',\n", - " 'Han, Ina P.',\n", - " 'Limaye, Advait',\n", - " 'Xu, Ruian',\n", - " 'Gelderman, Monique P.',\n", - " 'Zerfas, Patricia',\n", - " 'Tirumalai, Kamala',\n", - " 'Murray, Gary J.',\n", - " 'During, Matthew J.',\n", - " 'Brady, Roscoe O.',\n", - " 'Qasba, Pankaj'],\n", - " 'title': ['Adeno-associated viral vector-mediated gene transfer results in long-term enzymatic and functional correction in multiple organs of Fabry mice']},\n", - " {'bibcode': '2020NatSR..1012785W',\n", - " 'author': ['Wang, Jiani',\n", - " 'Ortiz, Christina',\n", - " 'Fontenot, Lindsey',\n", - " 'Mukhopadhyay, Riya',\n", - " 'Xie, Ying',\n", - " 'Law, Ivy Ka Man',\n", - " 'Shih, David Q.',\n", - " 'Mattai, S. Anjani',\n", - " 'Li, Zhaoping',\n", - " 'Koon, Hon Wai'],\n", - " 'title': ['Elafin inhibits obesity, hyperglycemia, and liver steatosis in high-fat diet-treated male mice']},\n", - " {'bibcode': '2016NatSR...628556K',\n", - " 'author': ['Kozik, Jan-Hendrik',\n", - " 'Trautmann, Tanja',\n", - " 'Carambia, Antonella',\n", - " 'Preti, Max',\n", - " 'Lütgehetmann, Marc',\n", - " 'Krech, Till',\n", - " 'Wiegard, Christiane',\n", - " 'Heeren, Joerg',\n", - " 'Herkel, Johannes'],\n", - " 'title': ['Attenuated viral hepatitis in Trem1-/- mice is associated with reduced inflammatory activity of neutrophils']},\n", - " {'bibcode': '1983Sci...219...63W',\n", - " 'author': ['Wing, Keith D.', 'Glickman, Andrew H.', 'Casida, John E.'],\n", - " 'title': ['Oxidative Bioactivation of S-Alkyl Phosphorothiolate Pesticides: Stereospecificity of Profenofos Insecticide Activation']},\n", - " {'bibcode': '2012EnTox..27..277B',\n", - " 'author': ['Bazin, Emmanuelle',\n", - " 'Huet, Sylvie',\n", - " 'Jarry, Gérard',\n", - " 'Hégarat, Ludovic Le',\n", - " 'Munday, John S.',\n", - " 'Humpage, Andrew R.',\n", - " 'Fessard, Valérie'],\n", - " 'title': ['Cytotoxic and genotoxic effects of cylindrospermopsin in mice treated by gavage or intraperitoneal injection']},\n", - " {'bibcode': '2021NatSR..11.5659M',\n", - " 'author': ['Muchenditsi, Abigael',\n", - " 'Talbot, C. Conover',\n", - " 'Gottlieb, Aline',\n", - " 'Yang, Haojun',\n", - " 'Kang, Byunghak',\n", - " 'Boronina, Tatiana',\n", - " 'Cole, Robert',\n", - " 'Wang, Li',\n", - " 'Dev, Som',\n", - " 'Hamilton, James P.',\n", - " 'Lutsenko, Svetlana'],\n", - " 'title': [\"Systemic deletion of Atp7b modifies the hepatocytes' response to copper overload in the mouse models of Wilson disease\"]},\n", - " {'bibcode': '1988Sci...242.1409D',\n", - " 'author': ['Dycaico, Mark J.',\n", - " 'Grant, Seth G. N.',\n", - " 'Felts, Katherine',\n", - " 'Nichols, W. Stephen',\n", - " 'Geller, Stephen A.',\n", - " 'Hager, Jeffrey H.',\n", - " 'Pollard, Amy J.',\n", - " 'Kohler, Steven W.',\n", - " 'Short, Heidi P.',\n", - " 'Jirik, Frank R.',\n", - " 'Hanahan, Douglas',\n", - " 'Sorge, Joseph A.'],\n", - " 'title': ['Neonatal Hepatitis Induced by α 1-Antitrypsin: A Transgenic Mouse Model']},\n", - " {'bibcode': '1987PNAS...84.2668K',\n", - " 'author': ['Kuchino, Yoshiyuki',\n", - " 'Beier, Hildburg',\n", - " 'Akita, Noriko',\n", - " 'Nishimura, Susumu'],\n", - " 'title': ['Natural UAG suppressor glutamine tRNA is elevated in mouse cells infected with Moloney murine leukemia virus.']},\n", - " {'bibcode': '1992PNAS...89.8477D',\n", - " 'author': ['Donaldson, Robert W.', 'Cohen, Stanley'],\n", - " 'title': ['Epidermal growth factor stimulates tyrosine phosphorylation in the neonatal mouse: association of a M(r) 55,000 substrate with the receptor.']},\n", - " {'bibcode': '2002PNAS...99.4602K',\n", - " 'author': ['Kim, Hyung-Suk',\n", - " 'Lee, Gene',\n", - " 'John, Simon W. M.',\n", - " 'Maeda, Nobuyo',\n", - " 'Smithies, Oliver'],\n", - " 'title': ['Molecular phenotyping for analyzing subtle genetic effects in mice: Application to an angiotensinogen gene titration']},\n", - " {'bibcode': '2020NatSR..1012778S',\n", - " 'author': ['Simard, Jean-Christophe',\n", - " 'Thibodeau, Jean-François',\n", - " 'Leduc, Martin',\n", - " 'Tremblay, Mikael',\n", - " 'Laverdure, Alexandre',\n", - " 'Sarra-Bournet, François',\n", - " 'Gagnon, William',\n", - " 'Ouboudinar, Jugurtha',\n", - " 'Gervais, Liette',\n", - " 'Felton, Alexandra',\n", - " 'Letourneau, Sylvie',\n", - " 'Geerts, Lilianne',\n", - " 'Cloutier, Marie-Pier',\n", - " 'Hince, Kathy',\n", - " 'Corpuz, Ramon',\n", - " 'Blais, Alexandra',\n", - " 'Quintela, Vanessa Marques',\n", - " 'Duceppe, Jean-Simon',\n", - " 'Abbott, Shaun D.',\n", - " 'Blais, Amélie',\n", - " 'Zacharie, Boulos',\n", - " 'Laurin, Pierre',\n", - " 'Laplante, Steven R.',\n", - " 'Kennedy, Christopher R. J.',\n", - " 'Hébert, Richard L.',\n", - " 'Leblond, François A.',\n", - " 'Grouix, Brigitte',\n", - " 'Gagnon, Lyne'],\n", - " 'title': ['Fatty acid mimetic PBI-4547 restores metabolic homeostasis via GPR84 in mice with non-alcoholic fatty liver disease']},\n", - " {'bibcode': '2015NatSR...5.7973L',\n", - " 'author': ['Liu, Min',\n", - " 'Xu, Lina',\n", - " 'Yin, Lianhong',\n", - " 'Qi, Yan',\n", - " 'Xu, Youwei',\n", - " 'Han, Xu',\n", - " 'Zhao, Yanyan',\n", - " 'Sun, Huijun',\n", - " 'Yao, Jihong',\n", - " 'Lin, Yuan',\n", - " 'Liu, Kexin',\n", - " 'Peng, Jinyong'],\n", - " 'title': ['Potent effects of dioscin against obesity in mice']},\n", - " {'bibcode': '2023NatSR..13.4632P',\n", - " 'author': ['Porukala, Manisri', 'Vinod, P. K.'],\n", - " 'title': ['Network-level analysis of ageing and its relationship with diseases and tissue regeneration in the mouse liver']},\n", - " {'bibcode': '2022NatSD...9..418T',\n", - " 'author': ['Tang, Ho Man',\n", - " 'Talbot, C. Conover',\n", - " 'Fung, Ming Chiu',\n", - " 'Tang, Ho Lam'],\n", - " 'title': ['Transcriptomic study of anastasis for reversal of ethanol-induced apoptosis in mouse primary liver cells']},\n", - " {'bibcode': '1985PNAS...82.1451J',\n", - " 'author': ['Jaenisch, Rudolf', 'Schnieke, Angelika', 'Harbers, Klaus'],\n", - " 'title': ['Treatment of mice with 5-azacytidine efficiently activates silent retroviral genomes in different tissues.']},\n", - " {'bibcode': '1994PNAS...91.8817M',\n", - " 'author': ['Matzuk, M. M.',\n", - " 'Finegold, M. J.',\n", - " 'Mather, J. P.',\n", - " 'Krummen, L.',\n", - " 'Lu, H.',\n", - " 'Bradley, A.'],\n", - " 'title': ['Development of cancer cachexia-like syndrome and adrenal tumors in inhibin-deficient mice.']},\n", - " {'bibcode': '2019NatSR...914594S',\n", - " 'author': ['Serrano, D.',\n", - " 'Crookshank, J. A.',\n", - " 'Morgan, B. S.',\n", - " 'Mueller, R. W.',\n", - " 'Paré, M. -F.',\n", - " 'Marandi, L.',\n", - " 'Poussier, P.',\n", - " 'Scott, F. W.'],\n", - " 'title': ['Dysregulated liver lipid metabolism and innate immunity associated with hepatic steatosis in neonatal BBdp rats and NOD mice']},\n", - " {'bibcode': '1985Natur.313..600O',\n", - " 'author': ['Ornitz, David M.',\n", - " 'Palmiter, Richard D.',\n", - " 'Hammer, Robert E.',\n", - " 'Brinster, Ralph L.',\n", - " 'Swift, Galvin H.',\n", - " 'MacDonald, Raymond J.'],\n", - " 'title': ['Specific expression of an elastase-human growth hormone fusion gene in pancreatic acinar cells of transgenic mice']},\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", - " 'title': ['Tumour exosome integrins determine organotropic metastasis']},\n", - " {'bibcode': '2006PNAS..10318249S',\n", - " 'author': ['Salido, Eduardo C.',\n", - " 'Li, Xiao M.',\n", - " 'Lu, Yang',\n", - " 'Wang, Xia',\n", - " 'Santana, Alfredo',\n", - " 'Roy-Chowdhury, Namita',\n", - " 'Torres, Armando',\n", - " 'Shapiro, Larry J.',\n", - " 'Roy-Chowdhury, Jayanta'],\n", - " 'title': ['Alanine-glyoxylate aminotransferase-deficient mice, a model for primary hyperoxaluria that responds to adenoviral gene transfer']},\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", - " 'title': ['From the Cover: Circadian acetylome reveals regulation of mitochondrial metabolic pathways']},\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", - " 'title': ['Transcriptional activation by the thyroid hormone receptor through ligand-dependent receptor recruitment and chromatin remodelling']},\n", - " {'bibcode': '1977Natur.265..354Z',\n", - " 'author': ['Zimmerman, E. F.', 'Voorting-Hawking, M.', 'Michael, J. G.'],\n", - " 'title': ['Immunosuppression by mouse sialylated α-foetoprotein']},\n", - " {'bibcode': '2019NatSR...914539M',\n", - " 'author': ['Martines, Anne-Claire M. F.',\n", - " 'Gerding, Albert',\n", - " 'Stolle, Sarah',\n", - " 'Vieira-Lara, Marcel A.',\n", - " 'Wolters, Justina C.',\n", - " 'Jurdzinski, Angelika',\n", - " 'Bongiovanni, Laura',\n", - " 'de Bruin, Alain',\n", - " 'van der Vlies, Pieter',\n", - " 'van der Vries, Gerben',\n", - " 'Bloks, Vincent W.',\n", - " 'Derks, Terry G. J.',\n", - " 'Reijngoud, Dirk-Jan',\n", - " 'Bakker, Barbara M.'],\n", - " 'title': ['Transcriptome analysis suggests a compensatory role of the cofactors coenzyme A and NAD+ in medium-chain acyl-CoA dehydrogenase knockout mice']},\n", - " {'bibcode': '2018Heliy...400772T',\n", - " 'author': ['Toda, Katsumi',\n", - " 'Toda, Akiko',\n", - " 'Ono, Masafumi',\n", - " 'Saibara, Toshiji'],\n", - " 'title': ['Lack of 17β-estradiol reduces sensitivity to insulin in the liver and muscle of male mice']},\n", - " {'bibcode': '1976PNAS...73.1693D',\n", - " 'author': ['Demars, Robert',\n", - " 'Levan, Susan L.',\n", - " 'Trend, Beth L.',\n", - " 'Russell, Liane B.'],\n", - " 'title': ['Abnormal ornithine carbamoyltransferase in mice having the sparse-fur mutation.']},\n", - " {'bibcode': '1993PNAS...90.3626G',\n", - " 'author': ['Georgatsou, Elena', 'Bourgarel, Pierre', 'Meo, Tommaso'],\n", - " 'title': ['Male-specific expression of mouse sex-limited protein requires growth hormone, not testosterone.']},\n", - " {'bibcode': '2023PNAS..12011755R',\n", - " 'author': ['Razzoli, Maria',\n", - " 'Nyuyki-Dufe, Kewir',\n", - " 'Chen, Brian H.',\n", - " 'Bartolomucci, Alessandro'],\n", - " 'title': ['Contextual modifiers of healthspan, lifespan, and epigenome in mice under chronic social stress']},\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", - " 'title': ['Chronic intake of high dietary sucrose induces sexually dimorphic metabolic adaptations in mouse liver and adipose tissue']},\n", - " {'bibcode': '1963RadR...20..510S',\n", - " 'author': ['Stevens, Walter', 'Berliner, David L.'],\n", - " 'title': ['The Effect of X-Irradiation on the Conjugation of Steroids by Mouse Liver and Kidney']},\n", - " {'bibcode': '1971PNAS...68.2032C',\n", - " 'author': ['Condamine, Hubert', 'Custer, R. Philip', 'Mintz, Beatrice'],\n", - " 'title': ['Pure-Strain and Genetically Mosaic Liver Tumors Histochemically Identified with the β -glucuronidase Marker in Allophenic Mice']},\n", - " {'bibcode': '2018NatSR...812142H',\n", - " 'author': ['Hamid, Zeeshan', 'Summa, Maria', 'Armirotti, Andrea'],\n", - " 'title': ['A Swath Label-Free Proteomics insight into the Faah-/- Mouse Liver']},\n", - " {'bibcode': '2006PNAS..103.7165M',\n", - " 'author': ['Morani, Andrea',\n", - " 'Barros, Rodrigo P. A.',\n", - " 'Imamov, Otabek',\n", - " 'Hultenby, Kjell',\n", - " 'Arner, Anders',\n", - " 'Warner, Margaret',\n", - " 'Gustafsson, Jan-Åke'],\n", - " 'title': ['Lung dysfunction causes systemic hypoxia in estrogen receptor β knockout (ERβ−/−) mice']},\n", - " {'bibcode': '2002PNAS...9916197S',\n", - " 'author': ['Sakata, Yasuhiko',\n", - " 'Kamei, Caramai N.',\n", - " 'Nakagami, Hironori',\n", - " 'Bronson, Roderick',\n", - " 'Liao, James K.',\n", - " 'Chin, Michael T.'],\n", - " 'title': ['Ventricular septal defect and cardiomyopathy in mice lacking the transcription factor CHF1/Hey2']},\n", - " {'bibcode': '1999PNAS...96.1585Q',\n", - " 'author': ['Qi, Chao',\n", - " 'Zhu, Yijun',\n", - " 'Pan, Jie',\n", - " 'Yeldandi, Anjana V.',\n", - " 'Rao, M. Sambasiva',\n", - " 'Maeda, Nobuyo',\n", - " 'Subbarao, V.',\n", - " 'Pulikuri, Sujata',\n", - " 'Hashimoto, Takashi',\n", - " 'Reddy, Janardan K.'],\n", - " 'title': ['Mouse Steroid Receptor Coactivator-1 Is Not Essential for Peroxisome Proliferator-Activated Receptor α -regulated Gene Expression']},\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", - " '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", - " 'title': ['Mesothelial cells give rise to hepatic stellate cells and myofibroblasts via mesothelial-mesenchymal transition in liver injury']},\n", - " {'bibcode': '1979Natur.278..548T',\n", - " 'author': ['Tóth, K.', 'Somfai-Relle, Susan', 'Sugár, J.', 'Bence, Judit'],\n", - " 'title': ['Carcinogenicity testing of herbicide 2,4,5-trichlorophenoxyethanol containing dioxin and of pure dioxin in Swiss mice']},\n", - " {'bibcode': '2023Heliy...918627C',\n", - " 'author': ['Chen, Jen-Lung',\n", - " 'Cheng, Tzu-Ting',\n", - " 'Huang, Chien-Chi',\n", - " 'Chang, Hsin-Hou',\n", - " 'Lam, Chen-Fuh'],\n", - " 'title': ['Dual phenotypic characteristics of P-selectin in a mouse model of hemorrhagic shock and hepatectomy']},\n", - " {'bibcode': '1975Natur.258...76G',\n", - " 'author': ['Gresser, Ion',\n", - " 'Tovey, Michael G.',\n", - " 'Maury, Chantal',\n", - " 'Chouroulinkov, Ivan'],\n", - " 'title': ['Lethality of interferon preparations for newborn mice']},\n", - " {'bibcode': '1996PNAS...93.7821R',\n", - " 'author': ['Rankin, John A.',\n", - " 'Picarella, Dominic E.',\n", - " 'Geba, Gregory P.',\n", - " 'Temann, U. -Angela',\n", - " 'Prasad, Bhagi',\n", - " 'Dicosmo, Bruno',\n", - " 'Tarallo, Antonella',\n", - " 'Stripp, Barry',\n", - " 'Whitsett, Jeffrey',\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", - " 'title': ['Phenotypic and physiologic characterization of transgenic mice expressing interleukin 4 in the lung: lymphocytic and eosinophilic inflammation without airway hyperreactivity.']},\n", - " {'bibcode': '2006PNAS..103.6275S',\n", - " 'author': ['Smith, Andrew D.',\n", - " 'Sumazin, Pavel',\n", - " 'Xuan, Zhenyu',\n", - " 'Zhang, Michael Q.'],\n", - " 'title': ['DNA motifs in human and mouse proximal promoters predict tissue-specific expression']},\n", - " {'bibcode': '2017NatSR...715167K',\n", - " 'author': ['Kano, Fumi', 'Noguchi, Yoshiyuki', 'Murata, Masayuki'],\n", - " 'title': ['Establishment and phenotyping of disease model cells created by cell-resealing technique']},\n", - " {'bibcode': '1993PNAS...90.4485L',\n", - " 'author': ['Lowe, Carolyn',\n", - " 'Yoneda, Toshiyuki',\n", - " 'Boyce, Brendan F.',\n", - " 'Chen, Hong',\n", - " 'Mundy, Gregory R.',\n", - " 'Soriano, Philippe'],\n", - " 'title': ['Osteopetrosis in Src-deficient mice is due to an autonomous defect of osteoclasts.']},\n", - " {'bibcode': '2015NatSR...515643L',\n", - " 'author': ['Lee, Sang Gil',\n", - " 'Lee, Chan Gyu',\n", - " 'Wu, Hong Min',\n", - " 'Oh, Choong Sik',\n", - " 'Chung, So Won',\n", - " 'Kim, Sang Geon'],\n", - " 'title': ['A load of mice to hypergravity causes AMPKα repression with liver injury, which is overcome by preconditioning loads via Nrf2']},\n", - " {'bibcode': '1961Natur.190..646D',\n", - " 'author': ['Dawes, Ben'],\n", - " 'title': ['Juvenile Stages of Fasciola hepatica in the Liver of the Mouse']},\n", - " {'bibcode': '2016NatSR...630343T',\n", - " 'author': ['Terao, Mineko',\n", - " 'Barzago, Maria Monica',\n", - " 'Kurosaki, Mami',\n", - " 'Fratelli, Maddalena',\n", - " 'Bolis, Marco',\n", - " 'Borsotti, Andrea',\n", - " 'Bigini, Paolo',\n", - " 'Micotti, Edoardo',\n", - " 'Carli, Mirjana',\n", - " 'Invernizzi, Roberto William',\n", - " 'Bagnati, Renzo',\n", - " 'Passoni, Alice',\n", - " 'Pastorelli, Roberta',\n", - " 'Brunelli, Laura',\n", - " 'Toschi, Ivan',\n", - " 'Cesari, Valentina',\n", - " 'Sanoh, Seigo',\n", - " 'Garattini, Enrico'],\n", - " 'title': ['Mouse aldehyde-oxidase-4 controls diurnal rhythms, fat deposition and locomotor activity']},\n", - " {'bibcode': '2020NRL....15..141I',\n", - " 'author': ['Isoda, Katsuhiro',\n", - " 'Tanaka, Anju',\n", - " 'Fuzimori, Chisaki',\n", - " 'Echigoya, Miyuki',\n", - " 'Taira, Yuichiro',\n", - " 'Taira, Ikuko',\n", - " 'Shimizu, Yoshimi',\n", - " 'Akimoto, Yoshihiro',\n", - " 'Kawakami, Hayato',\n", - " 'Ishida, Isao'],\n", - " 'title': ['Toxicity of Gold Nanoparticles in Mice due to Nanoparticle/Drug Interaction Induces Acute Kidney Damage']},\n", - " {'bibcode': '2010JCAMD..24...23H',\n", - " 'author': ['Hu, Yongbo',\n", - " 'Unwalla, Ray',\n", - " 'Denny, R. Aldrin',\n", - " 'Bikker, Jack',\n", - " 'Di, Li',\n", - " 'Humblet, Christine'],\n", - " 'title': ['Development of QSAR models for microsomal stability: identification of good and bad structural features for rat, human and mouse microsomal stability']},\n", - " {'bibcode': '2023Heliy...913985G',\n", - " 'author': ['Gart, Eveline',\n", - " 'van Duyvenvoorde, Wim',\n", - " 'Snabel, Jessica M.',\n", - " 'de Ruiter, Christa',\n", - " 'Attema, Joline',\n", - " 'Caspers, Martien P. M.',\n", - " 'Lek, Serene',\n", - " 'van Heuven, Bertie Joan',\n", - " 'Speksnijder, Arjen G. C. L.',\n", - " 'Giera, Martin',\n", - " 'Menke, Aswin',\n", - " 'Salic, Kanita',\n", - " 'Bence, Kendra K.',\n", - " 'Tesz, Gregory J.',\n", - " 'Keijer, Jaap',\n", - " 'Kleemann, Robert',\n", - " 'Morrison, Martine C.'],\n", - " 'title': ['Translational characterization of the temporal dynamics of metabolic dysfunctions in liver, adipose tissue and the gut during diet-induced NASH development in Ldlr-/-.Leiden mice']},\n", - " {'bibcode': '1965Natur.205.1236N',\n", - " 'author': ['Nishizuka, Yasuaki', 'Nakakuki, Kazuya', 'Usui, Masahiko'],\n", - " 'title': ['Enhancing Effect of Thymectomy on Hepatotumorigenesis in Swiss Mice following Neonatal Injection of 20-Methylcholanthrene']},\n", - " {'bibcode': '2011PNAS..10815330X',\n", - " 'author': ['Xie, Xuefen',\n", - " 'Brown, Michael S.',\n", - " 'Shelton, John M.',\n", - " 'Richardson, James A.',\n", - " 'Goldstein, Joseph L.',\n", - " 'Liang, Guosheng'],\n", - " 'title': ['Amino acid substitution in NPC1 that abolishes cholesterol binding reproduces phenotype of complete NPC1 deficiency in mice']},\n", - " {'bibcode': '1987PNAS...84.3161B',\n", - " 'author': ['Bhat, Narayan K.',\n", - " 'Fisher, Robert J.',\n", - " 'Fujiwara, Shigeyoshi',\n", - " 'Ascione, Richard',\n", - " 'Papas, Takis S.'],\n", - " 'title': ['Temporal and tissue-specific expression of mouse ets genes.']},\n", - " {'bibcode': '2013PJAB...89...59T',\n", - " 'author': ['Tsuchiya, Yoshiki',\n", - " 'Minami, Itsunari',\n", - " 'Kadotani, Hiroshi',\n", - " 'Todo, Takeshi',\n", - " 'Nishida, Eisuke'],\n", - " 'title': ['Circadian clock-controlled diurnal oscillation of Ras/ERK signaling in mouse liver']},\n", - " {'bibcode': '2010PNAS..10717391F',\n", - " 'author': ['Fujikawa, Teppei',\n", - " 'Chuang, Jen-Chieh',\n", - " 'Sakata, Ichiro',\n", - " 'Ramadori, Giorgio',\n", - " 'Coppari, Roberto'],\n", - " 'title': ['Leptin therapy improves insulin-deficient type 1 diabetes by CNS-dependent mechanisms in mice']},\n", - " {'bibcode': '2015NatSR...510457A',\n", - " 'author': ['Aoki, Shiho',\n", - " 'Iwai, Atsushi',\n", - " 'Kawata, Koji',\n", - " 'Muramatsu, Daisuke',\n", - " 'Uchiyama, Hirofumi',\n", - " 'Okabe, Mitsuyasu',\n", - " 'Ikesue, Masahiro',\n", - " 'Maeda, Naoyoshi',\n", - " 'Uede, Toshimitsu'],\n", - " 'title': ['Oral administration of the Aureobasidium pullulans-derived β-glucan effectively prevents the development of high fat diet-induced fatty liver in mice']},\n", - " {'bibcode': '1992PNAS...8911867L',\n", - " 'author': ['Li, Yue-Ming', 'Casida, John E.'],\n", - " 'title': ['Cantharidin-binding protein: identification as protein phosphatase 2A.']},\n", - " {'bibcode': '1976Natur.264..517A',\n", - " 'author': ['Altenburger, Werner', 'Hörz, Wolfram', 'Zachau, Hans G.'],\n", - " 'title': ['Nuclease cleavage of chromatin at 100-nucleotide pair intervals']},\n", - " {'bibcode': '1989PNAS...86.5903T',\n", - " 'author': ['Tussey, Lynda', 'Felder, Michael R.'],\n", - " 'title': ['Tissue-specific genetic variation in the level of mouse alcohol dehydrogenase is controlled transcriptionally in kidney and posttranscriptionally in liver.']},\n", - " {'bibcode': '2015NatSR...517604K',\n", - " 'author': ['Kuba, Motoko',\n", - " 'Matsuzaka, Takashi',\n", - " 'Matsumori, Rie',\n", - " 'Saito, Ryo',\n", - " 'Kaga, Naoko',\n", - " 'Taka, Hikari',\n", - " 'Ikehata, Kei',\n", - " 'Okada, Naduki',\n", - " 'Kikuchi, Takuya',\n", - " 'Ohno, Hiroshi',\n", - " 'Han, Song-Iee',\n", - " 'Takeuchi, Yoshinori',\n", - " 'Kobayashi, Kazuto',\n", - " 'Iwasaki, Hitoshi',\n", - " 'Yatoh, Shigeru',\n", - " 'Suzuki, Hiroaki',\n", - " 'Sone, Hirohito',\n", - " 'Yahagi, Naoya',\n", - " 'Arakawa, Yoji',\n", - " 'Fujimura, Tsutomu',\n", - " 'Nakagawa, Yoshimi',\n", - " 'Yamada, Nobuhiro',\n", - " 'Shimano, Hitoshi'],\n", - " 'title': ['Absence of Elovl6 attenuates steatohepatitis but promotes gallstone formation in a lithogenic diet-fed Ldlr-/- mouse model']},\n", - " {'bibcode': '2020NatSR..10.8734B',\n", - " 'author': ['Batista, Leandro',\n", - " 'Jouvion, Gregory',\n", - " 'Simon-Chazottes, Dominique',\n", - " 'Houzelstein, Denis',\n", - " 'Burlen-Defranoux, Odile',\n", - " 'Boissière, Magali',\n", - " 'Tokuda, Satoko',\n", - " 'do Valle, Tania Zaverucha',\n", - " 'Cumano, Ana',\n", - " 'Flamand, Marie',\n", - " 'Montagutelli, Xavier',\n", - " 'Panthier, Jean-Jacques'],\n", - " 'title': ['Genetic dissection of Rift Valley fever pathogenesis: Rvfs2 locus on mouse chromosome 11 enables survival to early-onset hepatitis']},\n", - " {'bibcode': '2017NatSR...712911Y',\n", - " 'author': ['Yzydorczyk, Catherine',\n", - " 'Li, Na',\n", - " 'Chehade, Hassib',\n", - " 'Mosig, Dolores',\n", - " 'Bidho, Mickael',\n", - " 'Keshavjee, Basile',\n", - " 'Armengaud, Jean Baptiste',\n", - " 'Nardou, Katya',\n", - " 'Siddeek, Benazir',\n", - " 'Benahmed, Mohamed',\n", - " 'Vergely, Catherine',\n", - " 'Simeoni, Umberto'],\n", - " 'title': ['Transient postnatal overfeeding causes liver stress-induced premature senescence in adult mice']},\n", - " {'bibcode': '2023NatCo..14.3451B',\n", - " 'author': ['Brooks, Dominique L.',\n", - " 'Carrasco, Manuel J.',\n", - " 'Qu, Ping',\n", - " 'Peranteau, William H.',\n", - " 'Ahrens-Nicklas, Rebecca C.',\n", - " 'Musunuru, Kiran',\n", - " 'Alameh, Mohamad-Gabriel',\n", - " 'Wang, Xiao'],\n", - " 'title': ['Rapid and definitive treatment of phenylketonuria in variant-humanized mice with corrective editing']},\n", - " {'bibcode': '2022JSFA..102.6848X',\n", - " 'author': ['Xu, Xiaowei',\n", - " 'Liu, Shanji',\n", - " 'Zhao, Yu',\n", - " 'Wang, Mengqi',\n", - " 'Hu, Liehai',\n", - " 'Li, Wenjuan',\n", - " 'Xu, Hengyi'],\n", - " 'title': ['Combination of Houttuynia cordata polysaccharide and Lactiplantibacillus plantarum P101 alleviates acute liver injury by regulating gut microbiota in mice']},\n", - " {'bibcode': '2020PNAS..11732584L',\n", - " 'author': ['Li, Xiruo',\n", - " 'Zhang, Dongyan',\n", - " 'Vatner, Daniel F.',\n", - " 'Goedeke, Leigh',\n", - " 'Hirabara, Sandro M.',\n", - " 'Zhang, Ye',\n", - " 'Perry, Rachel J.',\n", - " 'Shulman, Gerald I.'],\n", - " 'title': ['Mechanisms by which adiponectin reverses high fat diet-induced insulin resistance in mice']},\n", - " {'bibcode': '2017Nanot..28m5101H',\n", - " 'author': ['Handa, Takayuki',\n", - " 'Hirai, Toshiro',\n", - " 'Izumi, Natsumi',\n", - " 'Eto, Shun-ichi',\n", - " 'Tsunoda, Shin-ichi',\n", - " 'Nagano, Kazuya',\n", - " 'Higashisaka, Kazuma',\n", - " 'Yoshioka, Yasuo',\n", - " 'Tsutsumi, Yasuo'],\n", - " 'title': ['Identifying a size-specific hazard of silica nanoparticles after intravenous administration and its relationship to the other hazards that have negative correlations with the particle size in mice']},\n", - " {'bibcode': '1973PNAS...70..173D',\n", - " 'author': ['Delovitch, T. L.', 'Baglioni, C.'],\n", - " 'title': ['Estimation of Light-Chain Gene Reiteration of Mouse Immunoglobulin by DNA-RNA Hybridization']},\n", - " {'bibcode': '1989PNAS...86.4117X',\n", - " 'author': ['Xanthopoulos, Kleanthis G.',\n", - " 'Mirkovitch, Jovan',\n", - " 'Decker, Thomas',\n", - " 'Kuo, C. Frank',\n", - " 'Darnell, James E.'],\n", - " 'title': ['Cell-Specific Transcriptional Control of the Mouse DNA-Binding Protein mC/EBP']},\n", - " {'bibcode': '2012PLoSO...739006W',\n", - " 'author': ['Wu, Kai Connie', 'Cui, Julia Yue', 'Klaassen, Curtis D.'],\n", - " 'title': ['Effect of Graded Nrf2 Activation on Phase-I and -II Drug Metabolizing Enzymes and Transporters in Mouse Liver']},\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", - " 'title': [\"Extra-mitochondrial mouse frataxin and its implications for mouse models of Friedreich's ataxia\"]},\n", - " {'bibcode': '1986IJBm...30..283L',\n", - " 'author': ['Leon-Velarde, F.', 'Whittembury, J.', 'Monge, C.'],\n", - " 'title': ['Oxidative phosphorylation of liver mitochondria from mice acclimatized to hypobaric hypoxia']},\n", - " {'bibcode': '2022NatSR..1213595B',\n", - " 'author': ['Bae, Jaehyun',\n", - " 'Lee, Ji Young',\n", - " 'Shin, Eugene',\n", - " 'Lee, Minyoung',\n", - " 'Lee, Yong-ho',\n", - " 'Lee, Byung-Wan',\n", - " 'Kang, Eun Seok',\n", - " 'Cha, Bong-Soo'],\n", - " 'title': ['The effects of the voglibose on non-alcoholic fatty liver disease in mice model']},\n", - " {'bibcode': '2015EnTox..30..683D',\n", - " 'author': ['Du, Xiaoyan',\n", - " 'Lan, Tianfeng',\n", - " 'Yuan, Bao',\n", - " 'Chen, Jian',\n", - " 'Hu, Jinping',\n", - " 'Ren, Wenzhi',\n", - " 'Chen, Zhenwen'],\n", - " 'title': ['Cadmium-induced microsatellite instability in the kidneys and leukocytes of C57BL/6J mice']},\n", - " {'bibcode': '2023SPIE12367E..0GZ',\n", - " 'author': ['Zhu, Yue', 'Zhou, Yuan', 'Guo, Zhenyan', 'Tian, Haoying'],\n", - " 'title': ['DMD-based structured illumination full-field optical coherence tomography']},\n", - " {'bibcode': '2023NatSR..13.9841M',\n", - " 'author': ['Mondal, Samim Ali',\n", - " 'Mann, Shivani N.',\n", - " 'van der Linden, Carl',\n", - " 'Sathiaseelan, Roshini',\n", - " 'Kamal, Maria',\n", - " 'Das, Snehasis',\n", - " 'Bubak, Matthew P.',\n", - " 'Logan, Sreemathi',\n", - " 'Miller, Benjamin F.',\n", - " 'Stout, Michael B.'],\n", - " 'title': ['Metabolic benefits of 17α-estradiol in liver are partially mediated by ERβ in male mice']},\n", - " {'bibcode': '2001PNAS...98.2707F',\n", - " 'author': ['Fleming, Robert E.',\n", - " 'Holden, Christopher C.',\n", - " 'Tomatsu, Shunji',\n", - " 'Waheed, Abdul',\n", - " 'Brunt, Elizabeth M.',\n", - " 'Britton, Robert S.',\n", - " 'Bacon, Bruce R.',\n", - " 'Roopenian, Derry C.',\n", - " 'Sly, William S.'],\n", - " 'title': ['Mouse strain differences determine severity of iron accumulation in Hfe knockout model of hereditary hemochromatosis']},\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", - " 'title': ['Facile synthesis of zwitterionic polymer-coated core-shell magnetic nanoparticles for highly specific capture of N-linked glycopeptides']},\n", - " {'bibcode': '2009JThBi.261..266B',\n", - " 'author': ['Blavy, P.',\n", - " 'Gondret, F.',\n", - " 'Guillou, H.',\n", - " 'Lagarrigue, S.',\n", - " 'Martin, P. G. P.',\n", - " 'van Milgen, J.',\n", - " 'Radulescu, O.',\n", - " 'Siegel, A.'],\n", - " 'title': ['A minimal model for hepatic fatty acid balance during fasting: Application to PPAR alpha-deficient mice']},\n", - " {'bibcode': '2017NatSR...714074Y',\n", - " 'author': ['Yan, Ma',\n", - " 'Dongmei, Bao',\n", - " 'Jingjing, Zhang',\n", - " 'Xiaobao, Jin',\n", - " 'Jie, Wang',\n", - " 'Yan, Wang',\n", - " 'Jiayong, Zhu'],\n", - " 'title': ['Antitumor activities of Liver-targeting peptide modified Recombinant human Endostatin in BALB/c-nu mice with Hepatocellular carcinoma']},\n", - " {'bibcode': '2011NatSR...1E..70M',\n", - " 'author': ['Minor, Robin K.',\n", - " 'Baur, Joseph A.',\n", - " 'Gomes, Ana P.',\n", - " 'Ward, Theresa M.',\n", - " 'Csiszar, Anna',\n", - " 'Mercken, Evi M.',\n", - " 'Abdelmohsen, Kotb',\n", - " 'Shin, Yu-Kyong',\n", - " 'Canto, Carles',\n", - " 'Scheibye-Knudsen, Morten',\n", - " 'Krawczyk, Melissa',\n", - " 'Irusta, Pablo M.',\n", - " 'Martín-Montalvo, Alejandro',\n", - " 'Hubbard, Basil P.',\n", - " 'Zhang, Yongqing',\n", - " 'Lehrmann, Elin',\n", - " 'White, Alexa A.',\n", - " 'Price, Nathan L.',\n", - " 'Swindell, William R.',\n", - " 'Pearson, Kevin J.',\n", - " 'Becker, Kevin G.',\n", - " 'Bohr, Vilhelm A.',\n", - " 'Gorospe, Myriam',\n", - " 'Egan, Josephine M.',\n", - " 'Talan, Mark I.',\n", - " 'Auwerx, Johan',\n", - " 'Westphal, Christoph H.',\n", - " 'Ellis, James L.',\n", - " 'Ungvari, Zoltan',\n", - " 'Vlasuk, George P.',\n", - " 'Elliott, Peter J.',\n", - " 'Sinclair, David A.',\n", - " 'de Cabo, Rafael'],\n", - " 'title': ['SRT1720 improves survival and healthspan of obese mice']},\n", - " {'bibcode': '2021NatSR..11.9189B',\n", - " 'author': ['Barssotti, Leticia',\n", - " 'Abreu, Isabel C. M. E.',\n", - " 'Brandão, Ana Beatriz P.',\n", - " 'Albuquerque, Raquel C. M. F.',\n", - " 'Ferreira, Fabiana G.',\n", - " 'Salgado, Miguel A. C.',\n", - " 'Dias, Danielle D. S.',\n", - " 'De Angelis, Kátia',\n", - " 'Yokota, Rodrigo',\n", - " 'Casarini, Dulce E.',\n", - " 'Souza, Lívia B.',\n", - " 'Taddei, Carla R.',\n", - " 'Cunha, Tatiana S.'],\n", - " 'title': ['Saccharomyces boulardii modulates oxidative stress and renin angiotensin system attenuating diabetes-induced liver injury in mice']},\n", - " {'bibcode': '1985Sci...230.1160B',\n", - " 'author': ['Babinet, C.',\n", - " 'Farza, H.',\n", - " 'Morello, D.',\n", - " 'Hadchouel, M.',\n", - " 'Pourcel, C.'],\n", - " 'title': ['Specific Expression of Hepatitis B Surface Antigen (HBsAg) in Transgenic Mice']},\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", - " 'title': ['Construction of adenovirus vectors simultaneously expressing four multiplex, double-nicking guide RNAs of CRISPR/Cas9 and in vivo genome editing']},\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", - " 'title': ['Sexually Dimorphic Expression of eGFP Transgene in the Akr1A1 Locus of Mouse Liver Regulated by Sex Hormone-Related Epigenetic Remodeling']},\n", - " {'bibcode': '2018NatSR...817860T',\n", - " 'author': ['Thi Thanh Hai, Nguyen',\n", - " 'Thuy, Le Thi Thanh',\n", - " 'Shiota, Akira',\n", - " 'Kadono, Chiho',\n", - " 'Daikoku, Atsuko',\n", - " 'Hoang, Dinh Viet',\n", - " 'Dat, Ninh Quoc',\n", - " 'Sato-Matsubara, Misako',\n", - " 'Yoshizato, Katsutoshi',\n", - " 'Kawada, Norifumi'],\n", - " 'title': ['Selective overexpression of cytoglobin in stellate cells attenuates thioacetamide-induced liver fibrosis in mice']},\n", - " {'bibcode': '1968Natur.219..619H',\n", - " 'author': ['Hardeland, Rüdiger', 'Rensing, Ludger'],\n", - " 'title': ['Circadian Oscillation in Rat Liver Tryptophan Pyrrolase and its Analysis by Substrate and Hormone Induction']},\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", - " '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': '1986BuECT..37..169S',\n", - " 'author': ['Swartz, William J.', 'Schutzmann, Roy L.'],\n", - " 'title': ['Reaction of the mouse liver to kepone exposure']},\n", - " {'bibcode': '2017NatSR...7.9977L',\n", - " 'author': ['Lees, Emma K.',\n", - " 'Banks, Ruth',\n", - " 'Cook, Chelsea',\n", - " 'Hill, Sophie',\n", - " 'Morrice, Nicola',\n", - " 'Grant, Louise',\n", - " 'Mody, Nimesh',\n", - " 'Delibegovic, Mirela'],\n", - " 'title': ['Direct comparison of methionine restriction with leucine restriction on the metabolic health of C57BL/6J mice']},\n", - " {'bibcode': '2015SPIE.9308E..13G',\n", - " 'author': ['Gomaa, Iman',\n", - " 'Saraya, Hend',\n", - " 'Zekri, Maha',\n", - " 'Abdel-Kader, Mahmoud'],\n", - " 'title': ['In vivo suppression of solid Ehrlich cancer via chlorophyllin derivative mediated PDT: an albino mouse tumour model']},\n", - " {'bibcode': '2018NatSR...815507L',\n", - " 'author': ['Lin, Qinhao', 'Dong, Li', 'Xu, Yaqian', 'Di, Guoqing'],\n", - " 'title': ['Studies on effects of static electric field exposure on liver in mice']},\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", - " 'title': ['Knockdown and knockout of β1-integrin in hepatocytes impairs liver regeneration through inhibition of growth factor signalling']},\n", - " {'bibcode': '2012NRL.....7..473W',\n", - " 'author': ['Wei, Qi',\n", - " 'Zhan, Li',\n", - " 'Juanjuan, Bi',\n", - " 'Jing, Wang',\n", - " 'Jianjun, Wang',\n", - " 'Taoli, Sun',\n", - " \"Yi'an, Guo\",\n", - " 'Wangsuo, Wu'],\n", - " 'title': ['Biodistribution of co-exposure to multi-walled carbon nanotubes and nanodiamonds in mice']},\n", - " {'bibcode': '2016NatSR...623669S',\n", - " 'author': ['Shao, Wenwei',\n", - " 'Zhang, Chi',\n", - " 'Liu, Enyang',\n", - " 'Zhang, Long',\n", - " 'Ma, Junfan',\n", - " 'Zhu, Zhu',\n", - " 'Gong, Xiaoting',\n", - " 'Qin, Zhihai',\n", - " 'Qiu, Xiaoyan'],\n", - " 'title': ['Identification of Liver Epithelial Cell-derived Ig Expression in μ chain-deficient mice']},\n", - " {'bibcode': '2011HETox..30.1275A',\n", - " 'author': ['Alvarenga, TA',\n", - " 'Ribeiro, DA',\n", - " 'Araujo, P.',\n", - " 'Hirotsu, C.',\n", - " 'Mazaro-Costa, R.',\n", - " 'Costa, JL',\n", - " 'Battisti, MC',\n", - " 'Tufik, S.',\n", - " 'Andersen, ML'],\n", - " 'title': ['Sleep loss and acute drug abuse can induce DNA damage in multiple organs of mice']},\n", - " {'bibcode': '2017NatSR...744545O',\n", - " 'author': ['Öztürk Akcora, Büsra',\n", - " 'Storm, Gert',\n", - " 'Prakash, Jai',\n", - " 'Bansal, Ruchi'],\n", - " 'title': ['Tyrosine kinase inhibitor BIBF1120 ameliorates inflammation, angiogenesis and fibrosis in CCl4-induced liver fibrogenesis mouse model']},\n", - " {'bibcode': '2017E&ES...61a2046Z',\n", - " 'author': ['Zhang, Wei-qiang'],\n", - " 'title': ['Evaluation of anti-fatigue and immunomodulating effects of quercetin in strenuous exercise mice']},\n", - " {'bibcode': '2013NatSR...3E3056V',\n", - " 'author': ['Villano, Gianmarco',\n", - " 'Ruvoletto, Mariagrazia',\n", - " 'Ceolotto, Giulio',\n", - " 'Quarta, Santina',\n", - " 'Calabrese, Fiorella',\n", - " 'Turato, Cristian',\n", - " 'Tono, Natascia',\n", - " 'Biasiolo, Alessandra',\n", - " 'Cattelan, Arianna',\n", - " 'Merkel, Carlo',\n", - " 'Avogaro, Angelo',\n", - " 'Gatta, Angelo',\n", - " 'Pontisso, Patrizia'],\n", - " 'title': ['SERPINB3 is associated with longer survival in transgenic 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", - " 'title': ['Detection of mouse liver cancer via a parallel iterative shrinkage method in hybrid optical/microcomputed tomography imaging']},\n", - " {'bibcode': '2001PNAS...98.9324R',\n", - " 'author': ['Roberts, Andrew W.',\n", - " 'Robb, Lorraine',\n", - " 'Rakar, Steven',\n", - " 'Hartley, Lynne',\n", - " 'Cluse, Leonie',\n", - " 'Nicola, Nicos A.',\n", - " 'Metcalf, Donald',\n", - " 'Hilton, Douglas J.',\n", - " 'Alexander, Warren S.'],\n", - " 'title': ['Placental defects and embryonic lethality in mice lacking suppressor of cytokine signaling 3']},\n", - " {'bibcode': '2017NatSR...745049T',\n", - " 'author': ['Tatsukawa, Hideki',\n", - " 'Tani, Yuji',\n", - " 'Otsu, Risa',\n", - " 'Nakagawa, Haruka',\n", - " 'Hitomi, Kiyotaka'],\n", - " 'title': ['Global identification and analysis of isozyme-specific possible substrates crosslinked by transglutaminases using substrate peptides in mouse liver fibrosis']},\n", - " {'bibcode': '2023Heliy...922051K',\n", - " 'author': ['Kumari, Deepika',\n", - " 'Gautam, Jyoti',\n", - " 'Sharma, Vipin',\n", - " 'Gupta, Sonu Kumar',\n", - " 'Sarkar, Soumalya',\n", - " 'Jana, Pradipta',\n", - " 'Singhal, Vikas',\n", - " 'Babele, Prabhakar',\n", - " 'Kamboj, Parul',\n", - " 'Bajpai, Sneh',\n", - " 'Tandon, Ruchi',\n", - " 'Kumar, Yashwant',\n", - " 'Dikshit, Madhu'],\n", - " 'title': ['Effect of herbal extracts and Saroglitazar on high-fat diet-induced obesity, insulin resistance, dyslipidemia, and hepatic lipidome in C57BL/6J mice']},\n", - " {'bibcode': '2022JOUC...21.1362W',\n", - " 'author': ['Wang, Xiaopeng',\n", - " 'Han, Meng',\n", - " 'Dong, Hui',\n", - " 'Zhao, Yun',\n", - " 'Song, Weiwei',\n", - " 'Wang, Chunlin',\n", - " 'Mu, Changkao',\n", - " 'Li, Ronghua'],\n", - " 'title': ['Protective Effects of Sepia Ink Melanin on Hepatic Tissue in Streptozotocin-Induced Diabetic Mice']},\n", - " {'bibcode': '2023NatSR..13.4172Z',\n", - " 'author': ['Zhang, Lijun',\n", - " 'Liu, Chuhe',\n", - " 'Yin, Liufang',\n", - " 'Huang, Cheng',\n", - " 'Fan, Shengjie'],\n", - " 'title': ['Mangiferin relieves CCl4-induced liver fibrosis in mice']},\n", - " {'bibcode': '2001PNAS...9812174B',\n", - " 'author': ['Boulter, Catherine',\n", - " 'Mulroy, Sharon',\n", - " 'Webb, Sandra',\n", - " 'Fleming, Stewart',\n", - " 'Brindle, Kevin',\n", - " 'Sandford, Richard'],\n", - " 'title': ['Cardiovascular, skeletal, and renal defects in mice with a targeted disruption of the Pkd1 gene']},\n", - " {'bibcode': '2021PNAS..11818069D',\n", - " 'author': ['Darlyuk-Saadon, Ilona',\n", - " 'Bai, Chen',\n", - " 'Heng, Chew Kiat Matthew',\n", - " 'Gilad, Nechama',\n", - " 'Yu, Wei-Ping',\n", - " 'Lim, Pei Yen',\n", - " 'Cazenave-Gassiot, Amaury',\n", - " 'Zhang, Yongliang',\n", - " 'Wong, W. S. Fred',\n", - " 'Engelberg, David'],\n", - " 'title': ['Active p38α causes macrovesicular fatty liver in mice']},\n", - " {'bibcode': '2018arXiv180409205A',\n", - " 'author': ['Ashish, Naveen', 'Brusniak, Mi-Youn'],\n", - " 'title': ['Automated Mouse Organ Segmentation: A Deep Learning Based Solution']},\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", - " '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", - " '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", - " 'title': ['Extrapancreatic insulin-producing cells in multiple organs in diabetes']},\n", - " {'bibcode': '2001PNAS...9810350G',\n", - " 'author': ['Gupta, Sanjay',\n", - " 'Hastak, Kedar',\n", - " 'Ahmad, Nihal',\n", - " 'Lewin, Jonathan S.',\n", - " 'Mukhtar, Hasan'],\n", - " 'title': ['Inhibition of prostate carcinogenesis in TRAMP mice by oral infusion of green tea polyphenols']},\n", - " {'bibcode': '2022Sci...376.1192A',\n", - " 'author': ['Acosta-Rodríguez, Victoria',\n", - " 'Rijo-Ferreira, Filipa',\n", - " 'Izumo, Mariko',\n", - " 'Xu, Pin',\n", - " 'Wight-Carter, Mary',\n", - " 'Green, Carla B.',\n", - " 'Takahashi, Joseph S.'],\n", - " 'title': ['Circadian alignment of early onset caloric restriction promotes longevity in male C57BL/6J mice']},\n", - " {'bibcode': '2022NatCo..13.7275H',\n", - " 'author': ['He, Xiangjun',\n", - " 'Zhang, Zhenjie',\n", - " 'Xue, Junyi',\n", - " 'Wang, Yaofeng',\n", - " 'Zhang, Siqi',\n", - " 'Wei, Junkang',\n", - " 'Zhang, Chenzi',\n", - " 'Wang, Jue',\n", - " 'Urip, Brian Anugerah',\n", - " 'Ngan, Chun Christopher',\n", - " 'Sun, Junjiang',\n", - " 'Li, Yuefeng',\n", - " 'Lu, Zhiqian',\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", - " 'Pei, Duanqing',\n", - " 'Li, Chi-Kong',\n", - " 'Feng, Bo'],\n", - " 'title': ['Low-dose AAV-CRISPR-mediated liver-specific knock-in restored hemostasis in neonatal hemophilia B mice with subtle antibody response']},\n", - " {'bibcode': '2021FrCh....9..202S',\n", - " 'author': [\"Saleh, Na'il\",\n", - " 'Al-Jassabi, Saad',\n", - " 'Eid, Ali H.',\n", - " 'Nau, Werner M.'],\n", - " 'title': ['Cucurbituril Ameliorates Liver Damage Induced by Microcystis aeruginosa in a Mouse Model']},\n", - " {'bibcode': '2013RadR..179...69W',\n", - " 'author': ['Wang, Sihyung',\n", - " 'Hyun, Jeongeun',\n", - " 'Youn, BuHyun',\n", - " 'Jung, Youngmi'],\n", - " 'title': ['Hedgehog Signaling Regulates the Repair Response in Mouse Liver Damaged by Irradiation']},\n", - " {'bibcode': '1968SpecL...1..121D',\n", - " 'author': ['Duke, Phillip'],\n", - " 'title': ['Ascorbyl EPR Doublet Signal in Normal Mouse Liver Oxygenated Homogenates']},\n", - " {'bibcode': '2015NatSR...517565L',\n", - " 'author': ['Lee, Eun Young',\n", - " 'Sakurai, Kenichi',\n", - " 'Zhang, Xilin',\n", - " 'Toda, Chitoku',\n", - " 'Tanaka, Tomoaki',\n", - " 'Jiang, Meizi',\n", - " 'Shirasawa, Takuji',\n", - " 'Tachibana, Kaori',\n", - " 'Yokote, Koutaro',\n", - " 'Vidal-Puig, Antonio',\n", - " 'Minokoshi, Yasuhiko',\n", - " 'Miki, Takashi'],\n", - " 'title': ['Unsuppressed lipolysis in adipocytes is linked with enhanced gluconeogenesis and altered bile acid physiology in InsrP1195L/+ mice fed high-fat-diet']},\n", - " {'bibcode': '2009PNAS..106.8953Y',\n", - " 'author': ['Yamane, Toshiyuki',\n", - " 'Hosen, Naoki',\n", - " 'Yamazaki, Hidetoshi',\n", - " 'Weissman, Irving L.'],\n", - " 'title': ['Expression of AA4.1 marks lymphohematopoietic progenitors in early mouse development']},\n", - " {'bibcode': '2003PNAS..100.6694S',\n", - " 'author': ['Shim, Gil-Jin',\n", - " 'Wang, Ling',\n", - " 'Andersson, Sandra',\n", - " 'Nagy, Noémi',\n", - " 'Kis, Loránd Levente',\n", - " 'Zhang, Qinghong',\n", - " 'Mäkelä, Sari',\n", - " 'Warner, Margaret',\n", - " 'Gustafsson, Jan-Åke'],\n", - " 'title': ['Disruption of the estrogen receptor β gene in mice causes myeloproliferative disease resembling chronic myeloid leukemia with lymphoid blast crisis']},\n", - " {'bibcode': '2017NatSR...744503B',\n", - " 'author': ['Busnelli, Marco',\n", - " 'Manzini, Stefano',\n", - " 'Hilvo, Mika',\n", - " 'Parolini, Cinzia',\n", - " 'Ganzetti, Giulia S.',\n", - " 'Dellera, Federica',\n", - " 'Ekroos, Kim',\n", - " 'Jänis, Minna',\n", - " 'Escalante-Alcalde, Diana',\n", - " 'Sirtori, Cesare R.',\n", - " 'Laaksonen, Reijo',\n", - " 'Chiesa, Giulia'],\n", - " 'title': ['Liver-specific deletion of the Plpp3 gene alters plasma lipid composition and worsens atherosclerosis in apoE-/- mice']},\n", - " {'bibcode': '2019NatSR...9.6779R',\n", - " 'author': ['Rosestedt, Maria',\n", - " 'Andersson, Ken G.',\n", - " 'Rinne, Sara S.',\n", - " 'Leitao, Charles Dahlsson',\n", - " 'Mitran, Bogdan',\n", - " 'Vorobyeva, Anzhelika',\n", - " 'Stâhl, Stefan',\n", - " 'Löfblom, John',\n", - " 'Tolmachev, Vladimir',\n", - " 'Orlova, Anna'],\n", - " 'title': ['Improved contrast of affibody-mediated imaging of HER3 expression in mouse xenograft model through co-injection of a trivalent affibody for in vivo blocking of hepatic uptake']},\n", - " {'bibcode': '2023Heliy...917052L',\n", - " 'author': ['Li, Feng',\n", - " 'Song, Xiaoyun',\n", - " 'Zhou, Xiqiu',\n", - " 'Chen, Lili',\n", - " 'Zheng, Jinzhou'],\n", - " 'title': ['Emodin attenuates high lipid-induced liver metastasis through the AKT and ERK pathways in vitro in breast cancer cells and in a mouse xenograft model']},\n", - " {'bibcode': '2021Life...12...34M',\n", - " 'author': ['Minamisawa, Mayumi',\n", - " 'Sato, Yuma',\n", - " 'Ishiguro, Eitarou',\n", - " 'Taniai, Tetsuyuki',\n", - " 'Sakamoto, Taiichi',\n", - " 'Kawai, Gota',\n", - " 'Saito, Takashi',\n", - " 'Saido, Takaomi C.'],\n", - " 'title': [\"Amelioration of Alzheimer's Disease by Gut-Pancreas-Liver-Brain Interaction in an App Knock-In Mouse Model\"]},\n", - " {'bibcode': '2021NatSR..1118809D',\n", - " 'author': ['Deust, Anthony',\n", - " 'Chobert, Marie-Noële',\n", - " 'Demontant, Vanessa',\n", - " 'Gricourt, Guillaume',\n", - " 'Denaës, Timothé',\n", - " 'Thiolat, Allan',\n", - " 'Ruiz, Isaac',\n", - " 'Rodriguez, Christophe',\n", - " 'Pawlotsky, Jean-Michel',\n", - " 'Teixeira-Clerc, Fatima'],\n", - " 'title': ['Macrophage autophagy protects against hepatocellular carcinogenesis in mice']},\n", - " {'bibcode': '1978PNAS...75.1217H',\n", - " 'author': ['Hastie, Nicholas D.', 'Held, William A.'],\n", - " 'title': ['Analysis of mRNA Populations by cDNA\\\\cdot mRNA Hybrid-Mediated Inhibition of Cell-Free Protein Synthesis']},\n", - " {'bibcode': '1995PNAS...92.2572S',\n", - " 'author': ['Sanderson, Nancy',\n", - " 'Factor, Valentina',\n", - " 'Nagy, Peter',\n", - " 'Kopp, Jeffrey',\n", - " 'Kondaiah, Paturu',\n", - " 'Wakeield, Lalage',\n", - " 'Roberts, Anita B.',\n", - " 'Sporn, Michael B.',\n", - " 'Thorgeirsson, Snorri S.'],\n", - " 'title': ['Hepatic Expression of Mature Transforming Growth Factor β1 in Transgenic Mice Results in Multiple Tissue Lesions']},\n", - " {'bibcode': '2021NatSR..11.6105W',\n", - " 'author': ['Waghorn, Philip A.',\n", - " 'Ferreira, Diego S.',\n", - " 'Erstad, Derek J.',\n", - " 'Rotile, Nicholas J.',\n", - " 'Masia, Ricard',\n", - " 'Jones, Chloe M.',\n", - " 'Tu, Chuantao',\n", - " 'Sojoodi, Mozhdeh',\n", - " 'Chen, Yin-ching I.',\n", - " 'Schlerman, Franklin',\n", - " 'Wellen, Jeremy',\n", - " 'Martinez, Robert V. P.',\n", - " 'Tanabe, Kenneth K.',\n", - " 'Fuchs, Bryan C.',\n", - " 'Caravan, Peter'],\n", - " 'title': ['Quantitative, noninvasive MRI characterization of disease progression in a mouse model of non-alcoholic steatohepatitis']},\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", - " 'title': ['Improved CRISPR genome editing using small highly active and specific engineered RNA-guided nucleases']},\n", - " {'bibcode': '2017NatSR...741888V',\n", - " 'author': ['van Thuy, Tuong Thi',\n", - " 'Thuy, Le Thi Thanh',\n", - " 'Yoshizato, Katsutoshi',\n", - " 'Kawada, Norifumi'],\n", - " 'title': ['Possible Involvement of Nitric Oxide in Enhanced Liver Injury and Fibrogenesis during Cholestasis in Cytoglobin-deficient Mice']},\n", - " {'bibcode': '1998PNAS...95.8686R',\n", - " 'author': ['Raabe, Martin',\n", - " 'Flynn, Laura M.',\n", - " 'Zlot, Constance H.',\n", - " 'Wong, Jinny S.',\n", - " 'Véniant, Murielle M.',\n", - " 'Hamilton, Robert L.',\n", - " 'Young, Stephen G.'],\n", - " 'title': ['Knockout of the Abetalipoproteinemia Gene in Mice: Reduced Lipoprotein Secretion in Heterozygotes and Embryonic Lethality in Homozygotes']},\n", - " {'bibcode': '2015NatSR...510222Z',\n", - " 'author': ['Zhao, Lei',\n", - " 'Zhong, Shan',\n", - " 'Qu, Haiyang',\n", - " 'Xie, Yunxia',\n", - " 'Cao, Zhennan',\n", - " 'Li, Qing',\n", - " 'Yang, Ping',\n", - " 'Varghese, Zac',\n", - " 'Moorhead, John F.',\n", - " 'Chen, Yaxi',\n", - " 'Ruan, Xiong Z.'],\n", - " 'title': ['Chronic inflammation aggravates metabolic disorders of hepatic fatty acids in high-fat diet-induced obese mice']},\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", @@ -9013,286 +7314,1878 @@ " '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.1728K',\n", - " 'author': ['Kessler, Kat',\n", - " 'Giannisis, Andreas',\n", - " 'Bial, Greg',\n", - " 'Foquet, Lander',\n", - " 'Nielsen, Henrietta M.',\n", - " 'Raber, Jacob'],\n", - " 'title': ['Behavioral and cognitive performance of humanized APOEε3/ε3 liver mice in relation to plasma apolipoprotein E levels']},\n", - " {'bibcode': '2014PNAS..11114870K',\n", - " 'author': ['Kan, Shih-hsin',\n", - " 'Aoyagi-Scharber, Mika',\n", - " 'Le, Steven Q.',\n", - " 'Vincelette, Jon',\n", - " 'Ohmi, Kazuhiro',\n", - " 'Bullens, Sherry',\n", - " 'Wendt, Daniel J.',\n", - " 'Christianson, Terri M.',\n", - " 'Tiger, Pascale M. N.',\n", - " 'Brown, Jillian R.',\n", - " 'Lawrence, Roger',\n", - " 'Yip, Bryan K.',\n", - " 'Holtzinger, John',\n", - " 'Bagri, Anil',\n", - " 'Crippen-Harmon, Danielle',\n", - " 'Vondrak, Kristen N.',\n", - " 'Chen, Zhi',\n", - " 'Hague, Chuck M.',\n", - " 'Woloszynek, Josh C.',\n", - " 'Cheung, Diana S.',\n", - " 'Webster, Katherine A.',\n", - " 'Adintori, Evan G.',\n", - " 'Lo, Melanie J.',\n", - " 'Wong, Wesley',\n", - " 'Fitzpatrick, Paul A.',\n", - " 'LeBowitz, Jonathan H.',\n", - " 'Crawford, Brett E.',\n", - " 'Bunting, Stuart',\n", - " 'Dickson, Patricia I.',\n", - " 'Neufeld, Elizabeth F.'],\n", - " 'title': ['Delivery of an enzyme-IGFII fusion protein to the mouse brain is therapeutic for mucopolysaccharidosis type IIIB']},\n", - " {'bibcode': '2016DIB.....9.1155Y',\n", - " 'author': ['Yang, Won-Mo', 'Min, Kyung-Ho', 'Lee, Wan'],\n", - " 'title': ['MicroRNA expression analysis in the liver of high fat diet-induced obese mice']},\n", - " {'bibcode': '1996PNAS...9312359S',\n", - " 'author': ['Sasaki, Koichi',\n", - " 'Yagi, Hideshi',\n", - " 'Bronson, Roderick T.',\n", - " 'Tominaga, Kumi',\n", - " 'Matsunashi, Tatsuro',\n", - " 'Deguchi, Kenji',\n", - " 'Tani, Yoshihiko',\n", - " 'Kishimoto, Tadamitsu',\n", - " 'Komori, Toshihisa'],\n", - " 'title': ['Absence of Fetal Liver Hematopoiesis in Mice Deficient in Transcriptional Coactivator Core Binding Factor β']},\n", - " {'bibcode': '1980PNAS...77..290C',\n", - " 'author': ['Coleman, Douglas L.'],\n", - " 'title': ['Acetone metabolism in mice: increased activity in mice heterozygous for obesity genes.']},\n", - " {'bibcode': '1969Sci...165..705B',\n", - " 'author': ['Bond, Howard E.',\n", - " 'Cooper, John A., II',\n", - " 'Courington, Doris P.',\n", - " 'Wood, Jeannie S.'],\n", - " 'title': ['Microsome-Associated DNA']},\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", - " '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", - " 'title': ['β-Adrenergic Agonist and Antagonist Regulation of Autophagy in HepG2 Cells, Primary Mouse Hepatocytes, and Mouse Liver']},\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", - " 'title': ['A Scanning Transmission Electron Microscopy Approach to Analyzing Large Volumes of Tissue to Detect Nanoparticles']},\n", - " {'bibcode': '2011PNAS..10818384W',\n", - " 'author': ['Wang, Er-Yea',\n", - " 'Yeh, Shiou-Hwei',\n", - " 'Tsai, Ting-Fen',\n", - " 'Huang, Hsiang-Po',\n", - " 'Jeng, Yung-Ming',\n", - " 'Lin, Wei-Hsiang',\n", - " 'Chen, Wei-Chih',\n", - " 'Yeh, Kun-Huei',\n", - " 'Chen, Pei-Jer',\n", - " 'Chen, Ding-Shinn'],\n", - " 'title': ['Depletion of β-catenin from mature hepatocytes of mice promotes expansion of hepatic progenitor cells and tumor development']},\n", - " {'bibcode': '2021NatSR..1121279V',\n", - " 'author': ['Verbrugghe, Phebe',\n", - " 'Brynjólfsson, Jón',\n", - " 'Jing, Xingjun',\n", - " 'Björck, Inger',\n", - " 'Hâllenius, Frida',\n", - " 'Nilsson, Anne'],\n", - " 'title': ['Evaluation of hypoglycemic effect, safety and immunomodulation of Prevotella copri in mice']},\n", - " {'bibcode': '2012ApSS..262..200C',\n", - " 'author': ['Cheng, Lijia',\n", - " 'Duan, Xin',\n", - " 'Xiang, Zhou',\n", - " 'Shi, Yujun',\n", - " 'Lu, Xiaofeng',\n", - " 'Ye, Feng',\n", - " 'Bu, Hong'],\n", - " 'title': ['Ectopic bone formation cannot occur by hydroxyapatite/β-tricalcium phosphate bioceramics in green fluorescent protein chimeric mice']},\n", - " {'bibcode': '2020NatSR..1010879O',\n", - " 'author': ['Ohno, Marumi',\n", - " 'Sekiya, Toshiki',\n", - " 'Nomura, Naoki',\n", - " 'Daito, Taku ji',\n", - " 'Shingai, Masashi',\n", - " 'Kida, Hiroshi'],\n", - " 'title': ['Influenza virus infection affects insulin signaling, fatty acid-metabolizing enzyme expressions, and the tricarboxylic acid cycle in mice']},\n", - " {'bibcode': '2019NatSR...916210G',\n", - " 'author': ['Ganbold, Munkhzul',\n", - " 'Owada, Yohei',\n", - " 'Ozawa, Yusuke',\n", - " 'Shimamoto, Yasuhiro',\n", - " 'Ferdousi, Farhana',\n", - " 'Tominaga, Kenichi',\n", - " 'Zheng, Yun-Wen',\n", - " 'Ohkohchi, Nobuhiro',\n", - " 'Isoda, Hiroko'],\n", - " 'title': ['Isorhamnetin Alleviates Steatosis and Fibrosis in Mice with Nonalcoholic Steatohepatitis']},\n", - " {'bibcode': '2022NatSR..1219164W',\n", - " 'author': ['Wnorowska, Urszula',\n", - " 'Piktel, Ewelina',\n", - " 'Deptuła, Piotr',\n", - " 'Wollny, Tomasz',\n", - " 'Król, Grzegorz',\n", - " 'Głuszek, Katarzyna',\n", - " 'Durnaś, Bonita',\n", - " 'Pogoda, Katarzyna',\n", - " 'Savage, Paul B.',\n", - " 'Bucki, Robert'],\n", - " 'title': ['Ceragenin CSA-13 displays high antibacterial efficiency in a mouse model of urinary tract infection']},\n", - " {'bibcode': '1993HETox..12..463O',\n", - " 'author': ['Omara, Felix O.', 'Blakley, Barry R.', 'Wanjala, Lusimbo S.'],\n", - " 'title': ['Hepatotoxicity Associated with Dietary Iron Overload in Mice']},\n", - " {'bibcode': '1976PNAS...73.3376G',\n", - " 'author': ['Garland, Rebecca C.',\n", - " 'Satrustegui, Jorgina',\n", - " 'Gluecksohn-Waelsch, Salome',\n", - " 'Cori, Carl F.'],\n", - " 'title': ['Deficiency in plasma protein synthesis caused by x-ray-incuded lethal albino alleles in mouse.']},\n", - " {'bibcode': '2014PNAS..11111455H',\n", - " 'author': ['Hartwell, Hadley J.',\n", - " 'Petrosky, Keiko Y.',\n", - " 'Fox, James G.',\n", - " 'Horseman, Nelson D.',\n", - " 'Rogers, Arlin B.'],\n", - " 'title': ['Prolactin prevents hepatocellular carcinoma by restricting innate immune activation of c-Myc in mice']},\n", - " {'bibcode': '2013SPIE.8800E..03C',\n", - " 'author': ['Chekkoury, Andrei',\n", - " 'Gateau, Jérôme',\n", - " 'Ntziachristos, Vasilis'],\n", - " 'title': ['Multiple bandwidth volumetric optoacoustic tomography using conventional ultrasound linear arrays']},\n", - " {'bibcode': '2015Chmsp.139..318Q',\n", - " 'author': ['Qin, Guohua', 'Wu, Meiqiong', 'Sang, Nan'],\n", - " 'title': ['Sulfur dioxide and benzo(a)pyrene trigger apoptotic and anti-apoptotic signals at different post-exposure times in mouse liver']},\n", - " {'bibcode': '2016NatSR...624618T',\n", - " 'author': ['Thomas, Amandine',\n", - " 'Belaidi, Elise',\n", - " 'Aron-Wisnewsky, Judith',\n", - " 'van der Zon, Gerard C.',\n", - " 'Levy, Patrick',\n", - " 'Clement, Karine',\n", - " 'Pepin, Jean-Louis',\n", - " 'Godin-Ribuot, Diane',\n", - " 'Guigas, Bruno'],\n", - " 'title': ['Hypoxia-inducible factor prolyl hydroxylase 1 (PHD1) deficiency promotes hepatic steatosis and liver-specific insulin resistance in mice']},\n", - " {'bibcode': '1964Natur.201..305E',\n", - " 'author': ['Ellinwood, E. H.'],\n", - " 'title': ['Effect of Epinephrine Pretreatment on Pentobarbital Sleeping Time of Mice with Altered Thyroid Status']},\n", - " {'bibcode': '2002PNAS...99..919P',\n", - " 'author': ['Prinz, Marco',\n", - " 'Montrasio, Fabio',\n", - " 'Klein, Michael A.',\n", - " 'Schwarz, Petra',\n", - " 'Priller, Josef',\n", - " 'Odermatt, Bernhard',\n", - " 'Pfeffer, Klaus',\n", - " 'Aguzzi, Adriano'],\n", - " 'title': ['Lymph nodal prion replication and neuroinvasion in mice devoid of follicular dendritic cells']},\n", - " {'bibcode': '2017NatSR...713362A',\n", - " 'author': ['Agarwal, Neeti',\n", - " 'Iyer, Dinakar',\n", - " 'Gabbi, Chiara',\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", - " 'Patel, Sanjeet G.',\n", - " 'Mo, Qianxing',\n", - " 'Chang, Benny',\n", - " 'Goswami, Biman',\n", - " 'Schubert, Ulrich',\n", - " 'Kopp, Jeffrey B.',\n", - " 'Lewis, Dorothy E.',\n", - " 'Balasubramanyam, Ashok'],\n", - " 'title': ['HIV-1 viral protein R (Vpr) induces fatty liver in mice via LXRα and PPARα dysregulation: implications for HIV-specific pathogenesis of NAFLD']},\n", - " {'bibcode': '2016PNAS..113.2288L',\n", - " 'author': ['Liu, Weilin',\n", - " 'Struik, Dicky',\n", - " 'Nies, Vera J. M.',\n", - " 'Jurdzinski, Angelika',\n", - " 'Harkema, Liesbeth',\n", - " 'de Bruin, Alain',\n", - " 'Verkade, Henkjan J.',\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", - " 'van Zutphen, Tim',\n", - " 'Jonker, Johan W.'],\n", - " 'title': ['Effective treatment of steatosis and steatohepatitis by fibroblast growth factor 1 in mouse models of nonalcoholic fatty liver disease']},\n", - " {'bibcode': '1974Natur.248..345P',\n", - " 'author': ['Plant, J.', 'Glynn, A. A.'],\n", - " 'title': ['Natural resistance to Salmonella infection, delayed hypersensitivity and Ir genes in different strains of mice']},\n", - " {'bibcode': '2019NatSR...9.4468G',\n", - " 'author': ['Grange, Cristina',\n", - " 'Tritta, Stefania',\n", - " 'Tapparo, Marta',\n", - " 'Cedrino, Massimo',\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", - " 'Brizzi, Maria Felice'],\n", - " 'title': ['Stem cell-derived extracellular vesicles inhibit and revert fibrosis progression in a mouse model of diabetic nephropathy']},\n", - " {'bibcode': '1989PNAS...86.5155E',\n", - " 'author': ['Ekker, Marc', 'Tronik, Diana', 'Rougeon, Francois'],\n", - " 'title': ['Extra-renal transcription of the renin genes in multiple tissues of mice and rats.']},\n", - " {'bibcode': '1998EnvMM..32..269M',\n", - " 'author': ['Morita, Takeshi', 'Hayashi, Makoto'],\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': '1974PNAS...71.4027T',\n", - " 'author': ['Tonegawa, S.', 'Steinberg, C.', 'Dube, S.', 'Bernardini, A.'],\n", - " 'title': ['Evidence for Somatic Generation of Antibody Diversity']},\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", - " 'title': ['ESRP2 controls an adult splicing programme in hepatocytes to support postnatal liver maturation']},\n", - " {'bibcode': '1993PNAS...90.2965P',\n", - " 'author': ['Prestera, Tory',\n", - " 'Holtzclaw, W. David',\n", - " 'Zhang, Yuesheng',\n", - " 'Talalay, Paul'],\n", - " 'title': ['Chemical and molecular regulation of enzymes that detoxify carcinogens.']},\n", - " {'bibcode': '2014NatSR...4.6894L',\n", - " 'author': ['Liu, Su',\n", - " 'Guo, Xuechao',\n", - " 'Wu, Bing',\n", - " 'Yu, Haiyan',\n", - " 'Zhang, Xuxiang',\n", - " 'Li, Mei'],\n", - " 'title': ['Arsenic induces diabetic effects through beta-cell dysfunction and increased gluconeogenesis in mice']},\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", @@ -9305,379 +9198,1457 @@ " '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': '1985Natur.315..338M',\n", - " 'author': ['Magram, Jeanne', 'Chada, Kiran', 'Costantini, Frank'],\n", - " 'title': ['Developmental regulation of a cloned adult β-globin gene in transgenic mice']},\n", - " {'bibcode': '2012WatRe..46.1576H',\n", - " 'author': ['Humpage, Andrew',\n", - " 'Falconer, Ian',\n", - " 'Bernard, Catherine',\n", - " 'Froscio, Suzanne',\n", - " 'Fabbro, Larelle'],\n", - " 'title': ['Toxicity of the cyanobacterium Limnothrix AC0243 to male Balb/c mice']},\n", - " {'bibcode': '2016NatSR...627782N',\n", - " 'author': ['Nakabori, Tasuku',\n", - " 'Hikita, Hayato',\n", - " 'Murai, Kazuhiro',\n", - " 'Nozaki, Yasutoshi',\n", - " 'Kai, Yugo',\n", - " 'Makino, Yuki',\n", - " 'Saito, Yoshinobu',\n", - " 'Tanaka, Satoshi',\n", - " 'Wada, Hiroshi',\n", - " 'Eguchi, Hidetoshi',\n", - " 'Takahashi, Takeshi',\n", - " 'Suemizu, Hiroshi',\n", - " 'Sakamori, Ryotaro',\n", - " 'Hiramatsu, Naoki',\n", - " 'Tatsumi, Tomohide',\n", - " 'Takehara, Tetsuo'],\n", - " 'title': ['Sodium taurocholate cotransporting polypeptide inhibition efficiently blocks hepatitis B virus spread in mice with a humanized liver']},\n", - " {'bibcode': '2018PNAS..115E4777Y',\n", - " 'author': ['Yang, Yanyan',\n", - " 'Adebali, Ogun',\n", - " 'Wu, Gang',\n", - " 'Selby, Christopher P.',\n", - " 'Chiou, Yi-Ying',\n", - " 'Rashid, Naim',\n", - " 'Hu, Jinchuan',\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", - " 'Sancar, Aziz'],\n", - " 'title': ['Cisplatin-DNA adduct repair of transcribed genes is controlled by two circadian programs in mouse tissues']},\n", - " {'bibcode': '2021NatCo..12.5725L',\n", - " 'author': ['Liu, Chaobao',\n", - " 'Yang, Yang',\n", - " 'Chen, Cheng',\n", - " 'Li, Ling',\n", - " 'Li, Jingquan',\n", - " 'Wang, Xiaonan',\n", - " 'Chu, Qiao',\n", - " 'Qiu, Lin',\n", - " 'Ba, Qian',\n", - " 'Li, Xiaoguang',\n", - " 'Wang, Hui'],\n", - " 'title': ['Environmental eustress modulates β-ARs/CCL2 axis to induce anti-tumor immunity and sensitize immunotherapy against liver cancer in mice']},\n", - " {'bibcode': '2016NatSR...636586V',\n", - " 'author': ['Verhulst, Stefaan',\n", - " 'Best, Jan',\n", - " 'Syn, Wing-Kin',\n", - " 'Reynaert, Hendrik',\n", - " 'Hellemans, Karine H.',\n", - " 'Canbay, Ali',\n", - " 'Dolle, Laurent',\n", - " 'van Grunsven, Leo A.'],\n", - " 'title': ['Infliximab and Dexamethasone Attenuate the Ductular Reaction in Mice']},\n", - " {'bibcode': '2007PNAS..10411526S',\n", - " 'author': ['Shea, Heidi C.',\n", - " 'Head, Daphne D.',\n", - " 'Setchell, Kenneth D. R.',\n", - " 'Russell, David W.'],\n", - " 'title': ['Inaugural Article: Analysis of HSD3B7 knockout mice reveals that a 3-hydroxyl stereochemistry is required for bile acid function']},\n", - " {'bibcode': '2021ApPhL.118x4102R',\n", - " 'author': ['Rabut, Claire',\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", - " 'Ling, Bill',\n", - " 'Jin, Zhiyang',\n", - " 'Malounda, Dina',\n", - " 'Shapiro, Mikhail G.'],\n", - " 'title': ['Ultrafast amplitude modulation for molecular and hemodynamic ultrasound imaging']},\n", - " {'bibcode': '1987PNAS...84.6909C',\n", - " 'author': ['Chisari, Francis V.',\n", - " 'Filippi, Pierre',\n", - " 'Buras, Jon',\n", - " 'McLachlan, Alan',\n", - " 'Popper, Hans',\n", - " 'Pinkert, Carl A.',\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", - " 'title': ['Structural and pathological effects of synthesis of hepatitis B virus large envelope polypeptide in transgenic mice.']},\n", - " {'bibcode': '2014NIMPB.318..198L',\n", - " 'author': ['Leffa, Daniela Dimer',\n", - " 'dos Santos, Carla Eliete Iochims',\n", - " 'Debastiani, Rafaela',\n", - " 'Amaral, Livio',\n", - " 'Yoneama, Maria Lucia',\n", - " 'Dias, Johnny Ferraz',\n", - " 'Andrade, Vanessa Moraes'],\n", - " 'title': ['Elemental concentrations in kidney and liver of mice fed with cafeteria or standard diet determined by particle induced X-ray emission']},\n", - " {'bibcode': '2017NRL....12..199I',\n", - " 'author': ['Isoda, Katsuhiro',\n", - " 'Nagata, Ryutaro',\n", - " 'Hasegawa, Tomoya',\n", - " 'Taira, Yuichiro',\n", - " 'Taira, Ikuko',\n", - " 'Shimizu, Yoshimi',\n", - " 'Isama, Kazuo',\n", - " 'Nishimura, Tetsuji',\n", - " 'Ishida, Isao'],\n", - " 'title': ['Hepatotoxicity and Drug/Chemical Interaction Toxicity of Nanoclay Particles in Mice']},\n", - " {'bibcode': '1977PNAS...74.3879J',\n", - " 'author': ['Johnson, G. R.', 'Metcalf, D.'],\n", - " 'title': ['Pure and mixed erythroid colony formation in vitro stimulated by spleen conditioned medium with no detectable erythropoietin.']},\n", - " {'bibcode': '2017NatSR...716112K',\n", - " 'author': ['Kelsey, Ilana',\n", - " 'Zbinden, Marie',\n", - " 'Byles, Vanessa',\n", - " 'Torrence, Margaret',\n", - " 'Manning, Brendan D.'],\n", - " 'title': ['mTORC1 suppresses PIM3 expression via miR-33 encoded by the SREBP loci']},\n", - " {'bibcode': '1968Natur.217..180C',\n", - " 'author': ['Coggle, J. E.'],\n", - " 'title': ['Effect of Cell Cycle on Recovery from Radiation Damage in the Mouse Liver']},\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': '1991PNAS...88.9468K',\n", - " 'author': ['Kuo, Frank C.',\n", - " 'Hwu, W. L.',\n", - " 'Valle, D.',\n", - " 'Darnell, James E., Jr.'],\n", - " 'title': ['Colocalization in pericentral hepatocytes in adult mice and similarity in developmental expression pattern of ornithine aminotransferase and glutamine synthetase mRNA.']},\n", - " {'bibcode': '2021Heliy...706183H',\n", - " 'author': ['Hayaza, Suhailah',\n", - " 'Wahyuningsih, Sri Puji Astuti',\n", - " 'Susilo, Raden Joko Kuncoroningrat',\n", - " 'Husen, Saikhu Akhmad',\n", - " 'Winarni, Dwi',\n", - " 'Doong, Ruey-an',\n", - " 'Darmanto, Win'],\n", - " 'title': ['Dual role of immunomodulation by crude polysaccharide from okra against carcinogenic liver injury in mice']},\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", - " 'title': ['Optimization and Evaluation of Pretreatment Method for sp-ICP-MS to Reveal the Distribution of Silver Nanoparticles in the Body']},\n", - " {'bibcode': '1965Natur.206.1262P',\n", - " 'author': ['Panagiotis, N. M.', 'Berliner, D. L.'],\n", - " 'title': ['Conjugation of Aldosterone by Bovine and Mouse Liver and Kidney']},\n", - " {'bibcode': '1991EnvMM..18..308M',\n", - " 'author': ['Myhr, Brian C.'],\n", - " 'title': ['Validation studies with Muta™ mouse: A transgenic mouse model for detecting mutations in vivo']},\n", - " {'bibcode': '1978Sci...200.1391L',\n", - " 'author': ['Levy, Shlomo', 'Yagen, Boris', 'Mechoulam, Raphael'],\n", - " 'title': ['Identification of a C-Glucuronide of Δ 6-Tetrahydrocannabinol as a Mouse Liver Conjugate in vivo']},\n", - " {'bibcode': '2003PNAS..100.7486M',\n", - " 'author': ['Moskovitz, Jackob', 'Stadtman, Earl R.'],\n", - " 'title': ['Selenium-deficient diet enhances protein oxidation and affects methionine sulfoxide reductase (MsrB) protein level in certain mouse tissues']},\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", - " 'title': ['Hyper- and hypo- nutrition studies of the hepatic transcriptome and epigenome suggest that PPARα regulates anaerobic glycolysis']},\n", - " {'bibcode': '1981PNAS...78.5104S',\n", - " 'author': ['Shellam, Geoffrey R.',\n", - " 'Allan, Jane E.',\n", - " 'Papadimitriou, John M.',\n", - " 'Bancroft, Gregory J.'],\n", - " 'title': ['Increased susceptibility to cytomegalovirus infection in beige mutant mice.']},\n", - " {'bibcode': '2006EnvMM..47....6M',\n", - " 'author': ['Manjanatha, Mugimane G.',\n", - " 'Aidoo, Anane',\n", - " 'Shelton, Sharon D.',\n", - " 'Bishop, Michelle E.',\n", - " 'McDaniel, Lea P.',\n", - " 'Lyn-Cook, Lascelles E.',\n", - " 'Doerge, Daniel R.'],\n", - " 'title': ['Genotoxicity of acrylamide and its metabolite glycidamide administered in drinking water to male and female Big Blue mice']},\n", - " {'bibcode': '2021NatSR..11.1377Z',\n", - " 'author': ['Zhang, Juan',\n", - " 'Ma, Ying',\n", - " 'Xie, Daojun',\n", - " 'Bao, Yuancheng',\n", - " 'Yang, Wenming',\n", - " 'Wang, Han',\n", - " 'Jiang, Huaizhou',\n", - " 'Han, Hui',\n", - " 'Dong, Ting'],\n", - " 'title': ['Differentially expressed lncRNAs in liver tissues of TX mice with hepatolenticular degeneration']},\n", - " {'bibcode': '2000PNAS...9710144D',\n", - " 'author': ['Dumoutier, Laure',\n", - " 'Van Roost, Emiel',\n", - " 'Colau, Didier',\n", - " 'Renauld, Jean-Christophe'],\n", - " 'title': ['Human interleukin-10-related T cell-derived inducible factor: Molecular cloning and functional characterization as an hepatocyte-stimulating factor']},\n", - " {'bibcode': '2015NatSR...517828Q',\n", - " 'author': ['Qiao, Jianlin',\n", - " 'Huang, Yujin',\n", - " 'Xia, Yuan',\n", - " 'Chu, Peipei',\n", - " 'Yao, Haina',\n", - " 'Xu, Linyan',\n", - " 'Qi, Kunming',\n", - " 'Liu, Yun',\n", - " 'Xu, Kailin',\n", - " 'Zeng, Lingyu'],\n", - " 'title': ['Busulfan and cyclosphamide induce liver inflammation through NLRP3 activation in mice after hematopoietic stem cell transplantation']},\n", - " {'bibcode': '2017NatSR...714664D',\n", - " 'author': ['Dayakar, Alti',\n", - " 'Chandrasekaran, Sambamurthy',\n", - " 'Veronica, Jalaja',\n", - " 'Bharadwaja, Vadloori',\n", - " 'Maurya, Radheshyam'],\n", - " 'title': ['Leptin regulates Granzyme-A, PD-1 and CTLA-4 expression in T cell to control visceral leishmaniasis in BALB/c Mice']},\n", - " {'bibcode': '1982PNAS...79.3798E',\n", - " 'author': ['Epplen, Joerg Thomas',\n", - " 'McCarrey, John R.',\n", - " 'Sutou, Shizuyo',\n", - " 'Ohno, Susumu'],\n", - " 'title': ['Base sequence of a cloned snake W-chromosome DNA fragment and identification of a male-specific putative mRNA in the mouse.']},\n", - " {'bibcode': '1966Natur.212...81S',\n", - " 'author': ['Seller, Mary J.'],\n", - " 'title': ['Donor Haemoglobin in Anaemic Mice of the W-series transplanted with Haematopoietic Tissue from an Unrelated Donor']},\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", - " 'title': ['Interplay between hepatic mitochondria-associated membranes, lipid metabolism and caveolin-1 in mice']},\n", - " {'bibcode': '1978PNAS...75.3918R',\n", - " 'author': ['Risser, Rex', 'Stockert, Elisabeth', 'Old, Lloyd J.'],\n", - " 'title': ['Abelson antigen: a viral tumor antigen that is also a differentiation antigen of BALB/c mice.']},\n", - " {'bibcode': '2003PNAS..10014457K',\n", - " 'author': ['Koutnikova, Hana',\n", - " 'Cock, Terrie-Anne',\n", - " 'Watanabe, Mitsuhiro',\n", - " 'Houten, Sander M.',\n", - " 'Champy, Marie-France',\n", - " 'Dierich, Andrée',\n", - " 'Auwerx, Johan'],\n", - " 'title': ['Compensation by the muscle limits the metabolic consequences of lipodystrophy in PPARγ hypomorphic mice']},\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", - " 'title': ['Vertical sleeve gastrectomy reverses diet-induced gene-regulatory changes impacting lipid metabolism']},\n", - " {'bibcode': '2023NatSR..13.3058D',\n", - " 'author': ['Demaria, Thainá Magalhães',\n", - " 'Crepaldi, Leticia Diniz',\n", - " 'Costa-Bartuli, Emylle',\n", - " 'Branco, Jessica Ristow',\n", - " 'Zancan, Patricia',\n", - " 'Sola-Penna, Mauro'],\n", - " 'title': ['Once a week consumption of Western diet over twelve weeks promotes sustained insulin resistance and non-alcoholic fat liver disease in C57BL/6 J mice']},\n", - " {'bibcode': '1990PNAS...87.5061C',\n", - " 'author': ['Chen, Wen Y.',\n", - " 'Wight, David C.',\n", - " 'Wagner, Thomas E.',\n", - " 'Kopchick, John J.'],\n", - " 'title': ['Expression of a mutated bovine growth hormone gene suppresses growth of transgenic mice.']},\n", - " {'bibcode': '2019Heliy...502868F',\n", - " 'author': ['Funes, A.',\n", - " 'Saez Lancellotti, T. E.',\n", - " 'Santillan, L. D.',\n", - " 'Della Vedova, M. C.',\n", - " 'Monclus, M. A.',\n", - " 'Cabrillana, M. E.',\n", - " 'Gomez Mejiba, S. E.',\n", - " 'Ramirez, D. C.',\n", - " 'Fornes, M. W.'],\n", - " 'title': ['A chronic high-fat diet causes sperm head alterations in C57BL/6J mice']},\n", - " {'bibcode': '1971PNAS...68.2288N',\n", - " 'author': ['Nakanishi, Shigetada', 'Numa, Shosaku'],\n", - " 'title': ['Synthesis and Degradation of Liver Acetyl Coenzyme A Carboxylase in Genetically Obese Mice']},\n", - " {'bibcode': '2008Chmsp..74..155T',\n", - " 'author': ['Takeuchi, Shinji',\n", - " 'Iida, Mitsuru',\n", - " 'Yabushita, Hisatoshi',\n", - " 'Matsuda, Tadashi',\n", - " 'Kojima, Hiroyuki'],\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': '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", - " 'title': ['Liver tumour immune microenvironment subtypes and neutrophil heterogeneity']},\n", - " {'bibcode': '1993PNAS...90.7593P',\n", - " 'author': ['Peterson, Kenneth R.',\n", - " 'Clegg, Christopher H.',\n", - " 'Huxley, Clare',\n", - " 'Josephson, Betty M.',\n", - " 'Haugen, Harald S.',\n", - " 'Furukawa, Tatsuo',\n", - " 'Stamatoyannopoulos, George'],\n", - " 'title': ['Transgenic Mice Containing a 248-kb Yeast Artificial Chromosome Carrying the Human β-Globin Locus Display Proper Developmental Control of Huma Globin Genes']},\n", - " {'bibcode': '2017NatSR...7.6374K',\n", - " 'author': ['Karda, Rajvinder',\n", - " 'Perocheau, Dany P.',\n", - " 'Suff, Natalie',\n", - " 'Ng, Joanne',\n", - " 'Delhove, Juliette M. K. M.',\n", - " 'Buckley, Suzanne M. K.',\n", - " 'Richards, Samantha',\n", - " 'Counsell, John R.',\n", - " 'Hagberg, Henrik',\n", - " 'Johnson, Mark R.',\n", - " 'McKay, Tristan R.',\n", - " 'Waddington, Simon N.'],\n", - " 'title': ['Continual conscious bioluminescent imaging in freely moving somatotransgenic mice']},\n", - " {'bibcode': '2014HETox..33..729M',\n", - " 'author': ['Ma, Yibo',\n", - " 'Niu, Chengwei',\n", - " 'Wang, Junming',\n", - " 'Ji, Lili',\n", - " 'Wang, Zhengtao'],\n", - " 'title': ['Diosbulbin B-induced liver injury in mice and its mechanism']},\n", - " {'bibcode': '2014cosp...40E3788Z',\n", - " 'author': ['Zhang, Meng', 'Sun, Yeqing', 'Cui, Changna', 'Xue, Bei'],\n", - " 'title': ['Epigenetic Analysis of Heavy-ion Radiation Induced Bystander Effects in Mice']},\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": 80, + "execution_count": 110, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "encoded_query = urlencode({\"q\": \"full:'mouse liver'\",\n", - " \"fl\": \"title, bibcode, author\",\n", + "encoded_query = urlencode({\"q\": \"mouse liver\",\n", + " \"fl\": \"title, bibcode, links_data, author\",\n", " \"rows\": 2000,\n", " \"sort\": \"score desc\"\n", " })\n", @@ -9688,25 +10659,55 @@ }, { "cell_type": "code", - "execution_count": 82, + "execution_count": 101, "id": "8211ee7f-1a33-4fdd-9f03-0473adef321f", "metadata": {}, "outputs": [ { - "name": "stdout", - "output_type": "stream", - "text": [ - "2018NatCo...9.1553W\n" - ] + "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": [ - "print(results['response']['docs'][0]['bibcode'])" + "#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": 33, + "execution_count": 89, "id": "b5a083d3-8862-4927-8dc3-91d0342941fc", "metadata": {}, "outputs": [ @@ -9718,7 +10719,7 @@ " 'params': {'q': '*:*',\n", " 'fl': 'bibcode,title',\n", " 'start': '0',\n", - " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6578effb-0bc415582b69f61925d41894',\n", + " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6579de6d-0a6cca6d412cbf7450913edc',\n", " 'fq': '{!bitset}',\n", " 'rows': '2000',\n", " 'wt': 'json'}},\n", @@ -9730,7 +10731,7 @@ " {'bibcode': '1908PA.....16..445.', 'title': ['Variable Stars']}]}}" ] }, - "execution_count": 33, + "execution_count": 89, "metadata": {}, "output_type": "execute_result" }