Skip to content
Snippets Groups Projects
Commit 677ae494 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

bfh links

parent 57987ddc
No related branches found
No related tags found
No related merge requests found
Pipeline #472365 failed
import { NoButtTimelineItem, PanelTimelineItem, TimelineItemPic, TimelineItemTwoPic } from "./VerticalTimeline"; import { NoButtTimelineItem, PanelTimelineItem, TimelineItemPic, TimelineItemTwoPic } from "./VerticalTimeline";
import SimpleSlider from "./Slider"; import SimpleSlider from "./Slider";
import { ScrollLink, SupScrollLink } from "./ScrollLink"; import { ScrollLink, SupScrollLink } from "./ScrollLink";
import { useNavigation } from "../utils";
export function BFHTimeline () { export function BFHTimeline () {
const {goToPagesAndOpenTab} = useNavigation();
return( return(
<> <>
<div className="timeline-container"> <div className="timeline-container">
...@@ -318,7 +320,7 @@ export function BFHTimeline () { ...@@ -318,7 +320,7 @@ export function BFHTimeline () {
Afterwards, the attending iGEM teams talked about their science communication plans and how they could improve them Afterwards, the attending iGEM teams talked about their science communication plans and how they could improve them
using the skills learned in this workshop. Our team revised their plans for explaining gene editing to using the skills learned in this workshop. Our team revised their plans for explaining gene editing to
children and started developing experiments to help them better understand cystic fibrosis, which we children and started developing experiments to help them better understand cystic fibrosis, which we
presented later onto the public at “Der Teuto ruft!” [Link], an event in Bielefeld to connect the local presented later onto the public at <a onClick={() => goToPagesAndOpenTab("teutoruft", "human-practices")}>“Der Teuto ruft!”</a>, an event in Bielefeld to connect the local
population with regional companies and institutes to inform them about their work - including our iGEM team! population with regional companies and institutes to inform them about their work - including our iGEM team!
</p> </p>
<h6>References</h6> <h6>References</h6>
...@@ -482,12 +484,12 @@ export function BFHTimeline () { ...@@ -482,12 +484,12 @@ export function BFHTimeline () {
heading="ChatGPT and Large Language Models" heading="ChatGPT and Large Language Models"
nachname="Vaquet" nachname="Vaquet"
vorname="Jonas" vorname="Jonas"
text="At this year's BFH Meetup, experienced slammers and FameLab [Link] participants were once again able to take text="At this year's BFH Meetup, experienced slammers and FameLab participants were once again able to take
to the stage and present their scientific topic as simply as possible in 5 minutes. " to the stage and present their scientific topic as simply as possible in 5 minutes. "
> >
<div id="slam1" style={{display: "none"}}> <div id="slam1" style={{display: "none"}}>
<p>With Jonas Vaquet, a <p>With Jonas Vaquet, a
research associate of the EU project ERC Waterfutures [Link], the audience explored Large Language Models research associate of the EU project <a href="https://waterfutures.eu/project/">ERC Waterfutures</a>, the audience explored Large Language Models
(LLMs) such as ChatGPT. The speaker humorously engaged the crowd, asking who had used such models, and (LLMs) such as ChatGPT. The speaker humorously engaged the crowd, asking who had used such models, and
nearly all hands were raised in response. </p> nearly all hands were raised in response. </p>
<p>The speaker introduced ChatGPT, a "Generative Pre-trained Transformer," using an interactive experiment where <p>The speaker introduced ChatGPT, a "Generative Pre-trained Transformer," using an interactive experiment where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment