layout |
---|
home |
As GBIF nodes, one of our goals is to highlight our publishers and their data.
To achieve this, the Atlas of Living Australia (ALA) developed a huge open source platform with several modules re-usable by other organizations.
Since 2013, the community around this tool has organized technical workshops to present ALA modules to other institutions that wanted to implement it, to improve already existing national data portals and to learn from each other’s achievements.
<div class="col-md-4">
<div class="card">
<div class="icon-wrap px-4 pt-4">
<div class="icon d-flex justify-content-center align-items-center bg-warning rounded-circle">
<i class="mdi mdi-gamepad-circle" aria-hidden="true"></i>
</div>
</div>
<div class="card-body pb-5 px-4">
<h5 class="card-title">LA Management Committee</h5>
<p class="card-text">The LAMC is responsible for the global management of the LA community.</p>
<a href="{{ "/about/lamc" | relative_url }}" class="btn btn-warning">Read more</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="icon-wrap px-4 pt-4">
<div class="icon d-flex justify-content-center align-items-center bg-success rounded-circle">
<i class="mdi mdi-rocket-launch" aria-hidden="true"></i>
</div>
</div>
<div class="card-body pb-5 px-4">
<h5 class="card-title">For technical people</h5>
<p class="card-text">To evaluate the LA software and install and maintain a LA Portal is more easy than never.</p>
<a href="{{ "/quick-start" | relative_url }}" class="btn btn-success">Quick start</a>
</div>
</div>
</div>