From 2243c8dfdcb03b19158c78e07963114280c34494 Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Thu, 11 Apr 2024 08:51:30 +0100 Subject: [PATCH 1/2] Updating __init__.py --- polar_route/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/polar_route/__init__.py b/polar_route/__init__.py index b3763bf6..89a3d3eb 100644 --- a/polar_route/__init__.py +++ b/polar_route/__init__.py @@ -1,9 +1,9 @@ __version__ = "0.3.12" __description__ = "PolarRoute: Long-distance maritime polar route planning taking into account complex changing environmental conditions" __license__ = "MIT" -__author__ = "Jonathan Smith, Samuel Hall, George Coombs, Harrison Abbot, Ayat Fekry, James Byrne, Michael Thorne, Maria Fox" -__email__ = "polarroute@bas.ac.uk" -__copyright__ = "2022-2023, BAS AI Lab" +__author__ = "Autonomous Marine Operations Planning (AMOP) Team, AI Lab, British Antarctic Survey" +__email__ = "amop@bas.ac.uk" +__copyright__ = "2021-, BAS AI Lab" # Wrapped in try-except so that setup.py can import polar_route without crashing due to dependency errors try: @@ -16,4 +16,4 @@ from polar_route.route_planner import RoutePlanner as RoutePlanner except ModuleNotFoundError as err: - print(f'{err}\n Is PolarRoute installed correctly?') + print(f'{err}\n Is PolarRoute installed correctly?') \ No newline at end of file From faf4302b16318f559d4e05ddb287cdfa6385521b Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Thu, 11 Apr 2024 08:52:54 +0100 Subject: [PATCH 2/2] Updating README.md Authorship --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fc6098b..0a25cce8 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ Sometimes the cache needs to be cleared for internal links to update. If facing rm -r docs/html/.doctrees/ ``` ## Developers -Jonathan Smith, Samuel Hall, George Coombs, James Byrne, Michael Thorne, Maria Fox, Harrison Abbot, Ayat Fekry +Autonomous Marine Operations Planning (AMOP) Team, AI Lab, British Antarctic Survey ## Collaboration -We are currently assessing the best practice for collaboration on the codebase, until then please contact [polarroute@bas.ac.uk](polarroute@bas.ac.uk) for further info. +We are currently assessing the best practice for collaboration on the codebase, until then please contact [amop@bas.ac.uk](amop@bas.ac.uk) for further info. ## License This software is licensed under a MIT license, but request users cite our publication.