{"id":20762034,"url":"https://github.com/donkeyclip/motorcortex-presenter","last_synced_at":"2025-07-22T10:05:30.788Z","repository":{"id":38173024,"uuid":"228838692","full_name":"donkeyclip/motorcortex-presenter","owner":"donkeyclip","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-06T23:26:16.000Z","size":35189,"stargazers_count":0,"open_issues_count":23,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-07T00:42:12.182Z","etag":null,"topics":["motorcortex","motorcortex-plugin","presenter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/donkeyclip.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-18T12:47:18.000Z","updated_at":"2024-04-10T09:28:11.000Z","dependencies_parsed_at":"2023-10-15T13:23:49.708Z","dependency_job_id":"972d5835-4fb1-4364-aeba-d678ccec9774","html_url":"https://github.com/donkeyclip/motorcortex-presenter","commit_stats":{"total_commits":568,"total_committers":13,"mean_commits":43.69230769230769,"dds":0.3926056338028169,"last_synced_commit":"289aae9a7cfe4be5edfea792e0e5239038f01c60"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/donkeyclip/motorcortex-presenter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-presenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-presenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-presenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-presenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donkeyclip","download_url":"https://codeload.github.com/donkeyclip/motorcortex-presenter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeyclip%2Fmotorcortex-presenter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266472713,"owners_count":23934468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["motorcortex","motorcortex-plugin","presenter"],"created_at":"2024-11-17T10:28:46.774Z","updated_at":"2025-07-22T10:05:30.739Z","avatar_url":"https://github.com/donkeyclip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MotorCortex-Presenter\n\n**Table of Contents**\n\n- [MotorCortex-Presenter](#motorcortex-presenter)\n  - [Demo](#demo)\n- [Intro / Features](#intro--features)\n- [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Importing and Loading](#importing-and-loading)\n- [Creating Incidents](#creating-incidents)\n  - [Intro](#intro)\n  - [SlideOne](#slideone)\n  - [SlideTwo / SlideThree](#slidetwo--slidethree)\n  - [Technologies](#technologies)\n  - [Highlights](#highlights)\n  - [Clip classes](#clip-classes)\n- [Adding Incidents in your clip](#adding-incidents-in-your-clip)\n- [Contributing](#contributing)\n- [License](#license)\n- [Sponsored by](#sponsored-by)\n\n## Demo\n[Check it out here](https://donkeyclip.github.io/motorcortex-presenter/demo/)\n\n# Intro / Features\nIf you are looking for a simple way to create amazing clip presentations, MotorCortex-Presenter is the right plugin for you.\n\nThis Plugin exposes five Incident:\n- Intro\n- SlideOne\n- SlideTwo\n- Technologies\n- Highlights\n\n# Getting Started\n\n## Installation\n\n```bash\n$ npm install --save @donkeyclip/motorcortex-presenter\n# OR\n$ yarn add @donkeyclip/motorcortex-presenter\n```\n\n## Importing and loading\n\n```javascript\nimport { loadPlugin } from \"@donkeyclip/motorcortex\";\nimport presenterPlugin from \"@donkeyclip/motorcortex-presenter\";\nconst Clip = loadPlugin(presenterPlugin);\n```\n\n# Creating Incidents\n\n## Intro \n\n```javascript\nconst introClip = new Clip.Intro(\n  {\n    width: 1270,\n    height: 720,\n    clientLogo: \"img.svg\",\n    clientLogoWidth: 500,\n    compLogo: \"logo.png\",\n    compLogoWidth: \"150px\",\n    title: \"RMIS / University of Zurich\",\n    date: \"2019 - Today\",\n    bgUrl: \"./bg.jpg\",\n    overlayColor: overlay,\n    mainColor: main,\n    fontColor: \"#fff\",\n  },\n  {\n    selector: \".container6\",\n  }\n);\n```\n\n### Intro Attrs\n\n| Name            |                  Are                  |                    Values |\n| --------------- | :-----------------------------------: | ------------------------: |\n| width           |           width of the clip           |             string/number |\n| height          |          height of the clip           |             string/number |\n| clientLogo      |          path of client logo          |                    string |\n| clientLogoWidth |          size of clien logo           |             string/number |\n| compLogo        |   path of company or dev team logo    |                    string |\n| compLogoWidth   |   size of company or dev team logo    |             string/number |\n| title           |       the title of project/app        |                    string |\n| date            |     start and end year of project     |                    string |\n| overlayColor    | the overlay color of background image | hex values or RGB or text |\n| fontColor       |          the color of fonts           | hex values or RGB or text |\n\n## SlideOne\n\n```javascript\nconst SlideOne = new Clip.SlideOne(\n  {\n    width: 1270,\n    height: 720,\n    clientLogo: \"img.svg\",\n    clientLogoWidth: 150,\n    compLogo: \"logo.png\",\n    compLogoWidth: \"150px\",\n    title: \"RMIS / University of Zurich\",\n    textOne: \"generic\",\n    textTwo: \"module-based\",\n    textThree: \"eHealth platform\",\n    bgColor: \"#000c8f\",\n    contentColor: \"#c10000\",\n    overlayColor: overlay,\n    fontColor: \"#fff\",\n    contentTitle: \"Scope\",\n    app: \"./app.png\",\n  },\n  {\n    selector: \".container5\",\n  }\n);\n```\n\n### SlideOne Attrs\n\n| Name                      |                          Are                           |                                Values |\n| ------------------------- | :----------------------------------------------------: | ------------------------------------: |\n| width                     |                   width of the clip                    |                         string/number |\n| height                    |                   height of the clip                   |                         string/number |\n| clientLogo                |                  path of client logo                   |                                string |\n| clientLogoWidth           |                   size of clien logo                   |                         string/number |\n| compLogo                  |            path of company or dev team logo            |                                string |\n| compLogoWidth             |            size of company or dev team logo            |                         string/number |\n| title                     |                the title of project/app                |                                string |\n| textOne,textTwo,textThree | 3 rows that describe the main consepts of the projects |                                string |\n| contentColor              |             the color of content container             |    hex values or RGB or text img path |\n| bgColor                   |                the color of background                 | hex values or RGB or text or img path |\n| contentTitle              |                     title of slide                     |                                string |\n| overlayColor              |         the overlay color of background image          |             hex values or RGB or text |\n| fontColor                 |                   the color of fonts                   |             hex values or RGB or text |\n| app                       |                    path of app img                     |                                string |\n\n## SlideTwo / SlideThree\n\n```javascript\nconst SlideTwo = new Clip.SlideTwo(\n  {\n    width: 1270,\n    height: 720,\n    clientLogo: \"img.svg\",\n    clientLogoWidth: 150,\n    compLogo: \"logo.png\",\n    compLogoWidth: \"150px\",\n    title: \"RMIS / University of Zurich\",\n    textOne:\n      \"Patients answer to the questionnaires, read articles and consume personalized content based on their condition, progress and answers, always maintaining their anonymity\",\n    bgColor: \"#000c8f\",\n    overlayColor: overlay,\n    fontColor: \"#fff\",\n    contentColor: \"#c10000\",\n    contentTitle: \"Scope\",\n    fonSize: 40,\n    app: \"./app.png\",\n  },\n  {\n    selector: \".container4\",\n  }\n);\n```\n\n### SlideTwo / SlideThree Attrs\n\n| Name            |                            Are                            |                                Values |\n| --------------- | :-------------------------------------------------------: | ------------------------------------: |\n| width           |                     width of the clip                     |                         string/number |\n| height          |                    height of the clip                     |                         string/number |\n| clientLogo      |                    path of client logo                    |                                string |\n| clientLogoWidth |                    size of clien logo                     |                         string/number |\n| compLogo        |             path of company or dev team logo              |                                string |\n| compLogoWidth   |             size of company or dev team logo              |                         string/number |\n| title           |                 the title of project/app                  |                                string |\n| textOne         | paragraph that describe the main consepts of the projects |                                string |\n| contentColor    |              the color of content container               |    hex values or RGB or text img path |\n| bgColor         |                  the color of background                  | hex values or RGB or text or img path |\n| contentTitle    |                      title of slide                       |                                string |\n| overlayColor    |           the overlay color of background image           |             hex values or RGB or text |\n| fontColor       |                    the color of fonts                     |             hex values or RGB or text |\n| fontSize        |                  font size of paragraph                   |                                   num |\n| app             |                      path of app img                      |                                string |\n\n## Technologies\n\n```javascript\nconst Technologies = new Clip.Technologies(\n  {\n    width: 1270,\n    height: 720,\n    clientLogo: \"img.svg\",\n    clientLogoWidth: 150,\n    compLogo: \"logo.png\",\n    compLogoWidth: \"150px\",\n    title: \"RMIS / University of Zurich\",\n    logos: [\"./1.png\", \"./2.png\", \"./3.png\", \"./4.png\", \"./5.png\"],\n    bgColor: \"#000c8f\",\n    overlayColor: overlay,\n    fontColor: \"#fff\",\n    contentColor: \"#c10000\",\n    contentTitle: \"Technologies\",\n    contentSubTitle: \"USed\",\n  },\n  {\n    selector: \".container2\",\n  }\n);\n```\n\n### Technologies Attrs\n\n| Name            |                  Are                  |                                Values |\n| --------------- | :-----------------------------------: | ------------------------------------: |\n| width           |           width of the clip           |                         string/number |\n| height          |          height of the clip           |                         string/number |\n| clientLogo      |          path of client logo          |                                string |\n| clientLogoWidth |          size of clien logo           |                         string/number |\n| compLogo        |   path of company or dev team logo    |                                string |\n| compLogoWidth   |   size of company or dev team logo    |                         string/number |\n| title           |       the title of project/app        |                                string |\n| logos           |         array with img paths          |                      array of strings |\n| contentColor    |    the color of content container     |    hex values or RGB or text img path |\n| bgColor         |        the color of background        | hex values or RGB or text or img path |\n| contentTitle    |            title of slide             |                                string |\n| overlayColor    | the overlay color of background image |             hex values or RGB or text |\n| fontColor       |          the color of fonts           |             hex values or RGB or text |\n| app             |            path of app img            |                                string |\n\n## Highlights\n\n```javascript\nconst Highlights = new Clip.Highlights(\n  {\n    width: 1270,\n    height: 720,\n    clientLogo: \"img.svg\",\n    clientLogoWidth: 150,\n    compLogo: \"logo.png\",\n    compLogoWidth: \"150px\",\n    title: \"RMIS / University of Zurich\",\n    app: \"./app.png\",\n    bgColor: \"#000c8f\",\n    overlayColor: overlay,\n    fontColor: \"#fff\",\n    contentColor: \"#c10000\",\n    contentTitle: \"Highlights\",\n    contentSubTitle: \"USed\",\n    scroll: false,\n  },\n  {\n    selector: \".container1\",\n  }\n);\n```\n\n### Highlights Attrs\n\n| Name            |                  Are                  |                                Values |\n| --------------- | :-----------------------------------: | ------------------------------------: |\n| width           |           width of the clip           |                         string/number |\n| height          |          height of the clip           |                         string/number |\n| clientLogo      |          path of client logo          |                                string |\n| clientLogoWidth |          size of clien logo           |                         string/number |\n| compLogo        |   path of company or dev team logo    |                                string |\n| compLogoWidth   |   size of company or dev team logo    |                         string/number |\n| title           |       the title of project/app        |                                string |\n| contentSubTitle |           subtitle of slide           |                                string |\n| contentColor    |    the color of content container     |    hex values or RGB or text img path |\n| bgColor         |        the color of background        | hex values or RGB or text or img path |\n| contentTitle    |            title of slide             |                                string |\n| overlayColor    | the overlay color of background image |             hex values or RGB or text |\n| fontColor       |          the color of fonts           |             hex values or RGB or text |\n| app             |            path of app img            |                                string |\n\n| scroll | if the app img will scroll | boolean |\n\n## Clip classes\n\n| Clip         |   Svg version   |\n| ------------ | :-------------: |\n| Intro        |        -        |\n| SlideOne     |   SlideOneSVG   |\n| SlideTwo     |   SlideTwoSVG   |\n| SlideThree   |  SlideThreeSVG  |\n| Technologies | TechnologiesSVG |\n| Highlights   |  HighlightsSVG  |\n\n# Adding Incidents in your clip\n\n```javascript\nclipName.addIncident(incidentName,startTime);\n```\n\n# Contributing \n\nIn general, we follow the \"fork-and-pull\" Git workflow, so if you want to submit patches and additions you should follow the next steps:\n1.\t**Fork** the repo on GitHub\n2.\t**Clone** the project to your own machine\n3.\t**Commit** changes to your own branch\n4.\t**Push** your work back up to your fork\n5.\tSubmit a **Pull request** so that we can review your changes\n\n# License\n\n[MIT License](https://opensource.org/licenses/MIT)\n\n# Sponsored by\n[\u003cimg src=\"https://presskit.donkeyclip.com/logos/donkey%20clip%20logo.svg\" width=250\u003e\u003c/img\u003e](https://donkeyclip.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkeyclip%2Fmotorcortex-presenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonkeyclip%2Fmotorcortex-presenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkeyclip%2Fmotorcortex-presenter/lists"}