summaryrefslogtreecommitdiff
path: root/results/PDMS.yaml
blob: 7c2f945831cda15771dca6212696adf52414486c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
- !paper
  authors: [!!python/unicode 'PDM Macdonald', !!python/unicode ' TJ Pitcher']
  cites_link: !!python/unicode '/scholar?cites=16357168153701668891&hl=en&num=100'
  cites_link_name: Cited by 329
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: ''
  potential_PDF_link: ''
  pub_year: '1979'
  publication: J. Fish. Res. Board Can
  related_papers_link: !!python/unicode '/scholar?q=related:G1i4lMVVAOMJ:scholar.google.com/&hl=en&num=100'
  server: ''
  title: ''
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'BH Jo', !!python/unicode ' LM Van Lerberghe', !!python/unicode ' KM
      Motsegood', !!python/unicode '  ']
  cites_link: !!python/unicode '/scholar?cites=7143413332462262076&hl=en&num=100'
  cites_link_name: Cited by 410
  diff_versions_link: !!python/unicode '/scholar?cluster=7143413332462262076&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=825780'
  potential_PDF_link: !!python/unicode 'http://mtlweb.mit.edu/researchgroups/mems-salon/3DmicrofabPDMS.pdf'
  pub_year: '2000'
  publication: Microelectromechanical Systems, Journal of
  related_papers_link: !!python/unicode '/scholar?q=related:PNczFZSAImMJ:scholar.google.com/&hl=en&num=100'
  server: ieeexplore.ieee.org
  title: Three-dimensional micro-channel fabrication in polydimethylsiloxane (<b>PDMS</b>)
    elastomer
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'F Chambon', !!python/unicode ' HH Winter']
  cites_link: !!python/unicode '/scholar?cites=4409657926912143213&hl=en&num=100'
  cites_link_name: Cited by 275
  diff_versions_link: !!python/unicode '/scholar?cluster=4409657926912143213&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://link.aip.org/link/?JORHD2/31/683/1'
  potential_PDF_link: ''
  pub_year: '1987'
  publication: Journal of Rheology
  related_papers_link: !!python/unicode '/scholar?q=related:bW-VaoVAMj0J:scholar.google.com/&hl=en&num=100'
  server: link.aip.org
  title: Linear viscoelasticity at the gel point of a crosslinking <b>PDMS </b>with
    imbalanced stoichiometry
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM NEWITT', !!python/unicode ' JM Conway-Jones']
  cites_link: !!python/unicode '/scholar?cites=11155219193771206447&hl=en&num=100'
  cites_link_name: Cited by 138
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: !!python/unicode 'http://archive.icheme.org/cgi-bin/somsid.cgi?type=header&record=679'
  potential_PDF_link: ''
  pub_year: '1958'
  publication: Chemical Engineering Research and Design
  related_papers_link: !!python/unicode '/scholar?q=related:Lyda_MBMz5oJ:scholar.google.com/&hl=en&num=100'
  server: ICHemE
  title: A contribution to the theory and practice of granulation
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'J Anderson', !!python/unicode ' D Chiu', !!python/unicode ' R
      Jackman', !!python/unicode ' O  ']
  cites_link: !!python/unicode '/scholar?cites=6805179563122752290&hl=en&num=100'
  cites_link_name: Cited by 244
  diff_versions_link: !!python/unicode '/scholar?cluster=6805179563122752290&hl=en&num=100'
  diff_versions_link_name: All 7 versions
  journal_href: !!python/unicode 'http://classes.engr.oregonstate.edu/mime/spring2008/ie531-001/Lectures/Week%208/Papers/Anderson.Whitesides.2000.rapid.proto.PDMS.pdf'
  potential_PDF_link: ''
  pub_year: '1993'
  publication: Science
  related_papers_link: !!python/unicode '/scholar?q=related:Ivut3MHacF4J:scholar.google.com/&hl=en&num=100'
  server: classes.engr.oregonstate.edu
  title: '&hellip;  topologically complex three-dimensional microfluidic systems in
    <b>PDMS </b>by rapid prototyping'
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:Ivut3MHacF4J:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'PDM NEWITT', !!python/unicode ' JF Richardson', !!python/unicode ' M
      Abbott', !!python/unicode ' RB  ']
  cites_link: !!python/unicode '/scholar?cites=5067570677012284698&hl=en&num=100'
  cites_link_name: Cited by 106
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: !!python/unicode 'http://archive.icheme.org/cgi-bin/somsid.cgi?type=header&record=591'
  potential_PDF_link: ''
  pub_year: '1955'
  publication: Chemical Engineering Research and Design
  related_papers_link: !!python/unicode '/scholar?q=related:GsWAfa6gU0YJ:scholar.google.com/&hl=en&num=100'
  server: ICHemE
  title: Hydraulic conveying of solids in horizontal pipes
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Macdonald']
  cites_link: !!python/unicode '/scholar?cites=18124564615609496597&hl=en&num=100'
  cites_link_name: Cited by 102
  diff_versions_link: !!python/unicode '/scholar?cluster=18124564615609496597&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.jstor.org/stable/2683123'
  potential_PDF_link: ''
  pub_year: '1986'
  publication: American Statistician
  related_papers_link: !!python/unicode '/scholar?q=related:FbQEZn1jh_sJ:scholar.google.com/&hl=en&num=100'
  server: jstor.org
  title: 'MIX: an interactive program for fitting mixtures of distributions'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'F Chambon', !!python/unicode ' HH Winter']
  cites_link: !!python/unicode '/scholar?cites=10067451304597360841&hl=en&num=100'
  cites_link_name: Cited by 168
  diff_versions_link: !!python/unicode '/scholar?cluster=10067451304597360841&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.springerlink.com/index/TW64364J37686022.pdf'
  potential_PDF_link: ''
  pub_year: '1985'
  publication: Polymer Bulletin
  related_papers_link: !!python/unicode '/scholar?q=related:yZARNJ_FtosJ:scholar.google.com/&hl=en&num=100'
  server: Springer
  title: Stopping of crosslinking reaction in a <b>PDMS </b>polymer at the gel point
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'B Zheng', !!python/unicode ' JD Tice', !!python/unicode ' LS
      Roach', !!python/unicode ' RF Ismagilov']
  cites_link: !!python/unicode '/scholar?cites=4409365128777555512&hl=en&num=100'
  cites_link_name: Cited by 102
  diff_versions_link: !!python/unicode '/scholar?cluster=4409365128777555512&hl=en&num=100'
  diff_versions_link_name: All 5 versions
  journal_href: !!python/unicode 'http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=1766324'
  potential_PDF_link: ''
  pub_year: '2004'
  publication: Angewandte Chemie (International ed. in English)
  related_papers_link: !!python/unicode '/scholar?q=related:ON7HCTk2MT0J:scholar.google.com/&hl=en&num=100'
  server: pubmedcentral.nih.gov
  title: A droplet-based, composite <b>PDMS</b>/glass capillary microfluidic system
    for evaluating protein  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Ellis', !!python/unicode ' JE Ffowcs Williams',
    !!python/unicode ' JM Shneerson']
  cites_link: !!python/unicode '/scholar?cites=13925082205591253607&hl=en&num=100'
  cites_link_name: Cited by 78
  diff_versions_link: !!python/unicode '/scholar?cluster=13925082205591253607&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://www.pubmedcentral.nih.gov/picrender.fcgi?artid=2497918&blobtype=pdf'
  potential_PDF_link: ''
  pub_year: '1993'
  publication: Annals of the Royal College ofSurgeons of England
  related_papers_link: !!python/unicode '/scholar?q=related:ZzJh3HzUP8EJ:scholar.google.com/&hl=en&num=100'
  server: pubmedcentral.nih.gov
  title: 'Surgical relief of snoring due to palatal flutter: a preliminary report'
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:ZzJh3HzUP8EJ:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'D Schwartz', !!python/unicode ' PDM MacDonald', !!python/unicode ' V
      Heuchel']
  cites_link: !!python/unicode '/scholar?cites=4327367839514487895&hl=en&num=100'
  cites_link_name: Cited by 75
  diff_versions_link: !!python/unicode '/scholar?cluster=4327367839514487895&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www.jstor.org/stable/2175195'
  potential_PDF_link: ''
  pub_year: '1980'
  publication: Population Studies
  related_papers_link: !!python/unicode '/scholar?q=related:V-y1Zh_mDTwJ:scholar.google.com/&hl=en&num=100'
  server: jstor.org
  title: Fecundability, coital frequency and the viability of ova
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode '  C Gencheff', !!python/unicode ' GW Cole', !!python/unicode ' PDM
      PARISER', !!python/unicode ' ES Epstein ']
  cites_link: !!python/unicode '/scholar?cites=14384511962935313903&hl=en&num=100'
  cites_link_name: Cited by 74
  diff_versions_link: !!python/unicode '/scholar?cluster=14384511962935313903&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://cat.inist.fr/?aModele=afficheN&cpsidt=1962825'
  potential_PDF_link: ''
  pub_year: '1999'
  publication: Journal of the American Academy of Dermatology
  related_papers_link: !!python/unicode '/scholar?q=related:78Ud-moNoMcJ:scholar.google.com/&hl=en&num=100'
  server: cat.inist.fr
  title: The effects of finasteride on scalp skin and serum androgen levels in men
    with androgenetic &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'D Armani', !!python/unicode ' C Liu', !!python/unicode ' N
      Aluru']
  cites_link: !!python/unicode '/scholar?cites=3934282679842876318&hl=en&num=100'
  cites_link_name: Cited by 102
  diff_versions_link: !!python/unicode '/scholar?cluster=3934282679842876318&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=746817'
  potential_PDF_link: !!python/unicode 'http://www.mech.northwestern.edu/medx/web/publications/papers/27.pdf'
  pub_year: '1999'
  publication: Twelfth IEEE International Conference on Micro  &hellip;
  related_papers_link: !!python/unicode '/scholar?q=related:nqsBqkBhmTYJ:scholar.google.com/&hl=en&num=100'
  server: ieeexplore.ieee.org
  title: Re-configurable fluid circuits by <b>PDMS </b>elastomer micromachining
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'E Funnell', !!python/unicode ' PDM Davies']
  cites_link: !!python/unicode '/scholar?cites=11516735689202364932&hl=en&num=100'
  cites_link_name: Cited by 72
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: !!python/unicode 'http://www.informaworld.com/index/789720446.pdf'
  potential_PDF_link: ''
  pub_year: '1996'
  publication: Neurocase
  related_papers_link: !!python/unicode '/scholar?q=related:BHL4Theq058J:scholar.google.com/&hl=en&num=100'
  server: informaworld.com
  title: 'JBR: A reassessment of concept familiarity and a category-specific disorder
    for living things'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'SJ Quinn', !!python/unicode ' N Daly', !!python/unicode ' PDM
      Ellis']
  cites_link: !!python/unicode '/scholar?cites=7210348845855759247&hl=en&num=100'
  cites_link_name: Cited by 64
  diff_versions_link: !!python/unicode '/scholar?cluster=7210348845855759247&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www3.interscience.wiley.com/journal/119259023/abstract'
  potential_PDF_link: ''
  pub_year: '1995'
  publication: Clinical Otolaryngology &amp; Allied Sciences
  related_papers_link: !!python/unicode '/scholar?q=related:j1vhvxJOEGQJ:scholar.google.com/&hl=en&num=100'
  server: interscience.wiley.com
  title: Observation of the mechanism of snoring using sleep nasendoscopy
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Ellis', !!python/unicode ' WK Pallister']
  cites_link: !!python/unicode '/scholar?cites=1024588545042881017&hl=en&num=100'
  cites_link_name: Cited by 58
  diff_versions_link: !!python/unicode '/scholar?cluster=1024588545042881017&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://journals.cambridge.org/abstract_S0022215100081068'
  potential_PDF_link: ''
  pub_year: '2007'
  publication: The Journal of Laryngology and Otology
  related_papers_link: !!python/unicode '/scholar?q=related:-Rk3bNoROA4J:scholar.google.com/&hl=en&num=100'
  server: Cambridge Univ Press
  title: Recurrent laryngeal nerve palsy and endotracheal intubation
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode '  Student', !!python/unicode ' PKG Student', !!python/unicode ' VKM
      ASME', !!python/unicode ' PDM  ']
  cites_link: !!python/unicode '/scholar?cites=9618456806538504849&hl=en&num=100'
  cites_link_name: Cited by 63
  diff_versions_link: !!python/unicode '/scholar?cluster=9618456806538504849&hl=en&num=100'
  diff_versions_link_name: All 9 versions
  journal_href: !!python/unicode 'http://link.aip.org/link/?JAMCAV/68/118/1'
  potential_PDF_link: !!python/unicode 'http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.24.9072&rep=rep1&type=pdf'
  pub_year: '2001'
  publication: Journal of Applied Mechanics
  related_papers_link: !!python/unicode '/scholar?q=related:kWoqOYGfe4UJ:scholar.google.com/&hl=en&num=100'
  server: link.aip.org
  title: Analysis of rigid-body dynamic models for simulation of systems with frictional
    contacts
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'E Eteshola', !!python/unicode ' D Leckband']
  cites_link: !!python/unicode '/scholar?cites=5429100647079719017&hl=en&num=100'
  cites_link_name: Cited by 126
  diff_versions_link: !!python/unicode '/scholar?cluster=5429100647079719017&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0925400500006407'
  potential_PDF_link: ''
  pub_year: '2001'
  publication: 'Sensors &amp; Actuators: B. Chemical'
  related_papers_link: !!python/unicode '/scholar?q=related:abAHH0YKWEsJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Development and characterization of an ELISA assay in <b>PDMS </b>microfluidic
    channels
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM NEWITT', !!python/unicode ' N DOMBROWSKII', !!python/unicode ' FH  ']
  cites_link: !!python/unicode '/scholar?cites=17164399400281251864&hl=en&num=100'
  cites_link_name: Cited by 58
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: !!python/unicode 'http://archive.icheme.org/cgi-bin/somsid.cgi?type=header&record=580'
  potential_PDF_link: ''
  pub_year: '1954'
  publication: Chemical Engineering Research and Design
  related_papers_link: !!python/unicode '/scholar?q=related:GCCxTFAyNO4J:scholar.google.com/&hl=en&num=100'
  server: ICHemE
  title: LIQUID ENTRAINMENT-1. THE MECHANISM OF DROP FORMATION FROM GAS OR  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDMT Force']
  cites_link: !!python/unicode '/scholar?cites=10051290569078538621&hl=en&num=100'
  cites_link_name: Cited by 60
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: ''
  potential_PDF_link: ''
  pub_year: '2006'
  publication: 'Silver Spring, MD: Alliance of Psychoanalytic  &hellip;'
  related_papers_link: !!python/unicode '/scholar?q=related:fQEpwIRbfYsJ:scholar.google.com/&hl=en&num=100'
  server: ''
  title: ''
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Hughes', !!python/unicode ' D Mauquoy', !!python/unicode ' KE
      Barber', !!python/unicode ' PG  ']
  cites_link: !!python/unicode '/scholar?cites=10533931159025130691&hl=en&num=100'
  cites_link_name: Cited by 56
  diff_versions_link: !!python/unicode '/scholar?cluster=10533931159025130691&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://hol.sagepub.com/cgi/content/abstract/10/4/465'
  potential_PDF_link: ''
  pub_year: '2000'
  publication: The Holocene
  related_papers_link: !!python/unicode '/scholar?q=related:w5wc9pMKMJIJ:scholar.google.com/&hl=en&num=100'
  server: hol.sagepub.com
  title: Mire-development pathways and palaeoclimatic records from a full Holocene
    peat archive  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Macdonald']
  cites_link: !!python/unicode '/scholar?cites=15016191061791067506&hl=en&num=100'
  cites_link_name: Cited by 59
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: ''
  potential_PDF_link: ''
  pub_year: '1987'
  publication: Age and growth of fish. Iowa State University Press,  &hellip;
  related_papers_link: !!python/unicode '/scholar?q=related:cs1zJTY6ZNAJ:scholar.google.com/&hl=en&num=100'
  server: ''
  title: ''
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'TJ Pitcher', !!python/unicode ' PDM MacDonald']
  cites_link: !!python/unicode '/scholar?cites=14511665957732764073&hl=en&num=100'
  cites_link_name: Cited by 51
  diff_versions_link: !!python/unicode '/scholar?cluster=14511665957732764073&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.jstor.org/stable/2402304'
  potential_PDF_link: ''
  pub_year: '1973'
  publication: Journal of applied ecology
  related_papers_link: !!python/unicode '/scholar?q=related:qUnKbU3LY8kJ:scholar.google.com/&hl=en&num=100'
  server: jstor.org
  title: Two models for seasonal growth in fishes
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'KG Klemic', !!python/unicode ' JF Klemic', !!python/unicode ' MA
      Reed', !!python/unicode ' FJ Sigworth']
  cites_link: !!python/unicode '/scholar?cites=15722012991675987037&hl=en&num=100'
  cites_link_name: Cited by 101
  diff_versions_link: !!python/unicode '/scholar?cluster=15722012991675987037&hl=en&num=100'
  diff_versions_link_name: All 14 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0956566302000155'
  potential_PDF_link: !!python/unicode 'http://rweb.med.yale.edu/cmphysiol/faculty/sigworth/publications/Klemicpdms.pdf'
  pub_year: '2002'
  publication: Biosensors and Bioelectronics
  related_papers_link: !!python/unicode '/scholar?q=related:XXTsYoTPL9oJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Micromolded <b>PDMS </b>planar electrode allows patch clamp electrical recordings
    from cells
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'YS Shin', !!python/unicode ' K Cho', !!python/unicode ' SH
      Lim', !!python/unicode ' S Chung', !!python/unicode ' SJ Park', !!python/unicode '  ']
  cites_link: !!python/unicode '/scholar?cites=16528822528847007949&hl=en&num=100'
  cites_link_name: Cited by 92
  diff_versions_link: !!python/unicode '/scholar?cluster=16528822528847007949&hl=en&num=100'
  diff_versions_link_name: All 7 versions
  journal_href: !!python/unicode 'http://www.iop.org/EJ/article/0960-1317/13/5/332/jm3532.pdf'
  potential_PDF_link: !!python/unicode 'http://www.eng.utah.edu/~eich/Documents/PCR%20Articles/PDMS%20Micro%20PCR.pdf'
  pub_year: '2003'
  publication: Journal of Micromechanics and Microengineering
  related_papers_link: !!python/unicode '/scholar?q=related:zVBmO4QsYuUJ:scholar.google.com/&hl=en&num=100'
  server: iop.org
  title: <b>PDMS</b>-based micro PCR chip with Parylene coating
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'T Fujii']
  cites_link: !!python/unicode '/scholar?cites=16944287146083390025&hl=en&num=100'
  cites_link_name: Cited by 67
  diff_versions_link: !!python/unicode '/scholar?cluster=16944287146083390025&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S016793170200494X'
  potential_PDF_link: ''
  pub_year: '2002'
  publication: Microelectronic Engineering
  related_papers_link: !!python/unicode '/scholar?q=related:SZKEemIzJusJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: <b>PDMS</b>-based microfluidic devices for biomedical applications
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Spelt', !!python/unicode ' A Biesheuvel']
  cites_link: !!python/unicode '/scholar?cites=17324384204838620862&hl=en&num=100'
  cites_link_name: Cited by 46
  diff_versions_link: !!python/unicode '/scholar?cluster=17324384204838620862&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://journals.cambridge.org/abstract_S0022112096004739'
  potential_PDF_link: ''
  pub_year: '1997'
  publication: Journal of Fluid Mechanics
  related_papers_link: !!python/unicode '/scholar?q=related:vk7LUaWTbPAJ:scholar.google.com/&hl=en&num=100'
  server: Cambridge Univ Press
  title: On the motion of gas bubbles in homogeneous isotropic turbulence
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Macdonald']
  cites_link: !!python/unicode '/scholar?cites=13407570807260007833&hl=en&num=100'
  cites_link_name: Cited by 45
  diff_versions_link: !!python/unicode '/scholar?cluster=13407570807260007833&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://biomet.oxfordjournals.org/cgi/content/abstract/57/3/489'
  potential_PDF_link: ''
  pub_year: '1970'
  publication: Biometrika
  related_papers_link: !!python/unicode '/scholar?q=related:mU2h45xCEboJ:scholar.google.com/&hl=en&num=100'
  server: Biometrika Trust
  title: Statistical inference from the fraction labelled mitoses curve
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'H Wu', !!python/unicode ' TW Odom', !!python/unicode ' DT
      Chiu', !!python/unicode ' GM Whitesides']
  cites_link: !!python/unicode '/scholar?cites=10893355381530169911&hl=en&num=100'
  cites_link_name: Cited by 85
  diff_versions_link: !!python/unicode '/scholar?cluster=10893355381530169911&hl=en&num=100'
  diff_versions_link_name: All 11 versions
  journal_href: !!python/unicode 'http://chemgroups.northwestern.edu/odom/Publications/TWO-20.pdf'
  potential_PDF_link: ''
  pub_year: urns
  publication: ''
  related_papers_link: !!python/unicode '/scholar?q=related:NxIyCAH5LJcJ:scholar.google.com/&hl=en&num=100'
  server: chemgroups.northwestern.edu
  title: Fabrication of complex three-dimensional microchannel systems in <b>PDMS</b>
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:NxIyCAH5LJcJ:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'E Leclerc', !!python/unicode ' Y Sakai', !!python/unicode ' T
      Fujii']
  cites_link: !!python/unicode '/scholar?cites=825514865519289105&hl=en&num=100'
  cites_link_name: Cited by 85
  diff_versions_link: !!python/unicode '/scholar?cluster=825514865519289105&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www.springerlink.com/index/V372102564U11JLQ.pdf'
  potential_PDF_link: !!python/unicode 'http://feh.eng.ohio-state.edu/design-nano/references/PDMS%20cell%20culture1.pdf'
  pub_year: '2003'
  publication: Biomedical Microdevices
  related_papers_link: !!python/unicode '/scholar?q=related:EeMUfGXRdAsJ:scholar.google.com/&hl=en&num=100'
  server: Springer
  title: Cell culture in 3-dimensional microfluidic structure of <b>PDMS </b>(polydimethylsiloxane)
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'NC Consoli', !!python/unicode ' PDM Prietto', !!python/unicode ' LA
      Ulbrich']
  cites_link: !!python/unicode '/scholar?cites=14319718254642537475&hl=en&num=100'
  cites_link_name: Cited by 43
  diff_versions_link: !!python/unicode '/scholar?cluster=14319718254642537475&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://www.pubs.asce.org/WWWdisplay.cgi?9805145'
  potential_PDF_link: ''
  pub_year: '1998'
  publication: J GEOTECH GEOENVIR ENG
  related_papers_link: !!python/unicode '/scholar?q=related:AySlK-LbucYJ:scholar.google.com/&hl=en&num=100'
  server: pubs.asce.org
  title: Influence of fiber and cement addition on behavior of sandy soil
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'A Singh', !!python/unicode ' BD Freeman', !!python/unicode ' I
      Pinnau']
  cites_link: !!python/unicode '/scholar?cites=8467553113257626426&hl=en&num=100'
  cites_link_name: Cited by 47
  diff_versions_link: !!python/unicode '/scholar?cluster=8467553113257626426&hl=en&num=100'
  diff_versions_link_name: All 5 versions
  journal_href: !!python/unicode 'http://www.cheric.org/research/tech/periodicals/view.php?seq=166492'
  potential_PDF_link: ''
  pub_year: '1998'
  publication: Journal of Polymer Science-B-Polymer Physics Edition
  related_papers_link: !!python/unicode '/scholar?q=related:Okt5iLHKgnUJ:scholar.google.com/&hl=en&num=100'
  server: cheric.org
  title: Pure and mixed gas acetone/nitrogen permeation properties of polydimethylsiloxane
    [<b>PDMS</b> &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PG Langdon', !!python/unicode ' KE Barber', !!python/unicode ' PDM
      Hughes']
  cites_link: !!python/unicode '/scholar?cites=7854867610796182688&hl=en&num=100'
  cites_link_name: Cited by 42
  diff_versions_link: !!python/unicode '/scholar?cluster=7854867610796182688&hl=en&num=100'
  diff_versions_link_name: All 7 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0277379102000938'
  potential_PDF_link: ''
  pub_year: '2003'
  publication: Quaternary Science Reviews
  related_papers_link: !!python/unicode '/scholar?q=related:oEw6o3kYAm0J:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: A 7500-year peat-based palaeoclimatic reconstruction and evidence for an
    1100-year  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode '  Huang', !!python/unicode ' S James Quinn', !!python/unicode ' PDM
      Ellis', !!python/unicode ' JE Ffowcs ']
  cites_link: !!python/unicode '/scholar?cites=13146454496429120291&hl=en&num=100'
  cites_link_name: Cited by 40
  diff_versions_link: !!python/unicode '/scholar?cluster=13146454496429120291&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/016093279597493R'
  potential_PDF_link: ''
  pub_year: '1995'
  publication: Endeavour
  related_papers_link: !!python/unicode '/scholar?q=related:I5t-K7aWcbYJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Biomechanics of snoring
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'MD Jia', !!python/unicode ' KV Peinemann', !!python/unicode ' RD
      Behling']
  cites_link: !!python/unicode '/scholar?cites=8234934727543065716&hl=en&num=100'
  cites_link_name: Cited by 61
  diff_versions_link: !!python/unicode '/scholar?cluster=8234934727543065716&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://cat.inist.fr/?aModele=afficheN&cpsidt=4356359'
  potential_PDF_link: ''
  pub_year: '1992'
  publication: Journal of membrane science
  related_papers_link: !!python/unicode '/scholar?q=related:dIy7D4FdSHIJ:scholar.google.com/&hl=en&num=100'
  server: cat.inist.fr
  title: Preparation and characterization of thin-film zeolite-<b>PDMS </b>composite
    membranes
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Ellis']
  cites_link: !!python/unicode '/scholar?cites=5875723429325444613&hl=en&num=100'
  cites_link_name: Cited by 35
  diff_versions_link: !!python/unicode '/scholar?cluster=5875723429325444613&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://www3.interscience.wiley.com/journal/119286720/abstract'
  potential_PDF_link: ''
  pub_year: '1994'
  publication: Clinical Otolaryngology &amp; Allied Sciences
  related_papers_link: !!python/unicode '/scholar?q=related:BRZi-1PDilEJ:scholar.google.com/&hl=en&num=100'
  server: interscience.wiley.com
  title: 'Laser palatoplasty for snoring due to palatal flutter: a further report'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Pettit', !!python/unicode ' JR Thompson', !!python/unicode ' AH
      Chen']
  cites_link: !!python/unicode '/scholar?cites=973742926719356347&hl=en&num=100'
  cites_link_name: Cited by 40
  diff_versions_link: !!python/unicode '/scholar?cluster=973742926719356347&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www.co-obgyn.com/pt/re/coobgyn/fulltext.00001703-200210000-00014.htm'
  potential_PDF_link: ''
  pub_year: '2002'
  publication: Current Opinion in Obstetrics and Gynecology
  related_papers_link: !!python/unicode '/scholar?q=related:uw2oYQhugw0J:scholar.google.com/&hl=en&num=100'
  server: co-obgyn.com
  title: 'Sacral neuromodulation: new applications in the treatment of female pelvic
    floor dysfunction'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'H REMSCHMIDT', !!python/unicode ' E SCHULZ', !!python/unicode ' PDM
      MARTIN']
  cites_link: !!python/unicode '/scholar?cites=4219852585134463156&hl=en&num=100'
  cites_link_name: Cited by 39
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: !!python/unicode 'http://www.liebertonline.com/doi/abs/10.1089/cap.1994.4.31'
  potential_PDF_link: ''
  pub_year: '1994'
  publication: Journal of Child and Adolescent Psychopharmacology
  related_papers_link: !!python/unicode '/scholar?q=related:tBh0hZHtjzoJ:scholar.google.com/&hl=en&num=100'
  server: liebertonline.com
  title: An open trial of clozapine in thirty-six adolescents with schizophrenia
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PW Barlow', !!python/unicode ' PDM Macdonald']
  cites_link: !!python/unicode '/scholar?cites=3611039360914167110&hl=en&num=100'
  cites_link_name: Cited by 38
  diff_versions_link: !!python/unicode '/scholar?cluster=3611039360914167110&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://www.jstor.org/stable/76251'
  potential_PDF_link: ''
  pub_year: '1973'
  publication: Proceedings of the Royal Society of London. Series B,  &hellip;
  related_papers_link: !!python/unicode '/scholar?q=related:RhU-qSr9HDIJ:scholar.google.com/&hl=en&num=100'
  server: jstor.org
  title: An analysis of the mitotic cell cycle in the root meristem of Zea mays
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'T McCreedy']
  cites_link: !!python/unicode '/scholar?cites=11330413059086464886&hl=en&num=100'
  cites_link_name: Cited by 73
  diff_versions_link: !!python/unicode '/scholar?cluster=11330413059086464886&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0003267000011740'
  potential_PDF_link: ''
  pub_year: '2001'
  publication: Analytica Chimica Acta
  related_papers_link: !!python/unicode '/scholar?q=related:drdLaaW2PZ0J:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Rapid prototyping of glass and <b>PDMS </b>microstructures for micro total
    analytical systems and  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'TG van Kooten', !!python/unicode ' JF Whitesides', !!python/unicode ' AF
      von Recum']
  cites_link: !!python/unicode '/scholar?cites=14912271914546863413&hl=en&num=100'
  cites_link_name: Cited by 70
  diff_versions_link: !!python/unicode '/scholar?cluster=14912271914546863413&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www3.interscience.wiley.com/journal/30984/abstract'
  potential_PDF_link: ''
  pub_year: '1998'
  publication: Journal of biomedical materials research
  related_papers_link: !!python/unicode '/scholar?q=related:NZ2ZNEwI884J:scholar.google.com/&hl=en&num=100'
  server: interscience.wiley.com
  title: Influence of silicone (<b>PDMS</b>) surface texture on human skin fibroblast
    proliferation as  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'Q Chen', !!python/unicode ' N Miyata', !!python/unicode ' T
      Kokubo', !!python/unicode ' T Nakamura']
  cites_link: !!python/unicode '/scholar?cites=10179342519164164247&hl=en&num=100'
  cites_link_name: Cited by 47
  diff_versions_link: !!python/unicode '/scholar?cluster=10179342519164164247&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://www3.interscience.wiley.com/journal/72509107/abstract'
  potential_PDF_link: ''
  pub_year: '2000'
  publication: Journal of biomedical materials research
  related_papers_link: !!python/unicode '/scholar?q=related:l1jPtRZKRI0J:scholar.google.com/&hl=en&num=100'
  server: interscience.wiley.com
  title: Bioactivity and mechanical properties of <b>PDMS</b>-modified CaO-SiO 2-TiO
    2 hybrids prepared  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'JS Kim', !!python/unicode ' DR Knapp']
  cites_link: !!python/unicode '/scholar?cites=12348492560998964929&hl=en&num=100'
  cites_link_name: Cited by 68
  diff_versions_link: !!python/unicode '/scholar?cluster=12348492560998964929&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S1044030501002197'
  potential_PDF_link: ''
  pub_year: '2001'
  publication: Journal of the American Society for Mass Spectrometry
  related_papers_link: !!python/unicode '/scholar?q=related:wZ7lIY-oXqsJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Microfabricated <b>PDMS </b>multichannel emitter for electrospray ionization
    mass spectrometry
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'TW Odom', !!python/unicode ' VR Thalladi', !!python/unicode ' JC
      Love', !!python/unicode ' GM  ']
  cites_link: !!python/unicode '/scholar?cites=4817949470385965136&hl=en&num=100'
  cites_link_name: Cited by 59
  diff_versions_link: !!python/unicode '/scholar?cluster=4817949470385965136&hl=en&num=100'
  diff_versions_link_name: All 7 versions
  journal_href: !!python/unicode 'http://pubs.acs.org/cgi-bin/jtext?jacsat/124/i41/abs/ja0209464'
  potential_PDF_link: !!python/unicode 'http://chemgroups.northwestern.edu/odom/Publications/TWO-19.pdf'
  pub_year: '2002'
  publication: J. Am. Chem. Soc
  related_papers_link: !!python/unicode '/scholar?q=related:UAgjSITL3EIJ:scholar.google.com/&hl=en&num=100'
  server: pubs.acs.org
  title: Generation of 30 50 nm Structures Using Easily Fabricated, Composite <b>PDMS
    </b>Masks
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'E Leclerc', !!python/unicode ' Y Sakai', !!python/unicode ' T
      Fujii']
  cites_link: !!python/unicode '/scholar?cites=8969776578677508392&hl=en&num=100'
  cites_link_name: Cited by 63
  diff_versions_link: !!python/unicode '/scholar?cluster=8969776578677508392&hl=en&num=100'
  diff_versions_link_name: All 5 versions
  journal_href: ''
  potential_PDF_link: ''
  pub_year: '2004'
  publication: Biotechnology progress
  related_papers_link: !!python/unicode '/scholar?q=related:KAmxPkYMe3wJ:scholar.google.com/&hl=en&num=100'
  server: American Chemical Society USA
  title: ''
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'MW Toepke', !!python/unicode ' DJ Beebe']
  cites_link: !!python/unicode '/scholar?cites=790852856694899662&hl=en&num=100'
  cites_link_name: Cited by 40
  diff_versions_link: !!python/unicode '/scholar?cluster=790852856694899662&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.rsc.org/publishing/journals/LC/article.asp?doi=b612140c'
  potential_PDF_link: ''
  pub_year: '2006'
  publication: Lab on a Chip
  related_papers_link: !!python/unicode '/scholar?q=related:zgPnqHus-QoJ:scholar.google.com/&hl=en&num=100'
  server: rsc.org
  title: <b>PDMS </b>absorption of small molecules and consequences in microfluidic
    applications
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'JD Wiest', !!python/unicode ' FK Levy']
  cites_link: !!python/unicode '/scholar?cites=13011709192511032897&hl=en&num=100'
  cites_link_name: Cited by 237
  diff_versions_link: !!python/unicode '/scholar?cluster=13011709192511032897&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://orton.catie.ac.cr/cgi-bin/wxis.exe/?IsisScript=COLPOS.xis&method=post&formato=2&cantidad=1&expresion=mfn=004058'
  potential_PDF_link: ''
  pub_year: '1977'
  publication: ''
  related_papers_link: !!python/unicode '/scholar?q=related:QQ5OVJLgkrQJ:scholar.google.com/&hl=en&num=100'
  server: orton.catie.ac.cr
  title: 'A management guide to PERT/CPM: with GERT/<b>PDM</b>/DCPM and other networks'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'BH Jo', !!python/unicode ' DJ Beebe']
  cites_link: !!python/unicode '/scholar?cites=11974948065897136167&hl=en&num=100'
  cites_link_name: Cited by 43
  diff_versions_link: !!python/unicode '/scholar?cluster=11974948065897136167&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://link.aip.org/link/?PSISDG/3877/222/1'
  potential_PDF_link: ''
  pub_year: '1999'
  publication: Proceedings of SPIE
  related_papers_link: !!python/unicode '/scholar?q=related:J8CM59GPL6YJ:scholar.google.com/&hl=en&num=100'
  server: link.aip.org
  title: '&hellip;  of three-dimensional microfluidic systems by stacking molded polydimethylsiloxane
    (<b>PDMS</b>) &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode ' Noble', !!python/unicode ' ED Shields', !!python/unicode ' PDM
      Blecher', !!python/unicode ' KC Bentley']
  cites_link: !!python/unicode '/scholar?cites=15975590905383375710&hl=en&num=100'
  cites_link_name: Cited by 34
  diff_versions_link: !!python/unicode '/scholar?cluster=15975590905383375710&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://www3.interscience.wiley.com/journal/112130153/abstract'
  potential_PDF_link: ''
  pub_year: '1992'
  publication: Lasers in surgery and medicine
  related_papers_link: !!python/unicode '/scholar?q=related:XlNWQEmztN0J:scholar.google.com/&hl=en&num=100'
  server: interscience.wiley.com
  title: 'Locomotory characteristics of fibroblasts within a three-dimensional collagen
    lattice:  &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'XW Xu', !!python/unicode ' T Liu']
  cites_link: !!python/unicode '/scholar?cites=4902585195182064213&hl=en&num=100'
  cites_link_name: Cited by 88
  diff_versions_link: !!python/unicode '/scholar?cluster=4902585195182064213&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.csa.com/partners/viewrecord.php?requester=gs&collection=TRD&recid=2003125300951MT'
  potential_PDF_link: ''
  pub_year: '2003'
  publication: Robotics and Computer- Integrated Manufacturing
  related_papers_link: !!python/unicode '/scholar?q=related:VYLqj0J7CUQJ:scholar.google.com/&hl=en&num=100'
  server: csa.com
  title: A web-enabled <b>PDM </b>system in a collaborative design environment.
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'Q Chen', !!python/unicode ' F Miyaji', !!python/unicode ' T
      Kokubo', !!python/unicode ' T Nakamura']
  cites_link: !!python/unicode '/scholar?cites=3637513705511658493&hl=en&num=100'
  cites_link_name: Cited by 58
  diff_versions_link: !!python/unicode '/scholar?cluster=3637513705511658493&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0142961299000150'
  potential_PDF_link: ''
  pub_year: '1999'
  publication: Biomaterials
  related_papers_link: !!python/unicode '/scholar?q=related:_SOjWnELezIJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Apatite formation on <b>PDMS</b>-modified CaOSiO2TiO2 hybrids prepared by
    solgel process
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'CH Chiou', !!python/unicode ' GB Lee', !!python/unicode ' HT
      Hsu', !!python/unicode ' PW Chen', !!python/unicode ' PC  ']
  cites_link: !!python/unicode '/scholar?cites=10483780789050117290&hl=en&num=100'
  cites_link_name: Cited by 51
  diff_versions_link: !!python/unicode '/scholar?cluster=10483780789050117290&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0925400502001612'
  potential_PDF_link: !!python/unicode 'http://nckur.lib.ncku.edu.tw/dspace/bitstream/987654321/56590/1/3010802101015.pdf'
  pub_year: '2002'
  publication: 'Sensors &amp; Actuators: B. Chemical'
  related_papers_link: !!python/unicode '/scholar?q=related:qoxlChXffZEJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Micro devices integrated with microchannels and electrospray nozzles using
    <b>PDMS </b>casting  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'R Grn', !!python/unicode ' PDM MacDonald']
  cites_link: !!python/unicode '/scholar?cites=10768199992152675033&hl=en&num=100'
  cites_link_name: Cited by 33
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: ''
  potential_PDF_link: ''
  pub_year: '1989'
  publication: Applied Radiation and Isotopes
  related_papers_link: !!python/unicode '/scholar?q=related:2dKfKtdUcJUJ:scholar.google.com/&hl=en&num=100'
  server: ''
  title: ''
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'LS Brown', !!python/unicode ' PDM Ballou']
  cites_link: !!python/unicode '/scholar?cites=12193561148807957829&hl=en&num=100'
  cites_link_name: Cited by 33
  diff_versions_link: !!python/unicode '/scholar?cluster=12193561148807957829&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://books.google.com/books?hl=en&lr=&id=1Gay3w8akq4C&oi=fnd&pg=PA3&dq=PDMS&ots=XJ0w98RcjQ&sig=R-eYZUpp10bHYckfTUKzILfdI9Y'
  potential_PDF_link: ''
  pub_year: '1994'
  publication: ''
  related_papers_link: !!python/unicode '/scholar?q=related:Rc2ztUI7OKkJ:scholar.google.com/&hl=en&num=100'
  server: books.google.com
  title: 'Personality and psychopathology: Feminist reappraisals'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode ' Thompson', !!python/unicode ' AH Chen', !!python/unicode ' PDM
      Pettit', !!python/unicode ' MD Bridges']
  cites_link: !!python/unicode '/scholar?cites=16615380973992948040&hl=en&num=100'
  cites_link_name: Cited by 34
  diff_versions_link: !!python/unicode '/scholar?cluster=16615380973992948040&hl=en&num=100'
  diff_versions_link_name: All 5 versions
  journal_href: !!python/unicode 'http://pt.wkhealth.com/pt/re/ajog/abstract.00000447-200212000-00013.htm'
  potential_PDF_link: ''
  pub_year: '2002'
  publication: American Journal of Obstetrics &amp; Gynecology
  related_papers_link: !!python/unicode '/scholar?q=related:SDGiuvawleYJ:scholar.google.com/&hl=en&num=100'
  server: pt.wkhealth.com
  title: Incidence of occult rectal prolapse in patients with clinical rectoceles
    and defecatory  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'NR Hartmann', !!python/unicode ' CW Gilbert', !!python/unicode ' B
      Jansson', !!python/unicode ' PDM  ']
  cites_link: !!python/unicode '/scholar?cites=3439060087993391891&hl=en&num=100'
  cites_link_name: Cited by 33
  diff_versions_link: !!python/unicode '/scholar?cluster=3439060087993391891&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www3.interscience.wiley.com/journal/119657452/abstract'
  potential_PDF_link: ''
  pub_year: '1975'
  publication: Cell Proliferation
  related_papers_link: !!python/unicode '/scholar?q=related:E9sR2u3-uS8J:scholar.google.com/&hl=en&num=100'
  server: interscience.wiley.com
  title: A comparison of computer methods for the analysis of fraction labelled mitoses
    curves
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'LB Hightow', !!python/unicode ' PDM MacDonald', !!python/unicode ' CD
      Pilcher', !!python/unicode ' AH ']
  cites_link: !!python/unicode '/scholar?cites=12607577008868653212&hl=en&num=100'
  cites_link_name: Cited by 32
  diff_versions_link: !!python/unicode '/scholar?cluster=12607577008868653212&hl=en&num=100'
  diff_versions_link_name: All 10 versions
  journal_href: !!python/unicode 'http://www.jaids.org/pt/re/jaids/fulltext.00126334-200504150-00004.htm'
  potential_PDF_link: !!python/unicode 'http://www.yescenter.org/HightowUnexpected.pdf'
  pub_year: '2005'
  publication: JAIDS Journal of Acquired Immune Deficiency  &hellip;
  related_papers_link: !!python/unicode '/scholar?q=related:nHj_430c964J:scholar.google.com/&hl=en&num=100'
  server: jaids.org
  title: 'The unexpected movement of the HIV epidemic in the Southeastern United States:  &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'S Camou', !!python/unicode ' H Fujita', !!python/unicode ' T
      Fujii']
  cites_link: !!python/unicode '/scholar?cites=11424719986309370214&hl=en&num=100'
  cites_link_name: Cited by 62
  diff_versions_link: !!python/unicode '/scholar?cluster=11424719986309370214&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www.rsc.org/Publishing/Journals/LC/article.asp?doi=b211280a'
  potential_PDF_link: !!python/unicode 'http://www-mtl.mit.edu/researchgroups/mems-salon/Fujii_Microfluidic_Lens_LoC_3_2003.pdf'
  pub_year: '2003'
  publication: Lab on a Chip
  related_papers_link: !!python/unicode '/scholar?q=related:ZpFG-kvCjJ4J:scholar.google.com/&hl=en&num=100'
  server: rsc.org
  title: '<b>PDMS </b>2D optical lens integrated with microfluidic channels: principle
    and characterization'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'JH Park', !!python/unicode ' KD Park', !!python/unicode ' YH
      Bae']
  cites_link: !!python/unicode '/scholar?cites=7698701768101013561&hl=en&num=100'
  cites_link_name: Cited by 60
  diff_versions_link: !!python/unicode '/scholar?cluster=7698701768101013561&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0142961298002506'
  potential_PDF_link: ''
  pub_year: '1999'
  publication: Biomaterials
  related_papers_link: !!python/unicode '/scholar?q=related:OShV93dI12oJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: '<b>PDMS</b>-based polyurethanes with MPEG grafts: synthesis, characterization
    and platelet  &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Spelt', !!python/unicode ' AS Sangani']
  cites_link: !!python/unicode '/scholar?cites=3618952293696544583&hl=en&num=100'
  cites_link_name: Cited by 31
  diff_versions_link: !!python/unicode '/scholar?cluster=3618952293696544583&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www.springerlink.com/index/K4604HH46HG2567T.pdf'
  potential_PDF_link: ''
  pub_year: '1997'
  publication: Applied Scientific Research
  related_papers_link: !!python/unicode '/scholar?q=related:Rx_e5O8ZOTIJ:scholar.google.com/&hl=en&num=100'
  server: Springer
  title: Properties and averaged equations for flows of bubbly liquids
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'T Heap', !!python/unicode ' D Hogg']
  cites_link: !!python/unicode '/scholar?cites=11546292332551426742&hl=en&num=100'
  cites_link_name: Cited by 50
  diff_versions_link: !!python/unicode '/scholar?cluster=11546292332551426742&hl=en&num=100'
  diff_versions_link_name: All 8 versions
  journal_href: !!python/unicode 'http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.64.3996&rep=rep1&type=pdf'
  potential_PDF_link: ''
  pub_year: '1997'
  publication: British Machine Vision Conference
  related_papers_link: !!python/unicode '/scholar?q=related:tlKLmrOrPKAJ:scholar.google.com/&hl=en&num=100'
  server: Citeseer
  title: Improving specificity in <b>pdms </b>using a hierarchical approach
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:tlKLmrOrPKAJ:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'YC Tung', !!python/unicode ' M Zhang', !!python/unicode ' CT
      Lin', !!python/unicode ' K Kurabayashi', !!python/unicode ' SJ ']
  cites_link: !!python/unicode '/scholar?cites=15868833503489462705&hl=en&num=100'
  cites_link_name: Cited by 63
  diff_versions_link: !!python/unicode '/scholar?cluster=15868833503489462705&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0925400503007755'
  potential_PDF_link: ''
  pub_year: '2004'
  publication: 'Sensors &amp; Actuators: B. Chemical'
  related_papers_link: !!python/unicode '/scholar?q=related:sZFOp_5rOdwJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: <b>PDMS</b>-based opto-fluidic micro flow cytometer with two-color, multi-angle
    fluorescence  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM NEWITT', !!python/unicode ' PJF RICHARDSON', !!python/unicode ' BJ  ']
  cites_link: !!python/unicode '/scholar?cites=9572943158925367714&hl=en&num=100'
  cites_link_name: Cited by 29
  diff_versions_link: !!python/unicode '/scholar?cluster=9572943158925367714&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://archive.icheme.org/cgi-bin/somsid.cgi?type=header&record=774'
  potential_PDF_link: ''
  pub_year: '1961'
  publication: Chemical Engineering Research and Design
  related_papers_link: !!python/unicode '/scholar?q=related:opnAWhXt2YQJ:scholar.google.com/&hl=en&num=100'
  server: ICHemE
  title: Hydraulic conveying of solids in vertical pipes
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'M Bennett', !!python/unicode ' BJ Brisdon', !!python/unicode ' R
      England', !!python/unicode ' RW Field']
  cites_link: !!python/unicode '/scholar?cites=6681391719511978672&hl=en&num=100'
  cites_link_name: Cited by 65
  diff_versions_link: !!python/unicode '/scholar?cluster=6681391719511978672&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S037673889700183X'
  potential_PDF_link: ''
  pub_year: '1997'
  publication: Journal of Membrane Science
  related_papers_link: !!python/unicode '/scholar?q=related:sHK_jl4SuVwJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Performance of <b>PDMS </b>and organofunctionalised <b>PDMS </b>membranes
    for the pervaporative  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'K Haubert', !!python/unicode ' T Drier', !!python/unicode ' D
      Beebe']
  cites_link: !!python/unicode '/scholar?cites=2161619580510325835&hl=en&num=100'
  cites_link_name: Cited by 31
  diff_versions_link: !!python/unicode '/scholar?cluster=2161619580510325835&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.rsc.org/publishing/journals/LC/article.asp?doi=b610567j'
  potential_PDF_link: ''
  pub_year: '2006'
  publication: Lab on a Chip
  related_papers_link: !!python/unicode '/scholar?q=related:S8zYQ46d_x0J:scholar.google.com/&hl=en&num=100'
  server: rsc.org
  title: <b>PDMS </b>bonding by means of a portable, low-cost corona system
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'AD Panagopoulos', !!python/unicode ' PDM Arapoglou',
    !!python/unicode ' PG Cottis']
  cites_link: !!python/unicode '/scholar?cites=15681034605684045463&hl=en&num=100'
  cites_link_name: Cited by 29
  diff_versions_link: !!python/unicode '/scholar?cluster=15681034605684045463&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://morse.uml.edu/Activities.d/Summer-05/PAPERS/KC/panagopoulos-satt-comm.pdf'
  potential_PDF_link: ''
  pub_year: '2004'
  publication: IEEE Communications Surveys and Tutorials
  related_papers_link: !!python/unicode '/scholar?q=related:l7ZnZuQ5ntkJ:scholar.google.com/&hl=en&num=100'
  server: morse.uml.edu
  title: 'Satellite communications at Ku, Ka, and V bands: propagation impairments
    and mitigation  &hellip;'
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:l7ZnZuQ5ntkJ:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'AD Brett', !!python/unicode ' CJ Taylor']
  cites_link: !!python/unicode '/scholar?cites=16023202427969874270&hl=en&num=100'
  cites_link_name: Cited by 51
  diff_versions_link: !!python/unicode '/scholar?cluster=16023202427969874270&hl=en&num=100'
  diff_versions_link_name: All 9 versions
  journal_href: !!python/unicode 'http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.54.7724&rep=rep1&type=pdf'
  potential_PDF_link: ''
  pub_year: '2000'
  publication: Image and Vision Computing
  related_papers_link: !!python/unicode '/scholar?q=related:XilSs7bZXd4J:scholar.google.com/&hl=en&num=100'
  server: Citeseer
  title: A method of automated landmark generation for automated 3D <b>PDM </b>construction
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:XilSs7bZXd4J:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'MR Kaus', !!python/unicode ' V Pekar', !!python/unicode ' C
      Lorenz', !!python/unicode ' R Truyen', !!python/unicode ' S  ']
  cites_link: !!python/unicode '/scholar?cites=16663299520772859492&hl=en&num=100'
  cites_link_name: Cited by 55
  diff_versions_link: !!python/unicode '/scholar?cluster=16663299520772859492&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1216224'
  potential_PDF_link: ''
  pub_year: '2003'
  publication: IEEE Transactions on Medical Imaging
  related_papers_link: !!python/unicode '/scholar?q=related:ZGaa0aDuP-cJ:scholar.google.com/&hl=en&num=100'
  server: ieeexplore.ieee.org
  title: Automated 3-D <b>PDM </b>construction from segmented images using deformable
    models
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode ' ', !!python/unicode ' RE Wharen', !!python/unicode ' R
      Reimer', !!python/unicode ' PDM Pettit', !!python/unicode ' JC Seiler ']
  cites_link: !!python/unicode '/scholar?cites=7617040164006273774&hl=en&num=100'
  cites_link_name: Cited by 27
  diff_versions_link: !!python/unicode '/scholar?cluster=7617040164006273774&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://cat.inist.fr/?aModele=afficheN&cpsidt=3823699'
  potential_PDF_link: ''
  pub_year: '1993'
  publication: Mayo Clinic proceedings
  related_papers_link: !!python/unicode '/scholar?q=related:7iJ6H6wptWkJ:scholar.google.com/&hl=en&num=100'
  server: cat.inist.fr
  title: 'Laparoscopic placement of ventriculoperitoneal shunts: preliminary report'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'F Manola', !!python/unicode ' U Dayal']
  cites_link: !!python/unicode '/scholar?cites=16167498125877982247&hl=en&num=100'
  cites_link_name: Cited by 139
  diff_versions_link: !!python/unicode '/scholar?cluster=16167498125877982247&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://portal.acm.org/citation.cfm?id=318826.318835'
  potential_PDF_link: ''
  pub_year: '1986'
  publication: Proceedings on the 1986 international workshop on  &hellip;
  related_papers_link: !!python/unicode '/scholar?q=related:JzTA6-J9XuAJ:scholar.google.com/&hl=en&num=100'
  server: portal.acm.org
  title: '<b>PDM</b>: an object-oriented data model'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'R Pantoja', !!python/unicode ' JM Nagarah', !!python/unicode ' DM
      Starace', !!python/unicode ' NA  ']
  cites_link: !!python/unicode '/scholar?cites=11447514534939813746&hl=en&num=100'
  cites_link_name: Cited by 54
  diff_versions_link: !!python/unicode '/scholar?cluster=11447514534939813746&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0956566304000934'
  potential_PDF_link: !!python/unicode 'http://nerve.bsd.uchicago.edu/FB/RIGO.pdf'
  pub_year: '2004'
  publication: Biosensors and Bioelectronics
  related_papers_link: !!python/unicode '/scholar?q=related:cmc1aNG93Z4J:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Silicon chip-based patch-clamp electrodes integrated with <b>PDMS </b>microfluidics
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'S Bhattacharya', !!python/unicode ' A Datta', !!python/unicode ' JM
      Berg', !!python/unicode ' S  ']
  cites_link: !!python/unicode '/scholar?cites=11880320093060599855&hl=en&num=100'
  cites_link_name: Cited by 52
  diff_versions_link: !!python/unicode '/scholar?cluster=11880320093060599855&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1438429'
  potential_PDF_link: !!python/unicode 'http://classes.engr.oregonstate.edu/mime/spring2008/ie531-001/Lectures/Week%208/Papers/Bhattacharya.et.al.2005.plasma%20bonding.pdf'
  pub_year: '2005'
  publication: Microelectromechanical Systems, Journal of
  related_papers_link: !!python/unicode '/scholar?q=related:LxDQFC5g36QJ:scholar.google.com/&hl=en&num=100'
  server: ieeexplore.ieee.org
  title: Studies on surface wettability of poly (dimethyl) siloxane (<b>PDMS</b>)
    and glass under oxygen- &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'L Hoipkemeier-Wilson', !!python/unicode ' JF Schumacher',
    !!python/unicode ' ML  ']
  cites_link: !!python/unicode '/scholar?cites=9540478558602482607&hl=en&num=100'
  cites_link_name: Cited by 56
  diff_versions_link: !!python/unicode '/scholar?cluster=9540478558602482607&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://www.informaworld.com/index/713677810.pdf'
  potential_PDF_link: !!python/unicode 'http://www.biosciences.bham.ac.uk/labs/callowj/ent/Hoipkemeier_et%20al_2004.pdf'
  pub_year: '2004'
  publication: Biofouling
  related_papers_link: !!python/unicode '/scholar?q=related:r1O7kLOWZoQJ:scholar.google.com/&hl=en&num=100'
  server: informaworld.com
  title: Antifouling potential of lubricious, micro-engineered, <b>PDMS </b>elastomers
    against zoospores  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'P Thibaud', !!python/unicode ' L Lauer', !!python/unicode ' W
      Knoll', !!python/unicode ' A Offenhusser']
  cites_link: !!python/unicode '/scholar?cites=8282964187278078824&hl=en&num=100'
  cites_link_name: Cited by 47
  diff_versions_link: !!python/unicode '/scholar?cluster=8282964187278078824&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0956566301002792'
  potential_PDF_link: ''
  pub_year: '2002'
  publication: Biosensors and Bioelectronics
  related_papers_link: !!python/unicode '/scholar?q=related:aPP9FQsA83IJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: <b>PDMS </b>device for patterned application of microfluids to neuronal cells
    arranged by  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'F Schnaid', !!python/unicode ' PDM Prietto', !!python/unicode ' NC
      Consoli']
  cites_link: !!python/unicode '/scholar?cites=5694723881280980705&hl=en&num=100'
  cites_link_name: Cited by 25
  diff_versions_link: !!python/unicode '/scholar?cluster=5694723881280980705&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://www.cesup.ufrgs.br/fernando/papers/characterization.pdf'
  potential_PDF_link: ''
  pub_year: '2001'
  publication: Journal of Geotechnical and Geoenvironmental  &hellip;
  related_papers_link: !!python/unicode '/scholar?q=related:4cavtTK5B08J:scholar.google.com/&hl=en&num=100'
  server: cesup.ufrgs.br
  title: Characterization of cemented sand in triaxial compression
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:4cavtTK5B08J:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'M Bender', !!python/unicode ' U Plachetka', !!python/unicode ' J
      Ran', !!python/unicode ' A Fuchs', !!python/unicode ' B  ']
  cites_link: !!python/unicode '/scholar?cites=6084151317071105180&hl=en&num=100'
  cites_link_name: Cited by 35
  diff_versions_link: !!python/unicode '/scholar?cluster=6084151317071105180&hl=en&num=100'
  diff_versions_link_name: All 6 versions
  journal_href: !!python/unicode 'http://link.aip.org/link/?JVTBD9/22/3229/1'
  potential_PDF_link: ''
  pub_year: '2004'
  publication: 'Journal of Vacuum Science &amp; Technology B:  &hellip;'
  related_papers_link: !!python/unicode '/scholar?q=related:nIy_PWM_b1QJ:scholar.google.com/&hl=en&num=100'
  server: link.aip.org
  title: High resolution lithography with <b>PDMS </b>molds
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'D Type', !!python/unicode ' PDM PDM', !!python/unicode ' O
      Behavior', !!python/unicode ' AE  ']
  cites_link: !!python/unicode '/scholar?cites=13790810464434409017&hl=en&num=100'
  cites_link_name: Cited by 18
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: !!python/unicode 'http://www.questia.com/PM.qst?a=o&se=gglsc&d=95226642'
  potential_PDF_link: ''
  pub_year: '1995'
  publication: Human Performance
  related_papers_link: !!python/unicode '/scholar?q=related:OU5a8QzNYr8J:scholar.google.com/&hl=en&num=100'
  server: questia.com
  title: 'Decision type, participative decision making (<b>PDM</b>), and organizational
    behavior: An  &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM de Buck', !!python/unicode ' JW Schoones', !!python/unicode ' SH
      Allaire', !!python/unicode ' TPM  ']
  cites_link: !!python/unicode '/scholar?cites=7399552584211586318&hl=en&num=100'
  cites_link_name: Cited by 29
  diff_versions_link: !!python/unicode '/scholar?cluster=7399552584211586318&hl=en&num=100'
  diff_versions_link_name: All 9 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S004901720200077X'
  potential_PDF_link: ''
  pub_year: '2002'
  publication: Seminars in arthritis and rheumatism
  related_papers_link: !!python/unicode '/scholar?q=related:Dl3B7t59sGYJ:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: 'Vocational rehabilitation in patients with chronic rheumatic diseases: a
    systematic literature  &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode ' Consoli', !!python/unicode ' JP Montardo', !!python/unicode ' PDM
      Prietto', !!python/unicode ' GS Pasa']
  cites_link: !!python/unicode '/scholar?cites=5209847853076709246&hl=en&num=100'
  cites_link_name: Cited by 25
  diff_versions_link: !!python/unicode '/scholar?cluster=5209847853076709246&hl=en&num=100'
  diff_versions_link_name: All 5 versions
  journal_href: !!python/unicode 'http://link.aip.org/link/?JGGEFK/128/462/1'
  potential_PDF_link: ''
  pub_year: '2002'
  publication: Journal of Geotechnical and Geoenvironmental  &hellip;
  related_papers_link: !!python/unicode '/scholar?q=related:fv93-AQZTUgJ:scholar.google.com/&hl=en&num=100'
  server: link.aip.org
  title: Engineering behavior of a sand reinforced with plastic waste
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'H Yang', !!python/unicode ' N Coombs', !!python/unicode ' GA
      Ozin']
  cites_link: !!python/unicode '/scholar?cites=3899064666526521347&hl=en&num=100'
  cites_link_name: Cited by 60
  diff_versions_link: !!python/unicode '/scholar?cluster=3899064666526521347&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://www3.interscience.wiley.com/journal/109745342/abstract'
  potential_PDF_link: ''
  pub_year: '1997'
  publication: Advanced Materials
  related_papers_link: !!python/unicode '/scholar?q=related:AxiX9KdCHDYJ:scholar.google.com/&hl=en&num=100'
  server: interscience.wiley.com
  title: '&hellip; for teaching HY the microcontact printing technique and for providing
    <b>PDMS </b>stamps. HY also &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PD Sozou', !!python/unicode ' TF Cootes', !!python/unicode ' CJ
      Taylor', !!python/unicode ' EC Di- ']
  cites_link: !!python/unicode '/scholar?cites=18386556939065352492&hl=en&num=100'
  cites_link_name: Cited by 32
  diff_versions_link: !!python/unicode '/scholar?cluster=18386556939065352492&hl=en&num=100'
  diff_versions_link_name: All 9 versions
  journal_href: !!python/unicode 'http://www.comp.leeds.ac.uk/bmvc2008/proceedings/1994/bmvc-94-039.pdf'
  potential_PDF_link: ''
  pub_year: '1994'
  publication: Proc. BMVC
  related_papers_link: !!python/unicode '/scholar?q=related:LOF7sx4sKv8J:scholar.google.com/&hl=en&num=100'
  server: comp.leeds.ac.uk
  title: A non-linear generalisation of <b>PDMs </b>using polynomial regression
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:LOF7sx4sKv8J:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'OD Smith', !!python/unicode ' PDM Ellis', !!python/unicode ' PWP
      Bearcroft', !!python/unicode ' LH  ']
  cites_link: !!python/unicode '/scholar?cites=403023136750397507&hl=en&num=100'
  cites_link_name: Cited by 24
  diff_versions_link: !!python/unicode '/scholar?cluster=403023136750397507&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://www.pubmedcentral.nih.gov/picrender.fcgi?artid=2503493&blobtype=pdf'
  potential_PDF_link: ''
  pub_year: '2000'
  publication: Ann R Coll Surg Engl
  related_papers_link: !!python/unicode '/scholar?q=related:Q2hFVmjTlwUJ:scholar.google.com/&hl=en&num=100'
  server: pubmedcentral.nih.gov
  title: Management of neck lumpsa triage model
  view_as_html_link: !!python/unicode 'http://66.102.1.104/scholar?q=cache:Q2hFVmjTlwUJ:scholar.google.com/+PDMS&hl=en&num=100'
