mp-design-system 1.2.44 → 1.2.45
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/build/js/app.js +1 -1
- package/dist/build/js/app.js.map +1 -1
- package/dist/build/scss/main.css +1 -1
- package/dist/build/scss/main.css.map +1 -1
- package/package.json +1 -1
- package/src/assets/js/imports/off-canvas.js +3 -6
- package/src/assets/scss/components/form.scss +22 -8
- package/src/prototype/forms.njk +2415 -0
package/src/prototype/forms.njk
CHANGED
@@ -686,5 +686,2420 @@ tagTitle: Forms
|
|
686
686
|
</div>
|
687
687
|
</form>
|
688
688
|
</div>
|
689
|
+
|
690
|
+
<div class="mp c-tabs c-tabs--anchor u-wrap u-margin-bottom-l-xl u-display-none">
|
691
|
+
<div class="o-grid o-grid--8/3 o-grid--float o-grid--layout u-margin-top-l">
|
692
|
+
<header class="u-flow--l">
|
693
|
+
<h1 class="c-h c-h--page-title">My account</h1>
|
694
|
+
<nav class="c-tabs__controls">
|
695
|
+
<ul class="c-tabs__controls-list">
|
696
|
+
<li><a class="c-tabs__control" href="#tab-1">Account details</a></li>
|
697
|
+
<li><a class="c-tabs__control c-tabs__control--active" href="#tab-2">Email preferences</a></li>
|
698
|
+
<li><a class="c-tabs__control" href="#tab-3">My events</a></li>
|
699
|
+
<li><a class="c-tabs__control" href="#tab-4">My articles</a></li>
|
700
|
+
|
701
|
+
|
702
|
+
</ul>
|
703
|
+
</nav>
|
704
|
+
</header>
|
705
|
+
</div>
|
706
|
+
|
707
|
+
<div class="o-grid o-grid--9/3 o-grid--layout">
|
708
|
+
<div id="dynamicForm">
|
709
|
+
<form id="EditProfile" class="mp-dynamicform c-tabs__content u-bg-blue-step-3 u-pad-l" action="/en/profile" method="post" name="dynamicForm" novalidate="">
|
710
|
+
<div id="tab-1" class="c-tab">
|
711
|
+
<input name="__RequestVerificationToken" type="hidden" value="JQjYClKZpIHT8Kp-FIPjQT0X0jDr761L8-5z1KzSiWsCWwIf4TqM6ZkHJx_k5kOGuDM4eIttYnobZsSyfg4Fq-AqyB-NQF8li13tDytO15anyMxxsEG7WiisJqk3-5lTcP85DUjnKQVu1JBPNfSG0Q2">
|
712
|
+
<div class="validation-summary-valid" data-valmsg-summary="true"><ul><li style="display:none"></li>
|
713
|
+
</ul></div>
|
714
|
+
|
715
|
+
<label for="pardot-url" class="pardot-extra u-hidden">
|
716
|
+
Leave this field empty
|
717
|
+
<input type="text" name="pardot-url" id="pardot-url" class="pardot-url" autocomplete="off" tabindex="-1" data-fax="">
|
718
|
+
</label>
|
719
|
+
<label for="gclid" class="gclid u-hidden">GCLID</label>
|
720
|
+
<input type="hidden" class="c-input u-hidden" name="gclid" id="gclid" autocomplete="off" tabindex="-1">
|
721
|
+
|
722
|
+
|
723
|
+
|
724
|
+
|
725
|
+
|
726
|
+
<fieldset class="c-fieldset ">
|
727
|
+
<legend class="c-form__section-title">About you</legend>
|
728
|
+
|
729
|
+
<div class="c-form__row ">
|
730
|
+
<div class="c-form__input FirstName required ">
|
731
|
+
|
732
|
+
<div class="c-form__input-wrap">
|
733
|
+
<label class="c-label u-pad-xs c-label--required" for="FirstName">First name</label>
|
734
|
+
<input type="text" class="c-input" name="FirstName" value="Andrew" placeholder="" id="FirstName" required="">
|
735
|
+
|
736
|
+
</div>
|
737
|
+
<div class="c-input-message c-form__messages-wrap">
|
738
|
+
<div class="errorFirstName u-display-none">
|
739
|
+
Please enter your first name.
|
740
|
+
</div>
|
741
|
+
</div>
|
742
|
+
|
743
|
+
</div>
|
744
|
+
<div class="c-form__input LastName required ">
|
745
|
+
|
746
|
+
<div class="c-form__input-wrap">
|
747
|
+
<label class="c-label u-pad-xs c-label--required" for="LastName">Last name</label>
|
748
|
+
<input type="text" class="c-input" name="LastName" value="Merrell" placeholder="" id="LastName" required="">
|
749
|
+
|
750
|
+
</div>
|
751
|
+
<div class="c-input-message c-form__messages-wrap">
|
752
|
+
<div class="errorLastName u-display-none">
|
753
|
+
Please enter your last name.
|
754
|
+
</div>
|
755
|
+
</div>
|
756
|
+
|
757
|
+
</div>
|
758
|
+
|
759
|
+
|
760
|
+
|
761
|
+
</div>
|
762
|
+
</fieldset>
|
763
|
+
<fieldset class="c-fieldset ">
|
764
|
+
<legend class="c-form__section-title">About your company or institution</legend>
|
765
|
+
|
766
|
+
<div class="c-form__row ">
|
767
|
+
<div class="c-form__input CompanyName required c-input-ok">
|
768
|
+
|
769
|
+
<div class="c-form__input-wrap">
|
770
|
+
<label class="c-label u-pad-xs c-label--required" for="CompanyName">Company / institution</label>
|
771
|
+
<input type="text" class="c-input" name="CompanyName" value="Malvern Panalytical" placeholder="" id="CompanyName" required="">
|
772
|
+
|
773
|
+
</div>
|
774
|
+
<div class="c-input-message c-form__messages-wrap">
|
775
|
+
<div class="errorCompanyName u-display-none">
|
776
|
+
Please enter your company.
|
777
|
+
</div>
|
778
|
+
</div>
|
779
|
+
|
780
|
+
</div>
|
781
|
+
<div class="c-form__input Department ">
|
782
|
+
|
783
|
+
<div class="c-form__input-wrap">
|
784
|
+
<label class="c-label u-pad-xs " for="Department">Department</label>
|
785
|
+
<input type="text" class="c-input" name="Department" value="" placeholder="" id="Department">
|
786
|
+
|
787
|
+
</div>
|
788
|
+
|
789
|
+
</div>
|
790
|
+
<div class="c-form__input Industry required ">
|
791
|
+
|
792
|
+
<div class="c-form__input-wrap">
|
793
|
+
<label class="c-label u-pad-xs c-label--required" for="Industry">Industry</label>
|
794
|
+
<select class="c-input c-input--select Industry" name="Industry" id="Industry" required="">
|
795
|
+
<option value=""></option>
|
796
|
+
<option value="tcm:50-69567-1024">Academia</option>
|
797
|
+
<option value="tcm:50-41578-1024" selected="">Advanced Manufacturing</option>
|
798
|
+
<option value="tcm:50-66937-1024">Aerospace</option>
|
799
|
+
<option value="tcm:50-54762-1024">Agriculture</option>
|
800
|
+
<option value="tcm:50-3961-1024">Agrochemicals</option>
|
801
|
+
<option value="tcm:50-3926-1024">Automotive</option>
|
802
|
+
<option value="tcm:50-11176-1024">Biologics</option>
|
803
|
+
<option value="tcm:50-41783-1024">Building Materials</option>
|
804
|
+
<option value="tcm:50-3959-1024">Chemicals</option>
|
805
|
+
<option value="tcm:50-41782-1024">Chemicals/Coatings</option>
|
806
|
+
<option value="tcm:50-6943-1024">Energy/Battery</option>
|
807
|
+
<option value="tcm:50-3938-1024">Environment</option>
|
808
|
+
<option value="tcm:50-3939-1024">Food and Beverages</option>
|
809
|
+
<option value="tcm:50-66938-1024">Government/Institutes</option>
|
810
|
+
<option value="tcm:50-66939-1024">Manufacturing, Research and Analytical Services</option>
|
811
|
+
<option value="tcm:50-3944-1024">Metals</option>
|
812
|
+
<option value="tcm:50-41781-1024">Minerals</option>
|
813
|
+
<option value="tcm:50-41780-1024">Mining</option>
|
814
|
+
<option value="tcm:50-3949-1024">Oils, Fuels and Chemicals</option>
|
815
|
+
<option value="tcm:50-3933-1024">Personal Care Products</option>
|
816
|
+
<option value="tcm:50-11180-1024">Pharmaceutical</option>
|
817
|
+
<option value="tcm:50-3958-1024">Polymers</option>
|
818
|
+
<option value="tcm:50-41784-1024">Power Generation</option>
|
819
|
+
<option value="tcm:50-3976-1024">Semiconductor/Electronics</option>
|
820
|
+
<option value="tcm:50-3968-1024">Service labs/Integrators</option>
|
821
|
+
<option value="tcm:50-66946-1024">University</option>
|
822
|
+
</select>
|
823
|
+
|
824
|
+
|
825
|
+
</div>
|
826
|
+
<div class="c-input-message c-form__messages-wrap">
|
827
|
+
<div class="errorIndustry u-display-none">
|
828
|
+
Please enter your industry.
|
829
|
+
</div>
|
830
|
+
</div>
|
831
|
+
|
832
|
+
</div>
|
833
|
+
<div class="c-form__input City required ">
|
834
|
+
|
835
|
+
<div class="c-form__input-wrap">
|
836
|
+
<label class="c-label u-pad-xs c-label--required" for="City">City</label>
|
837
|
+
<input type="text" class="c-input" name="City" value="Gloucester" placeholder="" id="City" required="">
|
838
|
+
|
839
|
+
</div>
|
840
|
+
<div class="c-input-message c-form__messages-wrap">
|
841
|
+
<div class="errorCity u-display-none">
|
842
|
+
Please enter your city.
|
843
|
+
</div>
|
844
|
+
</div>
|
845
|
+
|
846
|
+
</div>
|
847
|
+
<div class="c-form__input Country required ">
|
848
|
+
|
849
|
+
<div class="c-form__input-wrap">
|
850
|
+
<label class="c-label u-pad-xs c-label--required" for="Country">Country</label>
|
851
|
+
<select class="c-input c-input--select Country" name="Country" id="Country" required="">
|
852
|
+
<option value=""></option>
|
853
|
+
<option value="tcm:50-4994-1024">United States</option>
|
854
|
+
<option value="tcm:50-4993-1024" selected="">United Kingdom</option>
|
855
|
+
<option value="tcm:50-4995-1024">Afghanistan</option>
|
856
|
+
<option value="tcm:50-4996-1024">Albania</option>
|
857
|
+
<option value="tcm:50-4997-1024">Algeria</option>
|
858
|
+
<option value="tcm:50-4999-1024">Andorra</option>
|
859
|
+
<option value="tcm:50-5000-1024">Angola</option>
|
860
|
+
<option value="tcm:50-5001-1024">Anguilla</option>
|
861
|
+
<option value="tcm:50-5002-1024">Antarctica</option>
|
862
|
+
<option value="tcm:50-5003-1024">Antigua and Barbuda</option>
|
863
|
+
<option value="tcm:50-5004-1024">Argentina</option>
|
864
|
+
<option value="tcm:50-5005-1024">Armenia</option>
|
865
|
+
<option value="tcm:50-5006-1024">Aruba</option>
|
866
|
+
<option value="tcm:50-5007-1024">Australia</option>
|
867
|
+
<option value="tcm:50-5008-1024">Austria</option>
|
868
|
+
<option value="tcm:50-5009-1024">Azerbaijan</option>
|
869
|
+
<option value="tcm:50-5190-1024">Bahamas</option>
|
870
|
+
<option value="tcm:50-5010-1024">Bahrain</option>
|
871
|
+
<option value="tcm:50-5011-1024">Bangladesh</option>
|
872
|
+
<option value="tcm:50-5012-1024">Barbados</option>
|
873
|
+
|
874
|
+
<option value="tcm:50-5014-1024">Belgium</option>
|
875
|
+
<option value="tcm:50-5015-1024">Belize</option>
|
876
|
+
<option value="tcm:50-5016-1024">Benin</option>
|
877
|
+
<option value="tcm:50-5017-1024">Bermuda</option>
|
878
|
+
<option value="tcm:50-5018-1024">Bhutan</option>
|
879
|
+
<option value="tcm:50-5019-1024">Bolivia</option>
|
880
|
+
<option value="tcm:50-5020-1024">Bosnia and Herzegovina</option>
|
881
|
+
<option value="tcm:50-5021-1024">Botswana</option>
|
882
|
+
<option value="tcm:50-15011-1024">Bouvet Islands</option>
|
883
|
+
<option value="tcm:50-5022-1024">Brazil</option>
|
884
|
+
<option value="tcm:50-14999-1024">British Indian Ocean Territory</option>
|
885
|
+
<option value="tcm:50-5023-1024">British Virgin Islands</option>
|
886
|
+
<option value="tcm:50-5024-1024">Brunei Darussalam</option>
|
887
|
+
<option value="tcm:50-5025-1024">Bulgaria</option>
|
888
|
+
<option value="tcm:50-5026-1024">Burkina Faso</option>
|
889
|
+
<option value="tcm:50-5027-1024">Burundi</option>
|
890
|
+
<option value="tcm:50-5028-1024">Cambodia</option>
|
891
|
+
<option value="tcm:50-5029-1024">Cameroon</option>
|
892
|
+
<option value="tcm:50-4990-1024">Canada</option>
|
893
|
+
<option value="tcm:50-5030-1024">Cape Verde</option>
|
894
|
+
<option value="tcm:50-5031-1024">Cayman Islands</option>
|
895
|
+
<option value="tcm:50-5032-1024">Central African Republic</option>
|
896
|
+
<option value="tcm:50-5033-1024">Chad</option>
|
897
|
+
<option value="tcm:50-5034-1024">Chile</option>
|
898
|
+
<option value="tcm:50-5035-1024">China</option>
|
899
|
+
<option value="tcm:50-5036-1024">Christmas Island</option>
|
900
|
+
<option value="tcm:50-5038-1024">Colombia</option>
|
901
|
+
<option value="tcm:50-5039-1024">Comoros</option>
|
902
|
+
<option value="tcm:50-5042-1024">Cook Islands</option>
|
903
|
+
<option value="tcm:50-5043-1024">Costa Rica</option>
|
904
|
+
<option value="tcm:50-5044-1024">Cote d'Ivoire</option>
|
905
|
+
<option value="tcm:50-5045-1024">Croatia</option>
|
906
|
+
<option value="tcm:50-15007-1024">Cuba</option>
|
907
|
+
<option value="tcm:50-53469-1024">Curacao</option>
|
908
|
+
<option value="tcm:50-5046-1024">Cyprus</option>
|
909
|
+
<option value="tcm:50-5047-1024">Czech Republic</option>
|
910
|
+
<option value="tcm:50-5041-1024">Democratic Republic of the Congo</option>
|
911
|
+
<option value="tcm:50-5048-1024">Denmark</option>
|
912
|
+
<option value="tcm:50-5049-1024">Djibouti</option>
|
913
|
+
<option value="tcm:50-5050-1024">Dominica</option>
|
914
|
+
<option value="tcm:50-5051-1024">Dominican Republic</option>
|
915
|
+
<option value="tcm:50-5133-1024">Dutch Antilles</option>
|
916
|
+
<option value="tcm:50-5192-1024">East Timor</option>
|
917
|
+
<option value="tcm:50-5052-1024">Ecuador</option>
|
918
|
+
<option value="tcm:50-5053-1024">Egypt</option>
|
919
|
+
<option value="tcm:50-5054-1024">El Salvador</option>
|
920
|
+
<option value="tcm:50-5055-1024">Equatorial Guinea</option>
|
921
|
+
<option value="tcm:50-5056-1024">Eritrea</option>
|
922
|
+
<option value="tcm:50-5057-1024">Estonia</option>
|
923
|
+
<option value="tcm:50-5058-1024">Ethiopia</option>
|
924
|
+
<option value="tcm:50-5060-1024">Falkland Islands</option>
|
925
|
+
<option value="tcm:50-5061-1024">Faroe Islands</option>
|
926
|
+
<option value="tcm:50-5063-1024">Fiji</option>
|
927
|
+
<option value="tcm:50-5064-1024">Finland</option>
|
928
|
+
<option value="tcm:50-4991-1024">France</option>
|
929
|
+
<option value="tcm:50-5065-1024">French Guyana</option>
|
930
|
+
<option value="tcm:50-5066-1024">French Polynesia</option>
|
931
|
+
<option value="tcm:50-53471-1024">French Southern Territory</option>
|
932
|
+
<option value="tcm:50-5067-1024">Gabon</option>
|
933
|
+
<option value="tcm:50-5191-1024">Gambia</option>
|
934
|
+
<option value="tcm:50-5068-1024">Georgia</option>
|
935
|
+
<option value="tcm:50-5069-1024">Germany</option>
|
936
|
+
<option value="tcm:50-5070-1024">Ghana</option>
|
937
|
+
<option value="tcm:50-5071-1024">Gibraltar</option>
|
938
|
+
<option value="tcm:50-5072-1024">Greece</option>
|
939
|
+
<option value="tcm:50-5073-1024">Greenland</option>
|
940
|
+
<option value="tcm:50-5074-1024">Grenada</option>
|
941
|
+
<option value="tcm:50-5075-1024">Guadeloupe</option>
|
942
|
+
<option value="tcm:50-5076-1024">Guam</option>
|
943
|
+
<option value="tcm:50-5077-1024">Guatemala</option>
|
944
|
+
<option value="tcm:50-5078-1024">Guinea</option>
|
945
|
+
<option value="tcm:50-5079-1024">Guinea-Bissau</option>
|
946
|
+
<option value="tcm:50-5080-1024">Guyana</option>
|
947
|
+
<option value="tcm:50-5081-1024">Haiti</option>
|
948
|
+
<option value="tcm:50-15012-1024">Heard and McDonald Islands</option>
|
949
|
+
<option value="tcm:50-5082-1024">Honduras</option>
|
950
|
+
<option value="tcm:50-5084-1024">Hungary</option>
|
951
|
+
<option value="tcm:50-5085-1024">Iceland</option>
|
952
|
+
<option value="tcm:50-5086-1024">India</option>
|
953
|
+
<option value="tcm:50-5087-1024">Indonesia</option>
|
954
|
+
<option value="tcm:50-5088-1024">Iraq</option>
|
955
|
+
<option value="tcm:50-5089-1024">Ireland</option>
|
956
|
+
<option value="tcm:50-5090-1024">Israel</option>
|
957
|
+
<option value="tcm:50-5091-1024">Italy</option>
|
958
|
+
<option value="tcm:50-5092-1024">Jamaica</option>
|
959
|
+
<option value="tcm:50-5093-1024">Japan</option>
|
960
|
+
<option value="tcm:50-5094-1024">Jordan</option>
|
961
|
+
<option value="tcm:50-5095-1024">Kazakhstan</option>
|
962
|
+
<option value="tcm:50-5096-1024">Kenya</option>
|
963
|
+
<option value="tcm:50-5097-1024">Kiribati</option>
|
964
|
+
<option value="tcm:50-53473-1024">Kosovo</option>
|
965
|
+
<option value="tcm:50-5098-1024">Kuwait</option>
|
966
|
+
<option value="tcm:50-5099-1024">Kyrgyzstan</option>
|
967
|
+
<option value="tcm:50-5100-1024">Laos</option>
|
968
|
+
<option value="tcm:50-5101-1024">Latvia</option>
|
969
|
+
<option value="tcm:50-5102-1024">Lebanon</option>
|
970
|
+
<option value="tcm:50-5103-1024">Lesotho</option>
|
971
|
+
<option value="tcm:50-5104-1024">Liberia</option>
|
972
|
+
<option value="tcm:50-15014-1024">Libya</option>
|
973
|
+
<option value="tcm:50-5105-1024">Liechtenstein</option>
|
974
|
+
<option value="tcm:50-5106-1024">Lithuania</option>
|
975
|
+
<option value="tcm:50-5107-1024">Luxembourg</option>
|
976
|
+
<option value="tcm:50-5059-1024">Macedonia</option>
|
977
|
+
<option value="tcm:50-5109-1024">Madagascar</option>
|
978
|
+
<option value="tcm:50-5110-1024">Malawi</option>
|
979
|
+
<option value="tcm:50-5111-1024">Malaysia</option>
|
980
|
+
<option value="tcm:50-5112-1024">Maldives</option>
|
981
|
+
<option value="tcm:50-5113-1024">Mali</option>
|
982
|
+
<option value="tcm:50-5114-1024">Malta</option>
|
983
|
+
<option value="tcm:50-5115-1024">Marshall Islands</option>
|
984
|
+
<option value="tcm:50-5116-1024">Martinique</option>
|
985
|
+
<option value="tcm:50-5117-1024">Mauritania</option>
|
986
|
+
<option value="tcm:50-5119-1024">Mayotte</option>
|
987
|
+
<option value="tcm:50-5120-1024">Mexico</option>
|
988
|
+
<option value="tcm:50-5062-1024">Micronesia</option>
|
989
|
+
<option value="tcm:50-5122-1024">Monaco</option>
|
990
|
+
<option value="tcm:50-5123-1024">Mongolia</option>
|
991
|
+
<option value="tcm:50-53475-1024">Montenegro</option>
|
992
|
+
<option value="tcm:50-5125-1024">Montserrat</option>
|
993
|
+
<option value="tcm:50-5126-1024">Morocco</option>
|
994
|
+
<option value="tcm:50-5127-1024">Mozambique</option>
|
995
|
+
<option value="tcm:50-5128-1024">Myanmar</option>
|
996
|
+
<option value="tcm:50-5129-1024">Namibia</option>
|
997
|
+
<option value="tcm:50-5130-1024">Nauru</option>
|
998
|
+
<option value="tcm:50-5131-1024">Nepal</option>
|
999
|
+
<option value="tcm:50-5132-1024">Netherlands</option>
|
1000
|
+
<option value="tcm:50-5134-1024">New Caledonia</option>
|
1001
|
+
<option value="tcm:50-5135-1024">New Zealand</option>
|
1002
|
+
<option value="tcm:50-5136-1024">Nicaragua</option>
|
1003
|
+
<option value="tcm:50-5137-1024">Niger</option>
|
1004
|
+
<option value="tcm:50-5138-1024">Nigeria</option>
|
1005
|
+
<option value="tcm:50-5140-1024">Norfolk Islands</option>
|
1006
|
+
<option value="tcm:50-5141-1024">North Mariana Islands</option>
|
1007
|
+
<option value="tcm:50-5142-1024">Norway</option>
|
1008
|
+
<option value="tcm:50-5143-1024">Oman</option>
|
1009
|
+
<option value="tcm:50-5144-1024">Pakistan</option>
|
1010
|
+
<option value="tcm:50-5145-1024">Palau</option>
|
1011
|
+
<option value="tcm:50-5146-1024">Palestine</option>
|
1012
|
+
<option value="tcm:50-5147-1024">Panama</option>
|
1013
|
+
<option value="tcm:50-5148-1024">Papua New Guinea</option>
|
1014
|
+
<option value="tcm:50-5149-1024">Paraguay</option>
|
1015
|
+
<option value="tcm:50-5150-1024">Peru</option>
|
1016
|
+
<option value="tcm:50-5151-1024">Philippines</option>
|
1017
|
+
<option value="tcm:50-5152-1024">Pitcairn Islands</option>
|
1018
|
+
<option value="tcm:50-5153-1024">Poland</option>
|
1019
|
+
<option value="tcm:50-5154-1024">Portugal</option>
|
1020
|
+
<option value="tcm:50-5155-1024">Puerto Rico</option>
|
1021
|
+
<option value="tcm:50-5156-1024">Qatar</option>
|
1022
|
+
<option value="tcm:50-5157-1024">Reunion</option>
|
1023
|
+
<option value="tcm:50-5158-1024">Romania</option>
|
1024
|
+
|
1025
|
+
<option value="tcm:50-5160-1024">Rwanda</option>
|
1026
|
+
<option value="tcm:50-5179-1024">Saint Kitts and Nevis</option>
|
1027
|
+
<option value="tcm:50-5162-1024">Samoa</option>
|
1028
|
+
<option value="tcm:50-5163-1024">San Marino</option>
|
1029
|
+
<option value="tcm:50-5164-1024">Sao Tome and Principe</option>
|
1030
|
+
<option value="tcm:50-5165-1024">Saudi Arabia</option>
|
1031
|
+
<option value="tcm:50-5166-1024">Senegal</option>
|
1032
|
+
<option value="tcm:50-53477-1024">Serbia</option>
|
1033
|
+
<option value="tcm:50-5168-1024">Seychelles</option>
|
1034
|
+
<option value="tcm:50-5169-1024">Sierra Leone</option>
|
1035
|
+
<option value="tcm:50-4992-1024">Singapore</option>
|
1036
|
+
<option value="tcm:50-53479-1024">Sint Maarten</option>
|
1037
|
+
<option value="tcm:50-5170-1024">Slovakia</option>
|
1038
|
+
<option value="tcm:50-5171-1024">Slovenia</option>
|
1039
|
+
<option value="tcm:50-5172-1024">Solomon Islands</option>
|
1040
|
+
<option value="tcm:50-5173-1024">Somalia</option>
|
1041
|
+
<option value="tcm:50-5174-1024">South Africa</option>
|
1042
|
+
<option value="tcm:50-15018-1024">South Georgia and the Southern Sandwich Islands</option>
|
1043
|
+
<option value="tcm:50-5175-1024">South Korea</option>
|
1044
|
+
<option value="tcm:50-5176-1024">Spain</option>
|
1045
|
+
<option value="tcm:50-5177-1024">Sri Lanka</option>
|
1046
|
+
<option value="tcm:50-5180-1024">St. Lucia</option>
|
1047
|
+
<option value="tcm:50-15010-1024">Sudan</option>
|
1048
|
+
<option value="tcm:50-5182-1024">Suriname</option>
|
1049
|
+
<option value="tcm:50-5184-1024">Sweden</option>
|
1050
|
+
<option value="tcm:50-5185-1024">Switzerland</option>
|
1051
|
+
<option value="tcm:50-15008-1024">Syria</option>
|
1052
|
+
<option value="tcm:50-5186-1024">Taiwan</option>
|
1053
|
+
<option value="tcm:50-5187-1024">Tajikistan</option>
|
1054
|
+
<option value="tcm:50-5188-1024">Tanzania</option>
|
1055
|
+
<option value="tcm:50-5189-1024">Thailand</option>
|
1056
|
+
<option value="tcm:50-5193-1024">Togo</option>
|
1057
|
+
<option value="tcm:50-5194-1024">Tokelau Islands</option>
|
1058
|
+
<option value="tcm:50-5195-1024">Tonga</option>
|
1059
|
+
<option value="tcm:50-5196-1024">Trinidad and Tobago</option>
|
1060
|
+
<option value="tcm:50-5197-1024">Tunisia</option>
|
1061
|
+
<option value="tcm:50-5198-1024">Turkey</option>
|
1062
|
+
<option value="tcm:50-5199-1024">Turkmenistan</option>
|
1063
|
+
<option value="tcm:50-5200-1024">Turks and Caicos Islands</option>
|
1064
|
+
<option value="tcm:50-5201-1024">Tuvalu</option>
|
1065
|
+
<option value="tcm:50-5203-1024">Uganda</option>
|
1066
|
+
|
1067
|
+
<option value="tcm:50-5205-1024">United Arab Emirates</option>
|
1068
|
+
<option value="tcm:50-4993-1024">United Kingdom</option>
|
1069
|
+
<option value="tcm:50-4994-1024">United States</option>
|
1070
|
+
<option value="tcm:50-5206-1024">Uruguay</option>
|
1071
|
+
<option value="tcm:50-5207-1024">Uzbekistan</option>
|
1072
|
+
<option value="tcm:50-5208-1024">Vanuatu</option>
|
1073
|
+
<option value="tcm:50-5210-1024">Venezuela</option>
|
1074
|
+
<option value="tcm:50-5211-1024">Vietnam</option>
|
1075
|
+
<option value="tcm:50-5212-1024">Wallis and Futuna Islands</option>
|
1076
|
+
<option value="tcm:50-5213-1024">Yemen</option>
|
1077
|
+
<option value="tcm:50-5214-1024">Zambia</option>
|
1078
|
+
<option value="tcm:50-5215-1024">Zimbabwe</option>
|
1079
|
+
</select>
|
1080
|
+
|
1081
|
+
|
1082
|
+
</div>
|
1083
|
+
<div class="c-input-message c-form__messages-wrap">
|
1084
|
+
<div class="errorCountry u-display-none">
|
1085
|
+
Please select your country.
|
1086
|
+
</div>
|
1087
|
+
</div>
|
1088
|
+
|
1089
|
+
</div>
|
1090
|
+
<div class="c-form__input Province u-hidden required">
|
1091
|
+
|
1092
|
+
<div class="c-form__input-wrap">
|
1093
|
+
<label class="c-label u-pad-xs c-label--required" for="Province">Province</label>
|
1094
|
+
<select class="c-input c-input--select Province" name="Province" id="Province" data-dependency="showif(Country%4990-1024)" required="" data-action="showif" data-parent="Country" data-value="4990-1024">
|
1095
|
+
<option value=""></option>
|
1096
|
+
<option value="tcm:50-4875-1024">Alberta</option>
|
1097
|
+
<option value="tcm:50-4876-1024">British Columbia</option>
|
1098
|
+
<option value="tcm:50-4877-1024">Manitoba</option>
|
1099
|
+
<option value="tcm:50-4878-1024">New Brunswick</option>
|
1100
|
+
<option value="tcm:50-4879-1024">Newfoundland and Labrador</option>
|
1101
|
+
<option value="tcm:50-4880-1024">Northwest Territories</option>
|
1102
|
+
<option value="tcm:50-4881-1024">Nova Scotia</option>
|
1103
|
+
<option value="tcm:50-4882-1024">Nunavut</option>
|
1104
|
+
<option value="tcm:50-4883-1024">Ontario</option>
|
1105
|
+
<option value="tcm:50-4884-1024">Prince Edward Island</option>
|
1106
|
+
<option value="tcm:50-4885-1024">Quebec</option>
|
1107
|
+
<option value="tcm:50-4886-1024">Saskatchewan</option>
|
1108
|
+
<option value="tcm:50-4887-1024">Yukon Territory</option>
|
1109
|
+
</select>
|
1110
|
+
|
1111
|
+
|
1112
|
+
</div>
|
1113
|
+
<div class="c-input-message c-form__messages-wrap">
|
1114
|
+
<div class="errorProvince u-display-none">
|
1115
|
+
|
1116
|
+
</div>
|
1117
|
+
</div>
|
1118
|
+
|
1119
|
+
</div>
|
1120
|
+
<div class="c-form__input State u-hidden required">
|
1121
|
+
|
1122
|
+
<div class="c-form__input-wrap">
|
1123
|
+
<label class="c-label u-pad-xs c-label--required" for="State">State</label>
|
1124
|
+
<select class="c-input c-input--select State" name="State" id="State" data-dependency="showif(Country%4994-1024)" required="" data-action="showif" data-parent="Country" data-value="4994-1024">
|
1125
|
+
<option value=""></option>
|
1126
|
+
<option value="tcm:50-4939-1024">Alabama</option>
|
1127
|
+
<option value="tcm:50-4940-1024">Alaska</option>
|
1128
|
+
<option value="tcm:50-4941-1024">Arizona</option>
|
1129
|
+
<option value="tcm:50-4942-1024">Arkansas</option>
|
1130
|
+
<option value="tcm:50-4943-1024">California</option>
|
1131
|
+
<option value="tcm:50-4944-1024">Colorado</option>
|
1132
|
+
<option value="tcm:50-4945-1024">Connecticut</option>
|
1133
|
+
<option value="tcm:50-4946-1024">Delaware</option>
|
1134
|
+
<option value="tcm:50-4947-1024">District of Columbia</option>
|
1135
|
+
<option value="tcm:50-4948-1024">Florida</option>
|
1136
|
+
<option value="tcm:50-4949-1024">Georgia</option>
|
1137
|
+
<option value="tcm:50-4950-1024">Hawaii</option>
|
1138
|
+
<option value="tcm:50-4951-1024">Idaho</option>
|
1139
|
+
<option value="tcm:50-4952-1024">Illinois</option>
|
1140
|
+
<option value="tcm:50-4953-1024">Indiana</option>
|
1141
|
+
<option value="tcm:50-4954-1024">Iowa</option>
|
1142
|
+
<option value="tcm:50-4955-1024">Kansas</option>
|
1143
|
+
<option value="tcm:50-4956-1024">Kentucky</option>
|
1144
|
+
<option value="tcm:50-4957-1024">Louisiana</option>
|
1145
|
+
<option value="tcm:50-4958-1024">Maine</option>
|
1146
|
+
<option value="tcm:50-4959-1024">Maryland</option>
|
1147
|
+
<option value="tcm:50-4960-1024">Massachusetts</option>
|
1148
|
+
<option value="tcm:50-4961-1024">Michigan</option>
|
1149
|
+
<option value="tcm:50-4962-1024">Minnesota</option>
|
1150
|
+
<option value="tcm:50-4963-1024">Mississippi</option>
|
1151
|
+
<option value="tcm:50-4964-1024">Missouri</option>
|
1152
|
+
<option value="tcm:50-4965-1024">Montana</option>
|
1153
|
+
<option value="tcm:50-4966-1024">Nebraska</option>
|
1154
|
+
<option value="tcm:50-4967-1024">Nevada</option>
|
1155
|
+
<option value="tcm:50-4968-1024">New Hampshire</option>
|
1156
|
+
<option value="tcm:50-4969-1024">New Jersey</option>
|
1157
|
+
<option value="tcm:50-4970-1024">New Mexico</option>
|
1158
|
+
<option value="tcm:50-4971-1024">New York</option>
|
1159
|
+
<option value="tcm:50-4972-1024">North Carolina</option>
|
1160
|
+
<option value="tcm:50-4973-1024">North Dakota</option>
|
1161
|
+
<option value="tcm:50-4974-1024">Ohio</option>
|
1162
|
+
<option value="tcm:50-4975-1024">Oklahoma</option>
|
1163
|
+
<option value="tcm:50-4976-1024">Oregon</option>
|
1164
|
+
<option value="tcm:50-4977-1024">Pennsylvania</option>
|
1165
|
+
<option value="tcm:50-4978-1024">Rhode Island</option>
|
1166
|
+
<option value="tcm:50-4979-1024">South Carolina</option>
|
1167
|
+
<option value="tcm:50-4980-1024">South Dakota</option>
|
1168
|
+
<option value="tcm:50-4981-1024">Tennessee</option>
|
1169
|
+
<option value="tcm:50-4982-1024">Texas</option>
|
1170
|
+
<option value="tcm:50-4983-1024">Utah</option>
|
1171
|
+
<option value="tcm:50-4984-1024">Vermont</option>
|
1172
|
+
<option value="tcm:50-4985-1024">Virginia</option>
|
1173
|
+
<option value="tcm:50-4986-1024">Washington</option>
|
1174
|
+
<option value="tcm:50-4987-1024">West Virginia</option>
|
1175
|
+
<option value="tcm:50-4988-1024">Wisconsin</option>
|
1176
|
+
<option value="tcm:50-4989-1024">Wyoming</option>
|
1177
|
+
</select>
|
1178
|
+
|
1179
|
+
|
1180
|
+
</div>
|
1181
|
+
<div class="c-input-message c-form__messages-wrap">
|
1182
|
+
<div class="errorState u-display-none">
|
1183
|
+
|
1184
|
+
</div>
|
1185
|
+
</div>
|
1186
|
+
|
1187
|
+
</div>
|
1188
|
+
</div>
|
1189
|
+
</fieldset>
|
1190
|
+
|
1191
|
+
|
1192
|
+
<div class="submit">
|
1193
|
+
<script src="https://www.recaptcha.net/recaptcha/api.js" async="" defer=""></script>
|
1194
|
+
<script src="https://www.recaptcha.net/recaptcha/api.js?render=6LetpCQhAAAAAFpKJi1u3qM-OTl8hbh63rJAzUJU" async="" defer=""></script>
|
1195
|
+
|
1196
|
+
<input id="RecaptchaV3Token" name="RecaptchaV3Token" type="hidden" value="">
|
1197
|
+
|
1198
|
+
<input id="HeeetData" name="HeeetData" type="hidden" value="">
|
1199
|
+
|
1200
|
+
|
1201
|
+
<button id="btnSubmit" class="mp c-button c-button--inline">
|
1202
|
+
Save updates
|
1203
|
+
</button>
|
1204
|
+
<div class="g-recaptcha" data-sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" data-callback="submitForm" data-size="invisible"><div class="grecaptcha-badge" data-style="bottomright" style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;"><div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-p4kjdq2enm1v" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&k=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI&co=aHR0cHM6Ly9hY2MubWFsdmVybnBhbmFseXRpY2FsLmNvbTo0NDM.&hl=en&v=V6_85qpc2Xf2sbe3xTnRte7m&size=invisible&cb=75vzd1xc1jww"></iframe></div><div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div></div>
|
1205
|
+
<script>
|
1206
|
+
function submitWithRecaptcha() {
|
1207
|
+
grecaptcha.execute('6LetpCQhAAAAAFpKJi1u3qM-OTl8hbh63rJAzUJU', { action: 'dynamicForm' }).then(function (token, score) {
|
1208
|
+
console.log('Token: ' + token);
|
1209
|
+
console.log('Score: ' + score);
|
1210
|
+
document.getElementById("RecaptchaV3Token").value = token;
|
1211
|
+
document.getElementById("HeeetData").value = localStorage.heeet;
|
1212
|
+
//alert(document.getElementById("HeeetData").value);
|
1213
|
+
grecaptcha.execute(); // Recaptcha v2 submit
|
1214
|
+
});
|
1215
|
+
}
|
1216
|
+
function submitForm() {
|
1217
|
+
document.querySelector("#dynamicForm form").submit();
|
1218
|
+
}
|
1219
|
+
</script>
|
1220
|
+
|
1221
|
+
<style>
|
1222
|
+
.c-input#Country option[value*="-5159-"], .c-input#Country option[value*="-5013-"], .c-input#Country option[value*="-5204-"] {
|
1223
|
+
display: none !important
|
1224
|
+
}
|
1225
|
+
</style>
|
1226
|
+
<script type="text/javascript">document.addEventListener("DOMContentLoaded", function () { var e = document.querySelector(".c-input#Country"); void 0 !== e && null != e && ['option[value*="-5159-"]', 'option[value*="-5013-"]', 'option[value*="-5204-"]'].forEach(function (o) { null != (o = e.querySelector(o)) && o.remove() }) });</script>
|
1227
|
+
|
1228
|
+
|
1229
|
+
|
1230
|
+
|
1231
|
+
</div>
|
1232
|
+
</div>
|
1233
|
+
|
1234
|
+
<div id="tab-2" class="c-tab c-tab--active" tabindex="-1">
|
1235
|
+
|
1236
|
+
|
1237
|
+
|
1238
|
+
<fieldset class="c-fieldset ">
|
1239
|
+
<legend class="c-form__section-title">Email preferences</legend>
|
1240
|
+
<p class="c-form__section-text">I would like to receive the following emails</p>
|
1241
|
+
|
1242
|
+
<div class="c-form__row ">
|
1243
|
+
<div class="c-form__input EmailPreferenceNewsletter ">
|
1244
|
+
|
1245
|
+
<input checked="checked" class="c-checkbox" id="EmailPreferenceNewsletter" name="EmailPreferenceNewsletter" type="checkbox" value="true"><input name="EmailPreferenceNewsletter" type="hidden" value="false"> <label for="EmailPreferenceNewsletter">I would like to receive tailored email communications based on my preferences</label>
|
1246
|
+
|
1247
|
+
</div>
|
1248
|
+
</div>
|
1249
|
+
</fieldset>
|
1250
|
+
<fieldset class="c-fieldset ">
|
1251
|
+
<legend class="c-form__section-title">Areas of interest</legend>
|
1252
|
+
<p class="c-form__section-text">Select your areas of interest below</p>
|
1253
|
+
|
1254
|
+
<div class="c-form__row ">
|
1255
|
+
<div class="c-form__input Other_area_of_interest ">
|
1256
|
+
|
1257
|
+
<div id="Other_area_of_interest" class="c-checkbox-group">
|
1258
|
+
<label class="c-label" for="Other_area_of_interest" data-off-canvas="header"></label>
|
1259
|
+
<div class="o-grid o-grid--of-three o-grid--layout o-grid--s" data-off-canvas="main">
|
1260
|
+
<div>
|
1261
|
+
<input checked="checked" class="c-checkbox" id="Other_area_of_interest_tcm:50-41774-1024" name="Other_area_of_interest_tcm:50-41774-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41774-1024" type="hidden" value="false">
|
1262
|
+
<label for="Other_area_of_interest_tcm:50-41774-1024" id="Other_area_of_interest_tcm:50-41774-1024">3D structure / imaging</label>
|
1263
|
+
</div>
|
1264
|
+
<div>
|
1265
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-100366-1024" name="Other_area_of_interest_tcm:50-100366-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-100366-1024" type="hidden" value="false">
|
1266
|
+
<label for="Other_area_of_interest_tcm:50-100366-1024" id="Other_area_of_interest_tcm:50-100366-1024">Association Constant</label>
|
1267
|
+
</div>
|
1268
|
+
<div>
|
1269
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-27528-1024" name="Other_area_of_interest_tcm:50-27528-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-27528-1024" type="hidden" value="false">
|
1270
|
+
<label for="Other_area_of_interest_tcm:50-27528-1024" id="Other_area_of_interest_tcm:50-27528-1024">Binding affinity</label>
|
1271
|
+
</div>
|
1272
|
+
<div>
|
1273
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-27529-1024" name="Other_area_of_interest_tcm:50-27529-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-27529-1024" type="hidden" value="false">
|
1274
|
+
<label for="Other_area_of_interest_tcm:50-27529-1024" id="Other_area_of_interest_tcm:50-27529-1024">Binding kinetics</label>
|
1275
|
+
</div>
|
1276
|
+
<div>
|
1277
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3888-1024" name="Other_area_of_interest_tcm:50-3888-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3888-1024" type="hidden" value="false">
|
1278
|
+
<label for="Other_area_of_interest_tcm:50-3888-1024" id="Other_area_of_interest_tcm:50-3888-1024">Chemical identification</label>
|
1279
|
+
</div>
|
1280
|
+
<div>
|
1281
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41766-1024" name="Other_area_of_interest_tcm:50-41766-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41766-1024" type="hidden" value="false">
|
1282
|
+
<label for="Other_area_of_interest_tcm:50-41766-1024" id="Other_area_of_interest_tcm:50-41766-1024">Contaminant detection and analysis</label>
|
1283
|
+
</div>
|
1284
|
+
<div>
|
1285
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41760-1024" name="Other_area_of_interest_tcm:50-41760-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41760-1024" type="hidden" value="false">
|
1286
|
+
<label for="Other_area_of_interest_tcm:50-41760-1024" id="Other_area_of_interest_tcm:50-41760-1024">Crystal structure determination</label>
|
1287
|
+
</div>
|
1288
|
+
<div>
|
1289
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-100367-1024" name="Other_area_of_interest_tcm:50-100367-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-100367-1024" type="hidden" value="false">
|
1290
|
+
<label for="Other_area_of_interest_tcm:50-100367-1024" id="Other_area_of_interest_tcm:50-100367-1024">Dissociation Constant</label>
|
1291
|
+
</div>
|
1292
|
+
<div>
|
1293
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41765-1024" name="Other_area_of_interest_tcm:50-41765-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41765-1024" type="hidden" value="false">
|
1294
|
+
<label for="Other_area_of_interest_tcm:50-41765-1024" id="Other_area_of_interest_tcm:50-41765-1024">Elemental analysis</label>
|
1295
|
+
</div>
|
1296
|
+
<div>
|
1297
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41767-1024" name="Other_area_of_interest_tcm:50-41767-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41767-1024" type="hidden" value="false">
|
1298
|
+
<label for="Other_area_of_interest_tcm:50-41767-1024" id="Other_area_of_interest_tcm:50-41767-1024">Elemental quantification</label>
|
1299
|
+
</div>
|
1300
|
+
<div>
|
1301
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-27527-1024" name="Other_area_of_interest_tcm:50-27527-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-27527-1024" type="hidden" value="false">
|
1302
|
+
<label for="Other_area_of_interest_tcm:50-27527-1024" id="Other_area_of_interest_tcm:50-27527-1024">Enzyme kinetics</label>
|
1303
|
+
</div>
|
1304
|
+
<div>
|
1305
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41771-1024" name="Other_area_of_interest_tcm:50-41771-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41771-1024" type="hidden" value="false">
|
1306
|
+
<label for="Other_area_of_interest_tcm:50-41771-1024" id="Other_area_of_interest_tcm:50-41771-1024">Epitaxy analysis</label>
|
1307
|
+
</div>
|
1308
|
+
<div>
|
1309
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41770-1024" name="Other_area_of_interest_tcm:50-41770-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41770-1024" type="hidden" value="false">
|
1310
|
+
<label for="Other_area_of_interest_tcm:50-41770-1024" id="Other_area_of_interest_tcm:50-41770-1024">Ground truthing</label>
|
1311
|
+
</div>
|
1312
|
+
<div>
|
1313
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-100365-1024" name="Other_area_of_interest_tcm:50-100365-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-100365-1024" type="hidden" value="false">
|
1314
|
+
<label for="Other_area_of_interest_tcm:50-100365-1024" id="Other_area_of_interest_tcm:50-100365-1024">High-throughput screening</label>
|
1315
|
+
</div>
|
1316
|
+
<div>
|
1317
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41772-1024" name="Other_area_of_interest_tcm:50-41772-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41772-1024" type="hidden" value="false">
|
1318
|
+
<label for="Other_area_of_interest_tcm:50-41772-1024" id="Other_area_of_interest_tcm:50-41772-1024">Interface roughness</label>
|
1319
|
+
</div>
|
1320
|
+
<div>
|
1321
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-23514-1024" name="Other_area_of_interest_tcm:50-23514-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-23514-1024" type="hidden" value="false">
|
1322
|
+
<label for="Other_area_of_interest_tcm:50-23514-1024" id="Other_area_of_interest_tcm:50-23514-1024">Label-free analysis</label>
|
1323
|
+
</div>
|
1324
|
+
<div>
|
1325
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-10469-1024" name="Other_area_of_interest_tcm:50-10469-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-10469-1024" type="hidden" value="false">
|
1326
|
+
<label for="Other_area_of_interest_tcm:50-10469-1024" id="Other_area_of_interest_tcm:50-10469-1024">Microrheology</label>
|
1327
|
+
</div>
|
1328
|
+
<div>
|
1329
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41769-1024" name="Other_area_of_interest_tcm:50-41769-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41769-1024" type="hidden" value="false">
|
1330
|
+
<label for="Other_area_of_interest_tcm:50-41769-1024" id="Other_area_of_interest_tcm:50-41769-1024">Moisture content</label>
|
1331
|
+
</div>
|
1332
|
+
<div>
|
1333
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3891-1024" name="Other_area_of_interest_tcm:50-3891-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3891-1024" type="hidden" value="false">
|
1334
|
+
<label for="Other_area_of_interest_tcm:50-3891-1024" id="Other_area_of_interest_tcm:50-3891-1024">Molecular size</label>
|
1335
|
+
</div>
|
1336
|
+
<div>
|
1337
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3890-1024" name="Other_area_of_interest_tcm:50-3890-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3890-1024" type="hidden" value="false">
|
1338
|
+
<label for="Other_area_of_interest_tcm:50-3890-1024" id="Other_area_of_interest_tcm:50-3890-1024">Molecular structure</label>
|
1339
|
+
</div>
|
1340
|
+
<div>
|
1341
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3892-1024" name="Other_area_of_interest_tcm:50-3892-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3892-1024" type="hidden" value="false">
|
1342
|
+
<label for="Other_area_of_interest_tcm:50-3892-1024" id="Other_area_of_interest_tcm:50-3892-1024">Molecular weight</label>
|
1343
|
+
</div>
|
1344
|
+
<div>
|
1345
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3893-1024" name="Other_area_of_interest_tcm:50-3893-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3893-1024" type="hidden" value="false">
|
1346
|
+
<label for="Other_area_of_interest_tcm:50-3893-1024" id="Other_area_of_interest_tcm:50-3893-1024">Particle concentration</label>
|
1347
|
+
</div>
|
1348
|
+
<div>
|
1349
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3894-1024" name="Other_area_of_interest_tcm:50-3894-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3894-1024" type="hidden" value="false">
|
1350
|
+
<label for="Other_area_of_interest_tcm:50-3894-1024" id="Other_area_of_interest_tcm:50-3894-1024">Particle shape</label>
|
1351
|
+
</div>
|
1352
|
+
<div>
|
1353
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3895-1024" name="Other_area_of_interest_tcm:50-3895-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3895-1024" type="hidden" value="false">
|
1354
|
+
<label for="Other_area_of_interest_tcm:50-3895-1024" id="Other_area_of_interest_tcm:50-3895-1024">Particle size</label>
|
1355
|
+
</div>
|
1356
|
+
<div>
|
1357
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41761-1024" name="Other_area_of_interest_tcm:50-41761-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41761-1024" type="hidden" value="false">
|
1358
|
+
<label for="Other_area_of_interest_tcm:50-41761-1024" id="Other_area_of_interest_tcm:50-41761-1024">Phase identification</label>
|
1359
|
+
</div>
|
1360
|
+
<div>
|
1361
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41762-1024" name="Other_area_of_interest_tcm:50-41762-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41762-1024" type="hidden" value="false">
|
1362
|
+
<label for="Other_area_of_interest_tcm:50-41762-1024" id="Other_area_of_interest_tcm:50-41762-1024">Phase quantification</label>
|
1363
|
+
</div>
|
1364
|
+
<div>
|
1365
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41763-1024" name="Other_area_of_interest_tcm:50-41763-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41763-1024" type="hidden" value="false">
|
1366
|
+
<label for="Other_area_of_interest_tcm:50-41763-1024" id="Other_area_of_interest_tcm:50-41763-1024">Pore size distribution</label>
|
1367
|
+
</div>
|
1368
|
+
<div>
|
1369
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3896-1024" name="Other_area_of_interest_tcm:50-3896-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3896-1024" type="hidden" value="false">
|
1370
|
+
<label for="Other_area_of_interest_tcm:50-3896-1024" id="Other_area_of_interest_tcm:50-3896-1024">Powder flow</label>
|
1371
|
+
</div>
|
1372
|
+
<div>
|
1373
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-9917-1024" name="Other_area_of_interest_tcm:50-9917-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-9917-1024" type="hidden" value="false">
|
1374
|
+
<label for="Other_area_of_interest_tcm:50-9917-1024" id="Other_area_of_interest_tcm:50-9917-1024">Protein aggregation</label>
|
1375
|
+
</div>
|
1376
|
+
<div>
|
1377
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-10468-1024" name="Other_area_of_interest_tcm:50-10468-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-10468-1024" type="hidden" value="false">
|
1378
|
+
<label for="Other_area_of_interest_tcm:50-10468-1024" id="Other_area_of_interest_tcm:50-10468-1024">Protein mobility</label>
|
1379
|
+
</div>
|
1380
|
+
<div>
|
1381
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-27530-1024" name="Other_area_of_interest_tcm:50-27530-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-27530-1024" type="hidden" value="false">
|
1382
|
+
<label for="Other_area_of_interest_tcm:50-27530-1024" id="Other_area_of_interest_tcm:50-27530-1024">Protein stability</label>
|
1383
|
+
</div>
|
1384
|
+
<div>
|
1385
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41775-1024" name="Other_area_of_interest_tcm:50-41775-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41775-1024" type="hidden" value="false">
|
1386
|
+
<label for="Other_area_of_interest_tcm:50-41775-1024" id="Other_area_of_interest_tcm:50-41775-1024">Reciprocal space analysis</label>
|
1387
|
+
</div>
|
1388
|
+
<div>
|
1389
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41759-1024" name="Other_area_of_interest_tcm:50-41759-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41759-1024" type="hidden" value="false">
|
1390
|
+
<label for="Other_area_of_interest_tcm:50-41759-1024" id="Other_area_of_interest_tcm:50-41759-1024">Remote sensing</label>
|
1391
|
+
</div>
|
1392
|
+
<div>
|
1393
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41768-1024" name="Other_area_of_interest_tcm:50-41768-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41768-1024" type="hidden" value="false">
|
1394
|
+
<label for="Other_area_of_interest_tcm:50-41768-1024" id="Other_area_of_interest_tcm:50-41768-1024">Residual stress</label>
|
1395
|
+
</div>
|
1396
|
+
<div>
|
1397
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41773-1024" name="Other_area_of_interest_tcm:50-41773-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41773-1024" type="hidden" value="false">
|
1398
|
+
<label for="Other_area_of_interest_tcm:50-41773-1024" id="Other_area_of_interest_tcm:50-41773-1024">Texture analysis</label>
|
1399
|
+
</div>
|
1400
|
+
<div>
|
1401
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-41764-1024" name="Other_area_of_interest_tcm:50-41764-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-41764-1024" type="hidden" value="false">
|
1402
|
+
<label for="Other_area_of_interest_tcm:50-41764-1024" id="Other_area_of_interest_tcm:50-41764-1024">Thin film metrology</label>
|
1403
|
+
</div>
|
1404
|
+
<div>
|
1405
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3897-1024" name="Other_area_of_interest_tcm:50-3897-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3897-1024" type="hidden" value="false">
|
1406
|
+
<label for="Other_area_of_interest_tcm:50-3897-1024" id="Other_area_of_interest_tcm:50-3897-1024">Viscosity</label>
|
1407
|
+
</div>
|
1408
|
+
<div>
|
1409
|
+
<input class="c-checkbox" id="Other_area_of_interest_tcm:50-3898-1024" name="Other_area_of_interest_tcm:50-3898-1024" type="checkbox" value="true"><input name="Other_area_of_interest_tcm:50-3898-1024" type="hidden" value="false">
|
1410
|
+
<label for="Other_area_of_interest_tcm:50-3898-1024" id="Other_area_of_interest_tcm:50-3898-1024">Zeta potential</label>
|
1411
|
+
</div>
|
1412
|
+
</div>
|
1413
|
+
<button class="mp c-button o-off-canvas__update" data-off-canvas="footer" data-off-canvas-close="true" onclick="return false">Update</button>
|
1414
|
+
</div>
|
1415
|
+
<button class="mp c-button c-off-canvas__toggle c-off-canvas--mobile" data-target="Other_area_of_interest" aria-controls="Other_area_of_interest" aria-expanded="false" onclick="return false">Add</button>
|
1416
|
+
|
1417
|
+
</div>
|
1418
|
+
</div>
|
1419
|
+
</fieldset>
|
1420
|
+
<fieldset class="c-fieldset ">
|
1421
|
+
<legend class="c-form__section-title">Products of Interest</legend>
|
1422
|
+
|
1423
|
+
<div class="c-form__row ">
|
1424
|
+
<div class="c-form__input ProductUserOf ">
|
1425
|
+
|
1426
|
+
<div id="ProductUserOf" class="c-checkbox-group">
|
1427
|
+
<label class="c-label" for="ProductUserOf" data-off-canvas="header"></label>
|
1428
|
+
<div class="o-grid o-grid--of-three o-grid--layout o-grid--s" data-off-canvas="main">
|
1429
|
+
<div>
|
1430
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-53381-1024" name="ProductUserOf_tcm:50-53381-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-53381-1024" type="hidden" value="false">
|
1431
|
+
<label for="ProductUserOf_tcm:50-53381-1024" id="ProductUserOf_tcm:50-53381-1024">2830 ZT</label>
|
1432
|
+
</div>
|
1433
|
+
<div>
|
1434
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-53243-1024" name="ProductUserOf_tcm:50-53243-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-53243-1024" type="hidden" value="false">
|
1435
|
+
<label for="ProductUserOf_tcm:50-53243-1024" id="ProductUserOf_tcm:50-53243-1024">Aeris range</label>
|
1436
|
+
</div>
|
1437
|
+
<div>
|
1438
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12035-1024" name="ProductUserOf_tcm:50-12035-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12035-1024" type="hidden" value="false">
|
1439
|
+
<label for="ProductUserOf_tcm:50-12035-1024" id="ProductUserOf_tcm:50-12035-1024">Archimedes</label>
|
1440
|
+
</div>
|
1441
|
+
<div>
|
1442
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-53295-1024" name="ProductUserOf_tcm:50-53295-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-53295-1024" type="hidden" value="false">
|
1443
|
+
<label for="ProductUserOf_tcm:50-53295-1024" id="ProductUserOf_tcm:50-53295-1024">ASD range</label>
|
1444
|
+
</div>
|
1445
|
+
<div>
|
1446
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60382-1024" name="ProductUserOf_tcm:50-60382-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60382-1024" type="hidden" value="false">
|
1447
|
+
<label for="ProductUserOf_tcm:50-60382-1024" id="ProductUserOf_tcm:50-60382-1024">Axios range</label>
|
1448
|
+
</div>
|
1449
|
+
<div>
|
1450
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-53258-1024" name="ProductUserOf_tcm:50-53258-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-53258-1024" type="hidden" value="false">
|
1451
|
+
<label for="ProductUserOf_tcm:50-53258-1024" id="ProductUserOf_tcm:50-53258-1024">Claisse range</label>
|
1452
|
+
</div>
|
1453
|
+
<div>
|
1454
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-53310-1024" name="ProductUserOf_tcm:50-53310-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-53310-1024" type="hidden" value="false">
|
1455
|
+
<label for="ProductUserOf_tcm:50-53310-1024" id="ProductUserOf_tcm:50-53310-1024">CNA range</label>
|
1456
|
+
</div>
|
1457
|
+
<div>
|
1458
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-96169-1024" name="ProductUserOf_tcm:50-96169-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-96169-1024" type="hidden" value="false">
|
1459
|
+
<label for="ProductUserOf_tcm:50-96169-1024" id="ProductUserOf_tcm:50-96169-1024">Creoptix WAVE</label>
|
1460
|
+
</div>
|
1461
|
+
<div>
|
1462
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-101325-1024" name="ProductUserOf_tcm:50-101325-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-101325-1024" type="hidden" value="false">
|
1463
|
+
<label for="ProductUserOf_tcm:50-101325-1024" id="ProductUserOf_tcm:50-101325-1024">Crystal orientation range</label>
|
1464
|
+
</div>
|
1465
|
+
<div>
|
1466
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-53321-1024" name="ProductUserOf_tcm:50-53321-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-53321-1024" type="hidden" value="false">
|
1467
|
+
<label for="ProductUserOf_tcm:50-53321-1024" id="ProductUserOf_tcm:50-53321-1024">CubiX3 range</label>
|
1468
|
+
</div>
|
1469
|
+
<div>
|
1470
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-53332-1024" name="ProductUserOf_tcm:50-53332-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-53332-1024" type="hidden" value="false">
|
1471
|
+
<label for="ProductUserOf_tcm:50-53332-1024" id="ProductUserOf_tcm:50-53332-1024">Empyrean range</label>
|
1472
|
+
</div>
|
1473
|
+
<div>
|
1474
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-55238-1024" name="ProductUserOf_tcm:50-55238-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-55238-1024" type="hidden" value="false">
|
1475
|
+
<label for="ProductUserOf_tcm:50-55238-1024" id="ProductUserOf_tcm:50-55238-1024">Epsilon range</label>
|
1476
|
+
</div>
|
1477
|
+
<div>
|
1478
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12071-1024" name="ProductUserOf_tcm:50-12071-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12071-1024" type="hidden" value="false">
|
1479
|
+
<label for="ProductUserOf_tcm:50-12071-1024" id="ProductUserOf_tcm:50-12071-1024">Farfield AnaLight</label>
|
1480
|
+
</div>
|
1481
|
+
<div>
|
1482
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12074-1024" name="ProductUserOf_tcm:50-12074-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12074-1024" type="hidden" value="false">
|
1483
|
+
<label for="ProductUserOf_tcm:50-12074-1024" id="ProductUserOf_tcm:50-12074-1024">Insitec range</label>
|
1484
|
+
</div>
|
1485
|
+
<div>
|
1486
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12079-1024" name="ProductUserOf_tcm:50-12079-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12079-1024" type="hidden" value="false">
|
1487
|
+
<label for="ProductUserOf_tcm:50-12079-1024" id="ProductUserOf_tcm:50-12079-1024">Isys</label>
|
1488
|
+
</div>
|
1489
|
+
<div>
|
1490
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60384-1024" name="ProductUserOf_tcm:50-60384-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60384-1024" type="hidden" value="false">
|
1491
|
+
<label for="ProductUserOf_tcm:50-60384-1024" id="ProductUserOf_tcm:50-60384-1024">MagiX</label>
|
1492
|
+
</div>
|
1493
|
+
<div>
|
1494
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60386-1024" name="ProductUserOf_tcm:50-60386-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60386-1024" type="hidden" value="false">
|
1495
|
+
<label for="ProductUserOf_tcm:50-60386-1024" id="ProductUserOf_tcm:50-60386-1024">MagiX FAST</label>
|
1496
|
+
</div>
|
1497
|
+
<div>
|
1498
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60385-1024" name="ProductUserOf_tcm:50-60385-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60385-1024" type="hidden" value="false">
|
1499
|
+
<label for="ProductUserOf_tcm:50-60385-1024" id="ProductUserOf_tcm:50-60385-1024">MagiX PRO</label>
|
1500
|
+
</div>
|
1501
|
+
<div>
|
1502
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12083-1024" name="ProductUserOf_tcm:50-12083-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12083-1024" type="hidden" value="false">
|
1503
|
+
<label for="ProductUserOf_tcm:50-12083-1024" id="ProductUserOf_tcm:50-12083-1024">Mastersizer range</label>
|
1504
|
+
</div>
|
1505
|
+
<div>
|
1506
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-23487-1024" name="ProductUserOf_tcm:50-23487-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-23487-1024" type="hidden" value="false">
|
1507
|
+
<label for="ProductUserOf_tcm:50-23487-1024" id="ProductUserOf_tcm:50-23487-1024">MicroCal range</label>
|
1508
|
+
</div>
|
1509
|
+
<div>
|
1510
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-21524-1024" name="ProductUserOf_tcm:50-21524-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-21524-1024" type="hidden" value="false">
|
1511
|
+
<label for="ProductUserOf_tcm:50-21524-1024" id="ProductUserOf_tcm:50-21524-1024">Morphologi range</label>
|
1512
|
+
</div>
|
1513
|
+
<div>
|
1514
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-19629-1024" name="ProductUserOf_tcm:50-19629-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-19629-1024" type="hidden" value="false">
|
1515
|
+
<label for="ProductUserOf_tcm:50-19629-1024" id="ProductUserOf_tcm:50-19629-1024">NanoSight range</label>
|
1516
|
+
</div>
|
1517
|
+
<div>
|
1518
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-26498-1024" name="ProductUserOf_tcm:50-26498-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-26498-1024" type="hidden" value="false">
|
1519
|
+
<label for="ProductUserOf_tcm:50-26498-1024" id="ProductUserOf_tcm:50-26498-1024">OMNISEC system</label>
|
1520
|
+
</div>
|
1521
|
+
<div>
|
1522
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-99961-1024" name="ProductUserOf_tcm:50-99961-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-99961-1024" type="hidden" value="false">
|
1523
|
+
<label for="ProductUserOf_tcm:50-99961-1024" id="ProductUserOf_tcm:50-99961-1024">On-line XRD</label>
|
1524
|
+
</div>
|
1525
|
+
<div>
|
1526
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12098-1024" name="ProductUserOf_tcm:50-12098-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12098-1024" type="hidden" value="false">
|
1527
|
+
<label for="ProductUserOf_tcm:50-12098-1024" id="ProductUserOf_tcm:50-12098-1024">Parsum range</label>
|
1528
|
+
</div>
|
1529
|
+
<div>
|
1530
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12102-1024" name="ProductUserOf_tcm:50-12102-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12102-1024" type="hidden" value="false">
|
1531
|
+
<label for="ProductUserOf_tcm:50-12102-1024" id="ProductUserOf_tcm:50-12102-1024">Pharmavision 830</label>
|
1532
|
+
</div>
|
1533
|
+
<div>
|
1534
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60397-1024" name="ProductUserOf_tcm:50-60397-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60397-1024" type="hidden" value="false">
|
1535
|
+
<label for="ProductUserOf_tcm:50-60397-1024" id="ProductUserOf_tcm:50-60397-1024">PW1729</label>
|
1536
|
+
</div>
|
1537
|
+
<div>
|
1538
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60396-1024" name="ProductUserOf_tcm:50-60396-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60396-1024" type="hidden" value="false">
|
1539
|
+
<label for="ProductUserOf_tcm:50-60396-1024" id="ProductUserOf_tcm:50-60396-1024">PW1800</label>
|
1540
|
+
</div>
|
1541
|
+
<div>
|
1542
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60395-1024" name="ProductUserOf_tcm:50-60395-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60395-1024" type="hidden" value="false">
|
1543
|
+
<label for="ProductUserOf_tcm:50-60395-1024" id="ProductUserOf_tcm:50-60395-1024">PW1840</label>
|
1544
|
+
</div>
|
1545
|
+
<div>
|
1546
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60394-1024" name="ProductUserOf_tcm:50-60394-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60394-1024" type="hidden" value="false">
|
1547
|
+
<label for="ProductUserOf_tcm:50-60394-1024" id="ProductUserOf_tcm:50-60394-1024">PW1850</label>
|
1548
|
+
</div>
|
1549
|
+
<div>
|
1550
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12106-1024" name="ProductUserOf_tcm:50-12106-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12106-1024" type="hidden" value="false">
|
1551
|
+
<label for="ProductUserOf_tcm:50-12106-1024" id="ProductUserOf_tcm:50-12106-1024">Spraytec</label>
|
1552
|
+
</div>
|
1553
|
+
<div>
|
1554
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12107-1024" name="ProductUserOf_tcm:50-12107-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12107-1024" type="hidden" value="false">
|
1555
|
+
<label for="ProductUserOf_tcm:50-12107-1024" id="ProductUserOf_tcm:50-12107-1024">Spraytec 97 (RTSizer)</label>
|
1556
|
+
</div>
|
1557
|
+
<div>
|
1558
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-98745-1024" name="ProductUserOf_tcm:50-98745-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-98745-1024" type="hidden" value="false">
|
1559
|
+
<label for="ProductUserOf_tcm:50-98745-1024" id="ProductUserOf_tcm:50-98745-1024">SUPR-DSF</label>
|
1560
|
+
</div>
|
1561
|
+
<div>
|
1562
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12112-1024" name="ProductUserOf_tcm:50-12112-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12112-1024" type="hidden" value="false">
|
1563
|
+
<label for="ProductUserOf_tcm:50-12112-1024" id="ProductUserOf_tcm:50-12112-1024">Sysmex FPIA-2100</label>
|
1564
|
+
</div>
|
1565
|
+
<div>
|
1566
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12113-1024" name="ProductUserOf_tcm:50-12113-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12113-1024" type="hidden" value="false">
|
1567
|
+
<label for="ProductUserOf_tcm:50-12113-1024" id="ProductUserOf_tcm:50-12113-1024">Sysmex FPIA-3000</label>
|
1568
|
+
</div>
|
1569
|
+
<div>
|
1570
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12114-1024" name="ProductUserOf_tcm:50-12114-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12114-1024" type="hidden" value="false">
|
1571
|
+
<label for="ProductUserOf_tcm:50-12114-1024" id="ProductUserOf_tcm:50-12114-1024">Viscosizer TD</label>
|
1572
|
+
</div>
|
1573
|
+
<div>
|
1574
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12115-1024" name="ProductUserOf_tcm:50-12115-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12115-1024" type="hidden" value="false">
|
1575
|
+
<label for="ProductUserOf_tcm:50-12115-1024" id="ProductUserOf_tcm:50-12115-1024">Viscotek range</label>
|
1576
|
+
</div>
|
1577
|
+
<div>
|
1578
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60398-1024" name="ProductUserOf_tcm:50-60398-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60398-1024" type="hidden" value="false">
|
1579
|
+
<label for="ProductUserOf_tcm:50-60398-1024" id="ProductUserOf_tcm:50-60398-1024">X'Pert MPD</label>
|
1580
|
+
</div>
|
1581
|
+
<div>
|
1582
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60401-1024" name="ProductUserOf_tcm:50-60401-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60401-1024" type="hidden" value="false">
|
1583
|
+
<label for="ProductUserOf_tcm:50-60401-1024" id="ProductUserOf_tcm:50-60401-1024">X'Pert MRD</label>
|
1584
|
+
</div>
|
1585
|
+
<div>
|
1586
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60400-1024" name="ProductUserOf_tcm:50-60400-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60400-1024" type="hidden" value="false">
|
1587
|
+
<label for="ProductUserOf_tcm:50-60400-1024" id="ProductUserOf_tcm:50-60400-1024">X'Pert PRO MPD</label>
|
1588
|
+
</div>
|
1589
|
+
<div>
|
1590
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-60399-1024" name="ProductUserOf_tcm:50-60399-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-60399-1024" type="hidden" value="false">
|
1591
|
+
<label for="ProductUserOf_tcm:50-60399-1024" id="ProductUserOf_tcm:50-60399-1024">X'Pert PRO MRD</label>
|
1592
|
+
</div>
|
1593
|
+
<div>
|
1594
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-54081-1024" name="ProductUserOf_tcm:50-54081-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-54081-1024" type="hidden" value="false">
|
1595
|
+
<label for="ProductUserOf_tcm:50-54081-1024" id="ProductUserOf_tcm:50-54081-1024">X'Pert3 range</label>
|
1596
|
+
</div>
|
1597
|
+
<div>
|
1598
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-54273-1024" name="ProductUserOf_tcm:50-54273-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-54273-1024" type="hidden" value="false">
|
1599
|
+
<label for="ProductUserOf_tcm:50-54273-1024" id="ProductUserOf_tcm:50-54273-1024">XRD Software</label>
|
1600
|
+
</div>
|
1601
|
+
<div>
|
1602
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-54272-1024" name="ProductUserOf_tcm:50-54272-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-54272-1024" type="hidden" value="false">
|
1603
|
+
<label for="ProductUserOf_tcm:50-54272-1024" id="ProductUserOf_tcm:50-54272-1024">XRF Software</label>
|
1604
|
+
</div>
|
1605
|
+
<div>
|
1606
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-12128-1024" name="ProductUserOf_tcm:50-12128-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-12128-1024" type="hidden" value="false">
|
1607
|
+
<label for="ProductUserOf_tcm:50-12128-1024" id="ProductUserOf_tcm:50-12128-1024">Zetasizer range</label>
|
1608
|
+
</div>
|
1609
|
+
<div>
|
1610
|
+
<input class="c-checkbox" id="ProductUserOf_tcm:50-53373-1024" name="ProductUserOf_tcm:50-53373-1024" type="checkbox" value="true"><input name="ProductUserOf_tcm:50-53373-1024" type="hidden" value="false">
|
1611
|
+
<label for="ProductUserOf_tcm:50-53373-1024" id="ProductUserOf_tcm:50-53373-1024">Zetium</label>
|
1612
|
+
</div>
|
1613
|
+
</div>
|
1614
|
+
<button class="mp c-button o-off-canvas__update" data-off-canvas="footer" data-off-canvas-close="true" onclick="return false">Update</button>
|
1615
|
+
</div>
|
1616
|
+
<button class="mp c-button c-off-canvas__toggle c-off-canvas--mobile" data-target="ProductUserOf" aria-controls="ProductUserOf" aria-expanded="false" onclick="return false">Add</button>
|
1617
|
+
|
1618
|
+
</div>
|
1619
|
+
</div>
|
1620
|
+
</fieldset>
|
1621
|
+
|
1622
|
+
|
1623
|
+
<div class="submit">
|
1624
|
+
<button id="btnTabSubmit" class="mp c-button c-button--inline" onclick="event.preventDefault();document.querySelector('#dynamicForm form #btnSubmit').click()">
|
1625
|
+
Save updates
|
1626
|
+
</button>
|
1627
|
+
</div>
|
1628
|
+
</div>
|
1629
|
+
|
1630
|
+
<div id="tab-3" class="c-tab u-flow">
|
1631
|
+
|
1632
|
+
<!-- CardRecordedEvent -->
|
1633
|
+
<article class="mp c-card c-card--layout-multi c-card--size-small c-card--event c-card--has-image c-card--inline-specs c-card--has-tag">
|
1634
|
+
<span class="c-card__tag">Webinar - Recorded</span>
|
1635
|
+
<div class="c-card__wrapper">
|
1636
|
+
<figure class="c-card__image">
|
1637
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/61d6e33d-a2de-4ab9-a004-aedf00d43444/iStock-906720020_Original%20file.jpg?quality=60&width=880" alt="Technology Drop-in : The power of kinetics to accelerate drug discovery" loading="lazy" width="880"> </figure>
|
1638
|
+
<div class="c-card__primary">
|
1639
|
+
<header class="c-card__header u-flow--2xs">
|
1640
|
+
<p class="c-card__meta">
|
1641
|
+
<span class="mp c-twi c-twi--left">
|
1642
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--play">
|
1643
|
+
<use xlink:href="/resource/svg/sprite.svg#play"></use>
|
1644
|
+
</svg>
|
1645
|
+
September 2023 | English
|
1646
|
+
</span>
|
1647
|
+
</p>
|
1648
|
+
|
1649
|
+
<h2 class="c-h c-card__title">
|
1650
|
+
<a href="/en/learn/events-and-training/webinars/w230926-creoptix-kinetics">Technology Drop-in : The power of kinetics to accelerate drug discovery</a>
|
1651
|
+
</h2>
|
1652
|
+
</header>
|
1653
|
+
<div class="c-card__content u-flow">
|
1654
|
+
<div class="c-card__specs">
|
1655
|
+
<dl>
|
1656
|
+
<dt>Products:</dt>
|
1657
|
+
<dd>Creoptix WAVE</dd>
|
1658
|
+
<dt>Technology:</dt>
|
1659
|
+
<dd>Microfluidics, Grating-coupled interferometry (GCI)</dd>
|
1660
|
+
<dt>Measurement type:</dt>
|
1661
|
+
<dd>Binding kinetics</dd>
|
1662
|
+
</dl>
|
1663
|
+
</div>
|
1664
|
+
</div>
|
1665
|
+
</div>
|
1666
|
+
<a class="u-fill u-fill--link" href="/en/learn/events-and-training/webinars/w230926-creoptix-kinetics" aria-label="Technology Drop-in : The power of kinetics to accelerate drug discovery">Technology Drop-in : The power of kinetics to accelerate drug discovery</a>
|
1667
|
+
</div>
|
1668
|
+
</article>
|
1669
|
+
|
1670
|
+
<!-- CardRecordedEvent -->
|
1671
|
+
<article class="mp c-card c-card--layout-multi c-card--size-small c-card--event c-card--has-image c-card--inline-specs c-card--has-tag">
|
1672
|
+
<span class="c-card__tag">Webinar - Recorded</span>
|
1673
|
+
<div class="c-card__wrapper">
|
1674
|
+
<figure class="c-card__image">
|
1675
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/20d94e10-1e39-4a3d-93ad-b01f007f153e/PN13501_EXL_6937-1%20copy_Original%20file.jpg?quality=60&width=880" alt="Discover the Future of Materials Analysis in Roll-to-Roll Production with Epsilon Xline" loading="lazy" width="880"> </figure>
|
1676
|
+
<div class="c-card__primary">
|
1677
|
+
<header class="c-card__header u-flow--2xs">
|
1678
|
+
<p class="c-card__meta">
|
1679
|
+
<span class="mp c-twi c-twi--left">
|
1680
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--play">
|
1681
|
+
<use xlink:href="/resource/svg/sprite.svg#play"></use>
|
1682
|
+
</svg>
|
1683
|
+
October 2023 | English
|
1684
|
+
</span>
|
1685
|
+
</p>
|
1686
|
+
|
1687
|
+
<h2 class="c-h c-card__title">
|
1688
|
+
<a href="/en/learn/events-and-training/webinars/w231031-epsilonxline">Discover the Future of Materials Analysis in Roll-to-Roll Production with Epsilon Xline</a>
|
1689
|
+
</h2>
|
1690
|
+
</header>
|
1691
|
+
<div class="c-card__content u-flow">
|
1692
|
+
<div class="c-card__specs">
|
1693
|
+
<dl>
|
1694
|
+
<dt>Products:</dt>
|
1695
|
+
<dd>Epsilon Xline</dd>
|
1696
|
+
<dt>Technology:</dt>
|
1697
|
+
<dd>X-ray Fluorescence (XRF)</dd>
|
1698
|
+
<dt>Industry:</dt>
|
1699
|
+
<dd>Energy/Battery, Oils, Fuels and Chemicals</dd>
|
1700
|
+
</dl>
|
1701
|
+
</div>
|
1702
|
+
</div>
|
1703
|
+
</div>
|
1704
|
+
<a class="u-fill u-fill--link" href="/en/learn/events-and-training/webinars/w231031-epsilonxline" aria-label="Discover the Future of Materials Analysis in Roll-to-Roll Production with Epsilon Xline">Discover the Future of Materials Analysis in Roll-to-Roll Production with Epsilon Xline</a>
|
1705
|
+
</div>
|
1706
|
+
</article>
|
1707
|
+
|
1708
|
+
<!-- CardRecordedEvent -->
|
1709
|
+
<article class="mp c-card c-card--layout-multi c-card--size-small c-card--event c-card--has-image c-card--inline-specs c-card--has-tag">
|
1710
|
+
<span class="c-card__tag">Webinar - Recorded</span>
|
1711
|
+
<div class="c-card__wrapper">
|
1712
|
+
<figure class="c-card__image">
|
1713
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/7abb35f4-c145-43db-ab6e-ada00160522e/637616860464059530UU_Original%20file.jpg?quality=60&width=880" alt="Transform vaccine production with these nanoparticle characterization techniques" loading="lazy" width="880"> </figure>
|
1714
|
+
<div class="c-card__primary">
|
1715
|
+
<header class="c-card__header u-flow--2xs">
|
1716
|
+
<p class="c-card__meta">
|
1717
|
+
<span class="mp c-twi c-twi--left">
|
1718
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--play">
|
1719
|
+
<use xlink:href="/resource/svg/sprite.svg#play"></use>
|
1720
|
+
</svg>
|
1721
|
+
August 2021 | English
|
1722
|
+
</span>
|
1723
|
+
</p>
|
1724
|
+
|
1725
|
+
<h2 class="c-h c-card__title">
|
1726
|
+
<a href="/en/learn/events-and-training/webinars/w210817vaccinenanoparticles">Transform vaccine production with these nanoparticle characterization techniques</a>
|
1727
|
+
</h2>
|
1728
|
+
</header>
|
1729
|
+
<div class="c-card__content u-flow">
|
1730
|
+
<div class="c-card__specs">
|
1731
|
+
<dl>
|
1732
|
+
<dt>Products:</dt>
|
1733
|
+
<dd>NanoSight range, Zetasizer Advance Range, OMNISEC system</dd>
|
1734
|
+
<dt>Technology:</dt>
|
1735
|
+
<dd>Dynamic Light Scattering, Electrophoretic Light Scattering</dd>
|
1736
|
+
<dt>Industry:</dt>
|
1737
|
+
<dd>Biologics</dd>
|
1738
|
+
</dl>
|
1739
|
+
</div>
|
1740
|
+
</div>
|
1741
|
+
</div>
|
1742
|
+
<a class="u-fill u-fill--link" href="/en/learn/events-and-training/webinars/w210817vaccinenanoparticles" aria-label="Transform vaccine production with these nanoparticle characterization techniques">Transform vaccine production with these nanoparticle characterization techniques</a>
|
1743
|
+
</div>
|
1744
|
+
</article>
|
1745
|
+
|
1746
|
+
<!-- CardRecordedEvent -->
|
1747
|
+
<article class="mp c-card c-card--layout-multi c-card--size-small c-card--event c-card--has-image c-card--inline-specs c-card--has-tag">
|
1748
|
+
<span class="c-card__tag">Webinar - Recorded</span>
|
1749
|
+
<div class="c-card__wrapper">
|
1750
|
+
<figure class="c-card__image">
|
1751
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/2af3b8d9-48a0-48ce-a98b-aff800ba4096/placeholder-concentric-rings_Original%20file.svg?quality=60" alt="22nd ORE & MINERALS ANALYSIS (OMA) Virtual Workshop" loading="lazy"> </figure>
|
1752
|
+
<div class="c-card__primary">
|
1753
|
+
<header class="c-card__header u-flow--2xs">
|
1754
|
+
<p class="c-card__meta">
|
1755
|
+
<span class="mp c-twi c-twi--left">
|
1756
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--play">
|
1757
|
+
<use xlink:href="/resource/svg/sprite.svg#play"></use>
|
1758
|
+
</svg>
|
1759
|
+
July 2020 | English
|
1760
|
+
</span>
|
1761
|
+
</p>
|
1762
|
+
|
1763
|
+
<h2 class="c-h c-card__title">
|
1764
|
+
<a href="/en/learn/events-and-training/webinars/w20200723oma">22nd ORE & MINERALS ANALYSIS (OMA) Virtual Workshop</a>
|
1765
|
+
</h2>
|
1766
|
+
</header>
|
1767
|
+
<div class="c-card__content u-flow">
|
1768
|
+
<div class="c-card__specs">
|
1769
|
+
<dl>
|
1770
|
+
<dt>Products:</dt>
|
1771
|
+
<dd>Epsilon range, Zetium, CNA range, Claisse range, Axios range, ASD range, Aeris range, Mastersizer range, Insitec range</dd>
|
1772
|
+
<dt>Technology:</dt>
|
1773
|
+
<dd>Borate fusion, Light Scattering, Near-infrared Spectroscopy (NIR), X-ray Diffraction (XRD), X-ray Fluorescence (XRF), Pulsed Fast Thermal Neutron Activation (PFTNA)</dd>
|
1774
|
+
<dt>Industry:</dt>
|
1775
|
+
<dd>Building Materials, Environment, Metals, Minerals, Mining</dd>
|
1776
|
+
</dl>
|
1777
|
+
</div>
|
1778
|
+
</div>
|
1779
|
+
</div>
|
1780
|
+
<a class="u-fill u-fill--link" href="/en/learn/events-and-training/webinars/w20200723oma" aria-label="22nd ORE & MINERALS ANALYSIS (OMA) Virtual Workshop">22nd ORE & MINERALS ANALYSIS (OMA) Virtual Workshop</a>
|
1781
|
+
</div>
|
1782
|
+
</article>
|
1783
|
+
|
1784
|
+
<!-- CardRecordedEvent -->
|
1785
|
+
<article class="mp c-card c-card--layout-multi c-card--size-small c-card--event c-card--has-image c-card--inline-specs c-card--has-tag">
|
1786
|
+
<span class="c-card__tag">Webinar - Recorded</span>
|
1787
|
+
<div class="c-card__wrapper">
|
1788
|
+
<figure class="c-card__image">
|
1789
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/6f540930-208c-42d2-874f-ada400dc0e2f/637371374431636671LB_Original%20file.jpg?quality=60&width=880" alt="Dynamic Light Scattering (DLS) data interpretation and troubleshooting" loading="lazy" width="880"> </figure>
|
1790
|
+
<div class="c-card__primary">
|
1791
|
+
<header class="c-card__header u-flow--2xs">
|
1792
|
+
<p class="c-card__meta">
|
1793
|
+
<span class="mp c-twi c-twi--left">
|
1794
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--play">
|
1795
|
+
<use xlink:href="/resource/svg/sprite.svg#play"></use>
|
1796
|
+
</svg>
|
1797
|
+
October 2020 | English
|
1798
|
+
</span>
|
1799
|
+
</p>
|
1800
|
+
|
1801
|
+
<h2 class="c-h c-card__title">
|
1802
|
+
<a href="/en/learn/events-and-training/webinars/w20201013dls">Dynamic Light Scattering (DLS) data interpretation and troubleshooting</a>
|
1803
|
+
</h2>
|
1804
|
+
</header>
|
1805
|
+
<div class="c-card__content u-flow">
|
1806
|
+
<div class="c-card__specs">
|
1807
|
+
<dl>
|
1808
|
+
<dt>Products:</dt>
|
1809
|
+
<dd>Zetasizer range</dd>
|
1810
|
+
<dt>Technology:</dt>
|
1811
|
+
<dd>Nanoparticle Tracking Analysis, Dynamic Light Scattering</dd>
|
1812
|
+
<dt>Industry:</dt>
|
1813
|
+
<dd>Agrochemicals, Biologics, Chemicals, Chemicals/Coatings, Food and Beverages, Nanomaterials, Personal Care Products, Pharmaceutical, Polymers, Service labs/Integrators, Water treatment</dd>
|
1814
|
+
</dl>
|
1815
|
+
</div>
|
1816
|
+
</div>
|
1817
|
+
</div>
|
1818
|
+
<a class="u-fill u-fill--link" href="/en/learn/events-and-training/webinars/w20201013dls" aria-label="Dynamic Light Scattering (DLS) data interpretation and troubleshooting">Dynamic Light Scattering (DLS) data interpretation and troubleshooting</a>
|
1819
|
+
</div>
|
1820
|
+
</article>
|
1821
|
+
|
1822
|
+
<!-- CardRecordedEvent -->
|
1823
|
+
<article class="mp c-card c-card--layout-multi c-card--size-small c-card--event c-card--has-image c-card--inline-specs c-card--has-tag">
|
1824
|
+
<span class="c-card__tag">Webinar - Recorded</span>
|
1825
|
+
<div class="c-card__wrapper">
|
1826
|
+
<figure class="c-card__image">
|
1827
|
+
<img src="https://p3.aprimocdn.net/malvernpanalytical/7c79601e-e0cd-49fa-a2f0-ada0015f07ab/637574501678876775MK_Original%20file.jpg?quality=60&width=880" alt="Focus on Vaccine Development 3 – Strengthening the Analytical Workflow for rAAV Viral Vector Development" loading="lazy" width="880"> </figure>
|
1828
|
+
<div class="c-card__primary">
|
1829
|
+
<header class="c-card__header u-flow--2xs">
|
1830
|
+
<p class="c-card__meta">
|
1831
|
+
<span class="mp c-twi c-twi--left">
|
1832
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--play">
|
1833
|
+
<use xlink:href="/resource/svg/sprite.svg#play"></use>
|
1834
|
+
</svg>
|
1835
|
+
April 2020 | English
|
1836
|
+
</span>
|
1837
|
+
</p>
|
1838
|
+
|
1839
|
+
<h2 class="c-h c-card__title">
|
1840
|
+
<a href="/en/learn/events-and-training/live-events/webinar-live/w200423raav">Focus on Vaccine Development 3 – Strengthening the Analytical Workflow for rAAV Viral Vector Development</a>
|
1841
|
+
</h2>
|
1842
|
+
</header>
|
1843
|
+
<div class="c-card__content u-flow">
|
1844
|
+
<div class="c-card__specs">
|
1845
|
+
<dl>
|
1846
|
+
<dt>Products:</dt>
|
1847
|
+
<dd>Zetasizer Advance Range, Zetasizer Ultra</dd>
|
1848
|
+
<dt>Technology:</dt>
|
1849
|
+
<dd>Multi-Angle Dynamic Light Scattering (MADLS)</dd>
|
1850
|
+
<dt>Industry:</dt>
|
1851
|
+
<dd>Biologics</dd>
|
1852
|
+
</dl>
|
1853
|
+
</div>
|
1854
|
+
</div>
|
1855
|
+
</div>
|
1856
|
+
<a class="u-fill u-fill--link" href="/en/learn/events-and-training/live-events/webinar-live/w200423raav" aria-label="Focus on Vaccine Development 3 – Strengthening the Analytical Workflow for rAAV Viral Vector Development">Focus on Vaccine Development 3 – Strengthening the Analytical Workflow for rAAV Viral Vector Development</a>
|
1857
|
+
</div>
|
1858
|
+
</article>
|
1859
|
+
</div>
|
1860
|
+
|
1861
|
+
<div id="tab-4" class="c-tab u-flow">
|
1862
|
+
|
1863
|
+
<!-- CardKCItemArticle -->
|
1864
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
1865
|
+
<span class="c-card__tag">Technical Note</span>
|
1866
|
+
<div class="c-card__wrapper">
|
1867
|
+
<div class="c-card__primary">
|
1868
|
+
<header class="c-card__header u-flow--2xs">
|
1869
|
+
<p class="c-card__meta">
|
1870
|
+
<span>23 June 2023 | English</span>
|
1871
|
+
</p>
|
1872
|
+
<h2 class="c-h c-card__title">
|
1873
|
+
<a href="/en/learn/knowledge-center/technical-notes/tn230623-nanosight-lm12-power-supply-ccm">NanoSight LM12 Power Supply Safety Notice</a>
|
1874
|
+
</h2>
|
1875
|
+
</header>
|
1876
|
+
<div class="c-card__content u-flow">
|
1877
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
1878
|
+
<p>This guide will run through checks to carry out on your NanoSight LM10 power supply, maintenance required, and replacement details.</p>
|
1879
|
+
</div>
|
1880
|
+
<div class="c-card__specs">
|
1881
|
+
<dl>
|
1882
|
+
<dt>Products:</dt>
|
1883
|
+
<dd>NanoSight LM10</dd>
|
1884
|
+
</dl>
|
1885
|
+
</div>
|
1886
|
+
</div>
|
1887
|
+
<footer class="c-card__footer u-flow--2xs">
|
1888
|
+
<div>
|
1889
|
+
<a href="/en/learn/knowledge-center/technical-notes/tn230623-nanosight-lm12-power-supply-ccm" class="mp c-twi u-link c-twi--left">
|
1890
|
+
<span>Read the technical note</span>
|
1891
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
1892
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
1893
|
+
</svg>
|
1894
|
+
</a>
|
1895
|
+
</div>
|
1896
|
+
</footer>
|
1897
|
+
</div>
|
1898
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/technical-notes/tn230623-nanosight-lm12-power-supply-ccm">NanoSight LM12 Power Supply Safety Notice</a>
|
1899
|
+
</div>
|
1900
|
+
</article>
|
1901
|
+
|
1902
|
+
<!-- CardKCItemArticle -->
|
1903
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
1904
|
+
<span class="c-card__tag">Application Note</span>
|
1905
|
+
<div class="c-card__wrapper">
|
1906
|
+
<div class="c-card__primary">
|
1907
|
+
<header class="c-card__header u-flow--2xs">
|
1908
|
+
<p class="c-card__meta">
|
1909
|
+
<span>12 December 2023 | English</span>
|
1910
|
+
</p>
|
1911
|
+
<h2 class="c-h c-card__title">
|
1912
|
+
<a href="/en/learn/knowledge-center/application-notes/an231212-xrf-metal-powders-contaminants">Identifying particulate contaminants in metal powders using XRF: Stainless Steel contamination in Titanium alloy Ti-6Al-4V</a>
|
1913
|
+
</h2>
|
1914
|
+
</header>
|
1915
|
+
<div class="c-card__content u-flow">
|
1916
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
1917
|
+
<p>Contamination of metal powders used for additive manufacturing provide a real risk to product quality and safety, since the presence of contaminant particles with different melting characteristics or mechanical properties than the bulk powder can lead to localized stress points in the printed part. This could lead to premature or catastrophic failure and is especially important in risk averse ...</p>
|
1918
|
+
</div>
|
1919
|
+
<div class="c-card__specs">
|
1920
|
+
<dl>
|
1921
|
+
<dt>Products:</dt>
|
1922
|
+
<dd>Epsilon 4</dd>
|
1923
|
+
<dt>Technology:</dt>
|
1924
|
+
<dd>X-ray Fluorescence (XRF)</dd>
|
1925
|
+
<dt>Industry:</dt>
|
1926
|
+
<dd>Metals, Advanced Manufacturing</dd>
|
1927
|
+
</dl>
|
1928
|
+
</div>
|
1929
|
+
</div>
|
1930
|
+
<footer class="c-card__footer u-flow--2xs">
|
1931
|
+
<div>
|
1932
|
+
<a href="/en/learn/knowledge-center/application-notes/an231212-xrf-metal-powders-contaminants" class="mp c-twi u-link c-twi--left">
|
1933
|
+
<span>Read the application note</span>
|
1934
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
1935
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
1936
|
+
</svg>
|
1937
|
+
</a>
|
1938
|
+
</div>
|
1939
|
+
</footer>
|
1940
|
+
</div>
|
1941
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an231212-xrf-metal-powders-contaminants">Identifying particulate contaminants in metal powders using XRF: Stainless Steel contamination in Titanium alloy Ti-6Al-4V</a>
|
1942
|
+
</div>
|
1943
|
+
</article>
|
1944
|
+
|
1945
|
+
<!-- CardKCItemArticle -->
|
1946
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
1947
|
+
<span class="c-card__tag">Application Note</span>
|
1948
|
+
<div class="c-card__wrapper">
|
1949
|
+
<div class="c-card__primary">
|
1950
|
+
<header class="c-card__header u-flow--2xs">
|
1951
|
+
<p class="c-card__meta">
|
1952
|
+
<span>25 April 2018 | English</span>
|
1953
|
+
</p>
|
1954
|
+
<h2 class="c-h c-card__title">
|
1955
|
+
<a href="/en/learn/knowledge-center/application-notes/anasdi20160418plantphysiology">Plant Physiology</a>
|
1956
|
+
</h2>
|
1957
|
+
</header>
|
1958
|
+
<div class="c-card__content u-flow">
|
1959
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
1960
|
+
<p>ASD systems are used to determine plant physiological status, including disease status, nutritional status related to nitrogen uptake and moisture balance. Plant canopy measurements or individual leaf measurements can be made using ASD spectrometers. A variety of analysis approaches have been used to determine relevant plant health indicators. Vegetative indices, multivariate predictive models ...</p>
|
1961
|
+
</div>
|
1962
|
+
<div class="c-card__specs">
|
1963
|
+
<dl>
|
1964
|
+
<dt>Products:</dt>
|
1965
|
+
<dd>ASD range</dd>
|
1966
|
+
<dt>Technology:</dt>
|
1967
|
+
<dd>Near-infrared Spectroscopy (NIR)</dd>
|
1968
|
+
<dt>Industry:</dt>
|
1969
|
+
<dd>Agriculture</dd>
|
1970
|
+
</dl>
|
1971
|
+
</div>
|
1972
|
+
</div>
|
1973
|
+
<footer class="c-card__footer u-flow--2xs">
|
1974
|
+
<div>
|
1975
|
+
<a href="/en/learn/knowledge-center/application-notes/anasdi20160418plantphysiology" class="mp c-twi u-link c-twi--left">
|
1976
|
+
<span>Read the application note</span>
|
1977
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
1978
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
1979
|
+
</svg>
|
1980
|
+
</a>
|
1981
|
+
</div>
|
1982
|
+
</footer>
|
1983
|
+
</div>
|
1984
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/anasdi20160418plantphysiology">Plant Physiology</a>
|
1985
|
+
</div>
|
1986
|
+
</article>
|
1987
|
+
|
1988
|
+
<!-- CardKCItemArticle -->
|
1989
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
1990
|
+
<span class="c-card__tag">User Manual</span>
|
1991
|
+
<div class="c-card__wrapper">
|
1992
|
+
<div class="c-card__primary">
|
1993
|
+
<header class="c-card__header u-flow--2xs">
|
1994
|
+
<p class="c-card__meta">
|
1995
|
+
<span>18 March 2021 | English</span>
|
1996
|
+
</p>
|
1997
|
+
<h2 class="c-h c-card__title">
|
1998
|
+
<a href="/en/learn/knowledge-center/user-manuals/zetiumuserguideen">Zetium User Guide (English)</a>
|
1999
|
+
</h2>
|
2000
|
+
</header>
|
2001
|
+
<div class="c-card__content u-flow">
|
2002
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2003
|
+
<p>Zetium User Guide (English)</p>
|
2004
|
+
</div>
|
2005
|
+
<div class="c-card__specs">
|
2006
|
+
<dl>
|
2007
|
+
<dt>Products:</dt>
|
2008
|
+
<dd>Zetium, The Petro edition of Zetium, The Ultimate edition of Zetium, The Cement edition of Zetium, The Metals edition of Zetium, The Minerals edition of Zetium, The Polymers edition of Zetium</dd>
|
2009
|
+
</dl>
|
2010
|
+
</div>
|
2011
|
+
</div>
|
2012
|
+
<footer class="c-card__footer u-flow--2xs">
|
2013
|
+
<div>
|
2014
|
+
<a href="/en/learn/knowledge-center/user-manuals/zetiumuserguideen" class="mp c-twi u-link c-twi--left">
|
2015
|
+
<span>Read the user manual</span>
|
2016
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2017
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2018
|
+
</svg>
|
2019
|
+
</a>
|
2020
|
+
</div>
|
2021
|
+
</footer>
|
2022
|
+
</div>
|
2023
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/user-manuals/zetiumuserguideen">Zetium User Guide (English)</a>
|
2024
|
+
</div>
|
2025
|
+
</article>
|
2026
|
+
|
2027
|
+
<!-- CardKCItemArticle -->
|
2028
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2029
|
+
<span class="c-card__tag">Technical Note</span>
|
2030
|
+
<div class="c-card__wrapper">
|
2031
|
+
<div class="c-card__primary">
|
2032
|
+
<header class="c-card__header u-flow--2xs">
|
2033
|
+
<p class="c-card__meta">
|
2034
|
+
<span>09 March 2021 | English</span>
|
2035
|
+
</p>
|
2036
|
+
<h2 class="c-h c-card__title">
|
2037
|
+
<a href="/en/learn/knowledge-center/technical-notes/tn210309-zetasizer-advance-extended-size-range">Introducing Extended Size Range analysis for Zetasizer Advance</a>
|
2038
|
+
</h2>
|
2039
|
+
</header>
|
2040
|
+
<div class="c-card__content u-flow">
|
2041
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2042
|
+
<p>Whilst dynamic light scattering (DLS) is a ubiquitous tool for the characterization of nanomaterials, there may be cases where we want to also know about larger material that might also be present within the sample. Here we will introduce a new analysis model to help characterize particles at sizes not typically measurable via DLS with some examples of the benefits and limitations of this ...</p>
|
2043
|
+
</div>
|
2044
|
+
<div class="c-card__specs">
|
2045
|
+
<dl>
|
2046
|
+
<dt>Products:</dt>
|
2047
|
+
<dd>Zetasizer Advance Range</dd>
|
2048
|
+
<dt>Technology:</dt>
|
2049
|
+
<dd>Light Scattering, Dynamic Light Scattering</dd>
|
2050
|
+
<dt>Measurement type:</dt>
|
2051
|
+
<dd>Particle size, Particle concentration</dd>
|
2052
|
+
</dl>
|
2053
|
+
</div>
|
2054
|
+
</div>
|
2055
|
+
<footer class="c-card__footer u-flow--2xs">
|
2056
|
+
<div>
|
2057
|
+
<a href="/en/learn/knowledge-center/technical-notes/tn210309-zetasizer-advance-extended-size-range" class="mp c-twi u-link c-twi--left">
|
2058
|
+
<span>Read the technical note</span>
|
2059
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2060
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2061
|
+
</svg>
|
2062
|
+
</a>
|
2063
|
+
</div>
|
2064
|
+
</footer>
|
2065
|
+
</div>
|
2066
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/technical-notes/tn210309-zetasizer-advance-extended-size-range">Introducing Extended Size Range analysis for Zetasizer Advance</a>
|
2067
|
+
</div>
|
2068
|
+
</article>
|
2069
|
+
|
2070
|
+
<!-- CardKCItemArticle -->
|
2071
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2072
|
+
<span class="c-card__tag">Application Note</span>
|
2073
|
+
<div class="c-card__wrapper">
|
2074
|
+
<div class="c-card__primary">
|
2075
|
+
<header class="c-card__header u-flow--2xs">
|
2076
|
+
<p class="c-card__meta">
|
2077
|
+
<span>27 July 2017 | English</span>
|
2078
|
+
</p>
|
2079
|
+
<h2 class="c-h c-card__title">
|
2080
|
+
<a href="/en/learn/knowledge-center/application-notes/an20151210atlinenutrientcontentmilkpowder">At-line analysis of nutrient content in milk powder </a>
|
2081
|
+
</h2>
|
2082
|
+
</header>
|
2083
|
+
<div class="c-card__content u-flow">
|
2084
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2085
|
+
<p>This data sheet investigates the capabilities of the Epsilon 1, a benchtop energy dispersive X-ray fluorescence spectrometer XRF) as a tool for analyzing P, Cl, K, Ca, Mn, Fe, Cu and Zn in milk powder prepared as loose powders. The simple sample preparation along with quick and simultaneous measurement of elements, make the XRF technique an interesting analytical method for the food industry. ...</p>
|
2086
|
+
</div>
|
2087
|
+
<div class="c-card__specs">
|
2088
|
+
<dl>
|
2089
|
+
<dt>Products:</dt>
|
2090
|
+
<dd>Epsilon 1 range</dd>
|
2091
|
+
<dt>Technology:</dt>
|
2092
|
+
<dd>X-ray Fluorescence (XRF)</dd>
|
2093
|
+
<dt>Industry:</dt>
|
2094
|
+
<dd>Food and Beverages</dd>
|
2095
|
+
</dl>
|
2096
|
+
</div>
|
2097
|
+
</div>
|
2098
|
+
<footer class="c-card__footer u-flow--2xs">
|
2099
|
+
<div>
|
2100
|
+
<a href="/en/learn/knowledge-center/application-notes/an20151210atlinenutrientcontentmilkpowder" class="mp c-twi u-link c-twi--left">
|
2101
|
+
<span>Read the application note</span>
|
2102
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2103
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2104
|
+
</svg>
|
2105
|
+
</a>
|
2106
|
+
</div>
|
2107
|
+
</footer>
|
2108
|
+
</div>
|
2109
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an20151210atlinenutrientcontentmilkpowder">At-line analysis of nutrient content in milk powder </a>
|
2110
|
+
</div>
|
2111
|
+
</article>
|
2112
|
+
|
2113
|
+
<!-- CardKCItemArticle -->
|
2114
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2115
|
+
<span class="c-card__tag">Application Note</span>
|
2116
|
+
<div class="c-card__wrapper">
|
2117
|
+
<div class="c-card__primary">
|
2118
|
+
<header class="c-card__header u-flow--2xs">
|
2119
|
+
<p class="c-card__meta">
|
2120
|
+
<span>08 September 2017 | English</span>
|
2121
|
+
</p>
|
2122
|
+
<h2 class="c-h c-card__title">
|
2123
|
+
<a href="/en/learn/knowledge-center/application-notes/anclaisse20160216fueloilboratefusionastm">Dissolution of Fuel Oil using borate fusion for ICP-OES analysis in accordance with ASTM D 5184, IP 377 and IP 501</a>
|
2124
|
+
</h2>
|
2125
|
+
</header>
|
2126
|
+
<div class="c-card__content u-flow">
|
2127
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2128
|
+
<p>Fuel oil is one of the main by-products of petroleum refining. It is used as fuel for ocean liners and cargo ship engines. It is also used in power plants and industrial plants. Fluid catalytic cracking (FCC) is often found in the petroleum refining process to maximize the distillation of hydrocarbon with a high octane rate. Some contaminants such as nickel, iron, vanadium, silicon, aluminium, ...</p>
|
2129
|
+
</div>
|
2130
|
+
<div class="c-card__specs">
|
2131
|
+
<dl>
|
2132
|
+
<dt>Products:</dt>
|
2133
|
+
<dd>Claisse range, Claisse M4</dd>
|
2134
|
+
<dt>Technology:</dt>
|
2135
|
+
<dd>Borate fusion</dd>
|
2136
|
+
<dt>Industry:</dt>
|
2137
|
+
<dd>Building Materials, Mining, Minerals, Metals</dd>
|
2138
|
+
</dl>
|
2139
|
+
</div>
|
2140
|
+
</div>
|
2141
|
+
<footer class="c-card__footer u-flow--2xs">
|
2142
|
+
<div>
|
2143
|
+
<a href="/en/learn/knowledge-center/application-notes/anclaisse20160216fueloilboratefusionastm" class="mp c-twi u-link c-twi--left">
|
2144
|
+
<span>Read the application note</span>
|
2145
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2146
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2147
|
+
</svg>
|
2148
|
+
</a>
|
2149
|
+
</div>
|
2150
|
+
</footer>
|
2151
|
+
</div>
|
2152
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/anclaisse20160216fueloilboratefusionastm">Dissolution of Fuel Oil using borate fusion for ICP-OES analysis in accordance with ASTM D 5184, IP 377 and IP 501</a>
|
2153
|
+
</div>
|
2154
|
+
</article>
|
2155
|
+
|
2156
|
+
<!-- CardKCItemArticle -->
|
2157
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2158
|
+
<span class="c-card__tag">Application Note</span>
|
2159
|
+
<div class="c-card__wrapper">
|
2160
|
+
<div class="c-card__primary">
|
2161
|
+
<header class="c-card__header u-flow--2xs">
|
2162
|
+
<p class="c-card__meta">
|
2163
|
+
<span>20 July 2017 | English</span>
|
2164
|
+
</p>
|
2165
|
+
<h2 class="c-h c-card__title">
|
2166
|
+
<a href="/en/learn/knowledge-center/application-notes/an20121210xraydiffractionironoressinteranalysis">X-ray diffraction for iron ores sinter analysis</a>
|
2167
|
+
</h2>
|
2168
|
+
</header>
|
2169
|
+
<div class="c-card__content u-flow">
|
2170
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2171
|
+
<p>This application notes describes the benefits of resolving the mineralogical sinter composition to optimize sinter quality and operational efficiency. Iron ore sinter is an important feedstock material for the steel industry. Due to increased quality requirements and the need to reduce energy consumption and CO2 emissions, the phase composition and chemistry of iron ore sinter requires faster ...</p>
|
2172
|
+
</div>
|
2173
|
+
<div class="c-card__specs">
|
2174
|
+
<dl>
|
2175
|
+
<dt>Products:</dt>
|
2176
|
+
<dd>CubiX3, CubiX3 Iron</dd>
|
2177
|
+
<dt>Technology:</dt>
|
2178
|
+
<dd>X-ray Diffraction (XRD)</dd>
|
2179
|
+
<dt>Industry:</dt>
|
2180
|
+
<dd>Metals, Mining, Minerals, Building Materials</dd>
|
2181
|
+
</dl>
|
2182
|
+
</div>
|
2183
|
+
</div>
|
2184
|
+
<footer class="c-card__footer u-flow--2xs">
|
2185
|
+
<div>
|
2186
|
+
<a href="/en/learn/knowledge-center/application-notes/an20121210xraydiffractionironoressinteranalysis" class="mp c-twi u-link c-twi--left">
|
2187
|
+
<span>Read the application note</span>
|
2188
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2189
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2190
|
+
</svg>
|
2191
|
+
</a>
|
2192
|
+
</div>
|
2193
|
+
</footer>
|
2194
|
+
</div>
|
2195
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an20121210xraydiffractionironoressinteranalysis">X-ray diffraction for iron ores sinter analysis</a>
|
2196
|
+
</div>
|
2197
|
+
</article>
|
2198
|
+
|
2199
|
+
<!-- CardKCItemArticle -->
|
2200
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2201
|
+
<span class="c-card__tag">Whitepaper</span>
|
2202
|
+
<div class="c-card__wrapper">
|
2203
|
+
<div class="c-card__primary">
|
2204
|
+
<header class="c-card__header u-flow--2xs">
|
2205
|
+
<p class="c-card__meta">
|
2206
|
+
<span>25 July 2016 | English</span>
|
2207
|
+
</p>
|
2208
|
+
<h2 class="c-h c-card__title">
|
2209
|
+
<a href="/en/learn/knowledge-center/whitepapers/wp160725biopharmstabilitydscformulations">Characterization of biopharmaceutical stability with Differential Scanning Calorimetry: Preformulation and formulation development</a>
|
2210
|
+
</h2>
|
2211
|
+
</header>
|
2212
|
+
<div class="c-card__content u-flow">
|
2213
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2214
|
+
<p>DSC is an established analytical tool used during preformulation and formulation development of biopharmaceuticals. Rank ordering of thermal transition midpoint (TM) by DSC is commonly used to screen formulation buffers, pH and excipients. Typicallly, the higher the TM, the more stable the protein in that formulation, and less likelihood of aggregation. This whitepaper gives examples on the ...</p>
|
2215
|
+
</div>
|
2216
|
+
<div class="c-card__specs">
|
2217
|
+
<dl>
|
2218
|
+
<dt>Products:</dt>
|
2219
|
+
<dd>MicroCal VP-Capillary DSC, MicroCal VP-DSC, MicroCal range, MicroCal DSC range, MicroCal PEAQ-DSC, MicroCal PEAQ-DSC Automated</dd>
|
2220
|
+
<dt>Technology:</dt>
|
2221
|
+
<dd>Differential Scanning Calorimetry (DSC), Microcalorimetry</dd>
|
2222
|
+
<dt>Industry:</dt>
|
2223
|
+
<dd>Biologics</dd>
|
2224
|
+
</dl>
|
2225
|
+
</div>
|
2226
|
+
</div>
|
2227
|
+
<footer class="c-card__footer u-flow--2xs">
|
2228
|
+
<div>
|
2229
|
+
<a href="/en/learn/knowledge-center/whitepapers/wp160725biopharmstabilitydscformulations" class="mp c-twi u-link c-twi--left">
|
2230
|
+
<span>Read the whitepaper</span>
|
2231
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2232
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2233
|
+
</svg>
|
2234
|
+
</a>
|
2235
|
+
</div>
|
2236
|
+
</footer>
|
2237
|
+
</div>
|
2238
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/whitepapers/wp160725biopharmstabilitydscformulations">Characterization of biopharmaceutical stability with Differential Scanning Calorimetry: Preformulation and formulation development</a>
|
2239
|
+
</div>
|
2240
|
+
</article>
|
2241
|
+
|
2242
|
+
<!-- CardKCItemArticle -->
|
2243
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2244
|
+
<span class="c-card__tag">Customer Story</span>
|
2245
|
+
<div class="c-card__wrapper">
|
2246
|
+
<div class="c-card__primary">
|
2247
|
+
<header class="c-card__header u-flow--2xs">
|
2248
|
+
<p class="c-card__meta">
|
2249
|
+
<span>13 February 2020 | English</span>
|
2250
|
+
</p>
|
2251
|
+
<h2 class="c-h c-card__title">
|
2252
|
+
<a href="/en/learn/knowledge-center/customer-stories/cs200211megasasnseixal">Megasa SN Seixal improves autonomy and speed in its analytical chain</a>
|
2253
|
+
</h2>
|
2254
|
+
</header>
|
2255
|
+
<div class="c-card__content u-flow">
|
2256
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2257
|
+
<p>SN Seixal is part of the Spanish Megasa Group founded in 1953. With over a thousand employees as well as 4 production plants located across the Iberian Peninsula, this company specializes in the fabrication of steel products. It has an installed capacity of over three million tons. The SN Seixal plant needs to validate the quality of various ferroalloys added to the scrap metal used to make ...</p>
|
2258
|
+
</div>
|
2259
|
+
<div class="c-card__specs">
|
2260
|
+
<dl>
|
2261
|
+
<dt>Industry:</dt>
|
2262
|
+
<dd>Metals</dd>
|
2263
|
+
</dl>
|
2264
|
+
</div>
|
2265
|
+
</div>
|
2266
|
+
<footer class="c-card__footer u-flow--2xs">
|
2267
|
+
<div>
|
2268
|
+
<a href="/en/learn/knowledge-center/customer-stories/cs200211megasasnseixal" class="mp c-twi u-link c-twi--left">
|
2269
|
+
<span>Read the customer story</span>
|
2270
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2271
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2272
|
+
</svg>
|
2273
|
+
</a>
|
2274
|
+
</div>
|
2275
|
+
</footer>
|
2276
|
+
</div>
|
2277
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/customer-stories/cs200211megasasnseixal">Megasa SN Seixal improves autonomy and speed in its analytical chain</a>
|
2278
|
+
</div>
|
2279
|
+
</article>
|
2280
|
+
|
2281
|
+
<!-- CardKCItemArticle -->
|
2282
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2283
|
+
<span class="c-card__tag">Customer Story</span>
|
2284
|
+
<div class="c-card__wrapper">
|
2285
|
+
<div class="c-card__primary">
|
2286
|
+
<header class="c-card__header u-flow--2xs">
|
2287
|
+
<p class="c-card__meta">
|
2288
|
+
<span>12 March 2019 | English</span>
|
2289
|
+
</p>
|
2290
|
+
<h2 class="c-h c-card__title">
|
2291
|
+
<a href="/en/learn/knowledge-center/customer-stories/cs190312dolomitemicrofluidics">Dolomite Microfluidics speeds and simplifies nanomaterial development workflow with Malvern Panalytical’s Zetasizer Ultra</a>
|
2292
|
+
</h2>
|
2293
|
+
</header>
|
2294
|
+
<div class="c-card__content u-flow">
|
2295
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2296
|
+
<p>Dolomite Microfluidics specializes in the production of high-performance nano- and microparticles which are precision-engineered for advanced functionality and encapsulation. These materials have unique properties determined by their size, shape and architecture which enable them to be used as specialized research tools within biomedicine, diagnostic imaging and industrial catalysis. They ...</p>
|
2297
|
+
</div>
|
2298
|
+
<div class="c-card__specs">
|
2299
|
+
<dl>
|
2300
|
+
<dt>Products:</dt>
|
2301
|
+
<dd>Zetasizer Ultra</dd>
|
2302
|
+
<dt>Technology:</dt>
|
2303
|
+
<dd>Dynamic Light Scattering</dd>
|
2304
|
+
<dt>Industry:</dt>
|
2305
|
+
<dd>Nanomaterials</dd>
|
2306
|
+
</dl>
|
2307
|
+
</div>
|
2308
|
+
</div>
|
2309
|
+
<footer class="c-card__footer u-flow--2xs">
|
2310
|
+
<div>
|
2311
|
+
<a href="/en/learn/knowledge-center/customer-stories/cs190312dolomitemicrofluidics" class="mp c-twi u-link c-twi--left">
|
2312
|
+
<span>Read the customer story</span>
|
2313
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2314
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2315
|
+
</svg>
|
2316
|
+
</a>
|
2317
|
+
</div>
|
2318
|
+
</footer>
|
2319
|
+
</div>
|
2320
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/customer-stories/cs190312dolomitemicrofluidics">Dolomite Microfluidics speeds and simplifies nanomaterial development workflow with Malvern Panalytical’s Zetasizer Ultra</a>
|
2321
|
+
</div>
|
2322
|
+
</article>
|
2323
|
+
|
2324
|
+
<!-- CardKCItemArticle -->
|
2325
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2326
|
+
<span class="c-card__tag">Application Note</span>
|
2327
|
+
<div class="c-card__wrapper">
|
2328
|
+
<div class="c-card__primary">
|
2329
|
+
<header class="c-card__header u-flow--2xs">
|
2330
|
+
<p class="c-card__meta">
|
2331
|
+
<span>23 March 2015 | English</span>
|
2332
|
+
</p>
|
2333
|
+
<h2 class="c-h c-card__title">
|
2334
|
+
<a href="/en/learn/knowledge-center/application-notes/20191030anxrfcementboratefusion">Raw materials XRF application for the cement industry using a universal borate fusion methodology</a>
|
2335
|
+
</h2>
|
2336
|
+
</header>
|
2337
|
+
<div class="c-card__content u-flow">
|
2338
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2339
|
+
<p>Due to the fact that powders are affected by mineralogy and particle size effects, it is almost impossible to use a single XRF calibration curve for the analysis of such a wide range of different materials using the pressed powder preparation method. When fused in a borate glass, all mineralogy and particle size effects are eliminated. A single XRF calibration curve covering the whole range ...</p>
|
2340
|
+
</div>
|
2341
|
+
<div class="c-card__specs">
|
2342
|
+
<dl>
|
2343
|
+
<dt>Products:</dt>
|
2344
|
+
<dd>Claisse M4</dd>
|
2345
|
+
<dt>Technology:</dt>
|
2346
|
+
<dd>Borate fusion</dd>
|
2347
|
+
<dt>Industry:</dt>
|
2348
|
+
<dd>Cement</dd>
|
2349
|
+
</dl>
|
2350
|
+
</div>
|
2351
|
+
</div>
|
2352
|
+
<footer class="c-card__footer u-flow--2xs">
|
2353
|
+
<div>
|
2354
|
+
<a href="/en/learn/knowledge-center/application-notes/20191030anxrfcementboratefusion" class="mp c-twi u-link c-twi--left">
|
2355
|
+
<span>Read the application note</span>
|
2356
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2357
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2358
|
+
</svg>
|
2359
|
+
</a>
|
2360
|
+
</div>
|
2361
|
+
</footer>
|
2362
|
+
</div>
|
2363
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/20191030anxrfcementboratefusion">Raw materials XRF application for the cement industry using a universal borate fusion methodology</a>
|
2364
|
+
</div>
|
2365
|
+
</article>
|
2366
|
+
|
2367
|
+
<!-- CardKCItemArticle -->
|
2368
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2369
|
+
<span class="c-card__tag">Application Note</span>
|
2370
|
+
<div class="c-card__wrapper">
|
2371
|
+
<div class="c-card__primary">
|
2372
|
+
<header class="c-card__header u-flow--2xs">
|
2373
|
+
<p class="c-card__meta">
|
2374
|
+
<span>04 November 2010 | English</span>
|
2375
|
+
</p>
|
2376
|
+
<h2 class="c-h c-card__title">
|
2377
|
+
<a href="/en/learn/knowledge-center/application-notes/an101104particlesizechocolatelaserdiffraction">Understanding the properties of chocolate using laser diffraction particle size distribution analysis</a>
|
2378
|
+
</h2>
|
2379
|
+
</header>
|
2380
|
+
<div class="c-card__content u-flow">
|
2381
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2382
|
+
<p>The particle size and size distribution of the cocoa solids and other ingredients present in chocolate is important in defining the mouth feel of the chocolate and in controlling manufacturing costs. Too coarse a particle size many yield an unpleasant, gritty mouth feel. Conversely, over-grinding to too fine a particle size may increase production costs as more cocoa butter must then be added ...</p>
|
2383
|
+
</div>
|
2384
|
+
<div class="c-card__specs">
|
2385
|
+
<dl>
|
2386
|
+
<dt>Products:</dt>
|
2387
|
+
<dd>Mastersizer Micro, Mastersizer CPSA, Mastersizer 3000E, Mastersizer 3000</dd>
|
2388
|
+
<dt>Technology:</dt>
|
2389
|
+
<dd>Laser Diffraction</dd>
|
2390
|
+
<dt>Industry:</dt>
|
2391
|
+
<dd>Chocolate</dd>
|
2392
|
+
</dl>
|
2393
|
+
</div>
|
2394
|
+
</div>
|
2395
|
+
<footer class="c-card__footer u-flow--2xs">
|
2396
|
+
<div>
|
2397
|
+
<a href="/en/learn/knowledge-center/application-notes/an101104particlesizechocolatelaserdiffraction" class="mp c-twi u-link c-twi--left">
|
2398
|
+
<span>Read the application note</span>
|
2399
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2400
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2401
|
+
</svg>
|
2402
|
+
</a>
|
2403
|
+
</div>
|
2404
|
+
</footer>
|
2405
|
+
</div>
|
2406
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an101104particlesizechocolatelaserdiffraction">Understanding the properties of chocolate using laser diffraction particle size distribution analysis</a>
|
2407
|
+
</div>
|
2408
|
+
</article>
|
2409
|
+
|
2410
|
+
<!-- CardKCItemArticle -->
|
2411
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2412
|
+
<span class="c-card__tag">Application Note</span>
|
2413
|
+
<div class="c-card__wrapper">
|
2414
|
+
<div class="c-card__primary">
|
2415
|
+
<header class="c-card__header u-flow--2xs">
|
2416
|
+
<p class="c-card__meta">
|
2417
|
+
<span>04 November 2010 | English</span>
|
2418
|
+
</p>
|
2419
|
+
<h2 class="c-h c-card__title">
|
2420
|
+
<a href="/en/learn/knowledge-center/application-notes/an101104suspensionnasalspray">Automation of manual QC analysis of suspension nasal spray products using the Morphologi automated imaging system</a>
|
2421
|
+
</h2>
|
2422
|
+
</header>
|
2423
|
+
<div class="c-card__content u-flow">
|
2424
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2425
|
+
<p>Suspension nasal spray products typically contain an active pharmaceutical ingredient (API) along with other excipients. The ability to obtain API-specific particle size data for these formulations is an important part of production Quality Control. Manual analysis of Light Microscopy images is commonly employed to perform this task. However, separating API particles from excipient particles ...</p>
|
2426
|
+
</div>
|
2427
|
+
<div class="c-card__specs">
|
2428
|
+
<dl>
|
2429
|
+
<dt>Products:</dt>
|
2430
|
+
<dd>Morphologi G3, Morphologi 4</dd>
|
2431
|
+
<dt>Technology:</dt>
|
2432
|
+
<dd>Image analysis</dd>
|
2433
|
+
<dt>Industry:</dt>
|
2434
|
+
<dd>Pharmaceutical</dd>
|
2435
|
+
</dl>
|
2436
|
+
</div>
|
2437
|
+
</div>
|
2438
|
+
<footer class="c-card__footer u-flow--2xs">
|
2439
|
+
<div>
|
2440
|
+
<a href="/en/learn/knowledge-center/application-notes/an101104suspensionnasalspray" class="mp c-twi u-link c-twi--left">
|
2441
|
+
<span>Read the application note</span>
|
2442
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2443
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2444
|
+
</svg>
|
2445
|
+
</a>
|
2446
|
+
</div>
|
2447
|
+
</footer>
|
2448
|
+
</div>
|
2449
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an101104suspensionnasalspray">Automation of manual QC analysis of suspension nasal spray products using the Morphologi automated imaging system</a>
|
2450
|
+
</div>
|
2451
|
+
</article>
|
2452
|
+
|
2453
|
+
<!-- CardKCItemArticle -->
|
2454
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2455
|
+
<span class="c-card__tag">Application Note</span>
|
2456
|
+
<div class="c-card__wrapper">
|
2457
|
+
<div class="c-card__primary">
|
2458
|
+
<header class="c-card__header u-flow--2xs">
|
2459
|
+
<p class="c-card__meta">
|
2460
|
+
<span>23 July 2014 | English</span>
|
2461
|
+
</p>
|
2462
|
+
<h2 class="c-h c-card__title">
|
2463
|
+
<a href="/en/learn/knowledge-center/application-notes/an140723hydrodynamiccationbinding">Characterization of hydrodynamic changes upon cation-binding to proteins</a>
|
2464
|
+
</h2>
|
2465
|
+
</header>
|
2466
|
+
<div class="c-card__content u-flow">
|
2467
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2468
|
+
<p>Cations are specifically recognized by numerous proteins. Despite their small size, their specific interactions with highly charged residues allow them to induce significant conformational changes on their binding proteins. The protein conformational changes induced by cation binding may be very large, and in several cases appears to account for the complete folding of a protein and/or for ...</p>
|
2469
|
+
</div>
|
2470
|
+
<div class="c-card__specs">
|
2471
|
+
<dl>
|
2472
|
+
<dt>Products:</dt>
|
2473
|
+
<dd>Zetasizer Nano range, Viscotek systems</dd>
|
2474
|
+
<dt>Technology:</dt>
|
2475
|
+
<dd>Size Exclusion Chromatography (SEC), Electrophoretic Light Scattering</dd>
|
2476
|
+
<dt>Industry:</dt>
|
2477
|
+
<dd>Biological drug characterization and development</dd>
|
2478
|
+
</dl>
|
2479
|
+
</div>
|
2480
|
+
</div>
|
2481
|
+
<footer class="c-card__footer u-flow--2xs">
|
2482
|
+
<div>
|
2483
|
+
<a href="/en/learn/knowledge-center/application-notes/an140723hydrodynamiccationbinding" class="mp c-twi u-link c-twi--left">
|
2484
|
+
<span>Read the application note</span>
|
2485
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2486
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2487
|
+
</svg>
|
2488
|
+
</a>
|
2489
|
+
</div>
|
2490
|
+
</footer>
|
2491
|
+
</div>
|
2492
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an140723hydrodynamiccationbinding">Characterization of hydrodynamic changes upon cation-binding to proteins</a>
|
2493
|
+
</div>
|
2494
|
+
</article>
|
2495
|
+
|
2496
|
+
<!-- CardKCItemArticle -->
|
2497
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2498
|
+
<span class="c-card__tag">Application Note</span>
|
2499
|
+
<div class="c-card__wrapper">
|
2500
|
+
<div class="c-card__primary">
|
2501
|
+
<header class="c-card__header u-flow--2xs">
|
2502
|
+
<p class="c-card__meta">
|
2503
|
+
<span>23 March 2015 | English</span>
|
2504
|
+
</p>
|
2505
|
+
<h2 class="c-h c-card__title">
|
2506
|
+
<a href="/en/learn/knowledge-center/application-notes/an190326degradataionsodiuimalginategpc">Monitoring degradation of sodium alginate using GPC/SEC</a>
|
2507
|
+
</h2>
|
2508
|
+
</header>
|
2509
|
+
<div class="c-card__content u-flow">
|
2510
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2511
|
+
<p>Sodium alginate, the sodium salt of alginic acid, is a polysaccharide harvested from algae, specifically brown seaweeds. Due to its similar function to cellulose in plants, sodium alginate possesses a structural integrity which results in a viscous gum that forms when it interacts with and absorbs water. Because of this, sodium alginate lends itself to applications in the food industry where ...</p>
|
2512
|
+
</div>
|
2513
|
+
<div class="c-card__specs">
|
2514
|
+
<dl>
|
2515
|
+
<dt>Products:</dt>
|
2516
|
+
<dd>OMNISEC system</dd>
|
2517
|
+
<dt>Technology:</dt>
|
2518
|
+
<dd>Gel Permeation Chromatography, Size Exclusion Chromatography (SEC)</dd>
|
2519
|
+
<dt>Industry:</dt>
|
2520
|
+
<dd>Food and Beverages, Pharmaceutical, Agriculture, Advanced Manufacturing, Personal Care Products</dd>
|
2521
|
+
</dl>
|
2522
|
+
</div>
|
2523
|
+
</div>
|
2524
|
+
<footer class="c-card__footer u-flow--2xs">
|
2525
|
+
<div>
|
2526
|
+
<a href="/en/learn/knowledge-center/application-notes/an190326degradataionsodiuimalginategpc" class="mp c-twi u-link c-twi--left">
|
2527
|
+
<span>Read the application note</span>
|
2528
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2529
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2530
|
+
</svg>
|
2531
|
+
</a>
|
2532
|
+
</div>
|
2533
|
+
</footer>
|
2534
|
+
</div>
|
2535
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an190326degradataionsodiuimalginategpc">Monitoring degradation of sodium alginate using GPC/SEC</a>
|
2536
|
+
</div>
|
2537
|
+
</article>
|
2538
|
+
|
2539
|
+
<!-- CardKCItemArticle -->
|
2540
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2541
|
+
<span class="c-card__tag">Application Note</span>
|
2542
|
+
<div class="c-card__wrapper">
|
2543
|
+
<div class="c-card__primary">
|
2544
|
+
<header class="c-card__header u-flow--2xs">
|
2545
|
+
<p class="c-card__meta">
|
2546
|
+
<span>26 July 2017 | English</span>
|
2547
|
+
</p>
|
2548
|
+
<h2 class="c-h c-card__title">
|
2549
|
+
<a href="/en/learn/knowledge-center/application-notes/an20150710zetiumanalysisstainlesssteel">Zetium - Analysis of stainless steel </a>
|
2550
|
+
</h2>
|
2551
|
+
</header>
|
2552
|
+
<div class="c-card__content u-flow">
|
2553
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2554
|
+
<p>This study demonstrates the accuracy and precision that the Metals edition of the Zetium spectrometer can deliver for controlling the composition of stainless steel, as well as the speed of analysis so important for controlling the cost of production. Stainless steel is defined as a ferrous alloy with a minimum chromium content of 10.5 wt%. In reality there are many different types of stainless ...</p>
|
2555
|
+
</div>
|
2556
|
+
<div class="c-card__specs">
|
2557
|
+
<dl>
|
2558
|
+
<dt>Products:</dt>
|
2559
|
+
<dd>Zetium</dd>
|
2560
|
+
<dt>Technology:</dt>
|
2561
|
+
<dd>X-ray Fluorescence (XRF)</dd>
|
2562
|
+
<dt>Industry:</dt>
|
2563
|
+
<dd>Metals</dd>
|
2564
|
+
</dl>
|
2565
|
+
</div>
|
2566
|
+
</div>
|
2567
|
+
<footer class="c-card__footer u-flow--2xs">
|
2568
|
+
<div>
|
2569
|
+
<a href="/en/learn/knowledge-center/application-notes/an20150710zetiumanalysisstainlesssteel" class="mp c-twi u-link c-twi--left">
|
2570
|
+
<span>Read the application note</span>
|
2571
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2572
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2573
|
+
</svg>
|
2574
|
+
</a>
|
2575
|
+
</div>
|
2576
|
+
</footer>
|
2577
|
+
</div>
|
2578
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an20150710zetiumanalysisstainlesssteel">Zetium - Analysis of stainless steel </a>
|
2579
|
+
</div>
|
2580
|
+
</article>
|
2581
|
+
|
2582
|
+
<!-- CardKCItemArticle -->
|
2583
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2584
|
+
<span class="c-card__tag">Application Note</span>
|
2585
|
+
<div class="c-card__wrapper">
|
2586
|
+
<div class="c-card__primary">
|
2587
|
+
<header class="c-card__header u-flow--2xs">
|
2588
|
+
<p class="c-card__meta">
|
2589
|
+
<span>27 July 2017 | English</span>
|
2590
|
+
</p>
|
2591
|
+
<h2 class="c-h c-card__title">
|
2592
|
+
<a href="/en/learn/knowledge-center/application-notes/an20170504mineralogicalanalysissnwnbore">Mineralogical analysis of Sn-W-Nb ore </a>
|
2593
|
+
</h2>
|
2594
|
+
</header>
|
2595
|
+
<div class="c-card__content u-flow">
|
2596
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2597
|
+
<p>This data sheet describes the benefits of resolving the mineralogical ore composition by use of X-ray diffraction (XRD) in order to optimize operational efficiency of the mining and beneficiation process of Sn-W-Nb ore. Knowing the qualitative and quantitative mineral composition of Sn-W-Nb ore gives additional information for downstream processing. Using a benchtop diffractometer in a laboratory ...</p>
|
2598
|
+
</div>
|
2599
|
+
<div class="c-card__specs">
|
2600
|
+
<dl>
|
2601
|
+
<dt>Products:</dt>
|
2602
|
+
<dd>Aeris Minerals edition, Aeris range</dd>
|
2603
|
+
<dt>Technology:</dt>
|
2604
|
+
<dd>X-ray Diffraction (XRD)</dd>
|
2605
|
+
<dt>Industry:</dt>
|
2606
|
+
<dd>Minerals</dd>
|
2607
|
+
</dl>
|
2608
|
+
</div>
|
2609
|
+
</div>
|
2610
|
+
<footer class="c-card__footer u-flow--2xs">
|
2611
|
+
<div>
|
2612
|
+
<a href="/en/learn/knowledge-center/application-notes/an20170504mineralogicalanalysissnwnbore" class="mp c-twi u-link c-twi--left">
|
2613
|
+
<span>Read the application note</span>
|
2614
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2615
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2616
|
+
</svg>
|
2617
|
+
</a>
|
2618
|
+
</div>
|
2619
|
+
</footer>
|
2620
|
+
</div>
|
2621
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an20170504mineralogicalanalysissnwnbore">Mineralogical analysis of Sn-W-Nb ore </a>
|
2622
|
+
</div>
|
2623
|
+
</article>
|
2624
|
+
|
2625
|
+
<!-- CardKCItemArticle -->
|
2626
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2627
|
+
<span class="c-card__tag">Application Note</span>
|
2628
|
+
<div class="c-card__wrapper">
|
2629
|
+
<div class="c-card__primary">
|
2630
|
+
<header class="c-card__header u-flow--2xs">
|
2631
|
+
<p class="c-card__meta">
|
2632
|
+
<span>07 July 2016 | English</span>
|
2633
|
+
</p>
|
2634
|
+
<h2 class="c-h c-card__title">
|
2635
|
+
<a href="/en/learn/knowledge-center/application-notes/an160707-concentration-limits-zeta-potential-zetasizer-nano">Concentration limits for zeta potential measurements in the Zetasizer Nano</a>
|
2636
|
+
</h2>
|
2637
|
+
</header>
|
2638
|
+
<div class="c-card__content u-flow">
|
2639
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2640
|
+
<p>Explains the concentration limits for successful zeta potential measurements to be made. A case study is used to illustrate the limits of concentration and describes what happens to the quality of data if the sample concentration is inappropriate.</p>
|
2641
|
+
</div>
|
2642
|
+
<div class="c-card__specs">
|
2643
|
+
<dl>
|
2644
|
+
<dt>Products:</dt>
|
2645
|
+
<dd>Zetasizer Nano ZS, Zetasizer Nano Z, Zetasizer Nano ZS90, Zetasizer Nano ZSP, Zetasizer Helix, Zetasizer WT</dd>
|
2646
|
+
<dt>Technology:</dt>
|
2647
|
+
<dd>Electrophoretic Light Scattering</dd>
|
2648
|
+
<dt>Measurement type:</dt>
|
2649
|
+
<dd>Zeta potential, Protein mobility</dd>
|
2650
|
+
</dl>
|
2651
|
+
</div>
|
2652
|
+
</div>
|
2653
|
+
<footer class="c-card__footer u-flow--2xs">
|
2654
|
+
<div>
|
2655
|
+
<a href="/en/learn/knowledge-center/application-notes/an160707-concentration-limits-zeta-potential-zetasizer-nano" class="mp c-twi u-link c-twi--left">
|
2656
|
+
<span>Read the application note</span>
|
2657
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2658
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2659
|
+
</svg>
|
2660
|
+
</a>
|
2661
|
+
</div>
|
2662
|
+
</footer>
|
2663
|
+
</div>
|
2664
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an160707-concentration-limits-zeta-potential-zetasizer-nano">Concentration limits for zeta potential measurements in the Zetasizer Nano</a>
|
2665
|
+
</div>
|
2666
|
+
</article>
|
2667
|
+
|
2668
|
+
<!-- CardKCItemArticle -->
|
2669
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2670
|
+
<span class="c-card__tag">Application Note</span>
|
2671
|
+
<div class="c-card__wrapper">
|
2672
|
+
<div class="c-card__primary">
|
2673
|
+
<header class="c-card__header u-flow--2xs">
|
2674
|
+
<p class="c-card__meta">
|
2675
|
+
<span>04 November 2010 | English</span>
|
2676
|
+
</p>
|
2677
|
+
<h2 class="c-h c-card__title">
|
2678
|
+
<a href="/en/learn/knowledge-center/application-notes/an101104particlesizecoatingfilmsbatteryelectrodes">The Influence of Particle Shape on the Characteristics of Coating Films for Battery Electrodes</a>
|
2679
|
+
</h2>
|
2680
|
+
</header>
|
2681
|
+
<div class="c-card__content u-flow">
|
2682
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2683
|
+
<p>In order to achieve improved battery quality and advanced functionality, recent advances in particle optimization have focused on particle shape as well as particle size analysis.</p>
|
2684
|
+
</div>
|
2685
|
+
<div class="c-card__specs">
|
2686
|
+
<dl>
|
2687
|
+
<dt>Products:</dt>
|
2688
|
+
<dd>Sysmex FPIA-3000</dd>
|
2689
|
+
<dt>Technology:</dt>
|
2690
|
+
<dd>Image analysis</dd>
|
2691
|
+
<dt>Industry:</dt>
|
2692
|
+
<dd>Energy/Battery</dd>
|
2693
|
+
</dl>
|
2694
|
+
</div>
|
2695
|
+
</div>
|
2696
|
+
<footer class="c-card__footer u-flow--2xs">
|
2697
|
+
<div>
|
2698
|
+
<a href="/en/learn/knowledge-center/application-notes/an101104particlesizecoatingfilmsbatteryelectrodes" class="mp c-twi u-link c-twi--left">
|
2699
|
+
<span>Read the application note</span>
|
2700
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2701
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2702
|
+
</svg>
|
2703
|
+
</a>
|
2704
|
+
</div>
|
2705
|
+
</footer>
|
2706
|
+
</div>
|
2707
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an101104particlesizecoatingfilmsbatteryelectrodes">The Influence of Particle Shape on the Characteristics of Coating Films for Battery Electrodes</a>
|
2708
|
+
</div>
|
2709
|
+
</article>
|
2710
|
+
|
2711
|
+
<!-- CardKCItemArticle -->
|
2712
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2713
|
+
<span class="c-card__tag">Whitepaper</span>
|
2714
|
+
<div class="c-card__wrapper">
|
2715
|
+
<div class="c-card__primary">
|
2716
|
+
<header class="c-card__header u-flow--2xs">
|
2717
|
+
<p class="c-card__meta">
|
2718
|
+
<span>01 July 2016 | English</span>
|
2719
|
+
</p>
|
2720
|
+
<h2 class="c-h c-card__title">
|
2721
|
+
<a href="/en/learn/knowledge-center/whitepapers/wp160701biopharmstabilitydsccandidateselection">Characterization of biopharmaceutical stability with Differential Scanning Calorimetry: Candidate selection for developability</a>
|
2722
|
+
</h2>
|
2723
|
+
</header>
|
2724
|
+
<div class="c-card__content u-flow">
|
2725
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2726
|
+
<p>Biopharmaceutical proteins are characterized and optimized for stability throughout development. Differential scanning calorimetry (DSC) is a key biophysical assay used to rank order thermal stability. This white paper discusses how DSC is used to select the most stable biopharmaceutical candidate to move into development. Choosing the most stable candidate results in cost-effective drug ...</p>
|
2727
|
+
</div>
|
2728
|
+
<div class="c-card__specs">
|
2729
|
+
<dl>
|
2730
|
+
<dt>Products:</dt>
|
2731
|
+
<dd>MicroCal VP-Capillary DSC, MicroCal VP-DSC, MicroCal range, MicroCal DSC range, MicroCal PEAQ-DSC, MicroCal PEAQ-DSC Automated</dd>
|
2732
|
+
<dt>Technology:</dt>
|
2733
|
+
<dd>Differential Scanning Calorimetry (DSC), Microcalorimetry</dd>
|
2734
|
+
<dt>Industry:</dt>
|
2735
|
+
<dd>Biologics</dd>
|
2736
|
+
</dl>
|
2737
|
+
</div>
|
2738
|
+
</div>
|
2739
|
+
<footer class="c-card__footer u-flow--2xs">
|
2740
|
+
<div>
|
2741
|
+
<a href="/en/learn/knowledge-center/whitepapers/wp160701biopharmstabilitydsccandidateselection" class="mp c-twi u-link c-twi--left">
|
2742
|
+
<span>Read the whitepaper</span>
|
2743
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2744
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2745
|
+
</svg>
|
2746
|
+
</a>
|
2747
|
+
</div>
|
2748
|
+
</footer>
|
2749
|
+
</div>
|
2750
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/whitepapers/wp160701biopharmstabilitydsccandidateselection">Characterization of biopharmaceutical stability with Differential Scanning Calorimetry: Candidate selection for developability</a>
|
2751
|
+
</div>
|
2752
|
+
</article>
|
2753
|
+
|
2754
|
+
<!-- CardKCItemArticle -->
|
2755
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2756
|
+
<span class="c-card__tag">Application Note</span>
|
2757
|
+
<div class="c-card__wrapper">
|
2758
|
+
<div class="c-card__primary">
|
2759
|
+
<header class="c-card__header u-flow--2xs">
|
2760
|
+
<p class="c-card__meta">
|
2761
|
+
<span>07 December 2016 | English</span>
|
2762
|
+
</p>
|
2763
|
+
<h2 class="c-h c-card__title">
|
2764
|
+
<a href="/en/learn/knowledge-center/application-notes/161207metalpowdershapemim">Comparing metal powders from different atomization processes using automated image analysis</a>
|
2765
|
+
</h2>
|
2766
|
+
</header>
|
2767
|
+
<div class="c-card__content u-flow">
|
2768
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2769
|
+
<p>The Morphologi automated image analysis system is ideally suited to the efficient characterization of particle size and shape for metal powders used in additive manufacturing and metal injection molding. The quality of the part produced is determined during the sintering stage of the manufacturing process. Even sintering relies on consistent particle packing, which is determined by the size ...</p>
|
2770
|
+
</div>
|
2771
|
+
<div class="c-card__specs">
|
2772
|
+
<dl>
|
2773
|
+
<dt>Products:</dt>
|
2774
|
+
<dd>Morphologi G3, Morphologi 4</dd>
|
2775
|
+
<dt>Technology:</dt>
|
2776
|
+
<dd>Image analysis</dd>
|
2777
|
+
<dt>Industry:</dt>
|
2778
|
+
<dd>Additive manufacturing, Automotive</dd>
|
2779
|
+
</dl>
|
2780
|
+
</div>
|
2781
|
+
</div>
|
2782
|
+
<footer class="c-card__footer u-flow--2xs">
|
2783
|
+
<div>
|
2784
|
+
<a href="/en/learn/knowledge-center/application-notes/161207metalpowdershapemim" class="mp c-twi u-link c-twi--left">
|
2785
|
+
<span>Read the application note</span>
|
2786
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2787
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2788
|
+
</svg>
|
2789
|
+
</a>
|
2790
|
+
</div>
|
2791
|
+
</footer>
|
2792
|
+
</div>
|
2793
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/161207metalpowdershapemim">Comparing metal powders from different atomization processes using automated image analysis</a>
|
2794
|
+
</div>
|
2795
|
+
</article>
|
2796
|
+
|
2797
|
+
<!-- CardKCItemArticle -->
|
2798
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2799
|
+
<span class="c-card__tag">Application Note</span>
|
2800
|
+
<div class="c-card__wrapper">
|
2801
|
+
<div class="c-card__primary">
|
2802
|
+
<header class="c-card__header u-flow--2xs">
|
2803
|
+
<p class="c-card__meta">
|
2804
|
+
<span>09 October 2003 | English</span>
|
2805
|
+
</p>
|
2806
|
+
<h2 class="c-h c-card__title">
|
2807
|
+
<a href="/en/learn/knowledge-center/application-notes/an031009monoclonalantibodycharacterization">Monoclonal Antibody Characterization</a>
|
2808
|
+
</h2>
|
2809
|
+
</header>
|
2810
|
+
<div class="c-card__content u-flow">
|
2811
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2812
|
+
<p>The Zetasizer Nano ZS can measure the size, MW, the second virial coefficient and the zeta potential of macromolecules such as antibodies. The light scattering technology used is ideal for the characterization of the antibody fragment (Fab).</p>
|
2813
|
+
</div>
|
2814
|
+
<div class="c-card__specs">
|
2815
|
+
<dl>
|
2816
|
+
<dt>Products:</dt>
|
2817
|
+
<dd>Zetasizer Nano range</dd>
|
2818
|
+
<dt>Technology:</dt>
|
2819
|
+
<dd>Dynamic Light Scattering, Electrophoretic Light Scattering, Static Light Scattering</dd>
|
2820
|
+
<dt>Industry:</dt>
|
2821
|
+
<dd>Biological drug characterization and development</dd>
|
2822
|
+
</dl>
|
2823
|
+
</div>
|
2824
|
+
</div>
|
2825
|
+
<footer class="c-card__footer u-flow--2xs">
|
2826
|
+
<div>
|
2827
|
+
<a href="/en/learn/knowledge-center/application-notes/an031009monoclonalantibodycharacterization" class="mp c-twi u-link c-twi--left">
|
2828
|
+
<span>Read the application note</span>
|
2829
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2830
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2831
|
+
</svg>
|
2832
|
+
</a>
|
2833
|
+
</div>
|
2834
|
+
</footer>
|
2835
|
+
</div>
|
2836
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an031009monoclonalantibodycharacterization">Monoclonal Antibody Characterization</a>
|
2837
|
+
</div>
|
2838
|
+
</article>
|
2839
|
+
|
2840
|
+
<!-- CardKCItemArticle -->
|
2841
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2842
|
+
<span class="c-card__tag">Application Note</span>
|
2843
|
+
<div class="c-card__wrapper">
|
2844
|
+
<div class="c-card__primary">
|
2845
|
+
<header class="c-card__header u-flow--2xs">
|
2846
|
+
<p class="c-card__meta">
|
2847
|
+
<span>03 March 2014 | English</span>
|
2848
|
+
</p>
|
2849
|
+
<h2 class="c-h c-card__title">
|
2850
|
+
<a href="/en/learn/knowledge-center/application-notes/an140303drugdeliverynanoparticles">Direct visualization, sizing and concentration measurements of drug delivery nanoparticles using Nanoparticle Tracking Analysis (NTA)</a>
|
2851
|
+
</h2>
|
2852
|
+
</header>
|
2853
|
+
<div class="c-card__content u-flow">
|
2854
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2855
|
+
<p>In this application note, we discuss how Nanoparticle Tracking Analysis (NTA) is used to measure the size and concentration of nanoparticles used for drug delivery, such as liposomes, in order to determine efficacy and rate of uptake, degradation and clearance from the body.</p>
|
2856
|
+
</div>
|
2857
|
+
<div class="c-card__specs">
|
2858
|
+
<dl>
|
2859
|
+
<dt>Products:</dt>
|
2860
|
+
<dd>NanoSight range</dd>
|
2861
|
+
<dt>Technology:</dt>
|
2862
|
+
<dd>Nanoparticle Tracking Analysis</dd>
|
2863
|
+
<dt>Industry:</dt>
|
2864
|
+
<dd>Pharmaceutical formulation development</dd>
|
2865
|
+
</dl>
|
2866
|
+
</div>
|
2867
|
+
</div>
|
2868
|
+
<footer class="c-card__footer u-flow--2xs">
|
2869
|
+
<div>
|
2870
|
+
<a href="/en/learn/knowledge-center/application-notes/an140303drugdeliverynanoparticles" class="mp c-twi u-link c-twi--left">
|
2871
|
+
<span>Read the application note</span>
|
2872
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2873
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2874
|
+
</svg>
|
2875
|
+
</a>
|
2876
|
+
</div>
|
2877
|
+
</footer>
|
2878
|
+
</div>
|
2879
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an140303drugdeliverynanoparticles">Direct visualization, sizing and concentration measurements of drug delivery nanoparticles using Nanoparticle Tracking Analysis (NTA)</a>
|
2880
|
+
</div>
|
2881
|
+
</article>
|
2882
|
+
|
2883
|
+
<!-- CardKCItemArticle -->
|
2884
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2885
|
+
<span class="c-card__tag">Whitepaper</span>
|
2886
|
+
<div class="c-card__wrapper">
|
2887
|
+
<div class="c-card__primary">
|
2888
|
+
<header class="c-card__header u-flow--2xs">
|
2889
|
+
<p class="c-card__meta">
|
2890
|
+
<span>20 August 2014 | English</span>
|
2891
|
+
</p>
|
2892
|
+
<h2 class="c-h c-card__title">
|
2893
|
+
<a href="/en/learn/knowledge-center/whitepapers/wp140820-characterization-of-nanobubbles-nta">Characterization of nanobubbles and other ultrafine bubbles by Nanoparticle Tracking Analysis (NTA)</a>
|
2894
|
+
</h2>
|
2895
|
+
</header>
|
2896
|
+
<div class="c-card__content u-flow">
|
2897
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2898
|
+
<p>Acceptance of and interest in the special properties of nanobubbles and other ultrafine bubbles is growing rapidly, and their formation and characteristics are the subject of an increasing amount of study, particularly in Europe and Japan. This white paper shows the degree to which the technique of Nanoparticle Tracking Analysis (NTA) can be used for the characterization of nanobubbles and ...</p>
|
2899
|
+
</div>
|
2900
|
+
<div class="c-card__specs">
|
2901
|
+
<dl>
|
2902
|
+
<dt>Products:</dt>
|
2903
|
+
<dd>NanoSight range</dd>
|
2904
|
+
<dt>Technology:</dt>
|
2905
|
+
<dd>Nanoparticle Tracking Analysis</dd>
|
2906
|
+
<dt>Measurement type:</dt>
|
2907
|
+
<dd>Particle size, Particle concentration</dd>
|
2908
|
+
</dl>
|
2909
|
+
</div>
|
2910
|
+
</div>
|
2911
|
+
<footer class="c-card__footer u-flow--2xs">
|
2912
|
+
<div>
|
2913
|
+
<a href="/en/learn/knowledge-center/whitepapers/wp140820-characterization-of-nanobubbles-nta" class="mp c-twi u-link c-twi--left">
|
2914
|
+
<span>Read the whitepaper</span>
|
2915
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2916
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2917
|
+
</svg>
|
2918
|
+
</a>
|
2919
|
+
</div>
|
2920
|
+
</footer>
|
2921
|
+
</div>
|
2922
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/whitepapers/wp140820-characterization-of-nanobubbles-nta">Characterization of nanobubbles and other ultrafine bubbles by Nanoparticle Tracking Analysis (NTA)</a>
|
2923
|
+
</div>
|
2924
|
+
</article>
|
2925
|
+
|
2926
|
+
<!-- CardKCItemArticle -->
|
2927
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2928
|
+
<span class="c-card__tag">Application Note</span>
|
2929
|
+
<div class="c-card__wrapper">
|
2930
|
+
<div class="c-card__primary">
|
2931
|
+
<header class="c-card__header u-flow--2xs">
|
2932
|
+
<p class="c-card__meta">
|
2933
|
+
<span>01 October 2009 | English</span>
|
2934
|
+
</p>
|
2935
|
+
<h2 class="c-h c-card__title">
|
2936
|
+
<a href="/en/learn/knowledge-center/application-notes/an091001polymerstructbygpc">Determination of polymer structure by GPC</a>
|
2937
|
+
</h2>
|
2938
|
+
</header>
|
2939
|
+
<div class="c-card__content u-flow">
|
2940
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2941
|
+
<p>Light scattering is a good technique to determine molecular weight. Triple detection combines this detection capability with intrinsic viscosity in to a single system to give both molecular weight and structure</p>
|
2942
|
+
</div>
|
2943
|
+
<div class="c-card__specs">
|
2944
|
+
<dl>
|
2945
|
+
<dt>Products:</dt>
|
2946
|
+
<dd>OMNISEC system</dd>
|
2947
|
+
<dt>Technology:</dt>
|
2948
|
+
<dd>Gel Permeation Chromatography, Size Exclusion Chromatography (SEC)</dd>
|
2949
|
+
<dt>Industry:</dt>
|
2950
|
+
<dd>Advanced Manufacturing, Polymers, Food and Beverages, Personal Care Products, Pharmaceutical</dd>
|
2951
|
+
</dl>
|
2952
|
+
</div>
|
2953
|
+
</div>
|
2954
|
+
<footer class="c-card__footer u-flow--2xs">
|
2955
|
+
<div>
|
2956
|
+
<a href="/en/learn/knowledge-center/application-notes/an091001polymerstructbygpc" class="mp c-twi u-link c-twi--left">
|
2957
|
+
<span>Read the application note</span>
|
2958
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
2959
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
2960
|
+
</svg>
|
2961
|
+
</a>
|
2962
|
+
</div>
|
2963
|
+
</footer>
|
2964
|
+
</div>
|
2965
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an091001polymerstructbygpc">Determination of polymer structure by GPC</a>
|
2966
|
+
</div>
|
2967
|
+
</article>
|
2968
|
+
|
2969
|
+
<!-- CardKCItemArticle -->
|
2970
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
2971
|
+
<span class="c-card__tag">Customer Story</span>
|
2972
|
+
<div class="c-card__wrapper">
|
2973
|
+
<div class="c-card__primary">
|
2974
|
+
<header class="c-card__header u-flow--2xs">
|
2975
|
+
<p class="c-card__meta">
|
2976
|
+
<span>11 December 2017 | English</span>
|
2977
|
+
</p>
|
2978
|
+
<h2 class="c-h c-card__title">
|
2979
|
+
<a href="/en/learn/knowledge-center/customer-stories/cs171211jandenulmastersizerg3">Jan De Nul Group explain how Malvern Panalytical is helping the company meet the needs of its customers</a>
|
2980
|
+
</h2>
|
2981
|
+
</header>
|
2982
|
+
<div class="c-card__content u-flow">
|
2983
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
2984
|
+
<p>Jan De Nul Group is a global market leader in dredging and marine construction activities, as well as a specialized provider of services for the offshore market of oil, gas and renewables. The company executes dredging and land reclamation projects from start to finish: design, development and maintenance of ports, deepening of channels, land reclamation and shore protection works, dredging ...</p>
|
2985
|
+
</div>
|
2986
|
+
<div class="c-card__specs">
|
2987
|
+
<dl>
|
2988
|
+
<dt>Products:</dt>
|
2989
|
+
<dd>Mastersizer 3000, Morphologi G3</dd>
|
2990
|
+
<dt>Technology:</dt>
|
2991
|
+
<dd>Laser Diffraction, Static image analysis</dd>
|
2992
|
+
<dt>Measurement type:</dt>
|
2993
|
+
<dd>Particle size, Particle shape</dd>
|
2994
|
+
</dl>
|
2995
|
+
</div>
|
2996
|
+
</div>
|
2997
|
+
<footer class="c-card__footer u-flow--2xs">
|
2998
|
+
<div>
|
2999
|
+
<a href="/en/learn/knowledge-center/customer-stories/cs171211jandenulmastersizerg3" class="mp c-twi u-link c-twi--left">
|
3000
|
+
<span>Read the customer story</span>
|
3001
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
3002
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
3003
|
+
</svg>
|
3004
|
+
</a>
|
3005
|
+
</div>
|
3006
|
+
</footer>
|
3007
|
+
</div>
|
3008
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/customer-stories/cs171211jandenulmastersizerg3">Jan De Nul Group explain how Malvern Panalytical is helping the company meet the needs of its customers</a>
|
3009
|
+
</div>
|
3010
|
+
</article>
|
3011
|
+
|
3012
|
+
<!-- CardKCItemArticle -->
|
3013
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
3014
|
+
<span class="c-card__tag">Application Note</span>
|
3015
|
+
<div class="c-card__wrapper">
|
3016
|
+
<div class="c-card__primary">
|
3017
|
+
<header class="c-card__header u-flow--2xs">
|
3018
|
+
<p class="c-card__meta">
|
3019
|
+
<span>08 March 2016 | English</span>
|
3020
|
+
</p>
|
3021
|
+
<h2 class="c-h c-card__title">
|
3022
|
+
<a href="/en/learn/knowledge-center/application-notes/an160307aavandsmallviruscharacterization-nta">Adeno-Associated Virus titer and aggregation characterization</a>
|
3023
|
+
</h2>
|
3024
|
+
</header>
|
3025
|
+
<div class="c-card__content u-flow">
|
3026
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
3027
|
+
<p>In this application note, we describe a novel method to rapidly measure the size and concentration of Adeno-Associated Virus (AAV), utilizing the Nanoparticle Tracking Analysis (NTA) technique and a gold labeling method. By labeling AAV capsids with small gold nanoparticles, we were able to increase the amount of light scattered by each capsid, enabling rapid NTA characterization to determine ...</p>
|
3028
|
+
</div>
|
3029
|
+
<div class="c-card__specs">
|
3030
|
+
<dl>
|
3031
|
+
<dt>Products:</dt>
|
3032
|
+
<dd>NanoSight LM10, NanoSight range, NanoSight NS300</dd>
|
3033
|
+
<dt>Technology:</dt>
|
3034
|
+
<dd>Nanoparticle Tracking Analysis</dd>
|
3035
|
+
<dt>Industry:</dt>
|
3036
|
+
<dd>Biopharmaceutical manufacturing, Pharmaceutical formulation development</dd>
|
3037
|
+
</dl>
|
3038
|
+
</div>
|
3039
|
+
</div>
|
3040
|
+
<footer class="c-card__footer u-flow--2xs">
|
3041
|
+
<div>
|
3042
|
+
<a href="/en/learn/knowledge-center/application-notes/an160307aavandsmallviruscharacterization-nta" class="mp c-twi u-link c-twi--left">
|
3043
|
+
<span>Read the application note</span>
|
3044
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
3045
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
3046
|
+
</svg>
|
3047
|
+
</a>
|
3048
|
+
</div>
|
3049
|
+
</footer>
|
3050
|
+
</div>
|
3051
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/an160307aavandsmallviruscharacterization-nta">Adeno-Associated Virus titer and aggregation characterization</a>
|
3052
|
+
</div>
|
3053
|
+
</article>
|
3054
|
+
|
3055
|
+
<!-- CardKCItemArticle -->
|
3056
|
+
<article class="mp c-card c-card--layout-multi c-card--size-medium c-card--bordered c-card--has-tag c-card--2-column-specs">
|
3057
|
+
<span class="c-card__tag">Application Note</span>
|
3058
|
+
<div class="c-card__wrapper">
|
3059
|
+
<div class="c-card__primary">
|
3060
|
+
<header class="c-card__header u-flow--2xs">
|
3061
|
+
<p class="c-card__meta">
|
3062
|
+
<span>29 March 2018 | English</span>
|
3063
|
+
</p>
|
3064
|
+
<h2 class="c-h c-card__title">
|
3065
|
+
<a href="/en/learn/knowledge-center/application-notes/ane418328astmc11415complianceforcementfusedbeadsin10minutes">ASTM C114-15 and ISO 29581-2 compliance for cement fused beads in 10 minutes</a>
|
3066
|
+
</h2>
|
3067
|
+
</header>
|
3068
|
+
<div class="c-card__content u-flow">
|
3069
|
+
<div class="mp o-prose u-flow--prose u-step--1">
|
3070
|
+
<p>With the latest innovations in X-ray tube and detector technology in the Epsilon 4, this system, in combination with the Eagon 2 fully automatic fusion system, complies with the latest cement testing methods of both ASTM C114-15 and ISO 29581-2. The data presented in this datasheet clearly demonstrate the compliance of the Epsilon 4 XRF spectrometer, in combination with the Eagon 2 automatic ...</p>
|
3071
|
+
</div>
|
3072
|
+
<div class="c-card__specs">
|
3073
|
+
<dl>
|
3074
|
+
<dt>Products:</dt>
|
3075
|
+
<dd>Epsilon 4, Claisse Eagon 2, Epsilon 4 Building materials</dd>
|
3076
|
+
<dt>Technology:</dt>
|
3077
|
+
<dd>Energy Dispersive X-ray Fluorescence (EDXRF)</dd>
|
3078
|
+
<dt>Industry:</dt>
|
3079
|
+
<dd>Building Materials</dd>
|
3080
|
+
</dl>
|
3081
|
+
</div>
|
3082
|
+
</div>
|
3083
|
+
<footer class="c-card__footer u-flow--2xs">
|
3084
|
+
<div>
|
3085
|
+
<a href="/en/learn/knowledge-center/application-notes/ane418328astmc11415complianceforcementfusedbeadsin10minutes" class="mp c-twi u-link c-twi--left">
|
3086
|
+
<span>Read the application note</span>
|
3087
|
+
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--arrow-right">
|
3088
|
+
<use xlink:href="/resource/svg/sprite.svg#arrow-right"></use>
|
3089
|
+
</svg>
|
3090
|
+
</a>
|
3091
|
+
</div>
|
3092
|
+
</footer>
|
3093
|
+
</div>
|
3094
|
+
<a class="u-fill u-fill--link" href="/en/learn/knowledge-center/application-notes/ane418328astmc11415complianceforcementfusedbeadsin10minutes">ASTM C114-15 and ISO 29581-2 compliance for cement fused beads in 10 minutes</a>
|
3095
|
+
</div>
|
3096
|
+
</article>
|
3097
|
+
</div>
|
3098
|
+
|
3099
|
+
|
3100
|
+
</form>
|
3101
|
+
<input type="hidden" name="FirstClickChannel" class="FirstClickChannel" value="Direct"><input type="hidden" name="FirstClickLandingUrl" class="FirstClickLandingUrl" value="acc.malvernpanalytical.com/en/products/product-range/mastersizer-range/mastersizer-3000"><input type="hidden" name="LastClickChannel" class="LastClickChannel" value="Direct"><input type="hidden" name="LastClickLandingUrl" class="LastClickLandingUrl" value="acc.malvernpanalytical.com/en"><input type="hidden" name="#SEOInteractions" class="#SEOInteractions" value="0"><input type="hidden" name="#DirectInteractions" class="#DirectInteractions" value="25"><input type="hidden" name="#OtherInteractions" class="#OtherInteractions" value="1"><input type="hidden" name="#GoogleAdsInteractions" class="#GoogleAdsInteractions" value="0"><input type="hidden" name="#LinkedinAdsInteractions" class="#LinkedinAdsInteractions" value="0"><input type="hidden" name="#FacebookAdsInteractions" class="#FacebookAdsInteractions" value="0"><input type="hidden" name="#BingAdsInteraction" class="#BingAdsInteraction" value="0"></div>
|
3102
|
+
</div>
|
3103
|
+
</div>
|
689
3104
|
</div>
|
690
3105
|
{% endblock %}
|