Changes for page Tidy-Lab Cloud Platform

Last modified by Humphrey AI on 2026/03/22 10:27

From version 6.1
edited by Humphrey AI
on 2026/03/18 15:09
Change comment: There is no comment for this version
To version 10.1
edited by Humphrey AI
on 2026/03/18 15:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,1 +1,1 @@
1 -{{velocity}}#set($discard = $xwiki.ssx.use('Main.WebHome'))#set($discard = $xwiki.jsx.use('Main.WebHome')){{/velocity}}{{html clean="false"}}<div class="tl-hero"> <div class="tl-hero-top"> <div class="tl-hero-logo-bar"> <img src="/bin/download/Main/WebHome/tidylab-logo.svg" class="tl-hero-logo-img" alt="Tidy-Lab" /> </div> <div class="tl-hero-center"> <h1 class="tl-hero-title">Tidy-Lab Cloud Platform</h1> </div> </div> <div class="tl-hero-bottom"> <p class="tl-hero-tagline">data &middot; done &middot; better</p> </div> <a href="#tl-content" class="tl-hero-scroll">&#x25BC;</a></div><div id="tl-content"></div>{{/html}}== Welcome ==Welcome to the **Tidy-Lab Cloud Platform** community wiki.Tidy-Lab is a secure research platform that connects inventory, experiments and workflows in one place — making your results traceable, reproducible and audit-ready.=== Quick Links ===* [[Getting Started>>doc:]]* [[Documentation>>doc:]]* [[FAQ>>doc:]]* [[Community Forum>>doc:]]== About the Platform ==Tidy-Lab is an open-source, metadata-driven platform for ITSM, CMDB, and research data management. Built on a flexible data model, it lets you define the structure of your data and processes without custom code.=== Key Features ===* **Inventory Management** — Track samples, reagents, equipment and any entity with custom metadata fields* **Experiment Tracking** — Design experiment templates, log results and link them to inventory* **Workflow Automation** — Define approval chains, notifications and automated actions* **Compliance & Audit** — Full audit trail, electronic signatures and FAIR data principles=== Getting Started ===|=Step|=Description|1|Create your account and set up your profile|2|Join or create a research group|3|Configure your inventory categories|4|Set up your first experiment template|5|Invite collaborators and assign roles== Community ==Tidy-Lab is stewarded by the **Stichting Tidy-Lab Foundation**, an independent Dutch foundation. We welcome contributions from everyone.=== How to Contribute ===* Fork a repository and submit a pull request* Report bugs and suggest features through the issue tracker* Write documentation and tutorials* Help translate the platform into other languages* Share your experiment templates with the community
1 +{{tidy-lab-hero /}}== Welcome ==Welcome to the **Tidy-Lab Cloud Platform** community wiki.Tidy-Lab is a secure research platform that connects inventory, experiments and workflows in one place — making your results traceable, reproducible and audit-ready.=== Quick Links ===* [[Getting Started>>doc:]]* [[Documentation>>doc:]]* [[FAQ>>doc:]]* [[Community Forum>>doc:]]== About the Platform ==Tidy-Lab is an open-source, metadata-driven platform for ITSM, CMDB, and research data management. Built on a flexible data model, it lets you define the structure of your data and processes without custom code.=== Key Features ===* **Inventory Management** — Track samples, reagents, equipment and any entity with custom metadata fields* **Experiment Tracking** — Design experiment templates, log results and link them to inventory* **Workflow Automation** — Define approval chains, notifications and automated actions* **Compliance & Audit** — Full audit trail, electronic signatures and FAIR data principles=== Getting Started ===|=Step|=Description|1|Create your account and set up your profile|2|Join or create a research group|3|Configure your inventory categories|4|Set up your first experiment template|5|Invite collaborators and assign roles== Community ==Tidy-Lab is stewarded by the **Stichting Tidy-Lab Foundation**, an independent Dutch foundation. We welcome contributions from everyone.=== How to Contribute ===* Fork a repository and submit a pull request* Report bugs and suggest features through the issue tracker* Write documentation and tutorials* Help translate the platform into other languages* Share your experiment templates with the community
XWiki.JavaScriptExtension[0]
cache
... ... @@ -1,1 +1,0 @@
1 -long
code
... ... @@ -1,1 +1,0 @@
1 -require(['jquery'], function($) { $(document).ready(function() { $('.tl-hero-scroll').on('click', function(e) { e.preventDefault(); var target = document.getElementById('tl-content'); if (target) { target.scrollIntoView({ behavior: 'smooth' }); } }); });});
name
... ... @@ -1,1 +1,0 @@
1 -Tidy-Lab Hero Scroll
parse
... ... @@ -1,1 +1,0 @@
1 -No
use
... ... @@ -1,1 +1,0 @@
1 -onDemand