-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #552 from eclipse-tractusx/reorganize-community-se…
…ction
- Loading branch information
Showing
14 changed files
with
256 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
slug: new-open-meeting-blog | ||
title: New Open Meeting blog | ||
authors: | ||
- sebastian_bezold | ||
tags: [meeting-minutes, community] | ||
--- | ||
|
||
## New home for open meeting minutes | ||
|
||
We are happy to announce a new blog, that will host meeting minutes of all our open meetings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
sebastian_bezold: | ||
name: Sebastian Bezold | ||
title: Consortia System Team Member | ||
url: https://github.com/SebastianBezold | ||
image_url: https://github.com/SebastianBezold.png | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Intro | ||
--- | ||
|
||
## Tractus-X Community | ||
|
||
We warmly welcome You to shape the automotive value chain of the next generation! | ||
The global Tractus-X community consists of a broad range of users, contributors, and committers from various companies | ||
(and individual actors) in the automotive value chain. We sincerely invite anyone to participate who wants to shape our | ||
architecture, reference implementations KITs for our Catena-X data space. | ||
|
||
## Communication Rules | ||
|
||
A pre-requisite for joining the Tractus-X communication channels is | ||
an [Eclipse Foundation Account](https://accounts.eclipse.org/user/register?destination=user). | ||
|
||
In addition, we encourage you to sign the Eclipse Contribution Agreement (ECA) to contribute to our Tractus-X project. | ||
For example, report and fix bugs or implement enhancements according to the Tractus-X roadmap. See | ||
our [contributing guide](https://eclipse-tractusx.github.io/docs/oss/how-to-contribute). | ||
|
||
- __For a first contact__ please use our Tractus-X mailing list ([email protected]) to get in touch with our | ||
community or a specific product team you want to contribute. | ||
- __For quick and informal syncs__ please use | ||
our [Eclipse Matrix Space](https://matrix.to/#/#automotive.tractusx:matrix.eclipse.org) to align on easy topics, ask | ||
questions, share a link or a bite-size piece of information. | ||
- __For product alignments__ please set up a meeting with a tool of your choice as a project manager. The preparation of | ||
meeting minutes is not required. Recurring formal meetings must be communicated via our Tractus-X mailing list. Ad hoc | ||
informal meetings may be organized without prior notice. | ||
- __For cross-product alignments__ the Catena-X Association is currently preparing various committees to support the | ||
coordination of the open-source products and repositories. The goal of a committee is to discuss, define and create a | ||
common vision, roadmap, standards, architecture, KITs, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import MeetingInfo from '@site/src/components/MeetingInfo'; | ||
|
||
# Open Meetings | ||
|
||
This page hosts information about all of our open Tractus-X meetings. | ||
These are dedicated sync meetings for specific products, as well as open planning sessions. | ||
|
||
<MeetingInfo title="Tractus-X community call" | ||
schedule="Every Friday 1pm CET (UTC +1)" | ||
description="Formerly known as the 'Office Hour', hosted by the System Team of the Catena-X Consortium, the Tractus-X is the open | ||
replacement meeting for everyone interested in general and overarching topics regarding Eclipse Tractus-X" | ||
contact="[email protected]" | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Products | ||
--- | ||
|
||
import ProductOverview from '@site/src/components/ProductOverview'; | ||
|
||
<ProductOverview /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2023,2024 Contributors to the Eclipse Foundation | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Apache License, Version 2.0 which is available at | ||
* https://www.apache.org/licenses/LICENSE-2.0. | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
* License for the specific language governing permissions and limitations | ||
* under the License. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
******************************************************************************/ | ||
|
||
const sidebars = { | ||
community: [ | ||
'intro', | ||
'open-meetings', | ||
'products', | ||
{ | ||
type: 'link', | ||
label: 'Meeting Minutes', | ||
href: '/community/meeting-minutes', // see docusaurus.config.js '@docusaurus/plugin-content-blog' plugin with id: 'blog-meeting-minutes' property: 'routeBasePath:' | ||
}, | ||
], | ||
}; | ||
|
||
module.exports = sidebars; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
/********************************************************************************* | ||
* Copyright (c) 2023,2024 Contributors to the Eclipse Foundation | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Apache License, Version 2.0 which is available at | ||
* https://www.apache.org/licenses/LICENSE-2.0. | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
* License for the specific language governing permissions and limitations | ||
* under the License. | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
********************************************************************************/ | ||
import React from 'react'; | ||
|
||
export default function MeetingInfo({title, schedule, description, contact}) { | ||
return ( | ||
<section style={meetingInfo}> | ||
<div style={meetingOverview}> | ||
<h2 style={meetingTitle}>{title}</h2> | ||
<div style={meetingSchedule}>{schedule}</div> | ||
</div> | ||
<div style={meetingDetails}> | ||
<p>{description}</p> | ||
<p>Contact:</p> | ||
<a href={"mailto:" + contact}>{contact}</a>. | ||
</div> | ||
</section> | ||
); | ||
} | ||
|
||
const meetingInfo = { | ||
display: 'flex', | ||
width: '100%', | ||
padding: '1rem 0 0.5rem' | ||
} | ||
|
||
const meetingOverview = { | ||
width: '33%', | ||
margin: 'auto 0', | ||
padding: '2rem 0 0.5rem', | ||
borderRight: '2px solid #faa023' | ||
} | ||
|
||
const meetingTitle = { | ||
fontWeight: '700', | ||
fontSize: '20px', | ||
lineHeight: '25px' | ||
} | ||
|
||
const meetingSchedule = { | ||
fontWeight: '400', | ||
fontSize: '12px', | ||
lineHeight: '16px', | ||
color: '#a5a5a5' | ||
} | ||
|
||
const meetingDetails = { | ||
width: '67%', | ||
margin: 'auto 0', | ||
padding: '0.5rem 1.5rem' | ||
} |
Oops, something went wrong.