Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit b736f56

Browse files
committed
docs(research-conferences): add first conference and experiment with the format
1 parent 5bdaeb4 commit b736f56

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

RESEARCH_CONFERENCES.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# Research Conferences
2+
3+
## Table of Contents
4+
5+
## Calendar
6+
7+
> **WIP**
8+
9+
## References
10+
11+
> Where to find great Research Conferences
12+
13+
- [Google Scholar's Top publications - Computer Security & Cryptography](https://scholar.google.com/citations?view_op=top_venues&hl=en&vq=eng_computersecuritycryptography)
14+
- [Google Scholar's Top publications - Databases & Information](https://scholar.google.com/citations?view_op=top_venues&hl=en&vq=eng_databasesinformationsystems)
15+
- [Google Scholar's Top publications - Computing Systems](https://scholar.google.com/citations?view_op=top_venues&hl=en&vq=eng_computingsystems)
16+
17+
## Conferences
18+
19+
#### Usenix ATC, Annual Technical Conference
20+
21+
> The USENIX Annual Technical Conference is a conference of computing professions sponsored by the USENIX association.
22+
23+
**Topics:** Systems, Network Security and Consensus.
24+
25+
**Interesting Papers Published:**
26+
27+
- [Blockstack: A Global Naming and Storage System Secured by Blockchains](https://www.usenix.org/node/196209)
28+
- [ParaFS: A Log-Structured File System to Exploit the Internal Parallelism of Flash Devices](https://www.usenix.org/node/196195)
29+
30+
**Important Dates:**
31+
32+
- Next Conference date [July 11-13, 2018](https://www.usenix.org/conference/atc18)
33+
- Call for Papers, deadline [Tuesday, February 6, 2018](https://www.usenix.org/conference/atc18/call-for-papers)
34+
- Other dates https://www.usenix.org/conference/atc18/call-for-papers
35+
36+
**Previous Editions:**
37+
38+
> All conferences - https://www.usenix.org/conferences/byname/131
39+
40+
- [June 22-24, 2016 - Denver, Colorado](https://www.usenix.org/conference/atc16)
41+
- [July 8-10, 2015 - Santa Clara, California](https://www.usenix.org/conference/atc15)
42+
- [2014](https://www.usenix.org/conference/atc14)
43+
- [2013](https://www.usenix.org/conference/atc13)
44+
- [2012](https://www.usenix.org/conference/atc12)
45+
- [2011](https://www.usenix.org/legacy/event/atc11/)
46+
- [2010](https://www.usenix.org/legacy/event/atc10/)
47+
- [2009](https://www.usenix.org/legacy/event/usenix09/)
48+
- [2008](https://www.usenix.org/legacy/event/usenix08/)
49+
- [2007](https://www.usenix.org/legacy/event/usenix07/)
50+
- [2006](https://www.usenix.org/legacy/event/usenix06/)
51+
- [2005](https://www.usenix.org/legacy/event/usenix05/)
52+
- [2004](https://www.usenix.org/legacy/event/usenix04/)
53+
- [2003](https://www.usenix.org/legacy/events/usenix2003/)
54+
- [2002](https://www.usenix.org/legacy/event/usenix02/)
55+
- [2001](https://www.usenix.org/legacy/event/usenix01/)
56+
- [2000](https://www.usenix.org/legacy/event/usenix2000/)
57+
- [1999](https://www.usenix.org/legacy/event/usenix99/)
58+
- [1998](https://www.usenix.org/legacy/publications/library/proceedings/usenix98/)
59+
- [1997](https://www.usenix.org/legacy/publications/library/proceedings/ana97/index.html)
60+
- [1996](https://www.usenix.org/legacy/publications/library/proceedings/sd96/)
61+
- [1995](https://www.usenix.org/legacy/publications/library/proceedings/neworl/index.html)
62+
- [1994 Summer](https://www.usenix.org/legacy/publications/library/proceedings/bos94/index.html)
63+
- [1994 Winter](https://www.usenix.org/legacy/publications/library/proceedings/sf94/index.html)
64+
- [1993](https://www.usenix.org/legacy/publications/library/proceedings/cinci93/)
65+
- [1992](https://www.usenix.org/legacy/publications/library/proceedings/sa92/)
66+
67+
## Template
68+
69+
```
70+
#### <Name>
71+
72+
> <short description>
73+
74+
**Topics:** <topics of the conference>
75+
76+
**Interesting Papers Published:**
77+
78+
- <insert relevant papers published to the domain we work on>
79+
- ...
80+
81+
**Important Dates:**
82+
83+
- Next Conference date <date here>
84+
- Call for Papers, deadline <date here>
85+
- Location
86+
87+
**Previous Editions:**
88+
89+
- <insert year and url of previous edition>
90+
- ...
91+
```

0 commit comments

Comments
 (0)