Sha256: c685b06b909d3a0deaf67a34371eb4115564ee7a76f7624d93bdd2b61c890134

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

{
  // The LNCS volume number obtained from your Springer editor
  "volume_number": 7949,
  
  // Path to the folder containing all of the (accepted) papers for this volume
  "sources": "/Users/louis/Downloads/submissions",
  
  // Include at least one section
  "sections": [
    {
      // Section titles are used in the table of contents
      "title": "Foundations",
      // The identifiers of the papers to appear in this section
      "papers": [7,11,14,18,20,24,35,46,63]
    },
    {
      "title": "Applications",
      "papers": [2,6,22,29,58,68]
    }
  ],
  
  // Include the papers key to indicate the location of the PDF file for each submission
  "papers": {
    "7" : {
      "pdf": "7/paper7.pdf",
      // You can optionally override the title and list of authors for any paper too
      "title": "MOCQL: A Declarative Language for Ad-Hoc Model Querying",
      // You can use LaTeX in the names of authors (and titles), but be sure to escape
      // any backslashes (for the JSON parser)
      "authors": ["Harald St\\\"orrle"]
    },
    "24" : {
      "pdf": "ECMFA2013-cameraready.pdf"
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lncs-0.0.3 templates/manifest.json
lncs-0.0.2 templates/manifest.json
lncs-0.0.1 templates/manifest.json