{"id":26757011,"url":"https://github.com/effectai/effect-force-templates","last_synced_at":"2026-02-20T19:32:20.176Z","repository":{"id":37960846,"uuid":"170100687","full_name":"effectai/effect-force-templates","owner":"effectai","description":"Default task templates for Effect Force","archived":false,"fork":false,"pushed_at":"2022-12-14T16:01:58.000Z","size":4886,"stargazers_count":7,"open_issues_count":27,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-25T00:32:44.983Z","etag":null,"topics":["effect-force"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/effectai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-11T09:20:14.000Z","updated_at":"2022-04-30T17:16:26.000Z","dependencies_parsed_at":"2023-01-29T00:00:25.873Z","dependency_job_id":null,"html_url":"https://github.com/effectai/effect-force-templates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/effectai/effect-force-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effectai%2Feffect-force-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effectai%2Feffect-force-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effectai%2Feffect-force-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effectai%2Feffect-force-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/effectai","download_url":"https://codeload.github.com/effectai/effect-force-templates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/effectai%2Feffect-force-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["effect-force"],"created_at":"2025-03-28T15:34:20.261Z","updated_at":"2026-02-20T19:32:20.159Z","avatar_url":"https://github.com/effectai.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://effect.network/img/logo/logo.png\" width=\"400px\"\u003e\u003c/p\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\u003cimg src=\"https://effect.network/img/logo/logo_icon.png\" width=\"96px\"\u003e\u003c/p\u003e --\u003e\n\n\u003ch1 align=\"center\"\u003eEffect Force Templates\u003c/h1\u003e\n\nRepository for task templates to use on the Effect Force micro tasking platform.\n\n## Templates Content\n\n1. [Image Classifier](./templates/Image_Classifier/)\n2. [Tweet Sentiment Analysis](./templates/TweetSentiment/)\n3. [Image Viewer](./templates/ImageViewer/)\n\n## Default Templates\n\nIn this repo, you will find some example templates that can be used in order to guide you on building campaigns on Effect Force.\nIt is important that the design of the tasks are clear and easy to use, as it enables Workers to efficiently complete the work and provide better quality. These templates are a good starting point and serve as an example for you to be able to design tasks that Workers will enjoy working on.\n\nTemplates are made up of generic HTML tags. Within which you can add your own content.\nSo the templates can range from any kind of content, from simple images to complex video or audio content with transcriptions capabilities. \nIdeas can range from map annotations, pixel annotations, bounding box annotations, sentiment analysis, image classification surveys, and more!\n\n\n## Parameter Substitution\n\nThe Generic Templates also allow Requesters to use placeholders in their templates. These placeholders are replaced with values from a list of tasks where each row contains all the values for the parameters of a task. The column names of the list with tasks must match the parameter names used in the template. Requesters can use this parameter substitution capability to create a large number of tasks that all share a common layout and design (template).\n\nFor example, you want to create a task that asks Workers to provide keywords for images. You create the template for that task for a single image once, and you use a placeholder `${image_url}` for the source of the image:\n\n```html\n\u003cp\u003eProvide keywords for the following image:\u003c/p\u003e\n\u003cimg src=\"${image_url}\" /\u003e\n\n\u003cinput type=\"text\" name=\"keywords\" /\u003e\n```\n\nThis template can be used with a list of placeholders for each task:\n\n```\n\"image_url\"\n\"https://force.effect.ai/image1.png\"\n\"https://force.effect.ai/image2.png\"\n\"https://force.effect.ai/image3.png\"\n```\n\nThis will result in three tasks that each contain a different picture but share a common template. A single task will look like this on the Effect Force platform:\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"example.png\"\u003e\u003c/p\u003e\n\n\n## Preview Tool\n\u003c!-- TODO --\u003e\n\u003c!-- Visit the [preview tool]() to modify your template to your likings. --\u003e\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n* **Sjoerd Dijkstra** - *Initial work / Templates* - [GitHub](https://github.com/sjoerd-dijkstra)\n* **Jesse Eisses** - *Initial work / Templates* - [GitHub](https://github.com/jeisses)\n* **Laurens Verspeek** - *Initial work / Templates* - [GitHub](https://github.com/laurensV)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffectai%2Feffect-force-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feffectai%2Feffect-force-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffectai%2Feffect-force-templates/lists"}