Platform
Resources
Pricing
Sign in
Get started
samchencode
Workspace
Fork
Public
By
samchencode
Edited
Nov 12, 2023
1 star
Insert cell
Insert cell
data
=
(
{
algorithm
:
{
getTitle
(
)
{
return
"mytitle"
;
}
,
getBody
(
)
{
return
"mybody"
;
}
,
getCitations
(
)
{
return
[
{
getValue
(
)
{
return
"mycite"
;
}
}
]
;
}
,
getLastUpdated
(
)
{
return
new
Date
(
)
;
}
}
}
)
Insert cell
viewof
input
=
Inputs
.
textarea
(
)
Insert cell
Insert cell
template
=
ejs
.
compile
(
input
,
{
client
:
true
}
)
Insert cell
Insert cell
fileLoader
=
(
filePath
)
=>
"loading: "
+
filePath
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
input
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
template
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
ejs
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fileLoader
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML