Skip to content

Instantly share code, notes, and snippets.

@snachx
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snachx/ba31040d07f2e43362c0 to your computer and use it in GitHub Desktop.
Save snachx/ba31040d07f2e43362c0 to your computer and use it in GitHub Desktop.
{
"title": "The Infinite Mixture of Infinite Gaussian Mixtures",
"abstract": "Dirichlet process mixture ...",
"pdf_url": "http://papers.nips.cc/paper/5299-the-infinite-mixture-of-infinite-gaussian-mixtures.pdf",
"bibtex_url": "http://papers.nips.cc/paper/5299-the-infinite-mixture-of-infinite-gaussian-mixtures/bibtex",
"authors": [
{
"count": 1,
"url": "http://papers.nips.cc/author/halid-z-yerebakan-7226",
"name": "Halid Z. Yerebakan",
"key": "halid-z-yerebakan-7226"
},
{
"count": 2,
"url": "http://papers.nips.cc/author/bartek-rajwa-7227",
"name": "Bartek Rajwa",
"key": "bartek-rajwa-7227"
},
{
"count": 2,
"url": "http://papers.nips.cc/author/murat-dundar-3457",
"name": "Murat Dundar",
"key": "murat-dundar-3457"
}
],
"key": "5299-the-infinite-mixture-of-infinite-gaussian-mixtures",
"year": "2014"
}
GET /nips/paper/_search?pretty
{
"query": {
"nested": {
"path": "authors",
"query": {
"filtered": {
"filter": {
"terms": {
"authors.key": [
"halid-z-yerebakan-7226",
"murat-dundar-3457"
],
"execution": "and"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment