Giter Club home page Giter Club logo

confwatch-data's Introduction

ConfWatch Logo

Discover hacking conferences around the world.

Software License Travis


This repository contains the data files for the ConfWatch project, it is from the community for the community ❤️

Contributing

You can contribute by forking this repository and adding / fixing attributes, categories, events or editions.

Attributes

The attributes folder contains JSON files representing boolean attributes of conferences editions, such attributes should be kept as simple answers to questions like:

Does this conference edition has kids friendly facilities?

Which is represented as the kids-friendly.json file:

{
	"title": "Kids Friendly",
	"description": "The event has kids friendly facilities."
}

Categories

Similarly to the attributes, the categories contains json files of the events categories, such as infosec.json:

{
	"title": "InfoSec",
	"description": "Information security."
}

Events

Events are represented as sub folders of the root events folder, each one having a main event.json file describing the main information of a conference:

{
	"title": "defcon",
	"description": "originally started in 1993, it was a meant to be a party for member of \"platinum net\", a fido protocol based hacking network out of canada. as the main u.s. hub i was helping the platinum net organizer (i forget his name) plan a closing party for all the member bbs systems and their users. he was going to shut down the network when his dad took a new job and had to move away.",
	"website": "https://www.defcon.org/",
	"categories": ["infosec"]
}

Editions

Each event has an editions subfolder containing json files for each of the past, current and ideally future editions of the given conference, for instance, here's the file events/defcon/editions/defcon-25.json:

{
	"title": "DEFCON 25",
	"type": 0,
	"description": "DEFCON 25 bla bla bla bla.",
	"website": "https://www.defcon.org/html/defcon-25/dc-25-index.html",
	"country": "US",
	"city": "Las Vegas",
	"address": "Caesar Palace Hotel",
	"starts": "2017-07-27T09:00:00+01:00",
	"ends": "2017-07-30T22:00:00+01:00",
	"tags": "defcon,defcon25,dc25",
	"attributes": [
		"code-of-conduct"
	]
}
Field Description
title The title of the edition.
type 0 for conference, 1 for camp, 2 for training
description A description of the edition.
website Edition's website.
country Country code.
city Name of the city.
address Address of the event.
starts Event start date in RFC3339 format.
ends Event end date in RFC3339 format.
tags Comma separated list of words to use as tags, for social media streams, etc.
attributes The list of attributes this event edition matches, their name should match the contents of the attributes folder.

confwatch-data's People

Contributors

evilsocket avatar megan201296 avatar janesmae avatar michelebortolotto avatar porthunter avatar fnzv avatar ethans avatar h0xt0n avatar corsac-s avatar fergofrog avatar symsymsym1 avatar tmap avatar bunturx avatar morisson avatar dephonatine avatar vinimaks avatar melon3r avatar pstirparo avatar gmellini avatar germano0 avatar gavinholt avatar thek3nger avatar dune73 avatar ajabep avatar 270f avatar beegshot avatar raesene avatar russss avatar brujoand avatar mathishammel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.