|
44 | 44 | logo: 'https://raw.githubusercontent.com/LiaScript/LiveEditor/main/assets/twitter.png', |
45 | 45 | link: 'https://raw.githubusercontent.com/LiaScript/docs/master/README.md', |
46 | 46 | }, |
| 47 | + { |
| 48 | + title: 'Why Open Education Needs a Common Language!?', |
| 49 | + info: "Whether it's a quiz, a data visualization, or embedded videos in a course – OER enthusiasts often start with big ideas that frequently fail due to a lack of technical skills and underestimated effort. So how can even those without extensive programming knowledge easily create interactive educational materials?", |
| 50 | + logo: 'https://raw.githubusercontent.com/LiaPlayground/Warum-offene-Bildung-eine-Sprache-braucht/refs/heads/main/img/babel.jpg', |
| 51 | + link: 'https://raw.githubusercontent.com/LiaPlayground/Warum-offene-Bildung-eine-Sprache-braucht/refs/heads/main/English.md', |
| 52 | + }, |
| 53 | + |
| 54 | + { |
| 55 | + title: |
| 56 | + 'Transforming Education - A Journey from Interactive Markdown to Remote-Labs', |
| 57 | + info: 'Explores innovative approaches to digital education using open-source technologies, by addressing the challenges of creating interactive and collaborative OER while demonstrating how tools like LiaScript, WebRTC, and CRDTs enhance learning experiences...', |
| 58 | + logo: 'https://raw.githubusercontent.com/LiaPlayground/Transforming-Education/refs/heads/main/img/logo.webp', |
| 59 | + link: 'https://raw.githubusercontent.com/LiaPlayground/Transforming-Education/main/README.md', |
| 60 | + }, |
| 61 | + |
47 | 62 | { |
48 | 63 | title: 'Interactive Markdown for Education & Documentation', |
49 | 64 | info: 'Presentation and interactive demonstration of LiaScript at the "We Are Developers 2022" conference in Berlin', |
50 | 65 | logo: 'https://assets-global.website-files.com/5e9996a6531fea7d1003b18e/62247118d91be13aa5de577f_Group%201919-min.png', |
51 | 66 | link: 'https://raw.githubusercontent.com/LiaPlayground/LiaScript_WeAreDevelopers2022/main/README.md', |
52 | 67 | }, |
| 68 | + |
53 | 69 | { |
54 | 70 | title: 'Full day workshop at eLearning Africa 2022', |
55 | 71 | info: 'This is an complete and interactive tutorial for teaching and learning LiaScript.', |
56 | | - logo: 'https://www.elearning-africa.com/conference2022/ressources/banner/2022/social_1200_630.png', |
| 72 | + logo: 'https://raw.githubusercontent.com/LiaPlayground/LiaScript_Tutorial_Kigali/main/images/nokia.jpeg', |
57 | 73 | link: 'https://raw.githubusercontent.com/LiaPlayground/LiaScript_Tutorial_Kigali/main/README.md', |
58 | 74 | }, |
| 75 | + |
59 | 76 | { |
60 | 77 | title: 'Fonts', |
61 | 78 | info: 'This is a demonstration on how to the font macro can be used to integrate various different fonts for any kind of language (dead or alive). In this example we make use of the Noto fonts, as stated by their website - a "typeface" for the world.', |
62 | 79 | logo: 'https://raw.githubusercontent.com/LiaPlayground/Fonts/main/logo.png', |
63 | 80 | link: 'https://raw.githubusercontent.com/LiaPlayground/Fonts/main/README.md', |
64 | 81 | }, |
| 82 | + |
65 | 83 | { |
66 | 84 | title: 'LiaScript - Tutorial (German)', |
67 | 85 | info: 'Es wird gezeigt, wie typische bekannte Präsentationselemente auch mithilfe von LiaScript genutzt werden können.', |
68 | 86 | logo: 'https://raw.githubusercontent.com/LiaBooks/LiaScript-Tutorial/main/pic/logo.jpg', |
69 | 87 | link: 'https://raw.githubusercontent.com/LiaBooks/LiaScript-Tutorial/main/README.md', |
70 | 88 | }, |
| 89 | + |
| 90 | + { |
| 91 | + title: 'Physics - From Stargazers to Starships', |
| 92 | + info: 'Flexbook: An introduction to astronomy written with a historical perspective.', |
| 93 | + logo: 'https://raw.githubusercontent.com/LiaBooks/Flexbook-Physics-From-Stargazers-to-Starships/refs/heads/main/cover.jpg', |
| 94 | + link: 'https://raw.githubusercontent.com/LiaBooks/flexbook-physics-from-stargazers-to-starships/main/English/README.md', |
| 95 | + }, |
| 96 | + |
71 | 97 | { |
72 | 98 | title: 'Lua-Programming', |
73 | 99 | info: 'This is a transcript of the open WikiBook Lua Programming to LiaScript.', |
74 | 100 | logo: 'https://www.lua.org/images/luaa.gif', |
75 | 101 | link: 'https://raw.githubusercontent.com/LiaBooks/Lua-Programming/master/README.md', |
76 | 102 | }, |
| 103 | + |
| 104 | + { |
| 105 | + title: |
| 106 | + 'Open-courSe development with LiaScript - (... or Markdown on steroids, featuring Elm)', |
| 107 | + info: 'First presentation of LiaScript at elmeurope-2019 conference.', |
| 108 | + logo: 'https://upload.wikimedia.org/wikipedia/commons/d/d9/Markdown.png', |
| 109 | + link: 'https://raw.githubusercontent.com/LiaPlayground/elmeurope-2019/refs/heads/master/README.md', |
| 110 | + }, |
77 | 111 | ] |
78 | 112 |
|
79 | 113 | const app = createApp(App).mount(document.body) |
|
0 commit comments