Skip to content

Commit 96e739e

Browse files
committed
Update Webpage #25
1 parent d21a26f commit 96e739e

File tree

5 files changed

+47
-26
lines changed

5 files changed

+47
-26
lines changed

src/data/contributers.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,5 @@
1111
"phone": "+49 3641 946366",
1212
"mail": "[email protected]",
1313
"image": "martin.hohmuth.jpg"
14-
},
15-
{
16-
"name": "Hamdi Hamed",
17-
"position": "Developer",
18-
"address": {
19-
"name": "Friedrich-Schiller-University Jena",
20-
"street": "Leutragraben 1, Jentower",
21-
"postcode": "07743",
22-
"city": "jena"
23-
},
24-
"phone": "",
25-
"mail": "[email protected]",
26-
"image": "hamdi.hamed.jpg"
2714
}
2815
]

src/data/formermembers.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@
2323
"mail": "[email protected]",
2424
"image": "Chamanara.jpg"
2525
},
26+
{
27+
"name": "Hamdi Hamed",
28+
"position": "Developer",
29+
"address": {
30+
"name": "Friedrich-Schiller-University Jena",
31+
"street": "Leutragraben 1, Jentower",
32+
"postcode": "07743",
33+
"city": "jena"
34+
},
35+
"phone": "",
36+
"mail": "[email protected]",
37+
"image": "hamdi.hamed.jpg"
38+
},
2639
{
2740
"name": "Thorsten Hindermann",
2841
"position": "DV-Systemtechniker",

src/data/news.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,34 @@
137137
"title": "BEXIS2 Release - 3.3.2",
138138
"author": "Franziska Zander",
139139
"date": "2024/09/04",
140-
"content": "<p>We are glad to inform you that we have released the new version 3.3.2 of BEXIS2.</p><p>Please take a look at <a href=\"https://bexis2.github.io/software/releases#3.3.2\">here</a> for more details.</p>"
140+
"content": "<p>We are glad to inform you that we have released the new version 3.3.2 of BEXIS2.</p><p>Please take a look <a href=\"https://bexis2.github.io/software/releases#3.3.2\">here</a> for more details.</p>"
141141
},
142142
{
143143
"id": 16,
144144
"title": "BEXIS2 Release - 3.4.0",
145145
"author": "Franziska Zander",
146146
"date": "2024/09/27",
147-
"content": "<p>We are happy to inform you that we added several new cool features to BEXIS2, improved several pages, fixed bugs, and also took care of maintenance and security issues.</p><p>Please take a look at <a href=\"https://bexis2.github.io/software/releases#3.4.0\">here</a> for more details.</p>"
147+
"content": "<p>We are happy to inform you that we added several new cool features to BEXIS2, improved several pages, fixed bugs, and also took care of maintenance and security issues.</p><p>Please take a look <a href=\"https://bexis2.github.io/software/releases#3.4.0\">here</a> for more details.</p>"
148+
},
149+
{
150+
"id": 16,
151+
"title": "BEXIS2 Release - 4.0.0",
152+
"author": "Franziska Zander",
153+
"date": "2025/04/04",
154+
"content": "<p>We are happy to inform you that this version mainly contains fixed bugs and usability improvements of the new functions and features, focusing on the area of dataset creation and upload introduced since version 3.0.0. and a refactored documentation.</p><p>Please take a look <a href=\"https://bexis2.github.io/software/releases#4.0.0\">here</a> for more details.</p>"
155+
},
156+
{
157+
"id": 16,
158+
"title": "BEXIS2 Release - 4.0.1",
159+
"author": "Franziska Zander",
160+
"date": "2025/04/22",
161+
"content": "<p>We are happy to inform you that we released a small bugfix version for which also add new seed data for DOI issuing.</p><p>Please take a look <a href=\"https://bexis2.github.io/software/releases#4.0.1\">here</a> for more details.</p>"
162+
},
163+
{
164+
"id": 17,
165+
"title": "BEXIS2 Release - 4.0.2",
166+
"author": "Franziska Zander",
167+
"date": "2025/05/12",
168+
"content": "<p>We are happy to inform you that we fixed some bugs.</p><p>Please take a look <a href=\"https://bexis2.github.io/software/releases#4.0.2\">here</a> for more details.</p>"
148169
}
149-
150170
]

src/lib/header/Header.svelte

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,16 @@
7575
<DropdownToggle nav caret>Resources</DropdownToggle>
7676
<DropdownMenu end>
7777
<DropdownItem href={base + '/resources/install'}>Installation Guide</DropdownItem>
78+
<DropdownItem href={base + '/knowledgebase/requirements'}
79+
>System Requirements</DropdownItem
80+
>
7881
<DropdownItem href={base + '/resources/manuals'}>Manuals</DropdownItem>
7982
<DropdownItem href={base + '/resources/techtalks'}>Tech Talks</DropdownItem>
8083
<DropdownItem href={base + '/resources/publications'}>Publications</DropdownItem>
81-
<DropdownItem divider />
84+
<!---<DropdownItem divider />
8285
<DropdownItem href="https://fusion.cs.uni-jena.de/bppCM/index.htm" target="_blank"
8386
>Conceptional Model</DropdownItem
84-
>
87+
>-->
8588
</DropdownMenu>
8689
</Dropdown>
8790

@@ -95,16 +98,14 @@
9598
<DropdownItem href={base + '/community/news'}>News</DropdownItem>
9699
</DropdownMenu>
97100
</Dropdown>
98-
<Dropdown nav inNavbar>
101+
<!--<Dropdown nav inNavbar>
99102
<DropdownToggle nav caret>Knowledge Base</DropdownToggle>
100103
<DropdownMenu end>
101-
<DropdownItem href={base + '/knowledgebase/requirements'}
102-
>System Requirements</DropdownItem
103-
>
104+
104105
<DropdownItem href={base + '/knowledgebase/featurelist'}>All Features</DropdownItem>
105-
<!--<DropdownItem href={base + '/knowledgebase/glossary'}>Glossary</DropdownItem>-->
106+
<DropdownItem href={base + '/knowledgebase/glossary'}>Glossary</DropdownItem>
106107
</DropdownMenu>
107-
</Dropdown>
108+
</Dropdown>-->
108109

109110
<Dropdown nav inNavbar>
110111
<DropdownToggle nav caret>About</DropdownToggle>

src/routes/community/partnersAndInstances/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<h1>Partners & Instances</h1>
2222

23-
<ImageLinkList
23+
<!--<ImageLinkList
2424
title="BEXIS2 Partners"
2525
description="The following organisation are part of the BEXIS2 core project."
2626
list={partnersJson}
@@ -30,6 +30,6 @@
3030
title="Contributing Projects"
3131
description="The core project closely collaborates with the following projects. The kind of contribution may include: collecting and providing user requirement, perform testing, usability studies, training, or developing modules and specific components."
3232
list={projectsJson}
33-
/>
33+
/>-->
3434

3535
<ImageLinkList title="Instances" description="" list={instancesJson} />

0 commit comments

Comments
 (0)