Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 20 de 32
Filtrar
1.
PeerJ Comput Sci ; 10: e1951, 2024.
Artículo en Inglés | MEDLINE | ID: mdl-38660149

RESUMEN

Software plays a fundamental role in research as a tool, an output, or even as an object of study. This special issue on software citation, indexing, and discoverability brings together five papers examining different aspects of how the use of software is recorded and made available to others. It describes new work on datasets that enable large-scale analysis of the evolution of software usage and citation, that presents evidence of increased citation rates when software artifacts are released, that provides guidance for registries and repositories to support software citation and findability, and that shows there are still barriers to improving and formalising software citation and publication practice. As the use of software increases further, driven by modern research methods, addressing the barriers to software citation and discoverability will encourage greater sharing and reuse of software, in turn enabling research progress.

2.
J Imaging Inform Med ; 37(1): 386-401, 2024 Feb.
Artículo en Inglés | MEDLINE | ID: mdl-38343264

RESUMEN

Research software is continuously developed to facilitate progress and innovation in the medical field. Over time, numerous research software programs have been created, making it challenging to keep abreast of what is available. This work aims to evaluate the most frequently utilized software by the computer-assisted intervention (CAI) research community. The software assessments encompass a range of criteria, including load time, stress load, multi-tasking, extensibility and range of functionalities, user-friendliness, documentation, and technical support. A total of eight software programs were selected: 3D Slicer, Elastix, ITK-SNAP, MedInria, MeVisLab, MIPAV, and Seg3D. While none of the software was found to be perfect on all evaluation criteria, 3D Slicer and ITK-SNAP emerged with the highest rankings overall. These two software programs could frequently complement each other, as 3D Slicer has a broad and customizable range of features, while ITK-SNAP excels at performing fundamental tasks in an efficient manner. Nonetheless, each software had distinctive features that may better fit the requirements of certain research projects. This review provides valuable information to CAI researchers seeking the best-suited software to support their projects. The evaluation also offers insights for the software development teams, as it highlights areas where the software can be improved.

3.
PeerJ Comput Sci ; 9: e1546, 2023.
Artículo en Inglés | MEDLINE | ID: mdl-38077535

RESUMEN

This research examines the prevalence of research software as independent records of output within UK academic institutional repositories (IRs). There has been a steep decline in numbers of research software submissions to the UK's Research Excellence Framework from 2008 to 2021, but there has been no investigation into whether and how the official academic IRs have affected the low return rates. In what we believe to be the first such census of its kind, we queried the 182 online repositories of 157 UK universities. Our findings show that the prevalence of software within UK Academic IRs is incredibly low. Fewer than 28% contain software as recognised academic output. Of greater concern, we found that over 63% of repositories do not currently record software as a type of research output and that several Universities appeared to have removed software as a defined type from default settings of their repository. We also explored potential correlations, such as being a member of the Russell group, but found no correlation between these metadata and prevalence of records of software. Finally, we discuss the implications of these findings with regards to the lack of recognition of software as a discrete research output in institutions, despite the opposite being mandated by funders, and we make recommendations for changes in policies and operating procedures.

4.
Open Res Eur ; 3: 185, 2023.
Artículo en Inglés | MEDLINE | ID: mdl-38009089

RESUMEN

Software development has become an integral part of the scholarly ecosystem, spanning all fields and disciplines. To support the sharing and creation of knowledge in line with open science principles, and particularly to enable the reproducibility of research results, it is crucial to make the source code of research software available, allowing for modification, reuse, and distribution. Recognizing the significance of open-source software contributions in academia, the second French Plan for Open Science, announced by the Minister of Higher Education and Research in 2021, introduced a National Award to promote open-source research software. This award serves multiple objectives: firstly, to highlight the software projects and teams that have devoted time and effort to develop outstanding research software, sometimes for decades, and often with little recognition; secondly, to draw attention to the importance of software as a valuable research output and to inspire new generations of researchers to follow and learn from these examples. We present here an in-depth analysis of the design and implementation of this unique initiative. As a national award established explicitly to foster Open Science practices by the French Minister of Research, it faced the intricate challenge of fairly evaluating open research software across all fields, striving for inclusivity across domains, applications, and participants. We provide a comprehensive report on the results of the first edition, which received 129 high-quality submissions. Additionally, we emphasize the impact of this initiative on the open science landscape, promoting software as a valuable research outcome, on par with publications.


