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.

2

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

2 results for “bicycle mobility”

Learn how ShareScore rates datasets ↗
zenodo48/100

Bicycle Mobility Data: Current Use and Future Potential. An International Survey of Domain Professionals

<p>Active mobility, especially cycling, is an essential building block for sustainable urban mobility. Public and private stakeholders are striving to improve conditions for cycling and subsequently increase its modal share. Data are regarded as key for different measures to become efficient and targeted. There is extensive evidence for an increasing amount of mobility data, availability of new data sources and potential usage scenarios for such data. However, little is known about the current use of these data in policy making, planning and related fields. To the best of our knowledge, it has not been investigated yet to which degree professionals in the broader field of cycling promotion benefit from an increasing amount of cycling-related data. Thus, we conducted a multi-lingual online survey among domain professionals and acquired data on their perspectives on current data availability, use and suitability as well as the potential they see for the use of cycling data in the future. In total, we received 325 complete responses from 32 countries, with the vast majority of 241 valid responses originating from Germany, Austria and Italy. Key findings are: 84% of domain professionals attribute high importance to data, and 89% state that they currently cannot or only partly solve their tasks with the data available to them. Results emphasize the need for making more and better suited data available to professionals in cycling-related positions, in both the private and public sector.</p> <p>Read the full publication: <a href="https://doi.org/10.3390/data6110121">https://doi.org/10.3390/data6110121 </a></p>

opencc-by-4.0Nov 2021View details →
zenodo40/100

Online Repository of the Study "I want to RIDE my e-bicycle!": Supporting Developers Categorizing User Issues of a Mobility-as-a-Service Platform

