diff --git a/jupyter_notebooks/SciX-API-Experiments.ipynb b/jupyter_notebooks/SciX-API-Experiments.ipynb
index 0c6bc662..bc406b86 100644
--- a/jupyter_notebooks/SciX-API-Experiments.ipynb
+++ b/jupyter_notebooks/SciX-API-Experiments.ipynb
@@ -155,7 +155,7 @@
},
{
"cell_type": "code",
- "execution_count": 59,
+ "execution_count": 80,
"id": "6849e200-08c3-4d1a-825a-a1ad97a4c8a1",
"metadata": {},
"outputs": [
@@ -163,11 +163,12 @@
"data": {
"text/plain": [
"{'responseHeader': {'status': 0,\n",
- " 'QTime': 526,\n",
- " 'params': {'q': 'full:mouse liver',\n",
+ " 'QTime': 123,\n",
+ " 'params': {'q': \"full:'mouse liver'\",\n",
" 'fl': 'title,bibcode,author',\n",
" 'start': '0',\n",
- " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6578f998-3d13ca86384d798a4f86b443',\n",
+ " 'internal_logging_params': 'X-Amzn-Trace-Id=Root=1-6578fed0-60b280051e18f4cf57222e42',\n",
+ " 'sort': 'score desc',\n",
" 'rows': '2000',\n",
" 'wt': 'json'}},\n",
" 'response': {'numFound': 9509,\n",
@@ -9669,15 +9670,16 @@
" ...]}}"
]
},
- "execution_count": 59,
+ "execution_count": 80,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
- "encoded_query = urlencode({\"q\": \"full:mouse liver\",\n",
+ "encoded_query = urlencode({\"q\": \"full:'mouse liver'\",\n",
" \"fl\": \"title, bibcode, author\",\n",
- " \"rows\": 2000\n",
+ " \"rows\": 2000,\n",
+ " \"sort\": \"score desc\"\n",
" })\n",
"results = requests.get(\"https://scixplorer.org/v1/search/query?{}\".format(encoded_query), \\\n",
" headers={'Authorization': 'Bearer ' + token}).json()\n",
@@ -9686,3909 +9688,20 @@
},
{
"cell_type": "code",
- "execution_count": 58,
+ "execution_count": 82,
"id": "8211ee7f-1a33-4fdd-9f03-0473adef321f",
"metadata": {},
"outputs": [
{
- "data": {
- "text/plain": [
- "[{'bibcode': '2018NatCo...9.1553W',\n",
- " 'author': ['Wang, Yunzhi',\n",
- " 'Song, Lei',\n",
- " 'Liu, Mingwei',\n",
- " 'Ge, Rui',\n",
- " 'Zhou, Quan',\n",
- " 'Liu, Wanlin',\n",
- " 'Li, Ruiyang',\n",
- " 'Qie, Jingbo',\n",
- " 'Zhen, Bei',\n",
- " 'Wang, Yi',\n",
- " 'He, Fuchu',\n",
- " 'Qin, Jun',\n",
- " 'Ding, Chen'],\n",
- " 'title': ['A proteomics landscape of circadian clock in mouse liver']},\n",
- " {'bibcode': '2007PNAS..104.1488V',\n",
- " 'author': ['Villén, Judit',\n",
- " 'Beausoleil, Sean A.',\n",
- " 'Gerber, Scott A.',\n",
- " 'Gygi, Steven P.'],\n",
- " 'title': ['Large-scale phosphorylation analysis of mouse liver']},\n",
- " {'bibcode': '1987Sci...237.1309R',\n",
- " 'author': ['Reynolds, Steven H.',\n",
- " 'Stowers, Shari J.',\n",
- " 'Patterson, Rachel M.',\n",
- " 'Maronpot, Robert R.',\n",
- " 'Aaronson, Stuart A.',\n",
- " 'Anderson, Marshall W.'],\n",
- " 'title': ['Activated Oncogenes in B6C3F1 Mouse Liver Tumors: Implications for Risk Assessment']},\n",
- " {'bibcode': '2020PMB....65u5024L',\n",
- " 'author': ['Li, Yuanyuan', 'Song, Jiaxiang', 'Xia, Hui', 'Liu, Guoqiang'],\n",
- " 'title': ['The experimental study of mouse liver in magneto-acousto-electrical tomography by scan mode']},\n",
- " {'bibcode': '2014PNAS..111..167M',\n",
- " 'author': ['Mauvoisin, Daniel',\n",
- " 'Wang, Jingkui',\n",
- " 'Jouffe, Céline',\n",
- " 'Martin, Eva',\n",
- " 'Atger, Florian',\n",
- " 'Waridel, Patrice',\n",
- " 'Quadroni, Manfredo',\n",
- " 'Gachon, Frédéric',\n",
- " 'Naef, Felix'],\n",
- " 'title': ['Circadian clock-dependent and -independent rhythmic proteomes implement distinct diurnal functions in mouse liver']},\n",
- " {'bibcode': '1963Sci...140.1408H',\n",
- " 'author': ['Hoyer, Bill H.', 'McCarthy, Brian J.', 'Bolton, Ellis T.'],\n",
- " 'title': ['Complementary RNA in Nucleus and Cytoplasm of Mouse Liver Cells']},\n",
- " {'bibcode': '1981Natur.291..340H',\n",
- " 'author': ['Hager, Lisa J.', 'Palmiter, Richard D.'],\n",
- " 'title': ['Transcriptional regulation of mouse liver metallothionein-I gene by glucocorticoids']},\n",
- " {'bibcode': '1994Sci...263.1149R',\n",
- " 'author': ['Rhim, Jonathan A.',\n",
- " 'Sandgren, Eric P.',\n",
- " 'Degen, Jay L.',\n",
- " 'Palmiter, Richard D.',\n",
- " 'Brinster, Ralph L.'],\n",
- " 'title': ['Replacement of Diseased Mouse Liver by Hepatic Cell Transplantation']},\n",
- " {'bibcode': '2013JBO....18d0505Z',\n",
- " 'author': ['Zhang, Guanglei',\n",
- " 'Liu, Fei',\n",
- " 'Zhang, Bin',\n",
- " 'He, Yun',\n",
- " 'Luo, Jianwen',\n",
- " 'Bai, Jing'],\n",
- " 'title': ['Imaging of pharmacokinetic rates of indocyanine green in mouse liver with a hybrid fluorescence molecular tomography/x-ray computed tomography system']},\n",
- " {'bibcode': '2003PNAS..100.6795T',\n",
- " 'author': ['Terazono, Hideyuki',\n",
- " 'Mutoh, Tatsushi',\n",
- " 'Yamaguchi, Shun',\n",
- " 'Kobayashi, Masaki',\n",
- " 'Akiyama, Masashi',\n",
- " 'Udo, Rhyuta',\n",
- " 'Ohdo, Shigehiro',\n",
- " 'Okamura, Hitoshi',\n",
- " 'Shibata, Shigenobu'],\n",
- " 'title': ['Adrenergic regulation of clock gene expression in mouse liver']},\n",
- " {'bibcode': '2015PNAS..112E6579A',\n",
- " 'author': ['Atger, Florian',\n",
- " 'Gobet, Cédric',\n",
- " 'Marquis, Julien',\n",
- " 'Martin, Eva',\n",
- " 'Wang, Jingkui',\n",
- " 'Weger, Benjamin',\n",
- " 'Lefebvre, Grégory',\n",
- " 'Descombes, Patrick',\n",
- " 'Naef, Felix',\n",
- " 'Gachon, Frédéric'],\n",
- " 'title': ['Circadian and feeding rhythms differentially affect rhythmic mRNA transcription and translation in mouse liver']},\n",
- " {'bibcode': '1995PNAS...92.4942R',\n",
- " 'author': ['Rhim, Jonathan A.',\n",
- " 'Sandgren, Eric P.',\n",
- " 'Palmiter, Richard D.',\n",
- " 'Brinster, Ralph L.'],\n",
- " 'title': ['Complete reconstitution of mouse liver with xenogeneic hepatocytes.']},\n",
- " {'bibcode': '2018NatSR...810138D',\n",
- " 'author': ['Duncan, Christopher G.',\n",
- " 'Grimm, Sara A.',\n",
- " 'Morgan, Daniel L.',\n",
- " 'Bushel, Pierre R.',\n",
- " 'Bennett, Brian D.',\n",
- " 'NISC Comparative Sequencing Program',\n",
- " 'Roberts, John D.',\n",
- " 'Tyson, Frederick L.',\n",
- " 'Merrick, B. Alex',\n",
- " 'Wade, Paul A.'],\n",
- " 'title': ['Dosage compensation and DNA methylation landscape of the X chromosome in mouse liver']},\n",
- " {'bibcode': '1979Sci...203.1019S',\n",
- " 'author': ['Singer, Judith', 'Roberts-Ems, Joan', 'Riggs, Arthur D.'],\n",
- " 'title': ['Methylation of Mouse Liver DNA Studied by Means of the Restriction Enzymes Msp I and Hpa II']},\n",
- " {'bibcode': '1994PNAS...91.6196E',\n",
- " 'author': ['Engelhardt, John F.',\n",
- " 'Ye, Xuehai',\n",
- " 'Doranz, Benjamin',\n",
- " 'Wilson, James M.'],\n",
- " 'title': ['Ablation of E2A in recombinant adenoviruses improves transgene persistence and decreases inflammatory response in mouse liver.']},\n",
- " {'bibcode': '2020NatCo..11.1961C',\n",
- " 'author': ['Cao, Wanlu',\n",
- " 'Li, Meng',\n",
- " 'Liu, Jiaye',\n",
- " 'Zhang, Shaoshi',\n",
- " 'Noordam, Lisanne',\n",
- " 'Verstegen, Monique M. A.',\n",
- " 'Wang, Ling',\n",
- " 'Ma, Buyun',\n",
- " 'Li, Shan',\n",
- " 'Wang, Wenshi',\n",
- " 'Bolkestein, Michiel',\n",
- " 'Doukas, Michael',\n",
- " 'Chen, Kan',\n",
- " 'Ma, Zhongren',\n",
- " 'Bruno, Marco',\n",
- " 'Sprengers, Dave',\n",
- " 'Kwekkeboom, Jaap',\n",
- " 'van der Laan, Luc J. W.',\n",
- " 'Smits, Ron',\n",
- " 'Peppelenbosch, Maikel P.',\n",
- " 'Pan, Qiuwei'],\n",
- " 'title': ['LGR5 marks targetable tumor-initiating cells in mouse liver cancer']},\n",
- " {'bibcode': '1982PNAS...79.6237C',\n",
- " 'author': ['Cohen, Stanley', 'Fava, Roy A.', 'Sawyer, Stephen T.'],\n",
- " 'title': ['Purification and characterization of epidermal growth factor receptor/protein kinase from normal mouse liver.']},\n",
- " {'bibcode': '2006PNAS..10318586F',\n",
- " 'author': ['Ferraro, Paola',\n",
- " 'Nicolosi, Luca',\n",
- " 'Bernardi, Paolo',\n",
- " 'Reichard, Peter',\n",
- " 'Bianchi, Vera'],\n",
- " 'title': ['Mitochondrial deoxynucleotide pool sizes in mouse liver and evidence for a transport mechanism for thymidine monophosphate']},\n",
- " {'bibcode': '1978IJBm...22...43B',\n",
- " 'author': ['Bhartendu', 'Menon, I. A.'],\n",
- " 'title': ['Effects of atmospheric small negative ions on the oxygen consumption of mouse liver cells']},\n",
- " {'bibcode': '1981Natur.289..643H',\n",
- " 'author': ['Hagenbüchle, Otto',\n",
- " 'Tosi, Mario',\n",
- " 'Schibler, Ueli',\n",
- " 'Bovey, Raymonde',\n",
- " 'Wellauer, Peter K.',\n",
- " 'Young, Richard A.'],\n",
- " 'title': [\"Mouse liver and salivary gland α-amylase mRNAs differ only in 5' non-translated sequences\"]},\n",
- " {'bibcode': '1985PNAS...82.8634F',\n",
- " 'author': ['Fehlmann, Max',\n",
- " 'Peyron, Jean-Francois',\n",
- " 'Samson, Michael',\n",
- " 'van Obberghen, Emmanuel',\n",
- " 'Brandenburg, Dietrich',\n",
- " 'Brossette, Nicole'],\n",
- " 'title': ['Molecular association between major histocompatibility complex class I antigens and insulin receptors in mouse liver membranes.']},\n",
- " {'bibcode': '1995PNAS...92.4215R',\n",
- " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n",
- " 'title': ['Epidermal growth factor induces the tyrosine phosphorylation and nuclear translocation of Stat 5 in mouse liver.']},\n",
- " {'bibcode': '1979PNAS...76.5445M',\n",
- " 'author': ['McLaughlin, A. C.', 'Takeda, H.', 'Chance, B.'],\n",
- " 'title': ['Rapid ATP Assays in Perfused Mouse Liver by 31P NMR']},\n",
- " {'bibcode': '2016APS..MARY41008F',\n",
- " 'author': ['Fu, Xiao',\n",
- " 'Sluka, James',\n",
- " 'Clendenon, Sherry',\n",
- " 'Glazier, James',\n",
- " 'Ryan, Jennifer',\n",
- " 'Dunn, Kenneth',\n",
- " 'Wang, Zemin',\n",
- " 'Klaunig, James'],\n",
- " 'title': ['Spatio-temporal Model of Xenobiotic Distribution and Metabolism in an in Silico Mouse Liver Lobule']},\n",
- " {'bibcode': '2015NatCo...6.6790W',\n",
- " 'author': ['White, Ryan R.',\n",
- " 'Milholland, Brandon',\n",
- " 'de Bruin, Alain',\n",
- " 'Curran, Samuel',\n",
- " 'Laberge, Remi-Martin',\n",
- " 'van Steeg, Harry',\n",
- " 'Campisi, Judith',\n",
- " 'Maslov, Alexander Y.',\n",
- " 'Vijg, Jan'],\n",
- " 'title': ['Controlled induction of DNA double-strand breaks in the mouse liver induces features of tissue ageing']},\n",
- " {'bibcode': '1985PNAS...82.2262E',\n",
- " 'author': ['Edenberg, Howard J.',\n",
- " 'Zhang, Ke',\n",
- " 'Fong, Kenneth',\n",
- " 'Bosron, William F.',\n",
- " 'Li, Ting-Kai'],\n",
- " 'title': ['Cloning and sequencing of cDNA encoding the complete mouse liver alcohol dehydrogenase.']},\n",
- " {'bibcode': '1982PNAS...79..500B',\n",
- " 'author': ['Barth, Richard K.',\n",
- " 'Gross, Kenneth W.',\n",
- " 'Gremke, Linda C.',\n",
- " 'Hastie, Nicholas D.'],\n",
- " 'title': ['Developmentally regulated mRNAs in mouse liver.']},\n",
- " {'bibcode': '2018JASMS..29..711R',\n",
- " 'author': ['Rzagalinski, Ignacy',\n",
- " 'Hainz, Nadine',\n",
- " 'Meier, Carola',\n",
- " 'Tschernig, Thomas',\n",
- " 'Volmer, Dietrich A.'],\n",
- " 'title': ['MALDI Mass Spectral Imaging of Bile Acids Observed as Deprotonated Molecules and Proton-Bound Dimers from Mouse Liver Sections']},\n",
- " {'bibcode': '2009ChPhC..33..986Z',\n",
- " 'author': ['Zhang, Xi',\n",
- " 'Yuan, Qing-Xi',\n",
- " 'Yang, Xin-Rong',\n",
- " 'Li, Hai-Qing',\n",
- " 'Chen, Yu',\n",
- " 'Chen, Shao-Liang',\n",
- " 'Zhu, Pei-Ping',\n",
- " 'Huang, Wan-Xia'],\n",
- " 'title': ['PROCEEDINGS ON SYNCHROTRON RADIATION: Medical application of diffraction enhanced imaging in mouse liver blood vessels']},\n",
- " {'bibcode': '1997PNAS...94.1426K',\n",
- " 'author': ['Koeberl, Dwight D.',\n",
- " 'Alexander, Ian E.',\n",
- " 'Halbert, Christine L.',\n",
- " 'Russell, David W.',\n",
- " 'Miller, A. Dusty'],\n",
- " 'title': ['Persistent Expression of Human Clotting Factor IX from Mouse Liver after Intravenous Injection of Adeno-Associated Virus Vectors']},\n",
- " {'bibcode': '2019PNAS..116.6313Q',\n",
- " 'author': ['Qvartskhava, Natalia',\n",
- " 'Jin, Cheng Jun',\n",
- " 'Buschmann, Tobias',\n",
- " 'Albrecht, Ute',\n",
- " 'Bode, Johannes Georg',\n",
- " 'Monhasery, Niloufar',\n",
- " 'Oenarto, Jessica',\n",
- " 'Bidmon, Hans Jürgen',\n",
- " 'Görg, Boris',\n",
- " 'Häussinger, Dieter'],\n",
- " 'title': ['Taurine transporter (TauT) deficiency impairs ammonia detoxification in mouse liver']},\n",
- " {'bibcode': '2010ANSNN...1a5015T',\n",
- " 'author': ['Thanh Tran, The', 'Phan, Van Chi'],\n",
- " 'title': ['Separation and identification of mouse liver membrane proteins using a gel-based approach in combination with 2DnanoLC-Q-TOF-MS/MS']},\n",
- " {'bibcode': '2020NatSR..1015473G',\n",
- " 'author': ['Gerashchenko, Maxim V.',\n",
- " 'Nesterchuk, Mikhail V.',\n",
- " 'Smekalova, Elena M.',\n",
- " 'Paulo, Joao A.',\n",
- " 'Kowalski, Piotr S.',\n",
- " 'Akulich, Kseniya A.',\n",
- " 'Bogorad, Roman',\n",
- " 'Dmitriev, Sergey E.',\n",
- " 'Gygi, Steven',\n",
- " 'Zatsepin, Timofei',\n",
- " 'Anderson, Daniel G.',\n",
- " 'Gladyshev, Vadim N.',\n",
- " 'Koteliansky, Victor E.'],\n",
- " 'title': ['Translation elongation factor 2 depletion by siRNA in mouse liver leads to mTOR-independent translational upregulation of ribosomal protein genes']},\n",
- " {'bibcode': '2020AcSpA.22817719C',\n",
- " 'author': ['Cakmak-Arslan, Gulgun',\n",
- " 'Haksoy, Humeyra',\n",
- " 'Goc-Rasgele, Pinar',\n",
- " 'Kekecoglu, Meral'],\n",
- " 'title': ['Determination of the dose-dependent toxic effects of mad honey on mouse liver using ATR-FTIR spectroscopy']},\n",
- " {'bibcode': '1973PNAS...70..909G',\n",
- " 'author': ['Gershon, Harriet', 'Gershon, David'],\n",
- " 'title': ['Inactive Enzyme Molecules in Aging Mice: Liver Aldolase']},\n",
- " {'bibcode': '2016NatSR...621783Z',\n",
- " 'author': ['Zhang, Hongyu',\n",
- " 'Siegel, Christopher T.',\n",
- " 'Shuai, Ling',\n",
- " 'Lai, Jiejuan',\n",
- " 'Zeng, Linli',\n",
- " 'Zhang, Yujun',\n",
- " 'Lai, Xiangdong',\n",
- " 'Bie, Ping',\n",
- " 'Bai, Lianhua'],\n",
- " 'title': ['Repair of liver mediated by adult mouse liver neuro-glia antigen 2-positive progenitor cell transplantation in a mouse model of cirrhosis']},\n",
- " {'bibcode': '2017NatSR...737541G',\n",
- " 'author': ['Gamal, Wesam',\n",
- " 'Treskes, Philipp',\n",
- " 'Samuel, Kay',\n",
- " 'Sullivan, Gareth J.',\n",
- " 'Siller, Richard',\n",
- " 'Srsen, Vlastimil',\n",
- " 'Morgan, Katie',\n",
- " 'Bryans, Anna',\n",
- " 'Kozlowska, Ada',\n",
- " 'Koulovasilopoulos, Andreas',\n",
- " 'Underwood, Ian',\n",
- " 'Smith, Stewart',\n",
- " 'Del-Pozo, Jorge',\n",
- " 'Moss, Sharon',\n",
- " 'Thompson, Alexandra Inés',\n",
- " 'Henderson, Neil C.',\n",
- " 'Hayes, Peter C.',\n",
- " 'Plevris, John N.',\n",
- " 'Bagnaninchi, Pierre-Olivier',\n",
- " 'Nelson, Leonard J.'],\n",
- " 'title': ['Low-dose acetaminophen induces early disruption of cell-cell tight junctions in human hepatic cells and mouse liver']},\n",
- " {'bibcode': '2017NatSR...7.2965L',\n",
- " 'author': ['Li, Qing',\n",
- " 'Wang, Zheng',\n",
- " 'Mo, Jiamei',\n",
- " 'Zhang, Guoxia',\n",
- " 'Chen, Yirui',\n",
- " 'Huang, Chuchu'],\n",
- " 'title': ['Imaging gold nanoparticles in mouse liver by laser ablation inductively coupled plasma mass spectrometry']},\n",
- " {'bibcode': '2015NatSR...517186F',\n",
- " 'author': ['Fu, Yuhua',\n",
- " 'Lv, Pin',\n",
- " 'Yan, Guoquan',\n",
- " 'Fan, Hui',\n",
- " 'Cheng, Lu',\n",
- " 'Zhang, Feng',\n",
- " 'Dang, Yongjun',\n",
- " 'Wu, Hao',\n",
- " 'Wen, Bo'],\n",
- " 'title': ['MacroH2A1 associates with nuclear lamina and maintains chromatin architecture in mouse liver cells']},\n",
- " {'bibcode': '1985ToxIH...1..311P',\n",
- " 'author': ['Pereira, Michael A.'],\n",
- " 'title': ['Mouse Liver Tumor Data: Assessment of Carcinogenic Activity']},\n",
- " {'bibcode': '2022PLoSO..1764743K',\n",
- " 'author': ['Kumar, Pradeep',\n",
- " 'Liu, Yunshan',\n",
- " 'Shen, Yang',\n",
- " 'Maher, Jacquelyn J.',\n",
- " 'Cingolani, Francesca',\n",
- " 'Czaja, Mark J.'],\n",
- " 'title': ['Mouse liver injury induces hepatic macrophage FGF23 production']},\n",
- " {'bibcode': '2013ToxIH..29..761T',\n",
- " 'author': ['Tousson, Ehab',\n",
- " 'Beltagy, Doha M.',\n",
- " 'Gazia, Maha Abo',\n",
- " 'Al-Behbehani, Bahija'],\n",
- " 'title': ['Expressions of P53 and CD68 in mouse liver with Schistosoma mansoni infection and the protective role of silymarin']},\n",
- " {'bibcode': '1978PNAS...75.3322H',\n",
- " 'author': ['Henriksen, Ole', 'Robinson, Elizabeth A.', 'Appella, Ettore'],\n",
- " 'title': ['Structural characterization of H-2 antigens purified from mouse liver.']},\n",
- " {'bibcode': '2019NatSR...9.6913S',\n",
- " 'author': ['Sajic, Tatjana',\n",
- " 'Ciuffa, Rodolfo',\n",
- " 'Lemos, Vera',\n",
- " 'Xu, Pan',\n",
- " 'Leone, Valentina',\n",
- " 'Li, Chen',\n",
- " 'Williams, Evan G.',\n",
- " 'Makris, Georgios',\n",
- " 'Banaei-Esfahani, Amir',\n",
- " 'Heikenwalder, Mathias',\n",
- " 'Schoonjans, Kristina',\n",
- " 'Aebersold, Ruedi'],\n",
- " 'title': ['A new class of protein biomarkers based on subcellular distribution: application to a mouse liver cancer model']},\n",
- " {'bibcode': '2016NatSR...627665X',\n",
- " 'author': ['Xie, Jieshi',\n",
- " 'Yang, Le',\n",
- " 'Tian, Lei',\n",
- " 'Li, Weiyang',\n",
- " 'Yang, Lin',\n",
- " 'Li, Liying'],\n",
- " 'title': ['Macrophage Migration Inhibitor Factor Upregulates MCP-1 Expression in an Autocrine Manner in Hepatocytes during Acute Mouse Liver Injury']},\n",
- " {'bibcode': '2010ChJOL..28.1180C',\n",
- " 'author': ['Chen, Jianzhong',\n",
- " 'Liu, Zhili',\n",
- " 'Zhou, Guoqing',\n",
- " 'Han, Zhiping',\n",
- " 'Zhang, Haiyang',\n",
- " 'Zhang, Yixiang'],\n",
- " 'title': ['Effect of cyanobacteria extract on some associated enzymes in mouse liver in vivo']},\n",
- " {'bibcode': '2014MicST..25..303R',\n",
- " 'author': ['Ramirez, Joaquin',\n",
- " 'Periyakaruppan, Adaikkappan',\n",
- " 'Sarkar, Shubhashish',\n",
- " 'Ramesh, Govindarajan T.',\n",
- " 'Sharma, S. Chidananda'],\n",
- " 'title': ['Effect of Simulated Microgravity on the Activity of Regulatory Enzymes of Glycolysis and Gluconeogenesis in Mice Liver']},\n",
- " {'bibcode': '2023Heliy...921011T',\n",
- " 'author': ['Tang, Cong-min',\n",
- " 'Zhang, Zhen',\n",
- " 'Sun, Yan',\n",
- " 'Ding, Wen-jing',\n",
- " 'Yang, Xue-chun',\n",
- " 'Song, Yi-ping',\n",
- " 'Ling, Ming-ying',\n",
- " 'Li, Xue-hui',\n",
- " 'Yan, Rong',\n",
- " 'Zheng, Yu-jing',\n",
- " 'Yu, Na',\n",
- " 'Zhang, Wen-hua',\n",
- " 'Wang, Yong',\n",
- " 'Wang, Shao-peng',\n",
- " 'Gao, Hai-qing',\n",
- " 'Zhao, Chuan-li',\n",
- " 'Xing, Yan-qiu'],\n",
- " 'title': ['Multi-omics reveals aging-related pathway in natural aging mouse liver']},\n",
- " {'bibcode': '2017NatCo...814477C',\n",
- " 'author': ['Cho, Joonseok',\n",
- " 'Zhang, Yujian',\n",
- " 'Park, Shi-Young',\n",
- " 'Joseph, Anna-Maria',\n",
- " 'Han, Chul',\n",
- " 'Park, Hyo-Jin',\n",
- " 'Kalavalapalli, Srilaxmi',\n",
- " 'Chun, Sung-Kook',\n",
- " 'Morgan, Drake',\n",
- " 'Kim, Jae-Sung',\n",
- " 'Someya, Shinichi',\n",
- " 'Mathews, Clayton E.',\n",
- " 'Lee, Young Jae',\n",
- " 'Wohlgemuth, Stephanie E.',\n",
- " 'Sunny, Nishanth E.',\n",
- " 'Lee, Hui-Young',\n",
- " 'Choi, Cheol Soo',\n",
- " 'Shiratsuchi, Takayuki',\n",
- " 'Oh, S. Paul',\n",
- " 'Terada, Naohiro'],\n",
- " 'title': ['Mitochondrial ATP transporter depletion protects mice against liver steatosis and insulin resistance']},\n",
- " {'bibcode': '2021zndo...4694749M',\n",
- " 'author': ['Mrichter23', 'Laboratory, Martinez-Jimenez'],\n",
- " 'title': ['snRNA-seq2 analysis pipeline']},\n",
- " {'bibcode': '1974RSPSB.187..363G',\n",
- " 'author': ['Graf, J.', 'Petersen, O. H.'],\n",
- " 'title': ['Electrogenic Sodium Pump in Mouse Liver Parenchymal Cells']},\n",
- " {'bibcode': '2011PhDT.......242L',\n",
- " 'author': ['Lyons, Lyndon L.'],\n",
- " 'title': ['Study of in vivo exposure of single-walled carbon nanotubes in mouse liver']},\n",
- " {'bibcode': '2017HETox..36...33C',\n",
- " 'author': ['Coelho, DR',\n",
- " 'De-Oliveira, ACAX',\n",
- " 'Parente, TEM',\n",
- " 'Leal, BS',\n",
- " 'das Chagas, LF',\n",
- " 'Oliveira, TN',\n",
- " \"Saint'Pierre, TD\",\n",
- " 'Paumgartten, FJR'],\n",
- " 'title': ['In vivo and in vitro effects of pentavalent antimony on mouse liver cytochrome P450s']},\n",
- " {'bibcode': '1953Natur.172..671N',\n",
- " 'author': ['Nossal, G. J. V.', 'de Burgh, P. M.'],\n",
- " 'title': ['Growth Cycle of Ectromelia Virus in Mouse Liver']},\n",
- " {'bibcode': '2017Natur.551...51S',\n",
- " 'author': ['Schwarzer, Wibke',\n",
- " 'Abdennur, Nezar',\n",
- " 'Goloborodko, Anton',\n",
- " 'Pekowska, Aleksandra',\n",
- " 'Fudenberg, Geoffrey',\n",
- " 'Loe-Mie, Yann',\n",
- " 'Fonseca, Nuno A.',\n",
- " 'Huber, Wolfgang',\n",
- " 'H. Haering, Christian',\n",
- " 'Mirny, Leonid',\n",
- " 'Spitz, Francois'],\n",
- " 'title': ['Two independent modes of chromatin organization revealed by cohesin removal']},\n",
- " {'bibcode': '1961Natur.190..550C',\n",
- " 'author': ['Colter, J. S.', 'Ellem, K. A. O.'],\n",
- " 'title': ['Antigenicity of Deoxyribonucleic Acids from Mouse Liver and from the Ehrlich Ascites Tumour']},\n",
- " {'bibcode': '1961Natur.190..372L',\n",
- " 'author': ['Lyon, Mary F.'],\n",
- " 'title': ['Gene Action in the X-chromosome of the Mouse (Mus musculus L.)']},\n",
- " {'bibcode': '2007PMB....52..577D',\n",
- " 'author': ['Dogdas, Belma',\n",
- " 'Stout, David',\n",
- " 'Chatziioannou, Arion F.',\n",
- " 'Leahy, Richard M.'],\n",
- " 'title': ['Digimouse: a 3D whole body mouse atlas from CT and cryosection data']},\n",
- " {'bibcode': '2019DIB....2504112A',\n",
- " 'author': ['Avtanski, Dimiter', 'Chen, Karin', 'Poretsky, Leonid'],\n",
- " 'title': ['Resistin and adenylyl cyclase-associated protein 1 (CAP1) regulate the expression of genes related to insulin resistance in BNL CL.2 mouse liver cells']},\n",
- " {'bibcode': '1968Natur.220...76L',\n",
- " 'author': ['Lesca, Pierre'],\n",
- " 'title': ['Age Variations of Acid Deoxyribonuclease Activity in Mouse Liver Nuclei']},\n",
- " {'bibcode': '2017JMoSt1149..128A',\n",
- " 'author': ['Anusha, Chidambaram',\n",
- " 'Sankar, Renu',\n",
- " 'Varunkumar, Krishnamoorthy',\n",
- " 'Sivasindhuja, Gnanasambantham',\n",
- " 'Ravikumar, Vilwanathan'],\n",
- " 'title': ['Fourier transform-infrared spectroscopy as a diagnostic tool for mosquito coil smoke inhalation toxicity in Swiss Albino mice']},\n",
- " {'bibcode': '2017NatSR...7.4200L',\n",
- " 'author': ['Li, Bin',\n",
- " 'Qing, Tao',\n",
- " 'Zhu, Jinhang',\n",
- " 'Wen, Zhuo',\n",
- " 'Yu, Ying',\n",
- " 'Fukumura, Ryutaro',\n",
- " 'Zheng, Yuanting',\n",
- " 'Gondo, Yoichi',\n",
- " 'Shi, Leming'],\n",
- " 'title': ['A Comprehensive Mouse Transcriptomic BodyMap across 17 Tissues by RNA-seq']},\n",
- " {'bibcode': '2021FrCh....9..669G',\n",
- " 'author': ['Geib, Timon',\n",
- " 'Moghaddam, Ghazaleh',\n",
- " 'Supinski, Aimee',\n",
- " 'Golizeh, Makan',\n",
- " 'Sleno, Lekha'],\n",
- " 'title': ['Protein Targets of Acetaminophen Covalent Binding in Rat and Mouse Liver Studied by LC-MS/MS']},\n",
- " {'bibcode': '1959Natur.183.1674N',\n",
- " 'author': ['Narrod, Stuart A.',\n",
- " 'Langan, Thomas A.',\n",
- " 'Kaplan, Nathan O.',\n",
- " 'Goldin, Abraham'],\n",
- " 'title': ['Effect of Azaserine (o-Diazoacetyl-L- serine) on the Pyridine Nucleotide Levels of Mouse Liver']},\n",
- " {'bibcode': '1993Natur.364..806O',\n",
- " 'author': ['Ogasawara, Jun',\n",
- " 'Watanabe-Fukunaga, Rie',\n",
- " 'Adachi, Masashi',\n",
- " 'Matsuzawa, Akio',\n",
- " 'Kasugai, Tsutomu',\n",
- " 'Kitamura, Yukihiko',\n",
- " 'Itoh, Naoto',\n",
- " 'Suda, Takashi',\n",
- " 'Nagata, Shigekazu'],\n",
- " 'title': ['Lethal effect of the anti-Fas antibody in mice']},\n",
- " {'bibcode': '1981PNAS...78.3697C',\n",
- " 'author': ['Clissold, P. M.', 'Mason, P. J.', 'Bishop, J. O.'],\n",
- " 'title': ['Comparison of poly(A)-mRNA prepared from membranes and free polyribosomes of mouse liver.']},\n",
- " {'bibcode': '2008Sci...321..699A',\n",
- " 'author': ['Aoi, Takashi',\n",
- " 'Yae, Kojiro',\n",
- " 'Nakagawa, Masato',\n",
- " 'Ichisaka, Tomoko',\n",
- " 'Okita, Keisuke',\n",
- " 'Takahashi, Kazutoshi',\n",
- " 'Chiba, Tsutomu',\n",
- " 'Yamanaka, Shinya'],\n",
- " 'title': ['Generation of Pluripotent Stem Cells from Adult Mouse Liver and Stomach Cells']},\n",
- " {'bibcode': '1971PNAS...68..411A',\n",
- " 'author': ['Agranoff, Bernard W.', 'Hajra, Amiya K.'],\n",
- " 'title': ['The Acyl Dihydroxyacetone Phosphate Pathway for Glycerolipid Biosynthesis in Mouse Liver and Ehrlich Ascites Tumor Cells']},\n",
- " {'bibcode': '2018NatSR...8.1310R',\n",
- " 'author': ['Rai, Ashutosh Kumar', 'Chaturvedi, Rupesh', 'Kumar, Ashok'],\n",
- " 'title': ['Proteomic evidences for microcystin-RR-induced toxicological alterations in mice liver']},\n",
- " {'bibcode': '2015RScI...86a4905L',\n",
- " 'author': ['Lubner, Sean D.',\n",
- " 'Choi, Jeunghwan',\n",
- " 'Wehmeyer, Geoff',\n",
- " 'Waag, Bastian',\n",
- " 'Mishra, Vivek',\n",
- " 'Natesan, Harishankar',\n",
- " 'Bischof, John C.',\n",
- " 'Dames, Chris'],\n",
- " 'title': ['Reusable bi-directional 3ω sensor to measure thermal conductivity of 100-μm thick biological tissues']},\n",
- " {'bibcode': '2014Natur.514..380X',\n",
- " 'author': ['Xue, Wen',\n",
- " 'Chen, Sidi',\n",
- " 'Yin, Hao',\n",
- " 'Tammela, Tuomas',\n",
- " 'Papagiannakopoulos, Thales',\n",
- " 'Joshi, Nikhil S.',\n",
- " 'Cai, Wenxin',\n",
- " 'Yang, Gillian',\n",
- " 'Bronson, Roderick',\n",
- " 'Crowley, Denise G.',\n",
- " 'Zhang, Feng',\n",
- " 'Anderson, Daniel G.',\n",
- " 'Sharp, Phillip A.',\n",
- " 'Jacks, Tyler'],\n",
- " 'title': ['CRISPR-mediated direct mutation of cancer genes in the mouse liver']},\n",
- " {'bibcode': '1996Sci...274.1379C',\n",
- " 'author': ['Cressman, Drew E.',\n",
- " 'Greenbaum, Linda E.',\n",
- " 'Deangelis, Robert A.',\n",
- " 'Ciliberto, Gennaro',\n",
- " 'Furth, Emma E.',\n",
- " 'Poli, Valeria',\n",
- " 'Taub, Rebecca'],\n",
- " 'title': ['Liver Failure and Defective Hepatocyte Regeneration in Interleukin-6-Deficient Mice']},\n",
- " {'bibcode': '1989PNAS...86.7971G',\n",
- " 'author': ['Gossen, Jan A.',\n",
- " 'de Leeuw, Wiljo J. F.',\n",
- " 'Tan, Cecilia H. T.',\n",
- " 'Zwarthoff, Ellen C.',\n",
- " 'Berends, Frits',\n",
- " 'Lohman, Paul H. M.',\n",
- " 'Knook, Dick L.',\n",
- " 'Vijg, Jan'],\n",
- " 'title': ['Efficient rescue of integrated shuttle vectors from transgenic mice: a model for studying mutations in vivo.']},\n",
- " {'bibcode': '2023NatSR..13.4711K',\n",
- " 'author': ['Karimkhanloo, Hamzeh',\n",
- " 'Keenan, Stacey N.',\n",
- " 'Bayliss, Jacqueline',\n",
- " 'De Nardo, William',\n",
- " 'Miotto, Paula M.',\n",
- " 'Devereux, Camille J.',\n",
- " 'Nie, Shuai',\n",
- " 'Williamson, Nicholas A.',\n",
- " 'Ryan, Andrew',\n",
- " 'Watt, Matthew J.',\n",
- " 'Montgomery, Magdalene K.'],\n",
- " 'title': ['Mouse strain-dependent variation in metabolic associated fatty liver disease (MAFLD): a comprehensive resource tool for pre-clinical studies']},\n",
- " {'bibcode': '2006Sci...313.1137O',\n",
- " 'author': ['Özcan, Umut',\n",
- " 'Yilmaz, Erkan',\n",
- " 'Özcan, Lale',\n",
- " 'Furuhashi, Masato',\n",
- " 'Vaillancourt, Eric',\n",
- " 'Smith, Ross O.',\n",
- " 'Görgün, Cem Z.',\n",
- " 'Hotamisligil, Gökhan S.'],\n",
- " 'title': ['Chemical Chaperones Reduce ER Stress and Restore Glucose Homeostasis in a Mouse Model of Type 2 Diabetes']},\n",
- " {'bibcode': '2008JNR....10..263W',\n",
- " 'author': ['Wang, Bing',\n",
- " 'Feng, Weiyue',\n",
- " 'Wang, Meng',\n",
- " 'Wang, Tiancheng',\n",
- " 'Gu, Yiqun',\n",
- " 'Zhu, Motao',\n",
- " 'Ouyang, Hong',\n",
- " 'Shi, Junwen',\n",
- " 'Zhang, Fang',\n",
- " 'Zhao, Yuliang',\n",
- " 'Chai, Zhifang',\n",
- " 'Wang, Haifang',\n",
- " 'Wang, Jing'],\n",
- " 'title': ['Acute toxicological impact of nano- and submicro-scaled zinc oxide powder on healthy adult mice']},\n",
- " {'bibcode': '2022HETox..4111350Z',\n",
- " 'author': ['Zhang, Di',\n",
- " 'Zheng, Jiaming',\n",
- " 'Qiu, Guobin',\n",
- " 'Niu, Tongjuan',\n",
- " 'Gong, Yuneng',\n",
- " 'Cui, Sheng'],\n",
- " 'title': ['CCl4 inhibits the expressions of hepatic taurine biosynthetic enzymes and taurine synthesis in the progression of mouse liver fibrosis']},\n",
- " {'bibcode': '2011Sci...331.1315F',\n",
- " 'author': ['Feng, Dan',\n",
- " 'Liu, Tao',\n",
- " 'Sun, Zheng',\n",
- " 'Bugge, Anne',\n",
- " 'Mullican, Shannon E.',\n",
- " 'Alenghat, Theresa',\n",
- " 'Liu, X. Shirley',\n",
- " 'Lazar, Mitchell A.'],\n",
- " 'title': ['A Circadian Rhythm Orchestrated by Histone Deacetylase 3 Controls Hepatic Lipid Metabolism']},\n",
- " {'bibcode': '2018NatCo...9.2784Z',\n",
- " 'author': ['Zhao, Xin',\n",
- " 'Guo, Baolin',\n",
- " 'Wu, Hao',\n",
- " 'Liang, Yongping',\n",
- " 'Ma, Peter X.'],\n",
- " 'title': ['Injectable antibacterial conductive nanocomposite cryogels with rapid shape recovery for noncompressible hemorrhage and wound healing']},\n",
- " {'bibcode': '2014Natur.508...66S',\n",
- " 'author': ['Subtelny, Alexander O.',\n",
- " 'Eichhorn, Stephen W.',\n",
- " 'Chen, Grace R.',\n",
- " 'Sive, Hazel',\n",
- " 'Bartel, David P.'],\n",
- " 'title': ['Poly(A)-tail profiling reveals an embryonic switch in translational control']},\n",
- " {'bibcode': '1984JMagR..60..430R',\n",
- " 'author': ['Rothman, D. L.',\n",
- " 'Arias-Mendoza, F.',\n",
- " 'Shulman, G. I.',\n",
- " 'Shulman, R. G.'],\n",
- " 'title': ['A pulse sequence for simplifying hydrogen NMR spectra of biological tissues']},\n",
- " {'bibcode': '2001Sci...292.1546K',\n",
- " 'author': ['Kawane, Kohki',\n",
- " 'Fukuyama, Hidehiro',\n",
- " 'Kondoh, Gen',\n",
- " 'Takeda, Junji',\n",
- " 'Ohsawa, Yoshiyuki',\n",
- " 'Uchiyama, Yasuo',\n",
- " 'Nagata, Shigekazu'],\n",
- " 'title': ['Requirement of DNase II for Definitive Erythropoiesis in the Mouse Fetal Liver']},\n",
- " {'bibcode': '1995Sci...269.1427K',\n",
- " 'author': ['Kuhn, Ralf',\n",
- " 'Schwenk, Frieder',\n",
- " 'Aguet, Michel',\n",
- " 'Rajewsky, Klaus'],\n",
- " 'title': ['Inducible Gene Targeting in Mice']},\n",
- " {'bibcode': '2014Natur.508...93Z',\n",
- " 'author': ['Zhu, Saiyong',\n",
- " 'Rezvani, Milad',\n",
- " 'Harbell, Jack',\n",
- " 'Mattis, Aras N.',\n",
- " 'Wolfe, Alan R.',\n",
- " 'Benet, Leslie Z.',\n",
- " 'Willenbring, Holger',\n",
- " 'Ding, Sheng'],\n",
- " 'title': ['Mouse liver repopulation with hepatocytes generated from human fibroblasts']},\n",
- " {'bibcode': '2007PNAS..104.3342M',\n",
- " 'author': ['Miller, Brooke H.',\n",
- " 'McDearmon, Erin L.',\n",
- " 'Panda, Satchidananda',\n",
- " 'Hayes, Kevin R.',\n",
- " 'Zhang, Jie',\n",
- " 'Andrews, Jessica L.',\n",
- " 'Antoch, Marina P.',\n",
- " 'Walker, John R.',\n",
- " 'Esser, Karyn A.',\n",
- " 'Hogenesch, John B.',\n",
- " 'Takahashi, Joseph S.'],\n",
- " 'title': ['Circadian and CLOCK-controlled regulation of the mouse transcriptome and cell proliferation']},\n",
- " {'bibcode': '1994Natur.371..606J',\n",
- " 'author': ['Jonsson, Jörgen',\n",
- " 'Carlsson, Lena',\n",
- " 'Edlund, Thomas',\n",
- " 'Edlund, Helena'],\n",
- " 'title': ['Insulin-promoter-factor 1 is required for pancreas development in mice']},\n",
- " {'bibcode': '2017NRL....12..478J',\n",
- " 'author': ['Jia, Xiaochuan', 'Wang, Shuo', 'Zhou, Lei', 'Sun, Li'],\n",
- " 'title': ['The Potential Liver, Brain, and Embryo Toxicity of Titanium Dioxide Nanoparticles on Mice']},\n",
- " {'bibcode': '2007Natur.450.1086H',\n",
- " 'author': ['Hirayama, Jun',\n",
- " 'Sahar, Saurabh',\n",
- " 'Grimaldi, Benedetto',\n",
- " 'Tamaru, Teruya',\n",
- " 'Takamatsu, Ken',\n",
- " 'Nakahata, Yasukazu',\n",
- " 'Sassone-Corsi, Paolo'],\n",
- " 'title': ['CLOCK-mediated acetylation of BMAL1 controls circadian function']},\n",
- " {'bibcode': '1998PNAS...95.8847D',\n",
- " 'author': ['de La Coste, Alix',\n",
- " 'Romagnolo, Béatrice',\n",
- " 'Billuart, Pierre',\n",
- " 'Renard, Claire-Angélique',\n",
- " 'Buendia, Marie-Annick',\n",
- " 'Soubrane, Olivier',\n",
- " 'Fabre, Monique',\n",
- " 'Chelly, Jamel',\n",
- " 'Beldjord, Cherif',\n",
- " 'Kahn, Axel',\n",
- " 'Perret, Christine'],\n",
- " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\n",
- " {'bibcode': '2018JPhCS1025a2043J',\n",
- " 'author': ['Janika Sitasiwi, Agung',\n",
- " 'Isdadiyanto, Sri',\n",
- " 'Muflichatun Mardiati, Siti'],\n",
- " 'title': ['Effect of ethanolic Neem (Azadirachta indica) leaf extract as an herb contraceptive on Hepato-somatic Index of the male mice (Mus musculus)']},\n",
- " {'bibcode': '1999PNAS...96.1563P',\n",
- " 'author': ['Podsypanina, Katrina',\n",
- " 'Ellenson, Lora Hedrick',\n",
- " 'Nemes, Adriana',\n",
- " 'Gu, Jianguo',\n",
- " 'Tamura, Masahito',\n",
- " 'Yamada, Kenneth M.',\n",
- " 'Cordon-Cardo, Carlos',\n",
- " 'Catoretti, Giorgio',\n",
- " 'Fisher, Peter E.',\n",
- " 'Parsons, Ramon'],\n",
- " 'title': ['Mutation of Pten/Mmac1 in Mice Causes Neoplasia in Multiple Organ Systems']},\n",
- " {'bibcode': '2000PNAS...97..779S',\n",
- " 'author': ['Shimizu, Yasuhito',\n",
- " 'Nakatsuru, Yoko',\n",
- " 'Ichinose, Masao',\n",
- " 'Takahashi, Yoshihisa',\n",
- " 'Kume, Haruki',\n",
- " 'Mimura, Junsei',\n",
- " 'Fujii-Kuriyama, Yoshiaki',\n",
- " 'Ishikawa, Takatoshi'],\n",
- " 'title': ['Benzo[a]pyrene carcinogenicity is lost in mice lacking the aryl hydrocarbon receptor']},\n",
- " {'bibcode': '1988Sci...241.1632M',\n",
- " 'author': ['McCune, J. M.',\n",
- " 'Namikawa, R.',\n",
- " 'Kaneshima, H.',\n",
- " 'Shultz, L. D.',\n",
- " 'Lieberman, M.',\n",
- " 'Weissman, I. L.'],\n",
- " 'title': ['The SCID-hu Mouse: Murine Model for the Analysis of Human Hematolymphoid Differentiation and Function']},\n",
- " {'bibcode': '2015SciBu..60..336M',\n",
- " 'author': ['Mani, Sarathi',\n",
- " 'Li, Hongzhu',\n",
- " 'Yang, Guangdong',\n",
- " 'Wu, Lingyun',\n",
- " 'Wang, Rui'],\n",
- " 'title': ['Deficiency of cystathionine gamma-lyase and hepatic cholesterol accumulation during mouse fatty liver development']},\n",
- " {'bibcode': '2019NatSR...919195B',\n",
- " 'author': ['Beheshti, Afshin',\n",
- " 'Chakravarty, Kaushik',\n",
- " 'Fogle, Homer',\n",
- " 'Fazelinia, Hossein',\n",
- " 'Silveira, Willian A. da',\n",
- " 'Boyko, Valery',\n",
- " 'Polo, San-Huei Lai',\n",
- " 'Saravia-Butler, Amanda M.',\n",
- " 'Hardiman, Gary',\n",
- " 'Taylor, Deanne',\n",
- " 'Galazka, Jonathan M.',\n",
- " 'Costes, Sylvain V.'],\n",
- " 'title': ['Multi-omics analysis of multiple missions to space reveal a theme of lipid dysregulation in mouse liver']},\n",
- " {'bibcode': '2009Natur.458.1131S',\n",
- " 'author': ['Singh, Rajat',\n",
- " 'Kaushik, Susmita',\n",
- " 'Wang, Yongjun',\n",
- " 'Xiang, Youqing',\n",
- " 'Novak, Inna',\n",
- " 'Komatsu, Masaaki',\n",
- " 'Tanaka, Keiji',\n",
- " 'Cuervo, Ana Maria',\n",
- " 'Czaja, Mark J.'],\n",
- " 'title': ['Autophagy regulates lipid metabolism']},\n",
- " {'bibcode': '2009Natur.457..882P',\n",
- " 'author': ['Ploss, Alexander',\n",
- " 'Evans, Matthew J.',\n",
- " 'Gaysinskaya, Valeriya A.',\n",
- " 'Panis, Maryline',\n",
- " 'You, Hana',\n",
- " 'de Jong, Ype P.',\n",
- " 'Rice, Charles M.'],\n",
- " 'title': ['Human occludin is a hepatitis C virus entry factor required for infection of mouse cells']},\n",
- " {'bibcode': '2010EnTox..25...77W',\n",
- " 'author': ['Wang, Xiao-Feng',\n",
- " 'Lou, Xiao-Ming',\n",
- " 'Shen, Ying',\n",
- " 'Xing, Ming-Luan',\n",
- " 'Xu, Li-Hong'],\n",
- " 'title': ['Apoptotic‑related protein changes induced by hexavalent chromium in mice liver']},\n",
- " {'bibcode': '2011PNAS..108.8943W',\n",
- " 'author': ['Welsher, Kevin', 'Sherlock, Sarah P.', 'Dai, Hongjie'],\n",
- " 'title': ['Deep-tissue anatomical imaging of mice using carbon nanotube fluorophores in the second near-infrared window']},\n",
- " {'bibcode': '2003PNAS..10012027H',\n",
- " 'author': ['Horton, Jay D.',\n",
- " 'Shah, Nila A.',\n",
- " 'Warrington, Janet A.',\n",
- " 'Anderson, Norma N.',\n",
- " 'Park, Sahng Wook',\n",
- " 'Brown, Michael S.',\n",
- " 'Goldstein, Joseph L.'],\n",
- " 'title': ['Combined analysis of oligonucleotide microarray data from transgenic and knockout mice identifies direct SREBP target genes']},\n",
- " {'bibcode': '2019AIPC.2108b0016N',\n",
- " 'author': ['Nurdiana, Dantara, Tri Wahyudi Iman',\n",
- " 'Syaban, Mokhamad Fahmi Rizki',\n",
- " 'Mustafa, Siti Asyifa',\n",
- " 'Ikhsani, Hanifah',\n",
- " 'Syafitri, Febrinda Esti',\n",
- " 'Hapsari, Novi Kurnia',\n",
- " 'Khoirunnisa, Auliya'],\n",
- " 'title': ['Efficacy and side effects studies of Bryophyllum pinnatum leaves ethanol extract in pristane-induced SLE BALB/c mice model']},\n",
- " {'bibcode': '2001Sci...292.1728C',\n",
- " 'author': ['Cho, Han',\n",
- " 'Mu, James',\n",
- " 'Kim, Jason K.',\n",
- " 'Thorvaldsen, Joanne L.',\n",
- " 'Chu, Qingwei',\n",
- " 'Crenshaw, E. Bryan',\n",
- " 'Kaestner, Klaus H.',\n",
- " 'Bartolomei, Marisa S.',\n",
- " 'Shulman, Gerald I.',\n",
- " 'Birnbaum, Morris J.'],\n",
- " 'title': ['Insulin Resistance and a Diabetes Mellitus-Like Syndrome in Mice Lacking the Protein Kinase Akt2 (PKBβ)']},\n",
- " {'bibcode': '1968Natur.217..370P',\n",
- " 'author': ['Pantelouris, E. M.'],\n",
- " 'title': ['Absence of Thymus in a Mouse Mutant']},\n",
- " {'bibcode': '1982Natur.300..611P',\n",
- " 'author': ['Palmiter, Richard D.',\n",
- " 'Brinster, Ralph L.',\n",
- " 'Hammer, Robert E.',\n",
- " 'Trumbauer, Myrna E.',\n",
- " 'Rosenfeld, Michael G.',\n",
- " 'Birnberg, Neal C.',\n",
- " 'Evans, Ronald M.'],\n",
- " 'title': ['Dramatic growth of mice that develop from eggs microinjected with metallothionein-growth hormone fusion genes']},\n",
- " {'bibcode': '1981Natur.294...92C',\n",
- " 'author': ['Costantini, Franklin', 'Lacy, Elizabeth'],\n",
- " 'title': ['Introduction of a rabbit β-globin gene into the mouse germ line']},\n",
- " {'bibcode': '2015Natur.520..186R',\n",
- " 'author': ['Ran, F. Ann',\n",
- " 'Cong, Le',\n",
- " 'Yan, Winston X.',\n",
- " 'Scott, David A.',\n",
- " 'Gootenberg, Jonathan S.',\n",
- " 'Kriz, Andrea J.',\n",
- " 'Zetsche, Bernd',\n",
- " 'Shalem, Ophir',\n",
- " 'Wu, Xuebing',\n",
- " 'Makarova, Kira S.',\n",
- " 'Koonin, Eugene V.',\n",
- " 'Sharp, Phillip A.',\n",
- " 'Zhang, Feng'],\n",
- " 'title': ['In vivo genome editing using Staphylococcus aureus Cas9']},\n",
- " {'bibcode': '2022NatSR..12.6666N',\n",
- " 'author': ['Nestor, John J.',\n",
- " 'Parkes, David',\n",
- " 'Feigh, Michael',\n",
- " 'Suschak, John J.',\n",
- " 'Harris, M. Scott'],\n",
- " 'title': ['Effects of ALT-801, a GLP-1 and glucagon receptor dual agonist, in a translational mouse model of non-alcoholic steatohepatitis']},\n",
- " {'bibcode': '2005ToxIH..21..231Y',\n",
- " 'author': ['Yilmaz, H. Ramazan', 'Yuksel, Esref'],\n",
- " 'title': ['Effect of 2,4-dichlorophenoxyacetic acid on the activities of some metabolic enzymes for generating pyridine nucleotide pool of cells from mouse liver']},\n",
- " {'bibcode': '2021NatCo..12.7123H',\n",
- " 'author': ['Hillmeier, Markus',\n",
- " 'Wagner, Mirko',\n",
- " 'Ensfelder, Timm',\n",
- " 'Korytiakova, Eva',\n",
- " 'Thumbs, Peter',\n",
- " 'Müller, Markus',\n",
- " 'Carell, Thomas'],\n",
- " 'title': ['Synthesis and structure elucidation of the human tRNA nucleoside mannosyl-queuosine']},\n",
- " {'bibcode': '2006PNAS..10312511D',\n",
- " 'author': ['Dumas, Marc-Emmanuel',\n",
- " 'Barton, Richard H.',\n",
- " 'Toye, Ayo',\n",
- " 'Cloarec, Olivier',\n",
- " 'Blancher, Christine',\n",
- " 'Rothwell, Alice',\n",
- " 'Fearnside, Jane',\n",
- " 'Tatoud, Roger',\n",
- " 'Blanc, Véronique',\n",
- " 'Lindon, John C.',\n",
- " 'Mitchell, Steve C.',\n",
- " 'Holmes, Elaine',\n",
- " 'McCarthy, Mark I.',\n",
- " 'Scott, James',\n",
- " 'Gauguier, Dominique',\n",
- " 'Nicholson, Jeremy K.'],\n",
- " 'title': ['Metabolic profiling reveals a contribution of gut microbiota to fatty liver phenotype in insulin-resistant mice']},\n",
- " {'bibcode': '2012Sci...338..349K',\n",
- " 'author': ['Koike, Nobuya',\n",
- " 'Yoo, Seung-Hee',\n",
- " 'Huang, Hung-Chung',\n",
- " 'Kumar, Vivek',\n",
- " 'Lee, Choogon',\n",
- " 'Kim, Tae-Kyung',\n",
- " 'Takahashi, Joseph S.'],\n",
- " 'title': ['Transcriptional Architecture and Chromatin Landscape of the Core Circadian Clock in Mammals']},\n",
- " {'bibcode': '1995Sci...270..985W',\n",
- " 'author': ['Waterhouse, Paul',\n",
- " 'Penninger, Josef M.',\n",
- " 'Timms, Emma',\n",
- " 'Wakeham, Andrew',\n",
- " 'Shahinian, Arda',\n",
- " 'Lee, Kelvin P.',\n",
- " 'Thompson, Craig B.',\n",
- " 'Griesser, Henrik',\n",
- " 'Mak, Tak W.'],\n",
- " 'title': ['Lymphoproliferative Disorders with Early Lethality in Mice Deficient in Ctla-4']},\n",
- " {'bibcode': '2013EnvMM..54..659B',\n",
- " 'author': ['Banda, Malathi', 'Recio, Leslie', 'Parsons, Barbara L.'],\n",
- " 'title': ['ACB‑PCR measurement of spontaneous and furan‑induced H‑ras Codon 61 CAA to CTA and CAA to AAA mutation in B6C3F1 mouse liver']},\n",
- " {'bibcode': '2019NatCo..10..309Y',\n",
- " 'author': ['Yimit, Askar', 'Adebali, Ogun', 'Sancar, Aziz', 'Jiang, Yuchao'],\n",
- " 'title': ['Differential damage and repair of DNA-adducts induced by anti-cancer drug cisplatin across mouse organs']},\n",
- " {'bibcode': '1988PNAS...85..836B',\n",
- " 'author': ['Brinster, Ralph L.',\n",
- " 'Allen, James M.',\n",
- " 'Behringer, Richard R.',\n",
- " 'Gelinas, Richard E.',\n",
- " 'Palmiter, Richard D.'],\n",
- " 'title': ['Introns increase transcriptional efficiency in transgenic mice.']},\n",
- " {'bibcode': '1981PNAS...78.2253P',\n",
- " 'author': ['Parnes, Jane R.',\n",
- " 'Velan, Baruch',\n",
- " 'Felsenfeld, Adam',\n",
- " 'Ramanathan, Lata',\n",
- " 'Ferrini, Umberto',\n",
- " 'Appella, Ettore',\n",
- " 'Seidman, J. G.'],\n",
- " 'title': ['Mouse β 2-microglobulin cDNA Clones: A Screening Procedure for cDNA Clones Corresponding to Rare mRNAs']},\n",
- " {'bibcode': '2020NatSR..1017593T',\n",
- " 'author': ['Tsuru, Hiromi',\n",
- " 'Osaka, Mizuko',\n",
- " 'Hiraoka, Yuichi',\n",
- " 'Yoshida, Masayuki'],\n",
- " 'title': ['HFD-induced hepatic lipid accumulation and inflammation are decreased in Factor D deficient mouse']},\n",
- " {'bibcode': '2022EnTox..37..362L',\n",
- " 'author': ['Li, Ling',\n",
- " 'Xu, Minjie',\n",
- " 'He, Chao',\n",
- " 'Wang, Hui',\n",
- " 'Hu, Qinglian'],\n",
- " 'title': ['Polystyrene nanoplastics potentiate the development of hepatic fibrosis in high fat diet fed mice']},\n",
- " {'bibcode': '2019ApNan..10..879A',\n",
- " 'author': ['Ahmed, Faizan',\n",
- " 'Husain, Qayyum',\n",
- " 'Ansari, Mohd Owais',\n",
- " 'Shadab, G. G. H. A.'],\n",
- " 'title': ['Antidiabetic and oxidative stress assessment of bio-enzymatically synthesized zinc oxide nanoformulation on streptozotocin-induced hyperglycemic mice']},\n",
- " {'bibcode': '2021NatCo..12.7046H',\n",
- " 'author': ['Hildebrandt, Franziska',\n",
- " 'Andersson, Alma',\n",
- " 'Saarenpää, Sami',\n",
- " 'Larsson, Ludvig',\n",
- " 'Van Hul, Noémi',\n",
- " 'Kanatani, Sachie',\n",
- " 'Masek, Jan',\n",
- " 'Ellis, Ewa',\n",
- " 'Barragan, Antonio',\n",
- " 'Mollbrink, Annelie',\n",
- " 'Andersson, Emma R.',\n",
- " 'Lundeberg, Joakim',\n",
- " 'Ankarklev, Johan'],\n",
- " 'title': ['Spatial Transcriptomics to define transcriptional patterns of zonation and structural components in the mouse liver']},\n",
- " {'bibcode': '1995Natur.376..167B',\n",
- " 'author': ['Beg, Amer A.',\n",
- " 'Sha, William C.',\n",
- " 'Bronson, Roderick T.',\n",
- " 'Ghosh, Sankar',\n",
- " 'Baltimore, David'],\n",
- " 'title': ['Embryonic lethality and liver degeneration in mice lacking the RelA component of NF-κB']},\n",
- " {'bibcode': '2009Nanot..20R5101J',\n",
- " 'author': ['Ji, Zongfei',\n",
- " 'Zhang, Danying',\n",
- " 'Li, Ling',\n",
- " 'Shen, Xizhong',\n",
- " 'Deng, Xiaoyong',\n",
- " 'Dong, Ling',\n",
- " 'Wu, Minhong',\n",
- " 'Liu, Yuanfang'],\n",
- " 'title': ['The hepatotoxicity of multi-walled carbon nanotubes in mice']},\n",
- " {'bibcode': '2009NRL.....4.1275M',\n",
- " 'author': ['Ma, Linglan',\n",
- " 'Zhao, Jinfang',\n",
- " 'Wang, Jue',\n",
- " 'Liu, Jie',\n",
- " 'Duan, Yanmei',\n",
- " 'Liu, Huiting',\n",
- " 'Li, Na',\n",
- " 'Yan, Jingying',\n",
- " 'Ruan, Jie',\n",
- " 'Wang, Han',\n",
- " 'Hong, Fashui'],\n",
- " 'title': ['The Acute Liver Injury in Mice Caused by Nano-Anatase TiO2']},\n",
- " {'bibcode': '1996PNAS...93.9565N',\n",
- " 'author': ['Nelles, Eric',\n",
- " 'Butzler, Christoph',\n",
- " 'Jung, Dirk',\n",
- " 'Temme, Achim',\n",
- " 'Gabriel, Heinz-Dieter',\n",
- " 'Dahl, Ursula',\n",
- " 'Traub, Otto',\n",
- " 'Stumpel, Frank',\n",
- " 'Jungermann, Kurt',\n",
- " 'Zielasek, Jurgen',\n",
- " 'Toyka, Klaus V.',\n",
- " 'Dermietzel, Rolf',\n",
- " 'Willecke, Klaus'],\n",
- " 'title': ['Defective propagation of signals generated by sympathetic nerve stimulation in the liver of connexin32-deficient mice.']},\n",
- " {'bibcode': '2005PNAS..102.4120X',\n",
- " 'author': ['Xu, Zhenrong',\n",
- " 'Chen, Linyun',\n",
- " 'Leung, Laura',\n",
- " 'Yen, T. S. Benedict',\n",
- " 'Lee, Candy',\n",
- " 'Chan, Jefferson Y.'],\n",
- " 'title': ['Liver-specific inactivation of the Nrf1 gene in adult mouse leads to nonalcoholic steatohepatitis and hepatic neoplasia']},\n",
- " {'bibcode': '2020JMoSt121528251C',\n",
- " 'author': ['Charitou, George',\n",
- " 'Tsertos, Charalambos',\n",
- " 'Parpottas, Yiannis',\n",
- " 'Kleanthous, Marina',\n",
- " 'Lederer, Carsten W.',\n",
- " 'Phylactides, Marios'],\n",
- " 'title': ['Study of iron complexes in visceral organs and brain from a 57Fe enriched β-thalassaemia mouse model via Mössbauer spectroscopy']},\n",
- " {'bibcode': '2008PNAS..10519378S',\n",
- " 'author': ['Stratikopoulos, Elias',\n",
- " 'Szabolcs, Matthias',\n",
- " 'Dragatsis, Ioannis',\n",
- " 'Klinakis, Apostolos',\n",
- " 'Efstratiadis, Argiris'],\n",
- " 'title': ['The hormonal action of IGF1 in postnatal mouse growth']},\n",
- " {'bibcode': '2011NatNa...6..321Y',\n",
- " 'author': ['Yamashita, Kohei',\n",
- " 'Yoshioka, Yasuo',\n",
- " 'Higashisaka, Kazuma',\n",
- " 'Mimura, Kazuya',\n",
- " 'Morishita, Yuki',\n",
- " 'Nozaki, Masatoshi',\n",
- " 'Yoshida, Tokuyuki',\n",
- " 'Ogura, Toshinobu',\n",
- " 'Nabeshi, Hiromi',\n",
- " 'Nagano, Kazuya',\n",
- " 'Abe, Yasuhiro',\n",
- " 'Kamada, Haruhiko',\n",
- " 'Monobe, Youko',\n",
- " 'Imazawa, Takayoshi',\n",
- " 'Aoshima, Hisae',\n",
- " 'Shishido, Kiyoshi',\n",
- " 'Kawai, Yuichi',\n",
- " 'Mayumi, Tadanori',\n",
- " 'Tsunoda, Shin-Ichi',\n",
- " 'Itoh, Norio',\n",
- " 'Yoshikawa, Tomoaki',\n",
- " 'Yanagihara, Itaru',\n",
- " 'Saito, Shigeru',\n",
- " 'Tsutsumi, Yasuo'],\n",
- " 'title': ['Silica and titanium dioxide nanoparticles cause pregnancy complications in mice']},\n",
- " {'bibcode': '1976Natur.259..224R',\n",
- " 'author': ['Raff, Martin C.', 'Megson, Mary'],\n",
- " 'title': ['Early production of intracellular IgM by B-lymphocyte precursors in mouse']},\n",
- " {'bibcode': '2020SPIE11317E..0VL',\n",
- " 'author': ['Liu, Yiqiao',\n",
- " 'Gargesha, Madhu',\n",
- " 'Qutaish, Mohammed',\n",
- " 'Zhou, Zhuxian',\n",
- " 'Scott, Bryan',\n",
- " 'Yousefi, Hamed',\n",
- " 'Lu, Zhengrong',\n",
- " 'Wilson, David L.'],\n",
- " 'title': ['Deep learning based multi-organ segmentation and metastases segmentation in whole mouse body and the cryo-imaging cancer imaging and therapy analysis platform (CITAP)']},\n",
- " {'bibcode': '2018NatCo...9..636Y',\n",
- " 'author': ['Yuan, Xunmei',\n",
- " 'Tsujimoto, Kazutaka',\n",
- " 'Hashimoto, Koshi',\n",
- " 'Kawahori, Kenichi',\n",
- " 'Hanzawa, Nozomi',\n",
- " 'Hamaguchi, Miho',\n",
- " 'Seki, Takami',\n",
- " 'Nawa, Makiko',\n",
- " 'Ehara, Tatsuya',\n",
- " 'Kitamura, Yohei',\n",
- " 'Hatada, Izuho',\n",
- " 'Konishi, Morichika',\n",
- " 'Itoh, Nobuyuki',\n",
- " 'Nakagawa, Yoshimi',\n",
- " 'Shimano, Hitoshi',\n",
- " 'Takai-Igarashi, Takako',\n",
- " 'Kamei, Yasutomi',\n",
- " 'Ogawa, Yoshihiro'],\n",
- " 'title': ['Epigenetic modulation of Fgf21 in the perinatal mouse liver ameliorates diet-induced obesity in adulthood']},\n",
- " {'bibcode': '2005PNAS..102.5374R',\n",
- " 'author': ['Rashid, Shirya',\n",
- " 'Curtis, David E.',\n",
- " 'Garuti, Rita',\n",
- " 'Anderson, Norma N.',\n",
- " 'Bashmakov, Yuriy',\n",
- " 'Ho, Y. K.',\n",
- " 'Hammer, Robert E.',\n",
- " 'Moon, Young-Ah',\n",
- " 'Horton, Jay D.'],\n",
- " 'title': ['Decreased plasma cholesterol and hypersensitivity to statins in mice lacking Pcsk9']},\n",
- " {'bibcode': '2006ApPhL..88o3903K',\n",
- " 'author': ['Kim, Seongsin M.',\n",
- " 'Hatami, Fariba',\n",
- " 'Harris, James S.',\n",
- " 'Kurian, Allison W.',\n",
- " 'Ford, James',\n",
- " 'King, Douglas',\n",
- " 'Scalari, Giacomo',\n",
- " 'Giovannini, Marcella',\n",
- " 'Hoyler, Nicolas',\n",
- " 'Faist, Jerome',\n",
- " 'Harris, Geoff'],\n",
- " 'title': ['Biomedical terahertz imaging with a quantum cascade laser']},\n",
- " {'bibcode': '2000Sci...287.1253R',\n",
- " 'author': ['Rudolph, Karl Lenhard',\n",
- " 'Chang, Sandy',\n",
- " 'Millard, Melissa',\n",
- " 'Schreiber-Agus, Nicole',\n",
- " 'DePinho, Ronald A.'],\n",
- " 'title': ['Inhibition of Experimental Liver Cirrhosis in Mice by Telomerase Gene Delivery']},\n",
- " {'bibcode': '2018AdM....3005308C',\n",
- " 'author': ['Cheng, Qiang',\n",
- " 'Wei, Tuo',\n",
- " 'Jia, Yuemeng',\n",
- " 'Farbiak, Lukas',\n",
- " 'Zhou, Kejin',\n",
- " 'Zhang, Shuyuan',\n",
- " 'Wei, Yonglong',\n",
- " 'Zhu, Hao',\n",
- " 'Siegwart, Daniel J.'],\n",
- " 'title': ['Dendrimer‑Based Lipid Nanoparticles Deliver Therapeutic FAH mRNA to Normalize Liver Function and Extend Survival in a Mouse Model of Hepatorenal Tyrosinemia Type I']},\n",
- " {'bibcode': '1991Natur.351..317K',\n",
- " 'author': ['Kim, Chang-Min',\n",
- " 'Koike, Kazuhiko',\n",
- " 'Saito, Izumu',\n",
- " 'Miyamura, Tatsuo',\n",
- " 'Jay, Gilbert'],\n",
- " 'title': ['HBx gene of hepatitis B virus induces liver cancer in transgenic mice']},\n",
- " {'bibcode': '2009PNAS..106.2377L',\n",
- " 'author': ['Liu, Benny',\n",
- " 'Turley, Stephen D.',\n",
- " 'Burns, Dennis K.',\n",
- " 'Miller, Anna M.',\n",
- " 'Repa, Joyce J.',\n",
- " 'Dietschy, John M.'],\n",
- " 'title': ['Reversal of defective lysosomal transport in NPC disease ameliorates liver dysfunction and neurodegeneration in the npc1−/− mouse']},\n",
- " {'bibcode': '2010PNAS..10714508P',\n",
- " 'author': ['Price, John C.',\n",
- " 'Guan, Shenheng',\n",
- " 'Burlingame, Alma',\n",
- " 'Prusiner, Stanley B.',\n",
- " 'Ghaemmaghami, Sina'],\n",
- " 'title': ['Analysis of proteome dynamics in the mouse brain']},\n",
- " {'bibcode': '2017NatSR...7..325T',\n",
- " 'author': ['Tokunaga, Yuko',\n",
- " 'Osawa, Yosuke',\n",
- " 'Ohtsuki, Takahiro',\n",
- " 'Hayashi, Yukiko',\n",
- " 'Yamaji, Kenzaburo',\n",
- " 'Yamane, Daisuke',\n",
- " 'Hara, Mitsuko',\n",
- " 'Munekata, Keisuke',\n",
- " 'Tsukiyama-Kohara, Kyoko',\n",
- " 'Hishima, Tsunekazu',\n",
- " 'Kojima, Soichi',\n",
- " 'Kimura, Kiminori',\n",
- " 'Kohara, Michinori'],\n",
- " 'title': ['Selective inhibitor of Wnt/β-catenin/CBP signaling ameliorates hepatitis C virus-induced liver fibrosis in mouse model']},\n",
- " {'bibcode': '2001PNAS...9813266P',\n",
- " 'author': ['Pritchard, Colin C.',\n",
- " 'Hsu, Li',\n",
- " 'Delrow, Jeffrey',\n",
- " 'Nelson, Peter S.'],\n",
- " 'title': ['Project normal: Defining normal variance in mouse gene expression']},\n",
- " {'bibcode': '2007PNAS..104..979B',\n",
- " 'author': ['Bäckhed, Fredrik',\n",
- " 'Manchester, Jill K.',\n",
- " 'Semenkovich, Clay F.',\n",
- " 'Gordon, Jeffrey I.'],\n",
- " 'title': ['From the Cover: Mechanisms underlying the resistance to diet-induced obesity in germ-free mice']},\n",
- " {'bibcode': '2016PLoSO..1152877J',\n",
- " 'author': ['Jonscher, Karen R.',\n",
- " 'Alfonso-Garcia, Alba',\n",
- " 'Suhalim, Jeffrey L.',\n",
- " 'Orlicky, David J.',\n",
- " 'Potma, Eric O.',\n",
- " 'Ferguson, Virginia L.',\n",
- " 'Bouxsein, Mary L.',\n",
- " 'Bateman, Ted A.',\n",
- " 'Stodieck, Louis S.',\n",
- " 'Levi, Moshe',\n",
- " 'Friedman, Jacob E.',\n",
- " 'Gridley, Daila S.',\n",
- " 'Pecaut, Michael J.'],\n",
- " 'title': ['Spaceflight Activates Lipotoxic Pathways in Mouse Liver']},\n",
- " {'bibcode': '2016NatSR...634989A',\n",
- " 'author': ['Amenya, Hesbon Z.', 'Tohyama, Chiharu', 'Ohsako, Seiichiroh'],\n",
- " 'title': ['Dioxin induces Ahr-dependent robust DNA demethylation of the Cyp1a1 promoter via Tdg in the mouse liver']},\n",
- " {'bibcode': '2002JMMM..248..276H',\n",
- " 'author': ['Halbreich, Avraham',\n",
- " 'Groman, Ernest V.',\n",
- " 'Raison, Danielle',\n",
- " 'Bouchaud, Claude',\n",
- " 'Paturance, Sébastien'],\n",
- " 'title': ['Damage to the protein synthesizing apparatus in mouse liver in vivo by magnetocytolysis in the presence of hepatospecific magnetic nanoparticles']},\n",
- " {'bibcode': '1997PNAS...94.1441Y',\n",
- " 'author': ['Yamada, Yasuhiro',\n",
- " 'Kirillova, Irina',\n",
- " 'Peschon, Jacques J.',\n",
- " 'Fausto, Nelson'],\n",
- " 'title': ['Initiation of Liver Growth by Tumor Necrosis Factor: Deficient Liver Regeneration in Mice Lacking Type I Tumor Necrosis Factor Receptor']},\n",
- " {'bibcode': '2019EnTox..34..878S',\n",
- " 'author': ['Salimi, Ahmad', 'Nikoosiar Jahromi, Mahnia', 'Pourahmad, Jalal'],\n",
- " 'title': ['Maternal exposure causes mitochondrial dysfunction in brain, liver, and heart of mouse fetus: An explanation for perfluorooctanoic acid induced abortion and developmental toxicity']},\n",
- " {'bibcode': '2001PNAS...98.8780N',\n",
- " 'author': ['Nicolas, Gaël',\n",
- " 'Bennoun, Myriam',\n",
- " 'Devaux, Isabelle',\n",
- " 'Beaumont, Carole',\n",
- " 'Grandchamp, Bernard',\n",
- " 'Kahn, Axel',\n",
- " 'Vaulont, Sophie'],\n",
- " 'title': ['From the Cover: Lack of hepcidin gene expression and severe tissue iron overload in upstream stimulatory factor 2 (USF2) knockout mice']},\n",
- " {'bibcode': '1993Natur.364...64M',\n",
- " 'author': ['Medvinsky, Alexander L.',\n",
- " 'Samoylina, Nina L.',\n",
- " 'Müller, Albrecht M.',\n",
- " 'Dzierzak, Elaine A.'],\n",
- " 'title': ['An early pre-liver intraembryonic source of CFU-S in the developing mouse']},\n",
- " {'bibcode': '2021Sci...373..662L',\n",
- " 'author': ['Li, Yajuan',\n",
- " 'Tan, Zhi',\n",
- " 'Zhang, Yaohua',\n",
- " 'Zhang, Zhao',\n",
- " 'Hu, Qingsong',\n",
- " 'Liang, Ke',\n",
- " 'Jun, Yao',\n",
- " 'Ye, Youqiong',\n",
- " 'Li, Yi-Chuan',\n",
- " 'Li, Chunlai',\n",
- " 'Liao, Lan',\n",
- " 'Xu, Jianming',\n",
- " 'Xing, Zhen',\n",
- " 'Pan, Yinghong',\n",
- " 'Chatterjee, Sujash S.',\n",
- " 'Nguyen, Tina K.',\n",
- " 'Hsiao, Heidi',\n",
- " 'Egranov, Sergey D.',\n",
- " 'Putluri, Nagireddy',\n",
- " 'Coarfa, Cristian',\n",
- " 'Hawke, David H.',\n",
- " 'Gunaratne, Preethi H.',\n",
- " 'Tsai, Kuang-Lei',\n",
- " 'Han, Leng',\n",
- " 'Hung, Mien-Chie',\n",
- " 'Calin, George A.',\n",
- " 'Namour, Fares',\n",
- " 'Guéant, Jean-Louis',\n",
- " 'Muntau, Ania C.',\n",
- " 'Blau, Nenad',\n",
- " 'Sutton, V. Reid',\n",
- " 'Schiff, Manuel',\n",
- " 'Feillet, François',\n",
- " 'Zhang, Shuxing',\n",
- " 'Lin, Chunru',\n",
- " 'Yang, Liuqing'],\n",
- " 'title': ['A noncoding RNA modulator potentiates phenylalanine metabolism in mice']},\n",
- " {'bibcode': '2012EnST...4610758W',\n",
- " 'author': ['Wu, Bing',\n",
- " 'Liu, Su',\n",
- " 'Guo, Xuechao',\n",
- " 'Zhang, Yan',\n",
- " 'Zhang, Xuxiang',\n",
- " 'Li, Mei',\n",
- " 'Cheng, Shupei'],\n",
- " 'title': ['Responses of Mouse Liver to Dechlorane Plus Exposure by Integrative Transcriptomic and Metabonomic Studies']},\n",
- " {'bibcode': '1997PNAS...94..569Z',\n",
- " 'author': ['Zhang, Dong-Er',\n",
- " 'Zhang, Pu',\n",
- " 'Wang, Nai-dy',\n",
- " 'Hetherington, Christopher J.',\n",
- " 'Darlington, Gretchen J.',\n",
- " 'Tenen, Daniel G.'],\n",
- " 'title': ['Absence of Granulocyte Colony-Stimulating Factor Signaling and Neutrophil Development in CCAAT Enhancer Binding Protein α -deficient Mice']},\n",
- " {'bibcode': '2014PNAS..111E3297I',\n",
- " 'author': ['Iwaisako, Keiko',\n",
- " 'Jiang, Chunyan',\n",
- " 'Zhang, Mingjun',\n",
- " 'Cong, Min',\n",
- " 'Moore-Morris, Thomas Joseph',\n",
- " 'Park, Tae Jun',\n",
- " 'Liu, Xiao',\n",
- " 'Xu, Jun',\n",
- " 'Wang, Ping',\n",
- " 'Paik, Yong-Han',\n",
- " 'Meng, Fanli',\n",
- " 'Asagiri, Masataka',\n",
- " 'Murray, Lynne A.',\n",
- " 'Hofmann, Alan F.',\n",
- " 'Iida, Takashi',\n",
- " 'Glass, Christopher K.',\n",
- " 'Brenner, David A.',\n",
- " 'Kisseleva, Tatiana'],\n",
- " 'title': ['Origin of myofibroblasts in the fibrotic liver in mice']},\n",
- " {'bibcode': '2000PNAS...9710442L',\n",
- " 'author': ['Lahvis, Garet P.',\n",
- " 'Lindell, Susanne L.',\n",
- " 'Thomas, Russell S.',\n",
- " 'McCuskey, Robert S.',\n",
- " 'Murphy, Christopher',\n",
- " 'Glover, Edward',\n",
- " 'Bentz, Michael',\n",
- " 'Southard, James',\n",
- " 'Bradfield, Christopher A.'],\n",
- " 'title': ['Portosystemic shunting and persistent fetal vascular structures in aryl hydrocarbon receptor-deficient mice']},\n",
- " {'bibcode': '1995Sci...268..722F',\n",
- " 'author': ['Fernandez-Salguero, Pedro',\n",
- " 'Pineau, Thierry',\n",
- " 'Hilbert, David M.',\n",
- " 'McPhail, Timothy',\n",
- " 'Lee, Susanna S. T.',\n",
- " 'Kimura, Shioko',\n",
- " 'Nebert, Daniel W.',\n",
- " 'Rudikoff, Stuart',\n",
- " 'Ward, Jerrold M.',\n",
- " 'Gonzalez, Frank J.'],\n",
- " 'title': ['Immune System Impairment and Hepatic Fibrosis in Mice Lacking the Dioxin- Binding Ah Receptor']},\n",
- " {'bibcode': '2017NatSR...7.3303Y',\n",
- " 'author': ['Yang, Lin',\n",
- " 'Kuang, Huijuan',\n",
- " 'Zhang, Wanyi',\n",
- " 'Aguilar, Zoraida P.',\n",
- " 'Wei, Hua',\n",
- " 'Xu, Hengyi'],\n",
- " 'title': ['Comparisons of the biodistribution and toxicological examinations after repeated intravenous administration of silver and gold nanoparticles in mice']},\n",
- " {'bibcode': '2019NatCo..10.5694W',\n",
- " 'author': ['Weber, Nicholas D.',\n",
- " 'Odriozola, Leticia',\n",
- " 'Martínez-García, Javier',\n",
- " 'Ferrer, Veronica',\n",
- " 'Douar, Anne',\n",
- " 'Bénichou, Bernard',\n",
- " 'González-Aseguinolaza, Gloria',\n",
- " 'Smerdou, Cristian'],\n",
- " 'title': ['Gene therapy for progressive familial intrahepatic cholestasis type 3 in a clinically relevant mouse model']},\n",
- " {'bibcode': '2021NatSR..1121786K',\n",
- " 'author': ['Kurosawa, Ryo',\n",
- " 'Sugimoto, Ryota',\n",
- " 'Imai, Hiroe',\n",
- " 'Atsuji, Kohei',\n",
- " 'Yamada, Koji',\n",
- " 'Kawano, Yusuke',\n",
- " 'Ohtsu, Iwao',\n",
- " 'Suzuki, Kengo'],\n",
- " 'title': ['Impact of spaceflight and artificial gravity on sulfur metabolism in mouse liver: sulfur metabolomic and transcriptomic analysis']},\n",
- " {'bibcode': '1996Natur.382..635N',\n",
- " 'author': ['Nagasawa, Takashi',\n",
- " 'Hirota, Seiichi',\n",
- " 'Tachibana, Kazunobu',\n",
- " 'Takakura, Nobuyuki',\n",
- " 'Nishikawa, Shin-Ichi',\n",
- " 'Kitamura, Yukihiko',\n",
- " 'Yoshida, Nobuaki',\n",
- " 'Kikutani, Hitoshi',\n",
- " 'Kishimoto, Tadamitsu'],\n",
- " 'title': ['Defects of B-cell lymphopoiesis and bone-marrow myelopoiesis in mice lacking the CXC chemokine PBSF/SDF-1']},\n",
- " {'bibcode': '2002Natur.417...78S',\n",
- " 'author': ['Storch, Kai-Florian',\n",
- " 'Lipan, Ovidiu',\n",
- " 'Leykin, Igor',\n",
- " 'Viswanathan, N.',\n",
- " 'Davis, Fred C.',\n",
- " 'Wong, Wing H.',\n",
- " 'Weitz, Charles J.'],\n",
- " 'title': ['Extensive and divergent circadian gene expression in liver and heart']},\n",
- " {'bibcode': '2020NatSR..1019814T',\n",
- " 'author': ['Tang, Guanglin',\n",
- " 'Seume, Nico',\n",
- " 'Häger, Christine',\n",
- " 'Kumstel, Simone',\n",
- " 'Abshagen, Kerstin',\n",
- " 'Bleich, André',\n",
- " 'Vollmar, Brigitte',\n",
- " 'Talbot, Steven R.',\n",
- " 'Zhang, Xianbin',\n",
- " 'Zechner, Dietmar'],\n",
- " 'title': ['Comparing distress of mouse models for liver damage']},\n",
- " {'bibcode': '2023NatSR..1317067R',\n",
- " 'author': ['Roy, Chandra N.',\n",
- " 'Shu, Sherry T.',\n",
- " 'Kline, Christopher',\n",
- " 'Rigatti, Lora',\n",
- " 'Smithgall, Thomas E.',\n",
- " 'Ambrose, Zandrea'],\n",
- " 'title': ['Use of pediatric thymus to humanize mice for HIV-1 mucosal transmission']},\n",
- " {'bibcode': '2022NatCo..13.1516L',\n",
- " 'author': ['Lee, Jaiwoo', 'Byun, Junho', 'Shim, Gayong', 'Oh, Yu-Kyoung'],\n",
- " 'title': ['Fibroblast activation protein activated antifibrotic peptide delivery attenuates fibrosis in mouse models of liver fibrosis']},\n",
- " {'bibcode': '2011PNAS..10811842C',\n",
- " 'author': ['Chen, Alice A.',\n",
- " 'Thomas, David K.',\n",
- " 'Ong, Luvena L.',\n",
- " 'Schwartz, Robert E.',\n",
- " 'Golub, Todd R.',\n",
- " 'Bhatia, Sangeeta N.'],\n",
- " 'title': ['Humanized mice with ectopic artificial liver tissues']},\n",
- " {'bibcode': '2017NatSR...746687D',\n",
- " 'author': ['Deng, Yongfeng',\n",
- " 'Zhang, Yan',\n",
- " 'Lemos, Bernardo',\n",
- " 'Ren, Hongqiang'],\n",
- " 'title': ['Tissue accumulation of microplastics in mice and biomarker responses suggest widespread health risks of exposure']},\n",
- " {'bibcode': '2007PMB....52.1013B',\n",
- " 'author': ['Bitar, A.',\n",
- " 'Lisbona, A.',\n",
- " 'Thedrez, P.',\n",
- " 'Sai Maurel, C.',\n",
- " 'LeForestier, D.',\n",
- " 'Barbet, J.',\n",
- " 'Bardies, M.'],\n",
- " 'title': ['A voxel-based mouse for internal dose calculations using Monte Carlo simulations (MCNP)']},\n",
- " {'bibcode': '2012Sci...335.1503C',\n",
- " 'author': ['Cramer, Paige E.',\n",
- " 'Cirrito, John R.',\n",
- " 'Wesson, Daniel W.',\n",
- " 'Lee, C. Y. Daniel',\n",
- " 'Karlo, J. Colleen',\n",
- " 'Zinn, Adriana E.',\n",
- " 'Casali, Brad T.',\n",
- " 'Restivo, Jessica L.',\n",
- " 'Goebel, Whitney D.',\n",
- " 'James, Michael J.',\n",
- " 'Brunden, Kurt R.',\n",
- " 'Wilson, Donald A.',\n",
- " 'Landreth, Gary E.'],\n",
- " 'title': ['ApoE-Directed Therapeutics Rapidly Clear β-Amyloid and Reverse Deficits in AD Mouse Models']},\n",
- " {'bibcode': '1991PNAS...88.1217P',\n",
- " 'author': ['Parker Ponder, Katherine',\n",
- " 'Gupta, Sanjeev',\n",
- " 'Leland, Frances',\n",
- " 'Darlington, Gretchen',\n",
- " 'Finegold, Milton',\n",
- " 'Demayo, Janet',\n",
- " 'Ledley, Fred D.',\n",
- " 'Chowdhury, Jayanta Roy',\n",
- " 'Woo, Savio L. C.'],\n",
- " 'title': ['Mouse hepatocytes migrate to liver parenchyma and function indefinitely after intrasplenic transplantation.']},\n",
- " {'bibcode': '2018NatSR...8.6789K',\n",
- " 'author': ['Kim, Kook Hwan',\n",
- " 'Kim, Seong Hun',\n",
- " 'Han, Dai Hoon',\n",
- " 'Jo, Young Suk',\n",
- " 'Lee, Yong-ho',\n",
- " 'Lee, Myung-Shik'],\n",
- " 'title': ['Growth differentiation factor 15 ameliorates nonalcoholic steatohepatitis and related metabolic disorders in mice']},\n",
- " {'bibcode': '2002PNAS...9913825Y',\n",
- " 'author': ['Yang, Priscilla L.',\n",
- " 'Althage, Alana',\n",
- " 'Chung, Josan',\n",
- " 'Chisari, Francis V.'],\n",
- " 'title': ['Hydrodynamic injection of viral DNA: A mouse model of acute hepatitis B virus infection']},\n",
- " {'bibcode': '1991PNAS...88.5533W',\n",
- " 'author': ['Williams, Richard K.', 'Jiang, Gui-Sen', 'Holmes, Kathryn V.'],\n",
- " 'title': ['Receptor for mouse hepatitis virus is a member of the carcinoembryonic antigen family of glycoproteins.']},\n",
- " {'bibcode': '2006PNAS..10317862H',\n",
- " 'author': ['Huang, Li-Rung',\n",
- " 'Wu, Hui-Lin',\n",
- " 'Chen, Pei-Jer',\n",
- " 'Chen, Ding-Shinn'],\n",
- " 'title': ['An immunocompetent mouse model for the tolerance of human chronic hepatitis B virus infection']},\n",
- " {'bibcode': '1974Natur.249..361O',\n",
- " 'author': ['Owen, John J. T.', 'Cooper, Max D.', 'Raff, Martin C.'],\n",
- " 'title': [\"In vitro generation of B lymphocytes in mouse foetal liver, a mammalian `bursa equivalent'\"]},\n",
- " {'bibcode': '1980Sci...209.1348L',\n",
- " 'author': ['Liu, Chih-Ping',\n",
- " 'Tucker, Philip W.',\n",
- " 'Mushinski, J. Frederic',\n",
- " 'Blattner, Frederick R.'],\n",
- " 'title': ['Mapping of Heavy Chain Genes for Mouse Immunoglobulins M and D']},\n",
- " {'bibcode': '2018NatSR...8.5913J',\n",
- " 'author': ['Jahn, Hannah M.',\n",
- " 'Kasakow, Carmen V.',\n",
- " 'Helfer, Andreas',\n",
- " 'Michely, Julian',\n",
- " 'Verkhratsky, Alexei',\n",
- " 'Maurer, Hans H.',\n",
- " 'Scheller, Anja',\n",
- " 'Kirchhoff, Frank'],\n",
- " 'title': ['Refined protocols of tamoxifen injection for inducible DNA recombination in mouse astroglia']},\n",
- " {'bibcode': '2011PNAS..108.7890S',\n",
- " 'author': ['Siggs, Owen M.',\n",
- " 'Schnabl, Bernd',\n",
- " 'Webb, Bill',\n",
- " 'Beutler, Bruce'],\n",
- " 'title': ['X-linked cholestasis in mouse due to mutations of the P4-ATPase ATP11C']},\n",
- " {'bibcode': '2004PNAS..101.7088P',\n",
- " 'author': ['Paterson, Janice M.',\n",
- " 'Morton, Nicholas M.',\n",
- " 'Fievet, Catherine',\n",
- " 'Kenyon, Christopher J.',\n",
- " 'Holmes, Megan C.',\n",
- " 'Staels, Bart',\n",
- " 'Seckl, Jonathan R.',\n",
- " 'Mullins, John J.'],\n",
- " 'title': ['Metabolic syndrome without obesity: Hepatic overexpression of 11β-hydroxysteroid dehydrogenase type 1 in transgenic mice']},\n",
- " {'bibcode': '2022ApNan..12..193A',\n",
- " 'author': ['Al-Ali, Ali A. A.',\n",
- " 'Al-Tamimi, Shatha Q.',\n",
- " 'Al-Maliki, Sami J.',\n",
- " 'Abdullah, Mohd Azmuddin'],\n",
- " 'title': ['Toxic effects of zinc oxide nanoparticles and histopathological and caspase-9 expression changes in the liver and lung tissues of male mice model']},\n",
- " {'bibcode': '2021NatCo..12.2121L',\n",
- " 'author': ['Liu, Pengpeng',\n",
- " 'Liang, Shun-Qing',\n",
- " 'Zheng, Chunwei',\n",
- " 'Mintzer, Esther',\n",
- " 'Zhao, Yan G.',\n",
- " 'Ponnienselvan, Karthikeyan',\n",
- " 'Mir, Aamir',\n",
- " 'Sontheimer, Erik J.',\n",
- " 'Gao, Guangping',\n",
- " 'Flotte, Terence R.',\n",
- " 'Wolfe, Scot A.',\n",
- " 'Xue, Wen'],\n",
- " 'title': ['Improved prime editors enable pathogenic allele correction and cancer modelling in adult mice']},\n",
- " {'bibcode': '2008OptCo.281.5480L',\n",
- " 'author': ['Le Grand, Y.', 'Leray, A.', 'Guilbert, T.', 'Odin, C.'],\n",
- " 'title': ['Non-descanned versus descanned epifluorescence collection in two-photon microscopy: Experiments and Monte Carlo simulations']},\n",
- " {'bibcode': '2004PNAS..10117216C',\n",
- " 'author': ['Colnot, S.',\n",
- " 'Decaens, T.',\n",
- " 'Niwa-Kawakita, M.',\n",
- " 'Godard, C.',\n",
- " 'Hamard, G.',\n",
- " 'Kahn, A.',\n",
- " 'Giovannini, M.',\n",
- " 'Perret, C.'],\n",
- " 'title': ['Liver-targeted disruption of Apc in mice activates β-catenin signaling and leads to hepatocellular carcinomas']},\n",
- " {'bibcode': '2016NatSR...638513G',\n",
- " 'author': ['Gong, Huan',\n",
- " 'Sun, Liang',\n",
- " 'Chen, Beidong',\n",
- " 'Han, Yiwen',\n",
- " 'Pang, Jing',\n",
- " 'Wu, Wei',\n",
- " 'Qi, Ruomei',\n",
- " 'Zhang, Tie-Mei'],\n",
- " 'title': ['Evaluation of candidate reference genes for RT-qPCR studies in three metabolism related tissues of mice after caloric restriction']},\n",
- " {'bibcode': '2018NatSR...8.6854W',\n",
- " 'author': ['Wrzosek, Laura',\n",
- " 'Ciocan, Dragos',\n",
- " 'Borentain, Patrick',\n",
- " 'Spatz, Madeleine',\n",
- " 'Puchois, Virginie',\n",
- " 'Hugot, Cindy',\n",
- " 'Ferrere, Gladys',\n",
- " 'Mayeur, Camille',\n",
- " 'Perlemuter, Gabriel',\n",
- " 'Cassard, Anne-Marie'],\n",
- " 'title': ['Transplantation of human microbiota into conventional mice durably reshapes the gut microbiota']},\n",
- " {'bibcode': '2015NatSR...5E7973L',\n",
- " 'author': ['Liu, Min',\n",
- " 'Xu, Lina',\n",
- " 'Yin, Lianhong',\n",
- " 'Qi, Yan',\n",
- " 'Xu, Youwei',\n",
- " 'Han, Xu',\n",
- " 'Zhao, Yanyan',\n",
- " 'Sun, Huijun',\n",
- " 'Yao, Jihong',\n",
- " 'Lin, Yuan',\n",
- " 'Liu, Kexin',\n",
- " 'Peng, Jinyong'],\n",
- " 'title': ['Potent effects of dioscin against obesity in mice']},\n",
- " {'bibcode': '2020NatSR..10.5713Z',\n",
- " 'author': ['Zheng, Meilin',\n",
- " 'Qin, Qizhong',\n",
- " 'Zhou, Wenli',\n",
- " 'Liu, Qin',\n",
- " 'Zeng, Shaohua',\n",
- " 'Xiao, Hong',\n",
- " 'Bai, Qunhua',\n",
- " 'Gao, Jieying'],\n",
- " 'title': ['Metabolic disturbance in hippocampus and liver of mice: A primary response to imidacloprid exposure']},\n",
- " {'bibcode': '1983Natur.306..332B',\n",
- " 'author': ['Brinster, Ralph L.',\n",
- " 'Ritchie, Kindred A.',\n",
- " 'Hammer, Robert E.',\n",
- " \"O'Brien, Rebecca L.\",\n",
- " 'Arp, Benjamin',\n",
- " 'Storb, Ursula'],\n",
- " 'title': ['Expression of a microinjected immunoglobulin gene in the spleen of transgenic mice']},\n",
- " {'bibcode': '2016PLoSO..1165963C',\n",
- " 'author': ['Cheng, Bingbing',\n",
- " 'Bandi, Venugopal',\n",
- " 'Wei, Ming-Yuan',\n",
- " 'Pei, Yanbo',\n",
- " \"D'Souza, Francis\",\n",
- " 'Nguyen, Kytai T.',\n",
- " 'Hong, Yi',\n",
- " 'Yuan, Baohong'],\n",
- " 'title': ['High-Resolution Ultrasound-Switchable Fluorescence Imaging in Centimeter-Deep Tissue Phantoms with High Signal-To-Noise Ratio and High Sensitivity via Novel Contrast Agents']},\n",
- " {'bibcode': '2017Natur.542..352H',\n",
- " 'author': ['Halpern, Keren Bahar',\n",
- " 'Shenhav, Rom',\n",
- " 'Matcovitch-Natan, Orit',\n",
- " 'Tóth, Beáta',\n",
- " 'Lemze, Doron',\n",
- " 'Golan, Matan',\n",
- " 'Massasa, Efi E.',\n",
- " 'Baydatch, Shaked',\n",
- " 'Landen, Shanie',\n",
- " 'Moor, Andreas E.',\n",
- " 'Brandis, Alexander',\n",
- " 'Giladi, Amir',\n",
- " 'Stokar-Avihail, Avigail',\n",
- " 'David, Eyal',\n",
- " 'Amit, Ido',\n",
- " 'Itzkovitz, Shalev'],\n",
- " 'title': ['Single-cell spatial reconstruction reveals global division of labour in the mammalian liver']},\n",
- " {'bibcode': '2018NatSR...816070C',\n",
- " 'author': ['Cho, Young-Eun',\n",
- " 'Seo, Wonhyo',\n",
- " 'Kim, Do-Kyun',\n",
- " 'Moon, Pyong-Gon',\n",
- " 'Kim, Sang-Hyun',\n",
- " 'Lee, Byung-Heon',\n",
- " 'Song, Byoung-Joon',\n",
- " 'Baek, Moon-Chang'],\n",
- " 'title': ['Exogenous exosomes from mice with acetaminophen-induced liver injury promote toxicity in the recipient hepatocytes and mice']},\n",
- " {'bibcode': '2022NatCo..13.3279U',\n",
- " 'author': ['Umeshappa, Channakeshava Sokke',\n",
- " 'Solé, Patricia',\n",
- " 'Yamanouchi, Jun',\n",
- " 'Mohapatra, Saswat',\n",
- " 'Surewaard, Bas G. J.',\n",
- " 'Garnica, Josep',\n",
- " 'Singha, Santiswarup',\n",
- " 'Mondal, Debajyoti',\n",
- " 'Cortés-Vicente, Elena',\n",
- " \"D'Mello, Charlotte\",\n",
- " 'Mason, Andrew',\n",
- " 'Kubes, Paul',\n",
- " 'Serra, Pau',\n",
- " 'Yang, Yang',\n",
- " 'Santamaria, Pere'],\n",
- " 'title': ['Re-programming mouse liver-resident invariant natural killer T cells for suppressing hepatic and diabetogenic autoimmunity']},\n",
- " {'bibcode': '1998Natur.391..900W',\n",
- " 'author': ['Withers, Dominic J.',\n",
- " 'Gutierrez, Julio Sanchez',\n",
- " 'Towery, Heather',\n",
- " 'Burks, Deborah J.',\n",
- " 'Ren, Jian-Ming',\n",
- " 'Previs, Stephen',\n",
- " 'Zhang, Yitao',\n",
- " 'Bernal, Dolores',\n",
- " 'Pons, Sebastian',\n",
- " 'Shulman, Gerald I.',\n",
- " 'Bonner-Weir, Susan',\n",
- " 'White, Morris F.'],\n",
- " 'title': ['Disruption of IRS-2 causes type 2 diabetes in mice']},\n",
- " {'bibcode': '2003Natur.423..550P',\n",
- " 'author': ['Puigserver, Pere',\n",
- " 'Rhee, James',\n",
- " 'Donovan, Jerry',\n",
- " 'Walkey, Christopher J.',\n",
- " 'Yoon, J. Cliff',\n",
- " 'Oriente, Francesco',\n",
- " 'Kitamura, Yukari',\n",
- " 'Altomonte, Jennifer',\n",
- " 'Dong, Hengjiang',\n",
- " 'Accili, Domenico',\n",
- " 'Spiegelman, Bruce M.'],\n",
- " 'title': ['Insulin-regulated hepatic gluconeogenesis through FOXO1-PGC-1α interaction']},\n",
- " {'bibcode': '2018NatSR...813168A',\n",
- " 'author': ['Anfuso, Beatrice',\n",
- " 'El-Khobar, Korri E.',\n",
- " 'Ie, Susan I.',\n",
- " 'Avellini, Claudio',\n",
- " 'Radillo, Oriano',\n",
- " 'Raseni, Alan',\n",
- " 'Tiribelli, Claudio',\n",
- " 'Sukowati, Caecilia H. C.'],\n",
- " 'title': ['Activation of hepatic stem cells compartment during hepatocarcinogenesis in a HBsAg HBV-transgenic mouse model']},\n",
- " {'bibcode': '1970Natur.225..462W',\n",
- " 'author': ['Wegmann, Thomas G.'],\n",
- " 'title': ['Enzyme Patterns in Tetraparental Mouse Liver']},\n",
- " {'bibcode': '2017NatSR...744754K',\n",
- " 'author': ['Komiya, Chikara',\n",
- " 'Tanaka, Miyako',\n",
- " 'Tsuchiya, Kyoichiro',\n",
- " 'Shimazu, Noriko',\n",
- " 'Mori, Kentaro',\n",
- " 'Furuke, Shunsaku',\n",
- " 'Miyachi, Yasutaka',\n",
- " 'Shiba, Kumiko',\n",
- " 'Yamaguchi, Shinobu',\n",
- " 'Ikeda, Kenji',\n",
- " 'Ochi, Kozue',\n",
- " 'Nakabayashi, Kazuhiko',\n",
- " 'Hata, Ken-Ichiro',\n",
- " 'Itoh, Michiko',\n",
- " 'Suganami, Takayoshi',\n",
- " 'Ogawa, Yoshihiro'],\n",
- " 'title': ['Antifibrotic effect of pirfenidone in a mouse model of human nonalcoholic steatohepatitis']},\n",
- " {'bibcode': '2008PNAS..10514342R',\n",
- " 'author': ['Rabinovich, Brian A.',\n",
- " 'Ye, Yang',\n",
- " 'Etto, Tamara',\n",
- " 'Chen, Jie Qing',\n",
- " 'Levitsky, Hyam I.',\n",
- " 'Overwijk, Willem W.',\n",
- " 'Cooper, Laurence J. N.',\n",
- " 'Gelovani, Juri',\n",
- " 'Hwu, Patrick'],\n",
- " 'title': ['Visualizing fewer than 10 mouse T cells with an enhanced firefly luciferase in immunocompetent mouse models of cancer']},\n",
- " {'bibcode': '2010NRL.....5..108L',\n",
- " 'author': ['Li, Na',\n",
- " 'Ma, Linglan',\n",
- " 'Wang, Jue',\n",
- " 'Zheng, Lei',\n",
- " 'Liu, Jie',\n",
- " 'Duan, Yanmei',\n",
- " 'Liu, Huiting',\n",
- " 'Zhao, Xiaoyang',\n",
- " 'Wang, Sisi',\n",
- " 'Wang, Han',\n",
- " 'Hong, Fashui',\n",
- " 'Xie, Yaning'],\n",
- " 'title': ['Interaction Between Nano-Anatase TiO2 and Liver DNA from Mice In Vivo']},\n",
- " {'bibcode': '1990Sci...250.1273Y',\n",
- " 'author': ['Yokode, Masayuki',\n",
- " 'Hammer, Robert E.',\n",
- " 'Ishibashi, Shun',\n",
- " 'Brown, Michael S.',\n",
- " 'Goldstein, Joseph L.'],\n",
- " 'title': ['Diet-Induced Hypercholesterolemia in Mice: Prevention by Overexpression of LDL Receptors']},\n",
- " {'bibcode': '2002PNAS...99.4596N',\n",
- " 'author': ['Nicolas, Gaël',\n",
- " 'Bennoun, Myriam',\n",
- " 'Porteu, Arlette',\n",
- " 'Mativet, Sandrine',\n",
- " 'Beaumont, Carole',\n",
- " 'Grandchamp, Bernard',\n",
- " 'Sirito, Mario',\n",
- " 'Sawadogo, Michèle',\n",
- " 'Kahn, Axel',\n",
- " 'Vaulont, Sophie'],\n",
- " 'title': ['Severe iron deficiency anemia in transgenic mice expressing liver hepcidin']},\n",
- " {'bibcode': '1982PNAS...79.2172H',\n",
- " 'author': ['Hannappel, Ewald',\n",
- " 'Xu, -Jun, , Gen',\n",
- " 'Morgan, James',\n",
- " 'Hempstead, James',\n",
- " 'Horecker, B. L.'],\n",
- " 'title': ['Thymosin β 4: A Ubiquitous Peptide in Rat and Mouse Tissues']},\n",
- " {'bibcode': '2012PLoSO...746835K',\n",
- " 'author': ['Korenčič, Anja',\n",
- " 'Bordyugov, Grigory',\n",
- " 'Košir, Rok',\n",
- " 'Rozman, Damjana',\n",
- " 'Goličnik, Marko',\n",
- " 'Herzel, Hanspeter'],\n",
- " 'title': ['The Interplay of cis-Regulatory Elements Rules Circadian Rhythms in Mouse Liver']},\n",
- " {'bibcode': '2017NatCo...8..549A',\n",
- " 'author': ['Armour, Sean M.',\n",
- " 'Remsberg, Jarrett R.',\n",
- " 'Damle, Manashree',\n",
- " 'Sidoli, Simone',\n",
- " 'Ho, Wesley Y.',\n",
- " 'Li, Zhenghui',\n",
- " 'Garcia, Benjamin A.',\n",
- " 'Lazar, Mitchell A.'],\n",
- " 'title': ['An HDAC3-PROX1 corepressor module acts on HNF4α to control hepatic triglycerides']},\n",
- " {'bibcode': '2017NatSR...7.6224S',\n",
- " 'author': ['Schenk, Arne',\n",
- " 'Ghallab, Ahmed',\n",
- " 'Hofmann, Ute',\n",
- " 'Hassan, Reham',\n",
- " 'Schwarz, Michael',\n",
- " 'Schuppert, Andreas',\n",
- " 'Schwen, Lars Ole',\n",
- " 'Braeuning, Albert',\n",
- " 'Teutonico, Donato',\n",
- " 'Hengstler, Jan G.',\n",
- " 'Kuepfer, Lars'],\n",
- " 'title': ['Physiologically-based modelling in mice suggests an aggravated loss of clearance capacity after toxic liver damage']},\n",
- " {'bibcode': '2001PNAS...98.5560L',\n",
- " 'author': ['Lu, Shelly C.',\n",
- " 'Alvarez, Luis',\n",
- " 'Huang, Zong-Zhi',\n",
- " 'Chen, Lixin',\n",
- " 'An, Wei',\n",
- " 'Corrales, Fernando J.',\n",
- " 'Avila, Matías A.',\n",
- " 'Kanel, Gary',\n",
- " 'Mato, José M.'],\n",
- " 'title': ['Methionine adenosyltransferase 1A knockout mice are predisposed to liver injury and exhibit increased expression of genes involved in proliferation']},\n",
- " {'bibcode': '1999PNAS...9614505L',\n",
- " 'author': ['Li, Hong Hua',\n",
- " 'Yu, Wei-Hong',\n",
- " 'Rozengurt, Nora',\n",
- " 'Zhao, Hui-Zhi',\n",
- " 'Lyons, Karen M.',\n",
- " 'Anagnostaras, Stephan',\n",
- " 'Fanselow, Michael S.',\n",
- " 'Suzuki, Kunihiko',\n",
- " 'Vanier, Marie T.',\n",
- " 'Neufeld, Elizabeth F.'],\n",
- " 'title': ['Mouse Model of Sanfilippo Syndrome Type B Produced by Targeted Disruption of the Gene Encoding α -N-acetylglucosaminidase']},\n",
- " {'bibcode': '1987PNAS...84.3457C',\n",
- " 'author': ['Craven, C. M.',\n",
- " 'Alexander, J.',\n",
- " 'Eldridge, M.',\n",
- " 'Kushner, J. P.',\n",
- " 'Bernstein, S.',\n",
- " 'Kaplan, J.'],\n",
- " 'title': ['Tissue distribution and clearance kinetics of non-transferrin-bound iron in the hypotransferrinemic mouse: a rodent model for hemochromatosis.']},\n",
- " {'bibcode': '1967Sci...157.1327F',\n",
- " 'author': ['Fantoni, Antonio', 'Bank, Arthur', 'Marks, Paul A.'],\n",
- " 'title': ['Globin Composition and Synthesis of Hemoglobins in Developing Fetal Mice Erythroid Cells']},\n",
- " {'bibcode': '1998PNAS...95.5987H',\n",
- " 'author': ['Horton, Jay D.',\n",
- " 'Bashmakov, Yuriy',\n",
- " 'Shimomura, Iichiro',\n",
- " 'Shimano, Hitoshi'],\n",
- " 'title': ['Regulation of Sterol Regulatory Element Binding Proteins in Livers of Fasted and Refed Mice']},\n",
- " {'bibcode': '1999PNAS...96.7088S',\n",
- " 'author': ['Sjögren, Klara',\n",
- " 'Liu, Jun-Li',\n",
- " 'Blad, Kristina',\n",
- " 'Skrtic, Stanko',\n",
- " 'Vidal, Olle',\n",
- " 'Wallenius, Ville',\n",
- " 'LeRoith, Derek',\n",
- " 'Törnell, Jan',\n",
- " 'Isaksson, Olle G. P.',\n",
- " 'Jansson, John-Olov',\n",
- " 'Ohlsson, Claes'],\n",
- " 'title': ['Liver-Derived Insulin-Like Growth Factor I (IGF-I) Is the Principal Source of IGF-I in Blood but Is Not Required for Postnatal Body Growth in Mice']},\n",
- " {'bibcode': '2003EnTox..18..243F',\n",
- " 'author': ['Froscio, Suzanne M.',\n",
- " 'Humpage, Andrew R.',\n",
- " 'Burcham, Philip C.',\n",
- " 'Falconer, Ian R.'],\n",
- " 'title': ['Cylindrospermopsin‑induced protein synthesis inhibition and its dissociation from acute toxicity in mouse hepatocytes']},\n",
- " {'bibcode': '2019NatSR...914908S',\n",
- " 'author': ['Sessegolo, Camille',\n",
- " 'Cruaud, Corinne',\n",
- " 'Da Silva, Corinne',\n",
- " 'Cologne, Audric',\n",
- " 'Dubarry, Marion',\n",
- " 'Derrien, Thomas',\n",
- " 'Lacroix, Vincent',\n",
- " 'Aury, Jean-Marc'],\n",
- " 'title': ['Transcriptome profiling of mouse samples using nanopore sequencing of cDNA and RNA molecules']},\n",
- " {'bibcode': '2017NatSR...7..957P',\n",
- " 'author': ['Purhonen, Janne',\n",
- " 'Rajendran, Jayasimman',\n",
- " 'Mörgelin, Matthias',\n",
- " 'Uusi-Rauva, Kristiina',\n",
- " 'Katayama, Shintaro',\n",
- " 'Krjutskov, Kaarel',\n",
- " 'Einarsdottir, Elisabet',\n",
- " 'Velagapudi, Vidya',\n",
- " 'Kere, Juha',\n",
- " 'Jauhiainen, Matti',\n",
- " 'Fellman, Vineta',\n",
- " 'Kallijärvi, Jukka'],\n",
- " 'title': ['Ketogenic diet attenuates hepatopathy in mouse model of respiratory chain complex III deficiency caused by a Bcs1l mutation']},\n",
- " {'bibcode': '2018Sci...359.1156M',\n",
- " 'author': ['Manfredo Vieira, S.',\n",
- " 'Hiltensperger, M.',\n",
- " 'Kumar, V.',\n",
- " 'Zegarra-Ruiz, D.',\n",
- " 'Dehner, C.',\n",
- " 'Khan, N.',\n",
- " 'Costa, F. R. C.',\n",
- " 'Tiniakou, E.',\n",
- " 'Greiling, T.',\n",
- " 'Ruff, W.',\n",
- " 'Barbieri, A.',\n",
- " 'Kriegel, C.',\n",
- " 'Mehta, S. S.',\n",
- " 'Knight, J. R.',\n",
- " 'Jain, D.',\n",
- " 'Goodman, A. L.',\n",
- " 'Kriegel, M. A.'],\n",
- " 'title': ['Translocation of a gut pathobiont drives autoimmunity in mice and humans']},\n",
- " {'bibcode': '1991PNAS...88.2726W',\n",
- " 'author': ['Williams, R. S.',\n",
- " 'Johnston, S. A.',\n",
- " 'Riedy, M.',\n",
- " 'DeVit, M. J.',\n",
- " 'McElligott, S. G.',\n",
- " 'Sanford, J. C.'],\n",
- " 'title': ['Introduction of foreign genes into tissues of living mice by DNA-coated microprojectiles.']},\n",
- " {'bibcode': '2010Natur.466..714M',\n",
- " 'author': ['Musunuru, Kiran',\n",
- " 'Strong, Alanna',\n",
- " 'Frank-Kamenetsky, Maria',\n",
- " 'Lee, Noemi E.',\n",
- " 'Ahfeldt, Tim',\n",
- " 'Sachs, Katherine V.',\n",
- " 'Li, Xiaoyu',\n",
- " 'Li, Hui',\n",
- " 'Kuperwasser, Nicolas',\n",
- " 'Ruda, Vera M.',\n",
- " 'Pirruccello, James P.',\n",
- " 'Muchmore, Brian',\n",
- " 'Prokunina-Olsson, Ludmila',\n",
- " 'Hall, Jennifer L.',\n",
- " 'Schadt, Eric E.',\n",
- " 'Morales, Carlos R.',\n",
- " 'Lund-Katz, Sissel',\n",
- " 'Phillips, Michael C.',\n",
- " 'Wong, Jamie',\n",
- " 'Cantley, William',\n",
- " 'Racie, Timothy',\n",
- " 'Ejebe, Kenechi G.',\n",
- " 'Orho-Melander, Marju',\n",
- " 'Melander, Olle',\n",
- " 'Koteliansky, Victor',\n",
- " 'Fitzgerald, Kevin',\n",
- " 'Krauss, Ronald M.',\n",
- " 'Cowan, Chad A.',\n",
- " 'Kathiresan, Sekar',\n",
- " 'Rader, Daniel J.'],\n",
- " 'title': ['From noncoding variant to phenotype via SORT1 at the 1p13 cholesterol locus']},\n",
- " {'bibcode': '2009PNAS..10613511Z',\n",
- " 'author': ['Zavaleta, Cristina L.',\n",
- " 'Smith, Bryan R.',\n",
- " 'Walton, Ian',\n",
- " 'Doering, William',\n",
- " 'Davis, Glenn',\n",
- " 'Shojaei, Borzoyeh',\n",
- " 'Natan, Michael J.',\n",
- " 'Gambhir, Sanjiv S.'],\n",
- " 'title': ['Multiplexed imaging of surface enhanced Raman scattering nanotags in living mice using noninvasive Raman spectroscopy']},\n",
- " {'bibcode': '2006PNAS..103.5723K',\n",
- " 'author': ['Kondo, Yoshitaka',\n",
- " 'Inai, Yoko',\n",
- " 'Sato, Yasunori',\n",
- " 'Handa, Setsuko',\n",
- " 'Kubo, Sachiho',\n",
- " 'Shimokado, Kentaro',\n",
- " 'Goto, Sataro',\n",
- " 'Nishikimi, Morimitsu',\n",
- " 'Maruyama, Naoki',\n",
- " 'Ishigami, Akihito'],\n",
- " 'title': ['Senescence marker protein 30 functions as gluconolactonase in L-ascorbic acid biosynthesis, and its knockout mice are prone to scurvy']},\n",
- " {'bibcode': '2019NatSR...914937K',\n",
- " 'author': ['Krupenko, Natalia I.',\n",
- " 'Sharma, Jaspreet',\n",
- " 'Pediaditakis, Peter',\n",
- " 'Fekry, Baharan',\n",
- " 'Helke, Kristi L.',\n",
- " 'Du, Xiuxia',\n",
- " 'Sumner, Susan',\n",
- " 'Krupenko, Sergey A.'],\n",
- " 'title': ['Cytosolic 10-formyltetrahydrofolate dehydrogenase regulates glycine metabolism in mouse liver']},\n",
- " {'bibcode': '1998PNAS...95.8847C',\n",
- " 'author': ['Coste, Alix de La',\n",
- " 'Romagnolo, Béatrice',\n",
- " 'Billuart, Pierre',\n",
- " 'Renard, Claire-Angélique',\n",
- " 'Buendia, Marie-Annick',\n",
- " 'Soubrane, Olivier',\n",
- " 'Fabre, Monique',\n",
- " 'Chelly, Jamel',\n",
- " 'Beldjord, Cherif',\n",
- " 'Kahn, Axel',\n",
- " 'Perret, Christine'],\n",
- " 'title': ['Somatic mutations of the β-catenin gene are frequent in mouse and human hepatocellular carcinomas']},\n",
- " {'bibcode': '2000PNAS...97.2214F',\n",
- " 'author': ['Fleming, Robert E.',\n",
- " 'Migas, Mary C.',\n",
- " 'Holden, Christopher C.',\n",
- " 'Waheed, Abdul',\n",
- " 'Britton, Robert S.',\n",
- " 'Tomatsu, Shunji',\n",
- " 'Bacon, Bruce R.',\n",
- " 'Sly, William S.'],\n",
- " 'title': ['Transferrin receptor 2: Continued expression in mouse liver in the face of iron overload and in hereditary hemochromatosis']},\n",
- " {'bibcode': '2011Natur.476..341B',\n",
- " 'author': ['Baughman, Joshua M.',\n",
- " 'Perocchi, Fabiana',\n",
- " 'Girgis, Hany S.',\n",
- " 'Plovanich, Molly',\n",
- " 'Belcher-Timme, Casey A.',\n",
- " 'Sancak, Yasemin',\n",
- " 'Bao, X. Robert',\n",
- " 'Strittmatter, Laura',\n",
- " 'Goldberger, Olga',\n",
- " 'Bogorad, Roman L.',\n",
- " 'Koteliansky, Victor',\n",
- " 'Mootha, Vamsi K.'],\n",
- " 'title': ['Integrative genomics identifies MCU as an essential component of the mitochondrial calcium uniporter']},\n",
- " {'bibcode': '2023NatCo..14.6827C',\n",
- " 'author': ['Cao, Yang',\n",
- " 'Liu, Huachun',\n",
- " 'Lu, Shannon S.',\n",
- " 'Jones, Krysten A.',\n",
- " 'Govind, Anitha P.',\n",
- " 'Jeyifous, Okunola',\n",
- " 'Simmons, Christine Q.',\n",
- " 'Tabatabaei, Negar',\n",
- " 'Green, William N.',\n",
- " 'Holder, Jimmy. L.',\n",
- " 'Tahmasebi, Soroush',\n",
- " 'George, Alfred L.',\n",
- " 'Dickinson, Bryan C.'],\n",
- " 'title': ['RNA-based translation activators for targeted gene upregulation']},\n",
- " {'bibcode': '1973PNAS...70.3899B',\n",
- " 'author': ['Bernstine, Edward G.',\n",
- " 'Hooper, Martin L.',\n",
- " 'Grandchamp, Simone',\n",
- " 'Ephrussi, Boris'],\n",
- " 'title': ['Alkaline Phosphatase Activity in Mouse Teratoma']},\n",
- " {'bibcode': '2020NatSR..10.9704C',\n",
- " 'author': ['Chikada, Hiromi',\n",
- " 'Ida, Kinuyo',\n",
- " 'Nishikawa, Yuji',\n",
- " 'Inagaki, Yutaka',\n",
- " 'Kamiya, Akihide'],\n",
- " 'title': ['Liver-specific knockout of B cell lymphoma 6 suppresses progression of non-alcoholic steatohepatitis in mice']},\n",
- " {'bibcode': '2018NatSR...810703C',\n",
- " 'author': ['Chen, Jing',\n",
- " 'Gálvez-Peralta, Marina',\n",
- " 'Zhang, Xiang',\n",
- " 'Deng, Jingyuan',\n",
- " 'Liu, Zijuan',\n",
- " 'Nebert, Daniel W.'],\n",
- " 'title': ['In utero gene expression in the Slc39a8(neo/neo) knockdown mouse']},\n",
- " {'bibcode': '2011Natur.478..123H',\n",
- " 'author': ['Hua, Yimin',\n",
- " 'Sahashi, Kentaro',\n",
- " 'Rigo, Frank',\n",
- " 'Hung, Gene',\n",
- " 'Horev, Guy',\n",
- " 'Bennett, C. Frank',\n",
- " 'Krainer, Adrian R.'],\n",
- " 'title': ['Peripheral SMN restoration is essential for long-term rescue of a severe spinal muscular atrophy mouse model']},\n",
- " {'bibcode': '2018NatSR...8..102O',\n",
- " 'author': ['Oe, Yuji',\n",
- " 'Ko, Mieko',\n",
- " 'Fushima, Tomofumi',\n",
- " 'Sato, Emiko',\n",
- " 'Karumanchi, S. Ananth',\n",
- " 'Sato, Hiroshi',\n",
- " 'Sugawara, Junichi',\n",
- " 'Ito, Sadayoshi',\n",
- " 'Takahashi, Nobuyuki'],\n",
- " 'title': ['Hepatic dysfunction and thrombocytopenia induced by excess sFlt1 in mice lacking endothelial nitric oxide synthase']},\n",
- " {'bibcode': '2019NatSR...9..204K',\n",
- " 'author': ['Kawashita, Eri',\n",
- " 'Ishihara, Keiichi',\n",
- " 'Nomoto, Madoka',\n",
- " 'Taniguchi, Mika',\n",
- " 'Akiba, Satoshi'],\n",
- " 'title': ['A comparative analysis of hepatic pathological phenotypes in C57BL/6J and C57BL/6N mouse strains in non-alcoholic steatohepatitis models']},\n",
- " {'bibcode': '1965Sci...149..981F',\n",
- " 'author': ['Finlayson, J. S.', 'Asofsky, R.', 'Potter, M.', 'Runner, C. C.'],\n",
- " 'title': ['Major Urinary Protein Complex of Normal Mice: Origin']},\n",
- " {'bibcode': '1992PNAS...89.1502I',\n",
- " 'author': ['Ikuta, Koichi', 'Weissman, Irving L.'],\n",
- " 'title': ['Evidence that hematopoietic stem cells express mouse c-kit but do not depend on steel factor for their generation.']},\n",
- " {'bibcode': '1999Natur.401...73S',\n",
- " 'author': ['Shimomura, Iichiro',\n",
- " 'Hammer, Robert E.',\n",
- " 'Ikemoto, Shinji',\n",
- " 'Brown, Michael S.',\n",
- " 'Goldstein, Joseph L.'],\n",
- " 'title': ['Leptin reverses insulin resistance and diabetes mellitus in mice with congenital lipodystrophy']},\n",
- " {'bibcode': '1963Natur.197.1106N',\n",
- " 'author': ['Neifakh, S. A.', 'Kazakova, T. B.'],\n",
- " 'title': ['Actomyosin-like Protein in Mitochondria of the Mouse Liver']},\n",
- " {'bibcode': '2012PNAS..109.4320I',\n",
- " 'author': ['Ishimoto, Takuji',\n",
- " 'Lanaspa, Miguel A.',\n",
- " 'Le, MyPhuong T.',\n",
- " 'Garcia, Gabriela E.',\n",
- " 'Diggle, Christine P.',\n",
- " 'MacLean, Paul S.',\n",
- " 'Jackman, Matthew R.',\n",
- " 'Asipu, Aruna',\n",
- " 'Roncal-Jimenez, Carlos A.',\n",
- " 'Kosugi, Tomoki',\n",
- " 'Rivard, Christopher J.',\n",
- " 'Maruyama, Shoichi',\n",
- " 'Rodriguez-Iturbe, Bernardo',\n",
- " 'Sánchez-Lozada, Laura G.',\n",
- " 'Bonthron, David T.',\n",
- " 'Sautin, Yuri Y.',\n",
- " 'Johnson, Richard J.'],\n",
- " 'title': ['Opposing effects of fructokinase C and A isoforms on fructose-induced metabolic syndrome in mice']},\n",
- " {'bibcode': '2020SPIE11553E..2BS',\n",
- " 'author': ['Shi, Ke',\n",
- " 'Zhang, Limin',\n",
- " 'Zhao, Zhichao',\n",
- " 'Cao, Bin',\n",
- " 'Chen, Nan',\n",
- " 'Li, Jiao',\n",
- " 'Zhou, Zhongxing',\n",
- " 'Gao, Feng'],\n",
- " 'title': ['Assessing pharmacokinetics of indocyanine green in liver injury mice using dynamic diffuse fluorescence tomography system']},\n",
- " {'bibcode': '2020NatSR..10.2565M',\n",
- " 'author': ['Musolino, Vincenzo',\n",
- " 'Gliozzi, Micaela',\n",
- " 'Scarano, Federica',\n",
- " 'Bosco, Francesca',\n",
- " 'Scicchitano, Miriam',\n",
- " 'Nucera, Saverio',\n",
- " 'Carresi, Cristina',\n",
- " 'Ruga, Stefano',\n",
- " 'Zito, Maria Caterina',\n",
- " 'Maiuolo, Jessica',\n",
- " 'Macrı, Roberta',\n",
- " 'Amodio, Nicola',\n",
- " 'Juli, Giada',\n",
- " 'Tassone, Pierfrancesco',\n",
- " 'Mollace, Rocco',\n",
- " 'Caffrey, Rebecca',\n",
- " 'Marioneaux, Jonathon',\n",
- " 'Walker, Ross',\n",
- " 'Ehrlich, James',\n",
- " 'Palma, Ernesto',\n",
- " 'Muscoli, Carolina',\n",
- " 'Bedossa, Pierre',\n",
- " 'Salvemini, Daniela',\n",
- " 'Mollace, Vincenzo',\n",
- " 'Sanyal, Arun J.'],\n",
- " 'title': ['Bergamot Polyphenols Improve Dyslipidemia and Pathophysiological Features in a Mouse Model of Non-Alcoholic Fatty Liver Disease']},\n",
- " {'bibcode': '1998PNAS...9514395S',\n",
- " 'author': ['Starr, Robyn',\n",
- " 'Metcalf, Donald',\n",
- " 'Elefanty, Andrew G.',\n",
- " 'Brysha, Marta',\n",
- " 'Willson, Tracy A.',\n",
- " 'Nicola, Nicos A.',\n",
- " 'Hilton, Douglas J.',\n",
- " 'Alexander, Warren S.'],\n",
- " 'title': ['Liver Degeneration and Lymphoid Deficiencies in Mice Lacking Suppressor of Cytokine Signaling-1']},\n",
- " {'bibcode': '1993Natur.364...67G',\n",
- " 'author': ['Godin, Isabelle E.',\n",
- " 'Garcia-Porrero, Juan A.',\n",
- " 'Coutinho, Antonio',\n",
- " 'Dieterlen-Lièvre, Françoise',\n",
- " 'Marcos, Miguel A. R.'],\n",
- " 'title': ['Para-aortic splanchnopleura from early mouse embryos contains B1a cell progenitors']},\n",
- " {'bibcode': '2009PNAS..10621453V',\n",
- " 'author': ['Vollmers, Christopher',\n",
- " 'Gill, Shubhroz',\n",
- " 'DiTacchio, Luciano',\n",
- " 'Pulivarthy, Sandhya R.',\n",
- " 'Le, Hiep D.',\n",
- " 'Panda, Satchidananda'],\n",
- " 'title': ['Time of feeding and the intrinsic circadian clock drive rhythms in hepatic gene expression']},\n",
- " {'bibcode': '2018NatSR...8.1395T',\n",
- " 'author': ['Tahara, Yu',\n",
- " 'Yamazaki, Mayu',\n",
- " 'Sukigara, Haruna',\n",
- " 'Motohashi, Hiroaki',\n",
- " 'Sasaki, Hiroyuki',\n",
- " 'Miyakawa, Hiroki',\n",
- " 'Haraguchi, Atsushi',\n",
- " 'Ikeda, Yuko',\n",
- " 'Fukuda, Shinji',\n",
- " 'Shibata, Shigenobu'],\n",
- " 'title': ['Gut Microbiota-Derived Short Chain Fatty Acids Induce Circadian Clock Entrainment in Mouse Peripheral Tissue']},\n",
- " {'bibcode': '2009PLoSO...4.6909H',\n",
- " 'author': ['Hirao, Akiko',\n",
- " 'Tahara, Yu',\n",
- " 'Kimura, Ichiro',\n",
- " 'Shibata, Shigenobu'],\n",
- " 'title': ['A Balanced Diet Is Necessary for Proper Entrainment Signals of the Mouse Liver Clock']},\n",
- " {'bibcode': '2001PNAS...9810630C',\n",
- " 'author': ['Cao, Shelley X.',\n",
- " 'Dhahbi, Joseph M.',\n",
- " 'Mote, Patricia L.',\n",
- " 'Spindler, Stephen R.'],\n",
- " 'title': ['Genomic profiling of short- and long-term caloric restriction effects in the liver of aging mice']},\n",
- " {'bibcode': '2020NatSR..1020105Z',\n",
- " 'author': ['Zhang, Zhiying',\n",
- " 'Hu, Kaiwen',\n",
- " 'Miyake, Kentaro',\n",
- " 'Kiyuna, Tasuku',\n",
- " 'Oshiro, Hiromichi',\n",
- " 'Wangsiricharoen, Sintawat',\n",
- " 'Kawaguchi, Kei',\n",
- " 'Higuchi, Takashi',\n",
- " 'Razmjooei, Sahar',\n",
- " 'Miyake, Masuyo',\n",
- " 'Chawla, Sant P.',\n",
- " 'Singh, Shree Ram',\n",
- " 'Hoffman, Robert M.'],\n",
- " 'title': ['A novel patient-derived orthotopic xenograft (PDOX) mouse model of highly-aggressive liver metastasis for identification of candidate effective drug-combinations']},\n",
- " {'bibcode': '2016NatSR...623963Y',\n",
- " 'author': ['Yu, Nanyang',\n",
- " 'Wei, Si',\n",
- " 'Li, Meiying',\n",
- " 'Yang, Jingping',\n",
- " 'Li, Kan',\n",
- " 'Jin, Ling',\n",
- " 'Xie, Yuwei',\n",
- " 'Giesy, John P.',\n",
- " 'Zhang, Xiaowei',\n",
- " 'Yu, Hongxia'],\n",
- " 'title': ['Effects of Perfluorooctanoic Acid on Metabolic Profiles in Brain and Liver of Mouse Revealed by a High-throughput Targeted Metabolomics Approach']},\n",
- " {'bibcode': '1974Sci...183..208R',\n",
- " 'author': ['Riely, Caroline A.', 'Cohen, Gerald', 'Lieberman, Morris'],\n",
- " 'title': ['Ethane Evolution: A New Index of Lipid Peroxidation']},\n",
- " {'bibcode': '2022NatSR..1214907U',\n",
- " 'author': ['Uehara, Shotaro',\n",
- " 'Iida, Yuichi',\n",
- " 'Ida-Tanaka, Miyuki',\n",
- " 'Goto, Motohito',\n",
- " 'Kawai, Kenji',\n",
- " 'Yamamoto, Masafumi',\n",
- " 'Higuchi, Yuichiro',\n",
- " 'Ito, Satoshi',\n",
- " 'Takahashi, Riichi',\n",
- " 'Kamimura, Hidetaka',\n",
- " 'Ito, Mamoru',\n",
- " 'Yamazaki, Hiroshi',\n",
- " 'Oshimura, Mitsuo',\n",
- " 'Kazuki, Yasuhiro',\n",
- " 'Suemizu, Hiroshi'],\n",
- " 'title': ['Humanized liver TK-NOG mice with functional deletion of hepatic murine cytochrome P450s as a model for studying human drug metabolism']},\n",
- " {'bibcode': '2014PNAS..11117200Y',\n",
- " 'author': ['Yueh, Mei-Fei',\n",
- " 'Taniguchi, Koji',\n",
- " 'Chen, Shujuan',\n",
- " 'Evans, Ronald M.',\n",
- " 'Hammock, Bruce D.',\n",
- " 'Karin, Michael',\n",
- " 'Tukey, Robert H.'],\n",
- " 'title': ['The commonly used antimicrobial additive triclosan is a liver tumor promoter']},\n",
- " {'bibcode': '2018NatSR...8.9281E',\n",
- " 'author': ['Endo-Umeda, Kaori',\n",
- " 'Nakashima, Hiroyuki',\n",
- " 'Komine-Aizawa, Shihoko',\n",
- " 'Umeda, Naoki',\n",
- " 'Seki, Shuhji',\n",
- " 'Makishima, Makoto'],\n",
- " 'title': ['Liver X receptors regulate hepatic F4/80+CD11b+ Kupffer cells/macrophages and innate immune responses in mice']},\n",
- " {'bibcode': '2011Nanot..22e5101L',\n",
- " 'author': ['Lu, Xiaoyan',\n",
- " 'Tian, Yu',\n",
- " 'Zhao, Qinqin',\n",
- " 'Jin, Tingting',\n",
- " 'Xiao, Shun',\n",
- " 'Fan, Xiaohui'],\n",
- " 'title': ['Integrated metabonomics analysis of the size-response relationship of silica nanoparticles-induced toxicity in mice']},\n",
- " {'bibcode': '2014cosp...40E1902L',\n",
- " 'author': ['Lv, Ke', 'Qu, Lina'],\n",
- " 'title': ['Influence of simulated microgravity on clock genes expression rhythmicity and underlying blood circulating miRNAs-mRNA co-expression regulatory mechanism in C57BL/6J mice']},\n",
- " {'bibcode': '2008JRadR..49...29R',\n",
- " 'author': ['Roudkenar, Mehryar Habibi',\n",
- " 'Li, Li',\n",
- " 'Baba, Taisuke',\n",
- " 'Kuwahara, Yoshikazu',\n",
- " 'Nakagawa, Hironobu',\n",
- " 'Wang, Lu',\n",
- " 'Kasaoka, Satoshi',\n",
- " 'Ohkubo, Yasuhito',\n",
- " 'Ono, Koji',\n",
- " 'Fukumoto, Manabu'],\n",
- " 'title': ['Gene Expression Profiles in Mouse Liver Cells after Exposure to Different Types of Radiation']},\n",
- " {'bibcode': '2022NatCo..13.1025G',\n",
- " 'author': ['Gao, Huanqing',\n",
- " 'Zhou, Liang',\n",
- " 'Zhong, Yiming',\n",
- " 'Ding, Zhen',\n",
- " 'Lin, Sixiong',\n",
- " 'Hou, Xiaoting',\n",
- " 'Zhou, Xiaoqian',\n",
- " 'Shao, Jie',\n",
- " 'Yang, Fan',\n",
- " 'Zou, Xuenong',\n",
- " 'Cao, Huiling',\n",
- " 'Xiao, Guozhi'],\n",
- " 'title': ['Kindlin-2 haploinsufficiency protects against fatty liver by targeting Foxo1 in mice']},\n",
- " {'bibcode': '1993Natur.365..179H',\n",
- " 'author': ['Hilberg, Frank',\n",
- " 'Aguzzi, Adriano',\n",
- " 'Howells, Norma',\n",
- " 'Wagner, Erwin F.'],\n",
- " 'title': ['c-Jun is essential for normal mouse development and hepatogenesis']},\n",
- " {'bibcode': '2020AIPA...10k5009F',\n",
- " 'author': ['Fang, Zheng', 'Zhong, Shuo', 'Hu, Weifeng', 'Cheng, Siyuan'],\n",
- " 'title': ['Mouse livers machine learning identification based on hyperspectral x-ray computed tomography reconstructed x-ray absorption spectra']},\n",
- " {'bibcode': '1995Sci...267.1506M',\n",
- " 'author': ['Motoyama, Noboru',\n",
- " 'Wang, Fanping',\n",
- " 'Roth, Kevin A.',\n",
- " 'Sawa, Hirofumi',\n",
- " 'Nakayama, Kei-Ichi',\n",
- " 'Nakayama, Keiko',\n",
- " 'Negishi, Izumi',\n",
- " 'Senju, Satoru',\n",
- " 'Zhang, Qing',\n",
- " 'Fujii, Satoshi',\n",
- " 'Loh, Dennis Y.'],\n",
- " 'title': ['Massive Cell Death of Immature Hematopoietic Cells and Neurons in Bcl-x- Deficient Mice']},\n",
- " {'bibcode': '2012Natur.483..350I',\n",
- " 'author': ['Ichimura, Atsuhiko',\n",
- " 'Hirasawa, Akira',\n",
- " 'Poulain-Godefroy, Odile',\n",
- " 'Bonnefond, Amélie',\n",
- " 'Hara, Takafumi',\n",
- " 'Yengo, Loïc',\n",
- " 'Kimura, Ikuo',\n",
- " 'Leloire, Audrey',\n",
- " 'Liu, Ning',\n",
- " 'Iida, Keiko',\n",
- " 'Choquet, Hélène',\n",
- " 'Besnard, Philippe',\n",
- " 'Lecoeur, Cécile',\n",
- " 'Vivequin, Sidonie',\n",
- " 'Ayukawa, Kumiko',\n",
- " 'Takeuchi, Masato',\n",
- " 'Ozawa, Kentaro',\n",
- " 'Tauber, Maithé',\n",
- " 'Maffeis, Claudio',\n",
- " 'Morandi, Anita',\n",
- " 'Buzzetti, Raffaella',\n",
- " 'Elliott, Paul',\n",
- " 'Pouta, Anneli',\n",
- " 'Jarvelin, Marjo-Riitta',\n",
- " 'Körner, Antje',\n",
- " 'Kiess, Wieland',\n",
- " 'Pigeyre, Marie',\n",
- " 'Caiazzo, Roberto',\n",
- " 'van Hul, Wim',\n",
- " 'van Gaal, Luc',\n",
- " 'Horber, Fritz',\n",
- " 'Balkau, Beverley',\n",
- " 'Lévy-Marchal, Claire',\n",
- " 'Rouskas, Konstantinos',\n",
- " 'Kouvatsi, Anastasia',\n",
- " 'Hebebrand, Johannes',\n",
- " 'Hinney, Anke',\n",
- " 'Scherag, Andre',\n",
- " 'Pattou, François',\n",
- " 'Meyre, David',\n",
- " 'Koshimizu, Taka-Aki',\n",
- " 'Wolowczuk, Isabelle',\n",
- " 'Tsujimoto, Gozoh',\n",
- " 'Froguel, Philippe'],\n",
- " 'title': ['Dysfunction of lipid sensor GPR120 leads to obesity in both mouse and human']},\n",
- " {'bibcode': '1994HETox..13..764L',\n",
- " 'author': ['Lefevre, P. A.',\n",
- " 'Tinwell, H.',\n",
- " 'Galloway, S. M.',\n",
- " 'Hill, R.',\n",
- " 'Mackay, J. M.',\n",
- " 'Elcombe, C. R.',\n",
- " 'Foster, J.',\n",
- " 'Randall, V.',\n",
- " 'Callander, R. D.',\n",
- " 'Ashby, J.'],\n",
- " 'title': ['Evaluation of the Genetic Toxicity of the Peroxisome Proliferator and Carcinogen Methyl Clofenapate, Including Assays Usin Muta TM Mouse and Big Blue™ Transgenic Mice']},\n",
- " {'bibcode': '1998PNAS...95.9448M',\n",
- " 'author': ['Ma, Qing',\n",
- " 'Jones, Dan',\n",
- " 'Borghesani, Paul R.',\n",
- " 'Segal, Rosalind A.',\n",
- " 'Nagasawa, Takashi',\n",
- " 'Kishimoto, Tadamitsu',\n",
- " 'Bronson, Roderick T.',\n",
- " 'Springer, Timothy A.'],\n",
- " 'title': ['Impaired B-Lymphopoiesis, Myelopoiesis, and Derailed Cerebellar Neuron Migration in CXCR4- and SDF-1-Deficient Mice']},\n",
- " {'bibcode': '2012PNAS..109E2165S',\n",
- " 'author': ['Sitia, Giovanni',\n",
- " 'Aiolfi, Roberto',\n",
- " 'Di Lucia, Pietro',\n",
- " 'Mainetti, Marta',\n",
- " 'Fiocchi, Amleto',\n",
- " 'Mingozzi, Francesca',\n",
- " 'Esposito, Antonio',\n",
- " 'Ruggeri, Zaverio M.',\n",
- " 'Chisari, Francis V.',\n",
- " 'Iannacone, Matteo',\n",
- " 'Guidotti, Luca G.'],\n",
- " 'title': ['From the Cover: PNAS Plus: Antiplatelet therapy prevents hepatocellular carcinoma and improves survival in a mouse model of chronic hepatitis B']},\n",
- " {'bibcode': '2004PNAS..101.8852M',\n",
- " 'author': ['McClung, James P.',\n",
- " 'Roneker, Carol A.',\n",
- " 'Mu, Weipeng',\n",
- " 'Lisk, Donald J.',\n",
- " 'Langlais, Paul',\n",
- " 'Liu, Feng',\n",
- " 'Lei, Xin Gen'],\n",
- " 'title': ['Development of insulin resistance and obesity in mice overexpressing cellular glutathione peroxidase']},\n",
- " {'bibcode': '2012HyInt.206...71G',\n",
- " 'author': ['Gabbasov, Raul R.',\n",
- " 'Cherepanov, Valery M.',\n",
- " 'Chuev, Michael A.',\n",
- " 'Polikarpov, Michael A.',\n",
- " 'Panchenko, Vladislav Y.'],\n",
- " 'title': ['Study of interparticle interaction in conjugates of magnetic nanoparticles injected into mice']},\n",
- " {'bibcode': '1999PNAS...96.4820E',\n",
- " 'author': ['Esposito, Luke A.',\n",
- " 'Melov, Simon',\n",
- " 'Panov, Alexander',\n",
- " 'Cottrell, Barbara A.',\n",
- " 'Wallace, Douglas C.'],\n",
- " 'title': ['Mitochondrial Disease in Mouse Results in Increased Oxidative Stress']},\n",
- " {'bibcode': '2002PNAS...99.5622T',\n",
- " 'author': ['Trinder, Debbie',\n",
- " 'Olynyk, John K.',\n",
- " 'Sly, William S.',\n",
- " 'Morgan, Evan H.'],\n",
- " 'title': ['Iron uptake from plasma transferrin by the duodenum is impaired in the Hfe knockout mouse']},\n",
- " {'bibcode': '2016NatSR...624399Y',\n",
- " 'author': ['Yang, Gabsik', 'Lee, Hye Eun', 'Lee, Joo Young'],\n",
- " 'title': ['A pharmacological inhibitor of NLRP3 inflammasome prevents non-alcoholic fatty liver disease in a mouse model induced by high fat diet']},\n",
- " {'bibcode': '2007IJMSp.260..137W',\n",
- " 'author': ['Wu, Ligang',\n",
- " 'Lu, Xiaochen',\n",
- " 'Kulp, Kristen S.',\n",
- " 'Knize, Mark G.',\n",
- " 'Berman, Elena S. F.',\n",
- " 'Nelson, Erik J.',\n",
- " 'Felton, James S.',\n",
- " 'Wu, Kuang Jen J.'],\n",
- " 'title': ['Imaging and differentiation of mouse embryo tissues by ToF-SIMS']},\n",
- " {'bibcode': '2006Natur.441..537G',\n",
- " 'author': ['Grimm, Dirk',\n",
- " 'Streetz, Konrad L.',\n",
- " 'Jopling, Catherine L.',\n",
- " 'Storm, Theresa A.',\n",
- " 'Pandey, Kusum',\n",
- " 'Davis, Corrine R.',\n",
- " 'Marion, Patricia',\n",
- " 'Salazar, Felix',\n",
- " 'Kay, Mark A.'],\n",
- " 'title': ['Fatality in mice due to oversaturation of cellular microRNA/short hairpin RNA pathways']},\n",
- " {'bibcode': '2021NatSR..11.7132A',\n",
- " 'author': ['Arévalo, A. P.',\n",
- " 'Pagotto, R.',\n",
- " 'Pórfido, J. L.',\n",
- " 'Daghero, H.',\n",
- " 'Segovia, M.',\n",
- " 'Yamasaki, K.',\n",
- " 'Varela, B.',\n",
- " 'Hill, M.',\n",
- " 'Verdes, J. M.',\n",
- " 'Duhalde Vega, M.',\n",
- " 'Bollati-Fogolín, M.',\n",
- " 'Crispo, M.'],\n",
- " 'title': ['Ivermectin reduces in vivo coronavirus infection in a mouse experimental model']},\n",
- " {'bibcode': '2014ANSNN...5b5009L',\n",
- " 'author': ['Luan Le, Quang',\n",
- " 'Phuong Linh Do, Thi',\n",
- " 'Phuong Uyen Nguyen, Huynh',\n",
- " 'Phu Dang, Van',\n",
- " 'Hien Nguyen, Quoc'],\n",
- " 'title': ['Biodistribution of gold nanoparticles synthesized by γ-irradiation after intravenous administration in mice']},\n",
- " {'bibcode': '2011NatSR...1E.134H',\n",
- " 'author': ['Houtkooper, Riekelt H.',\n",
- " 'Argmann, Carmen',\n",
- " 'Houten, Sander M.',\n",
- " 'Cantó, Carles',\n",
- " 'Jeninga, Ellen H.',\n",
- " 'Andreux, Pénélope A.',\n",
- " 'Thomas, Charles',\n",
- " 'Doenlen, Raphaël',\n",
- " 'Schoonjans, Kristina',\n",
- " 'Auwerx, Johan'],\n",
- " 'title': ['The metabolic footprint of aging in mice']},\n",
- " {'bibcode': '2019Sci...366.1029M',\n",
- " 'author': ['Moya, Iván M.',\n",
- " 'Castaldo, Stéphanie A.',\n",
- " 'Van den Mooter, Laura',\n",
- " 'Soheily, Soheil',\n",
- " 'Sansores-Garcia, Leticia',\n",
- " 'Jacobs, Jelle',\n",
- " 'Mannaerts, Inge',\n",
- " 'Xie, Jun',\n",
- " 'Verboven, Elisabeth',\n",
- " 'Hillen, Hanne',\n",
- " 'Algueró-Nadal, Ana',\n",
- " 'Karaman, Ruchan',\n",
- " 'Van Haele, Matthias',\n",
- " 'Kowalczyk, Weronika',\n",
- " 'De Waegeneer, Maxime',\n",
- " 'Verhulst, Stefaan',\n",
- " 'Karras, Panagiotis',\n",
- " 'van Huffel, Leen',\n",
- " 'Zender, Lars',\n",
- " 'Marine, Jean-Christophe',\n",
- " 'Roskams, Tania',\n",
- " 'Johnson, Randy',\n",
- " 'Aerts, Stein',\n",
- " 'van Grunsven, Leo A.',\n",
- " 'Halder, Georg'],\n",
- " 'title': ['Peritumoral activation of the Hippo pathway effectors YAP and TAZ suppresses liver cancer in mice']},\n",
- " {'bibcode': '2006PNAS..103.4598T',\n",
- " 'author': ['Tian, Yinghua',\n",
- " 'Jochum, Wolfram',\n",
- " 'Georgiev, Panco',\n",
- " 'Moritz, Wolfgang',\n",
- " 'Graf, Rolf',\n",
- " 'Clavien, Pierre-Alain'],\n",
- " 'title': ['Kupffer cell-dependent TNF-α signaling mediates injury in the arterialized small-for-size liver transplantation in the mouse']},\n",
- " {'bibcode': '2021AIPC.2353c0095J',\n",
- " 'author': ['Jannah, Fita Nur',\n",
- " 'Anggraini, Putri Diyah',\n",
- " 'Gofur, Abdul',\n",
- " 'Lestari, Sri Rahayu'],\n",
- " 'title': ['The prevention of single bulb garlic extract on non-alcoholic fatty liver disease (NAFLD) in high fat mice (Mus musculus) model']},\n",
- " {'bibcode': '2008PNAS..105.6531J',\n",
- " 'author': ['Jayasooriya, Anura P.',\n",
- " 'Mathai, Michael L.',\n",
- " 'Walker, Lesley L.',\n",
- " 'Begg, Denovan P.',\n",
- " 'Denton, Derek A.',\n",
- " 'Cameron-Smith, David',\n",
- " 'Egan, Gary F.',\n",
- " 'McKinley, Michael J.',\n",
- " 'Rodger, Paula D.',\n",
- " 'Sinclair, Andrew J.',\n",
- " 'Wark, John D.',\n",
- " 'Weisinger, Harrison S.',\n",
- " 'Jois, Mark',\n",
- " 'Weisinger, Richard S.'],\n",
- " 'title': ['Mice lacking angiotensin-converting enzyme have increased energy expenditure, with reduced fat mass and improved glucose clearance']},\n",
- " {'bibcode': '2013Natur.494..247H',\n",
- " 'author': ['Huch, Meritxell',\n",
- " 'Dorrell, Craig',\n",
- " 'Boj, Sylvia F.',\n",
- " 'van Es, Johan H.',\n",
- " 'Li, Vivian S. W.',\n",
- " 'van de Wetering, Marc',\n",
- " 'Sato, Toshiro',\n",
- " 'Hamer, Karien',\n",
- " 'Sasaki, Nobuo',\n",
- " 'Finegold, Milton J.',\n",
- " 'Haft, Annelise',\n",
- " 'Vries, Robert G.',\n",
- " 'Grompe, Markus',\n",
- " 'Clevers, Hans'],\n",
- " 'title': ['In vitro expansion of single Lgr5+ liver stem cells induced by Wnt-driven regeneration']},\n",
- " {'bibcode': '2018NatSR...816173N',\n",
- " 'author': ['Nishitsuji, Kazuchika',\n",
- " 'Watanabe, Syunsuke',\n",
- " 'Xiao, Jinzhong',\n",
- " 'Nagatomo, Ryosuke',\n",
- " 'Ogawa, Hirohisa',\n",
- " 'Tsunematsu, Takaaki',\n",
- " 'Umemoto, Hitomi',\n",
- " 'Morimoto, Yuki',\n",
- " 'Akatsu, Hiroyasu',\n",
- " 'Inoue, Koichi',\n",
- " 'Tsuneyama, Koichi'],\n",
- " 'title': ['Effect of coffee or coffee components on gut microbiome and short-chain fatty acids in a mouse model of metabolic syndrome']},\n",
- " {'bibcode': '1986PNAS...83...33R',\n",
- " 'author': ['Reynolds, Steven H.',\n",
- " 'Stowers, Shari J.',\n",
- " 'Maronpot, Robert R.',\n",
- " 'Anderson, Marshall W.',\n",
- " 'Aaronson, Stuart A.'],\n",
- " 'title': ['Detection and identification of activated oncogenes in spontaneously occurring benign and malignant hepatocellular tumors of the B6C3F1 mouse.']},\n",
- " {'bibcode': '2006PNAS..103..105S',\n",
- " 'author': ['Safran, Michal',\n",
- " 'Kim, William Y.',\n",
- " \"O'Connell, Fionnuala\",\n",
- " 'Flippin, Lee',\n",
- " 'Günzler, Volkmar',\n",
- " 'Horner, James W.',\n",
- " 'DePinho, Ronald A.',\n",
- " 'Kaelin, William G., Jr.'],\n",
- " 'title': ['From the Cover: Mouse model for noninvasive imaging of HIF prolyl hydroxylase activity: Assessment of an oral agent that stimulates erythropoietin production']},\n",
- " {'bibcode': '2021NatSR..11.5637S',\n",
- " 'author': ['Sampson, Catherine M.',\n",
- " 'Dimet, Andrea L.',\n",
- " 'Neelakantan, Harshini',\n",
- " 'Ogunseye, Kehinde O.',\n",
- " 'Stevenson, Heather L.',\n",
- " 'Hommel, Jonathan D.',\n",
- " 'Watowich, Stanley J.'],\n",
- " 'title': ['Combined nicotinamide N-methyltransferase inhibition and reduced-calorie diet normalizes body composition and enhances metabolic benefits in obese mice']},\n",
- " {'bibcode': '2013ITM....49..394G',\n",
- " 'author': ['Gabbasov, Raul',\n",
- " 'Cherepanov, Valery',\n",
- " 'Chuev, Mikhail',\n",
- " 'Polikarpov, Mikhail',\n",
- " 'Nikitin, Maxim',\n",
- " 'Deyev, Sergey',\n",
- " 'Panchenko, Vladislav'],\n",
- " 'title': ['Biodegradation of Magnetic Nanoparticles in Mouse Liver From Combined Analysis of Mössbauer and Magnetization Data']},\n",
- " {'bibcode': '2004PNAS..10110422U',\n",
- " 'author': ['Ueki, Kohjiro',\n",
- " 'Kondo, Tatsuya',\n",
- " 'Tseng, Yu-Hua',\n",
- " 'Kahn, C. Ronald'],\n",
- " 'title': ['Central role of suppressors of cytokine signaling proteins in hepatic steatosis, insulin resistance, and the metabolic syndrome in the mouse']},\n",
- " {'bibcode': '1966RSPSB.165...61C',\n",
- " 'author': ['Craigie, J.'],\n",
- " 'title': [\"'Bacillus piliformis' (Tyzzer) and Tyzzer's Disease of the Laboratory Mouse. II. Mouse Pathogenicity of B. piliformis Grown in Embryonated Eggs\"]},\n",
- " {'bibcode': '1997PNAS...94..961S',\n",
- " 'author': ['Schubbert, Rainer',\n",
- " 'Renz, Doris',\n",
- " 'Schmitz, Birgit',\n",
- " 'Doerfler, Walter'],\n",
- " 'title': ['Foreign (M13) DNA Ingested by Mice Reaches Peripheral Leukocytes, Spleen, and Liver Via the Intestinal Wall Mucosa and can be Covalently Linked to Mouse DNA']},\n",
- " {'bibcode': '2002PNAS...99..377B',\n",
- " 'author': ['Bhaumik, S.', 'Gambhir, S. S.'],\n",
- " 'title': ['Optical imaging of Renilla luciferase reporter gene expression in living mice']},\n",
- " {'bibcode': '2002PNAS...9916881W',\n",
- " 'author': ['Wang, Xinhe',\n",
- " 'Kiyokawa, Hiroaki',\n",
- " 'Dennewitz, Margaret B.',\n",
- " 'Costa, Robert H.'],\n",
- " 'title': ['The Forkhead Box m1b transcription factor is essential for hepatocyte DNA replication and mitosis during mouse liver regeneration']},\n",
- " {'bibcode': '1987Sci...235...53H',\n",
- " 'author': ['Hammer, Robert E.',\n",
- " 'Krumlauf, Robb',\n",
- " 'Camper, Sally A.',\n",
- " 'Brinster, Ralph L.',\n",
- " 'Tilghman, Shirley M.'],\n",
- " 'title': ['Diversity of Alpha-Fetoprotein Gene Expression in Mice is Generated by a Combination of Separate Enhancer Elements']},\n",
- " {'bibcode': '1991PNAS...88.9402S',\n",
- " 'author': ['Seiffert, Dietmar',\n",
- " 'Keeton, Mark',\n",
- " 'Eguchi, Yutaka',\n",
- " 'Sawdey, Mike',\n",
- " 'Loskutoff, David J.'],\n",
- " 'title': ['Detection of vitronectin mRNA in tissues and cells of the mouse.']},\n",
- " {'bibcode': '2014NatCo...5.4699G',\n",
- " 'author': ['Grimm, Christian',\n",
- " 'Holdt, Lesca M.',\n",
- " 'Chen, Cheng-Chang',\n",
- " 'Hassan, Sami',\n",
- " 'Müller, Christoph',\n",
- " 'Jörs, Simone',\n",
- " 'Cuny, Hartmut',\n",
- " 'Kissing, Sandra',\n",
- " 'Schröder, Bernd',\n",
- " 'Butz, Elisabeth',\n",
- " 'Northoff, Bernd',\n",
- " 'Castonguay, Jan',\n",
- " 'Luber, Christian A.',\n",
- " 'Moser, Markus',\n",
- " 'Spahn, Saskia',\n",
- " 'Lüllmann-Rauch, Renate',\n",
- " 'Fendel, Christina',\n",
- " 'Klugbauer, Norbert',\n",
- " 'Griesbeck, Oliver',\n",
- " 'Haas, Albert',\n",
- " 'Mann, Matthias',\n",
- " 'Bracher, Franz',\n",
- " 'Teupser, Daniel',\n",
- " 'Saftig, Paul',\n",
- " 'Biel, Martin',\n",
- " 'Wahl-Schott, Christian'],\n",
- " 'title': ['High susceptibility to fatty liver disease in two-pore channel 2-deficient mice']},\n",
- " {'bibcode': '2005PNAS..10217059C',\n",
- " 'author': ['Carlson, Corey M.',\n",
- " 'Frandsen, Joel L.',\n",
- " 'Kirchhof, Nicole',\n",
- " 'McIvor, R. Scott',\n",
- " 'Largaespada, David A.'],\n",
- " 'title': ['Somatic integration of an oncogene-harboring Sleeping Beauty transposon models liver tumor development in the mouse']},\n",
- " {'bibcode': '2001PNAS...98.2278K',\n",
- " 'author': ['Kokoszka, Jason E.',\n",
- " 'Coskun, Pinar',\n",
- " 'Esposito, Luke A.',\n",
- " 'Wallace, Douglas C.'],\n",
- " 'title': ['Increased mitochondrial oxidative stress in the Sod2 (+/−) mouse results in the age-related decline of mitochondrial function culminating in increased apoptosis']},\n",
- " {'bibcode': '1995PNAS...9211608Y',\n",
- " 'author': ['Yang, Baoli',\n",
- " 'Kirby, Suzanne',\n",
- " 'Lewis, Jada',\n",
- " 'Detloff, Peter J.',\n",
- " 'Maeda, Nobuyo',\n",
- " 'Smithies, Oliver'],\n",
- " 'title': ['A Mouse Model for β^0-Thalassemia']},\n",
- " {'bibcode': '2009Sci...325..100Z',\n",
- " 'author': ['Zelcer, Noam',\n",
- " 'Hong, Cynthia',\n",
- " 'Boyadjian, Rima',\n",
- " 'Tontonoz, Peter'],\n",
- " 'title': ['LXR Regulates Cholesterol Uptake Through Idol-Dependent Ubiquitination of the LDL Receptor']},\n",
- " {'bibcode': '1999PNAS...96.3906W',\n",
- " 'author': ['Wang, Lili',\n",
- " 'Takabe, Kazuaki',\n",
- " 'Bidlingmaier, Scott M.',\n",
- " 'Ill, Charles R.',\n",
- " 'Verma, Inder M.'],\n",
- " 'title': ['Sustained Correction of Bleeding Disorder in Hemophilia B Mice by Gene Therapy']},\n",
- " {'bibcode': '2004Natur.427..461K',\n",
- " 'author': ['Kokoszka, Jason E.',\n",
- " 'Waymire, Katrina G.',\n",
- " 'Levy, Shawn E.',\n",
- " 'Sligh, James E.',\n",
- " 'Cai, Jiyang',\n",
- " 'Jones, Dean P.',\n",
- " 'MacGregor, Grant R.',\n",
- " 'Wallace, Douglas C.'],\n",
- " 'title': ['The ADP/ATP translocator is not essential for the mitochondrial permeability transition pore']},\n",
- " {'bibcode': '1981Sci...213..559P',\n",
- " 'author': ['Prohaska, Joseph R.', 'Lukasewycz, Omelan A.'],\n",
- " 'title': ['Copper Deficiency Suppresses the Immune Response of Mice']},\n",
- " {'bibcode': '2015NatSR...5E8616P',\n",
- " 'author': ['Park, Minhwa',\n",
- " 'Kim, Yu-Hee',\n",
- " 'Woo, So-Youn',\n",
- " 'Lee, Hye Jin',\n",
- " 'Yu, Yeonsil',\n",
- " 'Kim, Han Su',\n",
- " 'Park, Yoon Shin',\n",
- " 'Jo, Inho',\n",
- " 'Park, Joo-Won',\n",
- " 'Jung, Sung-Chul',\n",
- " 'Lee, Hyukjin',\n",
- " 'Jeong, Byeongmoon',\n",
- " 'Ryu, Kyung-Ha'],\n",
- " 'title': ['Tonsil-derived Mesenchymal Stem Cells Ameliorate CCl4-induced Liver Fibrosis in Mice via Autophagy Activation']},\n",
- " {'bibcode': '2020NatSR..10.3386T',\n",
- " 'author': ['Tiwari, Shuchita',\n",
- " 'Mishra, Manish',\n",
- " 'Salemi, Michelle R.',\n",
- " 'Phinney, Brett S.',\n",
- " 'Newens, Joanne L.',\n",
- " 'Gomes, Aldrin V.'],\n",
- " 'title': ['Gender-specific changes in energy metabolism and protein degradation as major pathways affected in livers of mice treated with ibuprofen']},\n",
- " {'bibcode': '2003Natur.421..177E',\n",
- " 'author': ['Etchegaray, Jean-Pierre',\n",
- " 'Lee, Choogon',\n",
- " 'Wade, Paul A.',\n",
- " 'Reppert, Steven M.'],\n",
- " 'title': ['Rhythmic histone acetylation underlies transcription in the mammalian circadian clock']},\n",
- " {'bibcode': '2018NatSR...814019L',\n",
- " 'author': ['Li, Shaowei',\n",
- " 'Fujino, Masayuki',\n",
- " 'Ichimaru, Naotsugu',\n",
- " 'Kurokawa, Ryosuke',\n",
- " 'Hirano, Shinichi',\n",
- " 'Mou, Lisha',\n",
- " 'Takahara, Shiro',\n",
- " 'Takahara, Terumi',\n",
- " 'Li, Xiao-Kang'],\n",
- " 'title': ['Molecular hydrogen protects against ischemia-reperfusion injury in a mouse fatty liver model via regulating HO-1 and Sirt1 expression']},\n",
- " {'bibcode': '1997PNAS...9410663S',\n",
- " 'author': ['Shi, Zengdun', 'Wakil, Adil E.', 'Rockey, Don C.'],\n",
- " 'title': ['Strain-Specific Differences in Mouse Hepatic Wound Healing are Mediated by Divergent T Helper Cytokine Responses']},\n",
- " {'bibcode': '2016Natur.534..124S',\n",
- " 'author': ['Sallam, Tamer',\n",
- " 'Jones, Marius C.',\n",
- " 'Gilliland, Thomas',\n",
- " 'Zhang, Li',\n",
- " 'Wu, Xiaohui',\n",
- " 'Eskin, Ascia',\n",
- " 'Sandhu, Jaspreet',\n",
- " 'Casero, David',\n",
- " 'Vallim, Thomas Q. De Aguiar',\n",
- " 'Hong, Cynthia',\n",
- " 'Katz, Melanie',\n",
- " 'Lee, Richard',\n",
- " 'Whitelegge, Julian',\n",
- " 'Tontonoz, Peter'],\n",
- " 'title': ['Feedback modulation of cholesterol metabolism by the lipid-responsive non-coding RNA LeXis']},\n",
- " {'bibcode': '2018NatSR...8.2735B',\n",
- " 'author': ['Burke, Zoë D.',\n",
- " 'Reed, Karen R.',\n",
- " 'Yeh, Sheng-Wen',\n",
- " 'Meniel, Valerie',\n",
- " 'Sansom, Owen J.',\n",
- " 'Clarke, Alan R.',\n",
- " 'Tosh, David'],\n",
- " 'title': ['Spatiotemporal regulation of liver development by the Wnt/β-catenin pathway']},\n",
- " {'bibcode': '2018Natur.557..247S',\n",
- " 'author': ['Schaub, Johanna R.',\n",
- " 'Huppert, Kari A.',\n",
- " 'Kurial, Simone N. T.',\n",
- " 'Hsu, Bernadette Y.',\n",
- " 'Cast, Ashley E.',\n",
- " 'Donnelly, Bryan',\n",
- " 'Karns, Rebekah A.',\n",
- " 'Chen, Feng',\n",
- " 'Rezvani, Milad',\n",
- " 'Luu, Hubert Y.',\n",
- " 'Mattis, Aras N.',\n",
- " 'Rougemont, Anne-Laure',\n",
- " 'Rosenthal, Philip',\n",
- " 'Huppert, Stacey S.',\n",
- " 'Willenbring, Holger'],\n",
- " 'title': ['De novo formation of the biliary system by TGFβ-mediated hepatocyte transdifferentiation']},\n",
- " {'bibcode': '2014SPIE.9038E..1UW',\n",
- " 'author': ['Wuttisarnwattana, Patiwet',\n",
- " 'Raza, Syed A.',\n",
- " 'Eid, Saada',\n",
- " 'Cooke, Kenneth R.',\n",
- " 'Wilson, David L.'],\n",
- " 'title': ['Novel T lymphocyte proliferation assessment using whole mouse cryo-imaging']},\n",
- " {'bibcode': '2019ScTEn.655.1334Z',\n",
- " 'author': ['Zhang, Rui', 'Zhang, Xun', 'Gao, Sichen', 'Liu, Rutao'],\n",
- " 'title': ['Assessing the in vitro and in vivo toxicity of ultrafine carbon black to mouse liver']},\n",
- " {'bibcode': '2018NatSR...815256B',\n",
- " 'author': ['Bijnen, Mitchell',\n",
- " 'Beelen, Nicky',\n",
- " 'Wetzels, Suzan',\n",
- " 'Gaar, José van de',\n",
- " 'Vroomen, Maria',\n",
- " 'Wijnands, Erwin',\n",
- " 'Scheijen, Jean L.',\n",
- " 'van de Waarenburg, Marjo P. H.',\n",
- " 'Gijbels, Marion J.',\n",
- " 'Cleutjens, Jack P.',\n",
- " 'Biessen, Erik A. L.',\n",
- " 'Stehouwer, Coen D. A.',\n",
- " 'Schalkwijk, Casper G.',\n",
- " 'Wouters, Kristiaan'],\n",
- " 'title': ['RAGE deficiency does not affect non-alcoholic steatohepatitis and atherosclerosis in Western type diet-fed Ldlr-/- mice']},\n",
- " {'bibcode': '1991PNAS...88.7595A',\n",
- " 'author': ['Agrawal, Sudhir', 'Temsamani, Jamal', 'Tang, Jin Yan'],\n",
- " 'title': ['Pharmacokinetics, biodistribution, and stability of oligodeoxynucleotide phosphorothioates in mice.']},\n",
- " {'bibcode': '1994PNAS...9112808H',\n",
- " 'author': ['Hagen, Tory M.',\n",
- " 'Huang, Shaonan',\n",
- " 'Curnutte, John',\n",
- " 'Fowler, Patricia',\n",
- " 'Martinez, Violeta',\n",
- " 'Wehr, Carol M.',\n",
- " 'Ames, Bruce N.',\n",
- " 'Chisari, Francis V.'],\n",
- " 'title': ['Extensive oxidative DNA damage in hepatocytes of transgenic mice with chronic active hepatitis destined to develop hepatocellular carcinoma.']},\n",
- " {'bibcode': '1994PNAS...91.9151V',\n",
- " 'author': ['Valera, Alfons',\n",
- " 'Pujol, Anna',\n",
- " 'Pelegrin, Mireia',\n",
- " 'Bosch, Fatima'],\n",
- " 'title': ['Transgenic mice overexpressing phosphoenolpyruvate carboxykinase develop non-insulin-dependent diabetes mellitus.']},\n",
- " {'bibcode': '2009PNAS..10615956C',\n",
- " 'author': ['Carbrey, Jennifer M.',\n",
- " 'Song, Linhua',\n",
- " 'Zhou, Yao',\n",
- " 'Yoshinaga, Masafumi',\n",
- " 'Rojek, Aleksandra',\n",
- " 'Wang, Yiding',\n",
- " 'Liu, Yangjian',\n",
- " 'Lujan, Heidi L.',\n",
- " 'DiCarlo, Stephen E.',\n",
- " 'Nielsen, Søren',\n",
- " 'Rosen, Barry P.',\n",
- " 'Agre, Peter',\n",
- " 'Mukhopadhyay, Rita'],\n",
- " 'title': ['Reduced arsenic clearance and increased toxicity in aquaglyceroporin-9-null mice']},\n",
- " {'bibcode': '2018Natur.562..128L',\n",
- " 'author': ['Lorenz, Linda',\n",
- " 'Axnick, Jennifer',\n",
- " 'Buschmann, Tobias',\n",
- " 'Henning, Carina',\n",
- " 'Urner, Sofia',\n",
- " 'Fang, Shentong',\n",
- " 'Nurmi, Harri',\n",
- " 'Eichhorst, Nicole',\n",
- " 'Holtmeier, Richard',\n",
- " 'Bódis, Kálmán',\n",
- " 'Hwang, Jong-Hee',\n",
- " 'Müssig, Karsten',\n",
- " 'Eberhard, Daniel',\n",
- " 'Stypmann, Jörg',\n",
- " 'Kuss, Oliver',\n",
- " 'Roden, Michael',\n",
- " 'Alitalo, Kari',\n",
- " 'Häussinger, Dieter',\n",
- " 'Lammert, Eckhard'],\n",
- " 'title': ['Mechanosensing by β1 integrin induces angiocrine signals for liver growth and survival']},\n",
- " {'bibcode': '2015NatSR...512466S',\n",
- " 'author': ['Saito, Kosuke',\n",
- " 'Uebanso, Takashi',\n",
- " 'Maekawa, Keiko',\n",
- " 'Ishikawa, Masaki',\n",
- " 'Taguchi, Ryo',\n",
- " 'Nammo, Takao',\n",
- " 'Nishimaki-Mogami, Tomoko',\n",
- " 'Udagawa, Haruhide',\n",
- " 'Fujii, Masato',\n",
- " 'Shibazaki, Yuichiro',\n",
- " 'Yoneyama, Hiroyuki',\n",
- " 'Yasuda, Kazuki',\n",
- " 'Saito, Yoshiro'],\n",
- " 'title': ['Characterization of hepatic lipid profiles in a mouse model with nonalcoholic steatohepatitis and subsequent fibrosis']},\n",
- " {'bibcode': '2017NatCo...8...39B',\n",
- " 'author': ['Barzi, Mercedes',\n",
- " 'Pankowicz, Francis P.',\n",
- " 'Zorman, Barry',\n",
- " 'Liu, Xing',\n",
- " 'Legras, Xavier',\n",
- " 'Yang, Diane',\n",
- " 'Borowiak, Malgorzata',\n",
- " 'Bissig-Choisat, Beatrice',\n",
- " 'Sumazin, Pavel',\n",
- " 'Li, Feng',\n",
- " 'Bissig, Karl-Dimiter'],\n",
- " 'title': ['A novel humanized mouse lacking murine P450 oxidoreductase for studying human drug metabolism']},\n",
- " {'bibcode': '2020NatSR..1011956B',\n",
- " 'author': ['Bonhoure, Nicolas',\n",
- " 'Praz, Viviane',\n",
- " 'Moir, Robyn D.',\n",
- " 'Willemin, Gilles',\n",
- " 'Mange, François',\n",
- " 'Moret, Catherine',\n",
- " 'Willis, Ian M.',\n",
- " 'Hernandez, Nouria'],\n",
- " 'title': ['MAF1 is a chronic repressor of RNA polymerase III transcription in the mouse']},\n",
- " {'bibcode': '2017NatCo...8.1646S',\n",
- " 'author': ['Sun, Ramon C.',\n",
- " 'Fan, Teresa W. -M.',\n",
- " 'Deng, Pan',\n",
- " 'Higashi, Richard M.',\n",
- " 'Lane, Andrew N.',\n",
- " 'Le, Anh-Thu',\n",
- " 'Scott, Timothy L.',\n",
- " 'Sun, Qiushi',\n",
- " 'Warmoes, Marc O.',\n",
- " 'Yang, Ye'],\n",
- " 'title': ['Noninvasive liquid diet delivery of stable isotopes into mouse models for deep metabolic network tracing']},\n",
- " {'bibcode': '2017NatSR...715532W',\n",
- " 'author': ['Wang, Wei',\n",
- " 'Yao, Li-Jia',\n",
- " 'Shen, Weifeng',\n",
- " 'Ding, Kai',\n",
- " 'Shi, Pei-Mei',\n",
- " 'Chen, Fei',\n",
- " 'He, Jin',\n",
- " 'Ding, Jin',\n",
- " 'Zhang, Xin',\n",
- " 'Xie, Wei-Fen'],\n",
- " 'title': ['FOXA2 alleviates CCl4-induced liver fibrosis by protecting hepatocytes in mice']},\n",
- " {'bibcode': '2007PNAS..10420507B',\n",
- " 'author': ['Bissig, Karl-Dimiter',\n",
- " 'Le, Tam T.',\n",
- " 'Woods, Niels-Bjarne',\n",
- " 'Verma, Inder M.'],\n",
- " 'title': ['Repopulation of adult and neonatal mice with human hepatocytes: A chimeric animal model']},\n",
- " {'bibcode': '2016NatSR...630111K',\n",
- " 'author': ['Kim, Kyung Eun',\n",
- " 'Jung, Youngae',\n",
- " 'Min, Soonki',\n",
- " 'Nam, Miso',\n",
- " 'Heo, Rok Won',\n",
- " 'Jeon, Byeong Tak',\n",
- " 'Song, Dae Hyun',\n",
- " 'Yi, Chin-Ok',\n",
- " 'Jeong, Eun Ae',\n",
- " 'Kim, Hwajin',\n",
- " 'Kim, Jeonghyun',\n",
- " 'Jeong, Seon-Yong',\n",
- " 'Kwak, Woori',\n",
- " 'Ryu, Do Hyun',\n",
- " 'Horvath, Tamas L.',\n",
- " 'Roh, Gu Seob',\n",
- " 'Hwang, Geum-Sook'],\n",
- " 'title': ['Caloric restriction of db/db mice reverts hepatic steatosis and body weight with divergent hepatic metabolism']},\n",
- " {'bibcode': '2003PNAS..100.7797Z',\n",
- " 'author': ['Zender, Lars',\n",
- " 'Hütker, Sebastian',\n",
- " 'Liedtke, Christian',\n",
- " 'Tillmann, Hans Ludger',\n",
- " 'Zender, Steffen',\n",
- " 'Mundt, Bettina',\n",
- " 'Waltemathe, Morlen',\n",
- " 'Gösling, Thomas',\n",
- " 'Flemming, Peer',\n",
- " 'Malek, Nisar Peter',\n",
- " 'Trautwein, Christian',\n",
- " 'Manns, Michael Peter',\n",
- " 'Kühnel, Florian',\n",
- " 'Kubicka, Stefan'],\n",
- " 'title': ['Caspase 8 small interfering RNA prevents acute liver failure in mice']},\n",
- " {'bibcode': '2001PNAS...9811468W',\n",
- " 'author': ['Wang, Xinhe',\n",
- " 'Quail, Elizabeth',\n",
- " 'Hung, Nai-Jung',\n",
- " 'Tan, Yongjun',\n",
- " 'Ye, Honggang',\n",
- " 'Costa, Robert H.'],\n",
- " 'title': ['Increased levels of forkhead box M1B transcription factor in transgenic mouse hepatocytes prevent age-related proliferation defects in regenerating liver']},\n",
- " {'bibcode': '2002JMMM..252..367L',\n",
- " 'author': ['Lacava, L. M.',\n",
- " 'Lacava, Z. G. M.',\n",
- " 'Azevedo, R. B.',\n",
- " 'Chaves, S. B.',\n",
- " 'Garcia, V. A. P.',\n",
- " 'Silva, O.',\n",
- " 'Pelegrini, F.',\n",
- " 'Buske, N.',\n",
- " 'Gansau, C.',\n",
- " 'Da Silva, M. F.',\n",
- " 'Morais, P. C.'],\n",
- " 'title': ['Use of magnetic resonance to study biodistribution of dextran-coated magnetic fluid intravenously administered in mice']},\n",
- " {'bibcode': '2021EnST...55.8191Y',\n",
- " 'author': ['Yao, Linlin',\n",
- " 'Wang, Yuanyuan',\n",
- " 'Shi, Jianbo',\n",
- " 'Liu, Yanna',\n",
- " 'Guo, Hao',\n",
- " 'Yang, Xiaoxi',\n",
- " 'Liu, Yaquan',\n",
- " 'Ma, Junjie',\n",
- " 'Li, Danyang',\n",
- " 'Wang, Ziniu',\n",
- " 'Li, Zikang',\n",
- " 'Luo, Qian',\n",
- " 'Fu, Jianjie',\n",
- " 'Zhang, Qinghua',\n",
- " 'Qu, Guangbo',\n",
- " 'Wang, Yanxin',\n",
- " 'Jiang, Guibin'],\n",
- " 'title': ['Toxicity of Tetrabromobisphenol A and Its Derivative in the Mouse Liver Following Oral Exposure at Environmentally Relevant Levels']},\n",
- " {'bibcode': '2017NatSR...7.7096L',\n",
- " 'author': ['Lathan, Rashida',\n",
- " 'Simon-Chazottes, Dominique',\n",
- " 'Jouvion, Grégory',\n",
- " 'Godon, Ophélie',\n",
- " 'Malissen, Marie',\n",
- " 'Flamand, Marie',\n",
- " 'Bruhns, Pierre',\n",
- " 'Panthier, Jean-Jacques'],\n",
- " 'title': ['Innate Immune Basis for Rift Valley Fever Susceptibility in Mouse Models']},\n",
- " {'bibcode': '1987PNAS...84.7056B',\n",
- " 'author': ['Behringer, Richard R.',\n",
- " 'Hammer, Robert E.',\n",
- " 'Brinster, Ralph L.',\n",
- " 'Palmiter, Richard D.',\n",
- " 'Townes, Tim M.'],\n",
- " 'title': [\"Two 3' Sequences Direct Adult Erythroid-Specific Expression of Human β -globin Genes in Transgenic Mice\"]},\n",
- " {'bibcode': '1996PNAS...93.9126K',\n",
- " 'author': ['Kieran, Mark W.',\n",
- " 'Perkins, Andrew C.',\n",
- " 'Orkin, Stuart H.',\n",
- " 'Zon, Leonard I.'],\n",
- " 'title': ['Thrombopoietin rescues in vitro erythroid colony formation from mouse embryos lacking the erythropoietin receptor.']},\n",
- " {'bibcode': '1996Natur.380..711S',\n",
- " 'author': ['Schilham, Marco W.',\n",
- " 'Oosterwegel, Mariëtte A.',\n",
- " 'Moerer, Petra',\n",
- " 'Ya, Jing',\n",
- " 'de Boer, Piet A. J.',\n",
- " 'van de Wetering, Marc',\n",
- " 'Verbeek, Sjef',\n",
- " 'Lamers, Wouter H.',\n",
- " 'Kruisbeek, Ada M.',\n",
- " 'Cumano, Ana',\n",
- " 'Clevers, Hans'],\n",
- " 'title': ['Defects in cardiac outflow tract formation and pro-B-lymphocyte expansion in mice lacking Sox-4']},\n",
- " {'bibcode': '2000PNAS...97.4156M',\n",
- " 'author': ['Minowa, Osamu',\n",
- " 'Arai, Tsuyoshi',\n",
- " 'Hirano, Masanori',\n",
- " 'Monden, Yoshiaki',\n",
- " 'Nakai, Shigeyasu',\n",
- " 'Fukuda, Mayuko',\n",
- " 'Itoh, Masaki',\n",
- " 'Takano, Hiroshi',\n",
- " 'Hippou, Yoshitaka',\n",
- " 'Aburatani, Hiroyuki',\n",
- " 'Masumura, Ken-ichi',\n",
- " 'Nohmi, Takehiko',\n",
- " 'Nishimura, Susumu',\n",
- " 'Noda, Tetsuo'],\n",
- " 'title': ['Mmh/Ogg1 gene inactivation results in accumulation of 8-hydroxyguanine in mice']},\n",
- " {'bibcode': '2012PMB....57.6063W',\n",
- " 'author': ['Wang, Hongkai',\n",
- " 'Stout, David B.',\n",
- " 'Taschereau, Richard',\n",
- " 'Gu, Zheng',\n",
- " 'Vu, Nam T.',\n",
- " 'Prout, David L.',\n",
- " 'Chatziioannou, Arion F.'],\n",
- " 'title': ['MARS: a mouse atlas registration system based on a planar x-ray projector and an optical camera']},\n",
- " {'bibcode': '1999PNAS...9614511F',\n",
- " 'author': ['Farrelly, Dennis',\n",
- " 'Brown, Karen S.',\n",
- " 'Tieman, Aaron',\n",
- " 'Ren, Jianming',\n",
- " 'Lira, Sergio A.',\n",
- " 'Hagan, Deborah',\n",
- " 'Gregg, Richard',\n",
- " 'Mookhtiar, Kasim A.',\n",
- " 'Hariharan, Narayanan'],\n",
- " 'title': ['Mice Mutant for Glucokinase Regulatory Protein Exhibit Decreased Liver Glucokinase: A Sequestration Mechanism in Metabolic Regulation']},\n",
- " {'bibcode': '2005Sci...309.1390C',\n",
- " 'author': ['Cardone, Luca',\n",
- " 'Hirayama, Jun',\n",
- " 'Giordano, Francesca',\n",
- " 'Tamaru, Teruya',\n",
- " 'Palvimo, Jorma J.',\n",
- " 'Sassone-Corsi, Paolo'],\n",
- " 'title': ['Circadian Clock Control by SUMOylation of BMAL1']},\n",
- " {'bibcode': '2015JBO....20g6012K',\n",
- " 'author': ['Kopriva, Ivica',\n",
- " 'Hadžija, Marijana Popović',\n",
- " 'Hadžija, Mirko',\n",
- " 'Aralica, Gorana'],\n",
- " 'title': ['Offset-sparsity decomposition for automated enhancement of color microscopic image of stained specimen in histopathology']},\n",
- " {'bibcode': '1993Sci...261.1733R',\n",
- " 'author': ['Ruff-Jamison, Susan', 'Chen, Katherine', 'Cohen, Stanley'],\n",
- " 'title': ['Induction by EGF and Interferon-γ of Tyrosine Phosphorylated DNA Binding Proteins in Mouse Liver Nuclei']},\n",
- " {'bibcode': '1993PNAS...90.2812H',\n",
- " 'author': ['Herz, Joachim', 'Gerard, Robert D.'],\n",
- " 'title': ['Adenovirus-mediated transfer of low density lipoprotein receptor gene acutely accelerates cholesterol clearance in normal mice.']},\n",
- " {'bibcode': '2023NatSR..13.9475K',\n",
- " 'author': ['Kim, Myungsuk',\n",
- " 'Huda, M. Nazmul',\n",
- " 'Evans, Levi W.',\n",
- " 'Que, Excel',\n",
- " 'Gertz, Erik R.',\n",
- " 'Maeda-Smithies, Nobuyo',\n",
- " 'Bennett, Brian J.'],\n",
- " 'title': ['Integrative analysis of hepatic transcriptional profiles reveals genetic regulation of atherosclerosis in hyperlipidemic Diversity Outbred-F1 mice']},\n",
- " {'bibcode': '2017NatSR...712488D',\n",
- " 'author': ['Deol, Poonamjot',\n",
- " 'Fahrmann, Johannes',\n",
- " 'Yang, Jun',\n",
- " 'Evans, Jane R.',\n",
- " 'Rizo, Antonia',\n",
- " 'Grapov, Dmitry',\n",
- " 'Salemi, Michelle',\n",
- " 'Wanichthanarak, Kwanjeera',\n",
- " 'Fiehn, Oliver',\n",
- " 'Phinney, Brett',\n",
- " 'Hammock, Bruce D.',\n",
- " 'Sladek, Frances M.'],\n",
- " 'title': ['Omega-6 and omega-3 oxylipins are implicated in soybean oil-induced obesity in mice']},\n",
- " {'bibcode': '2014Nanos...7..625Y',\n",
- " 'author': ['Yang, Lin',\n",
- " 'Kuang, Huijuan',\n",
- " 'Zhang, Wanyi',\n",
- " 'Aguilar, Zoraida P.',\n",
- " 'Xiong, Yonghua',\n",
- " 'Lai, Weihua',\n",
- " 'Xu, Hengyi',\n",
- " 'Wei, Hua'],\n",
- " 'title': ['Size dependent biodistribution and toxicokinetics of iron oxide magnetic nanoparticles in mice']},\n",
- " {'bibcode': '1980Sci...209.1128N',\n",
- " 'author': ['Newell, Nanette',\n",
- " 'Richards, Julia E.',\n",
- " 'Tucker, Philip W.',\n",
- " 'Blattner, Frederick R.'],\n",
- " 'title': ['J Genes for Heavy Chain Immunoglobulins of Mouse']},\n",
- " {'bibcode': '2007PNAS..10416480C',\n",
- " 'author': ['Choi, Cheol Soo',\n",
- " 'Savage, David B.',\n",
- " 'Abu-Elheiga, Lutfi',\n",
- " 'Liu, Zhen-Xiang',\n",
- " 'Kim, Sheene',\n",
- " 'Kulkarni, Ameya',\n",
- " 'Distefano, Alberto',\n",
- " 'Hwang, Yu-Jin',\n",
- " 'Reznick, Richard M.',\n",
- " 'Codella, Roberto',\n",
- " 'Zhang, Dongyan',\n",
- " 'Cline, Gary W.',\n",
- " 'Wakil, Salih J.',\n",
- " 'Shulman, Gerald I.'],\n",
- " 'title': ['Continuous fat oxidation in acetyl CoA carboxylase 2 knockout mice increases total energy expenditure, reduces fat mass, and improves insulin sensitivity']},\n",
- " {'bibcode': '2023Heliy...916978S',\n",
- " 'author': ['Shao, Wenhua',\n",
- " 'Ichimura-Shimizu, Mayuko',\n",
- " 'Ogawa, Hirohisa',\n",
- " 'Jin, Shengjian',\n",
- " 'Sutoh, Mitsuko',\n",
- " 'Nakamura, Satoko',\n",
- " 'Onodera, Miki',\n",
- " 'Tawara, Hirosuke',\n",
- " 'Toyohara, Shunji',\n",
- " 'Hokao, Ryoji',\n",
- " 'Kudo, Yasusei',\n",
- " 'Oya, Takeshi',\n",
- " 'Tsuneyama, Koichi'],\n",
- " 'title': ['Establishment of repeated liver biopsy technique in experimental mice']},\n",
- " {'bibcode': '2019OExpr..2726014H',\n",
- " 'author': ['Huang, Pingjie',\n",
- " 'Cao, Yuqi',\n",
- " 'Chen, Jiani',\n",
- " 'Ge, Weiting',\n",
- " 'Hou, Dibo',\n",
- " 'Zhang, Guangxin'],\n",
- " 'title': ['Analysis and inspection techniques for mouse liver injury based on terahertz spectroscopy']},\n",
- " {'bibcode': '1961PNAS...47..762H',\n",
- " 'author': ['Herzenberg, Leonard A.', 'Herzenberg, Leonore A.'],\n",
- " 'title': ['Association of H-2 Antigens with the Cell Membrane Fraction of Mouse Liver']},\n",
- " {'bibcode': '2000Natur.406..902T',\n",
- " 'author': ['Tanaka, Yoshitaka',\n",
- " 'Guhde, Gundula',\n",
- " 'Suter, Anke',\n",
- " 'Eskelinen, Eeva-Liisa',\n",
- " 'Hartmann, Dieter',\n",
- " 'Lüllmann-Rauch, Renate',\n",
- " 'Janssen, Paul M. L.',\n",
- " 'Blanz, Judith',\n",
- " 'von Figura, Kurt',\n",
- " 'Saftig, Paul'],\n",
- " 'title': ['Accumulation of autophagic vacuoles and cardiomyopathy in LAMP-2-deficient mice']},\n",
- " {'bibcode': '1997PNAS...9413087E',\n",
- " 'author': ['Engelward, Bevin P.',\n",
- " 'Weeda, Geert',\n",
- " 'Wyatt, Michael D.',\n",
- " 'Broekhof, José L. M.',\n",
- " 'de Wit, Jan',\n",
- " 'Donker, Ingrid',\n",
- " 'Allan, James M.',\n",
- " 'Gold, Barry',\n",
- " 'Hoeijmakers, Jan H. J.',\n",
- " 'Samson, Leona D.'],\n",
- " 'title': ['Base Excision Repair Deficient Mice Lacking the Aag Alkyladenine DNA Glycosylase']},\n",
- " {'bibcode': '2010RadR..174..611U',\n",
- " 'author': ['Uehara, Yoshihiko',\n",
- " 'Ito, Yasuko',\n",
- " 'Taki, Keiko',\n",
- " 'Nenoi, Mitsuru',\n",
- " 'Ichinohe, Kazuaki',\n",
- " 'Nakamura, Shingo',\n",
- " 'Tanaka, Satoshi',\n",
- " 'Oghiso, Yoichi',\n",
- " 'Tanaka, Kimio',\n",
- " 'Matsumoto, Tsuneya',\n",
- " 'Paunesku, Tatjana',\n",
- " 'Woloschak, Gayle E.',\n",
- " 'Ono, Tetsuya'],\n",
- " 'title': ['Gene Expression Profiles in Mouse Liver after Long-Term Low-Dose-Rate Irradiation with Gamma Rays']},\n",
- " {'bibcode': '2015NatSR...517762L',\n",
- " 'author': ['Liu, Yan',\n",
- " 'Yang, Xue',\n",
- " 'Jing, Yingying',\n",
- " 'Zhang, Shanshan',\n",
- " 'Zong, Chen',\n",
- " 'Jiang, Jinghua',\n",
- " 'Sun, Kai',\n",
- " 'Li, Rong',\n",
- " 'Gao, Lu',\n",
- " 'Zhao, Xue',\n",
- " 'Wu, Dong',\n",
- " 'Shi, Yufang',\n",
- " 'Han, Zhipeng',\n",
- " 'Wei, Lixin'],\n",
- " 'title': ['Contribution and Mobilization of Mesenchymal Stem Cells in a mouse model of carbon tetrachloride-induced liver fibrosis']},\n",
- " {'bibcode': '2011PNAS..108.5378W',\n",
- " 'author': ['Wu, Margaret',\n",
- " 'Singh, Sheo B.',\n",
- " 'Wang, Jun',\n",
- " 'Chung, Christine C.',\n",
- " 'Salituro, Gino',\n",
- " 'Karanam, Bindhu V.',\n",
- " 'Lee, Sang Ho',\n",
- " 'Powles, Maryann',\n",
- " 'Ellsworth, Kenneth P.',\n",
- " 'Lassman, Michael E.',\n",
- " 'Miller, Corey',\n",
- " 'Myers, Robert W.',\n",
- " 'Tota, Michael R.',\n",
- " 'Zhang, Bei B.',\n",
- " 'Li, Cai'],\n",
- " 'title': ['Antidiabetic and antisteatotic effects of the selective fatty acid synthase (FAS) inhibitor platensimycin in mouse models of diabetes']},\n",
- " {'bibcode': '2015NatSR...517192N',\n",
- " 'author': ['Ni, Yinhua',\n",
- " 'Nagashimada, Mayumi',\n",
- " 'Zhuge, Fen',\n",
- " 'Zhan, Lili',\n",
- " 'Nagata, Naoto',\n",
- " 'Tsutsui, Akemi',\n",
- " 'Nakanuma, Yasuni',\n",
- " 'Kaneko, Shuichi',\n",
- " 'Ota, Tsuguhito'],\n",
- " 'title': ['Astaxanthin prevents and reverses diet-induced insulin resistance and steatohepatitis in mice: A comparison with vitamin E']},\n",
- " {'bibcode': '2015NatCo...6.7339B',\n",
- " 'author': ['Bissig-Choisat, Beatrice',\n",
- " 'Wang, Lili',\n",
- " 'Legras, Xavier',\n",
- " 'Saha, Pradip K.',\n",
- " 'Chen, Leon',\n",
- " 'Bell, Peter',\n",
- " 'Pankowicz, Francis P.',\n",
- " 'Hill, Matthew C.',\n",
- " 'Barzi, Mercedes',\n",
- " 'Leyton, Claudia Kettlun',\n",
- " 'Leung, Hon-Chiu Eastwood',\n",
- " 'Kruse, Robert L.',\n",
- " 'Himes, Ryan W.',\n",
- " 'Goss, John A.',\n",
- " 'Wilson, James M.',\n",
- " 'Chan, Lawrence',\n",
- " 'Lagor, William R.',\n",
- " 'Bissig, Karl-Dimiter'],\n",
- " 'title': ['Development and rescue of human familial hypercholesterolaemia in a xenograft mouse model']},\n",
- " {'bibcode': '2020JMoSt120827895W',\n",
- " 'author': ['Wang, Xia',\n",
- " 'Huo, Xiu-zhu',\n",
- " 'Liu, Zhe',\n",
- " 'Yang, Ran',\n",
- " 'Zeng, Hua-jin'],\n",
- " 'title': ['Investigations on the anti-aging activity of polysaccharides from Chinese yam and their regulation on klotho gene expression in mice']},\n",
- " {'bibcode': '2021NatCo..12.5204K',\n",
- " 'author': ['Kim, Kwang-eun',\n",
- " 'Park, Isaac',\n",
- " 'Kim, Jeesoo',\n",
- " 'Kang, Myeong-Gyun',\n",
- " 'Choi, Won Gun',\n",
- " 'Shin, Hyemi',\n",
- " 'Kim, Jong-Seo',\n",
- " 'Rhee, Hyun-Woo',\n",
- " 'Suh, Jae Myoung'],\n",
- " 'title': ['Dynamic tracking and identification of tissue-specific secretory proteins in the circulation of live mice']},\n",
- " {'bibcode': '2013PLoSO...883723Z',\n",
- " 'author': ['Zheng, Rena',\n",
- " 'Rebolledo-Jaramillo, Boris',\n",
- " 'Zong, Yiwei',\n",
- " 'Wang, Liqing',\n",
- " 'Russo, Pierre',\n",
- " 'Hancock, Wayne',\n",
- " 'Stanger, Ben Z.',\n",
- " 'Hardison, Ross C.',\n",
- " 'Blobel, Gerd A.'],\n",
- " 'title': ['Function of GATA Factors in the Adult Mouse Liver']},\n",
- " {'bibcode': '2012PNAS..10910053J',\n",
- " 'author': ['Jin, Cong',\n",
- " 'Liang, Mifang',\n",
- " 'Ning, Junyu',\n",
- " 'Gu, Wen',\n",
- " 'Jiang, Hong',\n",
- " 'Wu, Wei',\n",
- " 'Zhang, Fushun',\n",
- " 'Li, Chuan',\n",
- " 'Zhang, Quanfu',\n",
- " 'Zhu, Hua',\n",
- " 'Chen, Ting',\n",
- " 'Han, Ying',\n",
- " 'Zhang, Weilun',\n",
- " 'Zhang, Shuo',\n",
- " 'Wang, Qin',\n",
- " 'Sun, Lina',\n",
- " 'Liu, Qinzhi',\n",
- " 'Li, Jiandong',\n",
- " 'Wang, Tao',\n",
- " 'Wei, Qiang',\n",
- " 'Wang, Shiwen',\n",
- " 'Deng, Ying',\n",
- " 'Qin, Chuan',\n",
- " 'Li, Dexin'],\n",
- " 'title': ['Pathogenesis of emerging severe fever with thrombocytopenia syndrome virus in C57/BL6 mouse model']},\n",
- " {'bibcode': '2017NatSR...7..714T',\n",
- " 'author': ['Thiele, Nina D.',\n",
- " 'Wirth, Jan W.',\n",
- " 'Steins, David',\n",
- " 'Koop, Anja C.',\n",
- " 'Ittrich, Harald',\n",
- " 'Lohse, Ansgar W.',\n",
- " 'Kluwe, Johannes'],\n",
- " 'title': ['TIMP-1 is upregulated, but not essential in hepatic fibrogenesis and carcinogenesis in mice']},\n",
- " {'bibcode': '2022NatSR..1222273Z',\n",
- " 'author': ['Zangerolamo, Lucas',\n",
- " 'Carvalho, Marina',\n",
- " 'Barssotti, Leticia',\n",
- " 'Soares, Gabriela M.',\n",
- " 'Marmentini, Carine',\n",
- " 'Boschero, Antonio C.',\n",
- " 'Barbosa, Helena Cristina L.'],\n",
- " 'title': ['The bile acid TUDCA reduces age-related hyperinsulinemia in mice']},\n",
- " {'bibcode': '2015NatSR...518474M',\n",
- " 'author': ['Montgomery, M. K.',\n",
- " 'Fiveash, C. E.',\n",
- " 'Braude, J. P.',\n",
- " 'Osborne, B.',\n",
- " 'Brown, S. H. J.',\n",
- " 'Mitchell, T. W.',\n",
- " 'Turner, N.'],\n",
- " 'title': ['Disparate metabolic response to fructose feeding between different mouse strains']},\n",
- " {'bibcode': '2021NatSR..11.3599S',\n",
- " 'author': ['Sakamoto, Hiroki',\n",
- " 'Miyanishi, Koji',\n",
- " 'Tanaka, Shingo',\n",
- " 'Ito, Ryo',\n",
- " 'Hamaguchi, Kota',\n",
- " 'Sakurada, Akira',\n",
- " 'Sato, Masanori',\n",
- " 'Kubo, Tomohiro',\n",
- " 'Osuga, Takahiro',\n",
- " 'Murase, Kazuyuki',\n",
- " 'Takada, Kohichi',\n",
- " 'Nakabeppu, Yusaku',\n",
- " 'Kobune, Masayoshi',\n",
- " 'Kato, Junji'],\n",
- " 'title': ['MUTYH is associated with hepatocarcinogenesis in a non-alcoholic steatohepatitis mouse model']},\n",
- " {'bibcode': '2022NaRes..15.2558L',\n",
- " 'author': ['Liu, Jiang',\n",
- " 'Lu, Wei',\n",
- " 'Lu, Xifeng',\n",
- " 'Zhang, Lu',\n",
- " 'Dong, Haifeng',\n",
- " 'Li, Yingchun'],\n",
- " 'title': ['Versatile Ti3C2Tx MXene for free-radical scavenging']},\n",
- " {'bibcode': '1971Sci...172..165C',\n",
- " 'author': ['Christensen, H. D.',\n",
- " 'Freudenthal, R. I.',\n",
- " 'Gidley, J. T.',\n",
- " 'Rosenfeld, R.',\n",
- " 'Boegli, G.',\n",
- " 'Testino, L.',\n",
- " 'Brine, D. R.',\n",
- " 'Pitt, C. G.',\n",
- " 'Wall, M. E.'],\n",
- " 'title': ['Activity of Δ 8- and Δ 9-Tetrahydrocannabinol and Related Compounds in the Mouse']},\n",
- " {'bibcode': '1979Natur.281...74L',\n",
- " 'author': ['Lipsich, Leah Ann', 'Kates, Joseph R.', 'Lucas, Joseph J.'],\n",
- " 'title': ['Expression of a liver-specific function by mouse fibroblast nuclei transplanted into rat hepatoma cytoplasts']},\n",
- " {'bibcode': '2021SciAf..1200815G',\n",
- " 'author': ['Gitonga, Francis',\n",
- " 'Biwott, Kipchumba',\n",
- " 'Gitau, Grace Wairimu',\n",
- " 'Wafula, Okanya Patrick',\n",
- " 'Amwayi, Peris',\n",
- " 'Isaac, Alfred Orina',\n",
- " 'Nyariki, James Nyabuga'],\n",
- " 'title': ['Coenzyme Q10 Ameliorates potassium cyanide-induced toxicosis in a mouse model']},\n",
- " {'bibcode': '2018Natur.558..301Q',\n",
- " 'author': ['Que, Xuchu',\n",
- " 'Hung, Ming-Yow',\n",
- " 'Yeang, Calvin',\n",
- " 'Gonen, Ayelet',\n",
- " 'Prohaska, Thomas A.',\n",
- " 'Sun, Xiaoli',\n",
- " 'Diehl, Cody',\n",
- " 'Määttä, Antti',\n",
- " 'Gaddis, Dalia E.',\n",
- " 'Bowden, Karen',\n",
- " 'Pattison, Jennifer',\n",
- " 'MacDonald, Jeffrey G.',\n",
- " 'Ylä-Herttuala, Seppo',\n",
- " 'Mellon, Pamela L.',\n",
- " 'Hedrick, Catherine C.',\n",
- " 'Ley, Klaus',\n",
- " 'Miller, Yury I.',\n",
- " 'Glass, Christopher K.',\n",
- " 'Peterson, Kirk L.',\n",
- " 'Binder, Christoph J.',\n",
- " 'Tsimikas, Sotirios',\n",
- " 'Witztum, Joseph L.'],\n",
- " 'title': ['Oxidized phospholipids are proinflammatory and proatherogenic in hypercholesterolaemic mice']},\n",
- " {'bibcode': '2022SciBu..67..733W',\n",
- " 'author': ['Wei, Siying',\n",
- " 'Li, Chenchen',\n",
- " 'Luo, Xuemei',\n",
- " 'Yang, Lanzexin',\n",
- " 'Yu, Long',\n",
- " 'Wang, Qintao',\n",
- " 'Meng, Zhuo-Xian',\n",
- " 'Wang, Tao',\n",
- " 'Chen, Yan'],\n",
- " 'title': ['Intermittent protein restriction protects islet β cells and improves glucose homeostasis in diabetic mice']},\n",
- " {'bibcode': '2015ApNan...5..937A',\n",
- " 'author': ['Arockia John Paul, J.', 'Karunai Selvi, B.', 'Karmegam, N.'],\n",
- " 'title': ['Biosynthesis of silver nanoparticles from Premna serratifolia L. leaf and its anticancer activity in CCl4-induced hepato-cancerous Swiss albino mice']},\n",
- " {'bibcode': '2020JPhCS1445a2018A',\n",
- " 'author': ['Akhmad Husen, Saikhu',\n",
- " 'Hary Kalqutny, Septian',\n",
- " 'Ansori, Arif Nur Muhammad',\n",
- " 'Joko Kuncoroningrat Susilo, Raden',\n",
- " 'Khaleyla, Firas',\n",
- " 'Winarni, Dwi'],\n",
- " 'title': ['Hepato-Renal Protective Effects of Mangosteen (Garcinia mangostana L.) Pericarp Extract in Streptozotocin-induced Diabetic Mice']},\n",
- " {'bibcode': '2019NatCo..10.3882M',\n",
- " 'author': ['Matsumoto, Shinji',\n",
- " 'Yamamichi, Taku',\n",
- " 'Shinzawa, Koei',\n",
- " 'Kasahara, Yuuya',\n",
- " 'Nojima, Satoshi',\n",
- " 'Kodama, Takahiro',\n",
- " 'Obika, Satoshi',\n",
- " 'Takehara, Tetsuo',\n",
- " 'Morii, Eiichi',\n",
- " 'Okuyama, Hiroomi',\n",
- " 'Kikuchi, Akira'],\n",
- " 'title': ['GREB1 induced by Wnt signaling promotes development of hepatoblastoma by suppressing TGFβ signaling']},\n",
- " {'bibcode': '2020NatCo..11.1344J',\n",
- " 'author': ['Jabs, Sabrina',\n",
- " 'Biton, Anne',\n",
- " 'Bécavin, Christophe',\n",
- " 'Nahori, Marie-Anne',\n",
- " 'Ghozlane, Amine',\n",
- " 'Pagliuso, Alessandro',\n",
- " 'Spanò, Giulia',\n",
- " 'Guérineau, Vincent',\n",
- " 'Touboul, David',\n",
- " 'Giai Gianetto, Quentin',\n",
- " 'Chaze, Thibault',\n",
- " 'Matondo, Mariette',\n",
- " 'Dillies, Marie-Agnès',\n",
- " 'Cossart, Pascale'],\n",
- " 'title': ['Impact of the gut microbiota on the m6A epitranscriptome of mouse cecum and liver']},\n",
- " {'bibcode': '1993PNAS...90.8088M',\n",
- " 'author': ['Michalska, Anna E.', 'Choo, K. H. Andy'],\n",
- " 'title': ['Targeting and germ-line transmission of a null mutation at the metallothionein I and II loci in mouse.']},\n",
- " {'bibcode': '2018NatSR...8..188Y',\n",
- " 'author': ['Yang, Xu',\n",
- " 'Fujisawa, Masayoshi',\n",
- " 'Yoshimura, Teizo',\n",
- " 'Ohara, Toshiaki',\n",
- " 'Sato, Miwa',\n",
- " 'Mino, Megumi',\n",
- " 'San, Thar Htet',\n",
- " 'Gao, Tong',\n",
- " 'Kunkel, Steven L.',\n",
- " 'Matsukawa, Akihiro'],\n",
- " 'title': ['Spred2 Deficiency Exacerbates D-Galactosamine/Lipopolysaccharide -induced Acute Liver Injury in Mice via Increased Production of TNFα']},\n",
- " {'bibcode': '2000PNAS...97.2196F',\n",
- " 'author': ['Factor, Valentina M.',\n",
- " 'Laskowska, Danuta',\n",
- " 'Jensen, Michael Rugaard',\n",
- " 'Woitach, Joseph T.',\n",
- " 'Popescu, Nicholas C.',\n",
- " 'Thorgeirsson, Snorri S.'],\n",
- " 'title': ['Vitamin E reduces chromosomal damage and inhibits hepatic tumor formation in a transgenic mouse model']},\n",
- " {'bibcode': '2010Nanot..21q5101Z',\n",
- " 'author': ['Zhang, Danying',\n",
- " 'Deng, Xiaoyong',\n",
- " 'Ji, Zongfei',\n",
- " 'Shen, Xizhong',\n",
- " 'Dong, Ling',\n",
- " 'Wu, Minghong',\n",
- " 'Gu, Taoying',\n",
- " 'Liu, Yuanfang'],\n",
- " 'title': ['Long-term hepatotoxicity of polyethylene-glycol functionalized multi-walled carbon nanotubes in mice']},\n",
- " {'bibcode': '1990RadR..124..227M',\n",
- " 'author': ['Majo, V. Di', 'Coppola, M.', 'Rebessi, S.', 'Covelli, V.'],\n",
- " 'title': ['Age-Related Susceptibility of Mouse Liver to Induction of Tumors by Neutrons']},\n",
- " {'bibcode': '2014INL.....4..113A',\n",
- " 'author': ['Ajdari, Marziyeh', 'Ziaee Ghahnavieh, Marziyeh'],\n",
- " 'title': ['Histopathology effects of nickel nanoparticles on lungs, liver, and spleen tissues in male mice']},\n",
- " {'bibcode': '2018NatSR...8.8417B',\n",
- " 'author': ['Bégay, Valérie',\n",
- " 'Baumeier, Christian',\n",
- " 'Zimmermann, Karin',\n",
- " 'Heuser, Arnd',\n",
- " 'Leutz, Achim'],\n",
- " 'title': ['The C/EBPβ LIP isoform rescues loss of C/EBPβ function in the mouse']},\n",
- " {'bibcode': '1998PNAS...9515382G',\n",
- " 'author': ['Garabedian, Emily M.',\n",
- " 'Humphrey, Peter A.',\n",
- " 'Gordon, Jeffrey I.'],\n",
- " 'title': ['A Transgenic Mouse Model of Metastatic Prostate Cancer Originating from Neuroendocrine Cells']},\n",
- " {'bibcode': '2002PNAS...99.7604J',\n",
- " 'author': ['Joseph, Sean B.',\n",
- " 'McKilligin, Elaine',\n",
- " 'Pei, Liming',\n",
- " 'Watson, Michael A.',\n",
- " 'Collins, Alan R.',\n",
- " 'Laffitte, Bryan A.',\n",
- " 'Chen, Mingyi',\n",
- " 'Noh, Grace',\n",
- " 'Goodman, Joanne',\n",
- " 'Hagger, Graham N.',\n",
- " 'Tran, Jonathan',\n",
- " 'Tippin, Tim K.',\n",
- " 'Wang, Xuping',\n",
- " 'Lusis, Aldons J.',\n",
- " 'Hsueh, Willa A.',\n",
- " 'Law, Ronald E.',\n",
- " 'Collins, Jon L.',\n",
- " 'Willson, Timothy M.',\n",
- " 'Tontonoz, Peter'],\n",
- " 'title': ['Synthetic LXR ligand inhibits the development of atherosclerosis in mice']},\n",
- " {'bibcode': '2017NatSR...7.6120T',\n",
- " 'author': ['Tu, Lan N.',\n",
- " 'Showalter, Megan R.',\n",
- " 'Cajka, Tomas',\n",
- " 'Fan, Sili',\n",
- " 'Pillai, Viju V.',\n",
- " 'Fiehn, Oliver',\n",
- " 'Selvaraj, Vimal'],\n",
- " 'title': ['Metabolomic characteristics of cholesterol-induced non-obese nonalcoholic fatty liver disease in mice']},\n",
- " {'bibcode': '2000PNAS...9710578B',\n",
- " 'author': ['Botten, Jason',\n",
- " 'Mirowsky, Katy',\n",
- " 'Kusewitt, Donna',\n",
- " 'Bharadwaj, Mausumi',\n",
- " 'Yee, Joyce',\n",
- " 'Ricci, Roy',\n",
- " 'Feddersen, Richard M.',\n",
- " 'Hjelle, Brian'],\n",
- " 'title': ['Experimental infection model for Sin Nombre hantavirus in the deer mouse (Peromyscus maniculatus)']},\n",
- " {'bibcode': '2010PNAS..10713063K',\n",
- " 'author': ['Kitamura, Takanori',\n",
- " 'Fujishita, Teruaki',\n",
- " 'Loetscher, Pius',\n",
- " 'Revesz, Laszlo',\n",
- " 'Hashida, Hiroki',\n",
- " 'Kizaka-Kondoh, Shinae',\n",
- " 'Aoki, Masahiro',\n",
- " 'Taketo, Makoto M.'],\n",
- " 'title': ['Inactivation of chemokine (C-C motif) receptor 1 (CCR1) suppresses colon cancer liver metastasis by blocking accumulation of immature myeloid cells in a mouse model']},\n",
- " {'bibcode': '2015PNAS..112.5521Q',\n",
- " 'author': ['Qvartskhava, Natalia',\n",
- " 'Lang, Philipp A.',\n",
- " 'Görg, Boris',\n",
- " 'Pozdeev, Vitaly I.',\n",
- " 'Ortiz, Marina Pascual',\n",
- " 'Lang, Karl S.',\n",
- " 'Bidmon, Hans J.',\n",
- " 'Lang, Elisabeth',\n",
- " 'Leibrock, Christina B.',\n",
- " 'Herebian, Diran',\n",
- " 'Bode, Johannes G.',\n",
- " 'Lang, Florian',\n",
- " 'Häussinger, Dieter'],\n",
- " 'title': ['Hyperammonemia in gene-targeted mice lacking functional hepatic glutamine synthetase']},\n",
- " {'bibcode': '1994PNAS...91..614T',\n",
- " 'author': ['Toyonaga, Tetsushi',\n",
- " 'Hino, Okio',\n",
- " 'Sugai, Satoshi',\n",
- " 'Wakasug, Shoji',\n",
- " 'Abe, Kuniya',\n",
- " 'Shichiri, Motoaki',\n",
- " 'Yamamura, Ken-Ichi'],\n",
- " 'title': ['Chronic Active Hepatitis in Transgenic Mice Expressing Interferon-γ in the Liver']},\n",
- " {'bibcode': '2018JPhCS1003a2009A',\n",
- " 'author': ['Ali, Intisar H.',\n",
- " 'Jabir, Majid S.',\n",
- " 'Al-Shmgani, Hanady S. A.',\n",
- " 'Sulaiman, Ghassan M.',\n",
- " 'Sadoon, Ali H.'],\n",
- " 'title': ['Pathological And Immunological Study On Infection With Escherichia Coli In ale BALB/c mice']},\n",
- " {'bibcode': '2020PLSCB..16E8412S',\n",
- " 'author': ['Scholich, André',\n",
- " 'Syga, Simon',\n",
- " 'Morales-Navarrete, Hernán',\n",
- " 'Segovia-Miranda, Fabián',\n",
- " 'Nonaka, Hidenori',\n",
- " 'Meyer, Kirstin',\n",
- " 'de Back, Walter',\n",
- " 'Brusch, Lutz',\n",
- " 'Kalaidzidis, Yannis',\n",
- " 'Zerial, Marino',\n",
- " 'Jülicher, Frank',\n",
- " 'Friedrich, Benjamin M.'],\n",
- " 'title': ['Quantification of nematic cell polarity in three-dimensional tissues']},\n",
- " {'bibcode': '2018NatSR...8.9072T',\n",
- " 'author': ['Tsurudome, Yuya',\n",
- " 'Koyanagi, Satoru',\n",
- " 'Kanemitsu, Takumi',\n",
- " 'Katamune, Chiharu',\n",
- " 'Oda, Masayuki',\n",
- " 'Kanado, Yuki',\n",
- " 'Kato, Mizuki',\n",
- " 'Morita, Akari',\n",
- " 'Tahara, Yu',\n",
- " 'Matsunaga, Naoya',\n",
- " 'Shibata, Shigenobu',\n",
- " 'Ohdo, Shigehiro'],\n",
- " 'title': ['Circadian clock component PERIOD2 regulates diurnal expression of Na+/H+ exchanger regulatory factor-1 and its scaffolding function']},\n",
- " {'bibcode': '2012Natur.485..465Z',\n",
- " 'author': ['Zeigerer, Anja',\n",
- " 'Gilleron, Jerome',\n",
- " 'Bogorad, Roman L.',\n",
- " 'Marsico, Giovanni',\n",
- " 'Nonaka, Hidenori',\n",
- " 'Seifert, Sarah',\n",
- " 'Epstein-Barash, Hila',\n",
- " 'Kuchimanchi, Satya',\n",
- " 'Peng, Chang Geng',\n",
- " 'Ruda, Vera M.',\n",
- " 'Conte-Zerial, Perla Del',\n",
- " 'Hengstler, Jan G.',\n",
- " 'Kalaidzidis, Yannis',\n",
- " 'Koteliansky, Victor',\n",
- " 'Zerial, Marino'],\n",
- " 'title': ['Rab5 is necessary for the biogenesis of the endolysosomal system in vivo']},\n",
- " {'bibcode': '1989PNAS...86.7547S',\n",
- " 'author': ['Suematsu, Sachiko',\n",
- " 'Matsuda, Tadashi',\n",
- " 'Aozasa, Katsuyuki',\n",
- " 'Akira, Shizuo',\n",
- " 'Nakano, Naoko',\n",
- " 'Ohno, Shinsuke',\n",
- " 'Miyazaki, Jun-Ichi',\n",
- " 'Yamamura, Ken-Ichi',\n",
- " 'Hirano, Toshio',\n",
- " 'Kishimoto, Tadamitsu'],\n",
- " 'title': ['IgG1 plasmacytosis in interleukin 6 transgenic mice.']},\n",
- " {'bibcode': '2017NatSR...717751W',\n",
- " 'author': ['Woodfield, Sarah E.',\n",
- " 'Shi, Yan',\n",
- " 'Patel, Roma H.',\n",
- " 'Jin, Jingling',\n",
- " 'Major, Angela',\n",
- " 'Sarabia, Stephen F.',\n",
- " 'Starosolski, Zbigniew',\n",
- " 'Zorman, Barry',\n",
- " 'Gupta, Siddharth S.',\n",
- " 'Chen, Zhenghu',\n",
- " 'Ibarra, Aryana M.',\n",
- " 'Bissig, Karl-Dimiter',\n",
- " 'Ghaghada, Ketan B.',\n",
- " 'Sumazin, Pavel',\n",
- " 'López-Terrada, Dolores',\n",
- " 'Vasudevan, Sanjeev A.'],\n",
- " 'title': ['A Novel Cell Line Based Orthotopic Xenograft Mouse Model That Recapitulates Human Hepatoblastoma']},\n",
- " {'bibcode': '2014PLoSO...9k6179J',\n",
- " 'author': ['Jiang, Yan', 'Chen, Jiahong', 'Tong, Jian', 'Chen, Tao'],\n",
- " 'title': ['Trichloroethylene-Induced Gene Expression and DNA Methylation Changes in B6C3F1 Mouse Liver']},\n",
- " {'bibcode': '2003RadR..160..549F',\n",
- " 'author': ['Furuno-Fukushi, Ikuko',\n",
- " 'Masumura, Ken-ichi',\n",
- " 'Furuse, Takeshi',\n",
- " 'Noda, Yuko',\n",
- " 'Takahagi, Masahiko',\n",
- " 'Saito, Toshiyuki',\n",
- " 'Hoki, Yuko',\n",
- " 'Suzuki, Hiroshi',\n",
- " 'Wynshaw-Boris, Anthony',\n",
- " 'Nohmi, Takehiko',\n",
- " 'Tatsumi, Kouichi'],\n",
- " 'title': ['Effect ofAtmDisruption on Spontaneously Arising and Radiation-Induced Deletion Mutations in Mouse Liver']},\n",
- " {'bibcode': '1999Natur.400..886Y',\n",
- " 'author': ['Yin, Xiao-Ming',\n",
- " 'Wang, Kun',\n",
- " 'Gross, Atan',\n",
- " 'Zhao, Yongge',\n",
- " 'Zinkel, Sandra',\n",
- " 'Klocke, Barbara',\n",
- " 'Roth, Kevin A.',\n",
- " 'Korsmeyer, Stanley J.'],\n",
- " 'title': ['Bid-deficient mice are resistant to Fas-induced hepatocellular apoptosis']},\n",
- " {'bibcode': '1971Sci...171..917P',\n",
- " 'author': ['Price, Gerald B.', 'Modak, S. P.', 'Makinodan, T.'],\n",
- " 'title': ['Age-Associated Changes in the DNA of Mouse Tissue']},\n",
- " {'bibcode': '2001PNAS...9813607Y',\n",
- " 'author': ['Yang, Jian',\n",
- " 'Goldstein, Joseph L.',\n",
- " 'Hammer, Robert E.',\n",
- " 'Moon, Young-Ah',\n",
- " 'Brown, Michael S.',\n",
- " 'Horton, Jay D.'],\n",
- " 'title': ['Decreased lipid synthesis in livers of mice with disrupted Site-1 protease gene']},\n",
- " {'bibcode': '2021DIB....3807420B',\n",
- " 'author': ['Black, Michael B.',\n",
- " 'Andersen, Melvin E.',\n",
- " 'Pendse, Salil N.',\n",
- " 'Borghoff, Susan J.',\n",
- " 'Streicker, Michael',\n",
- " 'McMullen, Patrick D.'],\n",
- " 'title': ['RNA-sequencing (transcriptomic) data collected in liver and lung of male and female B6C3F1 mice exposed to various dose levels of 4-methylimidazole for 2, 5, or 28 days']},\n",
- " {'bibcode': '2023Heliy...919359Q',\n",
- " 'author': ['Qiu, Fengjun',\n",
- " 'Zeng, Rui',\n",
- " 'Li, Du',\n",
- " 'Ye, Tingjie',\n",
- " 'Xu, Wei',\n",
- " 'Wang, Xiaoling',\n",
- " 'Yan, Xiaofeng',\n",
- " 'Li, Hua',\n",
- " 'Hu, Xudong'],\n",
- " 'title': ['Establishment and bioinformatics evaluation of the ethanol combined with palmitic acid-induced mouse hepatocyte AFLD model (the Hu-Qiu Model)']},\n",
- " {'bibcode': '2010PLoSO...511264K',\n",
- " 'author': ['Kojima, Shihoko',\n",
- " 'Gatfield, David',\n",
- " 'Esau, Christine C.',\n",
- " 'Green, Carla B.'],\n",
- " 'title': ['MicroRNA-122 Modulates the Rhythmic Expression Profile of the Circadian Deadenylase Nocturnin in Mouse Liver']},\n",
- " {'bibcode': '2023NatSR..13.5525M',\n",
- " 'author': ['Mohamed, Hanan R. H.',\n",
- " 'Tulbah, Fadi S. A.',\n",
- " 'El-ghor, Akmal A.',\n",
- " 'Eissa, Shaymaa M.'],\n",
- " 'title': ['Suppression of tumor growth and apoptosis induction by pomegranate seed nano-emulsion in mice bearing solid Ehrlich carcinoma cells']},\n",
- " {'bibcode': '2002PNAS...9916237Y',\n",
- " 'author': ['Yu, Liqing',\n",
- " 'Hammer, Robert E.',\n",
- " 'Li-Hawkins, Jia',\n",
- " 'von Bergmann, Klaus',\n",
- " 'Lutjohann, Dieter',\n",
- " 'Cohen, Jonathan C.',\n",
- " 'Hobbs, Helen H.'],\n",
- " 'title': ['Disruption of Abcg5 and Abcg8 in mice reveals their crucial role in biliary cholesterol secretion']},\n",
- " {'bibcode': '1997PNAS...94.2540O',\n",
- " 'author': ['Ohshima, Toshio',\n",
- " 'Murray, Gary J.',\n",
- " 'Swaim, William D.',\n",
- " 'Longenecker, Glenn',\n",
- " 'Quirk, Jane M.',\n",
- " 'Cardarelli, Carol O.',\n",
- " 'Sugimoto, Yoshikazu',\n",
- " 'Pastan, Ira',\n",
- " 'Gottesman, Michael M.',\n",
- " 'Brady, Roscoe O.',\n",
- " 'Kulkarni, Ashok B.'],\n",
- " 'title': ['α -Galactosidase A Deficient Mice: A Model of Fabry Disease']},\n",
- " {'bibcode': '1980PNAS...77.6511D',\n",
- " 'author': ['Durnam, Diane M.',\n",
- " 'Perrin, Fabienne',\n",
- " 'Gannon, Frank',\n",
- " 'Palmiter, Richard D.'],\n",
- " 'title': ['Isolation and characterization of the mouse metallothionein-I gene.']},\n",
- " {'bibcode': '2000Natur.406..435X',\n",
- " 'author': ['Xie, Wen',\n",
- " 'Barwick, Joyce L.',\n",
- " 'Downes, Michael',\n",
- " 'Blumberg, Bruce',\n",
- " 'Simon, Cynthia M.',\n",
- " 'Nelson, Michael C.',\n",
- " 'Neuschwander-Tetri, Brent A.',\n",
- " 'Brunt, Elizabeth M.',\n",
- " 'Guzelian, Philip S.',\n",
- " 'Evans, Ronald M.'],\n",
- " 'title': ['Humanized xenobiotic response in mice expressing nuclear receptor SXR']},\n",
- " {'bibcode': '2018NatSR...813157S',\n",
- " 'author': ['Sugisawa, Ryoichi',\n",
- " 'Komatsu, Ginga',\n",
- " 'Hiramoto, Emiri',\n",
- " 'Takeda, Naoki',\n",
- " 'Yamamura, Ken-ichi',\n",
- " 'Arai, Satoko',\n",
- " 'Miyazaki, Toru'],\n",
- " 'title': ['Independent modes of disease repair by AIM protein distinguished in AIM-felinized mice']},\n",
- " {'bibcode': '1984JESHB..19..501C',\n",
- " 'author': ['Chukwudebe, A. C.', 'Hussain, M. A.', 'Oloffs, P. C.'],\n",
- " 'title': ['Hydrolytic and metabolic products of acephate in water and mouse liver']},\n",
- " {'bibcode': '2020NatCo..11.5626S',\n",
- " 'author': ['Schoppe, Oliver',\n",
- " 'Pan, Chenchen',\n",
- " 'Coronel, Javier',\n",
- " 'Mai, Hongcheng',\n",
- " 'Rong, Zhouyi',\n",
- " 'Todorov, Mihail Ivilinov',\n",
- " 'Müskes, Annemarie',\n",
- " 'Navarro, Fernando',\n",
- " 'Li, Hongwei',\n",
- " 'Ertürk, Ali',\n",
- " 'Menze, Bjoern H.'],\n",
- " 'title': ['Deep learning-enabled multi-organ segmentation in whole-body mouse scans']},\n",
- " {'bibcode': '2020Natur.583..265A',\n",
- " 'author': ['Aitken, Sarah J.',\n",
- " 'Anderson, Craig J.',\n",
- " 'Connor, Frances',\n",
- " 'Pich, Oriol',\n",
- " 'Sundaram, Vasavi',\n",
- " 'Feig, Christine',\n",
- " 'Rayner, Tim F.',\n",
- " 'Lukk, Margus',\n",
- " 'Aitken, Stuart',\n",
- " 'Luft, Juliet',\n",
- " 'Kentepozidou, Elissavet',\n",
- " 'Arnedo-Pac, Claudia',\n",
- " 'Beentjes, Sjoerd V.',\n",
- " 'Davies, Susan E.',\n",
- " 'Drews, Ruben M.',\n",
- " 'Ewing, Ailith',\n",
- " 'Kaiser, Vera B.',\n",
- " 'Khamseh, Ava',\n",
- " 'López-Arribillaga, Erika',\n",
- " 'Redmond, Aisling M.',\n",
- " 'Santoyo-Lopez, Javier',\n",
- " 'Sentís, Inés',\n",
- " 'Talmane, Lana',\n",
- " 'Yates, Andrew D.',\n",
- " 'Liver Cancer Evolution Consortium',\n",
- " 'Semple, Colin A.',\n",
- " 'López-Bigas, Núria',\n",
- " 'Flicek, Paul',\n",
- " 'Odom, Duncan T.',\n",
- " 'Taylor, Martin S.'],\n",
- " 'title': ['Pervasive lesion segregation shapes cancer genome evolution']}]"
- ]
- },
- "execution_count": 58,
- "metadata": {},
- "output_type": "execute_result"
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "2018NatCo...9.1553W\n"
+ ]
}
],
"source": [
- "results['response']['docs']"
+ "print(results['response']['docs'][0]['bibcode'])"
]
},
{