Software is crucial for modern research. For the goals of open science, reproducibility, and wider reuse, sharing software source code and acknowledging software development are essential. In France, in 2021, the Minister of Higher Education and Research introduced the National Plan for Open Science. The plan highlights the role of open-source software in academia and aims to give software the same recognition as publications and data. A part of the plan is the introduction of a National Award to recognize open-source research software contributions. This award acknowledges software projects and their teams, which have often worked without much recognition. It also emphasizes the importance of software as a research output, hoping to inspire future researchers. This article examines the award's design and implementation. It addresses the challenges of assessing open research software from different research fields. In the first edition of the award, there were 129 high-quality submissions, indicating the award's potential to shift perspectives on software's role in open science, aligning it with the importance of academic publications. Through a detailed account of our experiences and the insights gained, we aim to provide a reference for other countries or institutions considering to establish similar recognitions.

5.
Behav Res Methods ; 2023 Oct 04.
Artículo en Inglés | MEDLINE | ID: mdl-37794208

RESUMEN

All animals have to respond to immediate threats in order to survive. In non-human animals, a diversity of sophisticated behaviours has been observed, but research in humans is hampered by ethical considerations. Here, we present a novel immersive VR toolkit for the Unity engine that allows assessing threat-related behaviour in single, semi-interactive, and semi-realistic threat encounters. The toolkit contains a suite of fully modelled naturalistic environments, interactive objects, animated threats, and scripted systems. These are arranged together by the researcher as a means of creating an experimental manipulation, to form a series of independent "episodes" in immersive VR. Several specifically designed tools aid the design of these episodes, including a system to allow for pre-sequencing the movement plans of animal threats. Episodes can be built with the assets included in the toolkit, but also easily extended with custom scripts, threats, and environments if required. During the experiments, the software stores behavioural, movement, and eye tracking data. With this software, we aim to facilitate the use of immersive VR in human threat avoidance research and thus to close a gap in the understanding of human behaviour under threat.

7.
Netw Neurosci ; 7(2): 461-477, 2023.
Artículo en Inglés | MEDLINE | ID: mdl-37397883

RESUMEN

Visualizations of networks are complex since they are multidimensional and generally convey large amounts of information. The layout of the visualization can communicate either network properties or spatial properties of the network. Generating such figures to effectively convey information and be accurate can be difficult and time-consuming, and it can require expert knowledge. Here, we introduce NetPlotBrain (short for network plots onto brains), a Python package for Python 3.9+. The package offers several advantages. First, NetPlotBrain provides a high-level interface to easily highlight and customize results of interest. Second, it presents a solution to promote accurate plots through its integration with TemplateFlow. Third, it integrates with other Python software, allowing for easy integration to include networks from NetworkX or implementations of network-based statistics. In sum, NetPlotBrain is a versatile but easy to use package designed to produce high-quality network figures while integrating with open research software for neuroimaging and network theory.

8.
Metabolomics ; 19(2): 11, 2023 02 06.
Artículo en Inglés | MEDLINE | ID: mdl-36745241

RESUMEN

