From 36a5d905aeb938fb9e8ff15fac75f01cc1ffae78 Mon Sep 17 00:00:00 2001 From: Bishwas Praveen Date: Tue, 12 Dec 2023 18:26:03 -0600 Subject: [PATCH] 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 +}