From 5a0d81c639ae6f43765d14782922b17d1d9b9ff5 Mon Sep 17 00:00:00 2001 From: Josh Edelmann Date: Wed, 28 Feb 2024 13:38:07 -0700 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- faq.html | 71 +++++++++++++++++++++++++++----------- images/reset_password.png | Bin 0 -> 20227 bytes index.html | 2 +- search.json | 2 +- 5 files changed, 54 insertions(+), 23 deletions(-) create mode 100644 images/reset_password.png diff --git a/.nojekyll b/.nojekyll index 0e5ebcf..ddbb083 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -55d4a571 \ No newline at end of file +17b629bb \ No newline at end of file diff --git a/faq.html b/faq.html index 4f4e92a..da7c854 100644 --- a/faq.html +++ b/faq.html @@ -263,7 +263,7 @@

FAQs

-How can I reset my password? +How can I reset my Okta password?
@@ -279,13 +279,28 @@

FAQs

-What if I do not remember my security questions or if I get locked out? +How can I reset my ADRF password?
-

You would have to reach out to support at support@coleridgeinitiative.org to have your account unlocked and you would have to reset your security questions so that you can recover your account in the future.

+

You can reset your ADRF project password by following these steps:

+
    +
  1. Click on the ADRF Management Portal Okta Tile:
  2. +
+

ADRF Management Portal Icon

+
    +
  1. Then click on Admin Tasks on the left hand side of the screen:
  2. +
+

Admin Tasks

+
    +
  1. Then click on RESET PASSWORD:
  2. +
+

Reset Password

+
    +
  1. You’ll see a screen where you can choose the project(s) for which you want to update the password.
  2. +
@@ -295,13 +310,13 @@

FAQs

-I can log into the ADRF but my desktop and DS application just show blank pages. +What if I do not remember my security questions or if I get locked out?
-

Please ensure the connection to ADRF is not being blocked by your organizations VPN and/or firewall (try using a device not connected to your organization’s network) and reach out to support@coleridgeinitiative.org.

+

You would have to reach out to support at support@coleridgeinitiative.org to have your account unlocked and you would have to reset your security questions so that you can recover your account in the future.

@@ -311,13 +326,13 @@

FAQs

-I saved a file in the C: drive or in the Desktop. When I logged back in, the file is no longer there. Can you restore it? +I can log into the ADRF but my desktop and DS application just show blank pages.
-

The ADRF is a temporary workspace environment, files left on the desktop will be removed when you log out of your session, and we cannot restore these files. See section 5.2.1 Best practice is to store files in your user folder on the U: drive

+

Please ensure the connection to ADRF is not being blocked by your organizations VPN and/or firewall (try using a device not connected to your organization’s network) and reach out to support@coleridgeinitiative.org.

@@ -327,13 +342,13 @@

FAQs

-How do I open an ipynb notebook? +I saved a file in the C: drive or in the Desktop. When I logged back in, the file is no longer there. Can you restore it?
-

On the desktop you should find an icon for JupyterLab, when you click that, a command prompt and a browser window are opened up, leave the command prompt running. You should be able to open the file by selecting File -> Open From Path  and providing the path to the folder containing the ipynb notebook.

+

The ADRF is a temporary workspace environment, files left on the desktop will be removed when you log out of your session, and we cannot restore these files. See section 5.2.1 Best practice is to store files in your user folder on the U: drive

@@ -343,13 +358,13 @@

FAQs

-How can I ingest publicly available data into the ADRF? +How do I open an ipynb notebook?
-

Please open a support request by sending an email to support@coleridgeinitiative.org.  Include the dataset you wish to have available inside the ADRF and documentation that confirms that the dataset is public.

+

On the desktop you should find an icon for JupyterLab, when you click that, a command prompt and a browser window are opened up, leave the command prompt running. You should be able to open the file by selecting File -> Open From Path  and providing the path to the folder containing the ipynb notebook.