BACKGROUND: Liquid chromatography-high resolution mass spectrometry (LC-HRMS) is a popular approach for metabolomics data acquisition and requires many data processing software tools. The FAIR Principles - Findability, Accessibility, Interoperability, and Reusability - were proposed to promote open science and reusable data management, and to maximize the benefit obtained from contemporary and formal scholarly digital publishing. More recently, the FAIR principles were extended to include Research Software (FAIR4RS). AIM OF REVIEW: This study facilitates open science in metabolomics by providing an implementation solution for adopting FAIR4RS in the LC-HRMS metabolomics data processing software. We believe our evaluation guidelines and results can help improve the FAIRness of research software. KEY SCIENTIFIC CONCEPTS OF REVIEW: We evaluated 124 LC-HRMS metabolomics data processing software obtained from a systematic review and selected 61 software for detailed evaluation using FAIR4RS-related criteria, which were extracted from the literature along with internal discussions. We assigned each criterion one or more FAIR4RS categories through discussion. The minimum, median, and maximum percentages of criteria fulfillment of software were 21.6%, 47.7%, and 71.8%. Statistical analysis revealed no significant improvement in FAIRness over time. We identified four criteria covering multiple FAIR4RS categories but had a low %fulfillment: (1) No software had semantic annotation of key information; (2) only 6.3% of evaluated software were registered to Zenodo and received DOIs; (3) only 14.5% of selected software had official software containerization or virtual machine; (4) only 16.7% of evaluated software had a fully documented functions in code. According to the results, we discussed improvement strategies and future directions.


Asunto(s)
Metabolómica , Programas Informáticos , Metabolómica/métodos , Cromatografía Liquida/métodos , Espectrometría de Masas/métodos , Manejo de Datos
9.
F1000Res ; 11: 117, 2022.
Artículo en Inglés | MEDLINE | ID: mdl-36483317

RESUMEN

Background: Open Science seeks to render research outputs visible, accessible and reusable. In this context, Research Data and Research Software sharing and dissemination issues provide real challenges to the scientific community, as consequence of recent progress in political, legal and funding requirements. Methods: We take advantage from the approach we have developed in a precedent publication, in which we have highlighted the similarities between the Research Data and Research Software definitions. Results: The similarities between Research Data and Research Software definitions can be extended to propose protocols for Research Data dissemination and evaluation derived from those already proposed for Research Software dissemination and evaluation. We also analyze FAIR principles for these outputs. Conclusions: Our proposals here provide concrete instructions for Research Data and Research Software producers to make them more findable and accessible, as well as arguments to choose suitable dissemination platforms to complete the FAIR framework. Future work could analyze the potential extension of this parallelism to other kinds of research outputs that are disseminated under similar conditions to those of Research Data and Research Software, that is, without widely accepted publication procedures involving editors or other external actors and where the dissemination is usually restricted through the hands of the production team.


Asunto(s)
Difusión de la Información , Programas Informáticos
10.
F1000Res ; 11: 118, 2022.
Artículo en Inglés | MEDLINE | ID: mdl-36415208

RESUMEN

Background: Research Software is a concept that has been only recently clarified. In this paper we address the need for a similar enlightenment concerning the Research Data concept. Methods: Our contribution begins by reviewing the Research Software definition, which includes the analysis of software as a legal concept, followed by the study of its production in the research environment and within the Open Science framework. Then we explore the challenges of a data definition and some of the Research Data definitions proposed in the literature. Results: We propose a Research Data concept featuring three characteristics: the data should be produced (collected, processed, analyzed, shared & disseminated) to answer a scientific question, by a scientific team, and has yield a result published or disseminated in some article or scientific contribution of any kind. Conclusions: The analysis of this definition and the context in which it is proposed provides some answers to the Borgman's conundrum challenges, that is, which Research Data might be shared, by whom, with whom, under what conditions, why, and to what effects. They are completed with answers to the questions: how? and where?


Asunto(s)
Programas Informáticos
11.
PeerJ Comput Sci ; 8: e1023, 2022.
Artículo en Inglés | MEDLINE | ID: mdl-36092012

RESUMEN

Scientific software registries and repositories improve software findability and research transparency, provide information for software citations, and foster preservation of computational methods in a wide range of disciplines. Registries and repositories play a critical role by supporting research reproducibility and replicability, but developing them takes effort and few guidelines are available to help prospective creators of these resources. To address this need, the FORCE11 Software Citation Implementation Working Group convened a Task Force to distill the experiences of the managers of existing resources in setting expectations for all stakeholders. In this article, we describe the resultant best practices which include defining the scope, policies, and rules that govern individual registries and repositories, along with the background, examples, and collaborative work that went into their development. We believe that establishing specific policies such as those presented here will help other scientific software registries and repositories better serve their users and their disciplines.

