From 47a8bc2939dfc7a88aaa83a1abf1e07ab223a05b Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Tue, 6 Feb 2024 22:47:25 +0100 Subject: [PATCH] fix: added another example --- main.py | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" + }) } ]