Author: hboutemy
Date: Mon May 11 21:41:05 2015
New Revision: 1678826
URL: http://svn.apache.org/r1678826
Log:
rename charter to shortdesc
Modified:
comdev/projects.apache.org/scripts/import/parsecommittees.py
comdev/projects.apache.org/site/json/foundation/tlps.json
Modified: comdev/projects.apache.org/scripts/import/parsecommittees.py
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/import/parsecommittees.py?rev=1678826&r1=1678825&r2=1678826&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/import/parsecommittees.py (original)
+++ comdev/projects.apache.org/scripts/import/parsecommittees.py Mon May 11
21:41:05 2015
@@ -30,8 +30,8 @@ homepages = {
'comdev': 'http://community.apache.org/',
'httpcomponents': 'http://hc.apache.org/'
}
-# charters for non-classical TLPs, that are not listed in
http://www.apache.org/#projects-list
-charters = {
+# short description for non-classical TLPs, that are not listed in
http://www.apache.org/#projects-list
+shortdescs = {
'attic': 'A home for dormant projects',
'comdev': 'Ressources to help people become involved with Apache projects',
'incubator': "Entry path into The Apache Software Foundation (ASF) for
projects and codebases wishing to become part of the Foundation's efforts",
@@ -175,14 +175,15 @@ for pmc in re.findall(r"\* .+?\s+\(est\.
print('WARN: %s not found in reporting cycles' % project)
link = '<a href="%s" title="' % homepage
- if tlp_id in charters:
- tlp['charter'] = charters[tlp_id]
+ if tlp_id in shortdescs:
+ tlp['shortdesc'] = shortdescs[tlp_id]
elif link in www:
- charter = www[(www.index(link) + len(link)):]
- charter = charter[:charter.index('">')]
- tlp['charter'] = charter
+ shortdesc = www[(www.index(link) + len(link)):]
+ shortdesc = shortdesc[:shortdesc.index('">')]
+ tlp['shortdesc'] = shortdesc
else:
print("WARN: %s (%s) missing from
http://www.apache.org/#projects-list" % (project, homepage))
+ # TODO tlp['description'] (or charter) not in committee-info.txt
# TODO tlp['retired'] not in committee-info.txt
tlps.append(tlp)
else:
Modified: comdev/projects.apache.org/site/json/foundation/tlps.json
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/foundation/tlps.json?rev=1678826&r1=1678825&r2=1678826&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/tlps.json (original)
+++ comdev/projects.apache.org/site/json/foundation/tlps.json Mon May 11
21:41:05 2015
@@ -1,7 +1,6 @@
[
{
"chair": "antelder",
-"charter": "Atom Publishing Protocol Implementation",
"committers": {
"antelder": "Anthony Elder",
"bcm": "Brian Moseley",
@@ -35,11 +34,11 @@
"rooneg",
"ugo"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Atom Publishing Protocol Implementation"
},
{
"chair": "billie",
-"charter": "Sorted, distributed key/value store",
"committers": {
"acordova": "Aaron Michael Cordova",
"afuchs": "Adam Fuchs",
@@ -95,11 +94,11 @@
"vikrams",
"vines"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Sorted, distributed key/value store"
},
{
"chair": "marrs",
-"charter": "Centralized life cycle management and deployment of OSGi based and
related modular software artifacts for distribution.",
"committers": {
"angelos": "Angelo van der Sijpt",
"bramk": "Bram de Kruijff",
@@ -131,11 +130,11 @@
"pauls",
"tonit"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Centralized life cycle management and deployment of OSGi based
and related modular software artifacts for distribution."
},
{
"chair": "bsnyder",
-"charter": "Distributed Messaging System",
"committers": {
"aco": "Adrian T. Co",
"adc": "Alan Cabrera",
@@ -217,11 +216,11 @@
"romkal",
"tabish"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Distributed Messaging System"
},
{
"chair": "smarru",
-"charter": "Workflow and Computational Job Management Middleware",
"committers": {
"amilaj": "Amila Jayasekara",
"aslom": "Alek Slominski",
@@ -279,11 +278,11 @@
"smarru",
"thilina"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Workflow and Computational Job Management Middleware"
},
{
"chair": "brondsem",
-"charter": "Forge software for hosting software projects",
"committers": {
"acs": "Alvaro del Castillo",
"alexluberg": "Alexander Luberg",
@@ -317,11 +316,11 @@
"tvansteenburgh",
"wwitzel3"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Forge software for hosting software projects"
},
{
"chair": "yusaku",
-"charter": "Hadoop cluster management",
"committers": {
"ababiichuk": "Babiichuk Andriy",
"abaranchuk": "Artem Stepanovich Baranchuk",
@@ -423,11 +422,11 @@
"xiwang",
"yusaku"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Hadoop cluster management"
},
{
"chair": "conor",
-"charter": "Java-based build tool",
"committers": {
"alexeys": "Alexey N. Solofnenko",
"antoine": "Antoine Levy-Lambert",
@@ -486,11 +485,11 @@
"stevel",
"xavier"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Java-based build tool"
},
{
"chair": "lewismc",
-"charter": "Anything to Triples",
"committers": {
"andy": "Andrew Franklin Seaborne",
"ansell": "Peter Ansell",
@@ -526,11 +525,11 @@
"szydan",
"tommaso"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Anything to Triples"
},
{
"chair": "trawick",
-"charter": "Apache Portable Runtime libraries",
"committers": {
"aaron": "Aaron Bannert",
"ake": "Allan K. Edwards",
@@ -643,11 +642,11 @@
"wrowe",
"wsanchez"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Apache Portable Runtime libraries"
},
{
"chair": "olamy",
-"charter": "Build Artifact Repository Manager",
"committers": {
"aheritier": "Arnaud Heritier",
"alecharp": "Adrien Lecharpentier",
@@ -685,11 +684,11 @@
"olamy",
"skygo"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Build Artifact Repository Manager"
},
{
"chair": "hughesj",
-"charter": "Enterprise OSGi application programming model",
"committers": {
"adc": "Alan Cabrera",
"atk": "Alan T Keane",
@@ -784,11 +783,11 @@
"violetagg",
"zoe"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Enterprise OSGi application programming model"
},
{
"chair": "bayard",
-"charter": "A home for dormant projects",
"committers": {
"bayard": "Henri Yandell",
"brett": "Brett Porter",
@@ -840,7 +839,8 @@
"upayavira",
"vgritsenko"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "A home for dormant projects"
},
{
"chair": "wfarner",
@@ -885,7 +885,6 @@
},
{
"chair": "tomwhite",
-"charter": "A Serialization System",
"committers": {
"blue": "Ryan Blue",
"brucem": "Bruce Mitchener Jr",
@@ -928,11 +927,11 @@
"thiru",
"tomwhite"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "A Serialization System"
},
{
"chair": "deepal",
-"charter": "Java SOAP Engine",
"committers": {
"ajith": "Ajith Ranabahu",
"amantaut": "Alex Mantaut",
@@ -1062,11 +1061,11 @@
"upul",
"veithen"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Java SOAP Engine"
},
{
"chair": "apurtell",
-"charter": "Apache Hadoop ecosystem integration and distribution project",
"committers": {
"abayer": "Andrew Bayer",
"apurtell": "Andrew Kyle Purtell",
@@ -1127,11 +1126,11 @@
"stevel",
"tomwhite"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Apache Hadoop ecosystem integration and distribution project"
},
{
"chair": "gjm",
-"charter": "Issue tracking, wiki and repository browser",
"committers": {
"ahorincar": "Antonia Horincar",
"andrej": "Andrej Golcov",
@@ -1178,7 +1177,8 @@
"rjollos",
"saintgermain"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Issue tracking, wiki and repository browser"
},
{
"chair": "ivank",
@@ -1201,7 +1201,6 @@
},
{
"chair": "boisvert",
-"charter": "Simple and intuitive build system for Java applications",
"committers": {
"assaf": "Assaf Arkin",
"boisvert": "Alex Boisvert",
@@ -1227,11 +1226,11 @@
"toulmean",
"vborja"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Simple and intuitive build system for Java applications"
},
{
"chair": "mbenson",
-"charter": "Apache BVal: JSR-303 Bean Validation Implementation and
Extensions",
"committers": {
"allee8285": "Albert Lee",
"carlosvara": "Carlos Vara Callau",
@@ -1269,11 +1268,11 @@
"simonetripodi",
"struberg"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Apache BVal: JSR-303 Bean Validation Implementation and
Extensions"
},
{
"chair": "cmueller",
-"charter": "Spring based Integration Framework which implements the Enterprise
Integration Patterns",
"committers": {
"acosentino": "Andrea Cosentino",
"akarpe": "Ashwin J. Karpe",
@@ -1354,11 +1353,11 @@
"slewis",
"wtam"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Spring based Integration Framework which implements the
Enterprise Integration Patterns"
},
{
"chair": "jbellis",
-"charter": "Highly scalable second-generation distributed database",
"committers": {
"alakshman": "Avinash Lakshman",
"aleksey": "Aleksey Yeschenko",
@@ -1406,11 +1405,11 @@
"slebresne",
"xedin"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Highly scalable second-generation distributed database"
},
{
"chair": "aadamchik",
-"charter": "User-friendly Java ORM with Tools",
"committers": {
"aadamchik": "Andrus Adamchik",
"amaniatis": "Aristedes Maniatis",
@@ -1447,7 +1446,8 @@
"mgentry",
"mkienenb"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "User-friendly Java ORM with Tools"
},
{
"chair": "abroekhuis",
@@ -1478,7 +1478,6 @@
},
{
"chair": "fmui",
-"charter": "CMIS (Content Managment Interoperability Services) Clients and
Servers",
"committers": {
"bchevallereau": "Benjamin Chevallereau",
"bs": "Bogdan Stefanescu",
@@ -1560,11 +1559,11 @@
"timraff",
"uncled"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "CMIS (Content Managment Interoperability Services) Clients and
Servers"
},
{
"chair": "eyang",
-"charter": "Open source data collection system for monitoring large
distributed systems.",
"committers": {
"adc": "Alan Cabrera",
"afathalla": "Ahmed Fathalla",
@@ -1603,11 +1602,11 @@
"sluangsay",
"tanjiaqi"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Open source data collection system for monitoring large
distributed systems."
},
{
"chair": "hasan",
-"charter": "Semantically linked data for OSGi",
"committers": {
"bblfish": "Henry Story",
"bdelacretaz": "Bertrand Delacretaz",
@@ -1644,11 +1643,11 @@
"rwesten",
"tommaso"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Semantically linked data for OSGi"
},
{
"chair": "sebgoa",
-"charter": "Infrastructure as a Service solution",
"committers": {
"ahmad": "Ahmad Emneina",
"ahuang": "Alex Huang",
@@ -1798,11 +1797,11 @@
"widodh",
"willchan"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Infrastructure as a Service solution"
},
{
"chair": "thorsten",
-"charter": "Web development framework: separation of concerns,
component-based",
"committers": {
"acoliver": "Andrew C. Oliver",
"ahochsteger": "Andreas Hochsteger",
@@ -1924,11 +1923,11 @@
"unico",
"vgritsenko"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Web development framework: separation of concerns,
component-based"
},
{
"chair": "ggregory",
-"charter": "Reusable Java components",
"committers": {
"adrianc": "Adrian Crum",
"adriannistor": "Adrian Nistor",
@@ -2094,11 +2093,11 @@
"tn",
"tv"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Reusable Java components"
},
{
"chair": "uli",
-"charter": "Ressources to help people become involved with Apache projects",
"committers": {
"bdelacretaz": "Bertrand Delacretaz",
"curcuru": "Shane Curcuru",
@@ -2144,11 +2143,11 @@
"tdunning",
"uli"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Ressources to help people become involved with Apache projects"
},
{
"chair": "batkinson",
-"charter": "Continuous Integration and Build Server",
"committers": {
"batkinson": "Brent Atkinson",
"brett": "Brett Porter",
@@ -2189,11 +2188,11 @@
"rinku",
"trygvis"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Continuous Integration and Build Server"
},
{
"chair": "shazron",
-"charter": "Platform for building native mobile applications using HTML, CSS
and JavaScript",
"committers": {
"abub": "Abu Obeida Bakhach",
"agrieve": "Andrew Grieve",
@@ -2330,11 +2329,11 @@
"zalun",
"zaspire"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Platform for building native mobile applications using HTML, CSS
and JavaScript"
},
{
"chair": "jan",
-"charter": "RESTful document database",
"committers": {
"andywenk": "Andy Wenk",
"bbastian": "Benjamin Bastian",
@@ -2403,11 +2402,11 @@
"twl",
"wohali"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "RESTful document database"
},
{
"chair": "brianf",
-"charter": "Comprehension and auditing of software distributions",
"committers": {
"bodewig": "Stefan Bodewig",
"brianf": "Brian E Fox",
@@ -2440,11 +2439,11 @@
"rgardler",
"sebb"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Comprehension and auditing of software distributions"
},
{
"chair": "mkwhit",
-"charter": "Simple and Efficient MapReduce Pipelines",
"committers": {
"brock": "Brock Noland",
"chaoshi": "Chao Shi",
@@ -2479,11 +2478,11 @@
"tzolov",
"vinodkv"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Simple and Efficient MapReduce Pipelines"
},
{
"chair": "chenpei",
-"charter": "Natural language processing (NLP) tool for information extraction
from electronic medical record clinical free-text",
"committers": {
"andymc": "Andrew J McMurry",
"bleeker": "Troy Bleeker",
@@ -2554,11 +2553,11 @@
"vjapache",
"vkaggal"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Natural language processing (NLP) tool for information
extraction from electronic medical record clinical free-text"
},
{
"chair": "randgalt",
-"charter": "Java libraries that make using Apache ZooKeeper easier",
"committers": {
"cammckenzie": "Cam McKenzie",
"cheddar": "Eric Tschetter",
@@ -2588,11 +2587,11 @@
"randgalt",
"zarfide"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Java libraries that make using Apache ZooKeeper easier"
},
{
"chair": "dkulp",
-"charter": "Service Framework",
"committers": {
"amichai": "Amichai Rothman",
"amichalec": "Andrzej Michalec",
@@ -2659,11 +2658,11 @@
"sergeyb",
"ulhasbhole"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Service Framework"
},
{
"chair": "myrnavl",
-"charter": "Database access",
"committers": {
"abrown": "Army",
"andyj": "Andy Jefferson",
@@ -2758,11 +2757,11 @@
"tomdz",
"tv"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Database access"
},
{
"chair": "marios",
-"charter": "RESTful cloud management interface",
"committers": {
"cctrieloff": "Carl C. Trieloff",
"clalance": "Christopher Lalancette",
@@ -2792,11 +2791,11 @@
"spark",
"woodser"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "RESTful cloud management interface"
},
{
"chair": "gpetracek",
-"charter": "Portable CDI extensions that provide useful features for Java
application developers",
"committers": {
"antoinesd": "Antoine Sabot-Durand",
"arne": "Arne Limburg",
@@ -2854,7 +2853,8 @@
"struberg",
"tandraschko"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Portable CDI extensions that provide useful features for Java
application developers"
},
{
"chair": "rezan",
@@ -2891,7 +2891,6 @@
},
{
"chair": "raffaeleguidi",
-"charter": "An off-heap cache for the Java Virtual Machine",
"committers": {
"antelder": "Anthony Elder",
"bperroud": "Benoit Perroud",
@@ -2925,11 +2924,11 @@
"tommaso",
"twilliams"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "An off-heap cache for the Java Virtual Machine"
},
{
"chair": "kayyagari",
-"charter": "Apache Directory Server",
"committers": {
"aadomowski": "Aleksander Adamowski",
"adc": "Alan Cabrera",
@@ -2997,7 +2996,8 @@
"smckinney",
"szoerner"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Apache Directory Server"
},
{
"chair": "jacques",
@@ -3053,7 +3053,6 @@
},
{
"chair": "francisdb",
-"charter": "Relational Data Persistence",
"committers": {
"benniven": "Benjamin Venditti",
"dashorst": "Martijn Dashorst",
@@ -3077,11 +3076,11 @@
"francisdb",
"reiher"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Relational Data Persistence"
},
{
"chair": "veithm",
-"charter": "Cross-platform, language- and transport-independent RPC-like
messaging framework",
"committers": {
"dixson": "James S. Dixson III",
"fitzner": "Michael Fitzner",
@@ -3109,11 +3108,11 @@
"veithm",
"ypark"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Cross-platform, language- and transport-independent RPC-like
messaging framework"
},
{
"chair": "sriksun",
-"charter": "Data management & processing platform.",
"committers": {
"ajayyadava": "Ajay Yadav",
"amareshwari": "Amareshwari Sriramadasu",
@@ -3153,11 +3152,11 @@
"suhasv",
"venkatesh"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Data management & processing platform."
},
{
"chair": "cziegeler",
-"charter": "OSGi Framework and components.",
"committers": {
"akarasulu": "Alex Karasulu",
"apanday": "Arjun Panday",
@@ -3244,11 +3243,11 @@
"tbennett",
"walkerr"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "OSGi Framework and components."
},
{
"chair": "aharui",
-"charter": "Application framework for expressive web applications that deploy
to all major browsers, desktops and devices.",
"committers": {
"aharui": "Alex Harui",
"akamud": "Mahmoud Ali Neto",
@@ -3367,7 +3366,8 @@
"tomc",
"wave"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Application framework for expressive web applications that
deploy to all major browsers, desktops and devices."
},
{
"chair": "sewen",
@@ -3416,7 +3416,6 @@
},
{
"chair": "arvind",
-"charter": "A reliable service for efficiently collecting, aggregating, and
moving large amounts of log data",
"committers": {
"abayer": "Andrew Bayer",
"ahmed": "Ahmed Radwan",
@@ -3472,11 +3471,11 @@
"roshannaik",
"will"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "A reliable service for efficiently collecting, aggregating, and
moving large amounts of log data"
},
{
"chair": "crossley",
-"charter": "Aggregated multi-channel documentation, separation of concerns",
"committers": {
"antonio": "Antonio Gallardo Rivera",
"bdube": "Brian Dube",
@@ -3527,11 +3526,11 @@
"thorsten",
"twilliams"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Aggregated multi-channel documentation, separation of concerns"
},
{
"chair": "adc",
-"charter": "Java2, Enterprise Edition (J2EE) container",
"committers": {
"adc": "Alan Cabrera",
"akulshreshtha": "Anita Kulshreshtha",
@@ -3652,11 +3651,11 @@
"xiaming",
"xuhaihong"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Java2, Enterprise Edition (J2EE) container"
},
{
"chair": "aching",
-"charter": "Iterative graph processing system built for high scalability",
"committers": {
"aching": "Avery Ching",
"apresta": "Alessandro Presta",
@@ -3695,11 +3694,11 @@
"omalley",
"ssc"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Iterative graph processing system built for high scalability"
},
{
"chair": "lewismc",
-"charter": "ORM framework for column stores such as Apache HBase and Apache
Cassandra with a specific focus on Hadoop",
"committers": {
"ab": "Andrzej Bialecki",
"ahart": "Andrew Hart",
@@ -3749,11 +3748,11 @@
"talat",
"woollard"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "ORM framework for column stores such as Apache HBase and Apache
Cassandra with a specific focus on Hadoop"
},
{
"chair": "bodewig",
-"charter": "Continuous integration of open source projects",
"committers": {
"ajack": "Adam R. B. Jack",
"antoine": "Antoine Levy-Lambert",
@@ -3791,11 +3790,11 @@
"sanders",
"sctemme"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Continuous integration of open source projects"
},
{
"chair": "cdouglas",
-"charter": "Distributed computing platform",
"committers": {
"aajisaka": "Akira Ajisaka",
"abe": "Abraham Elmahrek",
@@ -3971,11 +3970,11 @@
"zjshen",
"zshao"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Distributed computing platform"
},
{
"chair": "chl501",
-"charter": "a Bulk Synchronous Parallel computing framework on top of Hadoop",
"committers": {
"andronat": "Anastasis Andronidis",
"apurv": "Apurv Verma",
@@ -4008,11 +4007,11 @@
"tommaso",
"yxjiang"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "a Bulk Synchronous Parallel computing framework on top of Hadoop"
},
{
"chair": "apurtell",
-"charter": "Hadoop Database",
"committers": {
"acube123": "Amitanand Swaminathan Aiyer",
"anoopsamjohn": "Anoop Sam John",
@@ -4092,11 +4091,11 @@
"tedyu",
"todd"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Hadoop Database"
},
{
"chair": "kishoreg",
-"charter": "A cluster management framework for partitioned and replicated
distributed resources",
"committers": {
"chtyim": "Terence Yim",
"kanak": "Kanak Biscuitwala",
@@ -4137,11 +4136,11 @@
"vinayakb",
"zzhang"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "A cluster management framework for partitioned and replicated
distributed resources"
},
{
"chair": "cws",
-"charter": "Data warehouse infrastructure using the Hadoop Database",
"committers": {
"amareshwari": "Amareshwari Sriramadasu",
"apivovarov": "Alexander Pivovarov",
@@ -4223,11 +4222,11 @@
"vikram",
"xuefu"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Data warehouse infrastructure using the Hadoop Database"
},
{
"chair": "covener",
-"charter": "Apache Web Server (httpd)",
"committers": {
"aaron": "Aaron Bannert",
"aford": "Andrew William John Ford",
@@ -4392,11 +4391,11 @@
"wrowe",
"ylavic"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Apache Web Server (httpd)"
},
{
"chair": "asankha",
-"charter": "Java toolset of low level HTTP components",
"committers": {
"antelder": "Anthony Elder",
"asankha": "Asankha Chamath Perera",
@@ -4430,11 +4429,11 @@
"pzf",
"sebb"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Java toolset of low level HTTP components"
},
{
"chair": "tdunning",
-"charter": "Entry path into The Apache Software Foundation (ASF) for projects
and codebases wishing to become part of the Foundation's efforts",
"committers": {
"aadamchik": "Andrus Adamchik",
"aaf": "Alexei Fedotov",
@@ -6418,11 +6417,11 @@
"yegor",
"zwoop"
],
-"reporting": 0
+"reporting": 0,
+"shortdesc": "Entry path into The Apache Software Foundation (ASF) for
projects and codebases wishing to become part of the Foundation's efforts"
},
{
"chair": "danhaywood",
-"charter": "Framework for rapidly developing domain-driven apps in Java",
"committers": {
"danhaywood": "Daniel Keir Haywood",
"dslaughter": "David Slaughter",
@@ -6454,11 +6453,11 @@
"struberg",
"themalkolm"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Framework for rapidly developing domain-driven apps in Java"
},
{
"chair": "mduerig",
-"charter": "Content Repository for Java",
"committers": {
"alexkli": "Alexander Klimetschek",
"alexparvulescu": "Alexandru Parvulescu",
@@ -6554,11 +6553,11 @@
"uncled",
"unico"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Content Repository for Java"
},
{
"chair": "eric",
-"charter": "Java Apache Mail Enterprise Server",
"committers": {
"adc": "Alan Cabrera",
"andrzej": "Andrzej Rusin",
@@ -6615,11 +6614,11 @@
"sbrewin",
"vincenzo"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Java Apache Mail Enterprise Server"
},
{
"chair": "andrewp",
-"charter": "Java cloud APIs and abstractions",
"committers": {
"abayer": "Andrew Bayer",
"andreaturli": "Andrea Turli",
@@ -6661,11 +6660,11 @@
"nacx",
"silkysun"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Java cloud APIs and abstractions"
},
{
"chair": "andy",
-"charter": "Java framework for building Semantic Web applications",
"committers": {
"andy": "Andrew Franklin Seaborne",
"bimargulies": "Benson Margulies",
@@ -6697,11 +6696,11 @@
"rvesse",
"sallen"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Java framework for building Semantic Web applications"
},
{
"chair": "sebb",
-"charter": "Java performance and functional testing",
"committers": {
"epikhinm": "Mikhail Epikhin",
"fschumacher": "Felix Schumacher",
@@ -6728,11 +6727,11 @@
"sebb",
"woolfel"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Java performance and functional testing"
},
{
"chair": "juanpablo",
-"charter": "Leading open source WikiWiki engine, feature-rich and built around
standard J2EE components (Java, servlets, JSP). ",
"committers": {
"ajaquith": "Andrew R. Jaquith",
"altheim": "Murray Altheim",
@@ -6767,11 +6766,11 @@
"metskem",
"sgoeschl"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Leading open source WikiWiki engine, feature-rich and built
around standard J2EE components (Java, servlets, JSP). "
},
{
"chair": "alexoree",
-"charter": "Java implementation of the Universal Description, Discovery, and
Integration specification",
"committers": {
"alexoree": "Alex O'Ree",
"anil": "Anil Saldhana",
@@ -6795,11 +6794,11 @@
"sviens",
"tcunning"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Java implementation of the Universal Description, Discovery, and
Integration specification"
},
{
"chair": "junrao",
-"charter": "Distributed publish-subscribe messaging system",
"committers": {
"adc": "Alan Cabrera",
"cburroughs": "Chris Burroughs",
@@ -6832,11 +6831,11 @@
"nehanarkhede",
"prashanthmenon"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Distributed publish-subscribe messaging system"
},
{
"chair": "jbonofre",
-"charter": "Server-side OSGi distribution",
"committers": {
"akarasulu": "Alex Karasulu",
"anierbeck": "Achim Nierbeck",
@@ -6885,11 +6884,11 @@
"ldywicki",
"pieber"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Server-side OSGi distribution"
},
{
"chair": "kminder",
-"charter": "Simplify and normalize the deployment and implementation of secure
Hadoop clusters",
"committers": {
"cdouglas": "Christopher Douglas",
"ddas": "Devaraj Das",
@@ -6928,11 +6927,11 @@
"tbeerbower",
"venkatesh"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Simplify and normalize the deployment and implementation of
secure Hadoop clusters"
},
{
"chair": "jani",
-"charter": "A place for innovation where committers of the foundation can
experiment with new ideas",
"committers": {
"bayard": "Henri Yandell",
"bdelacretaz": "Bertrand Delacretaz",
@@ -6984,11 +6983,11 @@
"twilliams",
"twl"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "A place for innovation where committers of the foundation can
experiment with new ideas"
},
{
"chair": "tomaz",
-"charter": "Unified interface to the cloud",
"committers": {
"alex_gaynor": "Alex Gaynor",
"allard": "Allard Hoeve",
@@ -7025,11 +7024,11 @@
"tomaz",
"woodser"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Unified interface to the cloud"
},
{
"chair": "grobmeier",
-"charter": "Cross-language logging services",
"committers": {
"afester": "Andreas Fester",
"alvaro": "Alvaro Carrasco",
@@ -7081,11 +7080,11 @@
"rpopma",
"sdeboy"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Cross-language logging services"
},
{
"chair": "markrmiller",
-"charter": "Search engine library",
"committers": {
"ab": "Andrzej Bialecki",
"adrianocrestani": "Adriano Crestani Campos",
@@ -7183,11 +7182,11 @@
"vajda",
"yonik"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Search engine library"
},
{
"chair": "pnasser",
-"charter": "Search engine library targeted at .NET runtime users.",
"committers": {
"bodewig": "Stefan Bodewig",
"ccurrens": "Christopher Calvin Currens",
@@ -7219,11 +7218,11 @@
"synhershko",
"thoward"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Search engine library targeted at .NET runtime users."
},
{
"chair": "marvin",
-"charter": "Search engine library for dynamic languages",
"committers": {
"bch": "Brad C. Harder",
"dmarkham": "Dan Markham",
@@ -7260,11 +7259,11 @@
"twilkens",
"upayavira"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Search engine library for dynamic languages"
},
{
"chair": "smarthi",
-"charter": "Scalable machine learning library",
"committers": {
"adeneche": "Abdel Hakim Deneche",
"akm": "Andrew Musselman",
@@ -7313,11 +7312,11 @@
"sslavic",
"tdunning"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Scalable machine learning library"
},
{
"chair": "kwright",
-"charter": "Framework for connecting source content repositories to target
repositories or indexes.",
"committers": {
"abenedetti": "Alessandro Benedetti",
"graemes": "Graeme Seaton",
@@ -7356,11 +7355,11 @@
"shinichiro",
"simonw"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Framework for connecting source content repositories to target
repositories or indexes."
},
{
"chair": "jakob",
-"charter": "An Open Platform for Linked Data",
"committers": {
"andy": "Andrew Franklin Seaborne",
"ansell": "Peter Ansell",
@@ -7391,11 +7390,11 @@
"tkurz",
"wikier"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "An Open Platform for Linked Data"
},
{
"chair": "hboutemy",
-"charter": "Java project management and comprehension tools",
"committers": {
"agudian": "Andreas Gudian",
"aheritier": "Arnaud Heritier",
@@ -7486,11 +7485,11 @@
"vsiveton",
"wfay"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Java project management and comprehension tools"
},
{
"chair": "benh",
-"charter": "a cluster manager that provides efficient resource isolation and
sharing across distributed applications",
"committers": {
"alig": "Ali Ghodsi",
"andrew": "Andy Konwinski",
@@ -7548,7 +7547,8 @@
"woggle",
"yan"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "a cluster manager that provides efficient resource isolation and
sharing across distributed applications"
},
{
"chair": "kaspersor",
@@ -7585,7 +7585,6 @@
},
{
"chair": "jeffmaury",
-"charter": "Multipurpose Infrastructure for Network Application",
"committers": {
"adc": "Alan Cabrera",
"akarasulu": "Alex Karasulu",
@@ -7631,11 +7630,11 @@
"mwebb",
"ngn"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Multipurpose Infrastructure for Network Application"
},
{
"chair": "brock",
-"charter": "Java library that helps developers unit test Apache Hadoop map
reduce jobs",
"committers": {
"brock": "Brock Noland",
"cos": "Konstantin I Boudnik",
@@ -7672,11 +7671,11 @@
"nigel",
"phunt"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Java library that helps developers unit test Apache Hadoop map
reduce jobs"
},
{
"chair": "mkienenb",
-"charter": "JavaServer(tm) Faces implementation and components",
"committers": {
"alexanderbell": "Alexander Bell",
"aliok": "Ali Ok",
@@ -7797,11 +7796,11 @@
"weber",
"werpu"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "JavaServer(tm) Faces implementation and components"
},
{
"chair": "snagel",
-"charter": "Open Source Web Search Software",
"committers": {
"fenglu": "lufeng",
"jnioche": "Julien Nioche",
@@ -7835,11 +7834,11 @@
"tejasp",
"totaro"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Open Source Web Search Software"
},
{
"chair": "vanto",
-"charter": "Orchestration Director Engine: Business Process Management (BPM),
Process Orchestration and Workflow through service composition.",
"committers": {
"aanderson": "Aaron Anderson",
"adc": "Alan Cabrera",
@@ -7890,11 +7889,11 @@
"sathwik",
"vanto"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Orchestration Director Engine: Business Process Management
(BPM), Process Orchestration and Workflow through service composition."
},
{
"chair": "jacopoc",
-"charter": "Open for Business: enterprise automation software",
"committers": {
"adrianc": "Adrian Crum",
"apatel": "Anil Patel",
@@ -7949,11 +7948,11 @@
"sharan",
"yoavs"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Open for Business: enterprise automation software"
},
{
"chair": "chrisam",
-"charter": "OASIS OData protocol libraries",
"committers": {
"adc": "Alan Cabrera",
"anirbanroy": "Anirban Roy",
@@ -7998,11 +7997,11 @@
"tboehm",
"wave"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "OASIS OData protocol libraries"
},
{
"chair": "asanso",
-"charter": "OAuth protocol implementation in Java",
"committers": {
"asanso": "Antonio Sanso",
"djencks": "David Jencks",
@@ -8036,11 +8035,11 @@
"simonetripodi",
"tommaso"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "OAuth protocol implementation in Java"
},
{
"chair": "nmwael",
-"charter": "Development and maintenance of a set of Google Guice extensions",
"committers": {
"ash2k": "Mikhail Mazursky",
"codyaray": "Cody Ray",
@@ -8080,11 +8079,11 @@
"sclassen",
"simonetripodi"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Development and maintenance of a set of Google Guice extensions"
},
{
"chair": "magicaltrout",
-"charter": "Object Oriented Data Technology (middleware metadata)",
"committers": {
"ahart": "Andrew Hart",
"angela_wang": "Angela Wang",
@@ -8179,11 +8178,11 @@
"webb",
"woollard"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Object Oriented Data Technology (middleware metadata)"
},
{
"chair": "kamrul",
-"charter": "A workflow scheduler system to manage Apache Hadoop jobs.",
"committers": {
"anew": "Andreas Neumann",
"angeloh": "Angelo K. Huang",
@@ -8223,11 +8222,11 @@
"tucu",
"virag"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "A workflow scheduler system to manage Apache Hadoop jobs."
},
{
"chair": "joyce",
-"charter": "Climate model evaluation",
"committers": {
"ahart": "Andrew Hart",
"boustani": "Maziyar Boustani",
@@ -8295,11 +8294,11 @@
"waliser",
"whitehall"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Climate model evaluation"
},
{
"chair": "ppoddar",
-"charter": "OpenJPA: Object Relational Mapping for Java",
"committers": {
"allee8285": "Albert Lee",
"awhite": "A. Abram White",
@@ -8350,11 +8349,11 @@
"pcl",
"ppoddar"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "OpenJPA: Object Relational Mapping for Java"
},
{
"chair": "sebawagner",
-"charter": "OpenMeetings: Web-Conferencing and real-time collaboration",
"committers": {
"a_horuzhenko": "Artyom Horuzhenko",
"aaf": "Alexei Fedotov",
@@ -8407,11 +8406,11 @@
"vdegtyarev",
"yalgaer"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "OpenMeetings: Web-Conferencing and real-time collaboration"
},
{
"chair": "joern",
-"charter": "Machine learning based toolkit for the processing of natural
language text",
"committers": {
"autayeu": "Aliaksandr Autayeu",
"bgalitsky": "Boris Galitsky",
@@ -8440,11 +8439,11 @@
"joern",
"tsmorton"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Machine learning based toolkit for the processing of natural
language text"
},
{
"chair": "jani",
-"charter": "An open-source, office-document productivity suite",
"committers": {
"af": "Andre Fischer",
"akerbeltz": "Michael Bauer",
@@ -8623,11 +8622,11 @@
"robweir",
"wave"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "An open-source, office-document productivity suite"
},
{
"chair": "struberg",
-"charter": "OpenWebBeans: JSR-299 Context and Dependency Injection for Java EE
Platform Implementation",
"committers": {
"arne": "Arne Limburg",
"bergmark": "Joseph E Bergmark",
@@ -8668,7 +8667,8 @@
"struberg",
"tandraschko"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "OpenWebBeans: JSR-299 Context and Dependency Injection for Java
EE Platform Implementation"
},
{
"chair": "omalley",
@@ -8738,7 +8738,6 @@
},
{
"chair": "lehmi",
-"charter": "Java library for working with PDF documents",
"committers": {
"adam": "Adam Nichols",
"blitchfield": "Ben Litchfield",
@@ -8780,11 +8779,11 @@
"tilman",
"vfed"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Java library for working with PDF documents"
},
{
"chair": "gozer",
-"charter": "Dynamic websites using Perl",
"committers": {
"aprime": "Adam Prime",
"ask": "Ask Bjorn Hansen",
@@ -8827,7 +8826,8 @@
"stevehay",
"torsten"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Dynamic websites using Perl"
},
{
"chair": "jamestaylor",
@@ -8886,7 +8886,6 @@
},
{
"chair": "rohini",
-"charter": "Platform for analyzing large data sets",
"committers": {
"aniket486": "Aniket Namadeo Mokashi",
"billgraham": "William W. Graham Jr",
@@ -8939,11 +8938,11 @@
"sms",
"thejas"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Platform for analyzing large data sets"
},
{
"chair": "rwhitcomb",
-"charter": "Rich Internet applications in Java",
"committers": {
"brindy": "Christopher Brind",
"cbartlett": "Christopher James Bartlett",
@@ -8968,11 +8967,11 @@
"smartini",
"tvolkert"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Rich Internet applications in Java"
},
{
"chair": "yegor",
-"charter": "Java API for OLE 2 Compound and OOXML Documents",
"committers": {
"amol": "Amol S. Deshmukh",
"avik": "Avik Sengupta",
@@ -9035,11 +9034,11 @@
"wave",
"yegor"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Java API for OLE 2 Compound and OOXML Documents"
},
{
"chair": "taylor",
-"charter": "Portal technology",
"committers": {
"acoliver": "Andrew C. Oliver",
"asfgriff": "Neil Griffin",
@@ -9109,11 +9108,11 @@
"weaver",
"woonsan"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Portal technology"
},
{
"chair": "robbie",
-"charter": "Multiple language implementation of the latest Advanced Message
Queuing Protocol (AMQP)",
"committers": {
"aconway": "Alan Conway",
"agazzarini": "Andrea Gazzarini",
@@ -9201,11 +9200,11 @@
"tross",
"yoavs"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Multiple language implementation of the latest Advanced Message
Queuing Protocol (AMQP)"
},
{
"chair": "mfranklin",
-"charter": "Web and social mashup engine",
"committers": {
"ard": "Ard Schrijvers",
"asgoyal": "Ankur Goyal",
@@ -9279,11 +9278,11 @@
"woonsan",
"zhguo"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Web and social mashup engine"
},
{
"chair": "pats",
-"charter": "Jini service oriented architecture",
"committers": {
"btmurphy": "Brian Murphy",
"chrisdolan": "Chris Dolan",
@@ -9319,11 +9318,11 @@
"thobbs",
"waldo"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Jini service oriented architecture"
},
{
"chair": "snoopdave",
-"charter": "Java blog server",
"committers": {
"clr": "Craig L Russell",
"ganeshmb": "Ganesh Mathrerootham",
@@ -9349,7 +9348,8 @@
"mraible",
"snoopdave"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Java blog server"
},
{
"chair": "criccomini",
@@ -9388,7 +9388,6 @@
},
{
"chair": "coheigea",
-"charter": "XML Security in Java and C++",
"committers": {
"amattheu": "Axl Mattheus",
"blautenb": "Berin Lautenbach",
@@ -9420,11 +9419,11 @@
"raul",
"scantor"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "XML Security in Java and C++"
},
{
"chair": "ksobkowiak",
-"charter": "Enterprise Service Bus",
"committers": {
"aco": "Adrian T. Co",
"adc": "Alan Cabrera",
@@ -9505,11 +9504,11 @@
"rajdavies",
"tterm"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Enterprise Service Bus"
},
{
"chair": "rbaxter85",
-"charter": "Opensocial Reference Implementation",
"committers": {
"agektmr": "Eiji Kitamura",
"ankon": "Andreas Kohn",
@@ -9592,11 +9591,11 @@
"woodser",
"zhoresh"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Opensocial Reference Implementation"
},
{
"chair": "lhazlewood",
-"charter": "Powerful and easy-to-use application security framework",
"committers": {
"adc": "Alan Cabrera",
"bdemers": "Brian Demers",
@@ -9621,11 +9620,11 @@
"lhazlewood",
"pledbrook"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Powerful and easy-to-use application security framework"
},
{
"chair": "aestrada",
-"charter": "Spatial Information System",
"committers": {
"aestrada": "Adam Estrada",
"ahart": "Andrew Hart",
@@ -9673,11 +9672,11 @@
"smcclees",
"tlpinney"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Spatial Information System"
},
{
"chair": "cziegeler",
-"charter": "Web Framework for JCR Content Repositories",
"committers": {
"aheimoz": "Alison Heimoz",
"amitgupt": "Amit Gupta",
@@ -9739,11 +9738,11 @@
"rombert",
"stefanegli"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Web Framework for JCR Content Repositories"
},
{
"chair": "kmcgrail",
-"charter": "Mail filter to identify spam",
"committers": {
"axb": "Alex Broens",
"dlemke": "Daniel Lemke",
@@ -9786,11 +9785,11 @@
"parker",
"sidney"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Mail filter to identify spam"
},
{
"chair": "matei",
-"charter": "Fast and general engine for large-scale data processing",
"committers": {
"adav": "Aaron Davidson",
"andrew": "Andy Konwinski",
@@ -9869,11 +9868,11 @@
"woggle",
"xiajunluan"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Fast and general engine for large-scale data processing"
},
{
"chair": "arvind",
-"charter": "Bulk Data Transfer for Hadoop and Structured Datastores",
"committers": {
"abayer": "Andrew Bayer",
"abe": "Abraham Elmahrek",
@@ -9920,11 +9919,11 @@
"rvs",
"venkatrangan"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Bulk Data Transfer for Hadoop and Structured Datastores"
},
{
"chair": "fchrist",
-"charter": "Reusable components for semantic content management",
"committers": {
"adperezmorales": "Antonio David P\u00e9rez Morales",
"agruber": "Andreas Gruber",
@@ -9981,11 +9980,11 @@
"val",
"wkasper"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Reusable components for semantic content management"
},
{
"chair": "jim",
-"charter": "Apache's Python based single transferable vote software system",
"committers": {
"adc": "Alan Cabrera",
"gstein": "Greg Stein",
@@ -10011,11 +10010,11 @@
"rbowen",
"rubys"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Apache's Python based single transferable vote software system"
},
{
"chair": "ptgoetz",
-"charter": "Distributed, real-time computation system",
"committers": {
"afeng": "Andy Feng",
"arvind": "Arvind Prabhakar",
@@ -10064,7 +10063,8 @@
"wurstmeister",
"xumingming"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Distributed, real-time computation system"
},
{
"chair": "lakmal",
@@ -10164,7 +10164,6 @@
},
{
"chair": "rgielen",
-"charter": "Model 2 framework for building Java web applications",
"committers": {
"apetrelli": "Antonio Petrelli",
"apopescu": "Alexandru Popescu",
@@ -10248,11 +10247,11 @@
"wesw",
"wsmoak"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Model 2 framework for building Java web applications"
},
{
"chair": "gstein",
-"charter": "Version Control",
"committers": {
"arfrever": "Arfrever Frehtes Taifersar Arahesis",
"artagnon": "Ramkumar Ramachandra",
@@ -10384,11 +10383,11 @@
"sussman",
"trent"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Version Control"
},
{
"chair": "hiranya",
-"charter": "Enterprise Service Bus and Mediation Framework",
"committers": {
"ajith": "Ajith Ranabahu",
"antelder": "Anthony Elder",
@@ -10453,11 +10452,11 @@
"uswick",
"veithen"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Enterprise Service Bus and Mediation Framework"
},
{
"chair": "ilgrosso",
-"charter": "Managing digital identities in enterprise environments",
"committers": {
"andreapatricelli": "Andrea Patricelli",
"anzelld": "Dino Anzellotti",
@@ -10495,11 +10494,11 @@
"massi",
"mdisabatino"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Managing digital identities in enterprise environments"
},
{
"chair": "hyunsik",
-"charter": "Big data warehouse system on Hadoop",
"committers": {
"ahenrick": "Alvin Derek Henrick",
"akarasulu": "Alex Karasulu",
@@ -10542,11 +10541,11 @@
"swkim",
"yliu"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Big data warehouse system on Hadoop"
},
{
"chair": "hlship",
-"charter": "Component-based Java Web Application Framework",
"committers": {
"andyhot": "Andreas Andreou",
"bdotte": "Benjamin Dotte",
@@ -10591,11 +10590,11 @@
"thiagohp",
"uli"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Component-based Java Web Application Framework"
},
{
"chair": "mxmanghi",
-"charter": "Dynamic websites using TCL",
"committers": {
"andydoerr": "Andy Doerr",
"bhdec": "Brice B. Hamon",
@@ -10630,11 +10629,11 @@
"ridruejo",
"ronnie"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Dynamic websites using TCL"
},
{
"chair": "hitesh",
-"charter": "High-performance and scalable distributed data processing
framework",
"committers": {
"acmurthy": "Arun Murthy",
"bikas": "Bikas Saha",
@@ -10708,11 +10707,11 @@
"vikram",
"vinodkv"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "High-performance and scalable distributed data processing
framework"
},
{
"chair": "jfarrell",
-"charter": "Framework for scalable cross-language services development",
"committers": {
"aditya": "Aditya Agarwal",
"bencraig": "Ben Craig",
@@ -10763,7 +10762,8 @@
"todd",
"upayavira"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Framework for scalable cross-language services development"
},
{
"chair": "dmeikle",
@@ -10831,7 +10831,6 @@
},
{
"chair": "mck",
-"charter": "A templating framework for web application user interfaces",
"committers": {
"apetrelli": "Antonio Petrelli",
"craigmcc": "Craig R. McClanahan",
@@ -10859,11 +10858,11 @@
"nlebas",
"wsmoak"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "A templating framework for web application user interfaces"
},
{
"chair": "mturk",
-"charter": "A Java Servlet and JSP Container",
"committers": {
"amyroh": "Amy Roh",
"bayard": "Henri Yandell",
@@ -10933,11 +10932,11 @@
"schultz",
"violetagg"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "A Java Servlet and JSP Container"
},
{
"chair": "dblevins",
-"charter": "Java EE Web Profile built on Tomcat",
"committers": {
"adc": "Alan Cabrera",
"ammulder": "Aaron Mulder",
@@ -10983,11 +10982,11 @@
"jlmonteiro",
"kevan"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Java EE Web Profile built on Tomcat"
},
{
"chair": "zwoop",
-"charter": "A fast, scalable and extensible HTTP/1.1 compliant caching proxy
server",
"committers": {
"amc": "Alan M. Carroll",
"andrewhsu": "Andrew Hsu",
@@ -11077,11 +11076,11 @@
"zwoop",
"zym"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "A fast, scalable and extensible HTTP/1.1 compliant caching proxy
server"
},
{
"chair": "tv",
-"charter": "A Java Servlet Web Application Framework and associated component
library",
"committers": {
"brekke": "Jeffrey Brekke",
"gk": "Georg Kallidis",
@@ -11110,11 +11109,11 @@
"tv",
"wglass"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "A Java Servlet Web Application Framework and associated
component library"
},
{
"chair": "jsdelfino",
-"charter": "An SCA based Service Composition Framework",
"committers": {
"adrianocrestani": "Adriano Crestani Campos",
"ajborley": "Andrew Borley",
@@ -11188,11 +11187,11 @@
"svkrish",
"wjaniszewski"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "An SCA based Service Composition Framework"
},
{
"chair": "schor",
-"charter": "Framework and annotators for unstructured information analysis",
"committers": {
"alally": "Adam P. Lally",
"apatry": "Alexandre Patry",
@@ -11239,11 +11238,11 @@
"tongfin",
"twgoetz"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Framework and annotators for unstructured information analysis"
},
{
"chair": "arkurth",
-"charter": "Virtual Computing Lab",
"committers": {
"acoburn": "Aaron Coburn",
"arkurth": "Andrew Kurth",
@@ -11268,11 +11267,11 @@
"jfthomps",
"jodell"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Virtual Computing Lab"
},
{
"chair": "nbubna",
-"charter": "A Java Templating Engine",
"committers": {
"apetrelli": "Antonio Petrelli",
"byron": "Byron Foster",
@@ -11302,11 +11301,11 @@
"nbubna",
"wglass"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "A Java Templating Engine"
},
{
"chair": "tillw",
-"charter": "A parallel XQuery processor",
"committers": {
"cezar": "Cezar Cristian Andrei",
"dtabass": "Michael J. Carey",
@@ -11333,11 +11332,11 @@
"tillw",
"vinayakb"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "A parallel XQuery processor"
},
{
"chair": "sagara",
-"charter": "Projects related to Web Services",
"committers": {
"acutright": "Andrew Scott Cutright",
"aeberbac": "Andrew Eberbach",
@@ -11612,11 +11611,11 @@
"tomj",
"veithen"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Projects related to Web Services"
},
{
"chair": "dashorst",
-"charter": "Component-based Java Web Application Framework.",
"committers": {
"adelbene": "Andrea Del Bene",
"akarasulu": "Alex Karasulu",
@@ -11683,11 +11682,11 @@
"thrantal",
"tsoloschenko"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Component-based Java Web Application Framework."
},
{
"chair": "lresende",
-"charter": "RESTful Web services Framework",
"committers": {
"bluk": "Bryant Luk",
"cjblythe": "Christopher James Blythe",
@@ -11729,11 +11728,11 @@
"rott",
"tomershadi"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "RESTful Web services Framework"
},
{
"chair": "scottbw",
-"charter": "Widgets for Applications",
"committers": {
"asavory": "Andrew Savory",
"hmt": "Minh Tien Hoang",
@@ -11761,11 +11760,11 @@
"scottbw",
"stevelee"
],
-"reporting": 1
+"reporting": 1,
+"shortdesc": "Widgets for Applications"
},
{
"chair": "shathaway",
-"charter": "XSLT processors in Java and C++",
"committers": {
"amiro": "Tom Amiro",
"andyc": "Andy Clark",
@@ -11836,11 +11835,11 @@
"shathaway",
"twilliams"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "XSLT processors in Java and C++"
},
{
"chair": "mrglavas",
-"charter": "XML parsers in Java, C++ and Perl",
"committers": {
"amassari": "Alberto Massari",
"borisk": "Boris Kolpackov",
@@ -11875,11 +11874,11 @@
"mukulg",
"neilg"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "XML parsers in Java, C++ and Perl"
},
{
"chair": "cbowditch",
-"charter": "Conversion from XML to graphical output",
"committers": {
"acumiskey": "Adrian Cumiskey",
"adelmelle": "Andreas L. Delmelle",
@@ -11920,7 +11919,8 @@
"psancho",
"vhennebert"
],
-"reporting": 2
+"reporting": 2,
+"shortdesc": "Conversion from XML to graphical output"
},
{
"chair": "niclas",
@@ -11958,7 +11958,6 @@
},
{
"chair": "michim",
-"charter": "Centralized service for maintaining configuration information",
"committers": {
"akornev": "Andrew Kornev",
"breed": "Benjamin Reed",
@@ -11995,6 +11994,7 @@
"phunt",
"tdunning"
],
-"reporting": 3
+"reporting": 3,
+"shortdesc": "Centralized service for maintaining configuration information"
}
]
\ No newline at end of file