Skip to content

Instantly share code, notes, and snippets.

View djbarnwal's full-sized avatar

Dhiraj Barnwal djbarnwal

View GitHub Profile
@djbarnwal
djbarnwal / new_format
Last active November 17, 2017 12:09
New format for papers
{
"title" : "A Framework for MT and Multilingual NLG Systems Based on Uniform Lexico-Structural Processing",
"authors" : [
{
"name_list" : [
"benoit lavoie"
],
"id" : 15
},
{
{
"affiliation_id" : 8684,
"papers" : [
{
"collab_auths" : [],
"paper_title" : "Modelling Early Language Acquisition Skills: Towards a General Statistical Learning Mechanism",
"paper_id" : "E09-3001",
"paper_year" : 2009,
"citations" : 2
},
"cocited": [
{
"paper_id": "W12-3201"
},
{
"paper_id": "C90-3033"
}
]
Should be rather
@djbarnwal
djbarnwal / conference.json
Created December 12, 2017 10:34
Conference JSON
{
"last_held" : 2016,
"impact" : {
"2010" : 1,
"2011" : 1,
"2012" : 1,
"2013" : 1,
"2014" : 1,
"2015" : 1,
"2016" : 1,
export const mapping = [
{name: "Somename", color: "#8884d8" },
{name: "Somename", color: "#82ca9d" },
{name: "Somename", color: "#1abc9c" },
{name: "Somename", color: "#2ecc71" },
{name: "Somename", color: "#3498db" },
{name: "Somename", color: "#9b59b6" },
{name: "Somename", color: "#34495e" },
{name: "Somename", color: "#16a085" },
{name: "Somename", color: "#27ae60" },
@djbarnwal
djbarnwal / happiness.csv
Last active March 13, 2018 19:22
World Happiness report
Overall Rank Change in rank Country Score Change in score GDP per capita Social support Healthy life expectancy Freedom to make life choices Generosity Trust Residual
1 3 Norway 7.537 0.039 1.616 1.534 0.797 0.635 0.362 0.316 2.277
2 -1 Denmark 7.522 -0.004 1.482 1.551 0.793 0.626 0.355 0.401 2.314
3 0 Iceland 7.504 0.003 1.481 1.611 0.834 0.627 0.476 0.154 2.323
4 -2 Switzerland 7.494 -0.015 1.565 1.517 0.858 0.620 0.291 0.367 2.277
5 0 Finland 7.469 0.056 1.444 1.540 0.809 0.618 0.245 0.383 2.430
6 1 Netherlands 7.377 0.038 1.504 1.429 0.811 0.585 0.470 0.283 2.295
7 -1 Canada 7.316 -0.088 1.479 1.481 0.835 0.611 0.436 0.287 2.187
8 0 New Zealand 7.314 -0.020 1.406 1.548 0.817 0.614 0.500 0.383 2.046
9 0 Australia 7.284 -0.029 1.484 1.510 0.844 0.602 0.478 0.301 2.065
@djbarnwal
djbarnwal / happiness_index.csv
Created April 30, 2018 10:22
Data from World Happiness Report 2018
Overall Rank Country Score GDP per capita Social support Healthy life expectancy Freedom to make life choices Generosity Perceptions of corruption
1 Finland 7.632 1.305 1.592 0.874 0.681 0.192 0.393
2 Norway 7.594 1.456 1.582 0.861 0.686 0.286 0.340
3 Denmark 7.555 1.351 1.590 0.868 0.683 0.284 0.408
4 Iceland 7.495 1.343 1.644 0.914 0.677 0.353 0.138
5 Switzerland 7.487 1.420 1.549 0.927 0.660 0.256 0.357
6 Netherlands 7.441 1.361 1.488 0.878 0.638 0.333 0.295
7 Canada 7.328 1.330 1.532 0.896 0.653 0.321 0.291
8 New Zealand 7.324 1.268 1.601 0.876 0.669 0.365 0.389
9 Sweden 7.314 1.355 1.501 0.913 0.659 0.285 0.383
@djbarnwal
djbarnwal / happiness_data.csv
Last active May 1, 2018 07:12
Happiness Index data
Country Region indicator Happiness score Dystopia and residual GDP per capita Social support Healthy life expectancy Freedom to make life choices Generosity Perceptions of corruption
Afghanistan South Asia 3.632 2.196 0.332 0.537 0.255 0.085 0.191 0.036
Albania Central and Eastern Europe 4.586 1.462 0.916 0.817 0.790 0.419 0.149 0.032
Algeria Middle East and North Africa 5.295 2.209 0.979 1.154 0.687 0.077 0.055 0.135
Angola Sub-Saharan Africa 3.795 1.531 0.730 1.125 0.269 0.000 0.079 0.061
Argentina Latin America and Caribbean 6.388 2.418 1.073 1.468 0.744 0.570 0.062 0.054
Armenia Commonwealth of Independent States 4.321 1.483 0.816 0.990 0.666 0.260 0.077 0.028
Australia North America and ANZ 7.272 2.139 1.340 1.573 0.910 0.647 0.361 0.302
Austria Western Europe 7.139 2.319 1.341 1.504 0.891 0.617 0.242 0.224
Azerbaijan Commonwealth of Independent States 5.201 1.776 1.024 1.161 0.603 0.430 0.031 0.176
@djbarnwal
djbarnwal / example-notebook-2.html
Created May 19, 2018 21:05
Example Notebook 2
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Example Notebook 2 - iodide</title>
<link rel="stylesheet" type="text/css" href="iodide.dev.css">
</head>
<body>
<script id="jsmd" type="text/jsmd">
%% meta
@djbarnwal
djbarnwal / example-notebook.html
Last active May 24, 2018 08:54
Example Notebook
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Example Notebook - iodide</title>
<link rel="stylesheet" type="text/css" href="iodide.dev.css">
</head>
<body>
<script id="jsmd" type="text/jsmd">
%% meta