REA_auth_review

Litstudy for performing mapping reviews

https://github.com/arianna-bienati/REA_auth_review

Science Score: 44.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Litstudy for performing mapping reviews

Basic Info
  • Host: GitHub
  • Owner: arianna-bienati
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 3.16 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

Lit rev automatation

Project description

This project tests the litstudy Python package for automatic literature reviews. It shows the use case of a mapping review of the literature about or related to the Reggio Emilia Approach (REA), an educational philosophy centered on the child as a subject with strong developmental capabilities and rights.

Repo contents

  • main: Jupyter notebook that shows the results for the mapping review about the REA. It follows the example provided here by the litstudy team (with some customization).
  • NLP-REA.md and NLP-REA.pdf are the .md and .pdf versions of the abstract written for presenting this study in the last lecture hold by prof. Mineo in the framework of the PhD in Reggio Childhood Studies.
  • .scopus.db should be the database with papers related to the REA retrieved from Scopus. It should be an ORACLE Berkeley DB. Further work on it should be done to understand the structure of the data contained in it.
  • citation.html is the network graph on co-citations. It does not display in the Jupyter notebook, but you can open it in your fav browser.

Customization

  • custom_litstudy.py: a Python script that adds to the compute_country_histogram function of the litstudy package the possibility to normalize per country population size.
  • ISO_nationality_EN: a mapping from country names to ISO codes.

Personal struggles with installing and configuring litstudy

  • if you are experiencing some errors while installing and importing litstudy, you might find the Litstudy for dummies guide in CODE litstudy.md useful.

Get in touch

If you're also trying out some tools for literature review automatation (for your PhD or else) or you're using litstudy and you are customizing it, I would be super happy if we get in touch (arianna(dot)bienati(at)unimore(dot)it) and exchange some experiences!

Owner

  • Name: Arianna Bienati
  • Login: arianna-bienati
  • Kind: user
  • Company: Institute for Applied Linguistics, Eurac Research

Citation (citation.html)

<html>
    <head>
        <meta charset="utf-8">
        
            <script src="lib/bindings/utils.js"></script>
            <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
            <script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
            
        
<center>
<h1></h1>
</center>