<p><strong>Online Repository of the Study </strong><em>&ldquo;I want to RIDE my e-bicycle!&quot;: Supporting Developers Categorizing User Issues of a Mobility-as-a-Service Platform</em></p> <p><strong>Introduction</strong></p> <p>In the Mobility-as-a-Service (MaaS) context, e-bikes are important and environmental-friendly transportation resources providing flexibility, time and cost savings, and reducing traffic congestion. Additional to user satisfaction and marketing advantages, the resolution of user-reported issues is regulated in many cities. In order to efficiently solve the issues, it is essential to quickly identify their types (e.g., software- or hardware-related?) to assign them to the responsible team. But for popular e-mobility services, the manual analysis of the reports is inefficient because of its tediousness, high time requirements, and error-proneness.&nbsp;</p> <p>Our empirical study, carried out in the context of a <em>Mobility as a Service </em>start-up company, proposes an approach for the automated identification of relevant concerns reported by users of e-bike services. The company has more than 20,000 private customers across seven different countries and dedicates considerable effort in analyzing user behavior. However, the current manual process of analyzing and triaging user-reported issues hinders MaaS-company&rsquo;s ability to grow and expand its services.&nbsp;</p> <p>To help MaaS providers identify relevant user-reported issues, In the study, we (i) manually inspect about 3,000 user-reported issues received by the MaaS company; (ii) design a taxonomy modeling the types of relevant issues reported by users; and (iii) propose MaaS-RIDE, an approach to automatically classify the user-reported issues according to the categories of the devised taxonomy.&nbsp;</p> <p>Our results demonstrate that MaaS-RIDE is able to accurately (F-measure &ge; 93%) identify software and hardware user-reported issues. This result is critical for e-bike sharing companies to address such issues in an agile way and achieve the required user satisfaction.</p> <p><strong>Dataset Overview</strong></p> <p>The dataset is composed of the following different sorts of data:&nbsp;</p> <ul> <li>&nbsp;&ldquo;<em>Data_and_preprocessing</em>&rdquo; folder&nbsp; <ul> <li>o the user-reported issues data</li> <li>o the user-reported issues data processed as Bag of Words for Machine Learning training.&nbsp; <ul> <li>For this look at the sub-folder &ldquo;<em>input_data_for_ML</em>&rdquo; and the following matrices: <ul> <li><em>tf-idf-matrix-of-comment_finals_with_oracle_info_low_level.csv</em></li> <li><em>tf-idf-matrix-of-comment_finals_with_oracle_info.csv</em></li> </ul> </li> <li>Moreover, a sample of selected issues was reported in the replication package: <ul> <li>see file &ldquo;<em>randomSamples.csv</em>&rdquo; (due to a non-disclosure agreement with our industrial partner, we are unauthorized to share the whole raw user reports used in our experiments)</li> <li>&nbsp;&ldquo;RQ1&rdquo; folder: Types of E-bikes User-reported Issues</li> </ul> </li> </ul> </li> <li>&nbsp;the resulting taxonomy after the analysis of the issues</li> <li>&nbsp;&ldquo;RQ2&rdquo; folder: Classifying E-bikes Issue types</li> <li>&nbsp;the trained models&nbsp;</li> <li>&nbsp;the results of the models</li> </ul> </li> </ul> <p>The following sections describe more in detail what each of those folders and files contain.</p> <p><strong>&ldquo;Data_and_preprocessing&rdquo; folder</strong></p> <ul> <li><strong>User-reported issues subset.</strong></li> </ul> <p>In an industrial setting, due to privacy reasons, we disclose only an example subset of the user-reported issues, this information is in the file <em>randomSamples.csv</em>.</p> <p>The <em>randomSamples.csv </em>a subset that was generated randomly adding 20 examples using a stratified sampling from the High-level categories and 20 from the Low-level categories. This subset is not exhaustive but serves the purpose of showing the reviewers the kind of issues that this particular industrial set is confronted with. The file contains:</p> <ul> <li> <ul> <li>&nbsp;the Id of the user report;&nbsp;</li> <li>&nbsp;the column &quot;comment_final&quot;<strong> </strong>contains the issue text after the replacement of information that needed anonymization (e.g., vehicle-plates, personal names, addresses and timestamps);&nbsp;</li> <li>&nbsp;the column &quot;High_level_category&quot; contains the selected category from the 5 first level categories of the presented <em>Three-level taxonomy of e-bike user reported issues</em>;&nbsp;</li> <li>&bull; the columns &lsquo;Low_level_category&quot; and &quot;Fine_grained_topic&quot; contain the assigned, if existing, respective category.&nbsp;</li> </ul> </li> <li><strong>Bag of Words Term by Document matrix.</strong></li> </ul> <p>An important input for training the ML models is the Bag of Words representation generated after processing the&nbsp; 2,989 manually-labeled user issues. The result of this process is a Term-by-Document matrix. We share this matrix in the files in the sub-folder <em>input_data_for_ML </em>where they are labeled for High- and Low-level categories.&nbsp;</p> <p>In the <em>tf-idf-matrix-of-comment_finals_with_oracle_info.csv</em> and <em>tf-idf-matrix-of-comment_finals_with_oracle_info_low_level.csv</em> files, the first column refers to the issue &ldquo;Id&rdquo;, the last column &ldquo;oracle&rdquo; is the labeled category, the rest of the columns represent the terms contained in the 2,989 user-reported issues and in each row the weight of the i&minus;𝑡ℎ term contained in the j&minus;𝑡ℎ user issue by using the tf-idf score.</p> <p><strong>&ldquo;RQ1&rdquo; folder</strong></p> <ul> <li><strong>&ldquo;Three-level taxonomy of e-bike user-reported issues.pdf<em>&rdquo; file</em></strong></li> </ul> <p>The taxonomy derives from the manual analysis of the 2,989 user issues. We found that a three-level taxonomy provides significant granularity to the MaaS-company. The taxonomy encompasses 5 High-level categories, 16 Low-level categories, and 15 Low-level subcategories of e-bike user-reported issues. The file <em>Three-level taxonomy of e-bike user-reported issues.pdf</em> &nbsp;presents the taxonomy categories and in the columns &ldquo;Nr.&rdquo; and &ldquo;%&rdquo; it shows the number of occurrences within the analyzed dataset, and the corresponding percentages.</p> <p><strong>&ldquo;RQ2&rdquo; folder</strong></p> <ul> <li><strong>&ldquo;Trained Models&rdquo; folder</strong></li> </ul> <p>We provide the trained machine and deep learning models in the sub-folder <em>ML_DL_models</em>. Our approach experimented with classic machine learning models based on the Bag-of-Words approach using SVM, on Word Embeddings using FastText, and Language models leveraging BERT. The SVM and BERT models were trained using the open source low-code data analytics platform KNIME and were used to classify issues corresponding to the first and second levels of the taxonomy from the &ldquo;RQ1&rdquo; folder. A 10-fold cross validation strategy was used to assess the classification performance.&nbsp;&nbsp;</p> <p>The fastText model was trained by using default values of parameters (https://fasttext.cc/docs/en/options.html) and a 10-fold cross-validation strategy. With fastText, we classified issues corresponding only to the first level of the taxonomy from &ldquo;RQ1&rdquo; folder, since fastText is more effective when more data points are available in the training set (i.e., lower levels in the taxonomy have fewer well-represented issue types).</p> <ul> <li><strong>&ldquo;Model results&rdquo; folder</strong></li> </ul> <p>In the sub-folder model_results we provide the tables summarizing the results of using the proposed MaaS-RIDE approach, with which we automatically identify and categorize user-reported issues according to the High-level and Low-level categories of the taxonomy devised in RQ1, which are relevant for the MaaS-company.&nbsp;</p>

opencc-by-4.0May 2022View 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