whats-new-in-adam-interactive-anatomy.html
3.86 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="css/custom.css">
<title>What's New in A.D.A.M. Interactive Anatomy?</title>
</head>
<body>
<div class="container-fluid h-100">
<div class="d-block d-md-none showmenu">
<button class="btn btn-block bg-transparent text-white">show Menu</button>
</div>
<div class="row h-100">
<div class="sidebar">
<ul >
<li>
<a href="index.html">01. Introduction to A.D.A.M. Interactive Anatomy</a>
</li>
<li class="active">
<a href="whats-new-in-adam-interactive-anatomy.html">02. What's New in A.D.A.M. Interactive Anatomy?</a>
</li>
<li>
<a href="customer-support.html">03. Customer Support</a>
</li>
<li>
<a href="system-requirements.html">04. System Requirements</a>
</li>
<li>
<a href="getting-started.html">05. Getting Started</a>
</li>
<li>
<a href="working-with-dissectible-anatomy.html">06. Working with Dissectible Anatomy</a>
</li>
<li>
<a href="working-with-atlas-anatomy.html">07. Working with Atlas Anatomy</a>
</li>
<li>
<a href="working-3d-anatomy.html">08. Working with 3D Anatomy</a>
</li>
<li>
<a href="working-curriculum-builder.html">09. Working with Curriculum Builder</a>
</li>
<li>
<a href="working-lab-exercise.html">10. Working with LAB Exercises</a>
</li>
</ul>
</div>
<div class="content">
<h2 class="panel-heading">What's New in A.D.A.M. Interactive Anatomy?</h2>
<div class="col-12">
<p><strong>The following features have been added to A.D.A.M. Interactive Anatomy:</strong></p>
<ul>
<li>Access A.D.A.M. Interactive Anatomy anywhere, anytime with convenient online access</li>
<li>All new HTML5 versions of Dissectible Anatomy, Atlas Anatomy, 3D Anatomy, Clinical Illustrations, Clinical Animations, Lab Exercises and A.D.A.M. OnDemand modules which can be accessed via Android or iOS tablets.</li>
<li>Completely new 3D library – Anatomy comes to life with hundreds of specific detailed structures in the highest resolution available with full rotation and enhanced views</li>
<li>Multimedia Encyclopedia – A.D.A.M.’s Multimedia Encyclopedia is a comprehensive, continuously updated knowledge base that includes diseases, conditions, symptoms, tests, surgeries, and more</li>
<li>Over 3,000 accurate illustrations for teaching and learning clinical applications, including disease states, injuries, first aid, surgeries, cellular components and more</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script>
$(document).ready(function(){
$('.showmenu button').on('click', function(){
$('.sidebar').toggleClass('show');
});
});
</script>
</body>
</html>