Skip to content

Instantly share code, notes, and snippets.

View arshul's full-sized avatar
💭
Coding. Or probably thinking.

Mohd Arshul Mansoori arshul

💭
Coding. Or probably thinking.
View GitHub Profile
@arshul
arshul / GSOC2020@C3G_Mohd_Arshul.md
Last active January 16, 2021 18:53
This is the work done by me during the GSOC period at C3G.

Google Summer of Code 2020 with [C3G][c3g_link].

![C3G][logo]

Summary

I worked at C3G during Google Summer of Code 2020 under the guidance of Dr. Pierre-Olivier Quirion. I worked on the HPC infrastruture to deploy the Genpipes Software on Openstack.

The project goal is to set up the infrastructure and software stack to run Genpipes in any cloud environment.

@arshul
arshul / ARSHUL_GSOC19_Final_Report.md
Last active August 22, 2019 13:43
This is the gist of contribution made by me to the popper project.

GSOC 2019 Final Report

![Gsoc+popper][logo]

Organization

[Center for Research in Open Source Software at UC Santa Cruz][gsoc-cross]

Mentors

  1. [Ivo Jimenez][ivo]
  2. [Quincy Wofford][quincy]
workflow "Download" {
resolves = "download"
}
action "download" {
uses = "popperized/zenodo/download@master"
secrets = ["ZENODO_API_TOKEN"]
env = {
ZENODO_RECORD_ID = "263717"
ZENODO_OUTPUT_PATH = "./data"
ZENODO_FILES="file1.ext,file2.ext"
workflow "Create Record" {
resolves = "publish"
}
action "create" {
uses = "popperized/zenodo/create@master"
secrets = ["ZENODO_API_TOKEN"]
env = {
ZENODO_METADATA_PATH = "./metadata.json"
}
{
"metadata": {
"title": "Title here",
"upload_type": "poster",
"description": "This is just for test",
"creators": [
{ "name": "User" }
]
}
}