@@ -359,13 +374,13 @@

FAQs

-Where can I access publicly available data from within the ADRF? +How can I ingest publicly available data into the ADRF?
-

Publicly available data is stored in the schema ds_public_1.

+

Please open a support request by sending an email to support@coleridgeinitiative.org.  Include the dataset you wish to have available inside the ADRF and documentation that confirms that the dataset is public.

@@ -375,13 +390,13 @@

FAQs

-Where is my project or training related data stored? +Where can I access publicly available data from within the ADRF?
-

All project and training related databases are prefixed with ‘pr_’ (for project) or ‘tr_’ (for training). You may use this space when creating intermediate datasets or as a “working space”. All project members have read and write access to this area (specific to your project).

+

Publicly available data is stored in the schema ds_public_1.

@@ -391,13 +406,13 @@

FAQs

-My data is not in a relational format. Where can I find these files? +Where is my project or training related data stored?
-

Read-only non-relational data are stored in the G:\ drive on Windows Explorer. Project specific non-relational data and files are stored in project specific folders that are prefixed with ‘pr_’ or ‘tr_’.  The location of these folders are in the P:\ drive on Windows Explorer.

+

All project and training related databases are prefixed with ‘pr_’ (for project) or ‘tr_’ (for training). You may use this space when creating intermediate datasets or as a “working space”. All project members have read and write access to this area (specific to your project).

@@ -407,12 +422,28 @@

FAQs

-What is the difference between the P:, U: and G: drives? +My data is not in a relational format. Where can I find these files?
+

Read-only non-relational data are stored in the G:\ drive on Windows Explorer. Project specific non-relational data and files are stored in project specific folders that are prefixed with ‘pr_’ or ‘tr_’.  The location of these folders are in the P:\ drive on Windows Explorer.

+
+
+ +
+ +
+

Each drive location has a different purpose and access rule:
          P:  Project specific files shared by ALL project members
          U:  User personal space.  Only the user has read/write access to this area.
@@ -421,7 +452,7 @@

FAQs

- -
+

The best practice is to process the data where it is currently located.  If the data is in a relational database, perform as much of your processing using Redshift to make the most efficient use of resources (i.e. filtering, sorting, etc). 

diff --git a/images/reset_password.png b/images/reset_password.png new file mode 100644 index 0000000000000000000000000000000000000000..728a40b682f804c2988a713bae822037110fd220 GIT binary patch literal 20227 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 BYpnnP literal 0 HcmV?d00001 diff --git a/index.html b/index.html index 4e04dd0..0a3ca35 100644 --- a/index.html +++ b/index.html @@ -225,7 +225,7 @@

ADRF Onboarding Handbook

Published
-

Last Updated on 13 February, 2024

+

Last Updated on 28 February, 2024

