File tree Expand file tree Collapse file tree 15 files changed +21
-18
lines changed
community/partnersAndInstances
knowledgebase/featurelist Expand file tree Collapse file tree 15 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 17
17
{
18
18
"title" : " Jena Experiment" ,
19
19
"url" : " http://the-jena-experiment.de/" ,
20
- "image" : " Partner_Logo_JenaExperiment.gif "
20
+ "image" : " Partner_Logo_JenaExperiment.webp "
21
21
},
22
22
{
23
23
"title" : " ATTO – Amazon Tall Tower Observatory" ,
62
62
{
63
63
"title" : " NOA" ,
64
64
"url" : " https://noa1375.inf-bb.uni-jena.de/" ,
65
- "image" : " noa.jfif "
65
+ "image" : " noa.webp "
66
66
},
67
67
{
68
68
"title" : " SoilBON" ,
Original file line number Diff line number Diff line change 17
17
{
18
18
"title" : " TUM" ,
19
19
"url" : " https://www.tum.de" ,
20
- "image" : " Partner_Logo_TUM.gif "
20
+ "image" : " Partner_Logo_TUM.webp "
21
21
}
22
22
]
Original file line number Diff line number Diff line change 22
22
{
23
23
"title" : " Jena Experiment" ,
24
24
"url" : " http://the-jena-experiment.de/" ,
25
- "image" : " Partner_Logo_JenaExperiment.gif "
25
+ "image" : " Partner_Logo_JenaExperiment.webp "
26
26
},
27
27
{
28
28
"title" : " ATTO – Amazon Tall Tower Observatory" ,
Original file line number Diff line number Diff line change 22
22
<Row style =" padding-bottom:10px" >
23
23
<Col xs =" 6" >
24
24
<div >
25
- <img src ={base + ' /images/dfg_logo_schriftzug_gray.png' } alt =" dfg_logo " width =" 300px" />
25
+ <img src ={base + ' /images/dfg_logo_schriftzug_gray.png' } alt =" dfg logo " width =" 300px" />
26
26
</div >
27
27
</Col >
28
28
<Col xs =" 6" >
29
- <div class =" text-end" >
30
- <img src ={base + ' /images/NFDI4Biodiversity.png' } alt =" nfdi4bio_logo " width =" 300px" />
29
+ <div class =" text-end" >
30
+ <img src ={base + ' /images/NFDI4Biodiversity.png' } alt =" nfdi4bio logo " width =" 300px" />
31
31
</div >
32
32
</Col >
33
33
</Row >
34
34
<div class =" text-end" >
35
35
This work was supported by the German Research Foundation (DFG) within the project “Establishment of the National Research Data Infrastructure (NFDI)” in the consortium NFDI4Biodiversity (project number 442032008).
36
36
</div >
37
37
</Col >
38
-
38
+
39
39
</Row >
40
40
</div >
41
41
</footer >
Original file line number Diff line number Diff line change 33
33
<Row >
34
34
<Col xs =" 5" sm =" 5" md =" 5"
35
35
><h3 >
36
- <img src ={creator .avatar_url } style =" width:20px" />
36
+ <img src ={creator .avatar_url } style ="width:20px" alt = "avatar { creator . login } " />
37
37
<a href ={creator .html_url }>{creator .login }</a >
38
38
</h3 ></Col
39
39
>
Original file line number Diff line number Diff line change 10
10
</script >
11
11
12
12
<div class =" card" style =" width: 18rem;" >
13
- <img src =" {base }/images/people/ {image }" class =" card-img-top" alt =" ... " />
13
+ <img src =" {base }/images/people/ {image }" class ="card-img-top" alt ="image of { name } " />
14
14
<div class =" card-body" >
15
15
<h5 class ="card-title" >{name }</h5 >
16
16
<hr />
Original file line number Diff line number Diff line change 19
19
<Row >
20
20
<Col xs =" 2"
21
21
><h3 >
22
- <img src ={author .avatar_url } style =" width:20px" />
22
+ <img src ={author .avatar_url } style ="width:20px" alt = "avatar { author . login } " />
23
23
<a href ={author .html_url }>{author .login }</a >
24
24
</h3 ></Col
25
25
>
Original file line number Diff line number Diff line change 46
46
<header >
47
47
<Navbar color =" light" light expand =" md" >
48
48
<NavbarBrand href =" {base }/" >
49
- <img src ={base + ' /Logo_BEXIS_rgb_2600x830.png' } alt =" logo" width =" 200px" /></NavbarBrand
49
+ <img src ={base + ' /Logo_BEXIS_rgb_2600x830.png' } alt =" BEXIS2 logo" width =" 200px" /></NavbarBrand
50
50
>
51
51
<NavbarToggler on:click ={() => (isOpen = ! isOpen )} />
52
52
<Collapse {isOpen } navbar expand ="md" on:update ={handleUpdate }>
63
63
<DropdownMenu end >
64
64
<DropdownItem href ={base + ' /software/features' }>Features</DropdownItem >
65
65
<DropdownItem href ={base + ' /software/releases' }>Releases</DropdownItem >
66
- <DropdownItem href ={base + ' /software/milestones' }>Milestones</DropdownItem >
66
+ <!--< DropdownItem href={base + '/software/milestones'}>Milestones</DropdownItem>-- >
67
67
<DropdownItem href ={base + ' /software/modules' }>Modules Overview</DropdownItem >
68
68
<DropdownItem divider />
69
69
<DropdownItem href =" https://demo.bexis2.uni-jena.de/" >Live Demo</DropdownItem >
78
78
<DropdownItem href ={base + ' /resources/manuals' }>Manuals</DropdownItem >
79
79
<DropdownItem href ={base + ' /resources/techtalks' }>Tech Talks</DropdownItem >
80
80
<DropdownItem href ={base + ' /resources/publications' }>Publications</DropdownItem >
81
+ <DropdownItem divider />
81
82
<DropdownItem href =" https://fusion.cs.uni-jena.de/bppCM/index.htm" target =" _blank"
82
83
>Conceptional Model</DropdownItem
83
84
>
101
102
>System Requirements</DropdownItem
102
103
>
103
104
<DropdownItem href ={base + ' /knowledgebase/featurelist' }>All Features</DropdownItem >
104
- <DropdownItem href ={base + ' /knowledgebase/glossary' }>Glossary</DropdownItem >
105
+ <!--< DropdownItem href={base + '/knowledgebase/glossary'}>Glossary</DropdownItem>-- >
105
106
</DropdownMenu >
106
107
</Dropdown >
107
108
Original file line number Diff line number Diff line change 13
13
<title >Home</title >
14
14
</svelte:head >
15
15
16
- <img src ={base + ' /images/Bexis_Home_Header.gif ' } alt =" banner" width =" 100%" />
16
+ <img src ={base + ' /images/Bexis_Home_Header.webp ' } alt =" BEXIS2 banner" width =" 100%" />
17
17
18
18
<Row >
19
19
<Col xs =" 12" sm =" 6" md =" 4" >
33
33
</Col >
34
34
<Col xs =" 12" sm =" 6" md =" 4" >
35
35
<Card title =" Latest Releases" >
36
- Manage your research data now. BEXIS is easy to run and simple to maintain. <a
36
+ Manage your research data now. BEXIS2 is easy to run and simple to maintain. <a
37
37
href =" {base }/software/releases"
38
38
>Download the latest version
39
39
</a > of BEXIS2.
Original file line number Diff line number Diff line change 19
19
</svelte:head >
20
20
21
21
<ImageLinkList
22
- title =" BEXIS ++ Partners"
23
- description =" The following organisation are part of the BExIS++ core project."
22
+ title =" BEXIS2 Partners"
23
+ description =" The following organisation are part of the BEXIS2 core project."
24
24
list ={partnersJson }
25
25
/>
26
26
You can’t perform that action at this time.
0 commit comments