Giter Site home page Giter Site logo

jobs's Introduction

Documentation about SciCrop jobs API

  • In order to post your resume to a job offer at SciCrop, please use the url: https://engine.scicrop.com/scicrop-engine-web/api/v1/jobs/post_resume , with a POST method, application/json content-type and your resumè as a json object, in the POST body.
  • The resumè must be sent as a json object, with ALL keys filled with valid values.
  • Note that all dates must be expressed as numeric type in Unix epoch standard.
  • Note that degrees, programming_skills, database_skills and hobbies are arrays.
  • A correct response is expressed by HTTP 200 code.

Resume JSON object example:

{
	"full_name": "Robinson Crusoe",
	"email": "[email protected]",
	"mobile_phone": "+55 (55) 555-555-555",
	"age": 20,
	"home_address": "101 Jungle Ave, Trinidad Island",
	"start_date": 1573077739,
	"opportunity_tag": "dev_intern_200",
	"past_jobs_experience": "I worked as a sailor on fishing vessels. Took care of deck maintenance and cleaning for 3 years on 7 seas.",
	"degrees": [{
		"institution_name": "Sea University",
		"degree_name": "Sailing School",
		"begin_date": 1514764800,
		"end_date": 1640995200
	}],
	"programming_skills": ["python", "java", "go"],
	"database_skills": ["mysql", "postgresql"],
	"hobbies": ["fishing", "wood carving"],
	"why": "After living 28 years all alone in an un‐inhabited Island, I've built a strong experience to join the SciCrop ship, into a new journey.",
	"git_url_repositories": "https://github.com/robinson_crusoe"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.