12.
Front Res Metr Anal ; 7: 861944, 2022.
Artículo en Inglés | MEDLINE | ID: mdl-35531060

RESUMEN

Small to medium-scale data science experiments often rely on research software developed ad-hoc by individual scientists or small teams. Often there is no time to make the research software fast, reusable, and open access. The consequence is twofold. First, subsequent researchers must spend significant work hours building upon the proposed hypotheses or experimental framework. In the worst case, others cannot reproduce the experiment and reuse the findings for subsequent research. Second, suppose the ad-hoc research software fails during often long-running computational expensive experiments. In that case, the overall effort to iteratively improve the software and rerun the experiments creates significant time pressure on the researchers. We suggest making caching an integral part of the research software development process, even before the first line of code is written. This article outlines caching recommendations for developing research software in data science projects. Our recommendations provide a perspective to circumvent common problems such as propriety dependence, speed, etc. At the same time, caching contributes to the reproducibility of experiments in the open science workflow. Concerning the four guiding principles, i.e., Findability, Accessibility, Interoperability, and Reusability (FAIR), we foresee that including the proposed recommendation in a research software development will make the data related to that software FAIRer for both machines and humans. We exhibit the usefulness of some of the proposed recommendations on our recently completed research software project in mathematical information retrieval.

13.
PeerJ Comput Sci ; 8: e963, 2022.
Artículo en Inglés | MEDLINE | ID: mdl-35634111

RESUMEN

Research software is a critical component of contemporary scholarship. Yet, most research software is developed and managed in ways that are at odds with its long-term sustainability. This paper presents findings from a survey of 1,149 researchers, primarily from the United States, about sustainability challenges they face in developing and using research software. Some of our key findings include a repeated need for more opportunities and time for developers of research software to receive training. These training needs cross the software lifecycle and various types of tools. We also identified the recurring need for better models of funding research software and for providing credit to those who develop the software so they can advance in their careers. The results of this survey will help inform future infrastructure and service support for software developers and users, as well as national research policy aimed at increasing the sustainability of research software.

14.
Med Biol Eng Comput ; 60(7): 1929-1945, 2022 Jul.
Artículo en Inglés | MEDLINE | ID: mdl-35525879

RESUMEN

In this work, we present the release of a novel easy to use software package called DGM or Directed-Graph-Mapping. DGM can automatically analyze any type of arrhythmia to find reentry or focal sources if the measurements are synchronized in time. Currently, DGM requires the local activation times (LAT) and the spatial coordinates of the measured electrodes. However, there is no requirement for any spatial organization of the electrodes, allowing to analyze clinical, experimental or computational data. DGM creates directed networks of the activation, which are analyzed with fast algorithms to search for reentry (cycles in the network) and focal sources (nodes with outgoing arrows). DGM has been mainly optimized to analyze atrial tachycardia, but we also discuss other applications of DGM demonstrating its wide applicability. The goal is to release a free software package which can allow researchers to save time in the analysis of cardiac data. An academic license is attached to the software, allowing only non-commercial use of the software. All updates of the software, user and installation guide will be published on a dedicated website www.dgmapping.com . Graphical Abstract Direct-Graph-Mapping is a method to automatically analyze a given arrhythmia by converting measured data of the electrodes in a directed network. DGM requires the local activation times (LAT) and the spatial coordinates of the measured electrodes. There is no requirement for any spatial organization of the electrodes, allowing to analyze clinical, experimental or computational data (see left). An example could be the LATs and coordinates from a CARTO file. DGM creates a directed network of the activation by (1) determining the neighbors of each node, 2 (2) allowing a directed arrow between two neighbors if propagation of the electrical wave is possible, (3) repeating this process for all nodes, (4) if necessary, redistributing the nodes more uniformly and repeating step (1)-(3). Two possible steps are (5) to visualize the wavefront by creating an average graph or (6) find the cycles in the network which represent the reentry loops. Focal sources are nodes with only outgoing arrows.


