1. function map(doc){
  2. if(doc.username && doc.presentation){
  3. emit(doc._id, doc);
  4. }
  5. }