Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More data and information on being listed.
  • Loading branch information
mikeal committed Nov 28, 2015
commit 12a23cfaf890ad616e26caf1d9a00db0945ac07a
2 changes: 2 additions & 0 deletions layouts/events.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<span class="key-nodeschool" data-i18n="events-nodeschool">NodeSchool</span>
<span class="key-conference" data-i18n="events-conference">Conference</span>
</div>

<div class="main-content">{{{contents}}}</div>

{{#each regions}}
<div class="region">
Expand Down
70 changes: 69 additions & 1 deletion locale/en/get-involved/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,27 @@ regions:
lat: 41.400001525878906
who: React Fans
- region: Asia
conferences:
- name: 'NodeFest (東京Node学園祭)'
desc: NodeFest is a yearly conference in Tokyo organized by the Node.js Japan user group.
link: http://nodefest.jp/2015/
twitter: nodefest
lat: 35.6580415
lon: 139.6960736
location: '〒150-0043 東京都渋谷区道玄坂1丁目12番1号 渋谷マークシティ ウエスト13階'
- name: JSConf.asia
location: 'reddot design museum, Singapore, Singapore'
link: http://jsconf.asia
desc: JSConf.Asia brings Southeast Asia's open web developer community together to exchange, to learn and entertain.
lat: 1.2782037
lon: 103.843435
twitter: jsconfasia
- name: JSConf.cn
location: China
link: http://jsconf.cn/
desc: Yearly JavaScript community conference.
lat: 22.5341176
lon: 113.9064642
nodeschools:
- name: Pune Nodeschool
location: 'Pune, IN'
Expand Down Expand Up @@ -4889,6 +4910,34 @@ regions:
lat: 31.780000686645508
who: programmers
- region: Europe
conferences:
- name: NodeConf.eu
desc: Yearly NodeConf in Waterford, Ireland.
link: http://nodeconf.eu
lat: 52.2533703
lon: -7.0593531
- name: NodeConf Barcelona
desc: Yearly NodeConf in Bercelona, Spain.
link: http://barcelona.nodeconf.com/
lat: 41.3870295
lon: 2.1693952
location: Mobile World Centre, Barcelona, Spain
- name: NodeConf Oslo
link: http://oslo.nodeconf.com/
desc: Yearly Norwegian NodeConf.
lat: 59.8937806
lon: 10.6450355
- name: nodejsconf.it
link: http://nodejsconf.it/
desc: Yearly Italian conference.
lat: 45.4639833
lon: 10.534382
- name: JSConf.eu
link: http://jsconf.eu
desc: Yearly JavaScript conference in Berlin, Germany.
location: Radial System V, Berlin, Germany.
lat: 52.5102922
lon: 13.4286193
nodeschools:
- name: Amsterdam NodeSchool
location: 'Amsterdam, NL'
Expand Down Expand Up @@ -17346,6 +17395,17 @@ regions:
location: 'Walker Creek Ranch, Marin County, CA, USA'
lat: 38.1665953
lon: -122.8083025
- name: Empire Node
link: http://2015.empirenode.org/
desc: Yearly Node.js conference in New York City.
lat: 40.704031
lon: -74.013747
location: National Museum of the American Indian, NYC, NY
- name: EmpireJS
desc: Yearly JS Conference in New York City.
lat: 40.704031
lon: -74.013747
location: National Museum of the American Indian, NYC, NY
- name: Node Community Convention
dates:
- 2016-01-26T00:00:00.000Z
Expand Down Expand Up @@ -32407,4 +32467,12 @@ regions:
lat: -37.810001373291016
who: Members

---
---

## Not seeing your event listed?

We periodically pull data from [meetup.com](meetup.com) and [nodeschool.io](nodeschool.io), so if
your meetup or workshop is listed there it will show up. If you aren't listed on those sites, or
you are the organizer of a conference that is not listed, you can add it manually by editing
[events.md](https://github.com/nodejs/nodejs.org/blob/master/locale/en/get-involved/events.md)
and sending a pull request to the [website repo](https://github.com/nodejs/nodejs.org).