This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the parsed event file to the repo for issue number #529 raised by
@vestergaardj ***NO_CI***
- Loading branch information
1 parent
f122a95
commit 23d3321
Showing
3 changed files
with
69 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: "Data Saturday #49 - Denmark" | ||
date: 2024-04-18 08:00:00 -00:00 | ||
|
||
description: ' | ||
Data Saturday Denmark is a free one-day event for professionals who use the Microsoft data platform. This community event offer content across data management, cloud and hybrid architecture, analytics, business intelligence, AI, and more. | ||
The community revolves around Microsoft Data Platform and Cloud (Fabric, Power BI, SQL Server, Synapse, Azure, PowerShell, etc), but we invite other topics as well (other cloud vendors, interesting technologies). | ||
At this point, we are not able to cover any travel/accommodation expenses. | ||
The event is a free in-person event. | ||
' | ||
registrationurl: _No response_ | ||
join: | ||
description: Click on the room you want to join. You can change rooms at any time to attend the sessions that you prefer. | ||
rooms: | ||
- name: roomname1 | ||
url: roomurl1 | ||
|
||
sponsors: | ||
- link: sponsor1link | ||
image: sponsor1image | ||
height: sponsor1height | ||
- link: sponsor2link | ||
image: sponsor2image | ||
height: sponsor2height | ||
- link: sponsor3link | ||
image: sponsor3image | ||
height: sponsor3height | ||
|
||
|
||
scheduleurl: _No response_ | ||
|
||
speakerlisturl: _No response_ | ||
|
||
callforspeakers: true | ||
|
||
volunteerrequesturl: _No response_ | ||
organizers: | ||
- name: organizer1name | ||
twitter: organizer1twitter | ||
email: organizer1email | ||
- name: organizer2name | ||
twitter: organizer2twitter | ||
email: organizer2email | ||
- name: organizer3name | ||
twitter: organizer3twitter | ||
email: organizer3email | ||
|
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,8 @@ | ||
--- | ||
layout: post | ||
title: "Data Saturday #49 Denmark" | ||
subtitle: "Data Saturday" | ||
tags: [event] | ||
comments: false | ||
data: datasaturday0049 | ||
--- |
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,12 @@ | ||
{ | ||
"eventname": "Denmark", | ||
"date": "2024-04-18 08:00:00 -00:00", | ||
"description": "Data Saturday Denmark is a free one-day event for professionals who use the Microsoft data platform. This community event offer content across data management, cloud and hybrid architecture, analytics, business intelligence, AI, and more.\r\n\r\nThe community revolves around Microsoft Data Platform and Cloud (Fabric, Power BI, SQL Server, Synapse, Azure, PowerShell, etc), but we invite other topics as well (other cloud vendors, interesting technologies).\r\n\r\nAt this point, we are not able to cover any travel/accommodation expenses.\r\n\r\nThe event is a free in-person event.", | ||
"registrationurl": "_No response_", | ||
"rooms": "roomname1;roomurl1", | ||
"scheduleurl": "_No response_", | ||
"sponsors": "sponsor1link;sponsor1image;sponsor1height,sponsor2link;sponsor2image;sponsor2height,sponsor3link;sponsor3image;sponsor3height", | ||
"speakerlisturl": "_No response_", | ||
"volunteerrequesturl": "_No response_", | ||
"organizers": "organizer1name;organizer1twitter;organizer1email,organizer2name;organizer2twitter;organizer2email,organizer3name;organizer3twitter;organizer3email" | ||
} |