54 lines
1.9 KiB
JavaScript
54 lines
1.9 KiB
JavaScript
// http://microformat2-node.jit.su/h-resume.html
|
|
|
|
{
|
|
"items": [{
|
|
"type": ["h-resume"],
|
|
"properties": {
|
|
"name": ["Tim Berners-Lee"],
|
|
"summary": ["Invented the World Wide Web."],
|
|
"contact": [{
|
|
"value": "Director of the World Wide Web Foundation",
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["Director of the World Wide Web Foundation"],
|
|
"title": ["Director of the World Wide Web Foundation"]
|
|
}
|
|
}],
|
|
"education": [{
|
|
"value": "The Queen's College, Oxford University, BA Hons (I) Physics 1973 - 1976",
|
|
"type": ["h-event", "h-card"],
|
|
"properties": {
|
|
"name": ["The Queen's College, Oxford University"],
|
|
"org": ["The Queen's College, Oxford University"],
|
|
"description": ["BA Hons (I) Physics"],
|
|
"start": ["1973-09"],
|
|
"end": ["1976-06"]
|
|
}
|
|
}]
|
|
}
|
|
},{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["Director of the World Wide Web Foundation"],
|
|
"title": ["Director of the World Wide Web Foundation"]
|
|
}
|
|
},{
|
|
"type": ["h-event"],
|
|
"properties": {
|
|
"name": ["The Queen's College, Oxford University"],
|
|
"org": ["The Queen's College, Oxford University"],
|
|
"description": ["BA Hons (I) Physics"],
|
|
"start": ["1973-09"],
|
|
"end": ["1976-06"]
|
|
}
|
|
},{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["World Wide Web Foundation"],
|
|
"org": ["World Wide Web Foundation"],
|
|
"url": ["http://www.webfoundation.org/"],
|
|
"start": ["2009-01-18"],
|
|
"duration": ["P2Y11M"]
|
|
}
|
|
}]
|
|
}
|