Skip to content

Commit de2e718

Browse files
authored
various updates (#15)
* various updates * blank lines removed
1 parent ccd6f2d commit de2e718

19 files changed

+47
-226
lines changed

docs/03_contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ To start working, create a new git branch, write your code, commit it and push t
3232

3333
MSS takes part in Google Summer of Code as a sub-organization of Python Software Foundation(PSF).
3434
If you're willing to participate in GSoC with us, please join the `#gsoc` channel on Slack.
35-
For proposal ideas you can view the [GSoC'21 project ideas list](/develop/GSOC2021/ideas).
35+
For proposal ideas you can view the [GSoC project ideas list](/develop/GSOC/ideas).
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
layout: page
3-
title: GSOC2021 ideas
4-
permalink: /develop/GSOC2021/ideas
3+
title: GSOC ideas
4+
permalink: /develop/GSOC/ideas
55
exclude: false
66
---
77

8+
# In Preparation
9+
810
# Contacting the MSS team
911
If you want to contribute to Mission Support System,
1012
please consider joining our Slack channel [https://mss-devel.slack.com](https://mss-devel.slack.com),
@@ -28,25 +30,17 @@ We have labled small sized issues as "good first issue" on <https://github.com/O
2830
# Project Ideas
2931

3032
## Difficulty level: Hard
31-
* [msui: Catalogue Service For The Web (CSW)](/develop/GSOC2021/catalogue_service_for_the_web)
32-
* [Update Geographical Plotting Routines](/develop/GSOC2021/update_geographical_plotting_routines)
33-
* [New View Mode, Providing 1-D Samples Along The Flight Path](/develop/GSOC2021/new_1D_view_mode)
34-
* [Support Of Simple Trajectory Calculations](/develop/GSOC2021/support_of_simple_trajectory_calculations)
33+
* [msui: Catalogue Service For The Web (CSW)](/develop/GSOC/catalogue_service_for_the_web)
34+
* [Update Geographical Plotting Routines](/develop/GSOC/update_geographical_plotting_routines)
35+
* [Support Of Simple Trajectory Calculations](/develop/GSOC/support_of_simple_trajectory_calculations)
3536

3637

3738
## Difficulty level: Medium
38-
* [msui: Improve Cient Side Overlays](/develop/GSOC2021/client_side_overlays)
39-
* [mscolab: View Restoring](/develop/GSOC2021/view_restoring)
40-
* [msui: Redesign Of The UI](/develop/GSOC2021/msui_ui_redisign)
41-
* [cli: Automated Plotting](/develop/GSOC2021/automated_plotting)
42-
* [msui: Generating A Tutorial For Use Of The MSS Client](/develop/GSOC2021/generate_a_tutorial)
43-
* [mscolab: Refactor Add Project](/develop/GSOC2021/refactor_add_project)
44-
* [Modernize fs_filepicker](/develop/GSOC2021/modernize_fs_filepicker)
45-
46-
## Difficulty level: Easy
47-
* [metpy Integration](/develop/GSOC2021/metpy_integration)
48-
* [Plotting Layer Gallery](/develop/GSOC2021/plotting_layer_gallery)
49-
* [mscolab: Project Or Userdriven Preselected Layer](/develop/GSOC2021/project_or_userdriven_preselected_layer)
39+
* [msui: Improve Cient Side Overlays](/develop/GSOC/client_side_overlays)
40+
* [msui: View Restoring](/develop/GSOC/view_restoring)
41+
* [cli: Automated Plotting](/develop/GSOC/automated_plotting)
42+
* [Modernize fs_filepicker](/develop/GSOC/modernize_fs_filepicker)
43+
5044

5145

5246
## Your own idea
@@ -60,13 +54,19 @@ something in mind that you want to do. Ask people on the
6054

6155
## Writing your GSoC application
6256

63-
Please follow the [Instructions](/develop/GSOC2021/instructions) filing your application
57+
Please follow the [Instructions](/develop/GSOC/instructions) filing your application
6458

6559
We recommend getting your final proposal reviewed by the mentors of that project before the
6660
proposal submission deadline so you can make changes in time.
6761

6862
You can take a look at the following projects from previous years to get help for your proposal.
6963

64+
### GSoC'21 Projects
65+
66+
- [Hrithik Kumar Verma: Generating a tool chain tutorial for the MSUI user interface by automation operations : GSoC 2021](https://github.com/Open-MSS/MSS/wiki/Generating-a-tool-chain-tutorial-for-the-MSUI-user-interface-by-automation-operations-:-GSoC---2021)
67+
68+
- [Aravind Murali: MSUI: UI Redesign GSOC 2021](https://github.com/Open-MSS/MSS/wiki/MSUI:-UI-Redesign---GSOC-2021)
69+
7070
### GSoC'20 Projects
7171

7272
- [Aryan Gupta: Mission Support System : Enhance KML Support](https://github.com/Open-MSS/MSS/wiki/KML:-Enhance-KML-Support---GSoC-2020)

docs/05_help.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ A detailed description is on [Mission Support System Documentation](https://mss.
1111

1212
Some videos about the Mission Support System Collaboration Platform
1313

14-
## MSCOLAB
14+
## Tutorials by Hrithik Kumar Verma
15+
During the GSOC project [tutorials](https://fz-juelich.sciebo.de/s/IzNGi24Ki68iV7t) were created.
16+
17+
18+
## Older videos
19+
20+
### MSCOLAB
1521

1622
This video shows the new interface for collaboration we introduced with 2.0.
1723
You can use it for simulataneously editing of flight paths.
1824

1925
<iframe width="560" height="315" src="https://www.youtube.com/embed/eDBnULXvo7M?rel=0" frameborder="0" allowfullscreen></iframe>
2026

21-
## KML Docking Widget
27+
### KML Docking Widget
2228

2329
This video shows the kml docking widget and some of its options.
2430

docs/assets/msui.png

8.36 KB
Loading

docs/develop/GSOC2021/automated_plotting.md renamed to docs/develop/GSOC/automated_plotting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: GSOC021 Idea
4-
permalink: /develop/GSOC2021/automated_plotting
3+
title: GSOC Idea
4+
permalink: /develop/GSOC/automated_plotting
55
exclude: true
66
---
77
## Automated Plotting

docs/develop/GSOC2021/catalogue_service_for_the_web.md renamed to docs/develop/GSOC/catalogue_service_for_the_web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: GSOC021 Idea
4-
permalink: /develop/GSOC2021/catalogue_service_for_the_web
3+
title: GSOC Idea
4+
permalink: /develop/GSOC/catalogue_service_for_the_web
55
exclude: true
66
---
77

docs/develop/GSOC2021/client_side_overlays.md renamed to docs/develop/GSOC/client_side_overlays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: GSOC021 Idea
4-
permalink: /develop/GSOC2021/client_side_overlays
4+
permalink: /develop/GSOC/client_side_overlays
55
exclude: true
66
---
77

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: GSOC2021 Instructions
4-
permalink: /develop/GSOC2021/instructions
3+
title: GSOC Instructions
4+
permalink: /develop/GSOC/instructions
55
exclude: true
66
---
77

docs/develop/GSOC2021/modernize_fs_filepicker.md renamed to docs/develop/GSOC/modernize_fs_filepicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: GSOC021 Idea
4-
permalink: /develop/GSOC2021/modernize_fs_filepicker
4+
permalink: /develop/GSOC/modernize_fs_filepicker
55
exclude: true
66
---
77

docs/develop/GSOC2021/support_of_simple_trajectory_calculations.md renamed to docs/develop/GSOC/support_of_simple_trajectory_calculations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: GSOC021 Idea
4-
permalink: /develop/GSOC2021/support_of_simple_trajectory_calculations
4+
permalink: /develop/GSOC/support_of_simple_trajectory_calculations
55
exclude: true
66
---
77
## Support of simple trajectory calculations

0 commit comments

Comments
 (0)