<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
          crossorigin="anonymous"
        />
        <script
          src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
          integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
          crossorigin="anonymous"
        ></script>


        <center>
          <h1></h1>
        </center>
        <style type="text/css">

             #mynetwork {
                 width: 100%;
                 height: 1000px;
                 background-color: #ffffff;
                 border: 1px solid lightgray;
                 position: relative;
                 float: left;
             }

             
             #loadingBar {
                 position:absolute;
                 top:0px;
                 left:0px;
                 width: 100%;
                 height: 1000px;
                 background-color:rgba(200,200,200,0.8);
                 -webkit-transition: all 0.5s ease;
                 -moz-transition: all 0.5s ease;
                 -ms-transition: all 0.5s ease;
                 -o-transition: all 0.5s ease;
                 transition: all 0.5s ease;
                 opacity:1;
             }

             #bar {
                 position:absolute;
                 top:0px;
                 left:0px;
                 width:20px;
                 height:20px;
                 margin:auto auto auto auto;
                 border-radius:11px;
                 border:2px solid rgba(30,30,30,0.05);
                 background: rgb(0, 173, 246); /* Old browsers */
                 box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
             }

             #border {
                 position:absolute;
                 top:10px;
                 left:10px;
                 width:500px;
                 height:23px;
                 margin:auto auto auto auto;
                 box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
                 border-radius:10px;
             }

             #text {
                 position:absolute;
                 top:8px;
                 left:530px;
                 width:30px;
                 height:50px;
                 margin:auto auto auto auto;
                 font-size:22px;
                 color: #000000;
             }

             div.outerBorder {
                 position:relative;
                 top:400px;
                 width:600px;
                 height:44px;
                 margin:auto auto auto auto;
                 border:8px solid rgba(0,0,0,0.1);
                 background: rgb(252,252,252); /* Old browsers */
                 background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
                 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
                 background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
                 background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
                 background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
                 background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
                 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
                 border-radius:72px;
                 box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
             }
             

             

             
        </style>
    </head>


    <body>
        <div class="card" style="width: 100%">
            
            
            <div id="mynetwork" class="card-body"></div>
        </div>

        
            <div id="loadingBar">
              <div class="outerBorder">
                <div id="text">0%</div>
                <div id="border">
                  <div id="bar"></div>
                </div>
              </div>
            </div>
        
        

        <script type="text/javascript">

              // initialize global variables.
              var edges;
              var nodes;
              var allNodes;
              var allEdges;
              var nodeColors;
              var originalNodes;
              var network;
              var container;
              var options, data;
              var filter = {
                  item : '',
                  property : '',
                  value : []
              };

              

              

              // This method is responsible for drawing the graph, returns the drawn network
              function drawGraph() {
                  var container = document.getElementById('mynetwork');

                  

                  // parsing and collecting nodes and edges from the python
                  nodes = new vis.DataSet([{"color": "#97c2fc", "id": 45, "label": "\u2018Doing Reggio?\u2019\nExploring the\ncomplexity of\n\u2018curriculum\u2019\nmigration through a\ncomparison of Reggio\nEmilia, Italy and\nthe EYFS, England", "labelHighlightBold": true, "shape": "dot", "size": 17.83783721923828, "title": "\u2018Doing Reggio?\u2019 Exploring the complexity of \u2018curriculum\u2019 migration through a comparison of Reggio Emilia, Italy and the EYFS, England", "x": 0.054455238899286634, "y": 0.6314755226371971}, {"color": "#97c2fc", "id": 126, "label": "PREFACE", "labelHighlightBold": true, "shape": "dot", "size": 20.405405044555664, "title": "PREFACE", "x": 0.6761199341279016, "y": -0.39102622845904866}, {"color": "#97c2fc", "id": 130, "label": "Music in Early\nChildhood: Exploring\nthe Theories,\nPhilosophies and\nPractices", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Music in Early Childhood: Exploring the Theories, Philosophies and Practices", "x": -0.8888931806519381, "y": -0.20996685445735636}, {"color": "#97c2fc", "id": 160, "label": "Reterritorialising\npedagogies of\nlistening: bringing\ninto dialogue\nculturally\nresponsive\npedagogies with\nReggio Emilia\nprinciples", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Reterritorialising pedagogies of listening: bringing into dialogue culturally responsive pedagogies with Reggio Emilia principles", "x": 0.26981711399787567, "y": 0.7091127490405024}, {"color": "#97c2fc", "id": 187, "label": "Crafting granular\nstories with child-\nlike embodied,\naffective and\nsensory encounters\nthat attune to the\nworld\u0027s differential\nbecoming", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Crafting granular stories with child-like embodied, affective and sensory encounters that attune to the world\u0027s differential becoming", "x": -0.9167945970694004, "y": -0.12797269242589907}, {"color": "#97c2fc", "id": 194, "label": "\u2018Why can\u2019t I grow\nshorter, only\ntaller?\u2019\u2014the body\nexperience of\ngrowing up for\nChinese children\naged 5\u20136", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "\u2018Why can\u2019t I grow shorter, only taller?\u2019\u2014the body experience of growing up for Chinese children aged 5\u20136", "x": 1.0, "y": -0.5833939334242267}, {"color": "#97c2fc", "id": 266, "label": "The plural uses of\npedagogical\ndocumentation in\nPedagogy-in-\nParticipation", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "The plural uses of pedagogical documentation in Pedagogy-in-Participation", "x": -0.6135192245877628, "y": 0.5040512956960074}, {"color": "#97c2fc", "id": 286, "label": "An Examination of\nTurkish Early\nChildhood Teachers\u2019\nChallenges in\nImplementing\nPedagogical\nDocumentation", "labelHighlightBold": true, "shape": "dot", "size": 35.81081008911133, "title": "An Examination of Turkish Early Childhood Teachers\u2019 Challenges in Implementing Pedagogical Documentation", "x": -0.34313980571029795, "y": 0.27266789968630606}, {"color": "#97c2fc", "id": 343, "label": "How teachers, peers,\nand classroom\nmaterials support\nchildren\u2019s inquiry\nin a Reggio Emilia-\ninspired preschool", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "How teachers, peers, and classroom materials support children\u2019s inquiry in a Reggio Emilia-inspired preschool", "x": 0.20359437539790864, "y": 0.7604744255084402}, {"color": "#97c2fc", "id": 359, "label": "Dialogue observed in\ndialogue: entering a\n\u2018Dialogical Approach\nto Observation\u2019 in\nearly childhood", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Dialogue observed in dialogue: entering a \u2018Dialogical Approach to Observation\u2019 in early childhood", "x": -0.6300675340140591, "y": -0.0863040260513943}, {"color": "#97c2fc", "id": 362, "label": "Montessori, Waldorf,\nand Reggio Emilia: A\nComparative Analysis\nof Alternative\nModels of Early\nChildhood Education", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "Montessori, Waldorf, and Reggio Emilia: A Comparative Analysis of Alternative Models of Early Childhood Education", "x": 0.1992964827037443, "y": 0.1710337317263827}, {"color": "#97c2fc", "id": 377, "label": "The struggle for\nearly childhood\ncurricula: A\ncomparison of the\nenglish foundation\nstage curriculum, te\nwhariki and reggio\nemilia", "labelHighlightBold": true, "shape": "dot", "size": 40.945945739746094, "title": "The struggle for early childhood curricula: A comparison of the english foundation stage curriculum, te whariki and reggio emilia", "x": -0.10842357790556331, "y": -0.19152649702933103}, {"color": "#97c2fc", "id": 380, "label": "Developing critical\nthinking in early\nchildhood through\nthe philosophy of\nReggio Emilia", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Developing critical thinking in early childhood through the philosophy of Reggio Emilia", "x": 0.2952894397692683, "y": 0.06970756418896533}, {"color": "#97c2fc", "id": 383, "label": "\u2018A teacher\u2019s hug can\nmake you feel\nbetter\u2019: listening\nto U.S. children\u2019s\nvoices on high-\nquality early\nchildhood teaching", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "\u2018A teacher\u2019s hug can make you feel better\u2019: listening to U.S. children\u2019s voices on high-quality early childhood teaching", "x": 0.7235640730326972, "y": -0.4471337523632964}, {"color": "#97c2fc", "id": 398, "label": "The professional\nactuation of\npedagogical\ndocumentation in\nBelgian and Finnish\nearly childhood\neducation settings", "labelHighlightBold": true, "shape": "dot", "size": 38.378379821777344, "title": "The professional actuation of pedagogical documentation in Belgian and Finnish early childhood education settings", "x": -0.23072571664486646, "y": 0.20561710291784413}, {"color": "#97c2fc", "id": 403, "label": "Improving reflective\npractice: a\ndocumentation rubric\nfor mentoring\npreservice and in-\nservice teachers", "labelHighlightBold": true, "shape": "dot", "size": 33.24324417114258, "title": "Improving reflective practice: a documentation rubric for mentoring preservice and in-service teachers", "x": -0.33552296451552566, "y": 0.19090053451394803}, {"color": "#97c2fc", "id": 404, "label": "Documentation\npanels: supporting\nyoung children\u2019s\nself-regulatory and\nmetacognitive\nabilities", "labelHighlightBold": true, "shape": "dot", "size": 40.945945739746094, "title": "Documentation panels: supporting young children\u2019s self-regulatory and metacognitive abilities", "x": -0.23886059504190257, "y": 0.07949477868398484}, {"color": "#97c2fc", "id": 461, "label": "Growing democratic\ncitizenship\ncompetencies:\nFostering social\nstudies\nunderstandings\nthrough inquiry\nlearning in the\npreschool garden", "labelHighlightBold": true, "shape": "dot", "size": 28.108108520507812, "title": "Growing democratic citizenship competencies: Fostering social studies understandings through inquiry learning in the preschool garden", "x": 0.26357890987002386, "y": 0.12208736229343398}, {"color": "#97c2fc", "id": 486, "label": "Pedagogical\ndocumentation: the\nsearch for\nchildren\u2019s voice and\nagency", "labelHighlightBold": true, "shape": "dot", "size": 51.216217041015625, "title": "Pedagogical documentation: the search for children\u2019s voice and agency", "x": -0.24373998897584476, "y": 0.18338696997671572}, {"color": "#97c2fc", "id": 492, "label": "Public Displays of\nChildren\u2019s Work in\nEarly Learning and\nElementary School\nSettings as\nDocumentation of\nChildren\u2019s Learning\nExperiences", "labelHighlightBold": true, "shape": "dot", "size": 33.24324417114258, "title": "Public Displays of Children\u2019s Work in Early Learning and Elementary School Settings as Documentation of Children\u2019s Learning Experiences", "x": -0.29993954264284817, "y": 0.23066961045232753}, {"color": "#97c2fc", "id": 493, "label": "Listening to\nchildren: using the\nECERS-R and Mosaic\napproach to improve\nlearning\nenvironments: a case\nstudy", "labelHighlightBold": true, "shape": "dot", "size": 30.675676345825195, "title": "Listening to children: using the ECERS-R and Mosaic approach to improve learning environments: a case study", "x": 0.45849200799744205, "y": -0.2570371540891196}, {"color": "#97c2fc", "id": 529, "label": "\u201cMy Treasure Box\u201d:\nPedagogical\nDocumentation,\nDigital Portfolios\nand Children\u2019s\nAgency in Finnish\nEarly Years\nEducation", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "\u201cMy Treasure Box\u201d: Pedagogical Documentation, Digital Portfolios and Children\u2019s Agency in Finnish Early Years Education", "x": -0.1757160671255621, "y": -0.1105445986523182}, {"color": "#97c2fc", "id": 535, "label": "Power, space, and\nplace in early\nchildhood education", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Power, space, and place in early childhood education", "x": 0.38539772956511575, "y": 0.015163336772076848}, {"color": "#97c2fc", "id": 536, "label": "The aesthetic\nexperience in the\nReggio Emilia\napproach", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "The aesthetic experience in the Reggio Emilia approach", "x": 0.06186572589947268, "y": 0.27961379367778355}, {"color": "#97c2fc", "id": 543, "label": "Pedagogical\ndocumentation as a\nshared experience of\nunderstanding\nchildhood", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Pedagogical documentation as a shared experience of understanding childhood", "x": -0.4705600846058437, "y": 0.30595479905881406}, {"color": "#97c2fc", "id": 547, "label": "Developing pedagogic\ndocumentation :\nChildren and\neducators learning\nthe narrative mode", "labelHighlightBold": true, "shape": "dot", "size": 20.405405044555664, "title": "Developing pedagogic documentation : Children and educators learning the narrative mode", "x": -0.3860541718077932, "y": 0.1759426967893685}, {"color": "#97c2fc", "id": 574, "label": "Hundred languages of\ndeaf children:\nExploring the reggio\nemilia approach in\ndeaf education", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Hundred languages of deaf children: Exploring the reggio emilia approach in deaf education", "x": 0.004941013583288365, "y": 0.43575326846014995}, {"color": "#97c2fc", "id": 578, "label": "Foreword", "labelHighlightBold": true, "shape": "dot", "size": 28.108108520507812, "title": "Foreword", "x": 0.042627416992690924, "y": -0.11447988983699228}, {"color": "#97c2fc", "id": 596, "label": "Towards a Dialogic\nUnderstanding of\nChildren\u0027s Art-\nMaking Process", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Towards a Dialogic Understanding of Children\u0027s Art-Making Process", "x": 0.43537078757131387, "y": 0.3356222808424865}, {"color": "#97c2fc", "id": 610, "label": "Making the Case for\nPlayful Learning", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Making the Case for Playful Learning", "x": 0.07693716151445418, "y": -0.18893207622711716}, {"color": "#97c2fc", "id": 632, "label": "Order in the court!", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Order in the court!", "x": -0.5099822825726579, "y": -0.1933464463038687}, {"color": "#97c2fc", "id": 645, "label": "Reggio\u0027s arpeggio:\nBecoming pedagogical\nthrough\nautoethnography", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Reggio\u0027s arpeggio: Becoming pedagogical through autoethnography", "x": 0.19132242694742504, "y": 0.19826496783277325}, {"color": "#97c2fc", "id": 647, "label": "Key elements of the\nReggio Emilia\napproach and how\nthey are\ninterconnected to\ncreate the highly\nregarded system of\nearly childhood\neducation", "labelHighlightBold": true, "shape": "dot", "size": 35.81081008911133, "title": "Key elements of the Reggio Emilia approach and how they are interconnected to create the highly regarded system of early childhood education", "x": 0.04323073447773248, "y": 0.1807490818603016}, {"color": "#97c2fc", "id": 650, "label": "Listening\ndifferently: A\npedagogy for\nexpanded listening", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Listening differently: A pedagogy for expanded listening", "x": -0.5358200234822137, "y": 0.01666135043251442}, {"color": "#97c2fc", "id": 654, "label": "Pedagogical\ndocumentation and\nits relation to\neveryday activities\nin early years", "labelHighlightBold": true, "shape": "dot", "size": 51.216217041015625, "title": "Pedagogical documentation and its relation to everyday activities in early years", "x": -0.1991632441053643, "y": 0.1874022641655473}, {"color": "#97c2fc", "id": 660, "label": "Reading two\nrhizomatic\npedagogies\ndiffractively\nthrough one another:\na Reggio inspired\nphilosophy with\nchildren for the\npostdevelopmental\nchild", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Reading two rhizomatic pedagogies diffractively through one another: a Reggio inspired philosophy with children for the postdevelopmental child", "x": 0.2189657020459061, "y": 0.44302498064884344}, {"color": "#97c2fc", "id": 665, "label": "Reggio Emilia\nInspired Learning\nGroups:\nRelationships,\nCommunication,\nCognition, and Play", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Reggio Emilia Inspired Learning Groups: Relationships, Communication, Cognition, and Play", "x": 0.45590103089304623, "y": -0.013967873705446308}, {"color": "#97c2fc", "id": 672, "label": "Do learning stories\ntell the whole story\nof children\u2019s\nlearning? A\nphenomenographic\nenquiry", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Do learning stories tell the whole story of children\u2019s learning? A phenomenographic enquiry", "x": 0.21067206162190272, "y": 0.02073612806557426}, {"color": "#97c2fc", "id": 700, "label": "Reggio emilia: An\nessential tool to\ndevelop critical\nthinking in early\nchildhood", "labelHighlightBold": true, "shape": "dot", "size": 33.24324417114258, "title": "Reggio emilia: An essential tool to develop critical thinking in early childhood", "x": 0.2632091199621714, "y": 0.20826054347142023}, {"color": "#97c2fc", "id": 725, "label": "Documenting with\nearly childhood\neducation teachers:\npedagogical\ndocumentation as a\ntool for developing\nearly childhood\npedagogy and\npractises", "labelHighlightBold": true, "shape": "dot", "size": 48.64864730834961, "title": "Documenting with early childhood education teachers: pedagogical documentation as a tool for developing early childhood pedagogy and practises", "x": -0.24962898886000964, "y": 0.22699225067548962}, {"color": "#97c2fc", "id": 732, "label": "Narratives of\ninfants\u2019 encounters\nwith curriculum: The\nbenediction as\ninvitation to\nparticipate", "labelHighlightBold": true, "shape": "dot", "size": 20.405405044555664, "title": "Narratives of infants\u2019 encounters with curriculum: The benediction as invitation to participate", "x": 0.6536192848614515, "y": -0.429731452057366}, {"color": "#97c2fc", "id": 734, "label": "School readiness and\npedagogies of\nCompetence and\nPerformance:\ntheorising the\ntroubled\nrelationship between\nearly years and\nearly years policy", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "School readiness and pedagogies of Competence and Performance: theorising the troubled relationship between early years and early years policy", "x": -0.15865268456543252, "y": -0.2799523983701436}, {"color": "#97c2fc", "id": 737, "label": "Guided Play:\nPrinciples and\nPractices", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Guided Play: Principles and Practices", "x": 0.6455868914868818, "y": -0.24879370739229387}, {"color": "#97c2fc", "id": 742, "label": "Feminist tales of\nteaching and\nresistance:\nreimagining gender\nin early childhood\neducation (Reggio\nEmilia, Italy)", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Feminist tales of teaching and resistance: reimagining gender in early childhood education (Reggio Emilia, Italy)", "x": 0.3518385194116393, "y": -0.028395761800631514}, {"color": "#97c2fc", "id": 774, "label": "Stories of learning:\nInquiry-based\npathways of\ndiscovery through\nenvironmental\neducation", "labelHighlightBold": true, "shape": "dot", "size": 33.24324417114258, "title": "Stories of learning: Inquiry-based pathways of discovery through environmental education", "x": -0.3369955872994539, "y": 0.22573198954397783}, {"color": "#97c2fc", "id": 783, "label": "Examining the Reggio\nEmilia approach:\nKeys to\nunderstanding why it\nmotivates students", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Examining the Reggio Emilia approach: Keys to understanding why it motivates students", "x": 0.3678374497995646, "y": 0.589205829892599}, {"color": "#97c2fc", "id": 796, "label": "\u2018Pedagogic\nStrategies\u2019: a\nconceptual framework\nfor effective parent\nand practitioner\nstrategies when\nworking with\nchildren under five", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "\u2018Pedagogic Strategies\u2019: a conceptual framework for effective parent and practitioner strategies when working with children under five", "x": -0.8943755835262192, "y": -0.05773918526308965}, {"color": "#97c2fc", "id": 799, "label": "Reflections in the\nMirror of Reggio\nEmilia\u2019s Soul: John\nDewey\u2019s Foundational\nInfluence on\nPedagogy in the\nItalian Educational\nProject", "labelHighlightBold": true, "shape": "dot", "size": 20.405405044555664, "title": "Reflections in the Mirror of Reggio Emilia\u2019s Soul: John Dewey\u2019s Foundational Influence on Pedagogy in the Italian Educational Project", "x": 0.20503077130483008, "y": -0.05243273723024349}, {"color": "#97c2fc", "id": 815, "label": "Reflections on the\nReggio Emilia\napproach as\ninspiration for\nearly childhood\nteacher education in\nAbu Dhabi, UAE", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Reflections on the Reggio Emilia approach as inspiration for early childhood teacher education in Abu Dhabi, UAE", "x": -0.09756774802435461, "y": 0.7705253907749797}, {"color": "#97c2fc", "id": 829, "label": "Preschool teachers\u0027\nperspectives on\nplanning and\ndocumentation in\npreschool", "labelHighlightBold": true, "shape": "dot", "size": 38.378379821777344, "title": "Preschool teachers\u0027 perspectives on planning and documentation in preschool", "x": -0.2060257111344542, "y": 0.26360227539171227}, {"color": "#97c2fc", "id": 832, "label": "Created in Context:\nA Comparative Case\nStudy of the Use of\nMusic in Two Reggio\nEmilia-Inspired\nSchools", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Created in Context: A Comparative Case Study of the Use of Music in Two Reggio Emilia-Inspired Schools", "x": -0.6039775547844769, "y": -0.2491184681478908}, {"color": "#97c2fc", "id": 837, "label": "Sounds to share: The\nstate of music\neducation in three\nReggio Emilia-\ninspired North\nAmerican preschools", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Sounds to share: The state of music education in three Reggio Emilia-inspired North American preschools", "x": 0.12362206996776003, "y": 0.4529697412764972}, {"color": "#97c2fc", "id": 845, "label": "Reggio emilia", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Reggio emilia", "x": 0.4619419314528917, "y": 0.52323791700092}, {"color": "#97c2fc", "id": 849, "label": "Children\u2019s\nparticipation in\nSlovene preschools:\nThe teachers\u2019\nviewpoints and\npractice", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Children\u2019s participation in Slovene preschools: The teachers\u2019 viewpoints and practice", "x": 0.010229872519884872, "y": -0.0018034434755965455}, {"color": "#97c2fc", "id": 858, "label": "Early childhood\nmusic education\nresearch: An\noverview", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Early childhood music education research: An overview", "x": -0.9224728596895492, "y": -0.1758618484028033}, {"color": "#97c2fc", "id": 871, "label": "The Greek\u2013Cypriot\nearly childhood\neducational reform:\nintroducing play as\na participatory\nlearning process and\nas children\u0027s right", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "The Greek\u2013Cypriot early childhood educational reform: introducing play as a participatory learning process and as children\u0027s right", "x": -0.6233851482945503, "y": 0.2848698877735567}, {"color": "#97c2fc", "id": 893, "label": "Communicating and\nthinking through\ndrawing activity in\nearly childhood", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Communicating and thinking through drawing activity in early childhood", "x": 0.530082198557727, "y": -0.7241727506292477}, {"color": "#97c2fc", "id": 922, "label": "A Reggio-Inspired\nMusic Atelier:\nOpening the Door\nBetween Visual Arts\nand Music", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "A Reggio-Inspired Music Atelier: Opening the Door Between Visual Arts and Music", "x": -0.20610766558606158, "y": 0.33410227231040907}, {"color": "#97c2fc", "id": 937, "label": "Children\u0027s rights-\nbased approaches:\nThe challenges of\nlistening to\ntaboo/discriminatory\nissues and moving\nbeyond children\u0027s\nparticipation", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Children\u0027s rights-based approaches: The challenges of listening to taboo/discriminatory issues and moving beyond children\u0027s participation", "x": -0.5633450414281054, "y": -0.02619583085088416}, {"color": "#97c2fc", "id": 938, "label": "Being part, being\ninvolved: The\nadult\u0027s role and\nchild participation\nin an early\nchildhood learning\ncontext", "labelHighlightBold": true, "shape": "dot", "size": 25.54054069519043, "title": "Being part, being involved: The adult\u0027s role and child participation in an early childhood learning context", "x": 0.49232218784895615, "y": -0.3339025004197889}, {"color": "#97c2fc", "id": 955, "label": "Art spoken here:\nReggio emilia for\nthe big kids", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Art spoken here: Reggio emilia for the big kids", "x": 0.2839132789317998, "y": 0.2478927155093627}, {"color": "#97c2fc", "id": 959, "label": "Child-initiated\nlearning, the\noutdoor environment\nand the\n\u0027underachieving\u0027\nchild", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Child-initiated learning, the outdoor environment and the \u0027underachieving\u0027 child", "x": -0.5701467584445256, "y": -0.44376391891234684}, {"color": "#97c2fc", "id": 977, "label": "Beyond the Walls:\nConceptualizing\nNatural Environments\nas \"Third Educators\"", "labelHighlightBold": true, "shape": "dot", "size": 17.83783721923828, "title": "Beyond the Walls: Conceptualizing Natural Environments as \"Third Educators\"", "x": 0.13800066587961815, "y": -0.07106046629635704}, {"color": "#97c2fc", "id": 992, "label": "Play in early\nchildhood education", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Play in early childhood education", "x": 0.35402751178936814, "y": -0.4946488445333719}, {"color": "#97c2fc", "id": 995, "label": "The effects of\ndocumentation on\nyoung children\u0027s\nmemory", "labelHighlightBold": true, "shape": "dot", "size": 35.81081008911133, "title": "The effects of documentation on young children\u0027s memory", "x": -0.177521685675328, "y": 0.20715343825991905}, {"color": "#97c2fc", "id": 1026, "label": "A fine balance:\nUnderstanding the\nroles educators and\nchildren play as\nintentional teachers\nand intentional\nlearners within the\nearly years learning\nframework", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "A fine balance: Understanding the roles educators and children play as intentional teachers and intentional learners within the early years learning framework", "x": 0.4721858572594262, "y": -0.6380957061530208}, {"color": "#97c2fc", "id": 1029, "label": "Editorial", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Editorial", "x": -0.17832985488295558, "y": 0.0005233546977041239}, {"color": "#97c2fc", "id": 1033, "label": "A Vygotskian\ncommentary on the\nReggio Emilia\napproach", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "A Vygotskian commentary on the Reggio Emilia approach", "x": -0.05379132429175652, "y": 0.5236932176783727}, {"color": "#97c2fc", "id": 1037, "label": "The Public Good.\nHistorical and\nPolitical Roots of\nMunicipal Preschools\nin Emilia Romagna", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "The Public Good. Historical and Political Roots of Municipal Preschools in Emilia Romagna", "x": 0.08039841423015917, "y": -0.41871597040431174}, {"color": "#97c2fc", "id": 1040, "label": "\u0027I can\u0027t read it; I\ndon\u0027t know\u0027: Young\nchildren\u0027s\nparticipation in the\npedagogical\ndocumentation of\nEnglish early\nchildhood education\nand care settings", "labelHighlightBold": true, "shape": "dot", "size": 58.91891860961914, "title": "\u0027I can\u0027t read it; I don\u0027t know\u0027: Young children\u0027s participation in the pedagogical documentation of English early childhood education and care settings", "x": -0.24594975510900577, "y": 0.1337480895555831}, {"color": "#97c2fc", "id": 1042, "label": "Common worlds:\nReconceptualising\ninclusion in early\nchildhood\ncommunities", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Common worlds: Reconceptualising inclusion in early childhood communities", "x": -0.6875898683550402, "y": -0.07283907930105744}, {"color": "#97c2fc", "id": 1044, "label": "Deliberative\nDemocratic\nEvaluation in\nPreschools", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Deliberative Democratic Evaluation in Preschools", "x": -0.5209622651079403, "y": -0.05833362320653912}, {"color": "#97c2fc", "id": 1053, "label": "What are the roles\nthat children\u0027s\ndrawings play in\ninquiry of science\nconcepts?", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "What are the roles that children\u0027s drawings play in inquiry of science concepts?", "x": 0.7950714433335937, "y": 0.39999398210559}, {"color": "#97c2fc", "id": 1056, "label": "Opening Spaces for\nDialogue and Re-\nEnvisioning\nChildren\u0027s Bathroom\nin a Preschool:\nPractitioner\nResearch with\nChildren on a\nSensitive and\nNeglected Area of\nConcern", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Opening Spaces for Dialogue and Re-Envisioning Children\u0027s Bathroom in a Preschool: Practitioner Research with Children on a Sensitive and Neglected Area of Concern", "x": 0.3734509750168543, "y": -0.1578607892447078}, {"color": "#97c2fc", "id": 1066, "label": "Consensus or\ndissensus?\nStakeholders\u0027 views\non the role of play\nin learning", "labelHighlightBold": true, "shape": "dot", "size": 20.405405044555664, "title": "Consensus or dissensus? Stakeholders\u0027 views on the role of play in learning", "x": 0.639102438397692, "y": -0.4612263834121133}, {"color": "#97c2fc", "id": 1071, "label": "A situated\nframework: The\nreggio experience", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "A situated framework: The reggio experience", "x": -0.23662116631149926, "y": -0.5228352279634081}, {"color": "#97c2fc", "id": 1092, "label": "The school building\nas third teacher", "labelHighlightBold": true, "shape": "dot", "size": 17.83783721923828, "title": "The school building as third teacher", "x": 0.33206911399224287, "y": 0.12252278906664617}, {"color": "#97c2fc", "id": 1102, "label": "Affordances for\nparticipation:\nChildren\u0027s\nappropriation of\nrules in a Reggio\nEmilia school", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Affordances for participation: Children\u0027s appropriation of rules in a Reggio Emilia school", "x": 0.12689170426372778, "y": -0.4091116993020713}, {"color": "#97c2fc", "id": 1107, "label": "History, ideas, and\nbasic principles: An\ninterview with Loris\nMalaguzzi", "labelHighlightBold": true, "shape": "dot", "size": 69.1891860961914, "title": "History, ideas, and basic principles: An interview with Loris Malaguzzi", "x": 0.05018836708483662, "y": -0.1730617945882666}, {"color": "#97c2fc", "id": 1108, "label": "Introduction:\nBackground and\nstarting points", "labelHighlightBold": true, "shape": "dot", "size": 56.35135269165039, "title": "Introduction: Background and starting points", "x": -0.29314313321082897, "y": -0.06216898552772214}, {"color": "#97c2fc", "id": 1109, "label": "Teacher and learner,\npartner and guide:\nThe role of the\nteacher", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "Teacher and learner, partner and guide: The role of the teacher", "x": -0.20524426960210573, "y": -0.2287083508700596}, {"color": "#97c2fc", "id": 1113, "label": "The Atelier: A\nconversation with\nVea Vecchi", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "The Atelier: A conversation with Vea Vecchi", "x": -0.20400950471138582, "y": -0.2633229897625715}, {"color": "#97c2fc", "id": 1115, "label": "The relationship\nbetween\ndocumentation and\nassessment", "labelHighlightBold": true, "shape": "dot", "size": 40.945945739746094, "title": "The relationship between documentation and assessment", "x": -0.029143374184832108, "y": 0.06388050054581139}, {"color": "#97c2fc", "id": 1116, "label": "Parent participation\nin the governance of\nthe schools: An\ninterview with\nSergio Spaggiari", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Parent participation in the governance of the schools: An interview with Sergio Spaggiari", "x": 0.01004613831723064, "y": -0.4436775295429771}, {"color": "#97c2fc", "id": 1117, "label": "Ways Forward towards\na Socially Just and\nHumane World: The\nReggio Movement*", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Ways Forward towards a Socially Just and Humane World: The Reggio Movement*", "x": 0.0917947403829294, "y": 0.4320655312891725}, {"color": "#97c2fc", "id": 1125, "label": "Learning to document\nin Reggio-inspired\neducation", "labelHighlightBold": true, "shape": "dot", "size": 40.945945739746094, "title": "Learning to document in Reggio-inspired education", "x": -0.1231772787984298, "y": 0.1693853967799302}, {"color": "#97c2fc", "id": 1132, "label": "Revealing the\nexperience of\nchildren and\nteachers even in\ntheir absence:\nDocumenting in the\nearly childhood\nstudio", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Revealing the experience of children and teachers even in their absence: Documenting in the early childhood studio", "x": -0.3952950678290771, "y": -0.010556125727001164}, {"color": "#97c2fc", "id": 1134, "label": "Reggio Emilia, Maria\nMontessori, and John\nDewey: Dispelling\nTeachers\u0027\nMisconceptions and\nUnderstanding\nTheoretical\nFoundations", "labelHighlightBold": true, "shape": "dot", "size": 40.945945739746094, "title": "Reggio Emilia, Maria Montessori, and John Dewey: Dispelling Teachers\u0027 Misconceptions and Understanding Theoretical Foundations", "x": 0.13852768293245712, "y": 0.010728427909002957}, {"color": "#97c2fc", "id": 1149, "label": "Multimodal map\nmaking with young\nchildren: Exploring\nethnographic and\nparticipatory\nmethods", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "Multimodal map making with young children: Exploring ethnographic and participatory methods", "x": 0.5223549361686121, "y": -0.3944656608361552}, {"color": "#97c2fc", "id": 1152, "label": "Mathematics in Early\nChildhood: Research-\nBased Rationale and\nPractical Strategies", "labelHighlightBold": true, "shape": "dot", "size": 17.83783721923828, "title": "Mathematics in Early Childhood: Research-Based Rationale and Practical Strategies", "x": 0.1581388199330001, "y": -0.09472348256307764}, {"color": "#97c2fc", "id": 1160, "label": "Implementing\ncurriculum-based\nlearning portfolio:\nA case study in\nTaiwan", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Implementing curriculum-based learning portfolio: A case study in Taiwan", "x": -0.38951939080173137, "y": 0.4788345113680601}, {"color": "#97c2fc", "id": 1179, "label": "Preservice teachers\u0027\nperceptions of\npedagogic\ndocumentation\ntechniques in early\nchildhood teacher\npreparation", "labelHighlightBold": true, "shape": "dot", "size": 33.24324417114258, "title": "Preservice teachers\u0027 perceptions of pedagogic documentation techniques in early childhood teacher preparation", "x": -0.170861432506568, "y": 0.23833561645329926}, {"color": "#97c2fc", "id": 1188, "label": "Understanding\nnatural sciences\neducation in a\nReggio Emilia-\ninspired preschool", "labelHighlightBold": true, "shape": "dot", "size": 20.405405044555664, "title": "Understanding natural sciences education in a Reggio Emilia-inspired preschool", "x": 0.22652792585046128, "y": 0.06772360719249498}, {"color": "#97c2fc", "id": 1197, "label": "Making learning\nvisible in\nkindergarten\nclassrooms:\nPedagogical\ndocumentation as a\nformative assessment\ntechnique", "labelHighlightBold": true, "shape": "dot", "size": 61.486488342285156, "title": "Making learning visible in kindergarten classrooms: Pedagogical documentation as a formative assessment technique", "x": -0.13482932996560487, "y": 0.15105586193912485}, {"color": "#97c2fc", "id": 1210, "label": "Space and place as a\nsource of belonging\nand participation in\nurban environments:\nConsidering the role\nof early childhood\neducation and care\nsettings", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Space and place as a source of belonging and participation in urban environments: Considering the role of early childhood education and care settings", "x": 0.464109702075597, "y": 0.08634052030349086}, {"color": "#97c2fc", "id": 1215, "label": "Through a different\nlens: Exploring\nReggio Emilia in a\nWelsh context", "labelHighlightBold": true, "shape": "dot", "size": 25.54054069519043, "title": "Through a different lens: Exploring Reggio Emilia in a Welsh context", "x": -0.05165840110524089, "y": -0.15672494464703152}, {"color": "#97c2fc", "id": 1220, "label": "Visual documentation\nas a normalizing\npractice: A new\ndiscourse of\nvisibility in\npreschool", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Visual documentation as a normalizing practice: A new discourse of visibility in preschool", "x": 0.04898134832389791, "y": 0.45727337731609874}, {"color": "#97c2fc", "id": 1241, "label": "Needs or rights? A\nchallenge to the\ndiscourse of special\neducation", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Needs or rights? A challenge to the discourse of special education", "x": 0.4692322796546111, "y": 0.30919990827169214}, {"color": "#97c2fc", "id": 1248, "label": "Reggio-inspired\nprofessional\ndevelopment in a\ndiverse urban public\nschool: Cases of\nwhat is possible", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Reggio-inspired professional development in a diverse urban public school: Cases of what is possible", "x": 0.15785377913516546, "y": -0.38794253322766714}, {"color": "#97c2fc", "id": 1251, "label": "Monet, Malaguzzi,\nand the Constructive\nconversations of\nPreschoolers in a\nReggio-inspired\nclassroom", "labelHighlightBold": true, "shape": "dot", "size": 25.54054069519043, "title": "Monet, Malaguzzi, and the Constructive conversations of Preschoolers in a Reggio-inspired classroom", "x": 0.14237608805065644, "y": 0.16406612663834227}, {"color": "#97c2fc", "id": 1258, "label": "Horses in the\nsandpit:\nPhotography,\nprolonged\ninvolvement and\n\u0027stepping back\u0027 as\nstrategies for\nlistening to\nchildren\u0027s voices", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Horses in the sandpit: Photography, prolonged involvement and \u0027stepping back\u0027 as strategies for listening to children\u0027s voices", "x": -0.5289155126510705, "y": -0.10941795885454776}, {"color": "#97c2fc", "id": 1266, "label": "Rethink, Reimagine,\nReinvent: The Reggio\nEmilia Approach to\nIncorporating\nReclaimed Materials\nin Children\u2019s\nArtworks", "labelHighlightBold": true, "shape": "dot", "size": 40.945945739746094, "title": "Rethink, Reimagine, Reinvent: The Reggio Emilia Approach to Incorporating Reclaimed Materials in Children\u2019s Artworks", "x": 0.22052156771128925, "y": 0.10194112928683997}, {"color": "#97c2fc", "id": 1271, "label": "Reflections on\ndocumentation: A\ndiscussion with\nthought leaders from\nReggio Emilia", "labelHighlightBold": true, "shape": "dot", "size": 61.486488342285156, "title": "Reflections on documentation: A discussion with thought leaders from Reggio Emilia", "x": -0.04907565905666169, "y": 0.17746608121958046}, {"color": "#97c2fc", "id": 1273, "label": "Accountability in\nthree realms: Making\nlearning visible\ninside and outside\nthe classroom", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Accountability in three realms: Making learning visible inside and outside the classroom", "x": 0.011833926579180778, "y": 0.27345158590657487}, {"color": "#97c2fc", "id": 1279, "label": "Listening for\ncompetence through\ndocumentation:\nAssessing children\nwith language delays\nusing digital video", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Listening for competence through documentation: Assessing children with language delays using digital video", "x": -0.12683235235293494, "y": -0.9074177729532923}, {"color": "#97c2fc", "id": 1280, "label": "Making sense of\ncompeting constructs\nof teacher as\nprofessional", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Making sense of competing constructs of teacher as professional", "x": 0.10527136408548152, "y": -0.4521180834729596}, {"color": "#97c2fc", "id": 1291, "label": "Exploring relational\npedagogy", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Exploring relational pedagogy", "x": -0.46931682332705366, "y": -0.285038330343139}, {"color": "#97c2fc", "id": 1299, "label": "Teaching matters in\nearly educational\npractice: The case\nfor a nurturing\npedagogy", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Teaching matters in early educational practice: The case for a nurturing pedagogy", "x": 0.4722182591309732, "y": 0.26405421938072704}, {"color": "#97c2fc", "id": 1300, "label": "Interrupting\nstereotypes:\nTeaching and the\neducation of young\nchildren", "labelHighlightBold": true, "shape": "dot", "size": 17.83783721923828, "title": "Interrupting stereotypes: Teaching and the education of young children", "x": -0.27881554594805125, "y": -0.1029594610765769}, {"color": "#97c2fc", "id": 1307, "label": "The power of\ndocumentation in the\nearly childhood\nclassroom", "labelHighlightBold": true, "shape": "dot", "size": 33.24324417114258, "title": "The power of documentation in the early childhood classroom", "x": -0.0641977819042099, "y": 0.041079385343357255}, {"color": "#97c2fc", "id": 1321, "label": "Mindful hands,\ngestures as\nlanguage: Listening\nto children", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Mindful hands, gestures as language: Listening to children", "x": -0.06951761319325206, "y": -0.2547152790275949}, {"color": "#97c2fc", "id": 1323, "label": "Understanding\nplayful pedagogies,\nplay narratives and\nplay spaces", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Understanding playful pedagogies, play narratives and play spaces", "x": -0.03558099448347038, "y": -0.36219017815770715}, {"color": "#97c2fc", "id": 1324, "label": "\u2018Would you like to\ntidy up now?\u2019 An\nanalysis of adult\nquestioning in the\nEnglish Foundation\nStage", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "\u2018Would you like to tidy up now?\u2019 An analysis of adult questioning in the English Foundation Stage", "x": -0.20693044067624686, "y": -0.2984531569261819}, {"color": "#97c2fc", "id": 1328, "label": "Documentation panel:\nThe \"making learning\nvisible\" project", "labelHighlightBold": true, "shape": "dot", "size": 46.08108139038086, "title": "Documentation panel: The \"making learning visible\" project", "x": -0.21837864556388256, "y": 0.2450038709134923}, {"color": "#97c2fc", "id": 1331, "label": "Children and place:\nReggio Emilia\u0027s\nenvironment as third\nteacher", "labelHighlightBold": true, "shape": "dot", "size": 100.0, "title": "Children and place: Reggio Emilia\u0027s environment as third teacher", "x": 0.19368722138718275, "y": 0.02537255304982367}, {"color": "#97c2fc", "id": 1332, "label": "Using technology in\nreggio emilia-\ninspired programs", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "Using technology in reggio emilia-inspired programs", "x": 0.08923132617525256, "y": 0.14471290014879865}, {"color": "#97c2fc", "id": 1335, "label": "Progettazione and\ndocumentation as\nsociocultural\nactivities: Changing\ncommunities of\npractice", "labelHighlightBold": true, "shape": "dot", "size": 30.675676345825195, "title": "Progettazione and documentation as sociocultural activities: Changing communities of practice", "x": 0.16122123762829602, "y": 0.1361723533632675}, {"color": "#97c2fc", "id": 1337, "label": "Play in other\nlanguages", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Play in other languages", "x": 0.1475888727581198, "y": 0.25042089888343605}, {"color": "#97c2fc", "id": 1338, "label": "The development of\nan early childhood\nteacher research\ncollaborative", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "The development of an early childhood teacher research collaborative", "x": -0.8137804260326109, "y": -0.3811684600456253}, {"color": "#97c2fc", "id": 1339, "label": "Including the child\nwith special needs:\nLearning from Reggio\nEmilia", "labelHighlightBold": true, "shape": "dot", "size": 40.945945739746094, "title": "Including the child with special needs: Learning from Reggio Emilia", "x": 0.19077251760131342, "y": 0.13788127839111067}, {"color": "#97c2fc", "id": 1341, "label": "Reggio Emilia as\ncultural activity\ntheory in practice", "labelHighlightBold": true, "shape": "dot", "size": 69.1891860961914, "title": "Reggio Emilia as cultural activity theory in practice", "x": 0.24653212511001354, "y": 0.14163859274395224}, {"color": "#97c2fc", "id": 1346, "label": "Students learn about\ndocumentation\nthroughout their\nteacher education\nprogram", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Students learn about documentation throughout their teacher education program", "x": -0.3790227772016656, "y": 0.4307651233350712}, {"color": "#97c2fc", "id": 1347, "label": "Toward formative\nassessment: The use\nof pedagogical\ndocumentation in\nearly elementary\nclassrooms", "labelHighlightBold": true, "shape": "dot", "size": 56.35135269165039, "title": "Toward formative assessment: The use of pedagogical documentation in early elementary classrooms", "x": -0.20037815697125444, "y": 0.16437848348132802}, {"color": "#97c2fc", "id": 1354, "label": "A hundred ways of\nlistening gathering\nchildren\u0027s\nperspectives of\ntheir early\nchildhood\nenvironment", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "A hundred ways of listening gathering children\u0027s perspectives of their early childhood environment", "x": -0.38548160774133494, "y": 0.10536265737333841}, {"color": "#97c2fc", "id": 1358, "label": "Competency in child\ncare settings: The\nrole of the physical\nenvironment", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Competency in child care settings: The role of the physical environment", "x": 0.35599961792293006, "y": -0.18961848744214965}, {"color": "#97c2fc", "id": 1361, "label": "Creativity", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Creativity", "x": 0.3618957055563012, "y": -0.4328434180139991}, {"color": "#97c2fc", "id": 1364, "label": "Reggio Emilia\nApproach to Early\nChildhood Education", "labelHighlightBold": true, "shape": "dot", "size": 28.108108520507812, "title": "Reggio Emilia Approach to Early Childhood Education", "x": 0.2300668904739835, "y": -0.21258662401200354}, {"color": "#97c2fc", "id": 1381, "label": "Five preschool\ncurricula -\ncomparative\nperspective", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Five preschool curricula - comparative perspective", "x": 0.5708827794274949, "y": 0.16934108566277828}, {"color": "#97c2fc", "id": 1391, "label": "Documentation: A\nhard to reach place", "labelHighlightBold": true, "shape": "dot", "size": 30.675676345825195, "title": "Documentation: A hard to reach place", "x": -0.18088874688101428, "y": 0.3094981850036294}, {"color": "#97c2fc", "id": 1392, "label": "\u0027Here\u0027s one I made\nearlier!\u0027 A\nqualitative report\non creativity in a\nresidential primary\nschool for children\nwith social,\nemotional and\nbehavioural\ndifficulties", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "\u0027Here\u0027s one I made earlier!\u0027 A qualitative report on creativity in a residential primary school for children with social, emotional and behavioural difficulties", "x": 0.038928687105859706, "y": -0.413641825029298}, {"color": "#97c2fc", "id": 1396, "label": "The plan building on\nchildren\u0027s interests", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "The plan building on children\u0027s interests", "x": 0.09304396546123106, "y": -0.1503542257365013}, {"color": "#97c2fc", "id": 1402, "label": "Professionalism and\nperformativity: The\nfeminist challenge\nfacing early years\npractitioners", "labelHighlightBold": true, "shape": "dot", "size": 17.83783721923828, "title": "Professionalism and performativity: The feminist challenge facing early years practitioners", "x": -0.584626562048416, "y": -0.07359907409999634}, {"color": "#97c2fc", "id": 1410, "label": "Listening to learn:\nChildren playing and\ntalking about the\nreception year of\nearly years\neducation in the UK", "labelHighlightBold": true, "shape": "dot", "size": 20.405405044555664, "title": "Listening to learn: Children playing and talking about the reception year of early years education in the UK", "x": -0.17660959656670697, "y": -0.1493851681067466}, {"color": "#97c2fc", "id": 1411, "label": "Making Learning\nVisible through\nDocumentation:\nCreating a Culture\nof Inquiry among\nPre-Service Teachers", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Making Learning Visible through Documentation: Creating a Culture of Inquiry among Pre-Service Teachers", "x": -0.3289928508527656, "y": 0.4727594176328055}, {"color": "#97c2fc", "id": 1413, "label": "Making the social\nvisible within\ninclusive classrooms", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Making the social visible within inclusive classrooms", "x": -0.12789722484982788, "y": -0.6727844856564013}, {"color": "#97c2fc", "id": 1417, "label": "Listening to and\ninvolving young\nchildren: A review\nof research and\npractice", "labelHighlightBold": true, "shape": "dot", "size": 20.405405044555664, "title": "Listening to and involving young children: A review of research and practice", "x": -0.24680021433356683, "y": -0.05851079046544845}, {"color": "#97c2fc", "id": 1438, "label": "Moving toward visual\nliteracy:\nPhotography as a\nlanguage of teacher\ninquiry", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Moving toward visual literacy: Photography as a language of teacher inquiry", "x": -0.2935041306048449, "y": 0.4050967789354194}, {"color": "#97c2fc", "id": 1447, "label": "Play, learning and\nthe early childhood\ncurriculum", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Play, learning and the early childhood curriculum", "x": 0.299744740183502, "y": -0.14028918782898597}, {"color": "#97c2fc", "id": 1449, "label": "Ways of seeing:\nUsing the Mosaic\napproach to listen\nto young children\u2019s\nperspectives", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "Ways of seeing: Using the Mosaic approach to listen to young children\u2019s perspectives", "x": 0.24365660257739366, "y": -0.2605628677734639}, {"color": "#97c2fc", "id": 1452, "label": "The Role of Media\nand Emerging\nRepresentation in\nEarly Childhood", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "The Role of Media and Emerging Representation in Early Childhood", "x": 0.5141410554392356, "y": 0.24440943442099297}, {"color": "#97c2fc", "id": 1463, "label": "5\u00d75\u00d75 = Creativity\nin the early years", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "5\u00d75\u00d75 = Creativity in the early years", "x": 0.20947182071339174, "y": -0.11191413991279574}, {"color": "#97c2fc", "id": 1466, "label": "Consider the walls", "labelHighlightBold": true, "shape": "dot", "size": 17.83783721923828, "title": "Consider the walls", "x": 0.23270813072691168, "y": -0.00753976714475134}, {"color": "#97c2fc", "id": 1493, "label": "In Dialogue with\nReggio Emilia:\nListening,\nResearching and\nLearning", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "In Dialogue with Reggio Emilia: Listening, Researching and Learning", "x": 0.44314174790986866, "y": -0.10079491319458711}, {"color": "#97c2fc", "id": 1500, "label": "A Theory for Living:\nWalking with Reggio\nEmilia", "labelHighlightBold": true, "shape": "dot", "size": 33.24324417114258, "title": "A Theory for Living: Walking with Reggio Emilia", "x": 0.3000381774950452, "y": 0.11943582475283829}, {"color": "#97c2fc", "id": 1510, "label": "Reggio Emilia: New\nways to think about\nschooling", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Reggio Emilia: New ways to think about schooling", "x": 0.4595083055270792, "y": 0.028617166836919367}, {"color": "#97c2fc", "id": 1511, "label": "Instant video\nrevisiting for\nreflection:\nExtending the\nlearning of children\nand teachers", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Instant video revisiting for reflection: Extending the learning of children and teachers", "x": 0.1264118981183267, "y": 0.30504114305591357}, {"color": "#97c2fc", "id": 1526, "label": "Reflections on the\nImage of the Child:\nReproducer or\nCreator of Culture", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Reflections on the Image of the Child: Reproducer or Creator of Culture", "x": 0.4452488476995392, "y": -0.1678337911382923}, {"color": "#97c2fc", "id": 1541, "label": "Three approaches\nfrom Europe:\nWaldorf, Montessori,\nand Reggio Emilia", "labelHighlightBold": true, "shape": "dot", "size": 66.62162017822266, "title": "Three approaches from Europe: Waldorf, Montessori, and Reggio Emilia", "x": 0.11827021836780115, "y": 0.018271481144369033}, {"color": "#97c2fc", "id": 1543, "label": "Tracking the\nDevelopment of\nLearning\nDispositions", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Tracking the Development of Learning Dispositions", "x": -0.22086176272552338, "y": -0.43035821436396704}, {"color": "#97c2fc", "id": 1547, "label": "Eliciting Young\nChildren\u0027s\nPerceptions of Play,\nWork and Learning\nUsing the Activity\nApperception Story\nProcedure", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Eliciting Young Children\u0027s Perceptions of Play, Work and Learning Using the Activity Apperception Story Procedure", "x": -0.392715572794178, "y": -0.26794545966985406}, {"color": "#97c2fc", "id": 1561, "label": "Using Documentation\nPanels to\nCommunicate with\nFamilies", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Using Documentation Panels to Communicate with Families", "x": -0.2693821695391397, "y": 0.5632710842964493}, {"color": "#97c2fc", "id": 1565, "label": "Aesthetic Codes in\nEarly Childhood\nClassrooms: What Art\nEducators Can Learn\nfrom Reggio Emilia", "labelHighlightBold": true, "shape": "dot", "size": 51.216217041015625, "title": "Aesthetic Codes in Early Childhood Classrooms: What Art Educators Can Learn from Reggio Emilia", "x": 0.18992102040551528, "y": 0.12032714724924597}, {"color": "#97c2fc", "id": 1568, "label": "Documentation:\nMaking Assessment\nVisible", "labelHighlightBold": true, "shape": "dot", "size": 15.270270347595215, "title": "Documentation: Making Assessment Visible", "x": -0.14204364620502422, "y": -0.3281290487947526}, {"color": "#97c2fc", "id": 1571, "label": "How to listen to\nvery young children:\nThe mosaic approach", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "How to listen to very young children: The mosaic approach", "x": -0.4623854125238669, "y": -0.09646475300444056}, {"color": "#97c2fc", "id": 1574, "label": "Examining the reggio\nemilia approach to\nearly childhood\neducation", "labelHighlightBold": true, "shape": "dot", "size": 61.486488342285156, "title": "Examining the reggio emilia approach to early childhood education", "x": 0.06926023123504657, "y": 5.1441115490326225e-06}, {"color": "#97c2fc", "id": 1585, "label": "Time to relax a\nlittle: Making time\nfor the interplay of\nminds in education", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Time to relax a little: Making time for the interplay of minds in education", "x": -0.0326049737119757, "y": -0.10185091499241686}, {"color": "#97c2fc", "id": 1591, "label": "Six head start\nclassrooms begin to\nexplore the Reggio\nEmilia approach", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "Six head start classrooms begin to explore the Reggio Emilia approach", "x": 0.19689403645028952, "y": -0.3755337629706723}, {"color": "#97c2fc", "id": 1597, "label": "What should children\nlearn? Making\nchoices and taking\nchances", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "What should children learn? Making choices and taking chances", "x": 0.39982902137280035, "y": 0.36524152268332827}, {"color": "#97c2fc", "id": 1603, "label": "Learning to draw and\ndrawing to learn", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Learning to draw and drawing to learn", "x": 0.573648007144664, "y": 0.2990747167198714}, {"color": "#97c2fc", "id": 1626, "label": "Learning properly?\nYoung children and\ndesirable outcomes", "labelHighlightBold": true, "shape": "dot", "size": 22.972972869873047, "title": "Learning properly? Young children and desirable outcomes", "x": -0.16537914928921332, "y": -0.240757671067914}, {"color": "#97c2fc", "id": 1635, "label": "Eagles, Reptiles and\nbeyond a Co-creative\nJourney in Dance", "labelHighlightBold": true, "shape": "dot", "size": 10.135135650634766, "title": "Eagles, Reptiles and beyond a Co-creative Journey in Dance", "x": 0.018528987184728493, "y": -0.35079232297413127}, {"color": "#97c2fc", "id": 1646, "label": "After Reggio Emilia:\nMay the Conversation\nBegin!", "labelHighlightBold": true, "shape": "dot", "size": 7.567567825317383, "title": "After Reggio Emilia: May the Conversation Begin!", "x": -0.3222280919736246, "y": -0.7433780886768697}, {"color": "#97c2fc", "id": 1650, "label": "Play is not the work\nof the child: Young\nchildren\u0027s\nperceptions of work\nand play", "labelHighlightBold": true, "shape": "dot", "size": 12.702702522277832, "title": "Play is not the work of the child: Young children\u0027s perceptions of work and play", "x": -0.3517263102028544, "y": -0.21105091623108177}]);
                  edges = new vis.DataSet([{"from": 45, "title": "1", "to": 922, "width": 1}, {"from": 45, "title": "1", "to": 1033, "width": 1}, {"from": 45, "title": "1", "to": 660, "width": 1}, {"from": 45, "title": "1", "to": 160, "width": 1}, {"from": 45, "title": "1", "to": 343, "width": 1}, {"from": 126, "title": "1", "to": 493, "width": 1}, {"from": 126, "title": "1", "to": 732, "width": 1}, {"from": 126, "title": "1", "to": 1149, "width": 1}, {"from": 126, "title": "1", "to": 1066, "width": 1}, {"from": 126, "title": "1", "to": 938, "width": 1}, {"from": 126, "title": "1", "to": 383, "width": 1}, {"from": 130, "title": "1", "to": 1402, "width": 1}, {"from": 130, "title": "1", "to": 187, "width": 1}, {"from": 130, "title": "1", "to": 858, "width": 1}, {"from": 160, "title": "2", "to": 783, "width": 2}, {"from": 160, "title": "1", "to": 660, "width": 1}, {"from": 160, "title": "1", "to": 343, "width": 1}, {"from": 187, "title": "1", "to": 1402, "width": 1}, {"from": 187, "title": "1", "to": 858, "width": 1}, {"from": 194, "title": "1", "to": 383, "width": 1}, {"from": 266, "title": "1", "to": 286, "width": 1}, {"from": 286, "title": "2", "to": 1347, "width": 2}, {"from": 286, "title": "2", "to": 654, "width": 2}, {"from": 286, "title": "1", "to": 404, "width": 1}, {"from": 286, "title": "1", "to": 1040, "width": 1}, {"from": 286, "title": "1", "to": 1197, "width": 1}, {"from": 286, "title": "1", "to": 486, "width": 1}, {"from": 286, "title": "1", "to": 492, "width": 1}, {"from": 286, "title": "1", "to": 403, "width": 1}, {"from": 286, "title": "1", "to": 398, "width": 1}, {"from": 286, "title": "1", "to": 725, "width": 1}, {"from": 286, "title": "1", "to": 774, "width": 1}, {"from": 343, "title": "1", "to": 660, "width": 1}, {"from": 359, "title": "2", "to": 1108, "width": 2}, {"from": 359, "title": "1", "to": 796, "width": 1}, {"from": 359, "title": "1", "to": 1042, "width": 1}, {"from": 362, "title": "1", "to": 1134, "width": 1}, {"from": 362, "title": "1", "to": 1266, "width": 1}, {"from": 362, "title": "1", "to": 1541, "width": 1}, {"from": 362, "title": "1", "to": 1574, "width": 1}, {"from": 362, "title": "1", "to": 1332, "width": 1}, {"from": 362, "title": "1", "to": 1092, "width": 1}, {"from": 362, "title": "1", "to": 1565, "width": 1}, {"from": 377, "title": "4", "to": 1574, "width": 4}, {"from": 377, "title": "3", "to": 1410, "width": 3}, {"from": 377, "title": "3", "to": 1300, "width": 3}, {"from": 377, "title": "2", "to": 1541, "width": 2}, {"from": 377, "title": "2", "to": 1585, "width": 2}, {"from": 377, "title": "2", "to": 1071, "width": 2}, {"from": 377, "title": "2", "to": 1543, "width": 2}, {"from": 377, "title": "1", "to": 1626, "width": 1}, {"from": 377, "title": "1", "to": 1109, "width": 1}, {"from": 377, "title": "1", "to": 1108, "width": 1}, {"from": 377, "title": "1", "to": 1107, "width": 1}, {"from": 377, "title": "1", "to": 1113, "width": 1}, {"from": 377, "title": "1", "to": 1215, "width": 1}, {"from": 377, "title": "1", "to": 734, "width": 1}, {"from": 380, "title": "3", "to": 1339, "width": 3}, {"from": 380, "title": "2", "to": 1341, "width": 2}, {"from": 380, "title": "2", "to": 1331, "width": 2}, {"from": 380, "title": "2", "to": 1541, "width": 2}, {"from": 383, "title": "1", "to": 493, "width": 1}, {"from": 383, "title": "1", "to": 732, "width": 1}, {"from": 383, "title": "1", "to": 1149, "width": 1}, {"from": 383, "title": "1", "to": 1066, "width": 1}, {"from": 383, "title": "1", "to": 938, "width": 1}, {"from": 398, "title": "4", "to": 725, "width": 4}, {"from": 398, "title": "3", "to": 1197, "width": 3}, {"from": 398, "title": "3", "to": 486, "width": 3}, {"from": 398, "title": "3", "to": 654, "width": 3}, {"from": 398, "title": "2", "to": 1040, "width": 2}, {"from": 398, "title": "2", "to": 1347, "width": 2}, {"from": 398, "title": "2", "to": 995, "width": 2}, {"from": 398, "title": "2", "to": 1271, "width": 2}, {"from": 398, "title": "1", "to": 404, "width": 1}, {"from": 398, "title": "1", "to": 492, "width": 1}, {"from": 398, "title": "1", "to": 403, "width": 1}, {"from": 398, "title": "1", "to": 774, "width": 1}, {"from": 403, "title": "1", "to": 404, "width": 1}, {"from": 403, "title": "1", "to": 1040, "width": 1}, {"from": 403, "title": "1", "to": 1197, "width": 1}, {"from": 403, "title": "1", "to": 486, "width": 1}, {"from": 403, "title": "1", "to": 492, "width": 1}, {"from": 403, "title": "1", "to": 1347, "width": 1}, {"from": 403, "title": "1", "to": 725, "width": 1}, {"from": 403, "title": "1", "to": 654, "width": 1}, {"from": 403, "title": "1", "to": 774, "width": 1}, {"from": 404, "title": "2", "to": 1040, "width": 2}, {"from": 404, "title": "2", "to": 1197, "width": 2}, {"from": 404, "title": "2", "to": 486, "width": 2}, {"from": 404, "title": "2", "to": 1347, "width": 2}, {"from": 404, "title": "2", "to": 654, "width": 2}, {"from": 404, "title": "1", "to": 1568, "width": 1}, {"from": 404, "title": "1", "to": 1115, "width": 1}, {"from": 404, "title": "1", "to": 529, "width": 1}, {"from": 404, "title": "1", "to": 492, "width": 1}, {"from": 404, "title": "1", "to": 725, "width": 1}, {"from": 404, "title": "1", "to": 774, "width": 1}, {"from": 461, "title": "2", "to": 1335, "width": 2}, {"from": 461, "title": "2", "to": 1565, "width": 2}, {"from": 461, "title": "2", "to": 1341, "width": 2}, {"from": 461, "title": "2", "to": 1331, "width": 2}, {"from": 461, "title": "2", "to": 1266, "width": 2}, {"from": 461, "title": "2", "to": 1541, "width": 2}, {"from": 461, "title": "2", "to": 700, "width": 2}, {"from": 461, "title": "2", "to": 1500, "width": 2}, {"from": 461, "title": "2", "to": 1339, "width": 2}, {"from": 486, "title": "4", "to": 1040, "width": 4}, {"from": 486, "title": "4", "to": 1197, "width": 4}, {"from": 486, "title": "4", "to": 654, "width": 4}, {"from": 486, "title": "3", "to": 1347, "width": 3}, {"from": 486, "title": "3", "to": 725, "width": 3}, {"from": 486, "title": "3", "to": 547, "width": 3}, {"from": 486, "title": "3", "to": 995, "width": 3}, {"from": 486, "title": "2", "to": 1271, "width": 2}, {"from": 486, "title": "2", "to": 829, "width": 2}, {"from": 486, "title": "2", "to": 1328, "width": 2}, {"from": 486, "title": "2", "to": 1179, "width": 2}, {"from": 486, "title": "2", "to": 1125, "width": 2}, {"from": 486, "title": "1", "to": 492, "width": 1}, {"from": 486, "title": "1", "to": 774, "width": 1}, {"from": 492, "title": "2", "to": 1197, "width": 2}, {"from": 492, "title": "1", "to": 1040, "width": 1}, {"from": 492, "title": "1", "to": 1347, "width": 1}, {"from": 492, "title": "1", "to": 725, "width": 1}, {"from": 492, "title": "1", "to": 654, "width": 1}, {"from": 492, "title": "1", "to": 774, "width": 1}, {"from": 493, "title": "2", "to": 1364, "width": 2}, {"from": 493, "title": "2", "to": 1358, "width": 2}, {"from": 493, "title": "2", "to": 1056, "width": 2}, {"from": 493, "title": "2", "to": 1331, "width": 2}, {"from": 493, "title": "1", "to": 732, "width": 1}, {"from": 493, "title": "1", "to": 1149, "width": 1}, {"from": 493, "title": "1", "to": 1066, "width": 1}, {"from": 493, "title": "1", "to": 938, "width": 1}, {"from": 529, "title": "1", "to": 1568, "width": 1}, {"from": 529, "title": "1", "to": 1115, "width": 1}, {"from": 535, "title": "4", "to": 1331, "width": 4}, {"from": 535, "title": "2", "to": 665, "width": 2}, {"from": 536, "title": "1", "to": 1574, "width": 1}, {"from": 536, "title": "1", "to": 1273, "width": 1}, {"from": 536, "title": "1", "to": 1115, "width": 1}, {"from": 543, "title": "2", "to": 547, "width": 2}, {"from": 543, "title": "2", "to": 725, "width": 2}, {"from": 547, "title": "3", "to": 1029, "width": 3}, {"from": 547, "title": "2", "to": 725, "width": 2}, {"from": 547, "title": "2", "to": 1040, "width": 2}, {"from": 547, "title": "2", "to": 871, "width": 2}, {"from": 574, "title": "2", "to": 647, "width": 2}, {"from": 578, "title": "5", "to": 1107, "width": 5}, {"from": 578, "title": "4", "to": 1029, "width": 4}, {"from": 578, "title": "3", "to": 1321, "width": 3}, {"from": 578, "title": "2", "to": 1364, "width": 2}, {"from": 578, "title": "2", "to": 1449, "width": 2}, {"from": 578, "title": "2", "to": 1134, "width": 2}, {"from": 578, "title": "2", "to": 1574, "width": 2}, {"from": 578, "title": "2", "to": 1341, "width": 2}, {"from": 578, "title": "2", "to": 1323, "width": 2}, {"from": 596, "title": "2", "to": 1341, "width": 2}, {"from": 610, "title": "2", "to": 1364, "width": 2}, {"from": 610, "title": "2", "to": 1307, "width": 2}, {"from": 610, "title": "2", "to": 1396, "width": 2}, {"from": 632, "title": "2", "to": 1108, "width": 2}, {"from": 645, "title": "3", "to": 1115, "width": 3}, {"from": 647, "title": "4", "to": 1331, "width": 4}, {"from": 647, "title": "2", "to": 1574, "width": 2}, {"from": 647, "title": "2", "to": 1033, "width": 2}, {"from": 647, "title": "2", "to": 837, "width": 2}, {"from": 647, "title": "2", "to": 1117, "width": 2}, {"from": 647, "title": "2", "to": 799, "width": 2}, {"from": 647, "title": "2", "to": 849, "width": 2}, {"from": 647, "title": "2", "to": 1134, "width": 2}, {"from": 647, "title": "2", "to": 1107, "width": 2}, {"from": 647, "title": "2", "to": 1417, "width": 2}, {"from": 647, "title": "2", "to": 1220, "width": 2}, {"from": 650, "title": "2", "to": 1108, "width": 2}, {"from": 654, "title": "6", "to": 1197, "width": 6}, {"from": 654, "title": "6", "to": 1347, "width": 6}, {"from": 654, "title": "5", "to": 1040, "width": 5}, {"from": 654, "title": "5", "to": 725, "width": 5}, {"from": 654, "title": "4", "to": 995, "width": 4}, {"from": 654, "title": "4", "to": 829, "width": 4}, {"from": 654, "title": "4", "to": 1328, "width": 4}, {"from": 654, "title": "3", "to": 1271, "width": 3}, {"from": 654, "title": "3", "to": 1179, "width": 3}, {"from": 654, "title": "3", "to": 1125, "width": 3}, {"from": 654, "title": "2", "to": 1307, "width": 2}, {"from": 654, "title": "1", "to": 774, "width": 1}, {"from": 660, "title": "2", "to": 1331, "width": 2}, {"from": 665, "title": "2", "to": 1331, "width": 2}, {"from": 672, "title": "2", "to": 1115, "width": 2}, {"from": 700, "title": "4", "to": 1341, "width": 4}, {"from": 700, "title": "3", "to": 1541, "width": 3}, {"from": 700, "title": "3", "to": 1331, "width": 3}, {"from": 700, "title": "2", "to": 1335, "width": 2}, {"from": 700, "title": "2", "to": 1565, "width": 2}, {"from": 700, "title": "2", "to": 1266, "width": 2}, {"from": 700, "title": "2", "to": 1500, "width": 2}, {"from": 700, "title": "2", "to": 1339, "width": 2}, {"from": 700, "title": "1", "to": 783, "width": 1}, {"from": 700, "title": "1", "to": 845, "width": 1}, {"from": 725, "title": "4", "to": 1197, "width": 4}, {"from": 725, "title": "4", "to": 1271, "width": 4}, {"from": 725, "title": "3", "to": 1347, "width": 3}, {"from": 725, "title": "3", "to": 829, "width": 3}, {"from": 725, "title": "2", "to": 1040, "width": 2}, {"from": 725, "title": "2", "to": 995, "width": 2}, {"from": 725, "title": "2", "to": 1391, "width": 2}, {"from": 725, "title": "1", "to": 774, "width": 1}, {"from": 732, "title": "1", "to": 1149, "width": 1}, {"from": 732, "title": "1", "to": 1066, "width": 1}, {"from": 732, "title": "1", "to": 938, "width": 1}, {"from": 734, "title": "1", "to": 1626, "width": 1}, {"from": 734, "title": "1", "to": 1109, "width": 1}, {"from": 734, "title": "1", "to": 1108, "width": 1}, {"from": 734, "title": "1", "to": 1107, "width": 1}, {"from": 734, "title": "1", "to": 1113, "width": 1}, {"from": 734, "title": "1", "to": 1215, "width": 1}, {"from": 737, "title": "2", "to": 1493, "width": 2}, {"from": 742, "title": "2", "to": 1541, "width": 2}, {"from": 742, "title": "1", "to": 1510, "width": 1}, {"from": 742, "title": "1", "to": 1331, "width": 1}, {"from": 774, "title": "1", "to": 1040, "width": 1}, {"from": 774, "title": "1", "to": 1197, "width": 1}, {"from": 774, "title": "1", "to": 1347, "width": 1}, {"from": 783, "title": "1", "to": 845, "width": 1}, {"from": 796, "title": "1", "to": 1042, "width": 1}, {"from": 799, "title": "3", "to": 1107, "width": 3}, {"from": 799, "title": "2", "to": 1541, "width": 2}, {"from": 799, "title": "2", "to": 1341, "width": 2}, {"from": 799, "title": "2", "to": 1331, "width": 2}, {"from": 799, "title": "1", "to": 938, "width": 1}, {"from": 815, "title": "2", "to": 1033, "width": 2}, {"from": 829, "title": "4", "to": 1347, "width": 4}, {"from": 829, "title": "3", "to": 1391, "width": 3}, {"from": 829, "title": "3", "to": 1271, "width": 3}, {"from": 829, "title": "3", "to": 1040, "width": 3}, {"from": 829, "title": "3", "to": 1197, "width": 3}, {"from": 829, "title": "3", "to": 995, "width": 3}, {"from": 829, "title": "3", "to": 1328, "width": 3}, {"from": 829, "title": "3", "to": 1179, "width": 3}, {"from": 829, "title": "3", "to": 1125, "width": 3}, {"from": 829, "title": "2", "to": 1160, "width": 2}, {"from": 832, "title": "2", "to": 1338, "width": 2}, {"from": 832, "title": "2", "to": 1108, "width": 2}, {"from": 837, "title": "2", "to": 1117, "width": 2}, {"from": 849, "title": "2", "to": 1107, "width": 2}, {"from": 858, "title": "1", "to": 1402, "width": 1}, {"from": 893, "title": "1", "to": 1361, "width": 1}, {"from": 922, "title": "2", "to": 1108, "width": 2}, {"from": 922, "title": "1", "to": 1033, "width": 1}, {"from": 937, "title": "2", "to": 1108, "width": 2}, {"from": 938, "title": "2", "to": 1449, "width": 2}, {"from": 938, "title": "1", "to": 1149, "width": 1}, {"from": 938, "title": "1", "to": 1066, "width": 1}, {"from": 955, "title": "2", "to": 1565, "width": 2}, {"from": 955, "title": "2", "to": 1341, "width": 2}, {"from": 955, "title": "2", "to": 1251, "width": 2}, {"from": 955, "title": "2", "to": 1339, "width": 2}, {"from": 959, "title": "2", "to": 1547, "width": 2}, {"from": 977, "title": "4", "to": 1331, "width": 4}, {"from": 977, "title": "2", "to": 1134, "width": 2}, {"from": 977, "title": "2", "to": 1574, "width": 2}, {"from": 977, "title": "2", "to": 1152, "width": 2}, {"from": 977, "title": "2", "to": 1107, "width": 2}, {"from": 992, "title": "2", "to": 1449, "width": 2}, {"from": 995, "title": "5", "to": 1197, "width": 5}, {"from": 995, "title": "4", "to": 1040, "width": 4}, {"from": 995, "title": "4", "to": 1347, "width": 4}, {"from": 995, "title": "3", "to": 1271, "width": 3}, {"from": 995, "title": "3", "to": 1328, "width": 3}, {"from": 995, "title": "3", "to": 1179, "width": 3}, {"from": 995, "title": "2", "to": 1125, "width": 2}, {"from": 1026, "title": "2", "to": 1361, "width": 2}, {"from": 1037, "title": "2", "to": 1107, "width": 2}, {"from": 1040, "title": "8", "to": 1197, "width": 8}, {"from": 1040, "title": "6", "to": 1347, "width": 6}, {"from": 1040, "title": "4", "to": 1328, "width": 4}, {"from": 1040, "title": "3", "to": 1271, "width": 3}, {"from": 1040, "title": "3", "to": 1179, "width": 3}, {"from": 1040, "title": "2", "to": 1125, "width": 2}, {"from": 1040, "title": "2", "to": 1307, "width": 2}, {"from": 1040, "title": "2", "to": 1300, "width": 2}, {"from": 1040, "title": "2", "to": 1402, "width": 2}, {"from": 1042, "title": "2", "to": 1132, "width": 2}, {"from": 1044, "title": "2", "to": 1108, "width": 2}, {"from": 1044, "title": "2", "to": 1571, "width": 2}, {"from": 1053, "title": "2", "to": 1603, "width": 2}, {"from": 1056, "title": "2", "to": 1364, "width": 2}, {"from": 1056, "title": "2", "to": 1358, "width": 2}, {"from": 1056, "title": "2", "to": 1331, "width": 2}, {"from": 1066, "title": "1", "to": 1149, "width": 1}, {"from": 1071, "title": "2", "to": 1646, "width": 2}, {"from": 1092, "title": "2", "to": 1565, "width": 2}, {"from": 1092, "title": "2", "to": 1331, "width": 2}, {"from": 1092, "title": "1", "to": 1134, "width": 1}, {"from": 1092, "title": "1", "to": 1266, "width": 1}, {"from": 1102, "title": "2", "to": 1107, "width": 2}, {"from": 1107, "title": "5", "to": 1574, "width": 5}, {"from": 1107, "title": "3", "to": 1215, "width": 3}, {"from": 1107, "title": "3", "to": 1134, "width": 3}, {"from": 1107, "title": "2", "to": 1541, "width": 2}, {"from": 1107, "title": "2", "to": 1591, "width": 2}, {"from": 1107, "title": "2", "to": 1152, "width": 2}, {"from": 1107, "title": "2", "to": 1248, "width": 2}, {"from": 1107, "title": "2", "to": 1392, "width": 2}, {"from": 1107, "title": "2", "to": 1280, "width": 2}, {"from": 1107, "title": "2", "to": 1331, "width": 2}, {"from": 1107, "title": "2", "to": 1115, "width": 2}, {"from": 1107, "title": "2", "to": 1116, "width": 2}, {"from": 1107, "title": "1", "to": 1626, "width": 1}, {"from": 1107, "title": "1", "to": 1109, "width": 1}, {"from": 1107, "title": "1", "to": 1108, "width": 1}, {"from": 1107, "title": "1", "to": 1113, "width": 1}, {"from": 1108, "title": "4", "to": 1571, "width": 4}, {"from": 1108, "title": "2", "to": 1324, "width": 2}, {"from": 1108, "title": "2", "to": 1258, "width": 2}, {"from": 1108, "title": "2", "to": 1541, "width": 2}, {"from": 1108, "title": "2", "to": 1331, "width": 2}, {"from": 1108, "title": "2", "to": 1347, "width": 2}, {"from": 1108, "title": "1", "to": 1626, "width": 1}, {"from": 1108, "title": "1", "to": 1109, "width": 1}, {"from": 1108, "title": "1", "to": 1113, "width": 1}, {"from": 1108, "title": "1", "to": 1215, "width": 1}, {"from": 1109, "title": "1", "to": 1626, "width": 1}, {"from": 1109, "title": "1", "to": 1113, "width": 1}, {"from": 1109, "title": "1", "to": 1215, "width": 1}, {"from": 1113, "title": "1", "to": 1626, "width": 1}, {"from": 1113, "title": "1", "to": 1215, "width": 1}, {"from": 1115, "title": "4", "to": 1125, "width": 4}, {"from": 1115, "title": "3", "to": 1574, "width": 3}, {"from": 1115, "title": "2", "to": 1511, "width": 2}, {"from": 1115, "title": "2", "to": 1132, "width": 2}, {"from": 1115, "title": "2", "to": 1197, "width": 2}, {"from": 1115, "title": "2", "to": 1307, "width": 2}, {"from": 1115, "title": "1", "to": 1568, "width": 1}, {"from": 1115, "title": "1", "to": 1273, "width": 1}, {"from": 1125, "title": "4", "to": 1197, "width": 4}, {"from": 1125, "title": "4", "to": 1347, "width": 4}, {"from": 1125, "title": "3", "to": 1328, "width": 3}, {"from": 1125, "title": "2", "to": 1391, "width": 2}, {"from": 1125, "title": "2", "to": 1179, "width": 2}, {"from": 1125, "title": "2", "to": 1271, "width": 2}, {"from": 1125, "title": "2", "to": 1307, "width": 2}, {"from": 1125, "title": "2", "to": 1574, "width": 2}, {"from": 1134, "title": "5", "to": 1574, "width": 5}, {"from": 1134, "title": "4", "to": 1331, "width": 4}, {"from": 1134, "title": "2", "to": 1541, "width": 2}, {"from": 1134, "title": "2", "to": 1152, "width": 2}, {"from": 1134, "title": "2", "to": 1341, "width": 2}, {"from": 1134, "title": "1", "to": 1266, "width": 1}, {"from": 1134, "title": "1", "to": 1332, "width": 1}, {"from": 1134, "title": "1", "to": 1565, "width": 1}, {"from": 1149, "title": "2", "to": 1449, "width": 2}, {"from": 1152, "title": "3", "to": 1331, "width": 3}, {"from": 1152, "title": "2", "to": 1574, "width": 2}, {"from": 1179, "title": "4", "to": 1328, "width": 4}, {"from": 1179, "title": "3", "to": 1197, "width": 3}, {"from": 1179, "title": "3", "to": 1347, "width": 3}, {"from": 1179, "title": "2", "to": 1391, "width": 2}, {"from": 1179, "title": "2", "to": 1271, "width": 2}, {"from": 1188, "title": "3", "to": 1341, "width": 3}, {"from": 1188, "title": "3", "to": 1331, "width": 3}, {"from": 1188, "title": "2", "to": 1574, "width": 2}, {"from": 1188, "title": "2", "to": 1251, "width": 2}, {"from": 1188, "title": "2", "to": 1541, "width": 2}, {"from": 1188, "title": "2", "to": 1500, "width": 2}, {"from": 1197, "title": "8", "to": 1347, "width": 8}, {"from": 1197, "title": "7", "to": 1271, "width": 7}, {"from": 1197, "title": "5", "to": 1307, "width": 5}, {"from": 1197, "title": "4", "to": 1328, "width": 4}, {"from": 1197, "title": "2", "to": 1391, "width": 2}, {"from": 1197, "title": "2", "to": 1331, "width": 2}, {"from": 1197, "title": "2", "to": 1466, "width": 2}, {"from": 1210, "title": "2", "to": 1331, "width": 2}, {"from": 1215, "title": "2", "to": 1331, "width": 2}, {"from": 1215, "title": "1", "to": 1626, "width": 1}, {"from": 1241, "title": "2", "to": 1341, "width": 2}, {"from": 1251, "title": "3", "to": 1341, "width": 3}, {"from": 1251, "title": "2", "to": 1565, "width": 2}, {"from": 1251, "title": "2", "to": 1331, "width": 2}, {"from": 1251, "title": "2", "to": 1339, "width": 2}, {"from": 1251, "title": "2", "to": 1574, "width": 2}, {"from": 1251, "title": "2", "to": 1271, "width": 2}, {"from": 1258, "title": "2", "to": 1571, "width": 2}, {"from": 1266, "title": "3", "to": 1541, "width": 3}, {"from": 1266, "title": "3", "to": 1565, "width": 3}, {"from": 1266, "title": "2", "to": 1335, "width": 2}, {"from": 1266, "title": "2", "to": 1341, "width": 2}, {"from": 1266, "title": "2", "to": 1331, "width": 2}, {"from": 1266, "title": "2", "to": 1500, "width": 2}, {"from": 1266, "title": "2", "to": 1339, "width": 2}, {"from": 1266, "title": "1", "to": 1574, "width": 1}, {"from": 1266, "title": "1", "to": 1332, "width": 1}, {"from": 1271, "title": "4", "to": 1347, "width": 4}, {"from": 1271, "title": "4", "to": 1391, "width": 4}, {"from": 1271, "title": "3", "to": 1331, "width": 3}, {"from": 1271, "title": "3", "to": 1328, "width": 3}, {"from": 1271, "title": "3", "to": 1341, "width": 3}, {"from": 1271, "title": "2", "to": 1335, "width": 2}, {"from": 1271, "title": "2", "to": 1337, "width": 2}, {"from": 1271, "title": "2", "to": 1339, "width": 2}, {"from": 1271, "title": "2", "to": 1565, "width": 2}, {"from": 1271, "title": "2", "to": 1307, "width": 2}, {"from": 1271, "title": "2", "to": 1332, "width": 2}, {"from": 1273, "title": "1", "to": 1574, "width": 1}, {"from": 1279, "title": "2", "to": 1413, "width": 2}, {"from": 1291, "title": "2", "to": 1300, "width": 2}, {"from": 1299, "title": "2", "to": 1341, "width": 2}, {"from": 1300, "title": "2", "to": 1402, "width": 2}, {"from": 1300, "title": "2", "to": 1574, "width": 2}, {"from": 1307, "title": "3", "to": 1328, "width": 3}, {"from": 1307, "title": "2", "to": 1364, "width": 2}, {"from": 1307, "title": "2", "to": 1396, "width": 2}, {"from": 1307, "title": "2", "to": 1347, "width": 2}, {"from": 1324, "title": "3", "to": 1635, "width": 3}, {"from": 1324, "title": "1", "to": 1417, "width": 1}, {"from": 1328, "title": "4", "to": 1438, "width": 4}, {"from": 1328, "title": "3", "to": 1391, "width": 3}, {"from": 1328, "title": "3", "to": 1347, "width": 3}, {"from": 1328, "title": "2", "to": 1411, "width": 2}, {"from": 1328, "title": "2", "to": 1354, "width": 2}, {"from": 1328, "title": "2", "to": 1346, "width": 2}, {"from": 1331, "title": "7", "to": 1341, "width": 7}, {"from": 1331, "title": "6", "to": 1466, "width": 6}, {"from": 1331, "title": "4", "to": 1565, "width": 4}, {"from": 1331, "title": "4", "to": 1574, "width": 4}, {"from": 1331, "title": "4", "to": 1541, "width": 4}, {"from": 1331, "title": "4", "to": 1339, "width": 4}, {"from": 1331, "title": "2", "to": 1510, "width": 2}, {"from": 1331, "title": "2", "to": 1449, "width": 2}, {"from": 1331, "title": "2", "to": 1364, "width": 2}, {"from": 1331, "title": "2", "to": 1358, "width": 2}, {"from": 1331, "title": "2", "to": 1335, "width": 2}, {"from": 1331, "title": "2", "to": 1500, "width": 2}, {"from": 1331, "title": "2", "to": 1493, "width": 2}, {"from": 1332, "title": "2", "to": 1565, "width": 2}, {"from": 1332, "title": "1", "to": 1541, "width": 1}, {"from": 1332, "title": "1", "to": 1574, "width": 1}, {"from": 1335, "title": "2", "to": 1565, "width": 2}, {"from": 1335, "title": "2", "to": 1341, "width": 2}, {"from": 1335, "title": "2", "to": 1541, "width": 2}, {"from": 1335, "title": "2", "to": 1500, "width": 2}, {"from": 1335, "title": "2", "to": 1339, "width": 2}, {"from": 1337, "title": "2", "to": 1339, "width": 2}, {"from": 1337, "title": "2", "to": 1341, "width": 2}, {"from": 1337, "title": "2", "to": 1565, "width": 2}, {"from": 1339, "title": "5", "to": 1541, "width": 5}, {"from": 1339, "title": "4", "to": 1341, "width": 4}, {"from": 1339, "title": "3", "to": 1565, "width": 3}, {"from": 1339, "title": "2", "to": 1500, "width": 2}, {"from": 1341, "title": "6", "to": 1541, "width": 6}, {"from": 1341, "title": "5", "to": 1574, "width": 5}, {"from": 1341, "title": "3", "to": 1565, "width": 3}, {"from": 1341, "title": "2", "to": 1500, "width": 2}, {"from": 1341, "title": "2", "to": 1603, "width": 2}, {"from": 1341, "title": "2", "to": 1452, "width": 2}, {"from": 1341, "title": "2", "to": 1597, "width": 2}, {"from": 1346, "title": "2", "to": 1438, "width": 2}, {"from": 1347, "title": "3", "to": 1391, "width": 3}, {"from": 1354, "title": "2", "to": 1417, "width": 2}, {"from": 1358, "title": "2", "to": 1364, "width": 2}, {"from": 1361, "title": "5", "to": 1364, "width": 5}, {"from": 1364, "title": "2", "to": 1396, "width": 2}, {"from": 1381, "title": "2", "to": 1500, "width": 2}, {"from": 1391, "title": "2", "to": 1438, "width": 2}, {"from": 1391, "title": "2", "to": 1561, "width": 2}, {"from": 1410, "title": "2", "to": 1417, "width": 2}, {"from": 1410, "title": "2", "to": 1547, "width": 2}, {"from": 1410, "title": "2", "to": 1650, "width": 2}, {"from": 1410, "title": "2", "to": 1541, "width": 2}, {"from": 1410, "title": "2", "to": 1585, "width": 2}, {"from": 1411, "title": "3", "to": 1438, "width": 3}, {"from": 1413, "title": "2", "to": 1568, "width": 2}, {"from": 1417, "title": "2", "to": 1547, "width": 2}, {"from": 1417, "title": "2", "to": 1650, "width": 2}, {"from": 1447, "title": "2", "to": 1541, "width": 2}, {"from": 1449, "title": "3", "to": 1635, "width": 3}, {"from": 1449, "title": "2", "to": 1574, "width": 2}, {"from": 1452, "title": "2", "to": 1603, "width": 2}, {"from": 1463, "title": "2", "to": 1541, "width": 2}, {"from": 1463, "title": "2", "to": 1574, "width": 2}, {"from": 1466, "title": "3", "to": 1565, "width": 3}, {"from": 1466, "title": "2", "to": 1493, "width": 2}, {"from": 1466, "title": "2", "to": 1526, "width": 2}, {"from": 1500, "title": "3", "to": 1541, "width": 3}, {"from": 1500, "title": "2", "to": 1565, "width": 2}, {"from": 1541, "title": "5", "to": 1574, "width": 5}, {"from": 1541, "title": "3", "to": 1565, "width": 3}, {"from": 1541, "title": "3", "to": 1585, "width": 3}, {"from": 1547, "title": "2", "to": 1650, "width": 2}]);

                  nodeColors = {};
                  allNodes = nodes.get({ returnType: "Object" });
                  for (nodeId in allNodes) {
                    nodeColors[nodeId] = allNodes[nodeId].color;
                  }
                  allEdges = edges.get({ returnType: "Object" });
                  // adding nodes and edges to the graph
                  data = {nodes: nodes, edges: edges};

                  var options = {"configure": {"enabled": false}, "nodes": {"font": {"size": 7}}, "edges": {"smooth": true, "color": {"opacity": 0.25}}, "physics": {"enabled": true, "forceAtlas2Based": {"springLength": 100}, "solver": "forceAtlas2Based"}};

                  


                  

                  network = new vis.Network(container, data, options);

                  

                  

                  


                  
                      network.on("stabilizationProgress", function(params) {
                          document.getElementById('loadingBar').removeAttribute("style");
                          var maxWidth = 496;
                          var minWidth = 20;
                          var widthFactor = params.iterations/params.total;
                          var width = Math.max(minWidth,maxWidth * widthFactor);
                          document.getElementById('bar').style.width = width + 'px';
                          document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
                      });
                      network.once("stabilizationIterationsDone", function() {
                          document.getElementById('text').innerHTML = '100%';
                          document.getElementById('bar').style.width = '496px';
                          document.getElementById('loadingBar').style.opacity = 0;
                          // really clean the dom element
                          setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
                      });
                  

                  return network;

              }
              drawGraph();
        </script>
    </body>
</html>

GitHub Events

Total
Last Year