×

注意!页面内容来自https://www.fidabio.com/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> /* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Focus state for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child.w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small.container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography s from the parent and not have hardcoded values. Important: You will not be able to for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Apply "..." after 3 lines of text */ .text--3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text--2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide.hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } .is--disabled-arrow { opacity: 0.2; pointer-events: none; } @media screen and (max-width: 480px) { .w-slider-dot.w-active { background-color: #000000; opacity: 1; } .w-slider-dot { background-color: #000; opacity: .5; } <> /* All paragraph elements inside Hubspot form */ .hs-form>p { margin-top:1rem; margin-bottom:1rem; } /* Set margin right 0 for input wrapper */ .hs-form .input { margin-right: 0 !important; } /* Max width of fieldset element inside form */ .hs-form>fieldset { max-width: 100% !important; } /* Form Input */ .hs-input { width: 100% !important; } /* Radio Inputs */ .hs-input[type=radio] { width: auto !important; margin-right: 0.5rem; min-height: auto !important; } /* Checkbox Labels */ .hs-form-checkbox>label { font-weight: 400 !important; } /* Error messages label margin */ .hs-error-msgs>label { margin-bottom: 0px !important; } /* Swiper */ .swiper-fade .swiper-slide:has( ~ .swiper-slide-active) { opacity: 0 !important; } /*Custom Checkbox*/ .hs-input[type=checkbox] { width: 1rem !important; height: 1rem !important; margin-right: 0.5rem !important; min-height: auto !important; } .hs-input[type=checkbox]:focus { box-shadow: 0 0 3px 1px #bdfd2e; } .hs-input[type=checkbox]:checked { accent-color: #111; outline: 2px solid #111; } .hs-form-booleancheckbox-display>span { margin-left: 0 !important; } .hs-form-field { width: 100% !important; } .multi-image-collection-item:nth-child(2) ~ * { display: none !important; } * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } img { image-rendering: -webkit-optimize-contrast; } .navbar.w-nav { opacity: 1 !important; } body > div:not([class*="a"]) { display: none; } .field label { color: #33475b; font-size: 15px; line-height: 1em; font-weight: 500; } legend.hs-field-desc { color: #537393; font-size: 11px; } .field input { border-radius: 50px; font-size: 16px; line-height: 1.2em; padding: 10px 20px; color: #537393; } .inputs-list { list-: none; padding: 0; } .inputs-list input { margin: 0; } .hbspt-form .submitted-message { padding: 0; background: transparent; color: black; display: grid; grid-row-gap: 15px; } .knowledge-link.w--current { color: #ff7a00; } .pop-up-wrapper { animation: slide 1s ease 0s 1 normal none; } .pop-up-wrapper.close-slide { animation: slide-close 1s ease 0s 1 normal none; } @keyframes slide { 0% { transform: translateX(108%); } 100% { transform: translateX(0%); } } @keyframes slide-close { 0% { transform: translateX(0%); } 100% { transform: translateX(108%); } } /*For the mobile logo slider*/ .track-horizontal-alt { position: relative!important; } .track-horizontal { position: relative!important; }

Compress weeks of biophysics into a few routine runs.

Fida Evolve resolves molecular sizebindingand sample characteristics from one in-solution diffusion profile - replacing a stack of complementary assays with a single experiment. Multiple questionsone assay. Data gaps closed in the same run that raises them. Routines that used to take daysfinished in minutes.

Robustness and confidence of

3 simultaneous measurements

High data yield

10 biophysical readouts

Early binder screening and ranking with

1-minute Kd
Multiple readouts per run
Fewer runs
Faster time to insights
Faster decisions
Higher ROI

Fida Evolve:

Our new multiparameter FIDA biophysics platform enables you to collapse weeks of biophysical analyses into a few days work.

Developed for Complex Samples and New Modalities:

For FIDA the sample environment is contextnot obstacle. It allows you to increase biological relevance by handling unpurified sampleshigh-background matricesand heterogeneous populationsdistinguishing bound/unbound species and oligomeric states without separation steps.

Delivers binding data in context of sample integrity:

By reporting binding alongside aggregationsizeand quality metrics from the same assayFIDA eliminates ambiguity caused by fragmented assays.

Wide Affinity & Kinetic Range:

Measures dissociation constants from picomolar (pM) to millimolar (mM)and kinetic processes from seconds to hourscovering weak bindersfragmentsor biologics alike.

Sample and time efficient:

nL–µL sample sizesno need for purificationmultiple simultaneous readouts & calibration-free operation - all this combined with AI-compatible data reporting allows you to efficiently move frontiers.

FIDA in numbers

Over

10

Characterization parameters

Affinity of

pM - mM

Strong and weak binders

40 nL Analyte

Down to nL sample volumes

Kinetics

Sec-hrs

Fast and slow

Size accuracy of

1%

Size change

2 x 96 samples

Fully Automated

Between

100mM - 10pM

Binding affinities

3 Wavelengths available:

480nm640nm or 280nm LED

Size detection of

0.5 - 500nm

Size Range

Size-based quality control: a wealth of information to accelerate your research

Size measurements are the fundament for over 10 parameters delivered by FIDA. Detection of hydrodynamic radiuschanges in hydrodynamic radius and apparent hydrodynamic radius provide the measurements used not only for the Sizebut also for Binding & AffinityBinding KineticsQuantityand Quality parameterswhich you can read more about:

Kinetics
Affinity
Quantity
Aggregation
Viscosity
<> .layout423_card-content { opacity: 1; transition: opacity 0.3s; /* Apply a transition to opacity changes */ } /* Styling for the card content when it's inactive */ .layout423_card-content.inactive { opacity: 0; }
Sample Loss
PDB Correlator
Polydispersity Index
Stickiness
Labelling quality
<> .layout423_card-content { opacity: 1; transition: opacity 0.3s; /* Apply a transition to opacity changes */ } /* Styling for the card content when it's inactive */ .layout423_card-content.inactive { opacity: 0; }
book a call

Discover FIDA

Thank you for your interest in FIDA Technology. Fill in the form to the right to schedule a discovery call.

*You will be contacted within 3 business days.

Do you have something in mind you'd like to discuss with us?

Kindly fill out the form below and our team will reach out to you.

If you need technical support please contact [email protected]

If you need support in relation to your instrument or consumable orders please contact [email protected]

You can also give us a call at +45 53 72 78 70