Skip to content

Instantly share code, notes, and snippets.

View d-e-v-esh's full-sized avatar
💭
Everything in Progress

Devesh d-e-v-esh

💭
Everything in Progress
View GitHub Profile
imap jk <Esc>
set timeoutlen = 500
set showmode
set easymotion
set number
set idearefactormode=keep
set ideajoin
set surround
set showcmd
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#fbf1c7",
"foreground": "#282828",
"powerline_symbol": "\ue0b0",
# set PowerShell to UTF-8
[console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding
# Icons
Import-Module -Name Terminal-Icons
# Posh Theme
oh-my-posh init pwsh --config 'C:/Users/Devesh/devesh.omp.json' | Invoke-Expression
Set-PSReadlineOption -PredictionSource History

Google Summer of Code 2022 Final Report

This report is the summary of all the work that I did on the journal-policy-tracker-backend under the Open Bioinformatics Foundation (OBF) as part of the Google Summer of Code 2022.

I started this GSoC project from scratch, so all of the code on the dev branch (default branch) is written by me. I have also written two long blog posts that go in-depth into my journey of GSoC. I explained all the fundamental features I implemented and the difficulties that I faced while doing so.

Google Summer of Code 2022 Final Report

This report is the summary of all the work that I did on the journal-policy-tracker-backend under the Open Bioinformatics Foundation (OBF) as part of the Google Summer of Code 2022.

I started this GSoC project from scratch, so all of the code on the dev branch (default branch) is written by me. I have also written two long blog posts that go in-depth into my journey of GSoC. I explained all the fundamental features I implemented and the difficulties that I faced while doing so.

GSoC 2022 Blog - 2

This article covers an overview of the second and third months of the coding period that I experienced with my project, Journal Policy Tracker Backend under the Open Bioinformatics Foundation organization during the Google Summer of Code 2022.

Meetings and Discussions

Our team had meetings and discussions regularly. I and my immediate mentor Pritish have meetings every other week where I explain to him the work I am doing and inform him if I am facing any problem. We also had a few combined team meetings where all the mentors and mentees in our team catch up and talk about the progress that we’ve made and the direction where the development should move. There are numerous things that we talk about and decide upon in these meetings that give us the direction where we need to move forward in our next step.

One of the key things that we decided in these meetings was that all users will have a dashboard where they can see their details and all the journals that they have submit

GSoC 2022 Blog - 1

This article covers an overview of the community bonding period and the first month of the coding period that I experienced with my project, Journal Policy Tracker Backend under the Open Bioinformatics Foundation organization during the Google Summer of Code 2022.

About the Project

What is Journal Policy Tracker?

The Journal Policy Tracker is going to be a web app where anyone can look up details about the policy of a published journal as well as add policy details of a new journal in our database.