[READ-ONLY] Mirror of https://github.com/hacknug/romi-project. romi-project.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

Update videos in Topic Reports page

Nestor Vera (Aug 3, 2022, 4:46 PM +0200) 684a971a 240d7416

+87 -4
+1 -1
components/content/BaseProse.vue
··· 15 15 16 16 <style lang="postcss"> 17 17 .rich-text { 18 - @apply max-w-[60em]; 18 + @apply max-w-[55em]; 19 19 20 20 & > * + * { margin-top: 1em; } 21 21
+1 -1
components/content/BaseVideo.vue
··· 1 1 <template> 2 2 <BaseCard v-bind="item"> 3 3 <template #media> 4 - <BaseEmbed v-if="item.id" class="rounded-none" :id="item.id" /> 4 + <BaseEmbed v-if="item.id" class="-mt-px -mx-px rounded-none" :id="item.id" /> 5 5 </template> 6 6 </BaseCard> 7 7 </template>
+3 -1
components/content/SectionVideos.vue
··· 1 1 <template> 2 2 <section class="grid gap-8"> 3 - <slot /> 3 + <BaseProse> 4 + <slot /> 5 + </BaseProse> 4 6 5 7 <ul v-if="items.length" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8"> 6 8 <li v-for="(item, key) in items" :key="key">
+82 -1
content/4.topic-reports.md
··· 1 1 --- 2 2 title: 'Topic Reports' 3 3 description: '' 4 + showToc: false 4 5 --- 5 6 6 7 # {{ $doc.title }} ··· 8 9 ::section-videos 9 10 --- 10 11 items: 12 + - id: "hduQ5_xpyTI" 13 + description: "Microfarms and computational agriculture: a future of farming?" 14 + - id: "_zkYwUczc0Q" 15 + description: "The ROMI plaftorm: a helping hand to farming communities" 16 + - id: "E05uVM7FPIQ" 17 + description: "Open source and open hardware: developing tools that are accessible and customisable" 18 + --- 19 + ## The basics of ROMI: the problems it solves and how 20 + 21 + This series introduces what ROMI does, why it exists and which problems it solves. 22 + 23 + In short, local organic farms are important for our future, but they have inherent problems that makes running one complex and exhausting. 24 + 25 + ROMI aims to relieve some of that physical and mental strain by helping the farmer weed its crops, and plan his crop beds. 26 + 27 + Give it a watch, it should explain everything you'd want to know. 28 + :: 29 + 30 + 31 + ::section-videos 32 + --- 33 + items: 34 + - id: "a5oOR8Pfwzc" 35 + description: "Plant developmental biology: how ROMI's tools help advance research in biology" 36 + - id: "rZk7tN9pUos" 37 + description: "Data segmentation and analysis: developing algorithms to virtually dissect plants" 38 + - id: "Bo32_KI6SZ0" 39 + description: "Synthetic plant modelling: creating plants in 3D to train neural networks" 40 + --- 41 + ## ROMI and research in biology: a powerful combination 42 + 43 + One of the tools developed in the ROMI project, the PLANT SCANNER, is in fact know as a phenotyping station in the world of biology. 44 + 45 + This tool allows to scan in details real plants in 3D and then run algorithms on them to calculate metrics such as total leaf area, angle between the different organs, internode length and much more. 46 + 47 + These machines are already commercially available, but are not affordable. This opens a whole new world for plant developmental biologist (and many more professionals) to advance research in biology, and maybe even answer one of the ultimate question: how is life created? 48 + :: 49 + 50 + 51 + ::section-videos 52 + --- 53 + items: 54 + - id: "VflubCtuyvc" 55 + description: "Computer vision: algorithms to make sense of the world" 56 + - id: "YbByI0pGESY" 57 + description: "Embodied AI: making robots curious" 58 + --- 59 + ## Computer vision in ROMI 60 + 61 + Computer vision plays a central role in the the ROMI project. It is used by the ROVER to navigate around the farm and follow crops beds, but also to recognise plants and weed around them. 62 + 63 + It is used in conjunction with the CABLEBOT to analyse the growth of crop beds, and can help detect early on potential problems with your crops. 64 + 65 + It is used extensively in the PLANT SCANNER to reconstruct plants in 3D and segment their organs for later analysis. 66 + :: 67 + 68 + 69 + ::section-videos 70 + --- 71 + items: 72 + - id: "7aKQSbrldc0" 73 + description: "Tell me more: a deeper dive into the ROVER" 74 + - id: "IVo6hM8GWWQ" 75 + description: "Tell me more: a deeper dive into the CABLEBOT" 76 + - id: "w_AxsZlTkyA" 77 + description: "Tell me more: a deeper dive into the PLANT SCANNER" 78 + - id: "_3oiv_96-X8" 79 + description: "Tell me more: a deeper dive into FARMER'S DASHBOARD" 80 + - id: "CTOhDddCxvE" 81 + description: "Software tools used in ROMI: a quick look into some of the tools used to develop ROMI" 82 + --- 83 + ## Tell me more: a deeper dive into the ROMI Tools 84 + 85 + In this series we talk to some of the engineers of the ROMI tools, covering the components and software tools that are used to develop them. 86 + :: 87 + 88 + 89 + <!-- ::section-videos 90 + --- 91 + items: 11 92 - id: wDddnJFT0mk 12 93 description: 'Microfarms, is computational agriculture a future of farming?' 13 94 - id: 6eQ40OyCFD8 ··· 66 147 description: 'ROMI: A dive into Open Source Tools' 67 148 --- 68 149 ## The ROMI tools in depth 69 - :: 150 + :: -->