Skip to content
View gongcastro's full-sized avatar
👁️
👁️

Block or report gongcastro

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
gongcastro/README.md

📙 Developmental psycholinguist and cognitive scientist. I post stuff on Python, R, Julia and statistics on my blog.

  • Post-doctoral researcher at Institut de Recerca Sant Joan de Déu (Barcelona, Spain)
  • Interested in language acquisition, bilingualism, fNIRS, and (Bayesian) stats

🚀 Find me in r-universe!

:name status badge :total status badge


Gong Castro's GitHub stats


📫 Get in contact at gongarciacastro@gmail.com or on Twitter (@gongcastro) or Mastodon!

You can also take a look at some code snippets I made at my Gists.

Pinned Loading

  1. NeuroDevCo/pymbrola NeuroDevCo/pymbrola Public

    A Python front-end for the MBROLA speech synthesizer.

    Python

  2. cognate-beginnings cognate-beginnings Public

    A repository for the "Cognate beginnings to bilingual lexical acquisition" study

    TeX 6

  3. thesis thesis Public

    My thesis dissertation at Universtat Pompeu Fabra (2024).

    TeX

  4. bvq bvq Public

    Development package for the Barcelona Vocabulary Questionnaire (BVQ)

    R 1

  5. Install MBROLA Install MBROLA
    1
    #! /bin/bash
    2
    
                  
    3
    # Get latest release info
    4
    REPO="numediart/MBROLA"
    5
    RELEASE=$(curl --silent "https://api.github.com/repos/${REPO}/releases/latest" | grep -Po "(?<=\"tag_name\": \").*(?=\")")