diff --git a/main.py b/main.py index b418d3f..ad689e4 100755 --- a/main.py +++ b/main.py @@ -55,6 +55,17 @@ EXAMPLES = [ "startDate": "2022-11-16", "endDate": "2022-11-17" }) + }, + { + "input": r"""

A journey in numerical linear algebra: a workshop in honor of Michele Benzi’s 60th birthday
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.

""", + "output": json.dumps({ + "title": "A journey in numerical linear algebra: a workshop in honor of Michele Benzi’s 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" + }) } ]