100+ datasets found
  1. Data from: A Guide to Parent-Child fNIRS Hyperscanning Data Analysis

    • osf.io
    Updated Jun 20, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Trinh Nguyen; Pascal Vrticka; Stefanie Hoehl (2024). A Guide to Parent-Child fNIRS Hyperscanning Data Analysis [Dataset]. http://doi.org/10.17605/OSF.IO/WSPZ4
    Explore at:
    Dataset updated
    Jun 20, 2024
    Dataset provided by
    Center for Open Sciencehttps://cos.io/
    Authors
    Trinh Nguyen; Pascal Vrticka; Stefanie Hoehl
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Online repository for data and scripts for methods article "A guide to Parent-Child fNIRS Hyperscanning Data Analysis" in Sensors

  2. Z

    Assessing the impact of hints in learning formal specification: Research...

    • data.niaid.nih.gov
    • explore.openaire.eu
    • +1more
    Updated Jan 29, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Campos, José Creissac (2024). Assessing the impact of hints in learning formal specification: Research artifact [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_10450608
    Explore at:
    Dataset updated
    Jan 29, 2024
    Dataset provided by
    Margolis, Iara
    Macedo, Nuno
    Sousa, Emanuel
    Cunha, Alcino
    Campos, José Creissac
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    This artifact accompanies the SEET@ICSE article "Assessing the impact of hints in learning formal specification", which reports on a user study to investigate the impact of different types of automated hints while learning a formal specification language, both in terms of immediate performance and learning retention, but also in the emotional response of the students. This research artifact provides all the material required to replicate this study (except for the proprietary questionnaires passed to assess the emotional response and user experience), as well as the collected data and data analysis scripts used for the discussion in the paper.

    Dataset

    The artifact contains the resources described below.

    Experiment resources

    The resources needed for replicating the experiment, namely in directory experiment:

    alloy_sheet_pt.pdf: the 1-page Alloy sheet that participants had access to during the 2 sessions of the experiment. The sheet was passed in Portuguese due to the population of the experiment.

    alloy_sheet_en.pdf: a version the 1-page Alloy sheet that participants had access to during the 2 sessions of the experiment translated into English.

    docker-compose.yml: a Docker Compose configuration file to launch Alloy4Fun populated with the tasks in directory data/experiment for the 2 sessions of the experiment.

    api and meteor: directories with source files for building and launching the Alloy4Fun platform for the study.

    Experiment data

    The task database used in our application of the experiment, namely in directory data/experiment:

    Model.json, Instance.json, and Link.json: JSON files with to populate Alloy4Fun with the tasks for the 2 sessions of the experiment.

    identifiers.txt: the list of all (104) available participant identifiers that can participate in the experiment.

    Collected data

    Data collected in the application of the experiment as a simple one-factor randomised experiment in 2 sessions involving 85 undergraduate students majoring in CSE. The experiment was validated by the Ethics Committee for Research in Social and Human Sciences of the Ethics Council of the University of Minho, where the experiment took place. Data is shared the shape of JSON and CSV files with a header row, namely in directory data/results:

    data_sessions.json: data collected from task-solving in the 2 sessions of the experiment, used to calculate variables productivity (PROD1 and PROD2, between 0 and 12 solved tasks) and efficiency (EFF1 and EFF2, between 0 and 1).

    data_socio.csv: data collected from socio-demographic questionnaire in the 1st session of the experiment, namely:

    participant identification: participant's unique identifier (ID);

    socio-demographic information: participant's age (AGE), sex (SEX, 1 through 4 for female, male, prefer not to disclosure, and other, respectively), and average academic grade (GRADE, from 0 to 20, NA denotes preference to not disclosure).

    data_emo.csv: detailed data collected from the emotional questionnaire in the 2 sessions of the experiment, namely:

    participant identification: participant's unique identifier (ID) and the assigned treatment (column HINT, either N, L, E or D);

    detailed emotional response data: the differential in the 5-point Likert scale for each of the 14 measured emotions in the 2 sessions, ranging from -5 to -1 if decreased, 0 if maintained, from 1 to 5 if increased, or NA denoting failure to submit the questionnaire. Half of the emotions are positive (Admiration1 and Admiration2, Desire1 and Desire2, Hope1 and Hope2, Fascination1 and Fascination2, Joy1 and Joy2, Satisfaction1 and Satisfaction2, and Pride1 and Pride2), and half are negative (Anger1 and Anger2, Boredom1 and Boredom2, Contempt1 and Contempt2, Disgust1 and Disgust2, Fear1 and Fear2, Sadness1 and Sadness2, and Shame1 and Shame2). This detailed data was used to compute the aggregate data in data_emo_aggregate.csv and in the detailed discussion in Section 6 of the paper.

    data_umux.csv: data collected from the user experience questionnaires in the 2 sessions of the experiment, namely:

    participant identification: participant's unique identifier (ID);

    user experience data: summarised user experience data from the UMUX surveys (UMUX1 and UMUX2, as a usability metric ranging from 0 to 100).

    participants.txt: the list of participant identifiers that have registered for the experiment.

    Analysis scripts

    The analysis scripts required to replicate the analysis of the results of the experiment as reported in the paper, namely in directory analysis:

    analysis.r: An R script to analyse the data in the provided CSV files; each performed analysis is documented within the file itself.

    requirements.r: An R script to install the required libraries for the analysis script.

    normalize_task.r: A Python script to normalize the task JSON data from file data_sessions.json into the CSV format required by the analysis script.

    normalize_emo.r: A Python script to compute the aggregate emotional response in the CSV format required by the analysis script from the detailed emotional response data in the CSV format of data_emo.csv.

    Dockerfile: Docker script to automate the analysis script from the collected data.

    Setup

    To replicate the experiment and the analysis of the results, only Docker is required.

    If you wish to manually replicate the experiment and collect your own data, you'll need to install:

    A modified version of the Alloy4Fun platform, which is built in the Meteor web framework. This version of Alloy4Fun is publicly available in branch study of its repository at https://github.com/haslab/Alloy4Fun/tree/study.

    If you wish to manually replicate the analysis of the data collected in our experiment, you'll need to install:

    Python to manipulate the JSON data collected in the experiment. Python is freely available for download at https://www.python.org/downloads/, with distributions for most platforms.

    R software for the analysis scripts. R is freely available for download at https://cran.r-project.org/mirrors.html, with binary distributions available for Windows, Linux and Mac.

    Usage

    Experiment replication

    This section describes how to replicate our user study experiment, and collect data about how different hints impact the performance of participants.

    To launch the Alloy4Fun platform populated with tasks for each session, just run the following commands from the root directory of the artifact. The Meteor server may take a few minutes to launch, wait for the "Started your app" message to show.

    cd experimentdocker-compose up

    This will launch Alloy4Fun at http://localhost:3000. The tasks are accessed through permalinks assigned to each participant. The experiment allows for up to 104 participants, and the list of available identifiers is given in file identifiers.txt. The group of each participant is determined by the last character of the identifier, either N, L, E or D. The task database can be consulted in directory data/experiment, in Alloy4Fun JSON files.

    In the 1st session, each participant was given one permalink that gives access to 12 sequential tasks. The permalink is simply the participant's identifier, so participant 0CAN would just access http://localhost:3000/0CAN. The next task is available after a correct submission to the current task or when a time-out occurs (5mins). Each participant was assigned to a different treatment group, so depending on the permalink different kinds of hints are provided. Below are 4 permalinks, each for each hint group:

    Group N (no hints): http://localhost:3000/0CAN

    Group L (error locations): http://localhost:3000/CA0L

    Group E (counter-example): http://localhost:3000/350E

    Group D (error description): http://localhost:3000/27AD

    In the 2nd session, likewise the 1st session, each permalink gave access to 12 sequential tasks, and the next task is available after a correct submission or a time-out (5mins). The permalink is constructed by prepending the participant's identifier with P-. So participant 0CAN would just access http://localhost:3000/P-0CAN. In the 2nd sessions all participants were expected to solve the tasks without any hints provided, so the permalinks from different groups are undifferentiated.

    Before the 1st session the participants should answer the socio-demographic questionnaire, that should ask the following information: unique identifier, age, sex, familiarity with the Alloy language, and average academic grade.

    Before and after both sessions the participants should answer the standard PrEmo 2 questionnaire. PrEmo 2 is published under an Attribution-NonCommercial-NoDerivatives 4.0 International Creative Commons licence (CC BY-NC-ND 4.0). This means that you are free to use the tool for non-commercial purposes as long as you give appropriate credit, provide a link to the license, and do not modify the original material. The original material, namely the depictions of the diferent emotions, can be downloaded from https://diopd.org/premo/. The questionnaire should ask for the unique user identifier, and for the attachment with each of the depicted 14 emotions, expressed in a 5-point Likert scale.

    After both sessions the participants should also answer the standard UMUX questionnaire. This questionnaire can be used freely, and should ask for the user unique identifier and answers for the standard 4 questions in a 7-point Likert scale. For information about the questions, how to implement the questionnaire, and how to compute the usability metric ranging from 0 to 100 score from the answers, please see the original paper:

    Kraig Finstad. 2010. The usability metric for user experience. Interacting with computers 22, 5 (2010), 323–327.

    Analysis of other applications of the experiment

    This section describes how to replicate the analysis of the data collected in an application of the experiment described in Experiment replication.

    The analysis script expects data in 4 CSV files,

  3. w

    Qualitative data analysis : a user-friendly guide for social scientists

    • workwithdata.com
    Updated May 19, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Work With Data (2023). Qualitative data analysis : a user-friendly guide for social scientists [Dataset]. https://www.workwithdata.com/object/qualitative-data-analysis-a-user-friendly-guide-for-social-scientists-book-by-ian-dey-0000
    Explore at:
    Dataset updated
    May 19, 2023
    Dataset authored and provided by
    Work With Data
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Qualitative data analysis : a user-friendly guide for social scientists is a book. It was written by Ian Dey and published by Routledge in 1993.

  4. Cost-Benefit Analysis for Natural Resource Management in the Pacific : A...

    • fsm-data.sprep.org
    • americansamoa-data.sprep.org
    • +13more
    pdf
    Updated Feb 20, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Secretariat of the Pacific Regional Environment Programme (2025). Cost-Benefit Analysis for Natural Resource Management in the Pacific : A Guide [Dataset]. https://fsm-data.sprep.org/dataset/cost-benefit-analysis-natural-resource-management-pacific-guide
    Explore at:
    pdf(2086616)Available download formats
    Dataset updated
    Feb 20, 2025
    Dataset provided by
    Pacific Regional Environment Programmehttps://www.sprep.org/
    License

    Public Domain Mark 1.0https://creativecommons.org/publicdomain/mark/1.0/
    License information was derived automatically

    Area covered
    POLYGON ((-218.90951871872 -1.4394705906805, -142.60743141174 -8.1824945237966, -153.02407979965 9.1976977030954, -198.3365893364 -26.717271060416)), Pacific Region
    Description

    In light of the many existing guidebooks already available to support CBA (cost benefit analysis), this document is intended only as an introductory guide with a focus on the practical application of CBA in the Pacific. It indicates key questions and issues to address but it does not explain the theoretical concepts underpinning CBA.

  5. Data from: Groundwater Sampling and Analysis - A Field Guide

    • data.wu.ac.at
    • cinergi.sdsc.edu
    pdf
    Updated Jun 26, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Geoscience Australia (2018). Groundwater Sampling and Analysis - A Field Guide [Dataset]. https://data.wu.ac.at/schema/data_gov_au/Yjk0OTNkOGUtODVkNS00MTAxLTg2MjktMzk4ZWIzMzQyNzJm
    Explore at:
    pdfAvailable download formats
    Dataset updated
    Jun 26, 2018
    Dataset provided by
    Geoscience Australiahttp://ga.gov.au/
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The purpose of this field guide is to present a set of standard groundwater sampling protocols that focus on a range of groundwater quantity and quality issues throughout Australia.

    A uniform, accurate and reliable set of sampling procedures will foster the collection of comparable data of a known standard. Ultimately, this allows for greater confidence in the interpretation of any field based data. This guide does not cover the aspects of core sampling, geological grain size analysis, pore fluid extraction and analysis.

  6. f

    Simulated data for Scenario B.

    • plos.figshare.com
    xls
    Updated May 31, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Eliana Jimenez-Soto; Andrew Hodge; Kim-Huong Nguyen; Zoe Dettrick; Alan D. Lopez (2023). Simulated data for Scenario B. [Dataset]. http://doi.org/10.1371/journal.pone.0106234.t007
    Explore at:
    xlsAvailable download formats
    Dataset updated
    May 31, 2023
    Dataset provided by
    PLOS ONE
    Authors
    Eliana Jimenez-Soto; Andrew Hodge; Kim-Huong Nguyen; Zoe Dettrick; Alan D. Lopez
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Notes: See Table 4 for definitions and further details on the DCMs. DMC, data collection method; DEA, Data Envelopment Analysis.Simulated data for Scenario B.

  7. Characteristics of the Canadian Health Measures Survey variables.

    • plos.figshare.com
    • figshare.com
    xls
    Updated Jun 3, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Yi-Sheng Chao; Chao-Jung Wu; Hsing-Chien Wu; Wei-Chih Chen (2023). Characteristics of the Canadian Health Measures Survey variables. [Dataset]. http://doi.org/10.1371/journal.pone.0200127.t003
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Jun 3, 2023
    Dataset provided by
    PLOShttp://plos.org/
    Authors
    Yi-Sheng Chao; Chao-Jung Wu; Hsing-Chien Wu; Wei-Chih Chen
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Canada
    Description

    Characteristics of the Canadian Health Measures Survey variables.

  8. M

    Global Disposable Angiographic Guide Wire Market Technological Advancements...

    • statsndata.org
    excel, pdf
    Updated Feb 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stats N Data (2025). Global Disposable Angiographic Guide Wire Market Technological Advancements 2025-2032 [Dataset]. https://www.statsndata.org/report/disposable-angiographic-guide-wire-market-298727
    Explore at:
    pdf, excelAvailable download formats
    Dataset updated
    Feb 2025
    Dataset authored and provided by
    Stats N Data
    License

    https://www.statsndata.org/how-to-orderhttps://www.statsndata.org/how-to-order

    Area covered
    Global
    Description

    The Disposable Angiographic Guide Wire market has emerged as a crucial segment within the medical device industry, particularly within the realm of interventional cardiology and vascular procedures. These guide wires are pivotal in facilitating the placement of catheters during angiographic procedures, allowing clin

  9. Global Circular Guide Rails Market Industry Best Practices 2025-2032

    • statsndata.org
    excel, pdf
    Updated Feb 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stats N Data (2025). Global Circular Guide Rails Market Industry Best Practices 2025-2032 [Dataset]. https://www.statsndata.org/report/circular-guide-rails-market-335402
    Explore at:
    excel, pdfAvailable download formats
    Dataset updated
    Feb 2025
    Dataset authored and provided by
    Stats N Data
    License

    https://www.statsndata.org/how-to-orderhttps://www.statsndata.org/how-to-order

    Area covered
    Global
    Description

    The Circular Guide Rails market represents a vital component in various industries, including manufacturing, logistics, and automation, providing critical support for the smooth operation of machinery and equipment. These guide rails facilitate the precise movement of components, ensuring efficiency and safety in hi

  10. Data from: Analysis of evolutionary relationships provides new clues to the...

    • zenodo.org
    • data.niaid.nih.gov
    • +1more
    zip
    Updated Jun 2, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    han bing; han bing (2022). Data from: Analysis of evolutionary relationships provides new clues to the origins of weedy rice [Dataset]. http://doi.org/10.5061/dryad.sqv9s4n0h
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jun 2, 2022
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    han bing; han bing
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    Weedy rice (Oryza sativa f. spontanea) is considered to be a pest in modern rice production systems because it competes for resources, has poor yield characteristics, and subsequently has a negative effect on rice grain yield. The evolutionary relationships among weedy rice, landrace rice, improved rice cultivars, and wild rice are largely unknown. In this study, we conducted a population genetic analysis based on neutral markers and gene haplotypes in 524 rice accessions and a comparative transcriptomic analysis using 15 representative samples. The results showed that weedy rice populations have the highest level of genetic diversity (He=0.8386), and can be divided into two groups (japonica-type and indica-type). The japonica-type weedy rice accessions from HLJ, JL, LN, and NX provinces clustered with the landraces grown in these same provinces. The indica-types from JS province also clustered with the indica-type landraces from JS province. Comparative transcriptome analysis of weedy rice populations, improved rice populations. and landrace rice from HLJ, JL and LN provinces showed that the weedy rice still clustered with the landrace rice, and that the improved rice lines comprise a single population. Thirty-two differentially expressed genes were shared by the improved rice and landrace rice groups as well as between the improved rice and weedy rice groups. Using GO analysis, we identified 19 shared GO terms in the improved rice and landrace rice groups as well as between the improved rice and weedy rice groups. Our results suggest that weedy rice populations in China have diverse origins, and comparative transcriptome analysis of different types of rice from HLJ, JL, and LN suggests that improved rice populations have become a medium or end point in the evolution of weedy rice, which provides a new perspective for the study of weedy rice origins and lays a solid foundation for rice breeding.

  11. A

    ‘NNDSS - TABLE 1II. Tetanus to Trichinellosis’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Jan 27, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2022). ‘NNDSS - TABLE 1II. Tetanus to Trichinellosis’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/data-gov-nndss-table-1ii-tetanus-to-trichinellosis-9a03/latest
    Explore at:
    Dataset updated
    Jan 27, 2022
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘NNDSS - TABLE 1II. Tetanus to Trichinellosis’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://catalog.data.gov/dataset/43f12c98-7d58-48ee-ab77-e8df2190bf73 on 27 January 2022.

    --- Dataset description provided by original source is as follows ---

    NNDSS - TABLE 1II. Tetanus to Trichinellosis – 2022. In this Table, provisional cases* of notifiable diseases are displayed for United States, U.S. territories, and Non-U.S. residents.

    Notes:

    • These are weekly cases of selected infectious national notifiable diseases, from the National Notifiable Diseases Surveillance System (NNDSS). NNDSS data reported by the 50 states, New York City, the District of Columbia, and the U.S. territories are collated and published weekly as numbered tables available at https://www.cdc.gov/nndss/data-statistics/index.html. Cases reported by state health departments to CDC for weekly publication are subject to ongoing revision of information and delayed reporting. Therefore, numbers listed in later weeks may reflect changes made to these counts as additional information becomes available. Case counts in the tables are presented as published each week. See also Guide to Interpreting Provisional and Finalized NNDSS Data at https://www.cdc.gov/nndss/docs/Readers-Guide-WONDER-Tables-20210421-508.pdf. • Notices, errata, and other notes are available in the Notice To Data Users page at https://wonder.cdc.gov/nndss/NTR.html. • The list of national notifiable infectious diseases and conditions and their national surveillance case definitions are available at https://ndc.services.cdc.gov/. This list incorporates the Council of State and Territorial Epidemiologists (CSTE) position statements approved by CSTE for national surveillance.

    Footnotes:

    *Case counts for reporting years 2021 and 2022 are provisional and subject to change. Cases are assigned to the reporting jurisdiction submitting the case to NNDSS, if the case's country of usual residence is the U.S., a U.S. territory, unknown, or null (i.e. country not reported); otherwise, the case is assigned to the 'Non-U.S. Residents' category. Country of usual residence is currently not reported by all jurisdictions or for all conditions. For further information on interpretation of these data, see https://www.cdc.gov/nndss/docs/Readers-Guide-WONDER-Tables-20210421-508.pdf. †Previous 52 week maximum and cumulative YTD are determined from periods of time when the condition was reportable in the jurisdiction (i.e., may be less than 52 weeks of data or incomplete YTD data). U: Unavailable — The reporting jurisdiction was unable to send the data to CDC or CDC was unable to process the data. -: No reported cases — The reporting jurisdiction did not submit any cases to CDC. N: Not reportable — The disease or condition was not reportable by law, statute, or regulation in the reporting jurisdiction. NN: Not nationally notifiable — This condition was not designated as being nationally notifiable. NP: Nationally notifiable but not published. NC: Not calculated — There is insufficient data available to support the calculation of this statistic. Cum: Cumulative year-to-date counts. Max: Maximum — Maximum case count during the previous 52 weeks.

    --- Original source retains full ownership of the source dataset ---

  12. M

    Data from: A practical guide for mutational signature analysis in...

    • datacatalog.mskcc.org
    • ega-archive.org
    Updated May 30, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    MSK Library (2024). A practical guide for mutational signature analysis in hematological malignancies [Dataset]. https://datacatalog.mskcc.org/dataset/11266
    Explore at:
    Dataset updated
    May 30, 2024
    Dataset provided by
    MSK Library
    European Genome-phenome Archive
    Description

    Description from EGA:

    "Analysis of mutational signatures is becoming routine in cancer genomics, with implications for pathogenesis, classification, prognosis, and even treatment decisions. However, the field lacks a consensus on analysis and result interpretation. Using whole-genome sequencing of multiple myeloma (MM), chronic lymphocytic leukemia (CLL) and acute myeloid leukemia, we compare the performance of public signature analysis tools. We describe caveats and pitfalls of de novo signature extraction and fitting approaches, reporting on common inaccuracies: erroneous signature assignment, identification of localized hyper-mutational processes, overcalling of signatures. We provide reproducible solutions to solve these issues and use orthogonal approaches to validate our results. We show how a comprehensive mutational signature analysis may provide relevant biological insights, reporting evidence of c-AID activity among unmutated CLL cases or the absence of BRCA1/BRCA2-mediated homologous recombination deficiency in a MM cohort. Finally, we propose a general analysis framework to ensure production of accurate and reproducible mutational signature data."

  13. A

    ‘NNDSS - TABLE 1U. Leptospirosis to Listeriosis, Probable’ analyzed by...

    • analyst-2.ai
    Updated Jan 27, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2022). ‘NNDSS - TABLE 1U. Leptospirosis to Listeriosis, Probable’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/data-gov-nndss-table-1u-leptospirosis-to-listeriosis-probable-1f84/latest
    Explore at:
    Dataset updated
    Jan 27, 2022
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘NNDSS - TABLE 1U. Leptospirosis to Listeriosis, Probable’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://catalog.data.gov/dataset/6a63d595-5aff-4b9c-9543-9e01435e0464 on 27 January 2022.

    --- Dataset description provided by original source is as follows ---

    NNDSS - TABLE 1U. Leptospirosis to Listeriosis, Probable - 2022. In this Table, provisional cases* of notifiable diseases are displayed for United States, U.S. territories, and Non-U.S. residents.

    Notes:

    • These are weekly cases of selected infectious national notifiable diseases, from the National Notifiable Diseases Surveillance System (NNDSS). NNDSS data reported by the 50 states, New York City, the District of Columbia, and the U.S. territories are collated and published weekly as numbered tables available at https://www.cdc.gov/nndss/data-statistics/index.html. Cases reported by state health departments to CDC for weekly publication are subject to ongoing revision of information and delayed reporting. Therefore, numbers listed in later weeks may reflect changes made to these counts as additional information becomes available. Case counts in the tables are presented as published each week. See also Guide to Interpreting Provisional and Finalized NNDSS Data at https://www.cdc.gov/nndss/docs/Readers-Guide-WONDER-Tables-20210421-508.pdf. • Notices, errata, and other notes are available in the Notice To Data Users page at https://wonder.cdc.gov/nndss/NTR.html. • The list of national notifiable infectious diseases and conditions and their national surveillance case definitions are available at https://ndc.services.cdc.gov/. This list incorporates the Council of State and Territorial Epidemiologists (CSTE) position statements approved by CSTE for national surveillance.

    Footnotes:

    *Case counts for reporting years 2021 and 2022 are provisional and subject to change. Cases are assigned to the reporting jurisdiction submitting the case to NNDSS, if the case's country of usual residence is the U.S., a U.S. territory, unknown, or null (i.e. country not reported); otherwise, the case is assigned to the 'Non-U.S. Residents' category. Country of usual residence is currently not reported by all jurisdictions or for all conditions. For further information on interpretation of these data, see https://www.cdc.gov/nndss/docs/Readers-Guide-WONDER-Tables-20210421-508.pdf. †Previous 52 week maximum and cumulative YTD are determined from periods of time when the condition was reportable in the jurisdiction (i.e., may be less than 52 weeks of data or incomplete YTD data). U: Unavailable — The reporting jurisdiction was unable to send the data to CDC or CDC was unable to process the data. -: No reported cases — The reporting jurisdiction did not submit any cases to CDC. N: Not reportable — The disease or condition was not reportable by law, statute, or regulation in the reporting jurisdiction. NN: Not nationally notifiable — This condition was not designated as being nationally notifiable. NP: Nationally notifiable but not published. NC: Not calculated — There is insufficient data available to support the calculation of this statistic. Cum: Cumulative year-to-date counts. Max: Maximum — Maximum case count during the previous 52 weeks.

    --- Original source retains full ownership of the source dataset ---

  14. Compositional Data Analysis: A Comprehensive Guide to Using CoDaPack in...

    • osf.io
    • data.mendeley.com
    Updated Aug 8, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ricardo Valls (2024). Compositional Data Analysis: A Comprehensive Guide to Using CoDaPack in Geochemistry Part I. [Dataset]. http://doi.org/10.17605/OSF.IO/NYVCJ
    Explore at:
    Dataset updated
    Aug 8, 2024
    Dataset provided by
    Center for Open Sciencehttps://cos.io/
    Authors
    Ricardo Valls
    Description

    In the realm of geochemistry, compositional data analysis (CoDa) plays a crucial role in understanding the relationships between distinct elements in mineral samples. This blog post will explore the effective use of CoDaPack, a specialized software designed for analyzing compositional data. We will cover essential steps, including data preparation, import, transformation, grouping, exporting, and principal component analysis, providing a detailed overview of how to utilize CoDaPack for insightful geochemical analysis.

  15. G

    Washington Geothermal Play Fairway Analysis Data From Potential Field...

    • gdr.openei.org
    • data.openei.org
    • +4more
    archive
    Updated Dec 20, 2017
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Megan Anderson; Brent Ritzinger; Jonathan Glen; William Schermerhorn; Megan Anderson; Brent Ritzinger; Jonathan Glen; William Schermerhorn (2017). Washington Geothermal Play Fairway Analysis Data From Potential Field Studies [Dataset]. http://doi.org/10.15121/1452729
    Explore at:
    archiveAvailable download formats
    Dataset updated
    Dec 20, 2017
    Dataset provided by
    USDOE Office of Energy Efficiency and Renewable Energy (EERE), Renewable Power Office. Geothermal Technologies Program (EE-4G)
    Washington Geological Survey
    Geothermal Data Repository
    Authors
    Megan Anderson; Brent Ritzinger; Jonathan Glen; William Schermerhorn; Megan Anderson; Brent Ritzinger; Jonathan Glen; William Schermerhorn
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    A recent study which adapts play fairway analysis (PFA) methodology to assess geothermal potential was conducted at three locations (Mount Baker, Mount St. Helens seismic zone, and Wind River valley) along the Washington Cascade Range (Forson et al. 2017). Potential field (gravity and magnetic) methods which can detect subsurface contrasts in physical properties, provides a means for mapping and modeling subsurface geology and structure. As part of the WA-Cascade PFA project, we performed potential field studies by collecting high-resolution gravity and ground-magnetic data, and rock property measurements to (1) identify and constrain fault geometries (2) constrain subsurface lithologic distribution (3) study fault interactions (4) identify areas favorable to hydrothermal flow, and ultimately (5) guide future geothermal exploration at each location.

  16. Comprehensive Food Security and Vulnerability Analysis 2010 - China

    • catalog.ihsn.org
    • datacatalog.ihsn.org
    Updated Mar 29, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    World Food Programme (2019). Comprehensive Food Security and Vulnerability Analysis 2010 - China [Dataset]. https://catalog.ihsn.org/catalog/4350
    Explore at:
    Dataset updated
    Mar 29, 2019
    Dataset authored and provided by
    World Food Programmehttp://da.wfp.org/
    Time period covered
    2010
    Area covered
    China
    Description

    Abstract

    According to the Food and Agricultural Organization (FAO) 123 million Chinese remained undernourished in 2003-2005. That represents 14% of the global total. UNICEF states that 7.2 million of the world's stunted children are located in China. In absolute terms, China continues to rank in the top countries carrying the global burden of under-nutrition. China must-and still can reduce under-nutrition, thus contributing even further to the global attainment of MDG1. In this context that the United Nations Joint Programme, in partnership with the Chinese government, has conducted this study. The key objective is to improve evidence of household food security through a baseline study in six pilot counties in rural China. The results will be used to guide policy and programmes aimed at reducing household food insecurity in the most vulnerable populations in China. The study is not meant to be an exhaustive analysis of the food security situation in the country, but to provide a demonstrative example of food assessment tools that may be replicated or scaled up to other places.

    Geographic coverage

    Six rural counties

    Analysis unit

    • Household
    • Village

    Universe

    The survey covered household heads and women between 15-49 years resident of that household. A household is defined as a group of people currently living and eating together "under the same roof" (or in same compound if the household has 2 structures).

    Kind of data

    Sample survey data [ssd]

    Sampling procedure

    The required sample size for the survey was calculated using standard sample size calculations with each county representing a stratum. After the sample size was calculated, a two-stage clustering approach was applied. The first stage is the selection of villages using the probability proportional to size (PPS) method to create a self-weighted sample in which larger population clusters (villages) have a greater chance of selection, proportional to their size. Following the selection of the villages, 12 households within the village were selected using simple random selection.

    Sampling deviation

    Floods and landslides prevented the team from visiting two of the selected villages, one in Wuding and one in Panxian, so they substituted them with replacement villages.

    Mode of data collection

    Face-to-face [f2f]

    Research instrument

    The household questionnaire was administered to all households in the survey and included modules on demography, education, migration and remittances, housing and facilities, household assets, agricultural, income activities, expenditure, food sources and consumption, shocks and coping strategies.

    The objective of the village questionnaire was to gather contextual information on the six counties for descriptive purposes. In each village visited, a focus group discussion took place on topics including: population of the village, migrants, access to social services such as education and health, infrastructure, access to markets, difficulties facing the village, information on local agricultural practices.

    The questionnaires were developed by WFP and Chinese Academy of Agricultural Sciences (CAAS) with inputs from partnering agencies. They were originally formulated in English and then translated into Mandarin. They were pilot tested in the field and corrected as needed. The final interviews were administered in Mandarin with translation provided in the local language when needed.

    All questionnaires and modules are provided as external resources.

    Cleaning operations

    After data collection, data entry was carried out by CAAS staff in Beijing using EpiData software. The datasets were then exported into SPSS for analysis. Data cleaning was an iterative process throughout the data entry and analysis phases.

    Descriptive analysis, correlation analysis, principle component analysis, cluster analysis and various other forms of analyses were conducted using SPSS.

  17. w

    Data from: Integrated circuit failure analysis : a guide to preparation...

    • workwithdata.com
    Updated May 10, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Work With Data (2023). Integrated circuit failure analysis : a guide to preparation techniques [Dataset]. https://www.workwithdata.com/object/integrated-circuit-failure-analysis-a-guide-to-preparation-techniques-book-by-friedrich-beck-1927
    Explore at:
    Dataset updated
    May 10, 2023
    Dataset authored and provided by
    Work With Data
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Integrated circuit failure analysis : a guide to preparation techniques is a book. It was written by Friedrich Beck and published by Wiley in 1998.

  18. U

    US Business Intelligence Market Report

    • promarketreports.com
    doc, pdf, ppt
    Updated Jan 8, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Pro Market Reports (2025). US Business Intelligence Market Report [Dataset]. https://www.promarketreports.com/reports/us-business-intelligence-market-8130
    Explore at:
    pdf, ppt, docAvailable download formats
    Dataset updated
    Jan 8, 2025
    Dataset authored and provided by
    Pro Market Reports
    License

    https://www.promarketreports.com/privacy-policyhttps://www.promarketreports.com/privacy-policy

    Time period covered
    2025 - 2033
    Area covered
    Global, United States
    Variables measured
    Market Size
    Description

    The size of the US Business Intelligence Market was valued at USD 19942.01 million in 2023 and is projected to reach USD 38369.43 million by 2032, with an expected CAGR of 9.80% during the forecast period. Business Intelligence (BI) refers to the technologies, processes, and practices used to collect, analyze, and present business data in a meaningful way to support decision-making within an organization. BI involves a wide range of tools and techniques, including data mining, reporting, performance management, analytics, and querying, to convert raw data into actionable insights. By integrating data from various sources such as internal databases, external data providers, and cloud platforms, BI enables companies to gain a comprehensive view of their operations, market trends, customer behavior, and financial performance. This growth is driven by factors such as the increasing adoption of data-driven decision-making, the need for real-time insights, and advancements in artificial intelligence (AI) and machine learning (ML) technologies. The market benefits from the integration of BI with other technologies such as cloud computing, big data, and the Internet of Things (IoT). Additionally, government initiatives promoting data transparency and accountability, as well as rising data security concerns, are contributing to the growth of the US Business Intelligence Market. Recent developments include: In January 2023, Microsoft launched Power Bl in Microsoft Teams to enhance user experiences. The announcements include three new features: rich broadcast cards for Chat in Microsoft Teams, an update for classic Power Bl tabs for Channels 2.0, and listening to and learning from experiences and requirements., In December 2022, Tableau released its improved Tableau 2022.4 for business users and analysts to discover insights. It automates the creation, analysis, and communication of insights through data stories like Data Change Radar, Data Guide, and Explain the Viz., In November 2022, Qlik introduced a new cloud-based data integration platform. The sophisticated platform as a service brings together catalog capabilities and data preparation in one place. The new integration enables firms to do real-time data analysis. The advanced platform includes a number of services that combine to form a data fabric, connecting data sources and providing an organization with an integrated view of its data.. Notable trends are: Increased capital infusion promotes market growth.

  19. Data from: Analysis of Web Browsing Data: A Guide

    • osf.io
    Updated Mar 10, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bernhard Clemm von Hohenberg (2024). Analysis of Web Browsing Data: A Guide [Dataset]. http://doi.org/10.17605/OSF.IO/M3U9P
    Explore at:
    Dataset updated
    Mar 10, 2024
    Dataset provided by
    Center for Open Sciencehttps://cos.io/
    Authors
    Bernhard Clemm von Hohenberg
    Description

    No description was included in this Dataset collected from the OSF

  20. N

    Income Bracket Analysis by Age Group Dataset: Age-Wise Distribution of...

    • neilsberg.com
    csv, json
    Updated Feb 25, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Neilsberg Research (2025). Income Bracket Analysis by Age Group Dataset: Age-Wise Distribution of California, MO Household Incomes Across 16 Income Brackets // 2025 Edition [Dataset]. https://www.neilsberg.com/insights/california-mo-median-household-income-by-age/
    Explore at:
    csv, jsonAvailable download formats
    Dataset updated
    Feb 25, 2025
    Dataset authored and provided by
    Neilsberg Research
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    California, Missouri
    Variables measured
    Number of households with income $200,000 or more, Number of households with income less than $10,000, Number of households with income between $15,000 - $19,999, Number of households with income between $20,000 - $24,999, Number of households with income between $25,000 - $29,999, Number of households with income between $30,000 - $34,999, Number of households with income between $35,000 - $39,999, Number of households with income between $40,000 - $44,999, Number of households with income between $45,000 - $49,999, Number of households with income between $50,000 - $59,999, and 6 more
    Measurement technique
    The data presented in this dataset is derived from the U.S. Census Bureau American Community Survey (ACS) 2019-2023 5-Year Estimates. It delineates income distributions across 16 income brackets (mentioned above) following an initial analysis and categorization. Using this dataset, you can find out the total number of households within a specific income bracket along with how many households with that income bracket for each of the 4 age cohorts (Under 25 years, 25-44 years, 45-64 years and 65 years and over). For additional information about these estimations, please contact us via email at research@neilsberg.com
    Dataset funded by
    Neilsberg Research
    Description
    About this dataset

    Context

    The dataset presents the the household distribution across 16 income brackets among four distinct age groups in California: Under 25 years, 25-44 years, 45-64 years, and over 65 years. The dataset highlights the variation in household income, offering valuable insights into economic trends and disparities within different age categories, aiding in data analysis and decision-making..

    Key observations

    • Upon closer examination of the distribution of households among age brackets, it reveals that there are 125(6.20%) households where the householder is under 25 years old, 621(30.79%) households with a householder aged between 25 and 44 years, 595(29.50%) households with a householder aged between 45 and 64 years, and 676(33.52%) households where the householder is over 65 years old.
    • The age group of 45 to 64 years exhibits the highest median household income, while the largest number of households falls within the 65 years and over bracket. This distribution hints at economic disparities within the city of California, showcasing varying income levels among different age demographics.
    Content

    When available, the data consists of estimates from the U.S. Census Bureau American Community Survey (ACS) 2019-2023 5-Year Estimates.

    Income brackets:

    • Less than $10,000
    • $10,000 to $14,999
    • $15,000 to $19,999
    • $20,000 to $24,999
    • $25,000 to $29,999
    • $30,000 to $34,999
    • $35,000 to $39,999
    • $40,000 to $44,999
    • $45,000 to $49,999
    • $50,000 to $59,999
    • $60,000 to $74,999
    • $75,000 to $99,999
    • $100,000 to $124,999
    • $125,000 to $149,999
    • $150,000 to $199,999
    • $200,000 or more

    Variables / Data Columns

    • Household Income: This column showcases 16 income brackets ranging from Under $10,000 to $200,000+ ( As mentioned above).
    • Under 25 years: The count of households led by a head of household under 25 years old with income within a specified income bracket.
    • 25 to 44 years: The count of households led by a head of household 25 to 44 years old with income within a specified income bracket.
    • 45 to 64 years: The count of households led by a head of household 45 to 64 years old with income within a specified income bracket.
    • 65 years and over: The count of households led by a head of household 65 years and over old with income within a specified income bracket.

    Good to know

    Margin of Error

    Data in the dataset are based on the estimates and are subject to sampling variability and thus a margin of error. Neilsberg Research recommends using caution when presening these estimates in your research.

    Custom data

    If you do need custom data for any of your research project, report or presentation, you can contact our research staff at research@neilsberg.com for a feasibility of a custom tabulation on a fee-for-service basis.

    Inspiration

    Neilsberg Research Team curates, analyze and publishes demographics and economic data from a variety of public and proprietary sources, each of which often includes multiple surveys and programs. The large majority of Neilsberg Research aggregated datasets and insights is made available for free download at https://www.neilsberg.com/research/.

    Recommended for further research

    This dataset is a part of the main dataset for California median household income by age. You can refer the same here

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Trinh Nguyen; Pascal Vrticka; Stefanie Hoehl (2024). A Guide to Parent-Child fNIRS Hyperscanning Data Analysis [Dataset]. http://doi.org/10.17605/OSF.IO/WSPZ4
Organization logo

Data from: A Guide to Parent-Child fNIRS Hyperscanning Data Analysis

Related Article
Explore at:
4 scholarly articles cite this dataset (View in Google Scholar)
Dataset updated
Jun 20, 2024
Dataset provided by
Center for Open Sciencehttps://cos.io/
Authors
Trinh Nguyen; Pascal Vrticka; Stefanie Hoehl
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Description

Online repository for data and scripts for methods article "A guide to Parent-Child fNIRS Hyperscanning Data Analysis" in Sensors

Search
Clear search
Close search
Google apps
Main menu