-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
29 lines (29 loc) · 1.03 KB
/
CITATION.cff
File metadata and controls
29 lines (29 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
cff-version: 1.2.0
title: Shimmy
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Andreas
family-names: Pfurtscheller
email: andreas.pfurtscheller23@imperial.ac.uk
affiliation: Imperial College London
repository-code: 'https://github.com/lambda-feedback/shimmy'
abstract: >-
Shimmy is an application written in Go that interacts with
language-agnostic evaluation functions as part of the
Lambda Feedback Platform, and exposes them as a RESTful
API. It listens for incoming HTTP requests / events from
feedback clients, validates the incoming data, and
forwards it to the underlying evaluation function. The
shim is responsible for managing the lifecycle of the
evaluation function, and ensures that it is available to
process incoming requests. The evaluation function is
expected to be a executable application that implements
the evaluation runtime interface.
keywords:
- evaluation function
- lambda feedback
- education
- lms