- !paper
  authors: [!!python/unicode 'E Miller']
  cites_link: !!python/unicode '/scholar?cites=9451816809188289236&hl=en&num=100'
  cites_link_name: Cited by 79
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: !!python/unicode 'http://www.csa.com/partners/viewrecord.php?requester=gs&collection=TRD&recid=0164811CI'
  potential_PDF_link: ''
  pub_year: '1995'
  publication: CAE, Computer-Aided Engineering
  related_papers_link: !!python/unicode '/scholar?q=related:1Oq7YU-ZK4MJ:scholar.google.com/&hl=en&num=100'
  server: csa.com
  title: <b>PDM </b>today
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'C Dotremont', !!python/unicode ' B Brabants', !!python/unicode ' K
      Geeroms', !!python/unicode ' J  ']
  cites_link: !!python/unicode '/scholar?cites=10280488869785766445&hl=en&num=100'
  cites_link_name: Cited by 42
  diff_versions_link: !!python/unicode '/scholar?cluster=10280488869785766445&hl=en&num=100'
  diff_versions_link_name: All 7 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/0376738895000199'
  potential_PDF_link: ''
  pub_year: '1995'
  publication: Journal of Membrane Science
  related_papers_link: !!python/unicode '/scholar?q=related:LQrwoCiiq44J:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: Sorption and diffusion of chlorinated hydrocarbons in silicalite-filled <b>PDMS
    </b>membranes
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Dunlop', !!python/unicode ' PA Crowley', !!python/unicode ' RF
      Lamont', !!python/unicode ' DF  ']
  cites_link: !!python/unicode '/scholar?cites=16763302393817870859&hl=en&num=100'
  cites_link_name: Cited by 25
  diff_versions_link: !!python/unicode '/scholar?cluster=16763302393817870859&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.informaworld.com/index/786688454.pdf'
  potential_PDF_link: ''
  pub_year: '1987'
  publication: Journal of Obstetrics and Gynaecology
  related_papers_link: !!python/unicode '/scholar?q=related:CzL4HbY2o-gJ:scholar.google.com/&hl=en&num=100'
  server: informaworld.com
  title: Preterm ruptured membranes, no contractions
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'K Kim', !!python/unicode ' S Park', !!python/unicode ' JB
      Lee', !!python/unicode ' H Manohara', !!python/unicode ' Y Desta ']
  cites_link: !!python/unicode '/scholar?cites=9990074623387376643&hl=en&num=100'
  cites_link_name: Cited by 32
  diff_versions_link: !!python/unicode '/scholar?cluster=9990074623387376643&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www.springerlink.com/index/38PXCM96WUH3EPW8.pdf'
  potential_PDF_link: !!python/unicode 'http://mems.utdallas.edu/papers/2002%20Microsystem%20Technologies%20PDMS%20replication.pdf'
  pub_year: '2002'
  publication: Microsystem Technologies
  related_papers_link: !!python/unicode '/scholar?q=related:AxymtvDfo4oJ:scholar.google.com/&hl=en&num=100'
  server: Springer
  title: '&hellip; of polymeric and metallic high aspect ratio microstructures using
    <b>PDMS </b>and LIGA technology'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'O Hofmann', !!python/unicode ' P Niedermann', !!python/unicode ' A
      Manz']
  cites_link: !!python/unicode '/scholar?cites=11817981851928288048&hl=en&num=100'
  cites_link_name: Cited by 43
  diff_versions_link: !!python/unicode '/scholar?cluster=11817981851928288048&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://www.rsc.org/Publishing/Journals/LC/article.asp?doi=b105110p'
  potential_PDF_link: ''
  pub_year: '2001'
  publication: Lab on a Chip
  related_papers_link: !!python/unicode '/scholar?q=related:MNsyRuHnAaQJ:scholar.google.com/&hl=en&num=100'
  server: rsc.org
  title: '&hellip;  to fabrication of three-dimensional microchannel systems in <b>PDMS</b>application
    to sheath &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'J Rotstein', !!python/unicode ' PDM Macdonald', !!python/unicode ' HM
      Rabes', !!python/unicode ' E  ']
  cites_link: !!python/unicode '/scholar?cites=798832815195972214&hl=en&num=100'
  cites_link_name: Cited by 22
  diff_versions_link: !!python/unicode '/scholar?cluster=798832815195972214&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://cancerres.aacrjournals.org/cgi/content/abstract/44/7/2913'
  potential_PDF_link: !!python/unicode 'http://cancerres.aacrjournals.org/cgi/reprint/44/7/2913.pdf'
  pub_year: '1984'
  publication: Cancer Research
  related_papers_link: !!python/unicode '/scholar?q=related:dmKuiDYGFgsJ:scholar.google.com/&hl=en&num=100'
  server: AACR
  title: Cell cycle kinetics of rat hepatocytes in early putative preneoplastic lesions
    in  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'K Shah', !!python/unicode ' WC Shin', !!python/unicode ' RS
      Besser']
  cites_link: !!python/unicode '/scholar?cites=9064491366995325095&hl=en&num=100'
  cites_link_name: Cited by 40
  diff_versions_link: !!python/unicode '/scholar?cluster=9064491366995325095&hl=en&num=100'
  diff_versions_link_name: All 7 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0925400503006944'
  potential_PDF_link: !!python/unicode 'http://www-mtl.mit.edu/researchgroups/mems-salon/shah_2004.pdf'
  pub_year: '2004'
  publication: 'Sensors &amp; Actuators: B. Chemical'
  related_papers_link: !!python/unicode '/scholar?q=related:p_BZX9-Ky30J:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: A <b>PDMS </b>micro proton exchange membrane fuel cell by conventional and
    non-conventional  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Weesie']
  cites_link: !!python/unicode '/scholar?cites=4514923190995956629&hl=en&num=100'
  cites_link_name: Cited by 23
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: ''
  potential_PDF_link: ''
  pub_year: '1988'
  publication: Palaeovertebrata
  related_papers_link: !!python/unicode '/scholar?q=related:lbN8m7g6qD4J:scholar.google.com/&hl=en&num=100'
  server: ''
  title: ''
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'M Kamitakahara', !!python/unicode ' M Kawashita', !!python/unicode ' N
      Miyata', !!python/unicode ' T  ']
  cites_link: !!python/unicode '/scholar?cites=5326643397103476257&hl=en&num=100'
  cites_link_name: Cited by 33
  diff_versions_link: !!python/unicode '/scholar?cluster=5326643397103476257&hl=en&num=100'
  diff_versions_link_name: All 5 versions
  journal_href: !!python/unicode 'http://www.springerlink.com/index/V70378R4558663QQ.pdf'
  potential_PDF_link: ''
  pub_year: '2001'
  publication: Journal of Sol-Gel Science and Technology
  related_papers_link: !!python/unicode '/scholar?q=related:IV6IqfIJ7EkJ:scholar.google.com/&hl=en&num=100'
  server: Springer
  title: '&hellip;  properties of polydimethylsiloxane (<b>PDMS</b>)-CaO-SiO2 hybrids
    with different <b>PDMS </b>contents'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'D Graebling', !!python/unicode ' A Benkira', !!python/unicode ' Y
      Gallot', !!python/unicode ' R Muller']
  cites_link: !!python/unicode '/scholar?cites=10056011715036181561&hl=en&num=100'
  cites_link_name: Cited by 37
  diff_versions_link: ''
  diff_versions_link_name: ''
  journal_href: !!python/unicode 'http://cat.inist.fr/?aModele=afficheN&cpsidt=3907094'
  potential_PDF_link: ''
  pub_year: '1994'
  publication: European polymer journal
  related_papers_link: !!python/unicode '/scholar?q=related:OfTlM2AhjosJ:scholar.google.com/&hl=en&num=100'
  server: cat.inist.fr
  title: '&hellip;  behaviour of polymer blends in the melt: experimental results
    for <b>PDMS</b>/POE-DO, PS/ &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'X Yu', !!python/unicode ' D Zhang', !!python/unicode ' T
      Li', !!python/unicode ' L Hao', !!python/unicode ' X Li']
  cites_link: !!python/unicode '/scholar?cites=14870667970252825325&hl=en&num=100'
  cites_link_name: Cited by 35
  diff_versions_link: !!python/unicode '/scholar?cluster=14870667970252825325&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://linkinghub.elsevier.com/retrieve/pii/S0924424703003704'
  potential_PDF_link: ''
  pub_year: '2003'
  publication: 'Sensors &amp; Actuators: A. Physical'
  related_papers_link: !!python/unicode '/scholar?q=related:7eKyE7s5X84J:scholar.google.com/&hl=en&num=100'
  server: Elsevier
  title: 3-D microarrays biochip for DNA amplification in polydimethylsiloxane (<b>PDMS</b>)
    elastomer
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'BB Benson', !!python/unicode ' PDM Parker']
  cites_link: !!python/unicode '/scholar?cites=9832309117682288774&hl=en&num=100'
  cites_link_name: Cited by 22
  diff_versions_link: !!python/unicode '/scholar?cluster=9832309117682288774&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://adsabs.harvard.edu/abs/1961DSR.....7..237B'
  potential_PDF_link: ''
  pub_year: '1961'
  publication: Deep Sea Research
  related_papers_link: !!python/unicode '/scholar?q=related:hohJeQxhc4gJ:scholar.google.com/&hl=en&num=100'
  server: adsabs.harvard.edu
  title: Nitrogen/argon and nitrogen isotope ratios in aerobic sea water
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'LB Hightow', !!python/unicode ' PA Leone', !!python/unicode ' PDM
      MacDonald', !!python/unicode ' SI  ']
  cites_link: !!python/unicode '/scholar?cites=337061812259783796&hl=en&num=100'
  cites_link_name: Cited by 22
  diff_versions_link: !!python/unicode '/scholar?cluster=337061812259783796&hl=en&num=100'
  diff_versions_link_name: All 7 versions
  journal_href: !!python/unicode 'http://www.stdjournal.com/pt/re/std/fulltext.00007435-200610000-00001.htm'
  potential_PDF_link: ''
  pub_year: '2006'
  publication: Sexually transmitted diseases
  related_papers_link: !!python/unicode '/scholar?q=related:dAQYs-57rQQJ:scholar.google.com/&hl=en&num=100'
  server: stdjournal.com
  title: 'Men who have sex with men and women: a unique risk group for HIV transmission
    on North  &hellip;'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'WWC Chan', !!python/unicode ' JS Mort', !!python/unicode ' DKK
      Chong', !!python/unicode ' PDM  ']
  cites_link: !!python/unicode '/scholar?cites=3739748803070634255&hl=en&num=100'
  cites_link_name: Cited by 21
  diff_versions_link: !!python/unicode '/scholar?cluster=3739748803070634255&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.jbc.org/cgi/content/abstract/248/8/2778'
  potential_PDF_link: !!python/unicode 'http://www.jbc.org/cgi/reprint/248/8/2778.pdf'
  pub_year: '1973'
  publication: Journal of Biological Chemistry
  related_papers_link: !!python/unicode '/scholar?q=related:D6k37LhB5jMJ:scholar.google.com/&hl=en&num=100'
  server: ASBMB
  title: Studies on protein subunits III. Kinetic evidence for the presence of active
    subunits during  &hellip;
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'PDM Ellis', !!python/unicode ' MLL Harries', !!python/unicode ' JEF
      Williams', !!python/unicode ' JM  ']
  cites_link: !!python/unicode '/scholar?cites=4777263568746562585&hl=en&num=100'
  cites_link_name: Cited by 19
  diff_versions_link: !!python/unicode '/scholar?cluster=4777263568746562585&hl=en&num=100'
  diff_versions_link_name: All 3 versions
  journal_href: !!python/unicode 'http://www3.interscience.wiley.com/journal/119338614/abstract'
  potential_PDF_link: ''
  pub_year: '1992'
  publication: Clinical Otolaryngology &amp; Allied Sciences
  related_papers_link: !!python/unicode '/scholar?q=related:GcSNnec_TEIJ:scholar.google.com/&hl=en&num=100'
  server: interscience.wiley.com
  title: The relief of snoring by nasal surgery
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'MG Addy', !!python/unicode ' PDM Ellis', !!python/unicode ' DC
      Turk']
  cites_link: !!python/unicode '/scholar?cites=15154890498616346462&hl=en&num=100'
  cites_link_name: Cited by 20
  diff_versions_link: !!python/unicode '/scholar?cluster=15154890498616346462&hl=en&num=100'
  diff_versions_link_name: All 4 versions
  journal_href: !!python/unicode 'http://www.bmj.com/cgi/content/abstract/1/5791/40'
  potential_PDF_link: !!python/unicode 'http://www.pubmedcentral.nih.gov/picrender.fcgi?artid=1789105&blobtype=pdf'
  pub_year: '1972'
  publication: British Medical Journal
  related_papers_link: !!python/unicode '/scholar?q=related:Xkf4S538UNIJ:scholar.google.com/&hl=en&num=100'
  server: bmj.com
  title: 'Haemophilus epiglottitis: nine recent cases in Oxford'
  view_as_html_link: ''
- !paper
  authors: [!!python/unicode 'M Jin', !!python/unicode ' X Feng', !!python/unicode ' J
      Xi', !!python/unicode ' J Zhai', !!python/unicode ' K Cho', !!python/unicode ' L
      Feng', !!python/unicode ' L  ']
  cites_link: !!python/unicode '/scholar?cites=12351926345739497622&hl=en&num=100'
  cites_link_name: Cited by 27
  diff_versions_link: !!python/unicode '/scholar?cluster=12351926345739497622&hl=en&num=100'
  diff_versions_link_name: All 2 versions
  journal_href: !!python/unicode 'http://www.cheric.org/research/tech/periodicals/vol_view.php?seq=652464'
  potential_PDF_link: ''
  pub_year: '2005'
  publication: Macromolecular Rapid Communications
  related_papers_link: !!python/unicode '/scholar?q=related:lnCXcZHbaqsJ:scholar.google.com/&hl=en&num=100'
  server: cheric.org
  title: Super-Hydrophobic <b>PDMS </b>Surface with Ultra-Low Adhesive Force
  view_as_html_link: ''