Asunto(s)
Taquicardia Supraventricular , Algoritmos , Electrodos , Humanos , Programas Informáticos
15.
Exp Neurol ; 350: 113978, 2022 04.
Artículo en Inglés | MEDLINE | ID: mdl-35026227

RESUMEN

Deep Brain Stimulation (DBS) is an efficacious treatment option for an increasing range of brain disorders. To enhance our knowledge about the mechanisms of action of DBS and to probe novel targets, basic research in animal models with DBS is an essential research base. Beyond nonhuman primate, pig, and mouse models, the rat is a widely used animal model for probing DBS effects in basic research. Reconstructing DBS electrode placement after surgery is crucial to associate observed effects with modulating a specific target structure. Post-mortem histology is a commonly used method for reconstructing the electrode location. In humans, however, neuroimaging-based electrode localizations have become established. For this reason, we adapt the open-source software pipeline Lead-DBS for DBS electrode localizations from humans to the rat model. We validate our localization results by inter-rater concordance and a comparison with the conventional histological method. Finally, using the open-source software pipeline OSS-DBS, we demonstrate the subject-specific simulation of the VTA and the activation of axon models aligned to pathways representing neuronal fibers, also known as the pathway activation model. Both activation models yield a characterization of the impact of DBS on the target area. Our results suggest that the proposed neuroimaging-based method can precisely localize DBS electrode placements that are essentially rater-independent and yield results comparable to the histological gold standard. The advantages of neuroimaging-based electrode localizations are the possibility of acquiring them in vivo and combining electrode reconstructions with advanced imaging metrics, such as those obtained from diffusion or functional magnetic resonance imaging (MRI). This paper introduces a freely available open-source pipeline for DBS electrode reconstructions in rats. The presented initial validation results are promising.


Asunto(s)
Estimulación Encefálica Profunda , Modelos Neurológicos , Animales , Axones , Electrodos Implantados , Imagen por Resonancia Magnética , Masculino , Modelos Animales , Neuroimagen , Ratas , Reproducibilidad de los Resultados , Programas Informáticos , Área Tegmental Ventral/diagnóstico por imagen
16.
Behav Res Methods ; 54(3): 1263-1271, 2022 06.
Artículo en Inglés | MEDLINE | ID: mdl-34549384

RESUMEN

This paper aims to offer a free software program, LINCE PLUS, suitable for systematic observational studies in sports and health, conducted in natural contexts such as training, education or psychology. Using one or several videos simultaneously, different parameters such as behaviors, decision-making or strategies can be analyzed. The software includes several functionalities for studies that researchers need to utilize throughout the observational study process. Collaborative work can be accomplished by using simultaneous videos and multiple observers. The results of all research conducted by LINCE PLUS are offered inside the application in real time, enabling common calculations or including specific analysis with R language without the need for any other external tool. Moreover, LINCE PLUS shows the results of each study with interactive charts or, if needed, it exports the data to specific data analysis software programs (e.g., SAS, Excel, Theme, GSEQ 5, Hoisan). We include examples of sports and health studies that have been conducted with LINCE PLUS to show the suitability of this software program.


Asunto(s)
Programas Informáticos , Humanos
17.
J Am Med Inform Assoc ; 29(4): 631-642, 2022 03 15.
Artículo en Inglés | MEDLINE | ID: mdl-34850002

RESUMEN

OBJECTIVE: The integrated Translational Health Research Institute of Virginia (iTHRIV) aims to develop an information architecture to support data workflows throughout the research lifecycle for cross-state teams of translational researchers. MATERIALS AND METHODS: The iTHRIV Commons is a cross-state harmonized infrastructure supporting resource discovery, targeted consultations, and research data workflows. As the front end to the iTHRIV Commons, the iTHRIV Research Concierge Portal supports federated login, personalized views, and secure interactions with objects in the ITHRIV Commons federation. The canonical use-case for the iTHRIV Commons involves an authenticated user connected to their respective high-security institutional network, accessing the iTHRIV Research Concierge Portal web application on their browser, and interfacing with multi-component iTHRIV Commons Landing Services installed behind the firewall at each participating institution. RESULTS: The iTHRIV Commons provides a technical framework, including both hardware and software resources located in the cloud and across partner institutions, that establishes standard representation of research objects, and applies local data governance rules to enable access to resources from a variety of stakeholders, both contributing and consuming. DISCUSSION: The launch of the Commons API service at partner sites and the addition of a public view of nonrestricted objects will remove barriers to data access for cross-state research teams while supporting compliance and the secure use of data. CONCLUSIONS: The secure architecture, distributed APIs, and harmonized metadata of the iTHRIV Commons provide a methodology for compliant information and data sharing that can advance research productivity at Hub sites across the CTSA network.


