Changes for page Tidy-Lab Cloud Platform

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

From version 19.1
edited by Christian Wawrzinek
on 2026/03/18 15:56
Change comment: There is no comment for this version
To version 32.1
edited by Humphrey AI
on 2026/03/19 16:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.wac
1 +XWiki.humphrey
Content
... ... @@ -1,21 +5,16 @@
1 - {{velocity}} $xwiki.ssx.use($doc.fullName)
2 - $xwiki.jsx.use($doc.fullName, {"minify": false})
3 - #set($logoUrl = $doc.getAttachmentURL('tidylab-logo.svg'))
4 - {{/velocity}}
5 5  
2 +{{velocity}}
3 +#set($discard = $xwiki.ssx.use($doc.fullName))
4 +#set($discard = $xwiki.jsx.use($doc.fullName, {"minify": false}))
5 +{{/velocity}}
6 6  
7 7  (% class="tl-hero" %)
8 8  (((
9 9  (% class="tl-hero-top" %)
10 10  (((
11 -(% class="tl-hero-logo-bar" %)
12 -(((
13 -[[image:$escapetool.xml($logoUrl)||alt="Tidy-Lab" class="tl-hero-logo-img"]]
14 -)))
15 -
16 16  (% class="tl-hero-center" %)
17 17  (((
18 -(% class="tl-hero-title" %)
13 +(% id="HTidy-LabCloudPlatform" class="tl-hero-title" %)
19 19  = Tidy-Lab Cloud Platform =
20 20  )))
21 21  )))
... ... @@ -24,7 +24,12 @@
24 24  (((
25 25  (% class="tl-hero-tagline" %)
26 26  data · done · better
22 +
23 +(% class="tl-partner-btn-wrap" %)
24 +(((
25 +[[Partner Access>>doc:Foundation.WebHome||class="tl-partner-btn"]]
27 27  )))
27 +)))
28 28  
29 29  [[▼>>path:#tl-content||class="tl-hero-scroll"]]
30 30  )))
... ... @@ -31,51 +31,5 @@
31 31  
32 32  (% id="tl-content" %)
33 33  (((
34 -
35 -)))
36 36  
37 -
38 -== Welcome ==
39 -
40 - Welcome to the **Tidy-Lab Cloud Platform** community wiki.
41 -
42 - Tidy-Lab is a secure research platform that connects inventory, experiments and workflows in one place — making your results traceable, reproducible and audit-ready.
43 -
44 -=== Quick Links ===
45 -
46 -* [[Getting Started>>doc:]]
47 -* [[Documentation>>doc:]]
48 -* [[FAQ>>doc:]]
49 -* [[Community Forum>>doc:]]
50 -
51 -== About the Platform ==
52 -
53 - 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.
54 -
55 -=== Key Features ===
56 -
57 -* **Inventory Management** — Track samples, reagents, equipment and any entity with custom metadata fields
58 -* **Experiment Tracking** — Design experiment templates, log results and link them to inventory
59 -* **Workflow Automation** — Define approval chains, notifications and automated actions
60 -* **Compliance & Audit** — Full audit trail, electronic signatures and FAIR data principles
61 -
62 -=== Getting Started ===
63 -
64 - ~|=Step|=Description
65 - ~|1|Create your account and set up your profile
66 - ~|2|Join or create a research group
67 - ~|3|Configure your inventory categories
68 - ~|4|Set up your first experiment template
69 - ~|5|Invite collaborators and assign roles
70 -
71 -== Community ==
72 -
73 - Tidy-Lab is stewarded by the **Stichting Tidy-Lab Foundation**, an independent Dutch foundation. We welcome contributions from everyone.
74 -
75 -=== How to Contribute ===
76 -
77 -* Fork a repository and submit a pull request
78 -* Report bugs and suggest features through the issue tracker
79 -* Write documentation and tutorials
80 -* Help translate the platform into other languages
81 -* Share your experiment templates with the community
35 +)))
XWiki.StyleSheetExtension[0]
code
... ... @@ -235,3 +235,45 @@
235 235   }
236 236   }
237 237  
238 + /* ==========================================================================
239 + Partner Access Button
240 + ========================================================================== */
241 + .tl-partner-btn-wrap {
242 + margin-top: 250px;
243 + text-align: center;
244 + }
245 +
246 + .tl-partner-btn {
247 + display: inline-block;
248 + padding: 12px 40px;
249 + background-color: #2D2B55;
250 + color: #FFFFFF !important;
251 + font-family: "Calibri", "Segoe UI", sans-serif;
252 + font-size: 15px;
253 + font-weight: 400;
254 + letter-spacing: 3px;
255 + text-transform: uppercase;
256 + text-decoration: none !important;
257 + border: 2px solid #2D2B55;
258 + border-radius: 0;
259 + transition: all 0.3s ease;
260 + cursor: pointer;
261 + }
262 +
263 + .tl-partner-btn:hover {
264 + background-color: transparent;
265 + color: #2D2B55 !important;
266 + border-color: #2D2B55;
267 + text-decoration: none !important;
268 + }
269 +
270 + @media (max-width: 576px) {
271 + .tl-partner-btn {
272 + padding: 10px 28px;
273 + font-size: 13px;
274 + letter-spacing: 2px;
275 + }
276 + .tl-partner-btn-wrap {
277 + margin-top: 50px;
278 + }
279 + }
XWiki.XWikiRights[0]
allow
... ... @@ -1,0 +1,1 @@
1 +Allow
levels
... ... @@ -1,0 +1,1 @@
1 +view
users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest