Published
Edited
Apr 18, 2019
Insert cell
Insert cell
Insert cell
Insert cell
function pubmedRef(pmid){
if(!pubmedRef.bib){
pubmedRef.bib={pmid:1}
}
//pubmedRef.bib['date']=Date()
pubmedRef.bib[pmid]=[1,2,3,4]
document.getElementById('references').innerHTML+='<li>'+Date()+'</li>'
paperStruct.refs[`pmid${pmid}`]=Date()
return `(${pmid})`
}
Insert cell
Insert cell
Insert cell
paperStruct.refs
Insert cell
Insert cell
Insert cell
Insert cell
import {data} from '@episphere/confluenceage'
Insert cell
data
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more