Skip to content

Instantly share code, notes, and snippets.

View auremoser's full-sized avatar
🐙

Aurelia Moser auremoser

🐙
View GitHub Profile
@auremoser
auremoser / graph.md
Last active December 27, 2018 17:16
Parsons: Webgraphs
@auremoser
auremoser / you-are-where.md
Last active November 30, 2018 18:31
links and notes from Fluent Conf talk 2018

Here are some notes and references this talk at O'Reilly's Fluent 2018

June 14th, 1:10-1:30pm

TITLE

you are [w]here?: geospatial web dev off the beaten

DESCRIPTION

The meaning of "map" across disciplines is remarkably varied. It's effectively a spatial representation of geo-topography, a linking between tables by foreign key, a datatype in C++... Today, coders make creative use of custom basemaps and clever scripting methods, building remarkable maps of multivariate information off-the-(beaten) geographic projection. Many have designed and published interactive maps of cemetery burial plots, galactic drawings of the Star Wars Universe, sequence maps of human genes, heatmaps of court traffic during the NBA finals, fantasy landscapes from deeply fake stats.

@auremoser
auremoser / hmwk.md
Last active September 19, 2018 17:45
SVA-DSI Homework

This is a template for your homework assignments // lowercase items are ones you fill in with relevant data

date

name

course name

INTRODUCTION

@auremoser
auremoser / maas.md
Created May 23, 2018 22:45
maastricht

hoi hoi.

to do

  • Vrijthof, de kapel van Maria Sterre der Zee (honderden kaarsjes) de Helpoort en het Jekerkwartier en Jekerdal
  • pleintjes en terrasjes + mooie wandeling
  • VVV
  • Bonnefantenmuseum - Avenue Ceramique 250, 6221 KX Maastricht | 11:00-17:00
  • de Servaasbrug - mooieste en oudste brug van Nederland
  • Stokstraat of "aan de overkant van de Maas, is het erg leuk winkelen. Genoeg te doen!"

FIRST NAME, LAST NAME
QUANT HUMANISTS
SPRING 2018
DD MM YYYY

Assignment ##: Title of Assignment (e.g. Initial thoughts on self-tracking experiment), link to assignment header in week X

here you can put in an introduction to what your assignment topic is

@auremoser
auremoser / index.html
Last active March 17, 2018 23:14
Template - Highcharts
<!DOCTYPE html>
<html>
<head>
<title>Monthly Temp</title>
<!-- Load JQuery -->
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<meta charset="utf-8">

we tried to include the datatype next to each question. for reference token is the word the Reporter App uses for terms, because they are indexed in your app and you can auto-complete to use them again.

top voted questions 💕

  • What are the difference between physical/mental residencies? free text/token
  • Numerical difference between digital vs physical interactions? number
  • Did you dream last night? multiple choice: dream, nightmare, nothing
  • Observe what I'm already tracking to determine what I'm interested in.general indexing practice
  • How much time do you spend with your family? count
  • What does my brain respond positively too? token/free text (check out open science eeg)
  • How often did you say thank you/sorry? count

FIRST NAME, LAST NAME
QUANT HUMANISTS
SPRING 2018
DD MM YYYY

Assignment ##: Title of Assignment (e.g. Initial thoughts on self-tracking experiment), link to assignment header in week X

here you can put in an introduction to what your assignment topic is

@auremoser
auremoser / a_maps.md
Last active January 5, 2018 22:20
DSI - Maps Class
@auremoser
auremoser / index.html
Last active October 19, 2017 20:29
Combination Highchart
<!DOCTYPE html>
<html>
<head>
<title>Licensing Center Customer Data</title>
<!-- Load JQuery -->
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<meta charset="utf-8">