paper-galaxy

papers of the galaxy

https://github.com/dandelin/paper-galaxy

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation ·

Repository

papers of the galaxy

Basic Info
  • Host: GitHub
  • Owner: dandelin
  • Language: JavaScript
  • Default Branch: master
  • Size: 245 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 9 years ago · Last pushed almost 9 years ago
Metadata Files
Readme Citation

README.md

Project Name

Paper Galaxy: Explore the Gigantic Scholarly Universe with Ease.

Authors

Wonjae Kim Han Joo Chae Jeong-in Hwang

Installation & Environment Set-up

No installation is necessary. However, we recommend to use Chrome browser.

How to use

If your browser supports local file, simply open index.html. Otherwise, start a local server on the root directory.

License

This project can be used only for the grading purposes of the course "Information Visualization and Visual Analytics" for Fall 2016 in Seoul National University. Any redistribution or reuse of the project is prohibited without the authors' permission.

Owner

  • Name: Wonjae Kim
  • Login: dandelin
  • Kind: user
  • Location: South Korea
  • Company: @naver-ai

Citation (citation-view.js)

//var CitationView = (function() {
    //var paperObj;
    //var view = d3.select("#citation-view");
    //var margin = {top: 10, bottom: 10, left: 10, right: 10};
    //var width = document.getElementById("citation-view").offsetWidth - margin.left - margin.right;
    //var height = document.getElementById("citation-view").offsetHeight - margin.top - margin.bottom;

    //var centerWidth = width * 0.15;
    //var leftWidth = (width - centerWidth)/2;
    //var rightWidth = (width - centerWidth)/2;

    //// leftSvg for citedby
    //var leftSvg = view.append("svg") .attr("x", margin.left)
        //.attr("width", leftWidth)
        //.attr("height", height + margin.top + margin.bottom)
        //.style("overflow-y", "auto");

    //leftSvg.append("text")
        //.attr("font-size", "12px")
        //.attr("dominant-baseline", "central")
        //.attr("text-anchor", "middle")
        //.attr("x", margin.left + leftWidth/2)
        //.attr("y", margin.top)
        //.text("Cited By");

    //var citedbyGroup = leftSvg.append("g")
        //.attr("transform", "translate("+margin.left+","+margin.top+")");

    //// centerSvg for current paper
    //var centerSvg = view.append("svg")
        //.attr("x", leftWidth)
        //.attr("width", centerWidth)
        //.attr("height", height + margin.top + margin.bottom);

    //// rightSvg for references
    //var rightSvg = view.append("svg")
        //.attr("x", leftWidth + centerWidth + margin.left)
        //.attr("width", rightWidth + margin.right)
        //.attr("height", height + margin.top + margin.bottom)
        //.style("overflow-y", "auto");

    //rightSvg.append("text")
        //.attr("font-size", "12px")
        //.attr("dominant-baseline", "central")
        //.attr("text-anchor", "middle")
        //.attr("x", rightWidth/2)
        //.attr("y", margin.top)
        //.text("References");

    //var referencesGroup = rightSvg.append("g")
        //.attr("transform", "translate(0,"+margin.top+")");

    //return {
        //init: function(_paperObj) {
            //paperObj = _paperObj;
        //},
        //update: function(newPaper) {
            //var referencesElems = referencesGroup.selectAll("g")
                //.data(newPaper.references.map(function(d) { return paperObj[d]; }), function(d) { return d.id; });

            //var referencesElemsEnter = referencesElems.enter()
                //.append("g")
                //.attr("class", "references")
                //.attr("transform", function(d, i) { return "translate(0,"+(i*(10+5)+15)+")"; });
            
            //referencesElemsEnter
                //.append("text")
                //.attr("dominant-baseline", "central")
                //.attr("x", "3px")
                //.attr("font-size", "8px")
                //.text(function(d) { return d.title; });

            //referencesElems
                //.attr("transform", function(d, i) { return "translate(0,"+(i*(10+5)+15)+")"; });

            //referencesElems.exit()
                //.remove();

            //var citedbyElems = citedbyGroup.selectAll("g")
                //.data(newPaper.cited_by.map(function(d) { return paperObj[d]; }), function(d) { return d.id; });

            //var citedbyElemsEnter = citedbyElems.enter()
                //.append("g")
                //.attr("class", "citedby")
                //.attr("transform", function(d, i) { return "translate(0,"+(i*(10+5)+15)+")"; });
            
            //citedbyElemsEnter
                //.append("text")
                //.attr("dominant-baseline", "central")
                //.attr("x", "3px")
                //.attr("font-size", "8px")
                //.text(function(d) { return d.title; });

            //citedbyElems
                //.attr("transform", function(d, i) { return "translate(0,"+(i*(10+5)+15)+")"; });

            //citedbyElems.exit()
                //.attr("fill-opacity", "0")
                //.remove();
        //},
    //};
//})();

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 100
  • Total Committers: 4
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.53
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
perprit j****g@h****r 47
Han Joo Chae h****o@h****r 34
Wonjae Kim f****9@g****m 17
Wonjae Kim d****n@W****l 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels