Skip to main content
Powered by ShareScore

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.

213

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

213 results for “google”

Learn how ShareScore rates datasets ↗
zenodo48/100

ANE Site Placemarks for Google Earth

<p>ANE.kmz is a set of site placemarks for Google Earth of a selection of the most important archaeological sites in the Ancient Near East. ANE.kmz works with Google Earth Pro, which first has to be downloaded for free. When opened inside Google Earth Pro, ANE.kmz gives, to the left, an alphabetic list of ancient sites and, to the right, on the satellite images the same sites marked. For the moment, there are some 2500 sites with modern names; among them some 400 have ancient names. Additions of more sites are planned. Ancient names are written without parenthesis. Modern names are within parenthesis. Most sites have been identified on the satellite images.</p> <p>ANE Waters.kmz is an experimental set of provisional water placemarks for Google Earth covering Mesopotamia up to modern time.</p> <p>ANE Picture.jpg is just illustrating the appearence of ANE.kmz before zooming in and is not for use.</p>

opencc-by-4.0Mar 2007View details →
zenodo48/100

Extended datasets from MM-IMDB and Ads-Parallelity dataset with the features from Google Cloud Vision API

<p>This is extended datasets from&nbsp;MM-IMDB [<a href="https://openreview.net/forum?id=S12_nquOe">Arevalo+ ICLRW&#39;17</a>], Ads-Parallelity [<a href="https://arxiv.org/abs/1807.08205">Zhang+ BMVC&#39;18</a>]&nbsp;dataset with the features from Google Cloud Vision API. These datasets are stored in jsonl (JSON Lines) format.</p> <p><strong>Abstract (from our paper):</strong></p> <p>There is increasing interest in the use of multimodal data in various web applications, such as digital advertising and e-commerce.&nbsp;Typical methods for extracting important information from multimodal data rely on a mid-fusion architecture that combines the feature representations from multiple encoders.&nbsp;However, as the number of modalities increases, several potential problems with the mid-fusion model structure arise, such as an increase in the dimensionality of the concatenated multimodal features and missing modalities.&nbsp;To address these problems, we propose a new concept that considers multimodal inputs as a set of sequences, namely, deep multimodal sequence sets (DM<sup>2</sup>S<sup>2</sup>).&nbsp;Our set-aware concept consists of three components that capture the relationships among multiple modalities: (a) a BERT-based encoder to handle the inter- and intra-order of elements in the sequences, (b) intra-modality residual attention (IntraMRA) to capture the importance of the elements in a modality, and (c) inter-modality residual attention (InterMRA) to enhance the importance of elements with modality-level granularity further.&nbsp;Our concept exhibits performance that is comparable to or better than the previous set-aware models.&nbsp;Furthermore, we demonstrate that the visualization of the learned InterMRA and IntraMRA weights can provide an interpretation of the prediction results.</p> <p><strong>Dataset (MM-IMDB and Ads-Parallelity):</strong></p> <p>We extended&nbsp;two multimodal datasets, namely, MM-IMDB [<a href="https://openreview.net/forum?id=S12_nquOe">Arevalo+ ICLRW&#39;17</a>], Ads-Parallelity [<a href="https://arxiv.org/abs/1807.08205">Zhang+ BMVC&#39;18</a>] for the empirical experiments. The MM-IMDB dataset contains 25,925 movies with multiple labels (genres). We used the original split provided in the dataset and reported the F1 scores (micro, macro, and samples) of the test set. The Ads-Parallelity dataset contains 670 images and slogans from persuasive advertisements to understand the implicit relationship (parallel and non-parallel) between these two modalities. A binary classification task is used to predict whether the text and image in the same ad convey the same message.</p> <p>We transformed the following multimodal information (i.e., visual, textual, and categorical data) into textual tokens and fed these into our proposed model. We used the <a href="https://cloud.google.com/vision">Google Cloud Vision API</a>&nbsp;for the visual features to obtain the following four pieces of information as tokens: (1) text from the OCR, (2) category labels from the label detection, (3) object tags from the object detection, and (4) the number of faces from the facial detection. We input the labels and object detection results as a sequence in order of confidence, as obtained from the API. We describe the visual, textual, and categorical features of each dataset below.</p> <p><em><strong>MM-IMDB</strong></em>:&nbsp;We used the title and plot of movies as the textual features, and the aforementioned API results based on poster images as visual features.</p> <p><em><strong>Ads-Parallelity</strong></em>: We used the same API-based visual features as in MM-IMDB. Furthermore, we used textual and categorical features consisting of textual inputs of transcriptions and messages, and categorical inputs of natural and text concrete images.</p>

opencc-by-4.0Sep 2022View details →
zenodo48/100

Google's Audioset: Reformatted

<pre>Google&#39;s AudioSet consistently reformatted During my work with Google&#39;s AudioSet(https://research.google.com/audioset/index.html) I encountered some problems due to the fact that Weak (https://research.google.com/audioset/download.html) and Strong (https://research.google.com/audioset/download_strong.html) versions of the dataset used different csv formatting for the data, and that also labels used in the two datasets are different (https://github.com/audioset/ontology/issues/9) and also presented in files with different formatting. This dataset reformatting aims to unify the formats of the datasets so that it is possible to analyse them in the same pipelines, and also make the dataset files compatible with psds_eval, dcase_util and sed_eval Python packages used in Audio Processing. For better formatted documentation and source code of reformatting refer to https://github.com/bakhtos/GoogleAudioSetReformatted -Changes in dataset All files are converted to tab-separated `*.tsv` files (i.e. `csv` files with `\t` as a separator). All files have a header as the first line. -New fields and filenames Fields are renamed according to the following table, to be compatible with psds_eval: Old field -&gt; New field YTID -&gt; filename segment_id -&gt; filename start_seconds -&gt; onset start_time_seconds -&gt; onset end_seconds -&gt; offset end_time_seconds -&gt; offset positive_labels -&gt; event_label label -&gt; event_label present -&gt; present For class label files, `id` is now the name for the for `mid` label (e.g. `/m/09xor`) and `label` for the human-readable label (e.g. `Speech`). Index of label indicated for Weak dataset labels (`index` field in `class_labels_indices.csv`) is not used. Files are renamed according to the following table to ensure consisted naming of the form `audioset_[weak|strong]_[train|eval]_[balanced|unbalanced|posneg]*.tsv`: Old name -&gt; New name balanced_train_segments.csv -&gt; audioset_weak_train_balanced.tsv unbalanced_train_segments.csv -&gt; audioset_weak_train_unbalanced.tsv eval_segments.csv -&gt; audioset_weak_eval.tsv audioset_train_strong.tsv -&gt; audioset_strong_train.tsv audioset_eval_strong.tsv -&gt; audioset_strong_eval.tsv audioset_eval_strong_framed_posneg.tsv -&gt; audioset_strong_eval_posneg.tsv class_labels_indices.csv -&gt; class_labels.tsv (merged with mid_to_display_name.tsv) mid_to_display_name.tsv -&gt; class_labels.tsv (merged with class_labels_indices.csv) -Strong dataset changes Only changes to the Strong dataset are renaming of fields and reordering of columns, so that both Weak and Strong version have `filename` and `event_label` as first two columns. -Weak dataset changes -- Labels are given one per line, instead of comma-separated and quoted list -- To make sure that `filename` format is the same as in Strong version, the following format change is made: The value of the `start_seconds` field is converted to milliseconds and appended to the `filename` with an underscore. Since all files in the dataset are assumed to be 10 seconds long, this unifies the format of `filename` with the Strong version and makes `end_seconds` also redundant. -Class labels changes Class labels from both datasets are merged into one file and given in alphabetical order of `id`s. Since same `id`s are present in both datasets, but sometimes with different human-readable labels, labels from Strong dataset overwrite those from Weak. It is possible to regenerate `class_labels.tsv` while giving priority to the Weak version of labels by calling `convert_labels(False)` from convert.py in the GitHub repository. -License Google&#39;s AudioSet was published in two stages - first the Weakly labelled data (Gemmeke, Jort F., et al. &quot;Audio set: An ontology and human-labeled dataset for audio events.&quot;&nbsp;<em>2017 IEEE international conference on acoustics, speech and signal processing (ICASSP)</em>. IEEE, 2017.), then the strongly labelled data (Hershey, Shawn, et al. &quot;The benefit of temporally-strong labels in audio event classification.&quot;&nbsp;<em>ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</em>. IEEE, 2021.) Both the original dataset and this reworked version are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) </pre> <p>Class labels come from the AudioSet Ontology, which is licensed under CC BY-SA 4.0.</p>

opencc-by-4.0Sep 2022View details →
zenodo48/100

Dateset: Capturing the influence of geopolitical ties from Wikipedia with reduced Google matrix

<p>This dataset provides complementary material to the scientific research presented in the paper &quot;<strong>Capturing the influence of geopolitical ties from Wikipedia with reduced Google matrix</strong>&quot;<strong>,</strong> accepted for publication in PLOS ONE under number PONE-D-18-07662R1.</p> <p>A draft version of the paper is available at <a href="https://arxiv.org/abs/1803.05336">https://arxiv.org/abs/1803.05336</a></p> <p>This paper presents two studies targeting two groups of countries:</p> <ul> <li>[40] the set 40 worldwide countries set ;</li> <li>[EU] the set of 27 European Union countries as of February 2013.</li> </ul> <p>Data is derived using Reduced Google matrix analysis on the Wikipedia English, Arabic, Russian, German and French editions collected in February 2013. Networks representing each edition are available here:</p> <p><a href="http://www.quantware.ups-tlse.fr/QWLIB/topwikipeople/index.html">http://www.quantware.ups-tlse.fr/QWLIB/topwikipeople/index.html</a></p> <p>The following files are given:</p> <ul> <li>[GRedured_40.zip] GReduced matrix and its decomposition for [40] countries set</li> <li>[GRedured_EU.zip] GReduced matrix and its decomposition for [EU] countries set</li> <li>[PageRank_vs_CheiRank.zip] PageRank versus CheiRank figures for RuWiki and ArWiki</li> <li>[Sensitivity.xlsx] and [Sensitivity_html.xlsx] Sensitivity values for both [EU] and [RU] in either .xlsx or in .html format</li> </ul>

opencc-by-4.0Jul 2018View details →
zenodo48/100

Papers on Google Scholar using "sonification, auditory display, audification, sonify" as search terms

<p>Data set from a Google Scholar search in January 2023 on the terms &quot;sonification, auditory display, audification, sonify&quot; and added abstracts from various online ressources and keywords (automatically extracted from the abstracts only), containing:</p> <ul> <li>their title,</li> <li>a website/URL (as referenced by Google scholar),</li> <li>author(s),</li> <li>publisher information,</li> <li>their google rank in our search,</li> <li>publication year,</li> <li>the number of citations;</li> <li>paper abstracts;</li> <li>keywords generated from abstracts.</li> </ul>

opencc-by-4.0Jul 2023View details →
edi48/100

Supervised land cover classification using Google Earth Engine in Córdoba, Argentina, 2018-2020

Land cover information is critical to scientific, economic, and public policy-making. There is a high demand for accurate and timely land cover information that affects the accuracy of all subsequent applications. The availability of Google Earth Engine (GEE), which derives temporal aggregation methods from time-series images (i.e., the use of metrics such as mean or median), has also enabled optimization of computation time, such as managing large amounts of data to obtain more accurate results. Our objective was to obtain a land cover map for the northwest of the province of Córdoba, Argentina. The study was carried out in rural communities that belong to the departments of Cruz del Eje and Ischilín, northwest of Córdoba, and have different degrees of intervention in the land cover. Sentinel 2 Level 2A images were acquired for the study area. Images available from January 1, 2018, to December 31, 2020, were sampled. To create a thematic map, the median value was calculated for the sample of images from the selected time interval. Finally, the Normalized Difference Vegetation Index (NDVI) was calculated and added to the total bands of the median image. Training polygons were placed there considering the visual features in the median image. The Random Forest algorithm was used as the classification method. To verify the quality of the classified map, a list of 97,753 verification pixels was obtained. In addition, a confusion matrix was created to collect the conflicts that arise between categories, and the precision and kappa coefficient was calculated to define the quality of the map obtained. Image acquisition, preprocessing, and analysis were performed on the Google Earth Engine platform. Thematic maps with eight classes were obtained, with a total area of 719880 ha. The confusion matrix showed an overall precision of 99.26% and a corrected kappa index of 0.99, the classes were correctly classified by the algorithm.

openCC (other)Dec 2023View details →
zenodo44/100

African Swine Fever Worldwide Epidemiology Data - OIE Webscrape example - Geocoded using Google API and Manual

<p>Example African Swine Fever dataset generated by programs described in following publication&nbsp;</p> <p>Title: Web-scraping programmatic techniques in aggregating difficult to access OIE WAHIS animal disease outbreak information; using African Swine Fever in Europe as an example.</p> <p>Short running title: Methods for web-scraping OIE WAHIS data.</p> <p>Abstract: This study describes and makes available new methods for acquiring difficult to access, publicly available, disease surveillance data. It uses World Organisation for Animal Heath (OIE) data on African Swine Fever (ASF) outbreaks in Belarus and its neighbouring European countries to showcase the importance of adequate disease surveillance data to inform decision-making. The data acquired from these methods allow for large-scale, geospatial outbreak mapping and summary statistics of any terrestrial disease listed on the OIE World Animal Health Information System (WAHIS) database. These techniques will make important epidemiological data more accessible to the scientific community and aid in gaining further insight into the occurrence and spread of OIE listed diseases in a timely manner, fulfilling an important function of disease surveillance.</p>

opencc-by-4.0Nov 2020View details →
zenodo44/100

Google Trends and Wikipedia Page Views

<p><strong>Abstract</strong> (our paper)</p> <p>The frequency of a web search keyword generally reflects the degree of public interest in a particular subject matter. Search logs are therefore useful resources for trend analysis. However, access to search logs is typically restricted to search engine providers. In this paper, we investigate whether search frequency can be estimated from a different resource such as Wikipedia page views of open data. We found frequently searched keywords to have remarkably high correlations with Wikipedia page views. This suggests that Wikipedia page views can be an effective tool for determining popular global web search trends.</p> <p><strong>Data</strong></p> <p>personal-name.txt.gz:<br> The first column is the Wikipedia article id, the second column is the search keyword, the third column is the Wikipedia article title, and the fourth column is the total of page views from 2008 to 2014.</p> <p>personal-name_data_google-trends.txt.gz, personal-name_data_wikipedia.txt.gz:<br> The first column is the period to be collected, the second column is the source (Google or Wikipedia), the third column is the Wikipedia article id, the fourth column is the search keyword, the fifth column is the date, and the sixth column is the value of search trend or page view.</p> <p><strong>Publication</strong></p> <p>This data set was created for our study. If you make use of this data set, please cite:<br> Mitsuo Yoshida, Yuki Arase, Takaaki Tsunoda, Mikio Yamamoto. Wikipedia Page View Reflects Web Search Trend. <em>Proceedings of the 2015 ACM Web Science Conference (WebSci '15)</em>. no.65, pp.1-2, 2015.<br> http://dx.doi.org/10.1145/2786451.2786495<br> http://arxiv.org/abs/1509.02218 (author-created version)</p> <p><strong>Note</strong></p> <p>The raw data of Wikipedia page views is available in the following page.<br> http://dumps.wikimedia.org/other/pagecounts-raw/</p>

opencc-zeroJun 2015View details →
zenodo44/100

Quién busca a quién algunas razones para no usar Google

<p><span>La investigaci&oacute;n se basa en un universo de an&aacute;lisis conformado por los 10 primeros resultados de b&uacute;squeda, para 10 t&eacute;rminos de consulta, ejecutados por 30 personas en sesiones sucias en Google, y 1 persona en 2 sesiones controladas y limpias con diferentes caracter&iacute;sticas entre s&iacute;. El universo de an&aacute;lisis totaliza 3200 resultados de b&uacute;squeda, 3000 de sesiones sucias y 200 de sesiones limpias.&nbsp;</span></p> <p><span>Cada uno de los resultados de b&uacute;squeda remiten a una URL/fuente. La unidad de an&aacute;lisis es la URL/fuente a la que remiten los resultados. Se clasifican por t&eacute;rmino de consulta, por posici&oacute;n/rango en la p&aacute;gina de 10 resultados, y por caso (sesiones sucias sin control (Caso 1) o sesiones limpias controladas (Casos 2 y 3).&nbsp;</span></p> <p><span>Las fuentes externas de datos son 30 participantes que aceptan realizar las tareas de b&uacute;squeda en Google y son seleccionados de acuerdo con su cumplimiento con los siguientes criterios: uso habitual de celular con tecnolog&iacute;a Android y cuenta de Gmail activada en el dispositivo; </span><span>Chrome como navegador por defecto; Google como buscador por defecto y Gmail como servicio de correo electr&oacute;nico con el cual proveer identidad para poder acceder a descargas de cualquier AP.&nbsp; Todas las sesiones sucias usan entonces el mismo navegador (Chrome, por defecto en los celulares), se ejecutan desde plataforma celular, y en el buscador Google geolocalizado para Argentina. </span><span>Las sesiones limpias las ejecuta la investigadora en Google con un IP simulado de Per&uacute; a trav&eacute;s de una red virtual, y en DuckDuckGo.</span></p> <p><u><span>Definici&oacute;n de casos de b&uacute;squeda:</span></u></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><span>CASO 1</span><em><span>: </span></em><span>B&uacute;squeda ejecutada por personas reales (30) con las siguientes caracter&iacute;sticas comunes: -B&uacute;squeda en Google, plataforma celular, navegador Chrome, con cuenta de Google abierta (Sesi&oacute;n sucia: cuenta de Gmail, datos recopilados de historial de navegaci&oacute;n e historial de b&uacute;squedas y sesi&oacute;n abierta, geolocalizaci&oacute;n activada). <a name="_Hlk126859255"></a>-Las 30 personas est&aacute;n geolocalizadas en La Plata, Buenos Aires, Argentina -Los mismos 10 t&eacute;rminos de b&uacute;squeda. </span></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><span>CASOS 2 y 3:</span><em><span> </span></em><span>B&uacute;squeda ejecutada por 1 sola persona (la investigadora), con las siguientes caracter&iacute;sticas distintivas, definidas como caso 2 y caso 3:</span></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><span>CASO 2:</span><span> B&uacute;squeda en Google, plataforma celular, navegador Chrome, sin cuenta de Google, desde un IP de Per&uacute; (Sesi&oacute;n limpia: sin cuenta de Gmail abierta, datos recopilados de historial de navegaci&oacute;n e historial de b&uacute;squedas y sesi&oacute;n abierta eliminados, geolocalizaci&oacute;n activada). -Los mismos 10 t&eacute;rminos de b&uacute;squeda. </span></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><span>CASO 3</span><span>: B&uacute;squeda en DuckDuckGo, plataforma celular, navegador Chrome, sin cuenta de Google (Sesi&oacute;n limpia: sin cuenta de Gmail abierta, datos recopilados de historial de navegaci&oacute;n e historial de b&uacute;squedas y sesi&oacute;n abierta eliminados, geolocalizaci&oacute;n activada). -Los mismos 10 t&eacute;rminos de b&uacute;squeda. </span></p> <p><u><span>T&eacute;rminos de consulta</span></u></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><em><span>2 t&eacute;rminos de consulta controvertidos</span></em><span> para los cuales hay dos posturas: <em>matrimonio homosexual</em> <em>y pena de muerte, </em>siguiendo a Gezici y otros, a Lemuth, a Leferink y a Krafft y otros, que buscan probar si ciertos temas controvertidos tienen m&aacute;s probabilidades de generar un resultado de b&uacute;squeda m&aacute;s seleccionado que temas m&aacute;s normales y no controvertidos partiendo de la hip&oacute;tesis (en Leferink) de que la personalizaci&oacute;n tiene m&aacute;s influencia en las consultas controvertidas que en las no controvertidas.</span></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><em><span>2 t&eacute;rminos de consulta de eventos recientes</span></em><span>: <em>guerra Ucrania Rusia; persecuciones en Venezuela, </em>siguiendo a Jiang, son t&eacute;rminos de consulta para los cuales hay mucha publicaci&oacute;n. </span></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><em><span>2 t&eacute;rminos de consulta de cola larga:</span></em><span> <em>tratamiento con hongos psilocybe, Operaci&oacute;n lanza de Neptuno, </em>siguiendo a Carreras Lario, a Jiang y a Neil, son t&eacute;rminos de consulta que se han buscado poco.</span></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><em><span>2 t&eacute;rminos de consulta asociados a los servicios que brinda la empresa del buscador:</span></em><span> <em>correo electr&oacute;nico</em> y <em>correo electr&oacute;nico sin rastreadores, </em>siguiendo a Edelman y Lockwood, son t&eacute;rminos en los que el sesgo de contenido propio es factible de medir. </span></p> <p><span><span>&Oslash;<span>&nbsp; </span></span></span><em><span>2 t&eacute;rminos comerciales de alta competencia empresarial</span></em><span>: destinos tur&iacute;sticos; marcas de zapatillas deportivas, siguiendo a Carreras Lario y a Jiang. </span></p>

opencc-by-4.0Apr 2024View details →
zenodo44/100

Google Speech Commands-Musan test set

<p>This noisy speech test set is created from the Google Speech Commands v2 [1] and the Musan dataset[2]. It is introduced&nbsp;in our ICASSP 2022 paper [3].&nbsp;</p> <p>Specifically, we created this test set by mixing the speech in the Google Speech Commands v2 test set with random noise in the Musan dataset at different signal to noise ratio -12.5,-10,0,10,20,30 and 40 decibel (dB).&nbsp;</p> <p>The Google Speech Commands v2 dataset is under the Creative Commons BY 4.0 license. It could be downloaded at: http://download.tensorflow.org/data/speech_commands_v0.02.tar.gz</p> <p>The Musan dataset is under Attribution 4.0 International (CC BY 4.0). It could be downlowned at https://www.openslr.org/17/</p> <p>Citations:</p> <p>[1] Pete Warden, &ldquo;Speech commands: A dataset for limited-vocabulary speech recognition,&rdquo; arXiv preprint arXiv:1804.03209, 2018.</p> <p>[2] David Snyder, Guoguo Chen, and Daniel Povey, &ldquo;Musan: A music, speech, and noise corpus,&rdquo; arXiv preprint arXiv:1510.08484, 2015.</p> <p>[3]&nbsp;V. A. Trinh, H. Salami Kavaki and M. I. Mandel, &quot;Importantaug: A Data Augmentation Agent for Speech,&quot;&nbsp;<em>ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</em>, 2022, pp. 8592-8596, doi: 10.1109/ICASSP43922.2022.9747003.</p>

opencc-by-4.0Apr 2022View details →
zenodo44/100

Web requests analysis of Italy websites which use Google Analytics

<p>List of 504,038 domains of Italy found to contain Google Analytics.</p> <p>The front page for Italy-related domain names has been accessed through HTTPS or HTTP and analysed with webbkoll and jq to gather data about third-party requests, cookies and other privacy-invasive features. Together with the actual URL visited, the user/property ID is provided for 495,663 domains (extracted either from the cookies deposited or the URL of requests to Google Analytics). MX and TXT records for the domains are also provided.</p> <p>The most common ID found was 23LNSPS7Q6, with over 35k domains calling it (seemingly associated with italiaonline.it). The most common responding IP addresses were 3 AWS IPv4 addresses (over 40k domains) and 2 CloudFlare IPv6 addresses (over 12k domains).</p>

opencc-zeroJul 2022View details →
zenodo44/100

How do Google News' top 100 sources visually represent the data centres' energy footprint?

<p><strong>By querying &quot;data centres&#39; energy footprint&quot; on Google News in incognito mode, the candidate has selected and mapped the top 100 results according to the ranking on May 15, 2022.&nbsp;</strong></p>

opencc-by-4.0Sep 2022View details →
zenodo44/100

Google Play Store Data

<p>Mobile App Stores such as Google, Apple have wide range of applications to suffice every need of customers in the digital platform.&nbsp; Customer feedback and ratings has always been one of the major metrics that can be used to review the performance and accordingly provide suitable recommendations to enhance the functionality. The Given dataset contain the feedback of the customer regarding the app used in app store.</p> <p>Data Set Column Details are as given below:</p> <p><strong>Column name:&nbsp; </strong></p> <p><strong>Description</strong>:</p> <p><strong>Column Name in Working Sheet </strong></p> <p><strong>Datatype</strong></p> <p><strong>Please read the Readme.docs file</strong></p> <p>&nbsp;</p>

opencc-by-4.0May 2019View details →
zenodo44/100

Mobile Cloud Computing Bibliographic Results from Google Scholar

<p>This dataset contains all the results for the term &quot;Mobile Cloud Computing&quot; on Google Scholar until June 2018.&nbsp; The data was acquired using Publish or Perish. The data has been cleaned such that the wrong and invalid results have been removed, duplicates have been removed. Titles are accurate and fine but authors and publishers info. etc. is still unclean. For textual analysis based on paper titles, this dataset is fine. For any other factor, such as institutional or journal or authorship analysis, this isn&#39;t a good choice.&nbsp;</p>

opencc-by-4.0Dec 2017View details →
zenodo44/100

Mobile Edge Computing Bibliographic Results from Google Scholar

<p>This dataset contains all the results for the term &quot;Mobile Edge Computing&quot; on Google Scholar until June 2018.&nbsp; The data was acquired using Publish or Perish. The data has been cleaned such that the wrong and invalid results have been removed, duplicates have been removed. Titles are accurate and fine but authors and publishers info. etc. is still unclean. For textual analysis based on paper titles, this dataset is fine. For any other factor, such as institutional or journal or authorship analysis, this isn&#39;t a good choice.&nbsp;</p>

opencc-by-4.0Dec 2017View details →
zenodo44/100

Edge Computing Bibliographic Results from Google Scholar

<p>This dataset contains all the results for the term &quot;Edge Computing&quot; on Google Scholar until June 2018.&nbsp; The data was acquired using Publish or Perish. The data has been cleaned such that the wrong and invalid results have been removed, duplicates have been removed. Titles are accurate and fine but authors and publishers info. etc. is still unclean. For textual analysis based on paper titles, this dataset is fine. For any other factor, such as institutional or journal or authorship analysis, this isn&#39;t a good choice.&nbsp;</p>

opencc-by-4.0Dec 2017View details →
zenodo44/100

Fog Computing Bibliographic Results from Google Scholar

<p>This dataset contains all the results for the term &quot;Fog Computing&quot; on Google Scholar until June 2018.&nbsp; The data was acquired using Publish or Perish. The data has been cleaned such that the wrong and invalid results have been removed, duplicates have been removed. Titles are accurate and fine but authors and publishers info. etc. is still unclean. For textual analysis based on paper titles, this dataset is fine. For any other factor, such as institutional or journal or authorship analysis, this isn&#39;t a good choice.&nbsp;</p>

opencc-by-4.0Dec 2017View details →
zenodo44/100

Datos Autores USTA Google Scholar

<p>Consolidado de los datos de las publicaciones de autores con filiaci&oacute;n USTA (Colombia) en la plataforma Google Scholar. Parte del servicio de vigilancia tecnol&oacute;gica del Observatorio de Cienciometr&iacute;a de la Universidad Santo Tom&aacute;s.</p> <p>Estrategia de b&uacute;squeda:</p> <p>&ldquo;universidad santo tomas&rdquo; OR &ldquo;santo tom&aacute;s university&rdquo; OR &ldquo;Univ Santo Tomas&rdquo; OR &ldquo;Universidad Santo Tom&aacute;s&rdquo;</p> <p>Herramientas: &nbsp;&nbsp;Harzing&rsquo;s Publish or Peris (POP), Microsoft Excel</p>

opencc-by-4.0May 2019View details →
zenodo44/100

Machine Learning Articles Extracted from Google Scholar

<p>This dataset was created as part of a web scraping practice aimed at capturing academic information from Google Scholar. It contains data on <em>Machine Learning</em> research articles, including the article's title, authors, summary, direct link, citation count, and APA reference. This dataset was collected using Python and Selenium to develop skills in web scraping tools for extracting data from websites with dynamic content.</p> <p>The dataset was generated specifically as part of an academic exercise to learn and apply web scraping techniques, without a deep analysis intent for the data obtained. This dataset is intended as a resource for learning and evaluating the methods used in web data collection.</p> <p><strong>Included Fields</strong>:</p> <ul> <li><strong>title</strong>: Title of the research article.</li> <li><strong>link</strong>: Direct link to the article.</li> <li><strong>authors</strong>: Names of the article&rsquo;s authors.</li> <li><strong>description</strong>: Summary or brief description of the article.</li> <li><strong>citations</strong>: Number of times the article has been cited on Google Scholar.</li> <li><strong>APA_citation</strong>: APA-formatted citation of the article.</li> </ul> <p>This dataset was created solely for educational purposes and to demonstrate the application of web scraping techniques in a controlled environment.</p>

opencc-zeroNov 2024View details →
zenodo44/100

Immigration Trends Using Google Data

<p>For a country to efficiently monitor international migration, quick access to information on migration flows is helpful. However, traditional data sources fail to provide immediate information on migration flows and do not facilitate the correct anticipation of these flows in the short term. To tackle this issue, this paper evaluates the predictive capacity of big data to estimate the current level or to predict short-term flows. The results show that Google Trends can provide information that reflects the attractiveness of Switzerland for to immigrants from different countries and predict, to some extent, current and future (short-term) migration flows of adults arriving from Spain or Italy. However, the predictions appear not to be satisfactory for other flows<br> (from France and Germany). Additional studies based on alternative approaches are needed to validate or overturn our study results.</p> <p>Data and codebook along DDI standard</p>

opencc-by-4.0Jun 2021View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated 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.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

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.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

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.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

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.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

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.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record