|
| 1 | + |
| 2 | +<div id="rsmd-carousel" class="carousel slide rounded-2 text-center pb-4" data-bs-ride="carousel" data-bs-touch="true"> |
| 3 | + <div class="carousel-inner"> |
| 4 | + <div class="carousel-item active rounded-2" data-bs-interval="20000"> |
| 5 | + <dl class="m-3 px-md-5"> |
| 6 | + <dt>RSMD 4.1</dt> |
| 7 | + <dd class="px-5">Add software name and description of the software's functionality and purpose <a class="fw-bold" href="https://fair-impact.github.io/RSMD-guidelines/4.Description_Classification/#rsmd-41">[...]</a></dd> |
| 8 | + <dd class="fst-italic fw-bold">Essential</dd> |
| 9 | + </dl> |
| 10 | + </div> |
| 11 | + <div class="carousel-item rounded-2" data-bs-interval="20000"> |
| 12 | + <dl class="m-3 px-md-5"> |
| 13 | + <dt>RSMD 4.2</dt> |
| 14 | + <dd class="px-5">Add descriptive metadata for classification purposes embedded in the code <a class="fw-bold" href="https://fair-impact.github.io/RSMD-guidelines/4.Description_Classification/#rsmd-42">[...]</a></dd> |
| 15 | + <dd class="fst-italic fw-bold">Important</dd> |
| 16 | + </dl> |
| 17 | + </div> |
| 18 | + <div class="carousel-item rounded-2" data-bs-interval="20000"> |
| 19 | + <dl class="m-3 px-md-5"> |
| 20 | + <dt>RSMD 4.3</dt> |
| 21 | + <dd class="px-5">Cite related resources (e.g journal articles) describing the software with a persistent identifier or stable URL <a class="fw-bold" href="https://fair-impact.github.io/RSMD-guidelines/4.Description_Classification/#rsmd-43">[...]</a></dd> |
| 22 | + <dd class="fst-italic fw-bold">Important</dd> |
| 23 | + </dl> |
| 24 | + </div> |
| 25 | + <div class="carousel-item rounded-2" data-bs-interval="20000"> |
| 26 | + <dl class="m-3 px-md-5"> |
| 27 | + <dt>RSMD 4.4</dt> |
| 28 | + <dd class="px-5">Add descriptive metadata of the software in a machine readable format <a class="fw-bold" href="https://fair-impact.github.io/RSMD-guidelines/4.Description_Classification/#rsmd-44" >[...]</a></dd> |
| 29 | + <dd class="fst-italic fw-bold">Important</dd> |
| 30 | + </dl> |
| 31 | + </div> |
| 32 | + <div class="carousel-item rounded-2" data-bs-interval="20000"> |
| 33 | + <dl class="m-3 px-md-5"> |
| 34 | + <dt>RSMD 5.1</dt> |
| 35 | + <dd class="px-5">Add intrinsic metadata about authors, this information can be captured in a human readable format <a class="fw-bold" href="https://fair-impact.github.io/RSMD-guidelines/5.Credit_Attribution/#rsmd-51">[...]</a></dd> |
| 36 | + <dd class="fst-italic fw-bold">Essential</dd> |
| 37 | + </dl> |
| 38 | + </div> |
| 39 | + <button class="carousel-control-prev" type="button" data-bs-target="#rsmd-carousel" data-bs-slide="prev"> |
| 40 | + <span class="carousel-control-prev-icon" aria-hidden="true"></span> |
| 41 | + <span class="visually-hidden">Previous</span> |
| 42 | + </button> |
| 43 | + <button class="carousel-control-next" type="button" data-bs-target="#rsmd-carousel" data-bs-slide="next"> |
| 44 | + <span class="carousel-control-next-icon" aria-hidden="true"></span> |
| 45 | + <span class="visually-hidden">Next</span> |
| 46 | + </button> |
| 47 | + </div> |
| 48 | + <div class="carousel-indicators my-0"> |
| 49 | + <button type="button" data-bs-target="#rsmd-carousel" data-bs-slide-to="0" class="carousel-indicator active" aria-current="true" aria-label="Slide 1"></button> |
| 50 | + <button type="button" data-bs-target="#rsmd-carousel" data-bs-slide-to="1" class="carousel-indicator" aria-label="Slide 2"></button> |
| 51 | + <button type="button" data-bs-target="#rsmd-carousel" data-bs-slide-to="2" class="carousel-indicator" aria-label="Slide 3"></button> |
| 52 | + <button type="button" data-bs-target="#rsmd-carousel" data-bs-slide-to="3" class="carousel-indicator" aria-label="Slide 4"></button> |
| 53 | + <button type="button" data-bs-target="#rsmd-carousel" data-bs-slide-to="4" class="carousel-indicator" aria-label="Slide 5"></button> |
| 54 | + </div> |
| 55 | +</div> |
0 commit comments