Asunto(s)
Programas Informáticos , Investigación Biomédica Traslacional , Difusión de la Información , Flujo de Trabajo
18.
Biodivers Data J ; 9: e78132, 2021.
Artículo en Inglés | MEDLINE | ID: mdl-34934383

RESUMEN

BACKGROUND: The use of Ultraconserved Elements (UCEs) as genetic markers in phylogenomics has become popular and has provided promising results. Although UCE data can be easily obtained from targeted enriched sequencing, the protocol for in silico analysis of UCEs consist of the execution of heterogeneous and complex tools, a challenge for scientists without training in bioinformatics. Developing tools with the adoption of best practices in research software can lessen this problem by improving the execution of computational experiments, thus promoting better reproducibility. NEW INFORMATION: We present UCEasy, an easy-to-install and easy-to-use software package with a simple command line interface that facilitates the computational analysis of UCEs from sequencing samples, following the best practices of research software. UCEasy is a wrapper that standardises, automates and simplifies the quality control of raw reads, assembly and extraction and alignment of UCEs, generating at the end a data matrix with different levels of completeness that can be used to infer phylogenetic trees. We demonstrate the functionalities of UCEasy by reproducing the published results of phylogenomic studies of the bird genus Turdus (Aves) and of Adephaga families (Coleoptera) containing genomic datasets to efficiently extract UCEs.

19.
Front Psychol ; 12: 703706, 2021.
Artículo en Inglés | MEDLINE | ID: mdl-34777090

RESUMEN

The growing shift to online research provides numerous potential opportunities, including greater sample diversity and more efficient data collection. While online methods and recruitment platforms have gained popularity in research with adults, there is relatively little guidance on best practices for how to conduct remote research with children. The current review discusses how to conduct remote behavioral research with children and adolescents using moderated (i.e., real-time interactions between the experimenter and child) and unmoderated (i.e., independent completion of study without experimenter interaction) methods. We examine considerations regarding sample diversity and provide recommendations on implementing remote research with children, including discussions about remote software, study design, and data quality. These recommendations can promote the use of remote research amongst developmental psychologists by contributing to our knowledge of effective online research practices and helping to build standardized guidelines when working with children.

20.
Datenbank Spektrum ; 21(3): 255-260, 2021.
Artículo en Inglés | MEDLINE | ID: mdl-34786019

RESUMEN

Today's scientific data analysis very often requires complex Data Analysis Workflows (DAWs) executed over distributed computational infrastructures, e.g., clusters. Much research effort is devoted to the tuning and performance optimization of specific workflows for specific clusters. However, an arguably even more important problem for accelerating research is the reduction of development, adaptation, and maintenance times of DAWs. We describe the design and setup of the Collaborative Research Center (CRC) 1404 "FONDA -- Foundations of Workflows for Large-Scale Scientific Data Analysis", in which roughly 50 researchers jointly investigate new technologies, algorithms, and models to increase the portability, adaptability, and dependability of DAWs executed over distributed infrastructures. We describe the motivation behind our project, explain its underlying core concepts, introduce FONDA's internal structure, and sketch our vision for the future of workflow-based scientific data analysis. We also describe some lessons learned during the "making of" a CRC in Computer Science with strong interdisciplinary components, with the aim to foster similar endeavors.

SELECCIÓN DE REFERENCIAS
DETALLE DE LA BÚSQUEDA