Skip to content

Commit 5b85c62

Browse files
committed
Updated users and collaborators page.
1 parent 7b8a503 commit 5b85c62

1 file changed

Lines changed: 43 additions & 4 deletions

File tree

  • _docs/overview/users_and_clients

_docs/overview/users_and_clients/index.md

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,50 @@ partners_list:
2929
text: The Zephyr Project is a Linux Foundation hosted Collaboration Project. It’s an open source effort uniting developers and users in building a best-in-class small, scalable, real-time operating system (RTOS) optimized for resource-constrained devices, across multiple architectures. As an open source project, the community evolves the project to support new hardware, developer tools, sensors, and device drivers.
3030
title: Zephyr Project
3131
url: www.zephyrproject.org
32+
- path: https://www.amazon.com/ref=nav_logo
33+
text: Amazon is an American multinational technology company based in Seattle that focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence.
34+
title: Amazon
35+
url: www.amazon.com/
3236

33-
mw_users:
37+
users:
3438
- path: https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Renesas_Electronics_logo.svg/210px-Renesas_Electronics_logo.svg.png
3539
text: Renesas is a global semiconductor company delivering trusted embedded design innovation with complete semiconductor solutions that enable billions of connected, intelligent devices to enhance the way people work and live.
3640
title: Renesas
3741
url: www.renesas.com
3842
- path: https://cdn11.bigcommerce.com/s-76o5u/images/stencil/250x100/robotis_logo_en_1397779687__24544.original.jpg
39-
text: SRobotis is a global robot solutions provider and one of the leading manufacturers of robotic hardware. The company is the exclusive producer of the DYNAMIXEL brand of all-in-one smart servos. Robotis specializes in the manufacture of robotic hardware and full robot platforms for use in all fields of study and industry, as well as educational robotics kits for all ages and skill levels.
43+
text: Robotis is a global robot solutions provider and one of the leading manufacturers of robotic hardware. The company is the exclusive producer of the DYNAMIXEL brand of all-in-one smart servos. Robotis specializes in the manufacture of robotic hardware and full robot platforms for use in all fields of study and industry, as well as educational robotics kits for all ages and skill levels.
4044
title: Robotis
4145
url: www.robotis.us
4246
- path: https://www.dronecode.org/wp-content/uploads/sites/24/2020/08/dronecode_logo_default_cropped.png
4347
text: Dronecode is a nonprofit hosted under the Linux Foundation, dedicated to fostering open-source components and their communities. Working with top developers, end-users, and adopting vendors to create opportunities for collaboration.
4448
title: Dronecode
4549
url: www.dronecode.org
50+
- path: https://www.wyca-robotics.com/assets/img/LogoAvecRoue%20compact%202.png?h=8fb6472f17b03b02cb7872c4a106281c
51+
text: WYCA Robotics is a French company with more than 5 years of edge technology mastering in Robotics, AI and autonomous navigation. They developed Elodie, the first multi-purpose self-driving level 5 indoor vehicle for handling the users' mobiliy challenges.
52+
title: Wyca Robotics
53+
url: www.wyca-robotics.com
54+
55+
collaborators:
56+
- path: https://luxonis.com/img/logo.png
57+
text: LUXonis is a US-based company specialized in solutions for developing embedded, performant, spatial AI & CV applications. This technology comes with the goal of allowing for human-like perception anywhere, regardless of internet connectivity, and making it productizable, user-friendly and reusable. LUXonis is responsible for devising DepthAI, an open-source platform - a complete ecosystem of custom haredware, firmware, software, and AI training - which combines neural inference, depth vision, and feature tracking into an easy-to-use solution.
58+
title: LUXonis
59+
url: www.luxonis.com
60+
- path: https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Canonical_logo.svg/200px-Canonical_logo.svg.png
61+
text: Canonical is a computer software company with products like Ubuntu Linux. The company goal is to deliver, maintain, secure and sustain open source from cloud to desktop and devices.
62+
title: Canonical
63+
url: www.canonical.com
64+
- path: https://www.freertos.org/fr-content-src/uploads/2018/07/logo-1.jpg
65+
text: FreeRTOS is a market-leading Real-Time Operating system (RTOS) for microcontrollers and small microprocessors. Distributed freely under the MIT open source license, FreeRTOS includes a kernel and a growing set of IoT libraries suitable for use across all industry sectors. FreeRTOS is built with an emphasis on reliability and ease of use.
66+
title: FreeRTOS
67+
url: www.freertos.org
68+
- path: https://picknik.ai/assets/images/logo.jpg
69+
text: PickNik combines world-class robotics expertise and edge cutting open-source robotics frameworks that reduce cycle time, increase robustness, and generate optimal motions. PickNik's outstanding software MoveIt is a popular motion planning and manipulation platform in the ROS ecosystem.
70+
title: PickNik
71+
url: www.picknik.ai
72+
- path: https://www.espressif.com/sites/all/themes/espressif/logo-black.svg
73+
text: Espressif Systems is a public multinational, fabless semiconductor company focused on developing cutting-edge Wi-Fi-and-Bluetooth, low-power, AIoT solutions. They have created the popular ESP8266, ESP32, ESP32-S and ESP32-C series of chips, modules and development boards, and offer several open-source frameworks for building AIoT applications, among which the Espressif's IoT Development Framework ESP-IDF.
74+
title: Espressif
75+
url: www.espressif.com
4676

4777
---
4878

@@ -154,9 +184,18 @@ window.onload = () => {
154184
{% endfor %}
155185
</div>
156186

157-
<h2>Middleware Users</h2>
187+
<h2>Users and Middleware Users</h2>
158188
<div class="photo-gallery">
159-
{% for image in page.mw_users %}
189+
{% for image in page.users %}
190+
<div class="flex-item">
191+
<img class="logoImage" src="{{ image.path }}" style="cursor:pointer;" alt="{{ image.title}}" onclick="open_modal('{{ image.title }}','{{ image.url }}','{{ image.text }}')"/>
192+
</div>
193+
{% endfor %}
194+
</div>
195+
196+
<h2>Collaborators</h2>
197+
<div class="photo-gallery">
198+
{% for image in page.collaborators %}
160199
<div class="flex-item">
161200
<img class="logoImage" src="{{ image.path }}" style="cursor:pointer;" alt="{{ image.title}}" onclick="open_modal('{{ image.title }}','{{ image.url }}','{{ image.text }}')"/>
162201
</div>

0 commit comments

Comments
 (0)