refactor: Remove non-functional JSON-LD script from README
Browse filesRemoves the embedded structured data (JSON-LD) script block.
Reasoning: Testing confirmed the script is stripped by the Hugging Face platform's renderer and thus serves no technical function. The canonical "Single Source of Truth" for structured data is maintained on the primary GitHub and GitLab Pages sites.
This change keeps the README clean and focused on its purpose as human-readable documentation.
README.md
CHANGED
@@ -221,137 +221,5 @@ I'm especially passionate about developing **AI-powered frameworks** that integr
|
|
221 |
The content in this repository is licensed under the [CreativeML OpenRAIL-M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license).
|
222 |
|
223 |
> My aim is to foster open, sustainable, and collaborative technology ecosystems.
|
224 |
-
|
225 |
-
|
226 |
-
[
|
227 |
-
{
|
228 |
-
"@context": "https://schema.org",
|
229 |
-
"@type": "WebSite",
|
230 |
-
"@id": "https://huggingface.co/ML-The-AI-Engineer#website",
|
231 |
-
"url": "https://huggingface.co/ML-The-AI-Engineer",
|
232 |
-
"name": "Michael Lorenz, M.Sc. Energy & Environment Technology (KIT) – Hugging Face Profile",
|
233 |
-
"description": "Official Hugging Face profile of Michael Lorenz, M.Sc. Energy & Environment Technology (KIT).",
|
234 |
-
"publisher": {
|
235 |
-
"@type": "Person",
|
236 |
-
"@id": "https://github.com/MICHAEL-L0RENZ#person"
|
237 |
-
},
|
238 |
-
"inLanguage": "en"
|
239 |
-
},
|
240 |
-
{
|
241 |
-
"@context": "https://schema.org",
|
242 |
-
"@type": "FAQPage",
|
243 |
-
"mainEntity": [
|
244 |
-
{
|
245 |
-
"@type": "Question",
|
246 |
-
"name": "What does Michael Lorenz specialize in?",
|
247 |
-
"acceptedAnswer": {
|
248 |
-
"@type": "Answer",
|
249 |
-
"text": "He specializes in AI-powered digital twins, battery analytics, cloud infrastructure, cognitive systems, and sustainable system innovation. He holds a Master's equivalent degree in Energy & Environment Technology from KIT."
|
250 |
-
}
|
251 |
-
},
|
252 |
-
{
|
253 |
-
"@type": "Question",
|
254 |
-
"name": "How can I collaborate with Michael Lorenz?",
|
255 |
-
"acceptedAnswer": {
|
256 |
-
"@type": "Answer",
|
257 |
-
"text": "You can connect via LinkedIn or explore his GitHub repositories for open contributions."
|
258 |
-
}
|
259 |
-
}
|
260 |
-
]
|
261 |
-
},
|
262 |
-
{
|
263 |
-
"@context": "https://schema.org",
|
264 |
-
"@type": "Person",
|
265 |
-
"@id": "https://github.com/MICHAEL-L0RENZ#person",
|
266 |
-
"name": "Michael Lorenz",
|
267 |
-
"alternateName": "Michael Lorenz AI",
|
268 |
-
"honorificSuffix": ["Dipl.-Ing.", "M.Sc."],
|
269 |
-
"jobTitle": "AI Engineer, Cognitive Technologist & Strategic Innovator",
|
270 |
-
"image": "https://avatars.githubusercontent.com/u/188086008",
|
271 |
-
"url": "https://github.com/MICHAEL-L0RENZ",
|
272 |
-
"description": "Michael Lorenz, M.Sc. Energy & Environment Technology (KIT), is an AI Engineer and Cognitive Technologist based in Karlsruhe, Germany. With over a decade of expertise in computational engineering and digital transformation, his focus areas include AI-powered Digital Twins, Battery Testing & Simulation, Cloud Computing (GCP, Azure, AWS), Generative AI, and sustainable system innovation. Passionate about leveraging technology for societal benefit, fostering sustainable practices, continuous learning, and exploring the intersection of technology, cognitive science, and societal development, he demonstrates resilience and creative problem-solving in dynamic environments.",
|
273 |
-
"nationality": {
|
274 |
-
"@type": "Country",
|
275 |
-
"name": "Germany"
|
276 |
-
},
|
277 |
-
"homeLocation": {
|
278 |
-
"@type": "Place",
|
279 |
-
"name": "Karlsruhe, Germany"
|
280 |
-
},
|
281 |
-
"alumniOf": {
|
282 |
-
"@type": "CollegeOrUniversity",
|
283 |
-
"name": "Karlsruhe Institute of Technology (KIT)",
|
284 |
-
"sameAs": "https://www.kit.edu"
|
285 |
-
},
|
286 |
-
"worksFor": {
|
287 |
-
"@type": "Role",
|
288 |
-
"roleName": "Head of Engineering & Artificial Intelligence",
|
289 |
-
"startDate": "2025",
|
290 |
-
"worksFor": {
|
291 |
-
"@type": "Organization",
|
292 |
-
"name": "ML The AI Engineer"
|
293 |
-
}
|
294 |
-
},
|
295 |
-
"award": "Invited participant in the LinkedIn Community Top Voices program",
|
296 |
-
"hasCredential": [
|
297 |
-
{ "@type": "EducationalOccupationalCredential", "name": "Cloud Digital Leader Learning Path", "credentialCategory": "Learning Path Completion", "url": "https://www.cloudskillsboost.google/public_profiles/ad995a21-5bb3-4e9a-9a07-f2f22fe4c0fa", "recognizedBy": { "@type": "Organization", "name": "Google Cloud Skills Boost" } },
|
298 |
-
{ "@type": "EducationalOccupationalCredential", "name": "Gemini for Google Workspace Learning Path", "credentialCategory": "Learning Path Completion", "url": "https://www.cloudskillsboost.google/public_profiles/ad995a21-5bb3-4e9a-9a07-f2f22fe4c0fa", "recognizedBy": { "@type": "Organization", "name": "Google Cloud Skills Boost" } },
|
299 |
-
{ "@type": "EducationalOccupationalCredential", "name": "Beginner: Introduction to Generative AI Learning Path", "credentialCategory": "Learning Path Completion", "url": "https://www.cloudskillsboost.google/public_profiles/ad995a21-5bb3-4e9a-9a07-f2f22fe4c0fa", "recognizedBy": { "@type": "Organization", "name": "Google Cloud Skills Boost" } },
|
300 |
-
{ "@type": "EducationalOccupationalCredential", "name": "Google Cloud Next 2024 Learning Path", "credentialCategory": "Learning Path Completion", "url": "https://www.cloudskillsboost.google/public_profiles/ad995a21-5bb3-4e9a-9a07-f2f22fe4c0fa", "recognizedBy": { "@type": "Organization", "name": "Google Cloud Skills Boost" } },
|
301 |
-
{ "@type": "EducationalOccupationalCredential", "name": "Comprehensive Collection of AI & Cloud Badges on Google Cloud Skills Boost", "credentialCategory": "Skill Development & Digital Badges", "url": "https://www.cloudskillsboost.google/public_profiles/ad995a21-5bb3-4e9a-9a07-f2f22fe4c0fa", "recognizedBy": { "@type": "Organization", "name": "Google Cloud Skills Boost" } },
|
302 |
-
{ "@type": "EducationalOccupationalCredential", "name": "Comprehensive Collection of AI & Cloud Badges on Microsoft Learn", "credentialCategory": "Skill Development & Digital Badges", "url": "https://learn.microsoft.com/de-de/users/artificial-intelligence", "recognizedBy": { "@type": "Organization", "name": "Microsoft Learn" } }
|
303 |
-
],
|
304 |
-
"knowsLanguage": [
|
305 |
-
{ "@type": "Language", "name": "German", "alternateName": "de" },
|
306 |
-
{ "@type": "Language", "name": "English", "alternateName": "en" },
|
307 |
-
{ "@type": "Language", "name": "Chinese", "description": "Elementary proficiency" }
|
308 |
-
],
|
309 |
-
"knowsAbout": ["Artificial Intelligence (AI)", "Künstliche Intelligenz (KI)", "Generative AI", "Generative KI", "Large Language Models (LLM)", "Große Sprachmodelle (LLMs)", "Prompt Engineering", "Prompt-Engineering", "Machine Learning (ML)", "Maschinelles Lernen (ML)", "MLOps", "Anthropic Claude", "OpenAI ChatGPT", "Mistral AI", "Meta Llama", "Google Gemini", "Cloud Computing", "Google Cloud Platform (GCP)", "Microsoft Azure", "Amazon Web Services (AWS)", "Vertex AI", "Microsoft Copilot", "Colab", "Cloud Architecture", "Cloud-Architektur", "Battery Testing", "Batterietestung", "Batterietests", "Battery Simulation", "Batteriesimulation", "High-Voltage Storage", "Hochvoltspeicher", "Electric Mobility", "Elektromobilität", "Digital Twin", "Digitaler Zwilling", "Computational Fluid Dynamics (CFD)", "Numerische Strömungssimulation (CFD)", "Numerical Simulation", "Numerische Simulation", "Finite Element Analysis (FEA)", "Finite-Elemente-Methode (FEM)", "Finite-Elemente-Analyse (FEA)", "Multi Body Simulation (MBS)", "Mehrkörpersimulation (MKS)", "Thermodynamics", "Thermodynamik", "Fluid Mechanics", "Strömungsmechanik", "Tribology", "Tribologie", "Python (Programming Language)", "Python (Programmiersprache)", "Java", "Java (Programmiersprache)", "MATLAB", "Simulink", "VBA", "Linux", "ANSYS", "Star-CCM+", "OpenFOAM", "CATIA", "PTC Creo", "Vector CANape", "CANoe", "Data Analytics", "Datenanalyse", "Data Management", "Datenmanagement", "Big Data", "Project Management", "Projektmanagement", "Research and Development (R&D)", "Forschung und Entwicklung (FuE)", "Engineering", "Ingenieurwesen", "Mechanical Engineering", "Maschinenbau", "Electrical Engineering", "Elektrotechnik", "Computer Science", "Informatik", "Digital Transformation", "Digitale Transformation", "Sustainable Technology", "Nachhaltige Technologien", "Green Tech", "Umwelttechnologien", "Systems Thinking", "Systemdenken", "Cognitive Systems", "Kognitive Systeme", "High Performance Computing (HPC)", "Hochleistungsrechnen (HPC)", "Cluster Computing", "Cluster-Computing", "Computer-Aided Engineering (CAE)", "Rechnergestützte Entwicklung", "Computer-Aided Design (CAD)", "Rechnergestütztes Konstruieren", "Growth Mindset", "Wachstumsorientierung", "Entrepreneurial Thinking", "Unternehmerisches Denken", "Lifelong Learning", "Lebenslanges Lernen", "Antifragility Concepts", "Antifragilitätskonzepte", "Content Creation", "Content-Erstellung", "Inhaltserstellung", "Digital Content Strategy", "Digitale Content-Strategie", "Social Media Marketing", "Search Engine Optimization (SEO)", "Suchmaschinenoptimierung (SEO)", "Digital Identity Management", "Digitales Identitätsmanagement", "Online Presence Management", "Online-Präsenz-Management", "Personal Knowledge Management", "Persönliches Wissensmanagement", "Technical Writing", "Technische Redaktion", "Technisches Schreiben", "Personal Branding", "Personenmarkenbildung", "Cross-Disciplinary Synthesis", "Interdisziplinäre Synthese", "Future Studies", "Zukunftsforschung", "Technology Foresight", "Technologiefrüherkennung", "Technologische Vorausschau", "AI Ethics", "KI-Ethik", "Large Language Model Optimization", "LLMO", "Generative Artificial Intelligence Optimization", "GAIO", "Artificial Intelligence Optimization", "AIO", "Answer Engine Optimization", "AEO", "Generative Engine Optimization", "AEO", "Responsible AI", "Verantwortungsvolle KI (Responsible AI)", "DevOps", "Site Reliability Engineering (SRE)"],
|
310 |
-
"sameAs": ["https://www.linkedin.com/in/michael-lorenz-battery-and-ai", "https://github.com/MICHAEL-L0RENZ", "https://michael-l0renz.github.io/michael-lorenz-ai-engineer/", "https://www.x.com/_Michael_Lorenz", "https://scholar.google.de/citations?hl=de&user=_avA-RAAAAAJ", "https://www.researchgate.net/profile/Michael-Lorenz-14", "https://orcid.org/0009-0009-1186-8298", "https://www.semanticscholar.org/author/Michael-Lorenz/2308043299/", "https://publikationen.bibliothek.kit.edu/230093432/6211433", "https://inis.iaea.org/records/3dhkc-65y07", "https://huggingface.co/ML-The-AI-Engineer", "https://stackoverflow.com/users/30133682/michael-lorenz", "https://michaellorenz.substack.com", "https://googlecloudskillsboost.substack.com/", "https://medium.com/@michael-lorenz", "https://gitlab.com/MichaelLorenz", "https://forum.gitlab.com/u/michaellorenz/", "https://www.kaggle.com/mltheaiengineer", "https://www.xing.com/profile/Michael_Lorenz78", "https://developers.google.com/profile/u/michaellorenz", "https://www.threads.net/@michael_lorenz_", "https://www.reddit.com/user/Michael_Lorenz_AI", "https://bsky.app/profile/ml-the-ai-engineer.bsky.social", "https://www.credly.com/users/michaellorenz", "https://mastodon.social/@[email protected]", "https://learn.microsoft.com/de-de/users/artificial-intelligence", "https://soundcloud.com/michael-lorenz-ai/", "https://www.bsky.app/profile/michael-lorenz.bsky.social", "https://www.cloudskillsboost.google/public_profiles/ad995a21-5bb3-4e9a-9a07-f2f22fe4c0fa", "https://techcommunity.microsoft.com/users/michael-lorenz/2879362", "https://www.coursera.org/learner/michael-lorenz", "https://community.udacity.com/u/a08a550f", "https://www.udemy.com/user/michael-lorenz-3/", "https://community.openai.com/u/ml-the-ai-engineer", "https://www.instagram.com/michael_lorenz_/", "https://chatgpt.com/g/g-67847826734081918648116dfa8f8fa9-michael-lorenz-generative-ai-digital-twin-iot", "https://chatgpt.com/g/g-6756044be0c481919498df3cbee65aa1-digital-leadership-transformation-ai-coach", "https://chatgpt.com/g/g-675b77c12aec819182ebc9ec62428a34-digital-ai-learning-journey-coach-v1-0", "https://chatgpt.com/g/g-681f75b42a988191b3de50602d3a35e0-michael-lorenz-m-sc-energy-environment-kit", "https://claude.site/artifacts/f5b4d943-399b-4eb8-8f7d-49a128a53b37", "https://chatgpt.com/share/67c0d169-e70c-8003-81ce-0ee6510305b0", "https://www.quora.com/profile/Michael-Lorenz-86", "https://www.perplexity.ai/search/michael-lorenz-perplexity-ai-QiOyThlFS3208dSt9UnvZg", "https://community.make.com/u/ml-the-ai-engineer", "https://www.localguidesconnect.com/u/Michael_Lorenz/summary", "https://www.paypal.com/paypalme/MichaelLorenz86", "https://discuss.huggingface.co/u/ml-the-ai-engineer", "https://hf.co/chat/assistant/67c09fe4b28867ad6f7b9d69", "https://community.udemy.com/en/profile/321692/Michael_Lorenz", "https://community.n8n.io/u/michael-lorenz/", "https://forums.developer.nvidia.com/u/michael-lorenz", "https://discuss.ai.google.dev/u/Michael_Lorenz/", "https://anchor.fm/s/10295b2f0/podcast/rss", "https://www.tiktok.com/@michael.lorenz.ai", "https://michael-lorenz.gitlab.io/", "https://sites.google.com/view/michael-lorenz/home", "https://meta.stackexchange.com/users/1727041/michael-lorenz", "https://music.amazon.de/podcasts/258dd4a9-b27b-42e9-976c-fb9395b5a507/michael-lorenz-m-sc-energy-podcast", "https://music.amazon.de/podcasts/7988f1e5-35f2-49b6-81a0-714e9c3dd6c0/welcome-to-michael-lorenz-%E2%80%93-the-podcast-on-ai-digital-strategy-and-future-technologies", "https://www.amazon.de/Michael-Lorenz-Environment-Technology-Podcast/dp/B0F6KCW1JG", "https://www.amazon.de/Welcome-Michael-Lorenz-Strategy-Technologies/dp/B0F6KJ9KMN", "https://www.audible.de/podcast/Michael-Lorenz-MSc-Energy-Environment-Technology-KIT-Podcast/B0F6K9SVKX", "https://www.audible.de/podcast/Welcome-to-Michael-Lorenz-The-Podcast-on-AI-Digital-Strategy-and-Future-Technologies/B0F6KHR297", "https://music.amazon.de/profiles/@michael-lorenz", "https://www.amazon.com/author/michaellorenz", "https://www.kdpcommunity.com/s/profile/005at000001pdjV", "https://www.amazon.de/gp/profile/amzn1.account.AE3U3LWUBVOSMTZ2IK7AE4FHPD3A", "https://api.substack.com/feed/podcast/4336081.rss", "https://linktr.ee/michaellorenz", "https://gravatar.com/michaellorenzai", "https://pod.link/1812199274", "https://podcasts.apple.com/us/podcast/michael-lorenz-m-sc-energy-environment-technology-kit/id1812199274", "https://podcastaddict.com/podcast/michael-lorenz-msc-energy-environment-technology-kit-podcast/5903292", "https://castbox.fm/channel/id6600511", "https://www.podbean.com/podcast-detail/upcw5-3577ac/Michael-Lorenz-M.Sc.-Energy--Environment-Technology-%28KIT%29-Podcast", "https://www.iheart.com/podcast/1333-michael-lorenz-msc-energy-274327906/", "https://www.podcastrepublic.net/podcast/1812199274", "https://castro.fm/podcast/4fe3c666-e23d-4606-be0a-422ed0ba0533", "https://www.googlecloudcommunity.com/gc/user/viewprofilepage/user-id/525873", "https://podcasts.apple.com/us/podcast/michael-lorenz-m-sc-energy-podcast/id1812199274"]
|
311 |
-
},
|
312 |
-
{
|
313 |
-
"@context": "https://schema.org",
|
314 |
-
"@type": "Event",
|
315 |
-
"name": "Innovators Homecoming 2025", "startDate": "2025-01-30T13:00:00+01:00", "endDate": "2025-01-30T22:00:00+01:00", "eventStatus": "https://schema.org/EventCompleted", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", "url": "https://kit-gruenderschmiede.de/event/innovators-homecoming-2025/", "description": "A major networking event by the KIT-Gründerschmiede, connecting founders, startups, investors, and industry leaders. The program featured keynotes and panels on entrepreneurship, deep tech, and the future of energy and mobility.", "keywords": "Innovation, Startups, Entrepreneurship, Technology, Venture Capital, Networking, KIT, Energy, Mobility, Deep Tech", "image": "https://kit-gruenderschmiede.de/content/uploads/2024/10/KIH_2025.png",
|
316 |
-
"location": { "@type": "Place", "name": "ICF Eventhall & Ellipse", "address": { "@type": "PostalAddress", "streetAddress": "Griesbachstr. 10b", "addressLocality": "Karlsruhe", "postalCode": "76185", "addressRegion": "BW", "addressCountry": "DE" } },
|
317 |
-
"organizer": { "@type": "Organization", "name": "KIT-Gründerschmiede", "url": "https://kit-gruenderschmiede.de/" },
|
318 |
-
"performer": [ {"@type": "Person", "name": "Jan S. Hesthaven"}, {"@type": "Person", "name": "Holger Tumat"}, {"@type": "Person", "name": "Mariana Bozesan"}, {"@type": "Person", "name": "Andreas Stryz"}, {"@type": "Person", "name": "Simona Rossetti"}, {"@type": "Person", "name": "Crispin Leick"}, {"@type": "Person", "name": "Andreas Helbig"}, {"@type": "Person", "name": "Daniela Bechtold"} ],
|
319 |
-
"attendee": { "@type": "Person", "@id": "https://github.com/MICHAEL-L0RENZ#person" }
|
320 |
-
},
|
321 |
-
{
|
322 |
-
"@context": "https://schema.org",
|
323 |
-
"@type": "Event",
|
324 |
-
"name": "GDG Karlsruhe Spring (AI & Cloud Focus)", "startDate": "2024-05-07T18:30:00+02:00", "endDate": "2024-05-07T22:00:00+02:00", "eventStatus": "https://schema.org/EventCompleted", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", "url": "https://gdg.community.dev/events/details/google-gdg-karlsruhe-presents-gdg-karlsruhe-spring/", "description": "Attended the GDG Karlsruhe Spring meetup, with a focus on the 'Google Cloud Next 2024 recap' session by Philipp Schmitt, covering the latest announcements in AI and cloud technology from Google.", "keywords": "AI, Cloud, Google Cloud, Google Cloud Next, Generative AI, Networking", "image": "https://www.inovex.de/wp-content/uploads/2023/08/inovex-logo-quer-positive.svg",
|
325 |
-
"location": { "@type": "Place", "name": "inovex GmbH", "address": { "@type": "PostalAddress", "streetAddress": "Ludwig-Erhard-Allee 6", "addressLocality": "Karlsruhe", "postalCode": "76131", "addressRegion": "BW", "addressCountry": "DE" } },
|
326 |
-
"organizer": { "@type": "Organization", "name": "GDG Karlsruhe", "url": "https://gdg.community.dev/gdg-karlsruhe/" },
|
327 |
-
"performer": { "@type": "Person", "name": "Philipp Schmitt" },
|
328 |
-
"attendee": { "@type": "Person", "@id": "https://github.com/MICHAEL-L0RENZ#person" }
|
329 |
-
},
|
330 |
-
{
|
331 |
-
"@context": "https://schema.org",
|
332 |
-
"@type": "Event",
|
333 |
-
"name": "#BuildWithAi: Getting started with Vertex AI Studio", "startDate": "2025-05-27T18:00:00+02:00", "endDate": "2025-05-27T22:00:00+02:00", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", "eventStatus": "https://schema.org/EventCompleted", "url": "https://gdg.community.dev/events/details/google-gdg-karlsruhe-presents-buildwithai-getting-started-with-vertex-ai-studio/", "description": "A GDG Karlsruhe meetup featuring a recap of Google Cloud Next 2025 and a hands-on workshop on getting started with Vertex AI Studio.", "keywords": "AI, Build with AI, Cloud, Vertex AI, Google Cloud, Generative AI", "image": "https://res.cloudinary.com/startup-grind/image/upload/c_scale,w_2560/c_crop,h_640,w_2560,y_0.0_mul_h_sub_0.0_mul_640/c_crop,h_640,w_2560/c_fill,dpr_2.0,f_auto,g_center,q_auto:good/v1/gcs/platform-data-goog/event_banners/blob_7FRYmFG",
|
334 |
-
"location": { "@type": "Place", "name": "SVA System Vertrieb Alexander GmbH", "address": { "@type": "PostalAddress", "streetAddress": "Amalienbadstraße 41", "addressLocality": "Karlsruhe", "postalCode": "76227", "addressRegion": "BW", "addressCountry": "DE" } },
|
335 |
-
"organizer": { "@type": "Organization", "name": "GDG Karlsruhe", "url": "https://gdg.community.dev/gdg-karlsruhe/" },
|
336 |
-
"performer": [ { "@type": "Person", "name": "Philipp Schmitt" }, { "@type": "Person", "name": "Randy Gupta" } ],
|
337 |
-
"attendee": { "@type": "Person", "@id": "https://github.com/MICHAEL-L0RENZ#person" }
|
338 |
-
},
|
339 |
-
{
|
340 |
-
"@context": "https://schema.org",
|
341 |
-
"@type": "Event",
|
342 |
-
"name": "Bits, neurons, and qubits for sustainable AI", "startDate": "2025-04-07T09:00:00+01:00", "endDate": "2025-04-08T17:00:00+01:00", "eventStatus": "https://schema.org/EventCompleted", "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode", "url": "https://royalsociety.org/science-events-and-lectures/2025/04/sustainable-ai/", "description": "A discussion meeting focusing on the design and analysis of computing technologies for sustainable AI that leverage informational and physical properties of computing platforms beyond standard deterministic digital processing.", "keywords": "Sustainable AI, Neuromorphic Computing, Quantum AI, Information Theory, AI Hardware, In-Memory Computing, Quantum Internet, Generative AI", "image": "https://royalsociety.org/royalsociety.org/public/manifest/social-share-image.png",
|
343 |
-
"location": { "@type": "VirtualLocation", "url": "https://royalsociety.org/science-events-and-lectures/2025/04/sustainable-ai/" },
|
344 |
-
"organizer": { "@type": "Organization", "name": "The Royal Society", "url": "https://royalsociety.org" },
|
345 |
-
"performer": [ { "@type": "Person", "name": "Professor Osvaldo Simeone" }, { "@type": "Person", "name": "Professor Bipin Rajendran" }, { "@type": "Person", "name": "Professor Yulia Sandamirskaya" }, { "@type": "Person", "name": "Dr Olga Kazakova" }, { "@type": "Person", "name": "Professor H Vincent Poor" }, { "@type": "Person", "name": "Professor Tsachy Weissman" }, { "@type": "Person", "name": "Dr Evangelos Eleftheriou" }, { "@type": "Person", "name": "Sir Bashir M Al-Hashimi" } ],
|
346 |
-
"attendee": { "@type": "Person", "@id": "https://github.com/MICHAEL-L0RENZ#person" }
|
347 |
-
},
|
348 |
-
{
|
349 |
-
"@context": "https://schema.org",
|
350 |
-
"@type": "Event",
|
351 |
-
"name": "Google Cloud Summit Mitte 2024", "startDate": "2024-06-12T09:00:00+02:00", "endDate": "2024-06-12T17:00:00+02:00", "eventStatus": "https://schema.org/EventCompleted", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", "url": "https://cloud.withgoogle.com/summits/mitte", "description": "A one-day event focused on the latest developments in AI, data analytics, modern infrastructure, security, and collaboration tools from Google Cloud, featuring keynotes, breakout sessions, and networking for professionals in the central Germany region.", "keywords": "Google Cloud, AI, GenAI, Data Analytics, Cloud Infrastructure, Cloud Security, Frankfurt, Offenbach", "image": "https://cloud.google.com/images/social-icon-google-cloud-1200-630.png",
|
352 |
-
"location": { "@type": "Place", "name": "Messe Offenbach", "address": { "@type": "PostalAddress", "streetAddress": "Kaiserstraße 108-112", "addressLocality": "Offenbach am Main", "postalCode": "63065", "addressCountry": "DE" } },
|
353 |
-
"organizer": { "@type": "Organization", "name": "Google Cloud", "url": "https://cloud.google.com" },
|
354 |
-
"attendee": { "@type": "Person", "@id": "https://github.com/MICHAEL-L0RENZ#person" }
|
355 |
-
}
|
356 |
-
]
|
357 |
-
</script>
|
|
|
221 |
The content in this repository is licensed under the [CreativeML OpenRAIL-M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license).
|
222 |
|
223 |
> My aim is to foster open, sustainable, and collaborative technology ecosystems.
|
224 |
+
>
|
225 |
+
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|