Find research datasets worth reusing
Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.
2,868
datasets available to search
ShareScore release 0.7.1
Dataset results
2,868 results for “ILS”
Lectura Dantis: Inferno - RVL 06, podcast, il viaggio di Dante e il rapporto fra autori nel canto 15 (versione italiana)
<p>Seconda visione d'insieme partendo dal canto 15 (Brunetto Latini).</p> <p>Licenza del podcast: Prof. Dr. Dina De Rentiis CC BY-NC-ND 4.0</p> <p>L'edizione citata: http://www.carocci.it/index.php?option=com_carocci&task=schedalibro&Itemid=72&isbn=9788843085149</p> <p>Musica (royalty free): https://youtu.be/0GmPkWB9IA4 e https://youtu.be/oQFbU3-SDz0</p>
Lectura Dantis: Inferno - RVL 07, podcast, il viaggio di Ulisse, l'attenzione e i rapporti umani nel canto 26, seconda parte (versione italiana)
<p>Nuova lettura del canto, seconda parte.</p> <p>Licenza del podcast: Prof. Dr. Dina De Rentiis CC BY-NC-ND 4.0</p> <p>L'edizione citata: http://www.carocci.it/index.php?option=com_carocci&task=schedalibro&Itemid=72&isbn=9788843085149</p> <p>Musica (royalty free): https://youtu.be/0GmPkWB9IA4 e https://youtu.be/oQFbU3-SDz0</p>
Lectura Dantis: Inferno - RVL 07, podcast, il viaggio di Ulisse, l'attenzione e i rapporti umani nel canto 26, prima parte (versione italiana)
<p>Nuova lettura del canto, prima parte.</p> <p>Licenza del podcast: Prof. Dr. Dina De Rentiis CC BY-NC-ND 4.0</p> <p>L'edizione citata: http://www.carocci.it/index.php?option=com_carocci&task=schedalibro&Itemid=72&isbn=9788843085149</p> <p>Musica (royalty free): https://youtu.be/0GmPkWB9IA4 e https://youtu.be/oQFbU3-SDz0</p>
ERCOLE E IL LEONE
**Titolo**: ERCOLE E IL LEONE **Autore**: Lorenzo Vaccaro (attr.) **Data**: 1695 c.ca **AMI Project** This 3D model was created for the AMI project which fosters the development of new ways of communication and valorization of the museums, through the design, development and implementation of technological, innovative and interactive solutions, able to increase the cultural and experiential elements of a museum visit. Moreover, in order to make the works accessible to everyone, within the project were also realized the 3D models of some sculptures present in the Gaetano Filangieri Civic Museum. Source: Objaverse 1.0 / Sketchfab
Il Commendatore
Il Commendatore - Komtur hooded seated bronze statue person character figure, public space art Also known as: Cloak Of Conscience & Tolerance, Death Reaper or Nazgûl Artist: Anna Chromy, 1993 @ Prague city center - Czechia • https://goo.gl/maps/Q2o6Morm7VZjCSJh6 Jan 23 2021 Memorial of Don Giovanni opera premiere in the Estates Theater, Prague in 1787 https://en.wikipedia.org/wiki/Don_Giovanni Photogrammetry scan 160x24 MP Source: Objaverse 1.0 / Sketchfab
Zucchino di Primo Arzilli detto Il Biondo, 1945
Zucchino del fantino Primo Arzilli detto Il Biondo, vittorioso nel Palio del 16 agosto 1945 Primo Arzilli detto Il Biondo. Museo Contrada Priora della Civetta. Source: Objaverse 1.0 / Sketchfab
Il mio eccezionale modello 3D
Il mio modello 3D generato con il software di fotogrammetria 3DF Zephyr v3.500 processing 16 images Source: Objaverse 1.0 / Sketchfab
Pro-IL-18 NMR and AlphaFold structure coordinate files
<p>Coordinate files for pro-interleukin(IL)-18 are provided. The coordinates were generated from solution NMR structure determination as well as AlphaFold2 and AlphaFold3 predictions.</p>
Innovazione & imprecazione #3 -> Solid il web decentralizzato
<p>Benvenuti alla puntata 3 di Innovazione e imprecazione per tutti quelli che hanno detto o non vorrebbero mai dire “maledetto il giorno che ho innovato”. Oggi parleremo di Solid il progetto di Tim Berners Lee AKA Mr WWW AKA Mr OpenData AKA Mr LinkedOpenData. Solid è un’architettura informatica nata al MIT che si propone di riportare gli utenti in possesso dei propri dati, controllando e scegliendo la quantità e la modalità di accesso ad essi da parte dei vari servizi web, come social network, abbonamenti online e sottoscrizioni varie. Accenneremo al modello, alle implicazione e agli sviluppi con le possibili ricadute nel quotidiano.<br> <a href="https://solid.mit.edu/">https://solid.mit.edu/</a><br> <a href="https://github.com/solid">https://github.com/solid</a><br> <a href="https://solid.github.io/dweb-summit-2018/">https://solid.github.io/dweb-summit-2018/</a><br> <a href="https://www.inrupt.com/">https://www.inrupt.com/</a></p>
Brightness data in Rayleigh for OI 630.0 nm (red line) and OI 557.7 (green line) through the night of August 21-22, 2017 obtained using the HiT&MIS from Carbondale, IL
<p>This file contains brightness data in Rayleigh for OI 630.0 nm (red line), OI 557.7 (green line) and NeI 630.5 nm (cloud indicator) through the night of August 21-22, 2017 obtained using the HiT&MIS from Carbondale, IL.</p> <p>This is a python .npz file that contain numpy arrays with uncertainities, so you would need the uncertainties as well as the numpy modules for python.</p> <p>On python it can be opened up as follows:</p> <p>import numpy as np</p> <p>import uncertainties.unumpy as unp</p> <p>dload=np.load("<file location>/eclipse_night_final.npz")#brightnesses are saved as numpy array files<br> int630=dload["int630"] #630 nm red line brightness<br> int557=dload["int557"] #557.7 nm green line brightness<br> int6305=dload["int6305"]# Ne I 630.5 nm brightness for cloud activity<br> time=dload["time"] #capture times (Local times, Central Daylight time)</p> <p># uncertainities can be accessed as</p> <p>b630value=unp.nominal_values(int630) # 630 nm brightnesses values</p> <p>e630=unp.std_devs(int630)# 630 nm uncertainities.</p> <p> </p> <p>please email me at saurav_aryal@student.uml.edu if you have any questions.</p>
Il progetto Res Urbis
<p>RES URBIS è il titolo di un progetto europeo che ha come obiettivo studiare e realizzare una nuova frontiera del riciclo dei rifiuti.</p> <p>Si tratta sostanzialmente di ricavare una bio plastica dai rifiuti urbani, il cosiddetto “umido”, e dai fanghi di depurazione; fanno parte del progetto una ventina di partner, tra cui la Provincia autonoma di Trento, diverse università italiane e aziende private.</p> <p>Il dipartimento di sociologia di Trento ha ospitato il seminario di Res Urbis per presentare il progetto e fare il punto sullo stato di avanzamento delle ricerche.</p>
E quando l'estate porta con se un caldo soffocante, il Mar Adriatico
<div> <div> <div> <div> </div> </div> </div> </div> <div> <div> <div> <div> <div> <div> <p>Ogni monumento a Tirana narra una storia particolare, spesso carica di emozioni, che riflette sugli anni di oppressione del ventesimo secolo o sulla vita quotidiana ai tempi dell'impero ottomano. E quando l'estate porta con se un caldo soffocante, il Mar Adriatico, facilmente raggiungibile in auto, offre una pausa rinfrescante.</p> <p><a href="https://traviaggio.com">Visitare Tirana</a>, la capitale dell'Albania, ti offre l'opportunita di esplorare un paese che ha affrontato sfide profonde sin dalla sua fondazione nel 1600. Tirana e un mix affascinante di edifici sovietici in rovina, nuovi progetti architettonici e monumenti storici che convivono fianco a fianco. Le montagne che si trovano a est della citta aggiungono un ulteriore richiamo per chi ama l'avventura e la natura.</p> <p>La Piramida potrebbe sembrare un punto di partenza insolito, ma e un edificio davvero unico e significativo dal punto di vista storico e culturale. Inaugurata nel 1987, poco prima della caduta del comunismo, era originariamente destinata a diventare un museo dedicato al dittatore Enver Hoxha, che guido il paese dal 1944 al 1985. Tuttavia, quei piani furono abbandonati dopo il 1990. Oggi la Piramida e al centro di un dibattito su come trattare il periodo successivo alla Seconda Guerra Mondiale, durante il quale l'Albania ha vissuto 45 anni di isolamento. Alcuni vorrebbero restaurarla come simbolo di quell'epoca, mentre altri preferirebbero demolirla. Nel frattempo, resta inutilizzata, se non da artisti di strada e skater. Per maggiori informazioni a riguardo leggi anche: <a href="https://traviaggio.com/cosa-vedere-a-tirana-in-3-giorni/">cosa vedere a Tirana Albania in 3 giorni</a>.</p> <p>Per un esperienza piacevole e un introduzione perfetta alla citta, non si puo perdere la funivia che sale verso le montagne a est di Tirana. Questa funivia, la piu lunga dei Balcani, copre un chilometro e si eleva oltre 800 metri lungo il fianco della montagna. Il viaggio dura circa 15 minuti e una volta arrivati in cima, si trova un complesso turistico con ristoranti e hotel. La vista sulla citta e spettacolare, e le attivita disponibili tutto l'anno includono escursioni a piedi, passeggiate a cavallo in estate e sci in inverno.</p> </div> </div> </div> </div> </div> </div>
Database of the RILEM TC 304-ADC interlaboratory study on mechanical properties of 3D printed concrete (ILS-mech)
<p>The RILEM TC 304-ADC has set up a large interlaboratory study on the mechanical properties of 3D printed concrete (ILS-mech). The study was prepared in 2022 by a preparation group leading to a Study Plan which the TC approved on 29 November 2022 (<a href="https://doi.org/10.14459/2023mp1705940">https://doi.org/10.14459/2023mp1705940</a>). The ILS-mech was performed in 2023. The data was collected using a pre-prepared spreadsheet template. For data management, a database was derived and set-up in openBIS. The underlying Postgres database of openBIS was exported to the here-published SQLite database for sharing without maintaining a server. The structure of the database is described in (<a href="https://doi.org/10.1617/s11527-025-02650-9">https://doi.org/10.1617/s11527-025-02650-9</a>). The results are discussed in three associated papers focusing on the overall outcomes and evaluation of the procedures (<a href="https://doi.org/10.1617/s11527-025-02686-x">https://doi.org/10.1617/s11527-025-02686-x</a>), the compressive test results (<a href="https://doi.org/10.1617/s11527-025-02688-9">https://doi.org/10.1617/s11527-025-02688-9</a>), and the tensile test results (<a href="https://doi.org/10.1617/s11527-025-02687-w">https://doi.org/10.1617/s11527-025-02687-w</a>).</p> <p>contact via freek.bos@tum.de</p>
ANTI IL-12 / IL-23 PATHWAY
<p>Interleukin-12 (IL-12) and Interleukin-23 (IL-23) are cytokines that play pivotal roles in the immune system by promoting inflammatory responses and influencing the differentiation and activation of immune cells. These cytokines are critical in the pathogenesis of several chronic inflammatory and autoimmune diseases, including psoriasis, Crohn's disease, and ankylosing spondylitis. Inhibition of IL-12 and IL-23 has emerged as a promising therapeutic strategy to modulate the immune response and reduce inflammation. By targeting these cytokines, IL-12 and IL-23 inhibitors can prevent the activation of specific T cells and the release of pro-inflammatory cytokines, thereby alleviating symptoms and improving patient outcomes. Understanding the mechanisms and benefits of IL-12 and IL-23 inhibition is crucial for advancing the treatment of immune-mediated diseases.</p>
BRESOV common bean ILs collection , phenotypic data
<p><strong><span>Dataset_ILS_2018</span></strong></p> <p><span>Dataset including phenotypic data recorded on the introgression line population (IL), in the multi-locations field trials performed in Spain, Romania, Italy in 2018 </span></p> <p><strong><span>Dataset_ILS_2019</span></strong></p> <p><span>Dataset including phenotypic data recorded on the introgression line population (IL), in the multi-locations field trials performed in Spain, Romania, Italy in 2019 </span></p> <p><strong><span>Dataset_ILS_2020</span></strong></p> <p><span>Dataset including phenotypic data recorded on the introgression line population (IL), in the multi-locations field trials performed in Spain, Romania, Italy in 2020</span></p>
The Regulation of Microglia Activity and the Production of IL-1α and IL-6 in the Degenerated Retina by Mesenchymal Stem Cells
<p><span>Activation of immune response and production of proinflammatory factors plays an important role in the development and progression of retinal degenerative diseases (RDD). For this reason, focusing on immunomodulation is potential option for the efficient ophthalmological therapy. Mesenchymal stem cells (MSCs) have been study in the treatment of RDD mainly due to their regenerative and neuroprotective actions. Nevertheless, MSCs also possess several immunomodulatory properties. Our study shows that NaIO<sub>3</sub>-induced degeneration increased <em>in vitro</em> and <em>in vivo</em> expression of genes for Interleukin (IL)-1α and IL-6 in the mouse retinal tissue. In addition, intraperitoneal application of NaIO<sub>3</sub> increased expression of gene for Iba-1 and infiltration of CD45<sup>+</sup>CD11b<sup>+</sup> cells into the retina. CD45<sup>+</sup> population was also responsible for the production of IL-1α while IL-6 was produced by CD45<sup>-</sup> cells. Cocultivation of degenerated retina in the presence of MSCs decreased the expression and production of both studied cytokines and expression of gene for Iba-1 in the retinal tissue. On contrary, it was observed that MSCs treated with supernatant from degenerated retina increased the expression of genes for cyclooxygenase-2, transforming growth factor-β, programmed-death ligand 1 and nerve growth factor. These results show that MSCs are able to regulate immune reaction in the degenerated retinal environment.</span></p>
Interleukin-6 (IL-6) activates the NOTCH1 signaling pathway through E-proteins in endometriotic lesions
<p><b>Context:</b> NOTCH signaling is activated in endometriotic lesions but the exact mechanisms remains unclear. Interleukin-6 (IL-6), which is increased in the peritoneal fluid of women with endometriosis, induces NOTCH1 through E-proteins including E2A and HEB in cancer development.</p> <p><b>Objective:</b> To study the role of E-proteins in inducing NOTCH1 expression under the regulation of IL-6 in endometriosis.</p> <p><b>Setting and Design:</b> The expression of E2A, HEB and NOTCH1 was first investigated in endometrium of women with endometriosis and the baboon model of endometriosis. Regulation of E-proteins and NOTCH1 expression was examined after IL-6 stimulation and siRNA mediated inhibition of E2A or/and HEB in human endometriotic epithelial cells (12Z) <i>in vitro</i>, and subsequent following <i>in vivo </i>IL-6 treatment in the mouse model of endometriosis <i>in vivo</i>.</p> <p><b>Results: </b>E2A, HEB and NOTCH1 were significantly upregulated in glandular epithelium (GE) of ectopic endometrium compared to eutopic endometrium in both women and baboon model. IL-6 treatment upregulated the expression of NOTCH1 together with E2A and HEB in 12Z cells. siRNA inhibition of E2A and HEB or HEB alone decreased NOTCH1 expression. Binding efficiency of both E2A and HEB was significantly higher at the binding sites on the human NOTCH1 promoter after IL-6 treatment. Finally, IL-6 treatment resulted in a significantly increased number of endometriotic lesions along with the increased expression of E2A, HEB and NOTCH1 in GE of the lesions compared with the vehicle treated group in an endometriosis mouse model.</p> <p><span><b>Conclusions:</b> IL-6 induced NOTCH1 expression is mediated by E-proteins in the ectopic GE cells, which may promote endometriotic lesion development. </span></p>
An intron SNP rs2069837 in IL-6 is associated with osteonecrosis of the femoral head development
<p>Two variants (rs2069837, and rs13306435) in the IL-6 gene were identified and genotyped from 566 patients with ONFH and 566 healthy controls. The associations between IL-6 polymorphisms and ONFH susceptibility were assessed using odds ratio (OR) and 95% confidence interval (95% CI) via logistic regression. The results of the overall analysis revealed that IL-6 rs2069837 is correlated with decreased risk of ONFH among the Chinese Han population (<em>p</em> < 0.05). In stratified analysis, rs2069837 also reduced the susceptibility to ONFH in older people (> 51 years), males, nonsmokers, and nondrinkers (<em>p</em> < 0.05).</p>
Data of Figure 5 from "Inhibition of IL-1beta improves Glycaemia in a Mouse Model for Gestational Diabetes"
<p>Data of Figure 5 from “Inhibition of IL-1beta improves Glycaemia in a Mouse Model for Gestational Diabetes”</p> <p>Dataset (doi: 10.1038/s41598-020-59701-0) contains the original publication as PDF-format (10.1038_s41598-020-59701-0). Corresponding raw data obtained from LC-MS/MS analysis provided as two files in CSV format (31003A-179400_10.1038_s41598-020-59701-0_DW_4-1.csv, 31003A-179400_10.1038_s41598-020-59701-0_DW_4-2.csv). All further experiment related information provided as three meta-data-files (31003A-179400_10.1038_s41598-020-59701-0_DW _4-1_M_1.PDF, 31003A-179400_10.1038_s41598-020-59701-0_DW _4-2_M_1.PDF, 31003A-179400_10.1038_s41598-020-59701-0_DW _4_1-2_M_2.pdf) as PDF format.</p>
Due programmi di interesse nazionale per il trattamento automatico dell'italiano
<p>30.06.2000 Session 4: <strong>Due programmi di interesse nazionale per il trattamento automatico dell'italiano</strong> - Panel</p> <ul> <li>Antonio Zampolli - ILC-CNR (Pisa)</li> <li>Federico Albano Leoni - CIRASS (Napoli)</li> <li>Morena Danieli - CSELT (Torino)</li> <li>Johanna Monti - THAMUS (Salerno)</li> <li>Remo Raffaelli - SYNTHEMA (Pisa)</li> </ul> <p> </p>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.
Allen Brain Atlas
Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.
Annotated Behaviour and Observability Dataset (ABODe)
ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.
DANDI Archive for NWB datasets
DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.
International Brain Laboratory public data
The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.
OpenNeuro
OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.