-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from simonyiszk/dev
v2.1
- Loading branch information
Showing
12 changed files
with
211 additions
and
34 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
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
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,45 @@ | ||
import { Metadata } from 'next'; | ||
|
||
import { Tile } from '@/components/tiles/tile'; | ||
|
||
export const metadata: Metadata = { | ||
title: 'A 21. század műanyaga az AI - Workshop', | ||
description: 'Bartos-Elekes Miklós "A 21. század műanyaga az AI" című workshopja a XXI. Simonyi Konferencián', | ||
}; | ||
|
||
export default function WorkshopPage() { | ||
return ( | ||
<div className='max-w-6xl w-full px-4 sm:px-6 xl:px-0 mt-10'> | ||
<Tile> | ||
<Tile.Body> | ||
<h1 className='mb-16 text-3xl sm:text-4xl md:text-[42px]'>A 21. század műanyaga az AI - Workshop</h1> | ||
<div className='flex flex-col lg:flex-row gap-8'> | ||
<div> | ||
<p className='text-stone-200 text-base sm:text-[20px] whitespace-pre-line'> | ||
A 21. század műanyaga a mesterséges intelligencia. Már előreláthatólag el fog árasztani mindent, és | ||
lépésről lépésre fel kell fedezzük (a mérnökök és a felhasználók) a tulajdonságait, hogy az általános | ||
használata milyen előnyökkel és hátrányokkal jár együtt. 2 órás gyakorlati workshopomban a résztvevőkkel | ||
együtt bemutatom a neurális hálók működését, eddig megismert tulajdonságait. Felépítünk egy kisebb | ||
képfelismerő hálót, majd a hálót felhasználva megismerjük a ma népszerű nagy nyelvi modelleket (ChatGPT, | ||
Gemini) biztonsági és etikai szempontok alapján. | ||
</p> | ||
<p className='mt-8 text-stone-200 text-base sm:text-[20px] whitespace-pre-line'> | ||
A részvétel regisztrációhoz kötött, melyet az általános konferencia belépőtől függetlenül, de ugyanazon | ||
a felületen lehet intézni. A workshopon való aktív részvételhez egy laptop szükséges. | ||
</p> | ||
</div> | ||
<div className='flex flex-col items-center flex-shrink-0 text-center lg:max-w-sm order-first lg:order-last'> | ||
<img | ||
src='https://konf-api.kir-dev.hu/cdn/public/MEDVE_U6Y7SQZJ4HNQ.webp' | ||
className='object-cover rounded-3xl w-[250px] h-[250px] sm:w-[308px] sm:h-[308px]' | ||
alt='Presentation Image' | ||
/> | ||
<p className='block mt-4 text-[32px] leading-tight font-bold text-white-900'>Bartos-Elekes Miklós</p> | ||
<p className='block mt-0.5 text-[20px] text-[#FFE500]'>LEGO Kör MI projektvezető, MSc hallgató</p> | ||
</div> | ||
</div> | ||
</Tile.Body> | ||
</Tile> | ||
</div> | ||
); | ||
} |
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
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
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
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
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
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
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
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,51 @@ | ||
import Link from 'next/link'; | ||
|
||
import { Tile } from './tile'; | ||
|
||
export function WorkshopTile() { | ||
return ( | ||
<Tile className='sm:col-span-6 md:col-span-3'> | ||
<Tile.Body> | ||
<h2 className='text-3xl sm:text-[34px]'>A 21. század műanyaga az AI</h2> | ||
<div className='flex flex-col gap-4 lg:gap-0 lg:flex-row w-full justify-between mt-4'> | ||
<p className='text-stone-200 text-[20px] whitespace-pre-line w-full'> | ||
2 órás gyakorlati workshop, amiben bemutatásra kerül a neurális hálók működése, eddig megismert | ||
tulajdonságaik, valamint a ma népszerű nagy nyelvi modellek biztonsági és etikai szempontjai. | ||
</p> | ||
|
||
<div className='flex flex-col items-center w-full'> | ||
<img | ||
src='https://konf-api.kir-dev.hu/cdn/public/MEDVE_U6Y7SQZJ4HNQ.webp' | ||
className='object-cover rounded-3xl w-[200px] h-[200px]' | ||
alt='Workshop Image' | ||
/> | ||
<p className='block mt-4 text-[20px] leading-tight font-bold text-white-900 text-center'> | ||
Bartos-Elekes Miklós | ||
</p> | ||
<p className='block mt-0.5 text-[14px] text-[#FFE500]'>LEGO Kör MI projektvezető</p> | ||
</div> | ||
</div> | ||
<div className='flex w-full justify-center mt-8'> | ||
<Link href='/workshop' className='inline-flex items-center font-semibold text-xl text-white brand-link'> | ||
Részletek | ||
<svg | ||
className=' w-2.5 h-2.5 ms-2 rtl:rotate-180' | ||
aria-hidden='true' | ||
xmlns='http://www.w3.org/2000/svg' | ||
fill='none' | ||
viewBox='0 0 6 10' | ||
> | ||
<path | ||
stroke='currentColor' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
strokeWidth='2' | ||
d='m1 9 4-4-4-4' | ||
/> | ||
</svg> | ||
</Link> | ||
</div> | ||
</Tile.Body> | ||
</Tile> | ||
); | ||
} |
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,16 @@ | ||
export const navbarOnDarkBg = (navbarSelector: string) => { | ||
const sponsorSection = document.getElementById('sponsor-container'); | ||
const navbar = document.getElementById(navbarSelector); | ||
if (!sponsorSection || !navbar) throw Error('navbar not found'); | ||
const navbarScrollY = window.scrollY - navbar.offsetTop - 24; | ||
if (navbarScrollY < sponsorSection.offsetTop) { | ||
return true; | ||
} else if ( | ||
navbarScrollY >= sponsorSection.offsetTop && | ||
navbarScrollY < sponsorSection.offsetTop + sponsorSection.offsetHeight + navbar.offsetTop + 24 | ||
) { | ||
return false; | ||
} else { | ||
return true; | ||
} | ||
}; |