Skip to content
View ninadicara's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ninadicara

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ninadicara/README.md

Hello! ✨

I'm Nina (she/her), a post doc at the University of Bristol.
My research is in the field of mental health data science, which uses data science methods to understand mental health better.

You'll find the work on my profile falls into three categories:

  • research software for running studies (usually in Python 🐍)
  • data analysis (usually in R πŸ΄β€β˜ οΈ )
  • manuscripts and reports (usually in .Rmd or LaTeX)

I also spend a lot of time working on repositories on my lab group's page, where you'll find more work on webapps, and with Data Ethics Club where you'll find our lovely community of ethics-inclined data people!

Please feel free to email me, find me on Twitter or have a look at my website.
πŸ’Œ ninadicara@protonmail.com
🐦 @ninadicara
🌐 ninadicara.co.uk

Pinned

  1. very-good-science/data-ethics-club very-good-science/data-ethics-club Public

    A reading list and fortnightly discussion group designed to provoke discussion about ethical applications of, and processes for, data science.

    Python 75 12

  2. very-good-science/data-hazards very-good-science/data-hazards Public

    Data Hazards is a project to find a shared vocabulary for talking about worst-case scenarios of data science - and to use that vocabulary to help people understand and avoid Data Hazards.

    HTML 29 13

  3. DynamicGenetics/COVID-19-Community-Response DynamicGenetics/COVID-19-Community-Response Public

    Mapping community support in Wales during the COVID-19 pandemic

    CSS 5

  4. DynamicGenetics/Mood-Music DynamicGenetics/Mood-Music Public

    A web platform and framework to manage an EMA study with Spotify and Twilio integration (in development)

    Python 2

  5. DynamicGenetics/Spotify-Rehydrator DynamicGenetics/Spotify-Rehydrator Public

    A simple package for developing a full dataset of track features from self-requested Spotify data 🌱

    Python

  6. Generate a semi-randomised EMA schedule Generate a semi-randomised EMA schedule
    1
    # EMA Scheduler
    2
    The `ema_schedule` module defines a class that produces a schedule for EMA 'beeps' (survey time points). 
    3
    This version does not contain 'sense-checking' for the arguments inputs. 
    4
    
                  
    5
    It expects start_time and end_time as floats that represent 24 hour time (i.e. `4.30pm` would be entered as `16.5`)