Code Monkey home page Code Monkey logo

noctua-landing-page's Introduction

Noctua Search

An interface for the Search API

Endpoint

api/search

  • Default sorting is date DESC recent models
  • Default n models per page
  • All the parameters are optional and by default it should bring recent n models with 'Date DESC'

Parameters

Parameter Format Comments
gps (optional) list<gp> A list of one or more gps in a model (AND operator)
goterms (optional) list<goterm> A list of one or more GO terms in a model (AND operator)
pmids (optional) list<pmid> A list of one or more pmids in a model (AND operator)
taxa (optional) list<taxon> A list of one or more taxon
Model Meta
title (optional) string Partial String (contains) so it works like the current landing page
states (optional) list<state> A list of one or more model states 'development, production, closed, review, delete' (OR operator)
contributors (optional) list<contributor> A list of one or more contributors in a model (AND operator)
groups (optional) list<group> A list of one or more groups(provided by) in a model (AND operator)
date (optional) date model date)
Pagination (optional, none or all)
page int Page number
offset int Page Offset
limit int Page Size

Return

total count matched models for progressive pagination when one needs second page

A list of

Parameter Format Comments
model id iri A model id
matched nodes list<iri> A list of one or more matched individual nodes
Model Meta
model title string A model title, first title annotation is fine if many
model state string A model's state
model date string A model modified date
model contributors List<contributor> A list of model's contributors
model groups List<groups> A list of model's groups (provided by)

Development server

Run npm start for a dev server. Navigate to http://localhost:4203/. The app will automatically reload if you change any of the source files.

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.