paperType.get()==='all'? 'All Papers': paperType.get()==='allSci'?'SCI-E Journal': paperType.get()==='conferencePublication'?'JOURNALS PUBLICATIONS': 'CONFERENCE PAPERS'
data.get().map(_=>{ return (`
${_.session}
Current (WoS) Impact Factor ${_.impact_factor}
${getHighlightText(_.description)}
${getHighlightText(_.journal_papers_details)}
`)})
year
All
[...new Set([...allPapers.allSci, ...allPapers.conferencePublication, ...allPapers.journalPublication].map(_=>_.session.substr(-2)))].map(year=>{ return( `
20${year}
` ) })