Skip to content

Commit ba236c4

Browse files
Add the DLR as the first titan supporter (#456)
1 parent 9fa0f95 commit ba236c4

File tree

8 files changed

+81
-0
lines changed

8 files changed

+81
-0
lines changed

app/MindWork AI Studio/Assistants/I18N/allTexts.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2917,6 +2917,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2355807535"] = "Thanks, Nils, for
29172917
-- The first 10 supporters who make a one-time contribution:
29182918
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2410456125"] = "The first 10 supporters who make a one-time contribution:"
29192919

2920+
-- We would like to thank the DLR for its courage in supporting MindWork AI Studio at an early stage. The DLR not only uses AI Studio in various projects but also supports its further development with personnel resources.
2921+
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2438064678"] = "We would like to thank the DLR for its courage in supporting MindWork AI Studio at an early stage. The DLR not only uses AI Studio in various projects but also supports its further development with personnel resources."
2922+
29202923
-- Supporters
29212924
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2929332068"] = "Supporters"
29222925

@@ -2926,6 +2929,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3060804484"] = "Content Contribut
29262929
-- Financial Support
29272930
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3061261435"] = "Financial Support"
29282931

2932+
-- German Aerospace Center (DLR)
2933+
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3264998714"] = "German Aerospace Center (DLR)"
2934+
29292935
-- The first 10 supporters who make a monthly contribution:
29302936
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3364384944"] = "The first 10 supporters who make a monthly contribution:"
29312937

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<MudListItem T="string" Href="@this.URL" Target="_blank">
2+
<AvatarContent>
3+
<MudAvatar Variant="Variant.Filled" Size="Size.Large" Style="background-color: white;" Class="mr-6">
4+
<MudImage Src="@this.ImageSrc"/>
5+
</MudAvatar>
6+
</AvatarContent>
7+
<ChildContent>
8+
<MudText Typo="Typo.h6" Inline="@true">
9+
@this.Name
10+
</MudText>
11+
12+
<MudText Typo="Typo.body1" Class="ml-3" Inline="@true">
13+
@this.Acknowledgment
14+
</MudText>
15+
</ChildContent>
16+
</MudListItem>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
using Microsoft.AspNetCore.Components;
2+
3+
namespace AIStudio.Components;
4+
5+
public partial class Titan : ComponentBase
6+
{
7+
[Parameter]
8+
public string Name { get; set; } = string.Empty;
9+
10+
[Parameter]
11+
public string Acknowledgment { get; set; } = string.Empty;
12+
13+
[Parameter]
14+
public string? URL { get; set; }
15+
16+
[Parameter]
17+
public SupporterType Type { get; set; }
18+
19+
[Parameter]
20+
public string? ImageSrc { get; set; }
21+
}

app/MindWork AI Studio/Pages/Supporters.razor

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<MudText Typo="Typo.body1" Style="text-align: justify; hyphens: auto;" Class="mb-3">
2121
@T("For companies, sponsoring MindWork AI Studio is not only a way to support innovation but also a valuable opportunity for public relations and marketing. Your company's name and logo will be featured prominently, showcasing your commitment to using cutting-edge AI tools and enhancing your reputation as an innovative enterprise.")
2222
</MudText>
23+
24+
<MudList T="string" Class="mb-3">
25+
<Titan Name="@T("German Aerospace Center (DLR)")" Type="SupporterType.ORGANIZATION" URL="https://www.dlr.de/" ImageSrc="svg/titans/DLR.svg" Acknowledgment="@T("We would like to thank the DLR for its courage in supporting MindWork AI Studio at an early stage. The DLR not only uses AI Studio in various projects but also supports its further development with personnel resources.")"/>
26+
</MudList>
27+
2328
<MudButton Href="https://github.com/sponsors/MindWorkAI" StartIcon="@Icons.Material.Filled.Business" Variant="Variant.Filled" Target="_blank">
2429
@T("Become our first Titan")
2530
</MudButton>

app/MindWork AI Studio/Plugins/languages/de-de-43065dbc-78d0-45b7-92be-f14c2926e2dc/plugin.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,6 +2919,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2355807535"] = "Danke, Nils, dass
29192919
-- The first 10 supporters who make a one-time contribution:
29202920
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2410456125"] = "Die ersten 10 Spender, die einen einmaligen Beitrag geleistet haben:"
29212921

2922+
-- We would like to thank the DLR for its courage in supporting MindWork AI Studio at an early stage. The DLR not only uses AI Studio in various projects but also supports its further development with personnel resources.
2923+
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2438064678"] = "Wir bedanken uns beim DLR, dass es so mutig war, MindWork AI Studio in einem frühen Stadium zu unterstützen. Das DLR setzt AI Studio nicht nur im Rahmen verschiedener Projekte ein, sondern unterstützt die Weiterentwicklung mit Personalressourcen."
2924+
29222925
-- Supporters
29232926
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2929332068"] = "Unterstützer"
29242927

@@ -2928,6 +2931,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3060804484"] = "Inhaltliche Beitr
29282931
-- Financial Support
29292932
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3061261435"] = "Finanzielle Unterstützung"
29302933

2934+
-- German Aerospace Center (DLR)
2935+
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3264998714"] = "Deutsches Zentrum für Luft- und Raumfahrt (DLR)"
2936+
29312937
-- The first 10 supporters who make a monthly contribution:
29322938
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3364384944"] = "Die ersten 10 Spender, die einen monatlichen Beitrag leisten:"
29332939

app/MindWork AI Studio/Plugins/languages/en-us-97dfb1ba-50c4-4440-8dfa-6575daf543c8/plugin.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,6 +2919,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2355807535"] = "Thanks, Nils, for
29192919
-- The first 10 supporters who make a one-time contribution:
29202920
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2410456125"] = "The first 10 supporters who make a one-time contribution:"
29212921

2922+
-- We would like to thank the DLR for its courage in supporting MindWork AI Studio at an early stage. The DLR not only uses AI Studio in various projects but also supports its further development with personnel resources.
2923+
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2438064678"] = "We would like to thank the DLR for its courage in supporting MindWork AI Studio at an early stage. The DLR not only uses AI Studio in various projects but also supports its further development with personnel resources."
2924+
29222925
-- Supporters
29232926
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T2929332068"] = "Supporters"
29242927

@@ -2928,6 +2931,9 @@ UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3060804484"] = "Content Contribut
29282931
-- Financial Support
29292932
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3061261435"] = "Financial Support"
29302933

2934+
-- German Aerospace Center (DLR)
2935+
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3264998714"] = "German Aerospace Center (DLR)"
2936+
29312937
-- The first 10 supporters who make a monthly contribution:
29322938
UI_TEXT_CONTENT["AISTUDIO::PAGES::SUPPORTERS::T3364384944"] = "The first 10 supporters who make a monthly contribution:"
29332939

app/MindWork AI Studio/wwwroot/changelog/v0.9.43.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# v0.9.43, build 218 (2025-05-xx xx:xx UTC)
2+
- Added our first titan: the German Aerospace Center (DLR) uses AI Studio in several projects and supports further development with personnel resources.
23
- Added the ability to select the new Google Gemini embeddings in the embedding configuration.
34
- Added localization for embedding configuration, bias of the day, and the agenda assistant.
45
- Improved the automatic German translation; thanks Peer (`peerschuett`) for contributing.
Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)