diff --git a/_collection-base/02-computing-machine/02-must-have-software.md b/_collection-base/02-computing-machine/02-must-have-software.md
index f857d2f..d6772bb 100644
--- a/_collection-base/02-computing-machine/02-must-have-software.md
+++ b/_collection-base/02-computing-machine/02-must-have-software.md
@@ -1,5 +1,5 @@
---
-title: "Must-have softaware"
+title: "Must-have software"
layout: single
author: Aleksandra Badaczewska
author_profile: true
diff --git a/_collection-base/04-devel-environment/01a-vscode-basics.md b/_collection-base/04-devel-environment/01a-vscode-basics.md
index 5c3a884..6adc5c8 100644
--- a/_collection-base/04-devel-environment/01a-vscode-basics.md
+++ b/_collection-base/04-devel-environment/01a-vscode-basics.md
@@ -97,7 +97,14 @@ VSCode has powerful tools to help you find and fix errors in your code. To start
## Version Control
-If you are not familiar with Git, check out these tutorials about and . It is possible to work with Git repositories directly from the VSC editor. You can clone a repo, or initialize a repo for your project from the terminal. `Source Control` pane on the left is used to manage your Git repositories. You will need to log in to your GitHub account the first time you use Git. The common Git operations such as Pull, Push, Clone, Commit, and Create Branch can be performed from here. Check this page for a list of Git commands on VSCode.
+If you are not familiar with Git, check out these tutorials about and . It is possible to work with Git repositories directly from the VSC editor. You will need to log in to your GitHub account the first time you use Git. To log in, select `Remote Explorer` icon from left-hand taskbar.
+
+![remoteexp]({{ images_path }}/VSC_remoteexplorer.png)
+
+Select `Sign in to GitHub` (you may need to let the page load a little before the sign in button appears). If your system asks *The extension `GitHub Codespaces` wants to sign in using GitHub.* then select allow. You will be directed to the GitHub login webpage. Select `Authorize Visual-Studio-Code` to connect your GitHub account to VSCode.
+
+
+You can clone a repo, or initialize a repo for your project from the terminal. `Source Control` pane on the left is used to manage your Git repositories. You will need to log in to your GitHub account the first time you use Git. The common Git operations such as Pull, Push, Clone, Commit, and Create Branch can be performed from here. Check this page for a list of Git commands on VSCode.
![VC]({{ images_path }}/VSC_sourcecontrol.png)
diff --git a/_collection-base/04-devel-environment/assets/images/VSC_remoteexplorer.png b/_collection-base/04-devel-environment/assets/images/VSC_remoteexplorer.png
new file mode 100644
index 0000000..4f1d831
Binary files /dev/null and b/_collection-base/04-devel-environment/assets/images/VSC_remoteexplorer.png differ
diff --git a/_data/authors.yml b/_data/authors.yml
index 88f581e..c7caeb4 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -40,7 +40,7 @@ Viswa Satheesh:
Sharu Paul:
name : "Sharu Paul"
- bio : "Sharu is a Research Scientist at the Genome Informatics Facility at Iowa State University. His background is in Biotechnology with a Ph.D. in Genetics and Genomics. His research is wide-ranging, covering topics from Single-Cell Analyses to the use of Deep Neural Networks. By employing an extensive range of bioinformatic analyses, he seeks to solve big data problems and contributes to developing workshops and tutorials for USDA scientists."
+ bio : "Sharu Paul is a Research Scientist at the Genome Informatics Facility at Iowa State University. His background is in Biotechnology with a Ph.D. in Genetics and Genomics. His research is wide-ranging, covering topics from Single-Cell Analyses to the building of Deep Neural Networks. By employing an extensive range of bioinformatic analyses, he seeks to solve big data problems and contributes to developing workshops and tutorials for USDA scientists."
avatar : "/assets/images/people/Sharu.jpg"
twitter : "PaulSharu"
email : "mailto:sharu@iastate.edu"
diff --git a/_pages/people.md b/_pages/people.md
index 6e252bf..df38907 100644
--- a/_pages/people.md
+++ b/_pages/people.md
@@ -39,7 +39,7 @@ Satheesh is a Research Scientist III at the Genome Informatics Facility at Iowa
### Sharu Paul
![Sharu](../assets/images/people/Sharu.jpg){: .align-left}
-Sharu is a Research Scientist at the Genome Informatics Facility at Iowa State University. His background is in Biotechnology with a Ph.D. in Genetics and Genomics. His research is wide-ranging, covering topics from Single-Cell Analyses to the use of Deep Neural Networks. By employing an extensive range of bioinformatic analyses, he seeks to solve big data problems and contributes to developing workshops and tutorials for USDA scientists.
+Sharu Paul is a Research Scientist at the Genome Informatics Facility at Iowa State University. His background is in Biotechnology with a Ph.D. in Genetics and Genomics. His research is wide-ranging, covering topics from Single-Cell Analyses to the building of Deep Neural Networks. By employing an extensive range of bioinformatic analyses, he seeks to solve big data problems and contributes to developing workshops and tutorials for USDA scientists.
### Arun S. Seetharam