-
Notifications
You must be signed in to change notification settings - Fork 0
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 #23 from Guysnacho/24/RegistrationPrep
24/Registration Prep
- Loading branch information
Showing
15 changed files
with
128 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ vite.config.ts.timestamp-* | |
|
||
# Other sites | ||
.next | ||
next-env.d.ts | ||
next-env.d.ts | ||
mcbios.com.txt |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,21 @@ | ||
<script> | ||
import AccommodationsPic from '$lib/assets/background/photo-1494948858638-8f2f3be0ef78.avif'; | ||
import Hero from '../../components/Hero.svelte'; | ||
</script> | ||
|
||
<svelte:head> | ||
<title>MCBIOS 2024 | Accommodations</title> | ||
</svelte:head> | ||
|
||
<div class="w-full justify-center"> | ||
<Hero imageSrc={AccommodationsPic} headerText="Accommodations" /> | ||
</div> | ||
<div class="w-full justify-center bg-surface-700 shadow-lg py-10 -mt-16"> | ||
<div class="space-y-5 w-11/12 md:w-5/6 mx-auto"> | ||
<p class="text-center blockquote"> | ||
A few recommendations on nearby hotels will be provided for you to use for the duration of the | ||
conference. Being near the venue may ease time and traffic concerns so we urge you to consider | ||
distance when ultimately selecting your accommodations, whether they are the below or not. | ||
</p> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,35 @@ | ||
<script> | ||
import UnderConstruction from '../../components/UnderConstruction.svelte'; | ||
import MicPic from '$lib/assets/background/joao-cruz-IkEpl3JkVqU-unsplash.jpg'; | ||
import { Tab, TabGroup } from '@skeletonlabs/skeleton'; | ||
import Hero from '../../components/Hero.svelte'; | ||
let tabSet = 0; | ||
</script> | ||
|
||
<svelte:head> | ||
<title>MCBIOS 2024 | Program</title> | ||
</svelte:head> | ||
|
||
<div class="w-full h-full flex justify-center"> | ||
<UnderConstruction /> | ||
<div class="w-full justify-center"> | ||
<Hero imageSrc={MicPic} headerText="Program" /> | ||
<div class="space-y-5 w-11/12 md:w-5/6 mx-auto"> | ||
<p class="text-center"> | ||
Below you will be able to find the sessions that will be held during the conference. All of | ||
which cover exciting and novel developments in the field. | ||
</p> | ||
<p class="text-center"> | ||
We will touch on machine learning, precision medicine, and more. Additional details will be | ||
released as the conference approaches! | ||
</p> | ||
</div> | ||
</div> | ||
<div class="w-5/6 mx-auto mt-10 mb-5"> | ||
<TabGroup> | ||
<Tab bind:group={tabSet} name="Day 1" value={0}><span>March 22</span></Tab> | ||
<Tab bind:group={tabSet} name="Day 2" value={1}><span>March 23</span></Tab> | ||
<Tab bind:group={tabSet} name="Day 3" value={2}><span>March 24</span></Tab> | ||
<!-- Tab Panels ---> | ||
<svelte:fragment slot="panel" | ||
><h3 class="h3 text-center my-10">Program coming soon</h3></svelte:fragment | ||
> | ||
</TabGroup> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,49 @@ | ||
<script> | ||
import UnderConstruction from '../../components/UnderConstruction.svelte'; | ||
import AwardPic from '$lib/assets/background/wan-san-yip-ID1yWa1Wpx0-unsplash.jpg'; | ||
import Hero from '../../components/Hero.svelte'; | ||
</script> | ||
|
||
<svelte:head> | ||
<title>MCBIOS 2024 | YSEA</title> | ||
</svelte:head> | ||
|
||
<div class="w-full h-full flex justify-center"> | ||
<UnderConstruction /> | ||
<div class="w-full justify-center"> | ||
<Hero imageSrc={AwardPic} headerText="MCBIOS YOUNG SCIENTIST EXCELLENCE AWARDS" /> | ||
</div> | ||
<div class="w-full justify-center bg-surface-700 shadow-lg py-10 -mt-16"> | ||
<div class="space-y-5 w-11/12 md:w-5/6 mx-auto"> | ||
<p class="text-center blockquote"> | ||
If you are a graduate student or a postdoc, we invite you to apply. If you are a mentor of | ||
trainees, please encourage your trainees to apply. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="w-5/6 mx-auto mt-10 mb-5 block md:flex gap-5"> | ||
<div class="w-full md:w-1/3"> | ||
<h3 class="h3 underline mb-5 text-center"> | ||
2024 Young Scientist Excellence Award Applications | ||
</h3> | ||
<p class="text-center">Theme: To be announced</p> | ||
<p class="text-center">Date: To be announced</p> | ||
<!-- <p>Venue: To be announced</p> --> | ||
<div class="px-auto flex"> | ||
<a href="#" class="btn btn-lg outline disabled my-7 mx-auto">Coming Soon</a> | ||
</div> | ||
</div> | ||
<div class="w-full md:w-2/3 space-y-3"> | ||
<h3 class="h3">MCBIOS Young Scientist Excellence</h3> | ||
<p> | ||
Applications from students and postdoctoral fellows will be rigorously evaluated. The top four | ||
candidates will be invited to give an oral presentation in a session dedicated to this award | ||
program. In addition to an abstract, participation in this program requires submission of a | ||
separate description of the innovation of the research (150 words or less) and the | ||
individual's contribution to the work being presented (150 words or less). Selection of the | ||
top four candidates is based on the evaluation of the applications by the MCBIOS board members | ||
for quality and impact of the research. The finalists are selected by a panel of judges | ||
(including keynote speakers) after the oral presentations. The quality of the professional | ||
presentation is the primary consideration for selection of the award recipients. Applicants | ||
with demonstrated multidisciplinary contribution and initiative are given preference during | ||
final selection. Announcement of the awards will be made during the final luncheon. | ||
</p> | ||
</div> | ||
</div> |