fix: added another example

main
Antonio De Lucreziis 6 months ago
parent 8e096ab99c
commit 47a8bc2939

@ -55,6 +55,17 @@ EXAMPLES = [
"startDate": "2022-11-16",
"endDate": "2022-11-17"
})
},
{
"input": r"""<p><a href="https://events.dm.unipi.it/event/75/" rel="noreferrer noopener" target="_blank">A journey in numerical linear algebra: a workshop in honor of Michele Benzis 60th birthday<br/></a>Organized by Francesca Arrigo (University of Strathclyde), Paola Boito, Christine Klymko (Lawrence Livermore National Laboratory), Beatrice Meini, and Leonardo Robol. Department of Mathematics, Pisa. June 10 11, 2022.</p>""",
"output": json.dumps({
"title": "A journey in numerical linear algebra: a workshop in honor of Michele Benzis 60th birthday",
"url": "https://events.dm.unipi.it/event/75/",
"description": "Organized by Francesca Arrigo (University of Strathclyde), Paola Boito, Christine Klymko (Lawrence Livermore National Laboratory), Beatrice Meini, and Leonardo Robol.",
"location": "Department of Mathematics, Pisa",
"startDate": "2022-06-10",
"endDate": "2022-06-11"
})
}
]

Loading…
Cancel
Save