Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2026 AISViz, Dalhousie University
Copyright (c) 2023-2026 MAPS Lab, Dalhousie University

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AISViz Website

Static website for the [AISViz](https://github.com/AISViz) project, a research initiative at
Static website for the [AISViz](https://github.com/MAPS-Lab) project, a research initiative at
Dalhousie University focused on making maritime informatics accessible to everyone through
open-source tools built around Automatic Identification System (AIS) data.

Expand Down Expand Up @@ -39,13 +39,13 @@ Then visit http://localhost:8000.

## Related projects

- [AISdb](https://github.com/AISViz/AISdb) is the Python package for smart AIS data storage and
- [AISdb](https://github.com/MAPS-Lab/AISdb) is the Python package for smart AIS data storage and
integration.
- [AISdb-lite](https://github.com/AISViz/AISdb-lite) is a lightweight version of AISdb with
- [AISdb-lite](https://github.com/MAPS-Lab/AISdb-lite) is a lightweight version of AISdb with
spatio-temporal capabilities on PostGIS and TigerData.
- [NOAA-Integrator](https://github.com/AISViz/NOAA-Integrator) acquires and processes Marine
- [NOAA-Integrator](https://github.com/MAPS-Lab/AISdb-NOAA-Integrator) acquires and processes Marine
Cadastre AIS data into an AISdb-aligned database.
- [Tutorials](https://github.com/AISViz/Tutorials) holds hands-on Jupyter notebooks that walk
- [Tutorials](https://github.com/MAPS-Lab/AISdb-Tutorials) holds hands-on Jupyter notebooks that walk
through AISdb, from database loading to bathymetry.

## License
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="fw-bold text-primary display-4 text-dark">Welcome to <a style="font-w
<a href="https://aisviz.cs.dal.ca/AISdb/" class="btn btn-lg btn-outline-secondary" style="font-weight: 500;">
<i class="fas fa-cogs"></i> API
</a>
<a href="https://github.com/AISViz" class="btn btn-lg btn-outline-secondary" style="font-weight: 500;">
<a href="https://github.com/MAPS-Lab" class="btn btn-lg btn-outline-secondary" style="font-weight: 500;">
<i class="fab fa-github"></i> GitHub
</a>

Expand Down