{"id":213,"date":"2023-09-22T19:24:04","date_gmt":"2023-09-22T19:24:04","guid":{"rendered":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/?page_id=213"},"modified":"2023-10-06T11:55:53","modified_gmt":"2023-10-06T11:55:53","slug":"new-entry","status":"publish","type":"page","link":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/new-entry\/","title":{"rendered":"Submit a new entry"},"content":{"rendered":"\n<p>To submit a new entry for inclusion in the benchmark you must prepare the following information:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You should submit separate entries for patient-independent (general) and patient-specific (personalized) models.<\/li>\n\n\n\n<li>You should submit different entries when training on different datasets. Here an entry is considered as a trained model. This means you should submit different entries if you use different training routines to train on different datasets.<\/li>\n\n\n\n<li>Your results file should contain annotations from at least one of the four publicly available datasets. The result file should contain the detections for all the subjects in the dataset. If you have tested your model on several datasets you should concatenate the different results files in a single file to upload on this platform.<\/li>\n\n\n\n<li>It is your responsibility to guarantee independence between your training set and your test set. You should use Leave-One-Out cross-validation,  K-fold cross-validation, or train on an independent dataset. We provide guidelines for cross-validation on the description of the framework.<\/li>\n\n\n\n<li>The results file should follow the data format described in the framework. You can download an example of a result <mark style=\"background-color:#eee869\" class=\"has-inline-color\">file here (TODO upload file)<\/mark>.<\/li>\n<\/ul>\n\n\n\n<p>All entries are manually reviewed before inclusion in the benchmark. You might be contacted for further information prior to inclusion.<\/p>\n\n\n\n<p><em>* required fields<\/em><\/p>\n\n\n\n<form action=\"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-content\/plugins\/benchmarks\/entry.php\" method=\"post\" enctype=\"multipart\/form-data\">\n    <section>\n        <h3>Contact Details<\/h3>\n        \n        <label for=\"developer\"><b>People developing model *:<\/b><\/label>\n        <input type=\"text\" id=\"developer\" name=\"developer\" required><br>\n\n        <label for=\"institution\"><b>Affiliated institution:<\/b><\/label>\n        <input type=\"text\" id=\"institution\" name=\"institution\"><br>\n\n        <label for=\"modelName\"><b>Model name *:<\/b><\/label>\n        <input type=\"text\" id=\"modelName\" name=\"modelName\" placeholder=\"groupBasicmodelYear\" required><br>\n\n        <label for=\"paper\"><b>Paper or other resource for more information about the model:<\/b><\/label>\n        <input type=\"text\" id=\"paper\" name=\"paper\" placeholder=\"https:\/\/doi.org\/10.1000\/182\"><br>   \n\n        <label for=\"license\"><b>License *:<\/b><\/label>\n        <input type=\"text\" id=\"license\" name=\"license\" required><br>  \n\n        <label for=\"source\"><b>Link to source code:<\/b><\/label>\n        <input type=\"text\" id=\"source\" name=\"source\"><br>  \n\n        <label for=\"citation\"><b>Citation details:<\/b> (how do you want people to reference your work)<\/label>\n        <input type=\"text\" id=\"citation\" name=\"citation\" placeholder=\"https:\/\/doi.org\/10.1000\/182\"><br>\n        \n        <label for=\"contact\"><b>Contact email *:<\/b><\/label>\n        <input type=\"email\" id=\"contact\" name=\"contact\" required><br> \n    <\/section>\n\n    <section>\n        <h3>Model Details:<\/h3>\n\n        <p>Please provide as much information as possible.<\/p>\n\n        <p><b>Model Type *:<\/b><\/p>\n        <input type=\"radio\" id=\"general\" name=\"modelType\" value=\"general\" required>\n        <label for=\"general\">Patient-independent model (general)<\/label><br>\n        <input type=\"radio\" id=\"personalized\" name=\"modelType\" value=\"personalized\">\n        <label for=\"personalized\">Patient-specific model (personalized)<\/label><br>\n\n        <p><\/p>\n\n        <label for=\"spDescription\"><b>Signal Processing pipeline:<\/b><br>\n            <i> What is the processing of data from input to output. Include information on pre-processing and post-processing steps.<\/i>\n        <\/label><br>\n        <textarea id=\"spDescription\" name=\"spDescription\" rows=\"3\" cols=\"80\"><\/textarea>\n\n        <h4>Model Description:<\/h4>\n        <label for=\"modelDescription\"><b>Model Description *:<\/b><br>\n            <i> What type of model is it? This includes basic model\n            architecture details, such as whether it is a Naive Bayes classifier, a\n            Convolutional Neural Network, etc. Mention important parameters.<\/i>\n        <\/label><br>\n        <textarea id=\"modelDescription\" name=\"modelDescription\" rows=\"4\" cols=\"80\" required><\/textarea>\n\n        <label for=\"modelFeatures\"><b>Model features *:<\/b><br>\n            <i>What was the window length for classification. For feature based models, which features are used?<\/i>\n        <\/label><br>\n        <textarea id=\"modelFeatures\" name=\"modelFeatures\" rows=\"2\" cols=\"80\" required><\/textarea>\n        \n        <label for=\"modelChannels\"><b>Number of channels *:<\/b><br>\n            <i> How many EEG channels does your model use?.<\/i>\n        <\/label><br>\n        <input type=\"text\" id=\"modelChannels\" name=\"modelChannels\" required><br>\n\n        <h4>Training procedure:<\/h4>\n        <label for=\"modelTraining\"><b>Training Data *:<\/b><br\/>\n            <i> What data was used for training the model? For personalized models: how much data was initially used for training. For general models: which datasets were used.<\/i>\n        <\/label>\n        <textarea id=\"modelTraining\" name=\"modelTraining\" rows=\"3\" cols=\"80\" required><\/textarea>\n\n        <label for=\"modelImbalance\"><b>Data imbalance:<\/b><br\/>\n            <i>How did you deal with dataset imbalance?<\/i>\n        <\/label>\n        <textarea id=\"modelImbalance\" name=\"modelImbalance\" rows=\"3\" cols=\"80\"><\/textarea>        \n\n        <label for=\"recommendations\"><b>Caveats and Recommendations:<\/b><br>\n            <i>This section should list additional concerns that were not covered\n                in the previous sections. For example, did the results suggest any\n                further testing? Were there any relevant groups that were not represented in the evaluation dataset? Are there additional recommendations for model use?<\/i>\n        <\/label><br>\n        <textarea id=\"recommendations\" name=\"recommendations\" rows=\"3\" cols=\"80\"><\/textarea>\n    <\/section>\n\n    <section>\n        <h3>Results<\/h3>\n            <label for=\"results\"><b>Upload results file *:<\/b><br><i> Upload your prediction dataset. The file is a concatenation of predictions on the different datasets. It should follow the file format described in the framework<\/i><\/label><br>\n            <input type=\"file\" id=\"results\" name=\"results\" accept=\".csv\" required\/>\n    <\/section>\n\n    <input type=\"submit\" value=\"Submit results\" name=\"submit\"\/>\n<\/form>\n","protected":false},"excerpt":{"rendered":"<p>To submit a new entry for inclusion in the benchmark you must prepare the following information: All entries are manually reviewed before inclusion in the benchmark. You might be contacted for further information prior to inclusion. * required fields Contact Details People developing model *: Affiliated institution: Model name *: Paper or other resource for [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-213","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-json\/wp\/v2\/pages\/213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-json\/wp\/v2\/comments?post=213"}],"version-history":[{"count":40,"href":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-json\/wp\/v2\/pages\/213\/revisions"}],"predecessor-version":[{"id":278,"href":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-json\/wp\/v2\/pages\/213\/revisions\/278"}],"wp:attachment":[{"href":"https:\/\/eslweb.epfl.ch\/epilepsybenchmarks\/wp-json\/wp\/v2\/media?parent=213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}