diff --git a/examples/alan-turing-portal/content/index.mdx b/examples/alan-turing-portal/content/index.mdx index 6490f507..b4c6bd70 100644 --- a/examples/alan-turing-portal/content/index.mdx +++ b/examples/alan-turing-portal/content/index.mdx @@ -14,7 +14,7 @@ If you're looking for a good paper on online hate training datasets (beyond our Accompanying [data statements](https://www.mitpressjournals.org/doi/abs/10.1162/tacl_a_00041) preferred for all corpora. -See the datasets +See datasets

How to contribute

@@ -25,21 +25,25 @@ Please send just one dataset addition/edit at a time - edit it in, then save. Th ### Create file Go to the repo url file and click the "Add file" dropdown and then click on "Create new file". + ![](https://i.imgur.com/2PR0ZgL.png) ### Choose location In the following page type `content/datasets/.md`. if you want to add an entry to the datasets catalog or `content/keywords/.md` if you want to add an entry to the lists of abusive keywords, if you want to just add an static page you can leave in the root of `content` it will automatically get assigned an url eg: `/content/about.md` becomes the `/about` page + ![](https://i.imgur.com/rr3uSYu.png) ### Fill in content Copy the contents of `templates/dataset.md` or `templates/keywords.md` respectively to the camp below, filling out the fields with the correct data format + ![](https://i.imgur.com/x6JIjhz.png) ### Commit changes Click on "Commit changes", on the popup make sure you give some brief detail on the proposed change. and then click on Propose changes + ### Submit PR diff --git a/examples/alan-turing-portal/markdown.db b/examples/alan-turing-portal/markdown.db index 0237379c..42b5d695 100644 Binary files a/examples/alan-turing-portal/markdown.db and b/examples/alan-turing-portal/markdown.db differ