From ba9cc10c53cb5e2022eec56c0268f1a4d1375d8c Mon Sep 17 00:00:00 2001 From: Katie Hannan Date: Thu, 12 Oct 2023 10:25:31 +1030 Subject: [PATCH 1/3] Moving content to the correct page. --- .idea/.gitignore | 3 +++ .idea/Governance.iml | 10 ++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Governance/concepts/policy-bom.md | 13 +++++++++++++ 7 files changed, 50 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Governance.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Governance.iml b/.idea/Governance.iml new file mode 100644 index 0000000..74d515a --- /dev/null +++ b/.idea/Governance.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e8145f5 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..16062dc --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Governance/concepts/policy-bom.md b/Governance/concepts/policy-bom.md index 4ea54cf..3ab8d0a 100644 --- a/Governance/concepts/policy-bom.md +++ b/Governance/concepts/policy-bom.md @@ -1 +1,14 @@ # Bureau of Meteorology Data Policy + +The Bureau of Meteorology (Bureau) considers data and information to be critical national assets that must be managed effectively. + +The Bureau's Data and Information Management Policy sets out the requirements to ensure consistent and proper management of data and information and are underpinned by relevant procedures. + +The Bureau's Data and Information Management Policy applies to all Bureau staff (including students, volunteers, contractors and consultants), and to all Bureau data and information. This includes data that is created or used as part of Bureau research and projects. + +The Bureau's data principles align with best practice incorporating whole-of-government and international obligations and standards. The principles are outlined in [Data 2022 and Beyond](http://www.bom.gov.au/inside/Data-2022-and-beyond.pdf) (page 6). + +Bureau of Meteorology staff can access further guidance from the Data Governance Office. + +The Bureau's standard [Disclaimer](http://www.bom.gov.au/other/disclaimer.shtml?ref=ftr) and [Copyright](http://www.bom.gov.au/other/copyright.shtml) apply. + From 2fe7ee5ba282640667b64781dac163edc12d4317 Mon Sep 17 00:00:00 2001 From: Katie Hannan Date: Thu, 12 Oct 2023 10:30:13 +1030 Subject: [PATCH 2/3] Delete license-institution.md Deleting this page as discussed via email. --- Governance/concepts/license-institution.md | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 Governance/concepts/license-institution.md diff --git a/Governance/concepts/license-institution.md b/Governance/concepts/license-institution.md deleted file mode 100644 index 5c34a2d..0000000 --- a/Governance/concepts/license-institution.md +++ /dev/null @@ -1,23 +0,0 @@ -# Specific requirement by institution - -## CSIRO - -## BoM - -The Bureau of Meteorology (Bureau) considers data and information to be critical national assets that must be managed effectively. - -The Bureau's Data and Information Management Policy sets out the requirements to ensure consistent and proper management of data and information and are underpinned by relevant procedures. - -The Bureau's Data and Information Management Policy applies to all Bureau staff (including students, volunteers, contractors and consultants), and to all Bureau data and information. This includes data that is created or used as part of Bureau research and projects. - -The Bureau's data principles align with best practice incorporating whole-of-government and international obligations and standards. The principles are outlined in [Data 2022 and Beyond](http://www.bom.gov.au/inside/Data-2022-and-beyond.pdf) (page 6). - -Bureau of Meteorology staff can access further guidance from the Data Governance Office. - -The Bureau's standard [Disclaimer](http://www.bom.gov.au/other/disclaimer.shtml?ref=ftr) and [Copyright](http://www.bom.gov.au/other/copyright.shtml) apply. - - -## Universities - -## Other institutions? -we could create separate files if needed but since they empty at the moment I put it all together From 7267bc8f2e804eb44c6314c7bdc3efd53991f137 Mon Sep 17 00:00:00 2001 From: Paola Petrelli Date: Thu, 12 Oct 2023 12:10:46 +1100 Subject: [PATCH 3/3] removed extra folder .idea --- .idea/.gitignore | 3 --- .idea/Governance.iml | 10 ---------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 4 ---- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 37 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/Governance.iml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/Governance.iml b/.idea/Governance.iml deleted file mode 100644 index 74d515a..0000000 --- a/.idea/Governance.iml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e8145f5..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 16062dc..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file