diff --git a/data/people.json b/data/people.json index d8a93eb..ab851e4 100644 --- a/data/people.json +++ b/data/people.json @@ -24,7 +24,7 @@ "github": "amyxzhang" }, { - "image": "images/people/tarfah.jpg", + "image": "https://cdn.rawgit.com/tarfahalrashed/website/dcb230275fc87fe62ea08900b31546112be23f19/data/../images/people/tarfah.png", "name": "Tarfah Alrashed", "jobTitle": "phd", "url": "http://www.tarfahalrashed.com", diff --git a/data/publications.json b/data/publications.json index bc6238b..5a3d698 100644 --- a/data/publications.json +++ b/data/publications.json @@ -1,5 +1,37 @@ { "publication": [ + { + "name": "Opportunities for Automating Email Processing: A Need-Finding Study", + "document": "http://people.csail.mit.edu/soya/papers/mailbot.pdf", + "author": [ + "Soya Park", + "Amy X. Zhang", + "Luke S. Murray", + "David R. Karger" + ], + "venue": { + "name": "CHI", + "year": "2019", + "@type": "Event", + "@context": "http://schema.org" + }, + "@context": "http://schema.org" + }, + { + "url": "https://dl.acm.org/citation.cfm?id=3242663", + "name": "Extending a Reactive Expression Language with Data Update Actions for End-User Application Authoring", + "author": [ + "Lea Verou", + "Tarfah Alrashed", + "David Karger" + ], + "venue": { + "venue": "https://uist.acm.org/uist2018/", + "name": "UIST", + "year": "2018", + "@type": "Event" + } + }, { "url": "http://dl.acm.org/citation.cfm?id=2998235", "name": [ @@ -121,15 +153,18 @@ "conferences": [ { "id": "CHI", - "name": "ACM Conference on Human Factors in Computing Systems" + "name": "ACM Conference on Human Factors in Computing Systems", + "@context": "http://schema.org" }, { "id": "UIST", - "name": "ACM User Interface Software and Technology Symposium" + "name": "ACM User Interface Software and Technology Symposium", + "@context": "http://schema.org" }, { "id": "CSCW", - "name": "ACM Conference on Computer Supported Cooperative Work and Social Computing" + "name": "ACM Conference on Computer Supported Cooperative Work and Social Computing", + "@context": "http://schema.org" } ] } \ No newline at end of file diff --git a/images/people/tarfah.png b/images/people/tarfah.png new file mode 100644 index 0000000..0aa4d57 Binary files /dev/null and b/images/people/tarfah.png differ