Skip to content

Commit

Permalink
Merge pull request #179 from PatelN123/Adds-pages-and-touches-up-issues
Browse files Browse the repository at this point in the history
Adds new pages
  • Loading branch information
PatelN123 authored Mar 8, 2022
2 parents 62c251b + 9210f94 commit c3cccc9
Show file tree
Hide file tree
Showing 7 changed files with 265 additions and 199 deletions.
2 changes: 0 additions & 2 deletions Website/docs/digitalsupportnotes/Data Analysis/_category_.yml

This file was deleted.

29 changes: 29 additions & 0 deletions Website/docs/digitalsupportnotes/Digital Analysis/Algorithms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
id: Algorithms
description: What are algorithms?
slug: /algorithms
title: 🌵 Algorithms
tags:
- R 4.1
- Work needed
---

A process or set of clearly defined rules followed to support calculations or problem solving.

## Characteristics

`Finiteness` - Finite number of steps <br />
`Unambiguous` - Steps must be clear and lead to one meaning <br />
`` Clearly defined inputs and outputs <br />
`` Logical sequencing of steps <br />
`` Iteration - repetition of steps until results achieved <br />
`` Selection - input leading to choice of step <br />
`` Structured English

## Application
When can this be used? <br />


`` Automate calculations to improve efficiency of a process <br />
`` Design a step by step solution to solve a problem <br />
`` Supports machine learning for data analysis <br />
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
id: Computational thinking
description: What is computational thinking?
slug: /computational-thinking
title: 🧠 Computational thinking, tools for problem solving & algorithm design
tags:
- R 4.2
- Work needed
---

## Process of computational thinking:
`` Decomposition - breaking down a complex problem or system into manageable components <br />
`` Pattern recognition - identification of patterns within problems <br />
`` Abstraction - analyse information, filter and remove unnecessary detail <br />
`` Action: <br />
`-` Sequence - order of processes <br />
`-` Selection - execution only when conditions met <br />
`-` Iteration - repetition until conditions met <br />

## Tools for problem solving and algorithm design:
`` Decomposition diagram <br />
`` Flowchart <br />
`` Pseudo code <br />



Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: Techniques
description: Data analysis techniques
slug: /data-analysis/techniques
title: 🤔 Techniques
tags:
- Extra Knowledge
---

import { ReferenceLink } from '@site/docs/components/_nanos.mdx';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: '⛈️ Digital Analysis'
collapsible: true
14 changes: 7 additions & 7 deletions Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"dependencies": {
"@crowdin/cli": "^3.6.5",
"@docusaurus/core": "^2.0.0-beta.16",
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.16",
"@docusaurus/plugin-google-analytics": "^2.0.0-beta.16",
"@docusaurus/plugin-ideal-image": "^2.0.0-beta.16",
"@docusaurus/plugin-pwa": "^2.0.0-beta.16",
"@docusaurus/preset-classic": "^2.0.0-beta.16",
"@docusaurus/utils": "^2.0.0-beta.16",
"@docusaurus/core": "^2.0.0-beta.17",
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.17",
"@docusaurus/plugin-google-analytics": "^2.0.0-beta.17",
"@docusaurus/plugin-ideal-image": "^2.0.0-beta.17",
"@docusaurus/plugin-pwa": "^2.0.0-beta.17",
"@docusaurus/preset-classic": "^2.0.0-beta.17",
"@docusaurus/utils": "^2.0.0-beta.17",
"@mdx-js/react": "^1.6.21",
"@popperjs/core": "^2.11.2",
"@svgr/webpack": "^6.1.2",
Expand Down
Loading

2 comments on commit c3cccc9

@vercel
Copy link

@vercel vercel bot commented on c3cccc9 Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c3cccc9 Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.