Skip to content

Commit

Permalink
Add partner conferences of SoCraTes DE
Browse files Browse the repository at this point in the history
Adds all conferences on listed on https://www.socrates-conference.de/

Adds to: Issue #5
  • Loading branch information
rradczewski committed Mar 2, 2018
1 parent ac75b56 commit bd3fe9a
Show file tree
Hide file tree
Showing 13 changed files with 125 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conferences/codefreeze.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Codefreeze",
"url": "http://www.codefreeze.fi/",
"location": {
"coordinates": [27.4315, 68.3752]
}
}
12 changes: 12 additions & 0 deletions conferences/itake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "I T.A.K.E. Unconference",
"url": "https://itakeunconf.com/",
"code-of-conduct": "https://itakeunconf.com/code-of-conduct/",
"next-date": {
"start": "2018-06-07",
"end": "2018-06-08"
},
"location": {
"coordinates": [26.09442, 44.44134]
}
}
8 changes: 8 additions & 0 deletions conferences/jscraftcamp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "JSCraftcamp",
"url": "http://jscraftcamp.org/",
"code-of-conduct": "http://jscraftcamp.org/values.html",
"location": {
"coordinates": [11.54508, 48.09682]
}
}
7 changes: 7 additions & 0 deletions conferences/scunconf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Software Craftsmanship Unconference",
"url": "http://scunconf.com/",
"location": {
"coordinates": [-84.18671, 34.14901]
}
}
8 changes: 8 additions & 0 deletions conferences/socrates-be.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "SoCraTes Belgium",
"url": "http://socratesbe.org/",
"code-of-conduct": "http://socratesbe.org/#coc",
"location": {
"coordinates": [5.58305, 50.17952]
}
}
11 changes: 11 additions & 0 deletions conferences/socrates-can.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "SoCraTes Canaries",
"url": "https://www.socracan.com/",
"next-date": {
"start": "2018-04-12",
"end": "2018-04-15"
},
"location": {
"coordinates": [-15.43075, 28.14845]
}
}
12 changes: 12 additions & 0 deletions conferences/socrates-ch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "SoCraTes Switzerland",
"url": "https://www.socrates-ch.org/",
"code-of-conduct": "https://www.socrates-ch.org/#code-of-conduct",
"next-date": {
"start": "2018-03-15",
"end": "2018-03-18"
},
"location": {
"coordinates": [10.23997, 46.79267]
}
}
9 changes: 9 additions & 0 deletions conferences/socrates-day-berlin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "SoCraTes Day Berlin",
"url": "https://www.meetup.com/Software-Craftsmanship-Berlin/",
"code-of-conduct":
"https://github.com/swkBerlin/resources/blob/master/safe_environment.md",
"location": {
"coordinates": [13.39782, 52.494]
}
}
11 changes: 11 additions & 0 deletions conferences/socrates-day-ch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "SoCraTes Day Switzerland",
"url": "http://socrates-day.ch/",
"next-date": {
"start": "2018-09-21",
"end": "2018-09-21"
},
"location": {
"coordinates": [8.55399, 47.36742]
}
}
8 changes: 8 additions & 0 deletions conferences/socrates-day-linz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "SoCraTes Day Linz",
"url": "http://socrates-conference.at/",
"code-of-conduct": "http://socrates-conference.at/en/code-of-conduct/",
"location": {
"coordinates": [14.28827, 48.29074]
}
}
8 changes: 8 additions & 0 deletions conferences/socrates-fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "SoCraTes France",
"url": "https://socrates-fr.github.io/",
"code-of-conduct": "https://socrates-fr.github.io/#portfolioModal2",
"location": {
"coordinates": [4.82806, 44.24769]
}
}
12 changes: 12 additions & 0 deletions conferences/socrates-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "SoCraTes Italy",
"url": "http://www.socrates-conference.it/",
"code-of-conduct": "http://www.socrates-conference.it/#values",
"next-date": {
"start": "2018-05-24",
"end": "2018-05-26"
},
"location": {
"coordinates": [12.57958,44.06923]
}
}
12 changes: 12 additions & 0 deletions conferences/socrates-uk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "SoCraTes UK",
"url": "http://socratesuk.org/",
"code-of-conduct": "http://confcodeofconduct.com/",
"next-date": {
"start": "2018-06-07",
"end": "2018-06-10"
},
"location": {
"coordinates": [-0.3952, 51.2127]
}
}

0 comments on commit bd3fe9a

Please sign in to comment.