Skip to content
View jzmejia's full-sized avatar

Block or report jzmejia

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
jzmejia/README.md

Hi there, I'm Jess 👩‍💻

I'm a glaciologist ❄️


Connect with me


what i've been using lately..

Top Langs

a bit more about me

const name = 'Jessica Mejia';  
document.write("Hello World");

var status =  
{  
    learning : [Vuejs, Vuetify, Django],  
    interests: [Research, Open Source Contribution]
}

const skills = 
{
    languages   :[Python, Bash, CRBasic, Matlab, JavaScrip, LaTeX],

    ide         :[VSCode, Jupyter],

    libraries   :[Numpy, Pandas, Seaborn, Matplotlib],
}

Developer dev = new Developer(jzmejia);

while(dev.isCoding() && dev.isStuck())
{
    dev.drinkCoffee();
    dev.getWorkDone();
}

Workspaces

image image

Pinned Loading

  1. crevasse_propagation crevasse_propagation Public

    thermo-visco-elastic model for slow crevasse propagation adapted from Poinar et al., 2017

    Python 7

  2. datatools datatools Public

    A collection of data analysis tools for post-processing raw data and getting it into workable formats in python for further analysis

    Python 3 4

  3. CryoCommunity CryoCommunity Public

    CryoCommunity website

    Vue 6 4

  4. gnss_scripts gnss_scripts Public

    scripts useful in gnss data access, pre- and post- processing, and access to supplemental data

    Shell