|
1 | 1 | ---
|
2 | 2 | layout: page
|
3 | 3 | title: Caterpiller Traps
|
4 |
| -description: another project with an image 🎉 |
5 |
| -img: assets/img/6.jpg |
| 4 | +summary: The management of long cables connecting a coil array to the main MRI system remains to be a challenge. Instead of a few high-blocking traps, we present caterpillar traps, a distributed system of small, elastic traps forming a caterpillar-like structure, where bending only minimally impacts individual traps. |
| 5 | +img: assets/img/project_photos/Caterpiller_1.jpg |
6 | 6 | importance: 2
|
7 | 7 | category: Advancements in MRI Hardware
|
8 | 8 | ---
|
| 9 | +The management of long cables connecting a coil array to the main MRI system remains to be a challenge. Radiofrequency (RF) coupling of these cables to the main MRI transmit coil can cause high shield currents [1,2]. These currents affect coil performance, result in B1 field inhomogeneities, and, most importantly, pose serious safety hazards like heating and RF burns [3]. Traditional traps are designed to be stiff to avoid changes in their resonant frequency, hindering the overall system flexibility [4,5]. Instead of a few high-blocking traps, we propose caterpillar traps, a distributed system of small, elastic traps that cover the full length of cables. We leverage an array of resonant toroids as traps, forming a caterpillar-like structure, where bending only minimally impacts individual traps. Caterpillar traps provide sufficient attenuation to shield currents while allowing cable flexibility. Our distributed design can provide high blocking efficiency at different positions and orientations, even in cases where commercial cable traps cannot. |
9 | 10 |
|
10 |
| -Every project has a beautiful feature showcase page. |
11 |
| -It's easy to include images in a flexible 3-column grid format. |
12 |
| -Make your photos 1/3, 2/3, or full width. |
13 |
| - |
14 |
| -To give your project a background in the portfolio page, just add the img tag to the front matter like so: |
15 |
| - |
16 |
| - --- |
17 |
| - layout: page |
18 |
| - title: project |
19 |
| - description: a project with a background image |
20 |
| - img: /assets/img/12.jpg |
21 |
| - --- |
22 | 11 |
|
23 | 12 | <div class="row">
|
24 |
| - <div class="col-sm mt-3 mt-md-0"> |
25 |
| - {% include figure.liquid loading="eager" path="assets/img/1.jpg" title="example image" class="img-fluid rounded z-depth-1" %} |
26 |
| - </div> |
27 |
| - <div class="col-sm mt-3 mt-md-0"> |
28 |
| - {% include figure.liquid loading="eager" path="assets/img/3.jpg" title="example image" class="img-fluid rounded z-depth-1" %} |
| 13 | + <div class="col-5"> |
| 14 | + {% include figure.liquid loading="eager" path="assets/img/project_photos/Caterpiller_1.png" title="Caterpiller_1" class="img-fluid rounded z-depth-1" %} |
29 | 15 | </div>
|
30 |
| - <div class="col-sm mt-3 mt-md-0"> |
31 |
| - {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} |
| 16 | + <div class="col-6"> |
| 17 | + {% include figure.liquid loading="eager" path="assets/img/project_photos/Caterpiller_2.png" title="Caterpiller_2" class="img-fluid rounded z-depth-1" %} |
32 | 18 | </div>
|
33 | 19 | </div>
|
34 |
| -<div class="caption"> |
35 |
| - Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles. |
36 |
| -</div> |
37 |
| -<div class="row"> |
38 |
| - <div class="col-sm mt-3 mt-md-0"> |
39 |
| - {% include figure.liquid loading="eager" path="assets/img/5.jpg" title="example image" class="img-fluid rounded z-depth-1" %} |
40 |
| - </div> |
41 |
| -</div> |
42 |
| -<div class="caption"> |
43 |
| - This image can also have a caption. It's like magic. |
44 |
| -</div> |
45 |
| - |
46 |
| -You can also put regular text between your rows of images. |
47 |
| -Say you wanted to write a little bit about your project before you posted the rest of the images. |
48 |
| -You describe how you toiled, sweated, _bled_ for your project, and then... you reveal its glory in the next row of images. |
49 | 20 |
|
50 |
| -<div class="row justify-content-sm-center"> |
51 |
| - <div class="col-sm-8 mt-3 mt-md-0"> |
52 |
| - {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} |
53 |
| - </div> |
54 |
| - <div class="col-sm-4 mt-3 mt-md-0"> |
55 |
| - {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} |
56 |
| - </div> |
57 |
| -</div> |
58 |
| -<div class="caption"> |
59 |
| - You can also have artistically styled 2/3 + 1/3 images, like these. |
60 |
| -</div> |
61 |
| - |
62 |
| -The code is simple. |
63 |
| -Just wrap your images with `<div class="col-sm">` and place them inside `<div class="row">` (read more about the <a href="https://getbootstrap.com/docs/4.4/layout/grid/">Bootstrap Grid</a> system). |
64 |
| -To make images responsive, add `img-fluid` class to each; for rounded corners and shadows use `rounded` and `z-depth-1` classes. |
65 |
| -Here's the code for the last row of images above: |
66 |
| - |
67 |
| -{% raw %} |
68 |
| - |
69 |
| -```html |
70 |
| -<div class="row justify-content-sm-center"> |
71 |
| - <div class="col-sm-8 mt-3 mt-md-0"> |
72 |
| - {% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %} |
73 |
| - </div> |
74 |
| - <div class="col-sm-4 mt-3 mt-md-0"> |
75 |
| - {% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %} |
76 |
| - </div> |
77 |
| -</div> |
78 |
| -``` |
| 21 | +<h2> |
| 22 | +References |
| 23 | +</h2> |
79 | 24 |
|
80 |
| -{% endraw %} |
| 25 | +[1] Peterson, D.M., Beck, B.L., & Duensing G.R. (2002). Reduction of cable shield currents generated by high field body coils at 3 Tesla and above. Int Soc Magn Reson Med, Honolulu, HI. p 850. 2.\ |
| 26 | +[2] Beck, B.L., Peterson, D.M., Duensing G.R., & Fitzsimmons J.R. (2000). Implications of Cable Shield Currents at 3.0 and 4.7 Tesla. Int Soc Magn Reson Med, Denver, CO. p 641\ |
| 27 | +[3] Peterson, D. M., Beck, B. L., Duensing, G. R., & Fitzsimmons, J. R. (2003). Common mode signal rejection methods for MRI: Reduction of cable shield currents for high static magnetic field systems. Concepts in Magnetic Resonance, 19B(1), 1–8. https://doi.org/10.1002/cmr.b.10090\ |
| 28 | +[4] Burl, M., Chmielewski, T., & Braum, W.O., Koninklijke Philips Electronics, assignee. (2003). Multi-channel RF cable trap for magnetic resonance imaging. U.S. patent 6593744.\ |
| 29 | +[5] Seeber, D. A., Jevtic, J., & Menon, A. (2004). Floating shield current suppression trap. Concepts in Magnetic Resonance, 21B(1), 26–31. https://doi.org/10.1002/cmr.b.20008 |
0 commit comments