diff --git a/.gitmodules b/.gitmodules index 363522775..a2d852ac5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "docker/pennai-arm64-deps"] - path = docker/pennai-arm64-deps - url = https://github.com/EpistasisLab/pennai-arm64-deps +; [submodule "docker/pennai-arm64-deps"] +; path = docker/pennai-arm64-deps +; url = https://github.com/EpistasisLab/pennai-arm64-deps diff --git a/ai/__init__.py b/ai/__init__.py index 6b05da051..1ac2b9c11 100644 --- a/ai/__init__.py +++ b/ai/__init__.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/ai.py b/ai/ai.py index 1a4becce1..4e8969c85 100644 --- a/ai/ai.py +++ b/ai/ai.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/api_utils.py b/ai/api_utils.py index 17ec2eb39..a3d82df89 100644 --- a/ai/api_utils.py +++ b/ai/api_utils.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/knowledgebase_utils.py b/ai/knowledgebase_utils.py index 776623286..a4bd45cd4 100644 --- a/ai/knowledgebase_utils.py +++ b/ai/knowledgebase_utils.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/metalearning/__init__.py b/ai/metalearning/__init__.py index 21a211975..79ef7727a 100644 --- a/ai/metalearning/__init__.py +++ b/ai/metalearning/__init__.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/metalearning/dataset_describe.py b/ai/metalearning/dataset_describe.py index fce811ed8..287ae9004 100644 --- a/ai/metalearning/dataset_describe.py +++ b/ai/metalearning/dataset_describe.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/metalearning/export_to_mongo.py b/ai/metalearning/export_to_mongo.py index 5310fe9f4..acf43f5a7 100644 --- a/ai/metalearning/export_to_mongo.py +++ b/ai/metalearning/export_to_mongo.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/metalearning/get_metafeatures.py b/ai/metalearning/get_metafeatures.py index 21b252b98..8e149c635 100644 --- a/ai/metalearning/get_metafeatures.py +++ b/ai/metalearning/get_metafeatures.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/metalearning/make_meta_ml_dataset.py b/ai/metalearning/make_meta_ml_dataset.py index 777b79d98..70ebb3db1 100644 --- a/ai/metalearning/make_meta_ml_dataset.py +++ b/ai/metalearning/make_meta_ml_dataset.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/metalearning/tests/test_dataset_describe.py b/ai/metalearning/tests/test_dataset_describe.py index f960a7c46..c22296803 100644 --- a/ai/metalearning/tests/test_dataset_describe.py +++ b/ai/metalearning/tests/test_dataset_describe.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/metalearning/tests/test_get_metafeatures.py b/ai/metalearning/tests/test_get_metafeatures.py index e93df49e7..8815eba32 100644 --- a/ai/metalearning/tests/test_get_metafeatures.py +++ b/ai/metalearning/tests/test_get_metafeatures.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/metrics.py b/ai/metrics.py index 39e7541e9..24beeb68a 100644 --- a/ai/metrics.py +++ b/ai/metrics.py @@ -1,3 +1,30 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" # -*- coding: utf-8 -*- """This scoring file is part of the TPOT library. diff --git a/ai/q_utils.py b/ai/q_utils.py index 959227b28..6c268eddf 100644 --- a/ai/q_utils.py +++ b/ai/q_utils.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/recommender/__init__.py b/ai/recommender/__init__.py index 23f102f66..ce9c871f1 100644 --- a/ai/recommender/__init__.py +++ b/ai/recommender/__init__.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/recommender/average_recommender.py b/ai/recommender/average_recommender.py index fe5600444..feed92f5a 100644 --- a/ai/recommender/average_recommender.py +++ b/ai/recommender/average_recommender.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/recommender/base.py b/ai/recommender/base.py index 32054864d..02321d084 100644 --- a/ai/recommender/base.py +++ b/ai/recommender/base.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/recommender/knn_meta_recommender.py b/ai/recommender/knn_meta_recommender.py index 55f360484..7d49afb53 100644 --- a/ai/recommender/knn_meta_recommender.py +++ b/ai/recommender/knn_meta_recommender.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/recommender/random_recommender.py b/ai/recommender/random_recommender.py index fd7b2013a..7ddb88a4d 100644 --- a/ai/recommender/random_recommender.py +++ b/ai/recommender/random_recommender.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/recommender/surprise_recommenders.py b/ai/recommender/surprise_recommenders.py index a08bcd342..711e23bc2 100644 --- a/ai/recommender/surprise_recommenders.py +++ b/ai/recommender/surprise_recommenders.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/request_manager.py b/ai/request_manager.py index d6bbe03dc..891a15db8 100644 --- a/ai/request_manager.py +++ b/ai/request_manager.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/sklearn/__init__.py b/ai/sklearn/__init__.py index 4f5099c76..b7b40a88b 100644 --- a/ai/sklearn/__init__.py +++ b/ai/sklearn/__init__.py @@ -1 +1,28 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" from .pennai_sklearn import PennAIClassifier, PennAIRegressor diff --git a/ai/sklearn/config/__init__.py b/ai/sklearn/config/__init__.py index a54ba125d..2762f01ea 100644 --- a/ai/sklearn/config/__init__.py +++ b/ai/sklearn/config/__init__.py @@ -1,2 +1,29 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" from .classifiers import classifier_config_dict from .regressors import regressor_config_dict diff --git a/ai/sklearn/config/classifiers.py b/ai/sklearn/config/classifiers.py index 206e69f3b..142c05b99 100644 --- a/ai/sklearn/config/classifiers.py +++ b/ai/sklearn/config/classifiers.py @@ -1,3 +1,30 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" classifier_config_dict = { # Original six classifiers diff --git a/ai/sklearn/config/regressors.py b/ai/sklearn/config/regressors.py index e7c11e03e..d50c87b74 100644 --- a/ai/sklearn/config/regressors.py +++ b/ai/sklearn/config/regressors.py @@ -1,3 +1,30 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" regressor_config_dict = { 'sklearn.tree.DecisionTreeRegressor': { 'params': { diff --git a/ai/sklearn/pennai_sklearn.py b/ai/sklearn/pennai_sklearn.py index 88b3a799a..a77d211a4 100644 --- a/ai/sklearn/pennai_sklearn.py +++ b/ai/sklearn/pennai_sklearn.py @@ -1,3 +1,30 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" import numpy as np import pandas as pd import time diff --git a/ai/tests/lab_api_mocker.py b/ai/tests/lab_api_mocker.py index e0d65020c..ed9551613 100644 --- a/ai/tests/lab_api_mocker.py +++ b/ai/tests/lab_api_mocker.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/tests/test_ai.py b/ai/tests/test_ai.py index f80088075..9b2c9122e 100644 --- a/ai/tests/test_ai.py +++ b/ai/tests/test_ai.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/tests/test_ai_and_api_utils.py b/ai/tests/test_ai_and_api_utils.py index 8969d4b8f..26c200b08 100644 --- a/ai/tests/test_ai_and_api_utils.py +++ b/ai/tests/test_ai_and_api_utils.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/tests/test_api_utils.py b/ai/tests/test_api_utils.py index 9540b9204..16daa3cd8 100644 --- a/ai/tests/test_api_utils.py +++ b/ai/tests/test_api_utils.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/tests/test_knowledgebase_utils.py b/ai/tests/test_knowledgebase_utils.py index 3a6c257cf..c90095852 100644 --- a/ai/tests/test_knowledgebase_utils.py +++ b/ai/tests/test_knowledgebase_utils.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/tests/test_knowledgebase_utils_profile.py b/ai/tests/test_knowledgebase_utils_profile.py index d1a2b3d19..1a6567543 100644 --- a/ai/tests/test_knowledgebase_utils_profile.py +++ b/ai/tests/test_knowledgebase_utils_profile.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/tests/test_recommender.py b/ai/tests/test_recommender.py index 96c7b9055..6c55a6e69 100644 --- a/ai/tests/test_recommender.py +++ b/ai/tests/test_recommender.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/ai/tests/test_sklearn_api.py b/ai/tests/test_sklearn_api.py index 803f956b0..4e2aba967 100644 --- a/ai/tests/test_sklearn_api.py +++ b/ai/tests/test_sklearn_api.py @@ -1,3 +1,30 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" from ai.sklearn import PennAIClassifier, PennAIRegressor from sklearn.datasets import load_iris, load_boston from sklearn.model_selection import train_test_split diff --git a/data/knowledgebases/__init__.py b/data/knowledgebases/__init__.py index 6b05da051..1ac2b9c11 100644 --- a/data/knowledgebases/__init__.py +++ b/data/knowledgebases/__init__.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/data/knowledgebases/add_ids_to_kb.py b/data/knowledgebases/add_ids_to_kb.py index 27ee7b6c7..864a59e80 100644 --- a/data/knowledgebases/add_ids_to_kb.py +++ b/data/knowledgebases/add_ids_to_kb.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/data/knowledgebases/processing/__init__.py b/data/knowledgebases/processing/__init__.py index 6b05da051..1ac2b9c11 100644 --- a/data/knowledgebases/processing/__init__.py +++ b/data/knowledgebases/processing/__init__.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/data/knowledgebases/processing/generate_metafeatures.py b/data/knowledgebases/processing/generate_metafeatures.py index 54852b5f0..29ba6a3de 100644 --- a/data/knowledgebases/processing/generate_metafeatures.py +++ b/data/knowledgebases/processing/generate_metafeatures.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/docker-compose-int-test-rpi.yml b/docker-compose-int-test-rpi.yml deleted file mode 100644 index 666a42daf..000000000 --- a/docker-compose-int-test-rpi.yml +++ /dev/null @@ -1,70 +0,0 @@ -version: '3' - -services: - - tester: - build: ./tests/integration - depends_on: - - lab - - machine - - dbmongo - tty: true - stdin_open: true - command: bash -c "sh /root/wait_pennai.sh && sh /root/int_test_runner.sh" - volumes: - - "./tests/integration/jest:/src/jest" - - "./data/datasets/test/integration:/appsrc/data/datasets/test/integration" - - "./target:/target" - - "./ai/__pycache__:/appsrc/ai/__pycache__" - - "./ai/metalearning/__pycache__:/appsrc/ai/metalearning/__pycache__" - - lab: - build: - context: . - dockerfile: docker/lab/rpi.Dockerfile - tty: true - stdin_open: true - volumes: - - "./:/appsrc" - - "/appsrc/lab/webapp/node_modules" - - "/appsrc/lab/node_modules" - ports: - #- "443:443" - - "5080:5080" - environment: - - AI_RECOMMENDER=random - - AI_NUMRECOMMEND=1 - - AI_AUTOSTART=1 - - STARTUP_DATASET_PATH=/appsrc/data/datasets/test/test_mixed - env_file: ./config/common.env - depends_on: - - dbmongo - - machine: - build: - context: . - dockerfile: docker/machine/rpi.Dockerfile - tty: true - stdin_open: true - volumes: - - "./:/appsrc" - - "/appsrc/machine/node_modules" - ports: - - "5081:5081" - environment: - - STARTUP_DATASET_PATH=/appsrc/data/datasets/test/test_mixed - - MACHINE_PORT=5081 - env_file: ./config/common.env - depends_on: - - lab - - dbmongo - - dbmongo: - build: - context: . - dockerfile: docker/dbmongo/rpi.Dockerfile - tty: true - stdin_open: true - ports: - - "27017:27017" - env_file: ./config/common.env diff --git a/docker-compose-multiarch.yml b/docker-compose-multiarch.yml deleted file mode 100644 index 6f20a77ff..000000000 --- a/docker-compose-multiarch.yml +++ /dev/null @@ -1,57 +0,0 @@ -version: '3' - -services: - lab: - build: - context: . - dockerfile: docker/lab/Dockerfile - x-bake: - platforms: - - linux/arm64 - tty: true - stdin_open: true - volumes: - - "./:/appsrc" - - "/appsrc/lab/webapp/node_modules" - - "/appsrc/lab/node_modules" - ports: - - "5080:5080" - env_file: - - ./config/common.env - - ./config/ai.env - depends_on: - - dbmongo - - machine: - build: - context: . - dockerfile: docker/machine/Dockerfile - x-bake: - platforms: - - linux/arm64 - tty: true - stdin_open: true - volumes: - - "./:/appsrc" - - "/appsrc/machine/node_modules" - ports: - - "5081:5081" - env_file: ./config/common.env - environment: - - MACHINE_PORT=5081 - depends_on: - - lab - - dbmongo - - dbmongo: - build: - context: . - dockerfile: docker/dbmongo/Dockerfile - x-bake: - platforms: - - linux/arm64 - tty: true - stdin_open: true - ports: - - "27017:27017" - env_file: ./config/common.env diff --git a/docker-compose-raspberrypi-production.yml b/docker-compose-raspberrypi-production.yml deleted file mode 100644 index 7021f1e79..000000000 --- a/docker-compose-raspberrypi-production.yml +++ /dev/null @@ -1,56 +0,0 @@ -# Build production images -version: '3' - -services: - lab: - build: - context: . - dockerfile: docker/lab/rpi_production.Dockerfile - image: "aliro_lab:${TAG}" - tty: true - stdin_open: true - volumes: - - "/appsrc" - - "./data/datasets/user:/appsrc/data/datasets/user" - - "./data/recommenders/pennaiweb:/appsrc/data/recommenders/pennaiweb" - - "./target:/appsrc/target" - ports: - - "5080:5080" - env_file: - - ./config/common.env - - ./config/ai.env - depends_on: - - dbmongo - restart: always - - machine: - build: - context: . - dockerfile: docker/machine/rpi_production.Dockerfile - image: "aliro_machine:${TAG}" - tty: true - stdin_open: true - volumes: - - "/appsrc" - - "./target:/appsrc/target" - ports: - - "5081:5081" - env_file: ./config/common.env - environment: - - MACHINE_PORT=5081 - depends_on: - - lab - - dbmongo - restart: always - - dbmongo: - build: - context: . - dockerfile: docker/dbmongo/rpi.Dockerfile - image: "aliro_dbmongo:${TAG}" - tty: true - stdin_open: true - ports: - - "27017:27017" - env_file: ./config/common.env - restart: always diff --git a/docker-compose-raspberrypi.yml b/docker-compose-raspberrypi.yml deleted file mode 100644 index 397a5ac43..000000000 --- a/docker-compose-raspberrypi.yml +++ /dev/null @@ -1,48 +0,0 @@ -version: '3' - -services: - lab: - build: - context: . - dockerfile: docker/lab/rpi.Dockerfile - tty: true - stdin_open: true - volumes: - - "./:/appsrc" - - "/appsrc/lab/webapp/node_modules" - - "/appsrc/lab/node_modules" - ports: - - "5080:5080" - env_file: - - ./config/common.env - - ./config/ai.env - depends_on: - - dbmongo - - machine: - build: - context: . - dockerfile: docker/machine/rpi.Dockerfile - tty: true - stdin_open: true - volumes: - - "./:/appsrc" - - "/appsrc/machine/node_modules" - ports: - - "5081:5081" - env_file: ./config/common.env - environment: - - MACHINE_PORT=5081 - depends_on: - - lab - - dbmongo - - dbmongo: - build: - context: . - dockerfile: docker/dbmongo/rpi.Dockerfile - tty: true - stdin_open: true - ports: - - "27017:27017" - env_file: ./config/common.env diff --git a/docker-compose-unit-test-rpi.yml b/docker-compose-unit-test-rpi.yml deleted file mode 100644 index b2cf26966..000000000 --- a/docker-compose-unit-test-rpi.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: '3' - -services: - unit_tester: - build: - context: . - dockerfile: tests/unit/rpi.Dockerfile - working_dir: /appsrc - command: bash -c "dos2unix tests/unit/unit_test_runner.sh && sh tests/unit/unit_test_runner.sh" - tty: true - stdin_open: true - volumes: - - "./:/appsrc" - - "/appsrc/lab/webapp/node_modules" - - "/appsrc/lab/node_modules" diff --git a/docs/PennAI_Demo/scripts_5bff04d5758a07002ce3b3bf.py b/docs/PennAI_Demo/scripts_5bff04d5758a07002ce3b3bf.py index ec66698f4..c3ef8768d 100644 --- a/docs/PennAI_Demo/scripts_5bff04d5758a07002ce3b3bf.py +++ b/docs/PennAI_Demo/scripts_5bff04d5758a07002ce3b3bf.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/docs/source/conf.py b/docs/source/conf.py index 6a0704efe..b48f40e90 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/api/default.js b/lab/api/default.js index 4734eebad..5016f5df3 100644 --- a/lab/api/default.js +++ b/lab/api/default.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/api/preferences.js b/lab/api/preferences.js index 74d4ca06b..d4d4fc6cc 100644 --- a/lab/api/preferences.js +++ b/lab/api/preferences.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/api/userdatasets.js b/lab/api/userdatasets.js index 9d6edb838..fb6c7b265 100644 --- a/lab/api/userdatasets.js +++ b/lab/api/userdatasets.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/api/userexperiments.js b/lab/api/userexperiments.js index d415187b9..3051f0609 100644 --- a/lab/api/userexperiments.js +++ b/lab/api/userexperiments.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/db.js b/lab/db.js index 0d7560c23..f2593e9c5 100644 --- a/lab/db.js +++ b/lab/db.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/lab.config.js b/lab/lab.config.js index 5c91abb9c..21a255743 100644 --- a/lab/lab.config.js +++ b/lab/lab.config.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/lab.js b/lab/lab.js index e69d557fd..c8312c399 100644 --- a/lab/lab.js +++ b/lab/lab.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/pyutils.js b/lab/pyutils.js index d1b7d03dd..b5eb56f85 100644 --- a/lab/pyutils.js +++ b/lab/pyutils.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/pyutils/__init__.py b/lab/pyutils/__init__.py index 6b05da051..1ac2b9c11 100644 --- a/lab/pyutils/__init__.py +++ b/lab/pyutils/__init__.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/pyutils/loadInitialDatasets.py b/lab/pyutils/loadInitialDatasets.py index 981e1f05c..a43d3ccf0 100644 --- a/lab/pyutils/loadInitialDatasets.py +++ b/lab/pyutils/loadInitialDatasets.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/pyutils/tests/test_loadInitialDatasets.py b/lab/pyutils/tests/test_loadInitialDatasets.py index e12a34591..9a01b94b4 100644 --- a/lab/pyutils/tests/test_loadInitialDatasets.py +++ b/lab/pyutils/tests/test_loadInitialDatasets.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/pyutils/tests/test_validateDataset.py b/lab/pyutils/tests/test_validateDataset.py index 15304a852..b00f416db 100644 --- a/lab/pyutils/tests/test_validateDataset.py +++ b/lab/pyutils/tests/test_validateDataset.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/pyutils/validateDataset.py b/lab/pyutils/validateDataset.py index 306a1cced..dadb2fe69 100644 --- a/lab/pyutils/validateDataset.py +++ b/lab/pyutils/validateDataset.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/sample.test.js b/lab/sample.test.js index 1fd0d8892..0955772b9 100644 --- a/lab/sample.test.js +++ b/lab/sample.test.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/socketServer.js b/lab/socketServer.js index d21f9d22b..0e71db8d2 100644 --- a/lab/socketServer.js +++ b/lab/socketServer.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/users.js b/lab/users.js index aa4d7b059..eb7431088 100644 --- a/lab/users.js +++ b/lab/users.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/validator.js b/lab/validator.js index e3867594b..5d0eced92 100644 --- a/lab/validator.js +++ b/lab/validator.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Admin/components/ProjectModal/index.jsx b/lab/webapp/src/components/Admin/components/ProjectModal/index.jsx index 592348729..47b8d962e 100644 --- a/lab/webapp/src/components/Admin/components/ProjectModal/index.jsx +++ b/lab/webapp/src/components/Admin/components/ProjectModal/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Admin/index.jsx b/lab/webapp/src/components/Admin/index.jsx index 58cf2bf35..8312560ee 100644 --- a/lab/webapp/src/components/Admin/index.jsx +++ b/lab/webapp/src/components/Admin/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/App/Navbar/index.jsx b/lab/webapp/src/components/App/Navbar/index.jsx index a88a77736..47b64edeb 100644 --- a/lab/webapp/src/components/App/Navbar/index.jsx +++ b/lab/webapp/src/components/App/Navbar/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/App/data/actions.js b/lab/webapp/src/components/App/data/actions.js index d4ca96ed7..f983661f1 100644 --- a/lab/webapp/src/components/App/data/actions.js +++ b/lab/webapp/src/components/App/data/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/App/data/api.js b/lab/webapp/src/components/App/data/api.js index 29ff7f346..992d0322f 100644 --- a/lab/webapp/src/components/App/data/api.js +++ b/lab/webapp/src/components/App/data/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/App/data/index.js b/lab/webapp/src/components/App/data/index.js index 26f6e2f7f..fcb29856e 100644 --- a/lab/webapp/src/components/App/data/index.js +++ b/lab/webapp/src/components/App/data/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/App/index.jsx b/lab/webapp/src/components/App/index.jsx index e699347a7..eabb6b511 100644 --- a/lab/webapp/src/components/App/index.jsx +++ b/lab/webapp/src/components/App/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/BarChart/index.jsx b/lab/webapp/src/components/BarChart/index.jsx index 1121d09d6..fd44444f4 100644 --- a/lab/webapp/src/components/BarChart/index.jsx +++ b/lab/webapp/src/components/BarChart/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/BarPlot/index.jsx b/lab/webapp/src/components/BarPlot/index.jsx index 858f1f336..9cd2438c8 100644 --- a/lab/webapp/src/components/BarPlot/index.jsx +++ b/lab/webapp/src/components/BarPlot/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Builder/components/AlgorithmOptions/index.jsx b/lab/webapp/src/components/Builder/components/AlgorithmOptions/index.jsx index 64c756e76..42dbc88fe 100644 --- a/lab/webapp/src/components/Builder/components/AlgorithmOptions/index.jsx +++ b/lab/webapp/src/components/Builder/components/AlgorithmOptions/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Builder/components/ParameterOptions/index.jsx b/lab/webapp/src/components/Builder/components/ParameterOptions/index.jsx index 932b76794..806bb6739 100644 --- a/lab/webapp/src/components/Builder/components/ParameterOptions/index.jsx +++ b/lab/webapp/src/components/Builder/components/ParameterOptions/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Builder/index.jsx b/lab/webapp/src/components/Builder/index.jsx index 6dc871c30..d6ad2aca7 100644 --- a/lab/webapp/src/components/Builder/index.jsx +++ b/lab/webapp/src/components/Builder/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/ConfusionMatrixJSONRender/index copy later.jsx b/lab/webapp/src/components/ConfusionMatrixJSONRender/index copy later.jsx index de693fddf..59bc14e24 100644 --- a/lab/webapp/src/components/ConfusionMatrixJSONRender/index copy later.jsx +++ b/lab/webapp/src/components/ConfusionMatrixJSONRender/index copy later.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/ConfusionMatrixJSONRender/index copy.jsx b/lab/webapp/src/components/ConfusionMatrixJSONRender/index copy.jsx index 91cfe2fb1..3f8890a63 100644 --- a/lab/webapp/src/components/ConfusionMatrixJSONRender/index copy.jsx +++ b/lab/webapp/src/components/ConfusionMatrixJSONRender/index copy.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/ConfusionMatrixJSONRender/index.jsx b/lab/webapp/src/components/ConfusionMatrixJSONRender/index.jsx index b02e69762..2d98de84f 100644 --- a/lab/webapp/src/components/ConfusionMatrixJSONRender/index.jsx +++ b/lab/webapp/src/components/ConfusionMatrixJSONRender/index.jsx @@ -1,14 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Hyunjun Choi (hyunjun.choi@cshs.org) - - - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Dataset/components/DatasetModal.jsx b/lab/webapp/src/components/Dataset/components/DatasetModal.jsx index 75002c29a..20f30c59a 100644 --- a/lab/webapp/src/components/Dataset/components/DatasetModal.jsx +++ b/lab/webapp/src/components/Dataset/components/DatasetModal.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Dataset/index.jsx b/lab/webapp/src/components/Dataset/index.jsx index 144afe268..3829c1341 100644 --- a/lab/webapp/src/components/Dataset/index.jsx +++ b/lab/webapp/src/components/Dataset/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/BestResult/index.jsx b/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/BestResult/index.jsx index 9d9ca4b7f..b3b187484 100644 --- a/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/BestResult/index.jsx +++ b/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/BestResult/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/DatasetActions/index.jsx b/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/DatasetActions/index.jsx index 4b81cab65..108ffa93f 100644 --- a/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/DatasetActions/index.jsx +++ b/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/DatasetActions/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/ExperimentStatus/index.jsx b/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/ExperimentStatus/index.jsx index 7e08a3ecc..cd8799fb2 100644 --- a/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/ExperimentStatus/index.jsx +++ b/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/components/ExperimentStatus/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/index.jsx b/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/index.jsx index 15db82cd9..bc0b1b073 100644 --- a/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/index.jsx +++ b/lab/webapp/src/components/Datasets/components/AddNewDatasetCard/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/components/DatasetCard/components/BestResult/index.jsx b/lab/webapp/src/components/Datasets/components/DatasetCard/components/BestResult/index.jsx index 9749c9757..bfb3f922f 100644 --- a/lab/webapp/src/components/Datasets/components/DatasetCard/components/BestResult/index.jsx +++ b/lab/webapp/src/components/Datasets/components/DatasetCard/components/BestResult/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/components/DatasetCard/components/DatasetActions/index.jsx b/lab/webapp/src/components/Datasets/components/DatasetCard/components/DatasetActions/index.jsx index c612be0f0..a1303dd48 100644 --- a/lab/webapp/src/components/Datasets/components/DatasetCard/components/DatasetActions/index.jsx +++ b/lab/webapp/src/components/Datasets/components/DatasetCard/components/DatasetActions/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/components/DatasetCard/components/ExperimentStatus/index.jsx b/lab/webapp/src/components/Datasets/components/DatasetCard/components/ExperimentStatus/index.jsx index 639148a7a..18833e8ae 100644 --- a/lab/webapp/src/components/Datasets/components/DatasetCard/components/ExperimentStatus/index.jsx +++ b/lab/webapp/src/components/Datasets/components/DatasetCard/components/ExperimentStatus/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/components/DatasetCard/index.jsx b/lab/webapp/src/components/Datasets/components/DatasetCard/index.jsx index d6c69ff02..751279d18 100644 --- a/lab/webapp/src/components/Datasets/components/DatasetCard/index.jsx +++ b/lab/webapp/src/components/Datasets/components/DatasetCard/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Datasets/index.jsx b/lab/webapp/src/components/Datasets/index.jsx index 8808a7a90..a0f47b66b 100644 --- a/lab/webapp/src/components/Datasets/index.jsx +++ b/lab/webapp/src/components/Datasets/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/DonutChart/index.jsx b/lab/webapp/src/components/DonutChart/index.jsx index 8443b28da..d93cf1902 100644 --- a/lab/webapp/src/components/DonutChart/index.jsx +++ b/lab/webapp/src/components/DonutChart/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Experiments/components/ExperimentFilters/index.jsx b/lab/webapp/src/components/Experiments/components/ExperimentFilters/index.jsx index 55aa277e8..294cb5b25 100644 --- a/lab/webapp/src/components/Experiments/components/ExperimentFilters/index.jsx +++ b/lab/webapp/src/components/Experiments/components/ExperimentFilters/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Experiments/components/ExperimentsTable/components/ExperimentsTableBody/index.jsx b/lab/webapp/src/components/Experiments/components/ExperimentsTable/components/ExperimentsTableBody/index.jsx index 099ae76db..73f396da8 100644 --- a/lab/webapp/src/components/Experiments/components/ExperimentsTable/components/ExperimentsTableBody/index.jsx +++ b/lab/webapp/src/components/Experiments/components/ExperimentsTable/components/ExperimentsTableBody/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Experiments/components/ExperimentsTable/components/ExperimentsTableHeader/index.jsx b/lab/webapp/src/components/Experiments/components/ExperimentsTable/components/ExperimentsTableHeader/index.jsx index 2933a7a64..16c2059ef 100644 --- a/lab/webapp/src/components/Experiments/components/ExperimentsTable/components/ExperimentsTableHeader/index.jsx +++ b/lab/webapp/src/components/Experiments/components/ExperimentsTable/components/ExperimentsTableHeader/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Experiments/components/ExperimentsTable/index.jsx b/lab/webapp/src/components/Experiments/components/ExperimentsTable/index.jsx index c31a8befd..3c981486b 100644 --- a/lab/webapp/src/components/Experiments/components/ExperimentsTable/index.jsx +++ b/lab/webapp/src/components/Experiments/components/ExperimentsTable/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Experiments/index.jsx b/lab/webapp/src/components/Experiments/index.jsx index 2d81a225f..a8308d8c4 100644 --- a/lab/webapp/src/components/Experiments/index.jsx +++ b/lab/webapp/src/components/Experiments/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/FetchError/index.jsx b/lab/webapp/src/components/FetchError/index.jsx index cfd91e1ba..13ad49236 100644 --- a/lab/webapp/src/components/FetchError/index.jsx +++ b/lab/webapp/src/components/FetchError/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/FileUpload/apiTestHelper.js b/lab/webapp/src/components/FileUpload/apiTestHelper.js index 6bdc17447..95bbedb73 100644 --- a/lab/webapp/src/components/FileUpload/apiTestHelper.js +++ b/lab/webapp/src/components/FileUpload/apiTestHelper.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/FileUpload/index.js b/lab/webapp/src/components/FileUpload/index.js index 77be8bbb8..3faebfbb9 100644 --- a/lab/webapp/src/components/FileUpload/index.js +++ b/lab/webapp/src/components/FileUpload/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/FileUploadOrigin/apiTestHelper.js b/lab/webapp/src/components/FileUploadOrigin/apiTestHelper.js index 6bdc17447..95bbedb73 100644 --- a/lab/webapp/src/components/FileUploadOrigin/apiTestHelper.js +++ b/lab/webapp/src/components/FileUploadOrigin/apiTestHelper.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/FileUploadOrigin/fileUpload.test.js b/lab/webapp/src/components/FileUploadOrigin/fileUpload.test.js index 717cb6df9..5665866d1 100644 --- a/lab/webapp/src/components/FileUploadOrigin/fileUpload.test.js +++ b/lab/webapp/src/components/FileUploadOrigin/fileUpload.test.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/FileUploadOrigin/index.js b/lab/webapp/src/components/FileUploadOrigin/index.js index 5d3840dbd..6f8608be8 100644 --- a/lab/webapp/src/components/FileUploadOrigin/index.js +++ b/lab/webapp/src/components/FileUploadOrigin/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Gauge/index.jsx b/lab/webapp/src/components/Gauge/index.jsx index 2e2e87436..ccddf02b7 100644 --- a/lab/webapp/src/components/Gauge/index.jsx +++ b/lab/webapp/src/components/Gauge/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/GaugeAll/index.jsx b/lab/webapp/src/components/GaugeAll/index.jsx index 65ba8fb2d..beafcd8f5 100644 --- a/lab/webapp/src/components/GaugeAll/index.jsx +++ b/lab/webapp/src/components/GaugeAll/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/InvertedCard/index.jsx b/lab/webapp/src/components/InvertedCard/index.jsx index fb3bae7e3..e6718d6d5 100644 --- a/lab/webapp/src/components/InvertedCard/index.jsx +++ b/lab/webapp/src/components/InvertedCard/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/InvertedCardWithDropdown/index.jsx b/lab/webapp/src/components/InvertedCardWithDropdown/index.jsx index 2e789a5c1..64ff246d1 100644 --- a/lab/webapp/src/components/InvertedCardWithDropdown/index.jsx +++ b/lab/webapp/src/components/InvertedCardWithDropdown/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/LineChart/index.jsx b/lab/webapp/src/components/LineChart/index.jsx index 063729d81..a87e4aa1c 100644 --- a/lab/webapp/src/components/LineChart/index.jsx +++ b/lab/webapp/src/components/LineChart/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/NotFound/index.jsx b/lab/webapp/src/components/NotFound/index.jsx index ecffdbaec..8fcced500 100644 --- a/lab/webapp/src/components/NotFound/index.jsx +++ b/lab/webapp/src/components/NotFound/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/ResponsiveGrid/index.jsx b/lab/webapp/src/components/ResponsiveGrid/index.jsx index 42cce12be..ed9ffb57d 100644 --- a/lab/webapp/src/components/ResponsiveGrid/index.jsx +++ b/lab/webapp/src/components/ResponsiveGrid/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/AlgorithmDetails/index.jsx b/lab/webapp/src/components/Results/components/AlgorithmDetails/index.jsx index 3145edcfc..732ba139c 100644 --- a/lab/webapp/src/components/Results/components/AlgorithmDetails/index.jsx +++ b/lab/webapp/src/components/Results/components/AlgorithmDetails/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/ClassRate/index.jsx b/lab/webapp/src/components/Results/components/ClassRate/index.jsx index 97419c6c8..c63aebfd2 100644 --- a/lab/webapp/src/components/Results/components/ClassRate/index.jsx +++ b/lab/webapp/src/components/Results/components/ClassRate/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/ConfusionMatrix/index.jsx b/lab/webapp/src/components/Results/components/ConfusionMatrix/index.jsx index 758686285..0732841c8 100644 --- a/lab/webapp/src/components/Results/components/ConfusionMatrix/index.jsx +++ b/lab/webapp/src/components/Results/components/ConfusionMatrix/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/ConfusionMatrixJSON/index.jsx b/lab/webapp/src/components/Results/components/ConfusionMatrixJSON/index.jsx index 4b7933233..21f3d2e77 100644 --- a/lab/webapp/src/components/Results/components/ConfusionMatrixJSON/index.jsx +++ b/lab/webapp/src/components/Results/components/ConfusionMatrixJSON/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/ImportanceScore/index.jsx b/lab/webapp/src/components/Results/components/ImportanceScore/index.jsx index 610ce6e85..7c4cacaf5 100644 --- a/lab/webapp/src/components/Results/components/ImportanceScore/index.jsx +++ b/lab/webapp/src/components/Results/components/ImportanceScore/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/ImportanceScoreJSON/index.jsx b/lab/webapp/src/components/Results/components/ImportanceScoreJSON/index.jsx index 43b3b0508..d920bc9fd 100644 --- a/lab/webapp/src/components/Results/components/ImportanceScoreJSON/index.jsx +++ b/lab/webapp/src/components/Results/components/ImportanceScoreJSON/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/LearningCurve/index.jsx b/lab/webapp/src/components/Results/components/LearningCurve/index.jsx index 8524c69b2..f5f360e0f 100644 --- a/lab/webapp/src/components/Results/components/LearningCurve/index.jsx +++ b/lab/webapp/src/components/Results/components/LearningCurve/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/LearningCurveJSON/index.jsx b/lab/webapp/src/components/Results/components/LearningCurveJSON/index.jsx index d2edbe329..284f2e00d 100644 --- a/lab/webapp/src/components/Results/components/LearningCurveJSON/index.jsx +++ b/lab/webapp/src/components/Results/components/LearningCurveJSON/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/MSEMAEDetails/index.jsx b/lab/webapp/src/components/Results/components/MSEMAEDetails/index.jsx index 1a9f42b8d..f41484045 100644 --- a/lab/webapp/src/components/Results/components/MSEMAEDetails/index.jsx +++ b/lab/webapp/src/components/Results/components/MSEMAEDetails/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/NoScore/index.jsx b/lab/webapp/src/components/Results/components/NoScore/index.jsx index a6e5bde90..387b598d3 100644 --- a/lab/webapp/src/components/Results/components/NoScore/index.jsx +++ b/lab/webapp/src/components/Results/components/NoScore/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/PCA/index.jsx b/lab/webapp/src/components/Results/components/PCA/index.jsx index d441aee88..0f5ef7dd6 100644 --- a/lab/webapp/src/components/Results/components/PCA/index.jsx +++ b/lab/webapp/src/components/Results/components/PCA/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/PCAJSON/index.jsx b/lab/webapp/src/components/Results/components/PCAJSON/index.jsx index 622a32767..964ccfd64 100644 --- a/lab/webapp/src/components/Results/components/PCAJSON/index.jsx +++ b/lab/webapp/src/components/Results/components/PCAJSON/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/ROCCurve/index.jsx b/lab/webapp/src/components/Results/components/ROCCurve/index.jsx index 1cb1c00f9..fd81c7111 100644 --- a/lab/webapp/src/components/Results/components/ROCCurve/index.jsx +++ b/lab/webapp/src/components/Results/components/ROCCurve/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/RegFigure/index.jsx b/lab/webapp/src/components/Results/components/RegFigure/index.jsx index f2edfb981..f533cfdad 100644 --- a/lab/webapp/src/components/Results/components/RegFigure/index.jsx +++ b/lab/webapp/src/components/Results/components/RegFigure/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/RunDetails/index.jsx b/lab/webapp/src/components/Results/components/RunDetails/index.jsx index 3f6cad952..c6bec2b4b 100644 --- a/lab/webapp/src/components/Results/components/RunDetails/index.jsx +++ b/lab/webapp/src/components/Results/components/RunDetails/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/Score/index.jsx b/lab/webapp/src/components/Results/components/Score/index.jsx index 5db12569d..64c3db381 100644 --- a/lab/webapp/src/components/Results/components/Score/index.jsx +++ b/lab/webapp/src/components/Results/components/Score/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/ShapSummaryCurve/index.jsx b/lab/webapp/src/components/Results/components/ShapSummaryCurve/index.jsx index 96cb46497..284495f41 100644 --- a/lab/webapp/src/components/Results/components/ShapSummaryCurve/index.jsx +++ b/lab/webapp/src/components/Results/components/ShapSummaryCurve/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/TSNE/index.jsx b/lab/webapp/src/components/Results/components/TSNE/index.jsx index 2e89d856c..51b24ff29 100644 --- a/lab/webapp/src/components/Results/components/TSNE/index.jsx +++ b/lab/webapp/src/components/Results/components/TSNE/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/TSNEJSON/index.jsx b/lab/webapp/src/components/Results/components/TSNEJSON/index.jsx index 551310cc2..c4ecf8984 100644 --- a/lab/webapp/src/components/Results/components/TSNEJSON/index.jsx +++ b/lab/webapp/src/components/Results/components/TSNEJSON/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/components/TestChart/index.jsx b/lab/webapp/src/components/Results/components/TestChart/index.jsx index 14f55352d..c648d707c 100644 --- a/lab/webapp/src/components/Results/components/TestChart/index.jsx +++ b/lab/webapp/src/components/Results/components/TestChart/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Results/index.jsx b/lab/webapp/src/components/Results/index.jsx index c99fc5e8c..7be435664 100644 --- a/lab/webapp/src/components/Results/index.jsx +++ b/lab/webapp/src/components/Results/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/Root/index.jsx b/lab/webapp/src/components/Root/index.jsx index 24c254d50..67cee7772 100644 --- a/lab/webapp/src/components/Root/index.jsx +++ b/lab/webapp/src/components/Root/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/ScatterPlot/index.jsx b/lab/webapp/src/components/ScatterPlot/index.jsx index 938cf40cc..58ffa6a48 100644 --- a/lab/webapp/src/components/ScatterPlot/index.jsx +++ b/lab/webapp/src/components/ScatterPlot/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/SceneHeader/index.jsx b/lab/webapp/src/components/SceneHeader/index.jsx index 0f6972989..64c99bae7 100644 --- a/lab/webapp/src/components/SceneHeader/index.jsx +++ b/lab/webapp/src/components/SceneHeader/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/TestLineChart/index.jsx b/lab/webapp/src/components/TestLineChart/index.jsx index 52cc001aa..bc9be6df3 100644 --- a/lab/webapp/src/components/TestLineChart/index.jsx +++ b/lab/webapp/src/components/TestLineChart/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/components/testTest/index.jsx b/lab/webapp/src/components/testTest/index.jsx index 2c0e9d484..1588c71c6 100644 --- a/lab/webapp/src/components/testTest/index.jsx +++ b/lab/webapp/src/components/testTest/index.jsx @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ import React from 'react'; import { Header, Button } from 'semantic-ui-react'; import { Link } from 'react-router'; diff --git a/lab/webapp/src/components/tooltipV2/index.jsx b/lab/webapp/src/components/tooltipV2/index.jsx index eefe163c2..4a15d4db2 100644 --- a/lab/webapp/src/components/tooltipV2/index.jsx +++ b/lab/webapp/src/components/tooltipV2/index.jsx @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ const TooltipsV2 = ({children, message})=> { return ( diff --git a/lab/webapp/src/components/tooltips/index.jsx b/lab/webapp/src/components/tooltips/index.jsx index d6eef0991..1b0e5c91f 100644 --- a/lab/webapp/src/components/tooltips/index.jsx +++ b/lab/webapp/src/components/tooltips/index.jsx @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ import React, { Component } from 'react'; // import ReactDOM // import ReactDOM from 'react-dom'; diff --git a/lab/webapp/src/config/configSocket.js b/lab/webapp/src/config/configSocket.js index 60e5f05ab..2f123e90b 100644 --- a/lab/webapp/src/config/configSocket.js +++ b/lab/webapp/src/config/configSocket.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/config/configStore.js b/lab/webapp/src/config/configStore.js index 2bd61d310..7572c61fa 100644 --- a/lab/webapp/src/config/configStore.js +++ b/lab/webapp/src/config/configStore.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/builder/actions.js b/lab/webapp/src/data/builder/actions.js index 286452962..1c4289f6a 100644 --- a/lab/webapp/src/data/builder/actions.js +++ b/lab/webapp/src/data/builder/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/builder/api.js b/lab/webapp/src/data/builder/api.js index a306553f8..18773c5dd 100644 --- a/lab/webapp/src/data/builder/api.js +++ b/lab/webapp/src/data/builder/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/builder/index.js b/lab/webapp/src/data/builder/index.js index 56ddad48f..c076fe905 100644 --- a/lab/webapp/src/data/builder/index.js +++ b/lab/webapp/src/data/builder/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/datasets/actions.js b/lab/webapp/src/data/datasets/actions.js index bf96c5b8d..92eda4666 100644 --- a/lab/webapp/src/data/datasets/actions.js +++ b/lab/webapp/src/data/datasets/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/datasets/api.js b/lab/webapp/src/data/datasets/api.js index 7d0905615..25129e128 100644 --- a/lab/webapp/src/data/datasets/api.js +++ b/lab/webapp/src/data/datasets/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/datasets/dataset/__mocks__/api.js b/lab/webapp/src/data/datasets/dataset/__mocks__/api.js index 1fce8f9eb..a5dcf3e91 100644 --- a/lab/webapp/src/data/datasets/dataset/__mocks__/api.js +++ b/lab/webapp/src/data/datasets/dataset/__mocks__/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/datasets/dataset/actions.js b/lab/webapp/src/data/datasets/dataset/actions.js index 38ce95e77..f161520ad 100644 --- a/lab/webapp/src/data/datasets/dataset/actions.js +++ b/lab/webapp/src/data/datasets/dataset/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/datasets/dataset/actions.test.js b/lab/webapp/src/data/datasets/dataset/actions.test.js index dc656a026..89ed8b8d1 100644 --- a/lab/webapp/src/data/datasets/dataset/actions.test.js +++ b/lab/webapp/src/data/datasets/dataset/actions.test.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/datasets/dataset/api.js b/lab/webapp/src/data/datasets/dataset/api.js index dfd30da5a..016c666ea 100644 --- a/lab/webapp/src/data/datasets/dataset/api.js +++ b/lab/webapp/src/data/datasets/dataset/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/datasets/dataset/index.js b/lab/webapp/src/data/datasets/dataset/index.js index 348900aeb..69106d067 100644 --- a/lab/webapp/src/data/datasets/dataset/index.js +++ b/lab/webapp/src/data/datasets/dataset/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/datasets/index.js b/lab/webapp/src/data/datasets/index.js index 58e8b47d1..c82346b76 100644 --- a/lab/webapp/src/data/datasets/index.js +++ b/lab/webapp/src/data/datasets/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/experiments/actions.js b/lab/webapp/src/data/experiments/actions.js index 47e959e2f..2537da7fe 100644 --- a/lab/webapp/src/data/experiments/actions.js +++ b/lab/webapp/src/data/experiments/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/experiments/api.js b/lab/webapp/src/data/experiments/api.js index 27d0d70f7..ce7960613 100644 --- a/lab/webapp/src/data/experiments/api.js +++ b/lab/webapp/src/data/experiments/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/experiments/index.js b/lab/webapp/src/data/experiments/index.js index c36527699..f0eae96c2 100644 --- a/lab/webapp/src/data/experiments/index.js +++ b/lab/webapp/src/data/experiments/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/experiments/selected/actions.js b/lab/webapp/src/data/experiments/selected/actions.js index a4d18a49b..67ea84735 100644 --- a/lab/webapp/src/data/experiments/selected/actions.js +++ b/lab/webapp/src/data/experiments/selected/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/experiments/selected/api.js b/lab/webapp/src/data/experiments/selected/api.js index c05fa86c0..24dd329a2 100644 --- a/lab/webapp/src/data/experiments/selected/api.js +++ b/lab/webapp/src/data/experiments/selected/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/experiments/selected/index.js b/lab/webapp/src/data/experiments/selected/index.js index 6176b8f24..b525678fb 100644 --- a/lab/webapp/src/data/experiments/selected/index.js +++ b/lab/webapp/src/data/experiments/selected/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/index.js b/lab/webapp/src/data/index.js index fa09964bd..3b02992d9 100644 --- a/lab/webapp/src/data/index.js +++ b/lab/webapp/src/data/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/machines/actions.js b/lab/webapp/src/data/machines/actions.js index e601a2c77..f06a579fa 100644 --- a/lab/webapp/src/data/machines/actions.js +++ b/lab/webapp/src/data/machines/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/machines/api.js b/lab/webapp/src/data/machines/api.js index fadc4ac69..b102b250d 100644 --- a/lab/webapp/src/data/machines/api.js +++ b/lab/webapp/src/data/machines/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/machines/index.js b/lab/webapp/src/data/machines/index.js index 0b50d53ac..1a42e2715 100644 --- a/lab/webapp/src/data/machines/index.js +++ b/lab/webapp/src/data/machines/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/preferences/actions.js b/lab/webapp/src/data/preferences/actions.js index 19ce70cc6..206907b6f 100644 --- a/lab/webapp/src/data/preferences/actions.js +++ b/lab/webapp/src/data/preferences/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/preferences/api.js b/lab/webapp/src/data/preferences/api.js index eb88a961e..4849e6db9 100644 --- a/lab/webapp/src/data/preferences/api.js +++ b/lab/webapp/src/data/preferences/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/preferences/index.js b/lab/webapp/src/data/preferences/index.js index 6d9265e71..64b050a11 100644 --- a/lab/webapp/src/data/preferences/index.js +++ b/lab/webapp/src/data/preferences/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/recommender/actions.js b/lab/webapp/src/data/recommender/actions.js index 7e4ed55ae..b9e3bdc78 100644 --- a/lab/webapp/src/data/recommender/actions.js +++ b/lab/webapp/src/data/recommender/actions.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/recommender/actions.test.js b/lab/webapp/src/data/recommender/actions.test.js index 7c70dee6b..dd16d6d3d 100644 --- a/lab/webapp/src/data/recommender/actions.test.js +++ b/lab/webapp/src/data/recommender/actions.test.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/recommender/api.js b/lab/webapp/src/data/recommender/api.js index 690a69075..69227271a 100644 --- a/lab/webapp/src/data/recommender/api.js +++ b/lab/webapp/src/data/recommender/api.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/data/recommender/index.js b/lab/webapp/src/data/recommender/index.js index 5459b7397..ea85b0c5a 100644 --- a/lab/webapp/src/data/recommender/index.js +++ b/lab/webapp/src/data/recommender/index.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/index.jsx b/lab/webapp/src/index.jsx index dadc97d55..55fc6a48a 100644 --- a/lab/webapp/src/index.jsx +++ b/lab/webapp/src/index.jsx @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/utils/__mocks__/apiHelper.js b/lab/webapp/src/utils/__mocks__/apiHelper.js index 5ab8c15fd..d2229555a 100644 --- a/lab/webapp/src/utils/__mocks__/apiHelper.js +++ b/lab/webapp/src/utils/__mocks__/apiHelper.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/utils/apiHelper.js b/lab/webapp/src/utils/apiHelper.js index 3f41350b4..88f11e147 100644 --- a/lab/webapp/src/utils/apiHelper.js +++ b/lab/webapp/src/utils/apiHelper.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/utils/delegateTo.js b/lab/webapp/src/utils/delegateTo.js index 7e863a13a..214bdb7a3 100644 --- a/lab/webapp/src/utils/delegateTo.js +++ b/lab/webapp/src/utils/delegateTo.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/utils/device-watcher.js b/lab/webapp/src/utils/device-watcher.js index dc3d9529e..9f1f7394c 100644 --- a/lab/webapp/src/utils/device-watcher.js +++ b/lab/webapp/src/utils/device-watcher.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/src/utils/formatter.js b/lab/webapp/src/utils/formatter.js index 6aa2f08f4..17b879fe5 100644 --- a/lab/webapp/src/utils/formatter.js +++ b/lab/webapp/src/utils/formatter.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/lab/webapp/webpack.config.js b/lab/webapp/webpack.config.js index 54b6589c8..44ea11ada 100644 --- a/lab/webapp/webpack.config.js +++ b/lab/webapp/webpack.config.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/learn/__init__.py b/machine/learn/__init__.py index 461d30af5..0d5ab4abe 100644 --- a/machine/learn/__init__.py +++ b/machine/learn/__init__.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/learn/driver.py b/machine/learn/driver.py index c26fce1e5..83abbcb10 100644 --- a/machine/learn/driver.py +++ b/machine/learn/driver.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/learn/io_utils.py b/machine/learn/io_utils.py index cb0b73b11..6e3fd08a8 100644 --- a/machine/learn/io_utils.py +++ b/machine/learn/io_utils.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/learn/skl_utils.py b/machine/learn/skl_utils.py index 000bcf51f..0f84096b3 100644 --- a/machine/learn/skl_utils.py +++ b/machine/learn/skl_utils.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/learn/skl_utils_origin_code.py b/machine/learn/skl_utils_origin_code.py index c48780a30..916bf1ae9 100644 --- a/machine/learn/skl_utils_origin_code.py +++ b/machine/learn/skl_utils_origin_code.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/machine.config.js b/machine/machine.config.js index ce948681f..4c06a841f 100644 --- a/machine/machine.config.js +++ b/machine/machine.config.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/machine.js b/machine/machine.js index d3a79f0e8..1c44a799f 100644 --- a/machine/machine.js +++ b/machine/machine.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/machine_utils.js b/machine/machine_utils.js index 1cd4fc28b..7f1af3bd7 100644 --- a/machine/machine_utils.js +++ b/machine/machine_utils.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/test/fail.js b/machine/test/fail.js index 1e71df935..22679a14e 100644 --- a/machine/test/fail.js +++ b/machine/test/fail.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/test/learn_tests.py b/machine/test/learn_tests.py index 8679e4d6a..bacb3245d 100644 --- a/machine/test/learn_tests.py +++ b/machine/test/learn_tests.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/test/rand.js b/machine/test/rand.js index 7cc22fb8f..04e19d9cd 100644 --- a/machine/test/rand.js +++ b/machine/test/rand.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/test/test.js b/machine/test/test.js index 1288d5d13..7785751e4 100644 --- a/machine/test/test.js +++ b/machine/test/test.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/machine/test/wait.js b/machine/test/wait.js index 325cce4ba..6dc4a4869 100644 --- a/machine/test/wait.js +++ b/machine/test/wait.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/raspberrypi/intropage/JSfiles/Aliro copy.js b/raspberrypi/intropage/JSfiles/Aliro copy.js index f80be5d0c..66fa31c5e 100644 --- a/raspberrypi/intropage/JSfiles/Aliro copy.js +++ b/raspberrypi/intropage/JSfiles/Aliro copy.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function pingURL() { diff --git a/raspberrypi/intropage/JSfiles/Aliro.js b/raspberrypi/intropage/JSfiles/Aliro.js index 3caf3048b..096fcf4e0 100644 --- a/raspberrypi/intropage/JSfiles/Aliro.js +++ b/raspberrypi/intropage/JSfiles/Aliro.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // this js file includes data in the code. diff --git a/raspberrypi/intropage/JSfiles/Aliro_original.js b/raspberrypi/intropage/JSfiles/Aliro_original.js index 13f624713..63caccf6c 100644 --- a/raspberrypi/intropage/JSfiles/Aliro_original.js +++ b/raspberrypi/intropage/JSfiles/Aliro_original.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function pingURL() { diff --git a/raspberrypi/intropage/JSfiles/backgroundOverlayeffect.js b/raspberrypi/intropage/JSfiles/backgroundOverlayeffect.js index a26fb654c..fb59bbd41 100644 --- a/raspberrypi/intropage/JSfiles/backgroundOverlayeffect.js +++ b/raspberrypi/intropage/JSfiles/backgroundOverlayeffect.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function on() { document.getElementById("overlay").style.display = "block"; } diff --git a/raspberrypi/intropage/JSfiles/carousel.js b/raspberrypi/intropage/JSfiles/carousel.js index 25fb0e5f4..496fd9a01 100644 --- a/raspberrypi/intropage/JSfiles/carousel.js +++ b/raspberrypi/intropage/JSfiles/carousel.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ let slideIndex = 1; showSlides(slideIndex); diff --git a/raspberrypi/intropage/JSfiles/d3-3d.min.js b/raspberrypi/intropage/JSfiles/d3-3d.min.js index 624542270..ed2de713b 100644 --- a/raspberrypi/intropage/JSfiles/d3-3d.min.js +++ b/raspberrypi/intropage/JSfiles/d3-3d.min.js @@ -1 +1,28 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).d3={})}(this,function(t){"use strict";function g(t){var e=t.slice(0),r=0;e.push(e[0]);for(var o=0;o<=t.length-1;o++){var n=e[o].rotated,c=e[o+1].rotated;r+=(c.x-n.x)*(c.y+n.y)}return 0. + +(Autogenerated header, do not modify) + +*/ !function() { var d3 = { version: "3.5.17" diff --git a/raspberrypi/intropage/JSfiles/d3.v4.js b/raspberrypi/intropage/JSfiles/d3.v4.js index 73e5c4fd5..85b614dfa 100644 --- a/raspberrypi/intropage/JSfiles/d3.v4.js +++ b/raspberrypi/intropage/JSfiles/d3.v4.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // https://d3js.org Version 4.13.0. Copyright 2018 Mike Bostock. (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : diff --git a/raspberrypi/intropage/JSfiles/iris_tree_data.js b/raspberrypi/intropage/JSfiles/iris_tree_data.js index 09c1d1f8e..3cdfaf2cf 100644 --- a/raspberrypi/intropage/JSfiles/iris_tree_data.js +++ b/raspberrypi/intropage/JSfiles/iris_tree_data.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // make varialbe json format var iris_tree_Data = { diff --git a/raspberrypi/intropage/JSfiles/jquery-1.7.1.min.js b/raspberrypi/intropage/JSfiles/jquery-1.7.1.min.js index 198b3ff07..c521a6f55 100644 --- a/raspberrypi/intropage/JSfiles/jquery-1.7.1.min.js +++ b/raspberrypi/intropage/JSfiles/jquery-1.7.1.min.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ /*! jQuery v1.7.1 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
"+""+"
",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
t
",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() diff --git a/raspberrypi/intropage/JSfiles/nond3works.js b/raspberrypi/intropage/JSfiles/nond3works.js index 2d0ffcec9..aef44984c 100644 --- a/raspberrypi/intropage/JSfiles/nond3works.js +++ b/raspberrypi/intropage/JSfiles/nond3works.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ document.getElementById("class1text").addEventListener("mouseover", mouseOverClass1); document.getElementById("class1text").addEventListener("mouseout", mouseOutClass1); diff --git a/raspberrypi/intropage/JSfiles/test.js b/raspberrypi/intropage/JSfiles/test.js index 0c077dda3..65322667e 100644 --- a/raspberrypi/intropage/JSfiles/test.js +++ b/raspberrypi/intropage/JSfiles/test.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function decisiontree() { d3=d3v3 diff --git a/raspberrypi/intropage/JSfiles/video.js b/raspberrypi/intropage/JSfiles/video.js index 877f74566..5a5779259 100644 --- a/raspberrypi/intropage/JSfiles/video.js +++ b/raspberrypi/intropage/JSfiles/video.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // Get the video var video = document.getElementById("myVideo"); diff --git a/raspberrypi/intropage/data/datasets/pmlb_small/iris/iris_Comma.js b/raspberrypi/intropage/data/datasets/pmlb_small/iris/iris_Comma.js index 5a18a51f4..f115943f3 100644 --- a/raspberrypi/intropage/data/datasets/pmlb_small/iris/iris_Comma.js +++ b/raspberrypi/intropage/data/datasets/pmlb_small/iris/iris_Comma.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ data = [ { "sepal-length": 6.7, diff --git a/raspberrypi/intropage/test.py b/raspberrypi/intropage/test.py index e69de29bb..1ac2b9c11 100644 --- a/raspberrypi/intropage/test.py +++ b/raspberrypi/intropage/test.py @@ -0,0 +1,27 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" diff --git a/raspberrypi/productpage/JSfiles/Aliro copy 2.js b/raspberrypi/productpage/JSfiles/Aliro copy 2.js index 53fb9d9aa..e4d8a1934 100644 --- a/raspberrypi/productpage/JSfiles/Aliro copy 2.js +++ b/raspberrypi/productpage/JSfiles/Aliro copy 2.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // this js file includes data in the code. diff --git a/raspberrypi/productpage/JSfiles/Aliro copy.js b/raspberrypi/productpage/JSfiles/Aliro copy.js index f80be5d0c..66fa31c5e 100644 --- a/raspberrypi/productpage/JSfiles/Aliro copy.js +++ b/raspberrypi/productpage/JSfiles/Aliro copy.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function pingURL() { diff --git a/raspberrypi/productpage/JSfiles/Aliro.js b/raspberrypi/productpage/JSfiles/Aliro.js index 3caf3048b..096fcf4e0 100644 --- a/raspberrypi/productpage/JSfiles/Aliro.js +++ b/raspberrypi/productpage/JSfiles/Aliro.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // this js file includes data in the code. diff --git a/raspberrypi/productpage/JSfiles/Aliro_original.js b/raspberrypi/productpage/JSfiles/Aliro_original.js index 13f624713..63caccf6c 100644 --- a/raspberrypi/productpage/JSfiles/Aliro_original.js +++ b/raspberrypi/productpage/JSfiles/Aliro_original.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function pingURL() { diff --git a/raspberrypi/productpage/JSfiles/backgroundOverlayeffect.js b/raspberrypi/productpage/JSfiles/backgroundOverlayeffect.js index a26fb654c..fb59bbd41 100644 --- a/raspberrypi/productpage/JSfiles/backgroundOverlayeffect.js +++ b/raspberrypi/productpage/JSfiles/backgroundOverlayeffect.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function on() { document.getElementById("overlay").style.display = "block"; } diff --git a/raspberrypi/productpage/JSfiles/carousel.js b/raspberrypi/productpage/JSfiles/carousel.js index 25fb0e5f4..496fd9a01 100644 --- a/raspberrypi/productpage/JSfiles/carousel.js +++ b/raspberrypi/productpage/JSfiles/carousel.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ let slideIndex = 1; showSlides(slideIndex); diff --git a/raspberrypi/productpage/JSfiles/d3-3d.min.js b/raspberrypi/productpage/JSfiles/d3-3d.min.js index 624542270..ed2de713b 100644 --- a/raspberrypi/productpage/JSfiles/d3-3d.min.js +++ b/raspberrypi/productpage/JSfiles/d3-3d.min.js @@ -1 +1,28 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).d3={})}(this,function(t){"use strict";function g(t){var e=t.slice(0),r=0;e.push(e[0]);for(var o=0;o<=t.length-1;o++){var n=e[o].rotated,c=e[o+1].rotated;r+=(c.x-n.x)*(c.y+n.y)}return 0. + +(Autogenerated header, do not modify) + +*/ !function() { var d3 = { version: "3.5.17" diff --git a/raspberrypi/productpage/JSfiles/d3.v4.js b/raspberrypi/productpage/JSfiles/d3.v4.js index 73e5c4fd5..85b614dfa 100644 --- a/raspberrypi/productpage/JSfiles/d3.v4.js +++ b/raspberrypi/productpage/JSfiles/d3.v4.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // https://d3js.org Version 4.13.0. Copyright 2018 Mike Bostock. (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : diff --git a/raspberrypi/productpage/JSfiles/iris_tree_data.js b/raspberrypi/productpage/JSfiles/iris_tree_data.js index 09c1d1f8e..3cdfaf2cf 100644 --- a/raspberrypi/productpage/JSfiles/iris_tree_data.js +++ b/raspberrypi/productpage/JSfiles/iris_tree_data.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // make varialbe json format var iris_tree_Data = { diff --git a/raspberrypi/productpage/JSfiles/jquery-1.7.1.min.js b/raspberrypi/productpage/JSfiles/jquery-1.7.1.min.js index 198b3ff07..c521a6f55 100644 --- a/raspberrypi/productpage/JSfiles/jquery-1.7.1.min.js +++ b/raspberrypi/productpage/JSfiles/jquery-1.7.1.min.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ /*! jQuery v1.7.1 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
"+""+"
",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
t
",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() diff --git a/raspberrypi/productpage/JSfiles/nond3works.js b/raspberrypi/productpage/JSfiles/nond3works.js index e6e6e0b43..b81523c8c 100644 --- a/raspberrypi/productpage/JSfiles/nond3works.js +++ b/raspberrypi/productpage/JSfiles/nond3works.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ document.getElementById("class1text").addEventListener("mouseover", mouseOverClass1); document.getElementById("class1text").addEventListener("mouseout", mouseOutClass1); diff --git a/raspberrypi/productpage/JSfiles/test.js b/raspberrypi/productpage/JSfiles/test.js index 0c077dda3..65322667e 100644 --- a/raspberrypi/productpage/JSfiles/test.js +++ b/raspberrypi/productpage/JSfiles/test.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function decisiontree() { d3=d3v3 diff --git a/raspberrypi/productpage/JSfiles/video.js b/raspberrypi/productpage/JSfiles/video.js index 877f74566..5a5779259 100644 --- a/raspberrypi/productpage/JSfiles/video.js +++ b/raspberrypi/productpage/JSfiles/video.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // Get the video var video = document.getElementById("myVideo"); diff --git a/raspberrypi/productpage/backgroundOverlayeffect.js b/raspberrypi/productpage/backgroundOverlayeffect.js index a26fb654c..fb59bbd41 100644 --- a/raspberrypi/productpage/backgroundOverlayeffect.js +++ b/raspberrypi/productpage/backgroundOverlayeffect.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function on() { document.getElementById("overlay").style.display = "block"; } diff --git a/raspberrypi/productpage/data/datasets/pmlb_small/iris/iris_Comma.js b/raspberrypi/productpage/data/datasets/pmlb_small/iris/iris_Comma.js index 5a18a51f4..f115943f3 100644 --- a/raspberrypi/productpage/data/datasets/pmlb_small/iris/iris_Comma.js +++ b/raspberrypi/productpage/data/datasets/pmlb_small/iris/iris_Comma.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ data = [ { "sepal-length": 6.7, diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/Aliro copy.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/Aliro copy.js index b87c0f6f5..33455d640 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/Aliro copy.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/Aliro copy.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function pingURL() { diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/Aliro.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/Aliro.js index 9688ad7e3..2878f0556 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/Aliro.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/Aliro.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function pingURL() { diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/backgroundOverlayeffect.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/backgroundOverlayeffect.js index a26fb654c..fb59bbd41 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/backgroundOverlayeffect.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/backgroundOverlayeffect.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function on() { document.getElementById("overlay").style.display = "block"; } diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/carousel.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/carousel.js index 25fb0e5f4..496fd9a01 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/carousel.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/carousel.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ let slideIndex = 1; showSlides(slideIndex); diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/d3-3d.min.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/d3-3d.min.js index 624542270..ed2de713b 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/d3-3d.min.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/d3-3d.min.js @@ -1 +1,28 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).d3={})}(this,function(t){"use strict";function g(t){var e=t.slice(0),r=0;e.push(e[0]);for(var o=0;o<=t.length-1;o++){var n=e[o].rotated,c=e[o+1].rotated;r+=(c.x-n.x)*(c.y+n.y)}return 0. + +(Autogenerated header, do not modify) + +*/ // https://d3js.org Version 4.13.0. Copyright 2018 Mike Bostock. (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/jquery-1.7.1.min.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/jquery-1.7.1.min.js index 198b3ff07..c521a6f55 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/jquery-1.7.1.min.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/jquery-1.7.1.min.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ /*! jQuery v1.7.1 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
"+""+"
",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
t
",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/nond3works.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/nond3works.js index 2d0ffcec9..aef44984c 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/nond3works.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/nond3works.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ document.getElementById("class1text").addEventListener("mouseover", mouseOverClass1); document.getElementById("class1text").addEventListener("mouseout", mouseOutClass1); diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/test.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/test.js index 0c077dda3..65322667e 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/test.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/test.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function decisiontree() { d3=d3v3 diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/video.js b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/video.js index 877f74566..5a5779259 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/video.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/JSfiles/video.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ // Get the video var video = document.getElementById("myVideo"); diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/data/datasets/pmlb_small/iris/iris_Comma.js b/raspberrypi/productpage/other_Versions/productpage_version_0/data/datasets/pmlb_small/iris/iris_Comma.js index 5a18a51f4..f115943f3 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/data/datasets/pmlb_small/iris/iris_Comma.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/data/datasets/pmlb_small/iris/iris_Comma.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ data = [ { "sepal-length": 6.7, diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/main.js b/raspberrypi/productpage/other_Versions/productpage_version_0/main.js index 29dacede3..329770390 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/main.js +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/main.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ const {app, BrowserWindow} = require('electron') const url = require('url') const path = require('path') diff --git a/raspberrypi/productpage/other_Versions/productpage_version_0/test.py b/raspberrypi/productpage/other_Versions/productpage_version_0/test.py index e69de29bb..1ac2b9c11 100644 --- a/raspberrypi/productpage/other_Versions/productpage_version_0/test.py +++ b/raspberrypi/productpage/other_Versions/productpage_version_0/test.py @@ -0,0 +1,27 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" diff --git a/raspberrypi/productpage/test.js b/raspberrypi/productpage/test.js index 0c077dda3..65322667e 100644 --- a/raspberrypi/productpage/test.js +++ b/raspberrypi/productpage/test.js @@ -1,3 +1,30 @@ +/* ~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +*/ function decisiontree() { d3=d3v3 diff --git a/raspberrypi/productpage/test.py b/raspberrypi/productpage/test.py index e69de29bb..1ac2b9c11 100644 --- a/raspberrypi/productpage/test.py +++ b/raspberrypi/productpage/test.py @@ -0,0 +1,27 @@ +"""~This file is part of the Aliro library~ + +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center + +Aliro is maintained by: + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) + - and many other generous open source contributors + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +(Autogenerated header, do not modify) + +""" diff --git a/runIntTest.sh b/runIntTest.sh deleted file mode 100755 index e0a29ea46..000000000 --- a/runIntTest.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/bash - -docker system prune -a -f --volumes -docker compose -f docker-compose-int-test.yml up --abort-on-container-exit -V diff --git a/runSKLearnTest.sh b/runSKLearnTest.sh deleted file mode 100755 index 4a02f0bb4..000000000 --- a/runSKLearnTest.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/bash - -docker system prune -a -f --volumes -docker-compose -f ./docker-compose-unit-test.yml build -m 8g -# git lfs fetch --all -# git lfs pull -docker run -v $(pwd):/appsrc -w /appsrc aliro-unit_tester coverage run -m nose -s -v ai/tests/test_sklearn_api.py diff --git a/runUnitTest.sh b/runUnitTest.sh deleted file mode 100755 index 918847987..000000000 --- a/runUnitTest.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/bash - -docker system prune -a -f --volumes -docker compose -f docker-compose-unit-test.yml up --abort-on-container-exit -V diff --git a/setup.py b/setup.py index 329d9e924..916b7e246 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify @@ -37,20 +37,20 @@ def calculate_version(): package_version = calculate_version() setup( - name='pennaipy', + name='aliropy', version=package_version, author='Heather Williams, Weixuan Fu, William La Cava', author_email='hwilli@pennmedicine.upenn.edu, weixuanf@upenn.edu, lacava@upenn.edu', - packages=['pennai', - 'pennai.metalearning', - 'pennai.sklearn', - 'pennai.recommender', - 'pennai.sklearn.config'], - package_dir={'pennai': 'ai', - 'pennai.metalearning': 'ai/metalearning', - 'pennai.sklearn': 'ai/sklearn', - 'pennai.recommender': 'ai/recommender', - 'pennai.sklearn.config': 'ai/sklearn/config'}, + packages=['aliro', + 'aliro.metalearning', + 'aliro.sklearn', + 'aliro.recommender', + 'aliro.sklearn.config'], + package_dir={'aliro': 'ai', + 'aliro.metalearning': 'ai/metalearning', + 'aliro.sklearn': 'ai/sklearn', + 'aliro.recommender': 'ai/recommender', + 'aliro.sklearn.config': 'ai/sklearn/config'}, url='https://github.com/epistasislab/Aliro', license='GNU/GPLv3', test_suite='nose.collector', @@ -60,6 +60,7 @@ def calculate_version(): A system that intelligently manages machine learning workflows for data science Contact: Heather Williams (hwilli@upenn.edu), Weixuan Fu (weixuanf@upenn.edu), William La Cava (lacava@upenn.edu) +Contact: Nick Matsumoto (nicholas.matsumoto@cshs.org), Jay Moran (jay.moran@cshs.org), Jun Choi (hyunjun.choi@cshs.org) This project is hosted at https://github.com/epistasislab/Aliro ''', diff --git a/tests/integration/jest/labApi.js b/tests/integration/jest/labApi.js index 052b4b50f..6266b9dd9 100644 --- a/tests/integration/jest/labApi.js +++ b/tests/integration/jest/labApi.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/tests/integration/jest/machineApi.js b/tests/integration/jest/machineApi.js index 1eb86a8e1..39d0385c9 100644 --- a/tests/integration/jest/machineApi.js +++ b/tests/integration/jest/machineApi.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/tests/integration/jest/sum.js b/tests/integration/jest/sum.js index 37e6f63b3..04837f188 100644 --- a/tests/integration/jest/sum.js +++ b/tests/integration/jest/sum.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/tests/integration/jest/util/apiHelper.js b/tests/integration/jest/util/apiHelper.js index a1c5c88de..22e55d23e 100644 --- a/tests/integration/jest/util/apiHelper.js +++ b/tests/integration/jest/util/apiHelper.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/tests/integration/jest/util/db.js b/tests/integration/jest/util/db.js index 3f53a39c2..cd8485328 100644 --- a/tests/integration/jest/util/db.js +++ b/tests/integration/jest/util/db.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/tests/integration/jest/util/testUtils.js b/tests/integration/jest/util/testUtils.js index cd9b651af..b369cf37b 100644 --- a/tests/integration/jest/util/testUtils.js +++ b/tests/integration/jest/util/testUtils.js @@ -1,12 +1,12 @@ /* ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/utils/make_source_headers.py b/utils/make_source_headers.py index baf86cc40..7defee7d5 100644 --- a/utils/make_source_headers.py +++ b/utils/make_source_headers.py @@ -1,12 +1,12 @@ """~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify diff --git a/utils/source_file_header.txt b/utils/source_file_header.txt index 8d70b284c..0f545f99f 100644 --- a/utils/source_file_header.txt +++ b/utils/source_file_header.txt @@ -1,12 +1,12 @@ ~This file is part of the Aliro library~ -Copyright (C) 2017 Epistasis Lab, University of Pennsylvania +Copyright (C) 2023 Epistasis Lab, Cedars-Sinai Medical Center Aliro is maintained by: - - Heather Williams (hwilli@upenn.edu) - - Weixuan Fu (weixuanf@upenn.edu) - - William La Cava (lacava@upenn.edu) - - Michael Stauffer (stauffer@upenn.edu) + - Jun Choi (hyunjun.choi@cshs.org) + - Miguel Hernandez (miguel.e.hernandez@cshs.org) + - Nick Matsumoto (nicholas.matsumoto@cshs.org) + - Jay Moran (jay.moran@cshs.org) - and many other generous open source contributors This program is free software: you can redistribute it and/or modify