Code Monkey home page Code Monkey logo

galaxy-maps's Introduction

The Galaxy Maps project

This projects aims in collection all Galaxy servers across the earth. We stricly encourage all Galaxy Admins to add their server to this map, no matter if the server is public or not. We will use this map to guide users to you, make people and funding agencies aware of your awesome service, connect Admins between instances more closely and build a network of potential training instances.

Look at it!

Simply add an entry like this to the geosjon file:

      {
        "type": "Feature",
        "geometry": {
          "type": "Point",
          "coordinates": [7.85203, 48.02559]
        },
        "properties": {
          "name": "MPI-IE Galaxy Server",
          "URL": "http://deeptools.ie-freiburg.mpg.de",
          "description": "The Home of deepTools - test and play around with the latest deepTools version."
        }
      }

The Latitude and Longitude for the coordinates section can be optained with this service for example: http://mondeca.com/index.php/en/any-place-en. Please note that the first number is Longitude and the second is Latitude.

Additional informations

You can add more properties to your entry. Here is an example with some comments:

        "properties": {
            /* OPTIONAL: default "" 
               A title to show when this item is clicked or
               hovered over
            */
            "title": "A title",

            /*
                OPTIONAL: default ""
                A description to show when this item is clicked or hovered over
            */
            "description": "A description",

            /*  OPTIONAL: default "medium"
                specify the size of the marker. sizes
                can be different pixel sizes in different
                implementations value must be one of
                "small"
                "medium"
                "large"
            */
            "marker-size": "medium",

            /*  OPTIONAL: default ""
                a symbol to position in the center of this icon
                if not provided or "", no symbol is overlaid
                and only the marker is shown
                Allowed values include
                - Icon ID from the Maki project at http://mapbox.com/maki/
                - An integer 0 through 9
                - A lowercase character "a" through "z"
            */
            "marker-symbol": "bus",

            /*  OPTIONAL: default "7e7e7e"
                the marker's color
            
                value must follow COLOR RULES
            */
            "marker-color": "#fff",

            /*  OPTIONAL: default "555555"
                the color of a line as part of a polygon, polyline, or multigeometry

                value must follow COLOR RULES
            */
            "stroke": "#555555",

            /*  OPTIONAL: default 1.0
                the opacity of the line component of a polygon, polyline, or multigeometry
            
                value must be a floating point number greater than or equal to
                zero and less or equal to than one
            */
            "stroke-opacity": 1.0,

            /*  OPTIONAL: default 2
                the width of the line component of a polygon, polyline, or multigeometry
            
                value must be a floating point number greater than or equal to 0
            */
            "stroke-width": 2,

            /*  OPTIONAL: default "555555"
                the color of the interior of a polygon
            
                value must follow COLOR RULES
            */
            "fill": "#555555",

            /*  OPTIONAL: default 0.6
                the opacity of the interior of a polygon. Implementations
                may choose to set this to 0 for line features.
            
                value must be a floating point number greater than or equal to
                zero and less or equal to than one
            */
            "fill-opacity": 0.5,
            /* Name of the Galaxy Server */
            "name": "Freiburg Galaxy Server",
            /* URL of the Galaxy Server */
            "URL": "http://galaxy.uni-freiburg.de",
            /* Some details about offered training, can be a URL as well. */
            "Training": "We offer twice a year a one week hands-on training course."
      }

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.