|
|
| (2 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <div class="accordion" id="accordion"> | | <div class="container-fluid mb-4"> |
| <accordion parent="accordion" heading="SECTION1" class="show">
| | <div class="row"> |
| The V4 Miniscope is a significant advancement over our previously released systems and will serve as the base Miniscope platform for years to come. Some feature highlights are listed below.
| | <div class="col-12 col-lg-6 col-xl-4 mb-2 mb-lg-4 mb-xl-0"> |
| | <div class="card"> |
| | <div class="card-body"> |
| | <h5 class="card-title">Title 1</h5> |
| | [[File:Test_logo.png|class=img-fluid| link=]] |
| | </div> |
| | <div class="card-footer">Footer text 1</div> |
| | </div><!-- End of card --> |
| | </div><!-- end of col 1--> |
|
| |
|
| 1mm diameter field of view or greater
| | <div class="col-12 col-lg-6 col-xl-4 mb-2 mb-lg-4 mb-xl-0"> |
| ~1mm working distance
| | <div class="card"> |
| Modular optics
| | <div class="card-body"> |
| +/-200um electronic focal adjustment
| | <h5 class="card-title">Title 2</h5> |
| All achromatic optics
| | [[File:Test_logo.png|class=img-fluid| link=]] |
| 2.6 grams | |
| 22mm tall
| |
| Absolute head orientation sensor
| |
| Requires ~1/5th the excitation power of previous systems
| |
| No more soldering!
| |
| Still uses only a single coaxial cable (down to 0.3mm in diameter) for power, communication, and data.
| |
| New DAQ software
| |
| </accordion>
| |
| <accordion parent="accordion" heading="SECTION2">
| |
| Lorem ipsum...
| |
| </accordion> | |
| </div> | | </div> |
| | <div class="card-footer">Footer text 2</div> |
| | </div><!-- End of card --> |
| | </div><!-- End of col 2--> |
|
| |
|
| | <div class="col-12 col-lg-6 col-xl-4"> |
| | <div class="card"> |
| | <div class="card-body"> |
| | <h5 class="card-title">Title 3</h5> |
| | [[File:Test_image.png|class=img-fluid| link=]] |
| | </div> |
| | <div class="card-footer">Footer text 3</div> |
| | </div><!-- End of card --> |
| | </div><!-- End of col 3--> |
|
| |
|
| <div id="carouselExample" class="carousel slide">
| | </div><!-- End of row 1--> |
| <div class="carousel-inner">
| |
| <div class="carousel-item active">
| |
| <img src="..." class="d-block w-100" alt="...">
| |
| </div>
| |
| <div class="carousel-item">
| |
| <img src="..." class="d-block w-100" alt="...">
| |
| </div>
| |
| <div class="carousel-item">
| |
| <img src="..." class="d-block w-100" alt="...">
| |
| </div>
| |
| </div>
| |
| <button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
| |
| <span class="carousel-control-prev-icon" aria-hidden="true"></span>
| |
| <span class="visually-hidden">Previous</span>
| |
| </button>
| |
| <button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
| |
| <span class="carousel-control-next-icon" aria-hidden="true"></span>
| |
| <span class="visually-hidden">Next</span>
| |
| </button>
| |
| </div> | | </div> |