Skip to content
Snippets Groups Projects
Commit b1b25779 authored by Max Luca Beckmann's avatar Max Luca Beckmann
Browse files

timeline

parent 935ff333
No related branches found
No related tags found
No related merge requests found
import { QaBox } from "../components/Boxes";
import { TabScrollLink } from "../components/Link";
import { ScrollLinkWithChild } from "../components/ScrollLink";
import { useNavigation } from "../utils";
export function cellCultures () {
const {goToPageAndScroll} = useNavigation();
return (<a onClick={() => goToPageAndScroll('hek293-and-hek293t-cell-lines', '/materials-methods')}> linktext </a> );
}
export interface TimelineDatenpunkt {
title?: string; /* Prof. , Dr., ... */
......@@ -853,7 +861,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [
the measurement of the membrane potential above and below a monolayer of confluent cells<ScrollLinkWithChild targetId="desc-3"><sup>3</sup></ScrollLinkWithChild>. Consequently,
it enables precise measurement of conductivity dependent on CFTR expression. </p>
</>],
implementation: [<> <p>We decided to use HEK293T cells lines from Mattijs Bulcaen from KU Leuven [Link] which do overexpress the
implementation: [<> <p>We decided to use HEK293T cells lines which do overexpress the
correct CFTR and those which express CFTR with F508del for the Patch-Clamp measurements. To conduct the
Patch-Clamp experiments, we contacted the Cellular Neurophysiology group to perform the necessary
measurements. It was a pleasure to work together with Dr. Oliver Dräger[Link], who is working as a post-doc for
......
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