diff --git a/search.json b/search.json index a76e04c..228268f 100644 --- a/search.json +++ b/search.json @@ -53,7 +53,7 @@ "href": "faq.html#faqs", "title": "3  ADRF - FAQs", "section": "FAQs", - "text": "FAQs\n\n\n\n\n\n\nHow do I set up my Multifactor Authentication\n\n\n\n\n\nYou should be prompted to set up multifactor authentication when you create your account, the options are SMS, voice call, email and the Okta verify application.\n\n\n\n\n\n\n\n\n\nCan I set up more than one form of Multifactor Authentication?\n\n\n\n\n\nThis is recommended. If you lose access to one form of MFA, you would still be able to gain access to your account using an alternative. To do so, please log on to https://adrf.okta.com and select your name on the top right and click settings. Here you can modify or set up your SMS, voice call, email or Okta multifactor authentication.\n\n\n\n\n\n\n\n\n\nHow can I reset my password?\n\n\n\n\n\nYou can use the “Need help signing in?” option on the sign on page (https://adrf.okta.com) which will send a link to your email to reset your password. You may have to verify your identify by answering security questions which you set up when creating your account.\n\n\n\n\n\n\n\n\n\nWhat if I do not remember my security questions or if I get locked out?\n\n\n\n\n\nYou would have to reach out to support at support@coleridgeinitiative.org to have your account unlocked and you would have to reset your security questions so that you can recover your account in the future.\n\n\n\n\n\n\n\n\n\nI can log into the ADRF but my desktop and DS application just show blank pages.\n\n\n\n\n\nPlease ensure the connection to ADRF is not being blocked by your organizations VPN and/or firewall (try using a device not connected to your organization’s network) and reach out to support@coleridgeinitiative.org.\n\n\n\n\n\n\n\n\n\nI saved a file in the C: drive or in the Desktop. When I logged back in, the file is no longer there. Can you restore it?\n\n\n\n\n\nThe ADRF is a temporary workspace environment, files left on the desktop will be removed when you log out of your session, and we cannot restore these files. See section 5.2.1 Best practice is to store files in your user folder on the U: drive\n\n\n\n\n\n\n\n\n\nHow do I open an ipynb notebook?\n\n\n\n\n\nOn the desktop you should find an icon for JupyterLab, when you click that, a command prompt and a browser window are opened up, leave the command prompt running. You should be able to open the file by selecting File -> Open From Path  and providing the path to the folder containing the ipynb notebook.\n\n\n\n\n\n\n\n\n\nHow can I ingest publicly available data into the ADRF?\n\n\n\n\n\nPlease open a support request by sending an email to support@coleridgeinitiative.org.  Include the dataset you wish to have available inside the ADRF and documentation that confirms that the dataset is public.\n\n\n\n\n\n\n\n\n\nWhere can I access publicly available data from within the ADRF?\n\n\n\n\n\nPublicly available data is stored in the schema ds_public_1.\n\n\n\n\n\n\n\n\n\nWhere is my project or training related data stored?\n\n\n\n\n\nAll project and training related databases are prefixed with ‘pr_’ (for project) or ‘tr_’ (for training). You may use this space when creating intermediate datasets or as a “working space”. All project members have read and write access to this area (specific to your project).\n\n\n\n\n\n\n\n\n\nMy data is not in a relational format. Where can I find these files?\n\n\n\n\n\nRead-only non-relational data are stored in the G:\\ drive on Windows Explorer. Project specific non-relational data and files are stored in project specific folders that are prefixed with ‘pr_’ or ‘tr_’.  The location of these folders are in the P:\\ drive on Windows Explorer.\n\n\n\n\n\n\n\n\n\nWhat is the difference between the P:, U: and G: drives?\n\n\n\n\n\nEach drive location has a different purpose and access rule:\n          P:  Project specific files shared by ALL project members\n          U:  User personal space.  Only the user has read/write access to this area.\n          G:  Non-relational datasets.  Read-only access to authorized users only.\n\n\n\n\n\n\n\n\n\nI need to process a large amount of relational data. What is the destination location?\n\n\n\n\n\nThe best practice is to process the data where it is currently located.  If the data is in a relational database, perform as much of your processing using Redshift to make the most efficient use of resources (i.e. filtering, sorting, etc)." + "text": "FAQs\n\n\n\n\n\n\nHow do I set up my Multifactor Authentication\n\n\n\n\n\nYou should be prompted to set up multifactor authentication when you create your account, the options are SMS, voice call, email and the Okta verify application.\n\n\n\n\n\n\n\n\n\nCan I set up more than one form of Multifactor Authentication?\n\n\n\n\n\nThis is recommended. If you lose access to one form of MFA, you would still be able to gain access to your account using an alternative. To do so, please log on to https://adrf.okta.com and select your name on the top right and click settings. Here you can modify or set up your SMS, voice call, email or Okta multifactor authentication.\n\n\n\n\n\n\n\n\n\nHow can I reset my Okta password?\n\n\n\n\n\nYou can use the “Need help signing in?” option on the sign on page (https://adrf.okta.com) which will send a link to your email to reset your password. You may have to verify your identify by answering security questions which you set up when creating your account.\n\n\n\n\n\n\n\n\n\nHow can I reset my ADRF password?\n\n\n\n\n\nYou can reset your ADRF project password by following these steps:\n\nClick on the ADRF Management Portal Okta Tile:\n\n\n\nThen click on Admin Tasks on the left hand side of the screen:\n\n\n\nThen click on RESET PASSWORD:\n\n\n\nYou’ll see a screen where you can choose the project(s) for which you want to update the password.\n\n\n\n\n\n\n\n\n\n\nWhat if I do not remember my security questions or if I get locked out?\n\n\n\n\n\nYou would have to reach out to support at support@coleridgeinitiative.org to have your account unlocked and you would have to reset your security questions so that you can recover your account in the future.\n\n\n\n\n\n\n\n\n\nI can log into the ADRF but my desktop and DS application just show blank pages.\n\n\n\n\n\nPlease ensure the connection to ADRF is not being blocked by your organizations VPN and/or firewall (try using a device not connected to your organization’s network) and reach out to support@coleridgeinitiative.org.\n\n\n\n\n\n\n\n\n\nI saved a file in the C: drive or in the Desktop. When I logged back in, the file is no longer there. Can you restore it?\n\n\n\n\n\nThe ADRF is a temporary workspace environment, files left on the desktop will be removed when you log out of your session, and we cannot restore these files. See section 5.2.1 Best practice is to store files in your user folder on the U: drive\n\n\n\n\n\n\n\n\n\nHow do I open an ipynb notebook?\n\n\n\n\n\nOn the desktop you should find an icon for JupyterLab, when you click that, a command prompt and a browser window are opened up, leave the command prompt running. You should be able to open the file by selecting File -> Open From Path  and providing the path to the folder containing the ipynb notebook.\n\n\n\n\n\n\n\n\n\nHow can I ingest publicly available data into the ADRF?\n\n\n\n\n\nPlease open a support request by sending an email to support@coleridgeinitiative.org.  Include the dataset you wish to have available inside the ADRF and documentation that confirms that the dataset is public.\n\n\n\n\n\n\n\n\n\nWhere can I access publicly available data from within the ADRF?\n\n\n\n\n\nPublicly available data is stored in the schema ds_public_1.\n\n\n\n\n\n\n\n\n\nWhere is my project or training related data stored?\n\n\n\n\n\nAll project and training related databases are prefixed with ‘pr_’ (for project) or ‘tr_’ (for training). You may use this space when creating intermediate datasets or as a “working space”. All project members have read and write access to this area (specific to your project).\n\n\n\n\n\n\n\n\n\nMy data is not in a relational format. Where can I find these files?\n\n\n\n\n\nRead-only non-relational data are stored in the G:\\ drive on Windows Explorer. Project specific non-relational data and files are stored in project specific folders that are prefixed with ‘pr_’ or ‘tr_’.  The location of these folders are in the P:\\ drive on Windows Explorer.\n\n\n\n\n\n\n\n\n\nWhat is the difference between the P:, U: and G: drives?\n\n\n\n\n\nEach drive location has a different purpose and access rule:\n          P:  Project specific files shared by ALL project members\n          U:  User personal space.  Only the user has read/write access to this area.\n          G:  Non-relational datasets.  Read-only access to authorized users only.\n\n\n\n\n\n\n\n\n\nI need to process a large amount of relational data. What is the destination location?\n\n\n\n\n\nThe best practice is to process the data where it is currently located.  If the data is in a relational database, perform as much of your processing using Redshift to make the most efficient use of resources (i.e. filtering, sorting, etc)." }, { "objectID": "dosanddonts.html#exact-numbers",