Polarix.io
    Polarix.io
    • Introduction to the Polarix.io API
    • Polarix.io Interface & Branding
    • Authentication
      POST
    • Users
      GET
    • Project List
      GET
    • Project
      GET
    • Project Structure
      GET
    • Project Lexicon
      GET
    • Project Glossary
      GET
    • Project Tags
      GET
    • Project Items
      GET
    • Project Abbreviations
      GET
    • Project References
      GET
    • Project History
      GET

      Project Items

      LIVE
      https://app.polarix.io
      LIVE
      https://app.polarix.io
      GET
      https://app.polarix.io
      /api/{version}/projects/{project_id}/items
      Retrieves Project items based on the {project_id} path parameter. Project ID is retrieved by calling the "Project List" endpoint.

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Path Params
      version
      number 
      required
      Target API version
      Example:
      {{version}}
      project_id
      string 
      required
      Project ID retrieved by calling the "Project List" endpoint
      Example:
      6582ed0344adfe123d04f772
      Query Params
      section_id
      string 
      optional
      Section ID obtained by calling the "Project Structure" API endpoint
      Example:
      1
      nested
      boolean 
      optional
      Parameter used to determine the requested data structure (nested / flat)
      Example:
      true
      Header Params
      x-api-key
      string 
      required
      Example:
      1234abcd
      Accept
      string 
      optional
      use text/xml if XML is required
      Example:
      application/json

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request GET 'https://app.polarix.io/api/1.0/projects/6582ed0344adfe123d04f772/items?section_id=1&nested=true' \
      --header 'x-api-key: 1234abcd' \
      --header 'Accept: application/json'

      Responses

      🟢200Success — JSON
      application/json
      Body
      array of:
      id
      integer 
      required
      title
      string 
      required
      section_id
      integer 
      required
      user_id
      integer 
      required
      pos
      integer 
      required
      status
      string 
      required
      parent_id
      null 
      required
      revisions_count
      integer 
      required
      prefix
      string 
      required
      children
      array [object {15}] 
      required
      id
      integer 
      required
      title
      null 
      required
      section_id
      integer 
      required
      user_id
      integer 
      required
      pos
      integer 
      required
      status
      string 
      required
      parent_id
      integer 
      required
      revisions_count
      integer 
      required
      prefix
      string 
      required
      children
      array [object {15}] 
      required
      section
      object 
      required
      subscription
      null 
      required
      contents
      array [object {14}] 
      required
      veeva_item
      null 
      required
      veeva_item_notes
      array[string]
      required
      section
      object 
      required
      id
      integer 
      required
      name
      string 
      required
      description
      null 
      required
      pos
      integer 
      required
      project_id
      integer 
      required
      parent_id
      null 
      required
      children
      array [object {7}] 
      required
      subscription
      null 
      required
      contents
      array [object {14}] 
      required
      id
      integer 
      required
      item_id
      integer 
      required
      project_country_id
      null 
      required
      text
      string 
      required
      clean_text
      string 
      required
      updated_at
      string 
      required
      commentsCount
      integer 
      required
      humanReadableUpdatedDate
      string 
      required
      comments
      array[string]
      required
      item_content_attachments
      array[string]
      required
      subscription
      null 
      required
      project_country
      null 
      required
      tags
      array[string]
      required
      reference_groups
      array[string]
      required
      veeva_item
      null 
      required
      veeva_item_notes
      array[string]
      required
      subscriptions
      array[string]
      required
      Example
      [
          {
              "id": 1,
              "title": "Glioblastomas are incurable malignant brain tumors with extremely poor prognosis.",
              "section_id": 9,
              "user_id": 1,
              "pos": 0,
              "status": "pending",
              "parent_id": null,
              "revisions_count": 1,
              "prefix": "1",
              "children": [
                  {
                      "id": 9,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 0,
                      "status": "pending",
                      "parent_id": 1,
                      "revisions_count": 5,
                      "prefix": "1.1",
                      "children": [
                          {
                              "id": 10,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 9,
                              "revisions_count": 1,
                              "prefix": "1.1.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 10,
                                      "item_id": 10,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"395\" class=\"\">Glioblastoma is an orphan disease, affecting less than 20,000 people in the US.</a>",
                                      "clean_text": "Glioblastoma is an orphan disease, affecting less than 20,000 people in the US.",
                                      "updated_at": "2023-07-31T15:40:25.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "31 Jul 2023 at 3:40 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 395,
                                              "user_id": 1,
                                              "item_content_id": 10,
                                              "created_at": "2022-10-18T14:21:35.000000Z",
                                              "updated_at": "2022-10-18T14:21:35.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 447,
                                                      "attachment_id": 2,
                                                      "reference_group_id": 395,
                                                      "user_id": 1,
                                                      "pos": 419,
                                                      "created_at": "2021-09-28T09:26:08.000000Z",
                                                      "updated_at": "2021-09-28T09:26:08.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158591,
                                                              "attachment_id": 2,
                                                              "reference_id": 447,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[70.85685483871,-74.257056451613,307.83016081779,-84.192540322581],[70.85685483871,-86.676411290322,306.74541645665,-94.482862903226],[70.85685483871,-85.257056451613,306.74541645665,-95.19254032258],[70.85685483871,-97.676411290322,283.91255040323,-105.48286290323],[70.85685483871,-96.257056451613,283.91255040323,-106.19254032258],[283.92641129032,-97.532258064516,287.08669354839,-102.5],[283.92641129032,-96.822580645161,287.08669354839,-103.20967741935],[287.08669354839,-97.676411290322,307.05932223412,-105.48286290323],[287.08669354839,-96.257056451613,307.05932223412,-106.19254032258],[70.85685483871,-108.67641129032,307.133781187,-116.48286290323],[70.85685483871,-107.25705645161,307.133781187,-117.19254032258],[70.85685483871,-119.67641129032,148.53389420048,-127.48286290323],[70.85685483871,-118.25705645161,148.53389420048,-128.19254032258],[148.53326612903,-119.53225806452,151.6935483871,-124.5],[148.53326612903,-118.82258064516,151.6935483871,-125.20967741935],[151.68245967742,-119.67641129032,302.82971585181,-127.48286290323],[151.68245967742,-118.25705645161,302.82971585181,-128.19254032258],[302.03427419355,-119.67641129032,304.87298387097,-127.48286290323],[302.03427419355,-118.25705645161,304.87298387097,-128.19254032258],[70.867943548387,-129.25705645161,304.88753780242,-139.19254032258]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 0,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228254,
                                                              "updated_at_unix": 1688228254,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 2,
                                                          "name": "Grech 2020 Cureus",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764ab5e8.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 6,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 11,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 9,
                              "revisions_count": 2,
                              "prefix": "1.1.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 11,
                                      "item_id": 11,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"393\" class=\"\">Although Glioblastoma is a rare disease, it is the most common primary brain tumor in adults, representing 77&ndash;81% of all primary malignant tumors of the central nervous system (<strike id=\"671\">CNS</strike>).</a>",
                                      "clean_text": "Although Glioblastoma is a rare disease, it is the most common primary brain tumor in adults, representing 77&ndash;81% of all primary malignant tumors of the central nervous system (CNS).",
                                      "updated_at": "2023-07-10T13:37:28.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "10 Jul 2023 at 1:37 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 393,
                                              "user_id": 4,
                                              "item_content_id": 11,
                                              "created_at": "2022-10-18T14:21:35.000000Z",
                                              "updated_at": "2022-10-18T14:21:35.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 445,
                                                      "attachment_id": 5,
                                                      "reference_group_id": 393,
                                                      "user_id": 4,
                                                      "pos": 417,
                                                      "created_at": "2021-09-14T18:27:37.000000Z",
                                                      "updated_at": "2021-09-14T18:27:37.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158589,
                                                              "attachment_id": 5,
                                                              "reference_id": 445,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[308.58475341797,483.496875,549.09243164063,473.896875],[548.6625,482.896875,551.49375,474.496875],[548.6625,483.496875,551.49375,473.896875],[303,471.9,551.47287597656,463.5],[303,472.5,551.47287597656,462.9],[303,460.903125,553.89323730469,452.503125],[303,461.503125,553.89323730469,451.903125],[303,449.896875,510.95551757813,441.496875],[303,450.496875,510.95551757813,440.896875],[510.946875,450.028125,514.10625,444.628125],[510.946875,450.628125,514.10625,444.628125],[514.10625,449.878125,551.35869140625,441.478125],[514.10625,450.478125,551.35869140625,440.878125],[303,438.88125,548.86479492188,430.48125],[303,439.48125,548.86479492188,429.88125],[548.6625,438.88125,551.49375,430.48125],[548.6625,439.48125,551.49375,429.88125],[303,427.884375,556.10522460938,419.484375],[303,428.484375,556.10522460938,418.884375],[303,416.8875,554.81938476563,408.4875],[303,417.4875,554.81938476563,407.8875],[303,405.890625,553.7302734375,397.490625],[303,406.490625,553.7302734375,396.890625],[306,395.484375,475.91279296875,385.884375]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 0,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228253,
                                                              "updated_at_unix": 1688228253,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 5,
                                                          "name": "Kim 2018",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/609137655fc2a.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:37.000000Z",
                                                          "updated_at": "2021-05-04T12:00:37.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 5,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 12,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 9,
                              "revisions_count": 1,
                              "prefix": "1.1.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 12,
                                      "item_id": 12,
                                      "project_country_id": null,
                                      "text": "The incidence of glioblastoma ranges from 0.59 to 5 per 100,000 persons and is on the rise in many countries",
                                      "clean_text": "The incidence of glioblastoma ranges from 0.59 to 5 per 100,000 persons and is on the rise in many countries",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 13,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 9,
                              "revisions_count": 1,
                              "prefix": "1.1.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 13,
                                      "item_id": 13,
                                      "project_country_id": null,
                                      "text": "The average annual age-adjusted incidence rate of glioblastoma in the US, based on the 2013 Central Brain Tumor Registry of the United States report, is 3.19/100,000 population - WHO",
                                      "clean_text": "The average annual age-adjusted incidence rate of glioblastoma in the US, based on the 2013 Central Brain Tumor Registry of the United States report, is 3.19/100,000 population - WHO",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 402,
                                              "user_id": 1,
                                              "item_content_id": 13,
                                              "created_at": "2022-10-18T14:21:36.000000Z",
                                              "updated_at": "2022-10-18T14:21:36.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 455,
                                                      "attachment_id": 12,
                                                      "reference_group_id": 402,
                                                      "user_id": 1,
                                                      "pos": 426,
                                                      "created_at": "2021-11-09T12:18:39.000000Z",
                                                      "updated_at": "2021-11-09T12:18:39.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158597,
                                                              "attachment_id": 12,
                                                              "reference_id": 455,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[76.021228359057,715.54952445652,307.84277144722,705.86474184783],[70.860326086957,703.89752038043,306.74814983865,695.50404211957],[70.860326086957,704.54317255435,306.74814983865,694.85838994565],[70.860326086957,692.90125679348,283.91313012165,684.50777853261],[70.860326086957,693.54690896739,283.91313012165,683.8621263587],[283.93563179348,693.05258152174,287.09327445652,687.88736413043],[283.93563179348,693.69823369565,287.09327445652,687.24171195652],[287.0831861413,692.90125679348,307.05150862984,684.50777853261],[287.0831861413,693.54690896739,307.05150862984,683.8621263587],[70.860326086957,681.90499320652,307.12941722041,673.51151494565],[70.860326086957,682.55064538043,307.12941722041,672.86586277174],[70.860326086957,670.89864130435,148.54074733568,662.50516304348],[70.860326086957,671.54429347826,148.54074733568,661.85951086957],[148.53026494565,671.04996603261,151.6879076087,665.8847486413],[148.53026494565,671.69561820652,151.6879076087,665.23909646739],[151.6879076087,670.89864130435,302.84259258768,662.50516304348],[151.6879076087,671.54429347826,302.84259258768,661.85951086957],[302.03406929348,670.89864130435,304.86888586957,662.50516304348],[302.03406929348,671.54429347826,304.86888586957,661.85951086957],[70.870414402174,660.5480298913,302.36800829017,650.86324728261]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 1,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228255,
                                                              "updated_at_unix": 1688228255,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 12,
                                                          "name": "Schaller & Sampson_2017_Expert Rev Vaccines",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/609137671a64f.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:39.000000Z",
                                                          "updated_at": "2021-05-04T12:00:39.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 1,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 14,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 4,
                              "status": "pending",
                              "parent_id": 9,
                              "revisions_count": 2,
                              "prefix": "1.1.5",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 14,
                                      "item_id": 14,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"397\" class=\"\">Glioblastomas</a> tend to affect older individuals (age 45 to 70) and occurs only rarely in children. Nearly half of patients with newly diagnosed glioblastoma are &gt; 65 years old, and this number is expected to increase in many developed nations where the population is aging. Add some content",
                                      "clean_text": "Glioblastomas tend to affect older individuals (age 45 to 70) and occurs only rarely in children. Nearly half of patients with newly diagnosed glioblastoma are &gt; 65 years old, and this number is expected to increase in many developed nations where the population is aging. Add some content",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 397,
                                              "user_id": 1,
                                              "item_content_id": 14,
                                              "created_at": "2022-10-18T14:21:35.000000Z",
                                              "updated_at": "2022-10-18T14:21:35.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 449,
                                                      "attachment_id": 10,
                                                      "reference_group_id": 397,
                                                      "user_id": 1,
                                                      "pos": 421,
                                                      "created_at": "2021-10-14T16:28:49.000000Z",
                                                      "updated_at": "2021-10-14T16:28:49.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158592,
                                                              "attachment_id": 10,
                                                              "reference_id": 449,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[70.85685483871,716.32358870968,307.83016081779,706.38810483871],[70.85685483871,703.90423387097,306.74541645665,696.09778225806],[70.85685483871,705.32358870968,306.74541645665,695.38810483871],[70.85685483871,692.90423387097,283.91255040323,685.09778225806],[70.85685483871,694.32358870968,283.91255040323,684.38810483871],[283.92641129032,693.04838709677,287.08669354839,688.08064516129],[283.92641129032,693.75806451613,287.08669354839,687.37096774194],[287.08669354839,692.90423387097,307.05932223412,685.09778225806],[287.08669354839,694.32358870968,307.05932223412,684.38810483871],[70.85685483871,681.90423387097,307.133781187,674.09778225806],[70.85685483871,683.32358870968,307.133781187,673.38810483871],[70.85685483871,670.90423387097,148.53389420048,663.09778225806],[70.85685483871,672.32358870968,148.53389420048,662.38810483871],[148.53326612903,671.04838709677,151.6935483871,666.08064516129],[148.53326612903,671.75806451613,151.6935483871,665.37096774194],[151.68245967742,670.90423387097,302.82971585181,663.09778225806],[151.68245967742,672.32358870968,302.82971585181,662.38810483871],[302.03427419355,670.90423387097,304.87298387097,663.09778225806],[302.03427419355,672.32358870968,304.87298387097,662.38810483871],[70.867943548387,661.32358870968,302.3703140751,651.38810483871]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 1,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228254,
                                                              "updated_at_unix": 1688228254,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 10,
                                                          "name": "Oronsky 2020 Front Oncol",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/609137668f6d7.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:38.000000Z",
                                                          "updated_at": "2021-05-04T12:00:38.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 2,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 15,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 5,
                              "status": "pending",
                              "parent_id": 9,
                              "revisions_count": 1,
                              "prefix": "1.1.6",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 15,
                                      "item_id": 15,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"5386\" class=\"\">A higher incidence of glioblastoma is observed in Caucasians when compared with Africans and African-Americans, and a lower incidence is reported in Asians and Native Americans.</a>",
                                      "clean_text": "A higher incidence of glioblastoma is observed in Caucasians when compared with Africans and African-Americans, and a lower incidence is reported in Asians and Native Americans.",
                                      "updated_at": "2023-07-11T11:13:27.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "11 Jul 2023 at 11:13 am",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 5386,
                                              "user_id": 72,
                                              "item_content_id": 15,
                                              "created_at": "2023-07-11T11:09:57.000000Z",
                                              "updated_at": "2023-07-11T11:09:57.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 9823,
                                                      "attachment_id": 15,
                                                      "reference_group_id": 5386,
                                                      "user_id": 72,
                                                      "pos": 9551,
                                                      "created_at": "2023-07-11T11:09:58.000000Z",
                                                      "updated_at": "2023-07-11T11:09:58.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 161408,
                                                              "attachment_id": 15,
                                                              "reference_id": 9823,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-15",
                                                              "quadPoints": "[311.3333333333333,551,554,551,311.3333333333333,541,554,541,311.3333333333333,540.3333333333334,548.6666666666666,540.3333333333334,311.3333333333333,530.3333333333334,548.6666666666666,530.3333333333334,548.6666666666666,540.3333333333334,551.3333333333334,540.3333333333334,548.6666666666666,530.3333333333334,551.3333333333334,530.3333333333334,311.3333333333333,529,448.6666666666667,529,311.3333333333333,519,448.6666666666667,519]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 0,
                                                              "page": 0,
                                                              "top": 311.33333333333,
                                                              "right": 519,
                                                              "bottom": 554,
                                                              "left": 551,
                                                              "created_at_unix": 1689073798,
                                                              "updated_at_unix": 1689073798,
                                                              "user": {
                                                                  "name": "Annika Voss",
                                                                  "user_id": 72,
                                                                  "annotation_id": 161408,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 15,
                                                          "name": "Wang 2021",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913767bbdf2.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:39.000000Z",
                                                          "updated_at": "2021-05-04T12:00:39.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 2,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  },
                                                  {
                                                      "id": 9824,
                                                      "attachment_id": 1,
                                                      "reference_group_id": 5386,
                                                      "user_id": 72,
                                                      "pos": 9552,
                                                      "created_at": "2023-07-11T11:13:22.000000Z",
                                                      "updated_at": "2023-07-11T11:13:22.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 161410,
                                                              "attachment_id": 1,
                                                              "reference_id": 9824,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-1",
                                                              "quadPoints": "[70.66666666666667,703,306.6666666666667,703,70.66666666666667,693,306.6666666666667,693,70.66666666666667,692.3333333333334,284,692.3333333333334,70.66666666666667,682.3333333333334,284,682.3333333333334,284,692.3333333333334,287.3333333333333,692.3333333333334,284,685.6666666666666,287.3333333333333,685.6666666666666,287.3333333333333,692.3333333333334,307.3333333333333,692.3333333333334,287.3333333333333,682.3333333333334,307.3333333333333,682.3333333333334,70.66666666666667,681,307.3333333333333,681,70.66666666666667,671,307.3333333333333,671,70.66666666666667,670.3333333333334,148.66666666666666,670.3333333333334,70.66666666666667,660.3333333333334,148.66666666666666,660.3333333333334,148.66666666666666,670.3333333333334,152,670.3333333333334,148.66666666666666,663.6666666666666,152,663.6666666666666,152,670.3333333333334,302.6666666666667,670.3333333333334,152,660.3333333333334,302.6666666666667,660.3333333333334,302,670.3333333333334,304.6666666666667,670.3333333333334,302,660.3333333333334,304.6666666666667,660.3333333333334,70.66666666666667,659,304.6666666666667,659,70.66666666666667,649,304.6666666666667,649]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 1,
                                                              "page": 0,
                                                              "top": 70.666666666667,
                                                              "right": 649,
                                                              "bottom": 307.33333333333,
                                                              "left": 703,
                                                              "created_at_unix": 1689074134,
                                                              "updated_at_unix": 1689074134,
                                                              "user": {
                                                                  "name": "Annika Voss",
                                                                  "user_id": 72,
                                                                  "annotation_id": 161410,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 1,
                                                          "name": "Davis 2020",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764689bd.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 8,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 16,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 6,
                              "status": "pending",
                              "parent_id": 9,
                              "revisions_count": 2,
                              "prefix": "1.1.7",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 16,
                                      "item_id": 16,
                                      "project_country_id": null,
                                      "text": "Glioblastoma is slightly more common in males than in females, with a reported incidence rate in men that is 1.57 times that in women.",
                                      "clean_text": "Glioblastoma is slightly more common in males than in females, with a reported incidence rate in men that is 1.57 times that in women.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 9,
                              "item_id": 9,
                              "project_country_id": null,
                              "text": "<a href=\"javascript:void(0);\" id=\"398\" class=\"\"><i>Though</i> a <b>common</b> <sup>type</sup> <sub>of</sub> brain tumor,</a><a href=\"javascript:void(0);\" id=\"4\" class=\"\">&nbsp;glioblastoma is an orphan disease which tends to affect older individuals</a>",
                              "clean_text": "Though a common type of brain tumor,&nbsp;glioblastoma is an orphan disease which tends to affect older individuals",
                              "updated_at": "2023-12-20T11:49:22.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "20 Dec 2023 at 11:49 am",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [
                                  {
                                      "id": 1620,
                                      "item_content_id": 9,
                                      "project_tag_id": 21,
                                      "user_id": 1,
                                      "project_tag": {
                                          "id": 21,
                                          "project_id": 1,
                                          "text": "Strategic Imperative 1",
                                          "style": "amethyst",
                                          "is_strategic_imperative": 0,
                                          "description": null,
                                          "created_at": "2023-04-24T12:38:36.000000Z",
                                          "updated_at": "2023-04-24T12:38:36.000000Z",
                                          "deleted_at": null
                                      }
                                  }
                              ],
                              "reference_groups": [
                                  {
                                      "id": 4,
                                      "user_id": 1,
                                      "item_content_id": 9,
                                      "created_at": "2022-10-18T14:21:28.000000Z",
                                      "updated_at": "2022-10-18T14:21:28.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 4,
                                              "attachment_id": 9,
                                              "reference_group_id": 4,
                                              "user_id": 1,
                                              "pos": 1,
                                              "created_at": "2021-05-10T15:28:39.000000Z",
                                              "updated_at": "2021-05-10T15:28:39.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158578,
                                                      "attachment_id": 9,
                                                      "reference_id": 4,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[308.58471679688,483.496875,549.09243164063,473.896875],[548.6625,482.896875,551.49375,474.496875],[548.6625,483.496875,551.49375,473.896875],[303,471.9,551.47287597656,463.5],[303,472.5,551.47287597656,462.9],[303,460.903125,553.89323730469,452.503125],[303,461.503125,553.89323730469,451.903125],[303,449.896875,510.95551757813,441.496875],[303,450.496875,510.95551757813,440.896875],[510.946875,450.028125,514.10625,444.628125],[510.946875,450.628125,514.10625,444.628125],[514.10625,449.878125,551.35869140625,441.478125],[514.10625,450.478125,551.35869140625,440.878125],[303,438.88125,548.86479492188,430.48125],[303,439.48125,548.86479492188,429.88125],[548.6625,438.88125,551.49375,430.48125],[548.6625,439.48125,551.49375,429.88125],[303,427.884375,556.10522460938,419.484375],[303,428.484375,556.10522460938,418.884375],[303,416.8875,554.81938476563,408.4875],[303,417.4875,554.81938476563,407.8875],[303,405.890625,553.7302734375,397.490625],[303,406.490625,553.7302734375,396.890625],[306,394.884375,553.39299316406,386.484375],[306,395.484375,553.39299316406,385.884375],[306,384.4875,446.16020507813,374.8875]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 0,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228251,
                                                      "updated_at_unix": 1688228251,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 9,
                                                  "name": "NORD glioblastoma",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/6091376635d86.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:38.000000Z",
                                                  "updated_at": "2021-05-04T12:00:38.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 1,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          },
                                          {
                                              "id": 13991,
                                              "attachment_id": 14,
                                              "reference_group_id": 4,
                                              "user_id": 2,
                                              "pos": 13676,
                                              "created_at": "2023-12-20T13:32:38.000000Z",
                                              "updated_at": "2023-12-20T13:32:38.000000Z",
                                              "deleted_at": null,
                                              "old": false,
                                              "annotations": [
                                                  {
                                                      "id": 175302,
                                                      "attachment_id": 14,
                                                      "reference_id": 13991,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": "commenting",
                                                      "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                      "source": "attachment-14",
                                                      "quadPoints": "[72.66666666666667,528.3333333333334,293.3333333333333,528.3333333333334,72.66666666666667,518.3333333333333,293.3333333333333,518.3333333333333,42.666666666666664,517,294,517,42.666666666666664,507,294,507,42.666666666666664,506.3333333333333,92,506.3333333333333,42.666666666666664,496.3333333333333,92,496.3333333333333,92,506.3333333333333,94.66666666666667,506.3333333333333,92,499.6666666666667,94.66666666666667,499.6666666666667,94.66666666666667,506.3333333333333,293.3333333333333,506.3333333333333,94.66666666666667,496.3333333333333,293.3333333333333,496.3333333333333,42.666666666666664,495,120.66666666666667,495,42.666666666666664,485,120.66666666666667,485,120.66666666666667,495.6666666666667,124,495.6666666666667,120.66666666666667,489,124,489,124,495,295.3333333333333,495,124,485,295.3333333333333,485,42.666666666666664,484.3333333333333,181.33333333333334,484.3333333333333,42.666666666666664,474.3333333333333,181.33333333333334,474.3333333333333]",
                                                      "inkList": null,
                                                      "subtype": "highlight",
                                                      "opacity": 1,
                                                      "strokeColor": "#F8D147",
                                                      "strokeWidth": null,
                                                      "nodeIndex": 0,
                                                      "page": 0,
                                                      "top": 42.666666666667,
                                                      "right": 474.33333333333,
                                                      "bottom": 295.33333333333,
                                                      "left": 528.33333333333,
                                                      "created_at_unix": 1703079158,
                                                      "updated_at_unix": 1703079158,
                                                      "user": {
                                                          "name": "Tudor Bostan",
                                                          "user_id": 2,
                                                          "annotation_id": 175302,
                                                          "app": "polarix"
                                                      }
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 14,
                                                  "name": "Tan 2020",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/6091376786772.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:39.000000Z",
                                                  "updated_at": "2021-05-04T12:00:39.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 2,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  },
                                  {
                                      "id": 398,
                                      "user_id": 1,
                                      "item_content_id": 9,
                                      "created_at": "2022-10-18T14:21:35.000000Z",
                                      "updated_at": "2022-10-18T14:21:35.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 450,
                                              "attachment_id": 14,
                                              "reference_group_id": 398,
                                              "user_id": 1,
                                              "pos": 422,
                                              "created_at": "2021-10-29T12:34:08.000000Z",
                                              "updated_at": "2021-10-29T12:34:08.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158593,
                                                      "attachment_id": 14,
                                                      "reference_id": 450,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[303.00254755435,483.53845108696,549.09399281377,473.85366847826],[548.66311141304,482.89279891304,551.49792798913,474.49932065217],[548.66311141304,483.53845108696,551.49792798913,473.85366847826],[303.00254755435,471.89653532609,551.4796429178,463.50305706522],[303.00254755435,472.5421875,551.4796429178,462.8574048913],[303.00254755435,460.90027173913,553.88964684528,452.50679347826],[303.00254755435,461.54592391304,553.88964684528,451.86114130435],[303.00254755435,449.90400815217,510.95677224864,441.5105298913],[303.00254755435,450.54966032609,510.95677224864,440.86487771739],[510.95298913043,450.03515625,514.11063179348,444.8699388587],[510.95298913043,450.68080842391,514.11063179348,444.22428668478],[514.10054347826,449.88383152174,551.34707615065,441.49035326087],[514.10054347826,450.52948369565,551.34707615065,440.84470108696],[302.99245923913,438.88756793478,548.86188274881,430.49408967391],[302.99245923913,439.5332201087,548.86188274881,429.8484375],[548.66311141304,438.88756793478,551.49792798913,430.49408967391],[548.66311141304,439.5332201087,551.49792798913,429.8484375],[302.99245923913,427.88121603261,556.10355914572,419.48773777174],[302.99245923913,428.52686820652,556.10355914572,418.84208559783],[302.99245923913,416.88495244565,554.81982103431,408.49147418478],[302.99245923913,417.53060461957,554.81982103431,407.84582201087],[302.99245923913,405.8886888587,553.72287438434,397.49521059783],[302.99245923913,406.53434103261,553.72287438434,396.84955842391],[305.99877717391,394.89242527174,553.40115170686,386.49894701087],[305.99877717391,395.53807744565,553.40115170686,385.85329483696],[305.99877717391,384.53172554348,446.15447944973,374.84694293478]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 0,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228254,
                                                      "updated_at_unix": 1688228254,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 14,
                                                  "name": "Tan 2020",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/6091376786772.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:39.000000Z",
                                                  "updated_at": "2021-05-04T12:00:39.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 2,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          },
                                          {
                                              "id": 9832,
                                              "attachment_id": 1,
                                              "reference_group_id": 398,
                                              "user_id": 72,
                                              "pos": 9559,
                                              "created_at": "2023-08-03T16:17:50.000000Z",
                                              "updated_at": "2023-08-03T16:17:50.000000Z",
                                              "deleted_at": null,
                                              "old": false,
                                              "annotations": [
                                                  {
                                                      "id": 161422,
                                                      "attachment_id": 1,
                                                      "reference_id": 9832,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": "commenting",
                                                      "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                      "source": "attachment-1",
                                                      "quadPoints": "[42.666666666666664,528.3333333333334,293.3333333333333,528.3333333333334,42.666666666666664,518.3333333333333,293.3333333333333,518.3333333333333,42.666666666666664,517,294,517,42.666666666666664,507,294,507,42.666666666666664,506.3333333333333,92,506.3333333333333,42.666666666666664,496.3333333333333,92,496.3333333333333,92,506.3333333333333,94.66666666666667,506.3333333333333,92,499.6666666666667,94.66666666666667,499.6666666666667,94.66666666666667,506.3333333333333,293.3333333333333,506.3333333333333,94.66666666666667,496.3333333333333,293.3333333333333,496.3333333333333,42.666666666666664,495,120.66666666666667,495,42.666666666666664,485,120.66666666666667,485,120.66666666666667,495.6666666666667,124,495.6666666666667,120.66666666666667,489,124,489,124,495,295.3333333333333,495,124,485,295.3333333333333,485,42.666666666666664,484.3333333333333,245.33333333333334,484.3333333333333,42.666666666666664,474.3333333333333,245.33333333333334,474.3333333333333]",
                                                      "inkList": null,
                                                      "subtype": "highlight",
                                                      "opacity": 1,
                                                      "strokeColor": "#F8D147",
                                                      "strokeWidth": null,
                                                      "nodeIndex": 0,
                                                      "page": 0,
                                                      "top": 42.666666666667,
                                                      "right": 474.33333333333,
                                                      "bottom": 295.33333333333,
                                                      "left": 528.33333333333,
                                                      "created_at_unix": 1691079470,
                                                      "updated_at_unix": 1691079470,
                                                      "user": {
                                                          "name": "Annika Voss",
                                                          "user_id": 72,
                                                          "annotation_id": 161422,
                                                          "app": "polarix"
                                                      }
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 1,
                                                  "name": "Davis 2020",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/60913764689bd.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:36.000000Z",
                                                  "updated_at": "2021-05-04T12:00:36.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 8,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          },
                          {
                              "id": 4614,
                              "item_id": 9,
                              "project_country_id": 3,
                              "text": "Bien qu’il s’agisse d’un type commun de tumeur cérébrale, le glioblastome est une maladie orpheline qui a tendance à affecter les personnes âgées.&nbsp;",
                              "clean_text": "Bien qu’il s’agisse d’un type commun de tumeur cérébrale, le glioblastome est une maladie orpheline qui a tendance à affecter les personnes âgées.&nbsp;",
                              "updated_at": "2023-07-10T14:55:56.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "10 Jul 2023 at 2:55 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": {
                                  "id": 3,
                                  "project_id": 1,
                                  "country_id": 73,
                                  "deadline": null,
                                  "auth_code": null,
                                  "created_at": "2023-03-31T11:01:38.000000Z",
                                  "updated_at": "2023-03-31T11:01:38.000000Z",
                                  "deleted_at": null,
                                  "deadline_expired": false,
                                  "country": {
                                      "id": 73,
                                      "code": "FR",
                                      "name": "France",
                                      "prefix": 33,
                                      "created_at": "2022-10-18T14:22:06.000000Z",
                                      "updated_at": "2022-10-18T14:22:06.000000Z",
                                      "deleted_at": null
                                  },
                                  "team": {
                                      "id": 15,
                                      "name": "France",
                                      "label": "FR",
                                      "project_id": 1,
                                      "project_country_id": 3,
                                      "team_users": []
                                  }
                              },
                              "tags": [],
                              "reference_groups": []
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 2,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 1,
                      "status": "pending",
                      "parent_id": 1,
                      "revisions_count": 6,
                      "prefix": "1.2",
                      "children": [
                          {
                              "id": 3,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 2,
                              "revisions_count": 11,
                              "prefix": "1.2.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 3,
                                      "item_id": 3,
                                      "project_country_id": null,
                                      "text": "<p><a href=\"javascript:void(0);\" id=\"2582\" class=\"\">Glioblastomas originate from a type of glial cell called the <i>astrocyte</i></a>. They often first appear as <strike id=\"103\">WHO</strike>&nbsp;designated grade IV (rapidly growing and aggressive) tumors with no evidence of earlier lower grade tumors.</p>",
                                      "clean_text": "Glioblastomas originate from a type of glial cell called the astrocyte. They often first appear as WHO&nbsp;designated grade IV (rapidly growing and aggressive) tumors with no evidence of earlier lower grade tumors.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [
                                          {
                                              "id": 123,
                                              "item_content_id": 3,
                                              "attachment_id": 2987,
                                              "user_id": 72,
                                              "pos": 0,
                                              "created_at": "2023-03-21T11:47:28.000000Z",
                                              "updated_at": "2023-03-21T11:47:28.000000Z",
                                              "deleted_at": null,
                                              "attachment": {
                                                  "id": 2987,
                                                  "name": "1.1.1 Glioblastoma",
                                                  "user_id": 72,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/6419994f9f85c.png",
                                                  "type": "image",
                                                  "is_reference": 0,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2023-03-21T11:47:27.000000Z",
                                                  "updated_at": "2023-03-21T11:47:27.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 0,
                                                  "created_at_formatted": "03/21/2023 11:03",
                                                  "veeva_document": null
                                              }
                                          },
                                          {
                                              "id": 124,
                                              "item_content_id": 3,
                                              "attachment_id": 2988,
                                              "user_id": 72,
                                              "pos": 1,
                                              "created_at": "2023-03-21T11:48:59.000000Z",
                                              "updated_at": "2023-03-21T11:48:59.000000Z",
                                              "deleted_at": null,
                                              "attachment": {
                                                  "id": 2988,
                                                  "name": "Astrocytes",
                                                  "user_id": 72,
                                                  "project_id": 1,
                                                  "file": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2799634/?report=reader",
                                                  "type": "link",
                                                  "is_reference": 0,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2023-03-21T11:48:57.000000Z",
                                                  "updated_at": "2023-03-21T11:48:57.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 0,
                                                  "created_at_formatted": "03/21/2023 11:03",
                                                  "veeva_document": null
                                              }
                                          },
                                          {
                                              "id": 125,
                                              "item_content_id": 3,
                                              "attachment_id": 2989,
                                              "user_id": 72,
                                              "pos": 2,
                                              "created_at": "2023-03-21T11:51:34.000000Z",
                                              "updated_at": "2023-03-21T11:51:34.000000Z",
                                              "deleted_at": null,
                                              "attachment": {
                                                  "id": 2989,
                                                  "name": "What are astrocytes?",
                                                  "user_id": 72,
                                                  "project_id": 1,
                                                  "file": "https://youtu.be/Utaeaz-tD5s",
                                                  "type": "video",
                                                  "is_reference": 0,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2023-03-21T11:51:33.000000Z",
                                                  "updated_at": "2023-03-21T11:51:33.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 0,
                                                  "created_at_formatted": "03/21/2023 11:03",
                                                  "veeva_document": null
                                              }
                                          },
                                          {
                                              "id": 126,
                                              "item_content_id": 3,
                                              "attachment_id": 2990,
                                              "user_id": 72,
                                              "pos": 3,
                                              "created_at": "2023-03-21T11:53:14.000000Z",
                                              "updated_at": "2023-03-21T11:53:14.000000Z",
                                              "deleted_at": null,
                                              "attachment": {
                                                  "id": 2990,
                                                  "name": "Astrocytes - Britannica",
                                                  "user_id": 72,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/64199aa974610.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 0,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2023-03-21T11:53:13.000000Z",
                                                  "updated_at": "2023-03-21T11:53:13.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 0,
                                                  "created_at_formatted": "03/21/2023 11:03",
                                                  "veeva_document": null
                                              }
                                          }
                                      ],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 2582,
                                              "user_id": 72,
                                              "item_content_id": 3,
                                              "created_at": "2023-03-21T11:27:16.000000Z",
                                              "updated_at": "2023-03-21T11:27:16.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 5708,
                                                      "attachment_id": 5,
                                                      "reference_group_id": 2582,
                                                      "user_id": 72,
                                                      "pos": 5503,
                                                      "created_at": "2023-03-21T11:27:16.000000Z",
                                                      "updated_at": "2023-03-21T11:27:16.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 147924,
                                                              "attachment_id": 5,
                                                              "reference_id": 5708,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-5",
                                                              "quadPoints": "[311.3333333333333,606.3333333333334,554,606.3333333333334,311.3333333333333,596.3333333333334,554,596.3333333333334,311.3333333333333,595,554.6666666666666,595,311.3333333333333,585,554.6666666666666,585,311.3333333333333,584.3333333333334,347.3333333333333,584.3333333333334,311.3333333333333,574.3333333333334,347.3333333333333,574.3333333333334]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 0,
                                                              "page": 0,
                                                              "top": 311.33333333333,
                                                              "right": 574.33333333333,
                                                              "bottom": 554.66666666667,
                                                              "left": 606.33333333333,
                                                              "created_at_unix": 1679398036,
                                                              "updated_at_unix": 1679398036,
                                                              "user": {
                                                                  "name": "Annika Voss",
                                                                  "user_id": 72,
                                                                  "annotation_id": 147924,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 5,
                                                          "name": "Kim 2018",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/609137655fc2a.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:37.000000Z",
                                                          "updated_at": "2021-05-04T12:00:37.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 5,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 4,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 2,
                              "revisions_count": 1,
                              "prefix": "1.2.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 4,
                                      "item_id": 4,
                                      "project_country_id": null,
                                      "text": "Also com<a href=\"javascript:void(0);\" id=\"392\" class=\"\">monly known as GBM, the name multiforme is reflective of the extent of genotypic diversity of the tumor.</a>",
                                      "clean_text": "Also commonly known as GBM, the name multiforme is reflective of the extent of genotypic diversity of the tumor.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [
                                          {
                                              "id": 567,
                                              "item_content_id": 4,
                                              "project_tag_id": 20,
                                              "user_id": 72,
                                              "project_tag": {
                                                  "id": 20,
                                                  "project_id": 1,
                                                  "text": "Aspirational",
                                                  "style": "emerald",
                                                  "is_strategic_imperative": 0,
                                                  "description": null,
                                                  "created_at": "2023-04-24T12:38:16.000000Z",
                                                  "updated_at": "2023-04-24T12:38:16.000000Z",
                                                  "deleted_at": null
                                              }
                                          }
                                      ],
                                      "reference_groups": [
                                          {
                                              "id": 3,
                                              "user_id": 9,
                                              "item_content_id": 4,
                                              "created_at": "2022-10-18T14:21:28.000000Z",
                                              "updated_at": "2022-10-18T14:21:28.000000Z",
                                              "deleted_at": null,
                                              "references": []
                                          },
                                          {
                                              "id": 392,
                                              "user_id": 4,
                                              "item_content_id": 4,
                                              "created_at": "2022-10-18T14:21:35.000000Z",
                                              "updated_at": "2022-10-18T14:21:35.000000Z",
                                              "deleted_at": null,
                                              "references": []
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 5,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 2,
                              "revisions_count": 1,
                              "prefix": "1.2.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 5,
                                      "item_id": 5,
                                      "project_country_id": null,
                                      "text": "The WHO classifies glioblastomas into 3 main categories: glioblastoma isocitrate dehydrogenase (IDH)-mutant, glioblastoma IDH-wildtype, and glioblastoma NOS (not otherwise specified),2 where IDH is an important early biomarker of gliomagenesis.",
                                      "clean_text": "The WHO classifies glioblastomas into 3 main categories: glioblastoma isocitrate dehydrogenase (IDH)-mutant, glioblastoma IDH-wildtype, and glioblastoma NOS (not otherwise specified),2 where IDH is an important early biomarker of gliomagenesis.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 6,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 2,
                              "revisions_count": 1,
                              "prefix": "1.2.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 6,
                                      "item_id": 6,
                                      "project_country_id": null,
                                      "text": "Glioblastomas can be located anywhere in the brain and do not regularly spread outside of the brain.2 In the majority of cases, tumor diameter is between 5-10 cm at diagnosis",
                                      "clean_text": "Glioblastomas can be located anywhere in the brain and do not regularly spread outside of the brain.2 In the majority of cases, tumor diameter is between 5-10 cm at diagnosis",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 7,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 4,
                              "status": "pending",
                              "parent_id": 2,
                              "revisions_count": 1,
                              "prefix": "1.2.5",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 7,
                                      "item_id": 7,
                                      "project_country_id": null,
                                      "text": "Primary glioblastomas account for 80% of glioblastomas while secondary types tend to occur in younger patients and carry a better prognosis than primary glioblastomas.",
                                      "clean_text": "Primary glioblastomas account for 80% of glioblastomas while secondary types tend to occur in younger patients and carry a better prognosis than primary glioblastomas.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 8,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 5,
                              "status": "pending",
                              "parent_id": 2,
                              "revisions_count": 2,
                              "prefix": "1.2.6",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 8,
                                      "item_id": 8,
                                      "project_country_id": null,
                                      "text": "The cause of glioblastoma is not known. There are no proven causative links with smoking, diet, cellular phones, environmental exposures or electromagnetic fields. Ionizing radiation is an established risk factor in a minority of cases, and it remains unknown whether the presence of cytomegalovirus and Epstein-Barr Virus in some glioma samples may be causal.",
                                      "clean_text": "The cause of glioblastoma is not known. There are no proven causative links with smoking, diet, cellular phones, environmental exposures or electromagnetic fields. Ionizing radiation is an established risk factor in a minority of cases, and it remains unknown whether the presence of cytomegalovirus and Epstein-Barr Virus in some glioma samples may be causal.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 2,
                              "item_id": 2,
                              "project_country_id": null,
                              "text": "<a href=\"javascript:void(0);\" id=\"1\" class=\"\">Glioblastoma, or glioblastoma multiforme (<strike id=\"1\">GBM</strike>&zwnj;), is the most common form of primary malignant brain tumour in adults</a>",
                              "clean_text": "Glioblastoma, or glioblastoma multiforme (GBM&zwnj;), is the most common form of primary malignant brain tumour in adults",
                              "updated_at": "2023-11-09T17:54:44.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "09 Nov 2023 at 5:54 pm",
                              "comments": [],
                              "item_content_attachments": [
                                  {
                                      "id": 121,
                                      "item_content_id": 2,
                                      "attachment_id": 1810,
                                      "user_id": 72,
                                      "pos": 0,
                                      "created_at": "2023-03-15T11:08:47.000000Z",
                                      "updated_at": "2023-03-15T11:08:47.000000Z",
                                      "deleted_at": null,
                                      "attachment": {
                                          "id": 1810,
                                          "name": "image 1",
                                          "user_id": 72,
                                          "project_id": 1,
                                          "file": "https://sf.polarix.io/6411a73e6a31d.jpg",
                                          "type": "image",
                                          "is_reference": 0,
                                          "contents": null,
                                          "pin": 0,
                                          "veeva_document_id": null,
                                          "initial_veeva_sync": 0,
                                          "created_at": "2023-03-15T11:08:46.000000Z",
                                          "updated_at": "2023-03-15T11:08:46.000000Z",
                                          "deleted_at": null,
                                          "reference_uses": 0,
                                          "created_at_formatted": "03/15/2023 11:03",
                                          "veeva_document": null
                                      }
                                  }
                              ],
                              "subscription": null,
                              "project_country": null,
                              "tags": [
                                  {
                                      "id": 1618,
                                      "item_content_id": 2,
                                      "project_tag_id": 21,
                                      "user_id": 72,
                                      "project_tag": {
                                          "id": 21,
                                          "project_id": 1,
                                          "text": "Strategic Imperative 1",
                                          "style": "amethyst",
                                          "is_strategic_imperative": 0,
                                          "description": null,
                                          "created_at": "2023-04-24T12:38:36.000000Z",
                                          "updated_at": "2023-04-24T12:38:36.000000Z",
                                          "deleted_at": null
                                      }
                                  },
                                  {
                                      "id": 1619,
                                      "item_content_id": 2,
                                      "project_tag_id": 20,
                                      "user_id": 72,
                                      "project_tag": {
                                          "id": 20,
                                          "project_id": 1,
                                          "text": "Aspirational",
                                          "style": "emerald",
                                          "is_strategic_imperative": 0,
                                          "description": null,
                                          "created_at": "2023-04-24T12:38:16.000000Z",
                                          "updated_at": "2023-04-24T12:38:16.000000Z",
                                          "deleted_at": null
                                      }
                                  }
                              ],
                              "reference_groups": [
                                  {
                                      "id": 1,
                                      "user_id": 1,
                                      "item_content_id": 2,
                                      "created_at": "2022-10-18T14:21:28.000000Z",
                                      "updated_at": "2022-10-18T14:21:28.000000Z",
                                      "deleted_at": null,
                                      "references": []
                                  }
                              ]
                          },
                          {
                              "id": 3698,
                              "item_id": 2,
                              "project_country_id": 3,
                              "text": "<p>Glioblastoma, or glioblastoma multiforme (GBM&zwnj;), is the most common form of primary malignant brain tumor in adults</p>",
                              "clean_text": "Glioblastoma, or glioblastoma multiforme (GBM&zwnj;), is the most common form of primary malignant brain tumor in adults",
                              "updated_at": "2023-07-10T12:34:58.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "10 Jul 2023 at 12:34 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": {
                                  "id": 3,
                                  "project_id": 1,
                                  "country_id": 73,
                                  "deadline": null,
                                  "auth_code": null,
                                  "created_at": "2023-03-31T11:01:38.000000Z",
                                  "updated_at": "2023-03-31T11:01:38.000000Z",
                                  "deleted_at": null,
                                  "deadline_expired": false,
                                  "country": {
                                      "id": 73,
                                      "code": "FR",
                                      "name": "France",
                                      "prefix": 33,
                                      "created_at": "2022-10-18T14:22:06.000000Z",
                                      "updated_at": "2022-10-18T14:22:06.000000Z",
                                      "deleted_at": null
                                  },
                                  "team": {
                                      "id": 15,
                                      "name": "France",
                                      "label": "FR",
                                      "project_id": 1,
                                      "project_country_id": 3,
                                      "team_users": []
                                  }
                              },
                              "tags": [],
                              "reference_groups": []
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 17,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 2,
                      "status": "pending",
                      "parent_id": 1,
                      "revisions_count": 2,
                      "prefix": "1.3",
                      "children": [
                          {
                              "id": 18,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 17,
                              "revisions_count": 1,
                              "prefix": "1.3.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 18,
                                      "item_id": 18,
                                      "project_country_id": null,
                                      "text": "<b>Patients</b> with glioblastoma typically present with progressive neurological symptoms over days to weeks",
                                      "clean_text": "Patients with glioblastoma typically present with progressive neurological symptoms over days to weeks",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 19,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 17,
                              "revisions_count": 1,
                              "prefix": "1.3.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 19,
                                      "item_id": 19,
                                      "project_country_id": null,
                                      "text": "The most common presenting symptoms are new-onset headache and seizure",
                                      "clean_text": "The most common presenting symptoms are new-onset headache and seizure",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 34,
                                              "user_id": 2,
                                              "item_content_id": 19,
                                              "created_at": "2022-10-18T14:21:29.000000Z",
                                              "updated_at": "2022-10-18T14:21:29.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 35,
                                                      "attachment_id": 5,
                                                      "reference_group_id": 34,
                                                      "user_id": 2,
                                                      "pos": 24,
                                                      "created_at": "2021-06-07T17:33:55.000000Z",
                                                      "updated_at": "2021-06-07T17:33:55.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158579,
                                                              "attachment_id": 5,
                                                              "reference_id": 35,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[336.01917499329,472.74865879828,519.91566251174,462.55123390558]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 0,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228251,
                                                              "updated_at_unix": 1688228251,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 5,
                                                          "name": "Kim 2018",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/609137655fc2a.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:37.000000Z",
                                                          "updated_at": "2021-05-04T12:00:37.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 5,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          },
                                          {
                                              "id": 35,
                                              "user_id": 2,
                                              "item_content_id": 19,
                                              "created_at": "2022-10-18T14:21:29.000000Z",
                                              "updated_at": "2022-10-18T14:21:29.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 36,
                                                      "attachment_id": 5,
                                                      "reference_group_id": 35,
                                                      "user_id": 2,
                                                      "pos": 25,
                                                      "created_at": "2021-06-07T17:35:29.000000Z",
                                                      "updated_at": "2021-06-07T17:35:29.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158580,
                                                              "attachment_id": 5,
                                                              "reference_id": 36,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[357.59874549279,417.73918269231,554.80676739032,407.58533653846]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 0,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228251,
                                                              "updated_at_unix": 1688228251,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 5,
                                                          "name": "Kim 2018",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/609137655fc2a.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:37.000000Z",
                                                          "updated_at": "2021-05-04T12:00:37.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 5,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 20,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 17,
                              "revisions_count": 2,
                              "prefix": "1.3.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 20,
                                      "item_id": 20,
                                      "project_country_id": null,
                                      "text": "additional common symptoms include focal sympto<a href=\"javascript:void(0);\" id=\"394\" class=\"fresh animate__animated animate__fadeIn\">ms such as neurological deficits, and cognitive and personality changes due to compression and infiltration of normal brain tissue. These may manifest as confusion, memory loss, muscle weakness, visual changes, la</a>nguage deficit, cognitive changes, nausea or vomiting",
                                      "clean_text": "additional common symptoms include focal symptoms such as neurological deficits, and cognitive and personality changes due to compression and infiltration of normal brain tissue. These may manifest as confusion, memory loss, muscle weakness, visual changes, language deficit, cognitive changes, nausea or vomiting",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 394,
                                              "user_id": 4,
                                              "item_content_id": 20,
                                              "created_at": "2022-10-18T14:21:35.000000Z",
                                              "updated_at": "2022-10-18T14:21:35.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 446,
                                                      "attachment_id": 5,
                                                      "reference_group_id": 394,
                                                      "user_id": 4,
                                                      "pos": 418,
                                                      "created_at": "2021-09-14T18:29:18.000000Z",
                                                      "updated_at": "2021-09-14T18:29:18.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158590,
                                                              "attachment_id": 5,
                                                              "reference_id": 446,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[303,483.496875,549.09243164063,473.896875],[548.6625,482.896875,551.49375,474.496875],[548.6625,483.496875,551.49375,473.896875],[303,471.9,551.47287597656,463.5],[303,472.5,551.47287597656,462.9],[303,460.903125,553.89323730469,452.503125],[303,461.503125,553.89323730469,451.903125],[303,449.896875,510.95551757813,441.496875],[303,450.496875,510.95551757813,440.896875],[510.946875,450.028125,514.10625,444.628125],[510.946875,450.628125,514.10625,444.628125],[514.10625,449.878125,551.35869140625,441.478125],[514.10625,450.478125,551.35869140625,440.878125],[303,438.88125,548.86479492188,430.48125],[303,439.48125,548.86479492188,429.88125],[548.6625,438.88125,551.49375,430.48125],[548.6625,439.48125,551.49375,429.88125],[303,428.484375,548.0958984375,418.884375]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 0,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228253,
                                                              "updated_at_unix": 1688228253,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 5,
                                                          "name": "Kim 2018",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/609137655fc2a.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:37.000000Z",
                                                          "updated_at": "2021-05-04T12:00:37.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 5,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 21,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 17,
                              "revisions_count": 1,
                              "prefix": "1.3.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 21,
                                      "item_id": 21,
                                      "project_country_id": null,
                                      "text": "The presence and degree of peritumoral edema can correlate with symptomatology.",
                                      "clean_text": "The presence and degree of peritumoral edema can correlate with symptomatology.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 17,
                              "item_id": 17,
                              "project_country_id": null,
                              "text": "<a href=\"javascript:void(0);\" id=\"143\" class=\"\">Glioblastomas present almost exclusively in the brain and onset is most commonly signaled by headaches and seizures</a>",
                              "clean_text": "Glioblastomas present almost exclusively in the brain and onset is most commonly signaled by headaches and seizures",
                              "updated_at": "2023-07-04T15:02:10.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "04 Jul 2023 at 3:02 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": [
                                  {
                                      "id": 143,
                                      "user_id": 1,
                                      "item_content_id": 17,
                                      "created_at": "2022-10-18T14:21:31.000000Z",
                                      "updated_at": "2022-10-18T14:21:31.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 168,
                                              "attachment_id": 7,
                                              "reference_group_id": 143,
                                              "user_id": 1,
                                              "pos": 147,
                                              "created_at": "2021-06-24T13:21:28.000000Z",
                                              "updated_at": "2021-06-24T13:21:28.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158581,
                                                      "attachment_id": 7,
                                                      "reference_id": 168,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[454.10483870968,812.8064516129,454.11592741935,801.45161290323]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 1,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228251,
                                                      "updated_at_unix": 1688228251,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 7,
                                                  "name": "Martinez-Garcia 2018 Clin Transl Oncol 20-22–28",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/60913765b7c0e.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:37.000000Z",
                                                  "updated_at": "2021-05-04T12:00:37.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 1,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 22,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 3,
                      "status": "pending",
                      "parent_id": 1,
                      "revisions_count": 2,
                      "prefix": "1.4",
                      "children": [
                          {
                              "id": 23,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 22,
                              "revisions_count": 1,
                              "prefix": "1.4.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 23,
                                      "item_id": 23,
                                      "project_country_id": null,
                                      "text": "Individuals who are suspected to have a glioblastoma should first undergo a full physical and neurological examination.",
                                      "clean_text": "Individuals who are suspected to have a glioblastoma should first undergo a full physical and neurological examination.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 24,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 22,
                              "revisions_count": 1,
                              "prefix": "1.4.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 24,
                                      "item_id": 24,
                                      "project_country_id": null,
                                      "text": "Contrast-enhanced MRI should be included in the initial assessment.3,7 Optimal contrast is 0.1 mmol/kg of gadolinium-chelated contrast agent.",
                                      "clean_text": "Contrast-enhanced MRI should be included in the initial assessment.3,7 Optimal contrast is 0.1 mmol/kg of gadolinium-chelated contrast agent.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 25,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 22,
                              "revisions_count": 1,
                              "prefix": "1.4.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 25,
                                      "item_id": 25,
                                      "project_country_id": null,
                                      "text": "Diagnostic confirmation requires histological evaluation of the tumor, either via fine-needle aspiration biopsy or following initial surgical resection of the glioblastoma.",
                                      "clean_text": "Diagnostic confirmation requires histological evaluation of the tumor, either via fine-needle aspiration biopsy or following initial surgical resection of the glioblastoma.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 26,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 22,
                              "revisions_count": 1,
                              "prefix": "1.4.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 26,
                                      "item_id": 26,
                                      "project_country_id": null,
                                      "text": "The WHO criteria should be used to diagnose glioblastoma, a grade IV tumor, whereby it is defined as an astrocytic infiltrating tumor with one or both of necrosis and microvascular proliferation.",
                                      "clean_text": "The WHO criteria should be used to diagnose glioblastoma, a grade IV tumor, whereby it is defined as an astrocytic infiltrating tumor with one or both of necrosis and microvascular proliferation.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 27,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 4,
                              "status": "pending",
                              "parent_id": 22,
                              "revisions_count": 1,
                              "prefix": "1.4.5",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 27,
                                      "item_id": 27,
                                      "project_country_id": null,
                                      "text": "Differential diagnoses of glioblastoma that should be ruled out include malignancies like chordomas, CNS lymphomas, ependymoma, medulloblastomas, lower grade brain tumors, and cancers that have spread to the brain from other areas, and also non-cancerous conditions such as stroke, brain abscesses, brain bleeds, and cavernous malformations.",
                                      "clean_text": "Differential diagnoses of glioblastoma that should be ruled out include malignancies like chordomas, CNS lymphomas, ependymoma, medulloblastomas, lower grade brain tumors, and cancers that have spread to the brain from other areas, and also non-cancerous conditions such as stroke, brain abscesses, brain bleeds, and cavernous malformations.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 28,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 5,
                              "status": "pending",
                              "parent_id": 22,
                              "revisions_count": 2,
                              "prefix": "1.4.6",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 28,
                                      "item_id": 28,
                                      "project_country_id": null,
                                      "text": "Molecular biomarkers may be used to characterize glioblastomas and to help make treatment decisions. Such markers include the IDH gene mutation status and the methylation status of the promoter of methylguanine methyl transferase (MGMT) gene.",
                                      "clean_text": "Molecular biomarkers may be used to characterize glioblastomas and to help make treatment decisions. Such markers include the IDH gene mutation status and the methylation status of the promoter of methylguanine methyl transferase (MGMT) gene.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 22,
                              "item_id": 22,
                              "project_country_id": null,
                              "text": "<p>&nbsp;The <a href=\"javascript:void(0);\" id=\"391\" class=\"\">diagnostic gold standard</a> for glioblastoma is gadolinium-enhanced magnetic resonance,<a href=\"javascript:void(0);\" id=\"3187\" class=\"\"> imaging (<strike id=\"330\">MRI</strike>)</a></p>",
                              "clean_text": "&nbsp;The diagnostic gold standard for glioblastoma is gadolinium-enhanced magnetic resonance, imaging (MRI)",
                              "updated_at": "2023-08-03T09:23:07.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "03 Aug 2023 at 9:23 am",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": [
                                  {
                                      "id": 391,
                                      "user_id": 1,
                                      "item_content_id": 22,
                                      "created_at": "2022-10-18T14:21:35.000000Z",
                                      "updated_at": "2022-10-18T14:21:35.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 441,
                                              "attachment_id": 4,
                                              "reference_group_id": 391,
                                              "user_id": 1,
                                              "pos": 413,
                                              "created_at": "2021-07-29T18:10:07.000000Z",
                                              "updated_at": "2021-07-29T18:10:07.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158585,
                                                      "attachment_id": 4,
                                                      "reference_id": 441,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[70.865625,715.5,307.83801269531,705.9],[70.865625,703.903125,306.75651855469,695.503125],[70.865625,704.503125,306.75651855469,694.903125],[70.865625,692.90625,283.91696777344,684.50625],[70.865625,693.50625,283.91696777344,683.90625],[283.93125,693.046875,287.090625,687.646875],[283.93125,693.646875,287.090625,687.646875],[287.08125,692.896875,307.05622558594,684.496875],[287.08125,693.496875,307.05622558594,683.896875],[70.865625,681.9,307.14144287109,673.5],[70.865625,682.5,307.14144287109,672.9],[70.865625,670.903125,148.54299316406,662.503125],[70.865625,671.503125,148.54299316406,661.903125],[148.5375,671.053125,151.696875,665.653125],[148.5375,671.653125,151.696875,665.653125],[151.6875,670.903125,302.84318847656,662.503125],[151.6875,671.503125,302.84318847656,661.903125],[302.034375,670.903125,304.865625,662.503125],[302.034375,671.503125,304.865625,661.903125],[70.865625,660.496875,304.88598632812,650.896875]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 1,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228253,
                                                      "updated_at_unix": 1688228253,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 4,
                                                  "name": "Kang 2020 Cancer Res Treat",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/609137653cdd4.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:37.000000Z",
                                                  "updated_at": "2021-05-04T12:00:37.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 1,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  },
                                  {
                                      "id": 3187,
                                      "user_id": 72,
                                      "item_content_id": 22,
                                      "created_at": "2023-04-12T12:43:18.000000Z",
                                      "updated_at": "2023-04-12T12:43:18.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 6488,
                                              "attachment_id": 2,
                                              "reference_group_id": 3187,
                                              "user_id": 72,
                                              "pos": 6282,
                                              "created_at": "2023-04-12T12:43:18.000000Z",
                                              "updated_at": "2023-04-12T12:43:18.000000Z",
                                              "deleted_at": null,
                                              "old": false,
                                              "annotations": [
                                                  {
                                                      "id": 150629,
                                                      "attachment_id": 2,
                                                      "reference_id": 6488,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": "commenting",
                                                      "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                      "source": "attachment-2",
                                                      "quadPoints": "[311.3333333333333,606.3333333333334,554,606.3333333333334,311.3333333333333,596.3333333333334,554,596.3333333333334,311.3333333333333,595,554.6666666666666,595,311.3333333333333,585,554.6666666666666,585,311.3333333333333,584.3333333333334,347.3333333333333,584.3333333333334,311.3333333333333,574.3333333333334,347.3333333333333,574.3333333333334,303.3333333333333,573,306,573,303.3333333333333,563,306,563,306,573,308,573,306,563,308,563,311.3333333333333,573,532.6666666666666,573,311.3333333333333,563,532.6666666666666,563,532.6666666666666,573,534.6666666666666,573,532.6666666666666,563,534.6666666666666,563,534,573,553.3333333333334,573,534,563,553.3333333333334,563,311.3333333333333,562.3333333333334,416,562.3333333333334,311.3333333333333,552.3333333333334,416,552.3333333333334,416,562.3333333333334,418,562.3333333333334,416,552.3333333333334,418,552.3333333333334,416.6666666666667,562.3333333333334,528.6666666666666,562.3333333333334,416.6666666666667,552.3333333333334,528.6666666666666,552.3333333333334,528.6666666666666,562.3333333333334,531.3333333333334,562.3333333333334,528.6666666666666,552.3333333333334,531.3333333333334,552.3333333333334,530,562.3333333333334,550,562.3333333333334,530,552.3333333333334,550,552.3333333333334,303.3333333333333,551,306,551,303.3333333333333,541,306,541,306,551,308.6666666666667,551,306,541,308.6666666666667,541,311.3333333333333,551,554,551,311.3333333333333,541,554,541,311.3333333333333,540.3333333333334,548.6666666666666,540.3333333333334,311.3333333333333,530.3333333333334,548.6666666666666,530.3333333333334,548.6666666666666,540.3333333333334,551.3333333333334,540.3333333333334,548.6666666666666,530.3333333333334,551.3333333333334,530.3333333333334,311.3333333333333,529,448.6666666666667,529,311.3333333333333,519,448.6666666666667,519,303.3333333333333,518.3333333333333,306,518.3333333333333,303.3333333333333,508.3333333333333,306,508.3333333333333,306,518.3333333333333,310,518.3333333333333,306,508.3333333333333,310,508.3333333333333,311.3333333333333,518.3333333333333,555.3333333333334,518.3333333333333,311.3333333333333,508.3333333333333,555.3333333333334,508.3333333333333,311.3333333333333,507,528,507,311.3333333333333,497,528,497]",
                                                      "inkList": null,
                                                      "subtype": "highlight",
                                                      "opacity": 1,
                                                      "strokeColor": "#F8D147",
                                                      "strokeWidth": null,
                                                      "nodeIndex": 0,
                                                      "page": 0,
                                                      "top": 303.33333333333,
                                                      "right": 497,
                                                      "bottom": 555.33333333333,
                                                      "left": 606.33333333333,
                                                      "created_at_unix": 1681303398,
                                                      "updated_at_unix": 1681303398,
                                                      "user": {
                                                          "name": "Annika Voss",
                                                          "user_id": 72,
                                                          "annotation_id": 150629,
                                                          "app": "polarix"
                                                      }
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 2,
                                                  "name": "Grech 2020 Cureus",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/60913764ab5e8.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:36.000000Z",
                                                  "updated_at": "2021-05-04T12:00:36.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 6,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 29,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 4,
                      "status": "pending",
                      "parent_id": 1,
                      "revisions_count": 1,
                      "prefix": "1.5",
                      "children": [
                          {
                              "id": 30,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 29,
                              "revisions_count": 2,
                              "prefix": "1.5.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 30,
                                      "item_id": 30,
                                      "project_country_id": null,
                                      "text": "Glioblastoma is an aggressive cancer and, even with optimal and timely treatment, overall survival is poor and recurrence rates are high.&nbsp;",
                                      "clean_text": "Glioblastoma is an aggressive cancer and, even with optimal and timely treatment, overall survival is poor and recurrence rates are high.&nbsp;",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 32,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 29,
                              "revisions_count": 2,
                              "prefix": "1.5.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 32,
                                      "item_id": 32,
                                      "project_country_id": null,
                                      "text": "Due to high recurrence, frequent follow-ups with repeat imaging are recommended even after completion of treatment.",
                                      "clean_text": "Due to high recurrence, frequent follow-ups with repeat imaging are recommended even after completion of treatment.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 31,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 29,
                              "revisions_count": 2,
                              "prefix": "1.5.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 31,
                                      "item_id": 31,
                                      "project_country_id": null,
                                      "text": "The average survival time for patients with glioblastoma who have received combined treatments of surgery, chemotherapy, and radiotherapy is 14.6 months.",
                                      "clean_text": "The average survival time for patients with glioblastoma who have received combined treatments of surgery, chemotherapy, and radiotherapy is 14.6 months.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 33,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 29,
                              "revisions_count": 1,
                              "prefix": "1.5.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 33,
                                      "item_id": 33,
                                      "project_country_id": null,
                                      "text": "The 5-year survival rate for glioblastoma is extremely low, ranging from reported rates of 5%4 up to 12.1%.",
                                      "clean_text": "The 5-year survival rate for glioblastoma is extremely low, ranging from reported rates of 5%4 up to 12.1%.",
                                      "updated_at": "2023-06-13T16:33:20.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 29,
                              "item_id": 29,
                              "project_country_id": null,
                              "text": "<a href=\"javascript:void(0);\" id=\"399\" class=\"\">The average prognosis for glioblastoma is extremely poor, with average overall survival rarely reaching 2 years</a>",
                              "clean_text": "The average prognosis for glioblastoma is extremely poor, with average overall survival rarely reaching 2 years",
                              "updated_at": "2023-07-04T15:02:19.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "04 Jul 2023 at 3:02 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": [
                                  {
                                      "id": 399,
                                      "user_id": 1,
                                      "item_content_id": 29,
                                      "created_at": "2022-10-18T14:21:35.000000Z",
                                      "updated_at": "2022-10-18T14:21:35.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 452,
                                              "attachment_id": 21,
                                              "reference_group_id": 399,
                                              "user_id": 1,
                                              "pos": 423,
                                              "created_at": "2021-10-29T14:43:28.000000Z",
                                              "updated_at": "2021-10-29T14:43:28.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158594,
                                                      "attachment_id": 21,
                                                      "reference_id": 452,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[149.99612771739,170.73892663043,503.89048063859,159.43023097826],[149.99612771739,158.07900815217,451.91598696501,148.10074728261],[149.99612771739,158.74422554348,451.91598696501,147.4355298913],[452.46216032609,158.07900815217,458.5738451087,148.10074728261],[452.46216032609,158.74422554348,458.5738451087,147.4355298913],[457.70074728261,158.07900815217,516.01559421705,148.10074728261],[457.70074728261,158.74422554348,516.01559421705,147.4355298913],[149.99612771739,146.07391304348,512.75593155571,136.09565217391],[149.99612771739,146.73913043478,512.75593155571,135.43043478261],[149.99612771739,134.07921195652,519.19843856148,124.10095108696],[149.99612771739,134.74442934783,519.19843856148,123.43573369565],[149.99612771739,122.07411684783,519.37481211787,112.09585597826],[149.99612771739,122.73933423913,519.37481211787,111.43063858696],[149.99612771739,110.74463315217,519.43449653957,99.4359375]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 1,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228254,
                                                      "updated_at_unix": 1688228254,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 21,
                                                  "name": "Microglial cell migration stimulated by ATP and C5a involve distinct molecular mechanisms",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/6091422cd0cdc.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 0,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:46:36.000000Z",
                                                  "updated_at": "2021-05-04T12:46:36.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 2,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  }
              ],
              "section": {
                  "id": 9,
                  "name": "Pillar",
                  "description": null,
                  "pos": 0,
                  "project_id": 1,
                  "parent_id": null,
                  "children": [
                      {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      }
                  ]
              },
              "subscription": null,
              "contents": [
                  {
                      "id": 1,
                      "item_id": 1,
                      "project_country_id": null,
                      "text": "Glioblastomas are incurable malignant brain tumors with extremely poor prognosis.",
                      "clean_text": "Glioblastomas are incurable malignant brain tumors with extremely poor prognosis.",
                      "updated_at": "2023-06-13T16:33:20.000000Z",
                      "commentsCount": 0,
                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                      "comments": [],
                      "item_content_attachments": [],
                      "subscription": null,
                      "project_country": null,
                      "tags": [],
                      "reference_groups": []
                  }
              ],
              "veeva_item": null,
              "veeva_item_notes": [],
              "subscriptions": []
          },
          {
              "id": 34,
              "title": "Glioblastoma treatment landscape and unmet needs",
              "section_id": 9,
              "user_id": 1,
              "pos": 1,
              "status": "pending",
              "parent_id": null,
              "revisions_count": 4,
              "prefix": "2",
              "children": [
                  {
                      "id": 35,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 0,
                      "status": "pending",
                      "parent_id": 34,
                      "revisions_count": 4,
                      "prefix": "2.1",
                      "children": [
                          {
                              "id": 36,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 35,
                              "revisions_count": 1,
                              "prefix": "2.1.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 36,
                                      "item_id": 36,
                                      "project_country_id": null,
                                      "text": "Developing a treatment plan for a patient with glioblastoma should involve a multidisciplinary team including surgical, medical, and radiation oncologists.",
                                      "clean_text": "Developing a treatment plan for a patient with glioblastoma should involve a multidisciplinary team including surgical, medical, and radiation oncologists.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [
                                          {
                                              "id": 417,
                                              "item_content_id": 36,
                                              "project_tag_id": 21,
                                              "user_id": 1,
                                              "project_tag": {
                                                  "id": 21,
                                                  "project_id": 1,
                                                  "text": "Strategic Imperative 1",
                                                  "style": "amethyst",
                                                  "is_strategic_imperative": 0,
                                                  "description": null,
                                                  "created_at": "2023-04-24T12:38:36.000000Z",
                                                  "updated_at": "2023-04-24T12:38:36.000000Z",
                                                  "deleted_at": null
                                              }
                                          }
                                      ],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 37,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 35,
                              "revisions_count": 2,
                              "prefix": "2.1.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 37,
                                      "item_id": 37,
                                      "project_country_id": null,
                                      "text": "The preferred initial treatment option for glioblastoma is surgical resection but, given the diffuse, invasive and vascular nature of the tumor, surgery alone is not curative. Surgical follow-up with adjuvant chemotherapy and/or radiation is common.",
                                      "clean_text": "The preferred initial treatment option for glioblastoma is surgical resection but, given the diffuse, invasive and vascular nature of the tumor, surgery alone is not curative. Surgical follow-up with adjuvant chemotherapy and/or radiation is common.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 38,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 35,
                              "revisions_count": 1,
                              "prefix": "2.1.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 38,
                                      "item_id": 38,
                                      "project_country_id": null,
                                      "text": "Treatment selection can be guided by the molecular characteristics of the tumor.3 For example, patients with methylated MGMT status derive maximal benefit from temozolomide (TMZ) chemotherapy, such that patients with unmethylated MGMT may be given radiotherapy alone, rather than combined with TMZ.",
                                      "clean_text": "Treatment selection can be guided by the molecular characteristics of the tumor.3 For example, patients with methylated MGMT status derive maximal benefit from temozolomide (TMZ) chemotherapy, such that patients with unmethylated MGMT may be given radiotherapy alone, rather than combined with TMZ.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 39,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 35,
                              "revisions_count": 1,
                              "prefix": "2.1.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 39,
                                      "item_id": 39,
                                      "project_country_id": null,
                                      "text": "Additional medications may be required as supportive treatment, such as high dose steroids (dexamethasone) to reduce vasogenic edema.",
                                      "clean_text": "Additional medications may be required as supportive treatment, such as high dose steroids (dexamethasone) to reduce vasogenic edema.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 40,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 4,
                              "status": "pending",
                              "parent_id": 35,
                              "revisions_count": 1,
                              "prefix": "2.1.5",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 40,
                                      "item_id": 40,
                                      "project_country_id": null,
                                      "text": "Another therapeutic modality which can increase survival when administered concurrently with TMZ is tumor-treating fields (TTF): delivery of low-intensity alternating electric fields to the scalp.",
                                      "clean_text": "Another therapeutic modality which can increase survival when administered concurrently with TMZ is tumor-treating fields (TTF): delivery of low-intensity alternating electric fields to the scalp.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 35,
                              "item_id": 35,
                              "project_country_id": null,
                              "text": "T<a href=\"javascript:void(0);\" id=\"400\" class=\"\">reatment of glioblastoma typically begins with surgical resection,</a> where possible, but surgery alone is not curative, and treatment frequently also includes chemotherapy and radiation therapy.&nbsp;<br>",
                              "clean_text": "Treatment of glioblastoma typically begins with surgical resection, where possible, but surgery alone is not curative, and treatment frequently also includes chemotherapy and radiation therapy.&nbsp;",
                              "updated_at": "2023-06-13T16:33:20.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [
                                  {
                                      "id": 416,
                                      "item_content_id": 35,
                                      "project_tag_id": 22,
                                      "user_id": 72,
                                      "project_tag": {
                                          "id": 22,
                                          "project_id": 1,
                                          "text": "Strategic Imperative 2",
                                          "style": "moonstone",
                                          "is_strategic_imperative": 0,
                                          "description": null,
                                          "created_at": "2023-04-24T12:39:58.000000Z",
                                          "updated_at": "2023-04-24T12:39:58.000000Z",
                                          "deleted_at": null
                                      }
                                  }
                              ],
                              "reference_groups": [
                                  {
                                      "id": 400,
                                      "user_id": 1,
                                      "item_content_id": 35,
                                      "created_at": "2022-10-18T14:21:35.000000Z",
                                      "updated_at": "2022-10-18T14:21:35.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 453,
                                              "attachment_id": 733,
                                              "reference_group_id": 400,
                                              "user_id": 1,
                                              "pos": 424,
                                              "created_at": "2021-11-02T16:20:13.000000Z",
                                              "updated_at": "2021-11-02T16:20:13.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158595,
                                                      "attachment_id": 733,
                                                      "reference_id": 453,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[149.99612771739,578.24694293478,514.10374384341,566.93824728261],[149.99612771739,565.58702445652,484.66901112432,555.60876358696],[149.99612771739,566.25224184783,484.66901112432,554.94354619565],[149.99612771739,553.58192934783,506.06023267663,543.60366847826],[149.99612771739,554.24714673913,506.06023267663,542.93845108696],[149.99612771739,541.58722826087,493.83954282014,531.6089673913],[149.99612771739,542.25244565217,493.83954282014,530.94375],[149.99612771739,529.58213315217,511.88608186141,519.60387228261],[149.99612771739,530.24735054348,511.88608186141,518.9386548913],[149.99612771739,517.58743206522,166.94293053668,507.60917119565],[149.99612771739,518.25264945652,166.94293053668,506.94395380435],[166.93838315217,518.04476902174,189.70989831012,508.06650815217],[166.93838315217,519.37520380435,189.70989831012,507.40129076087],[189.70129076087,517.58743206522,496.8897821841,507.60917119565],[189.70129076087,518.25264945652,496.8897821841,506.94395380435],[149.99612771739,505.58233695652,459.6684655231,495.60407608696],[149.99612771739,506.24755434783,459.6684655231,494.93885869565],[149.99612771739,493.58763586957,511.59131390115,483.609375],[149.99612771739,494.25285326087,511.59131390115,482.9441576087],[149.99612771739,481.58254076087,519.65788680367,471.6042798913],[149.99612771739,482.24775815217,519.65788680367,470.9390625],[149.99612771739,469.58783967391,492.26054475204,459.60957880435],[149.99612771739,470.25305706522,492.26054475204,458.94436141304],[149.99612771739,457.58274456522,513.83723462976,447.60448369565],[149.99612771739,458.24796195652,513.83723462976,446.93926630435],[149.99612771739,445.58804347826,521.03103451936,435.6097826087],[149.99612771739,446.25326086957,521.03103451936,434.94456521739],[149.99612771739,433.58294836957,497.44634956692,423.6046875],[149.99612771739,434.24816576087,497.44634956692,422.9394701087],[149.99612771739,422.25346467391,262.45660081946,410.94476902174]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 1,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228255,
                                                      "updated_at_unix": 1688228255,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 733,
                                                  "name": "Aguilar_2012_Curr Treat Options Oncol",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/60e4af2b50740.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-07-06T19:29:47.000000Z",
                                                  "updated_at": "2021-07-06T19:29:47.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 2,
                                                  "created_at_formatted": "07/06/2021 19:07",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 41,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 1,
                      "status": "pending",
                      "parent_id": 34,
                      "revisions_count": 1,
                      "prefix": "2.2",
                      "children": [
                          {
                              "id": 42,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 41,
                              "revisions_count": 1,
                              "prefix": "2.2.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 42,
                                      "item_id": 42,
                                      "project_country_id": null,
                                      "text": "The current mainstay of treatment involves maximally safe surgical resection followed by radiotherapy with concomitant temozolomide chemotherapy over a 6-week period followed by temozolomide maintenance.",
                                      "clean_text": "The current mainstay of treatment involves maximally safe surgical resection followed by radiotherapy with concomitant temozolomide chemotherapy over a 6-week period followed by temozolomide maintenance.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 44,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 41,
                              "revisions_count": 1,
                              "prefix": "2.2.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 44,
                                      "item_id": 44,
                                      "project_country_id": null,
                                      "text": "The goal of maximal resection surgery is to improve survival while preserving neurological function. Surveillance, Epidemiology, and End Results data suggest that, when compared to biopsy or non-surgical intervention, gross total resection and subtotal resection is correlated with improved survival for patients with glioblastoma.",
                                      "clean_text": "The goal of maximal resection surgery is to improve survival while preserving neurological function. Surveillance, Epidemiology, and End Results data suggest that, when compared to biopsy or non-surgical intervention, gross total resection and subtotal resection is correlated with improved survival for patients with glioblastoma.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 45,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 41,
                              "revisions_count": 1,
                              "prefix": "2.2.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 45,
                                      "item_id": 45,
                                      "project_country_id": null,
                                      "text": "Post-operative radiotherapy aims to deliver radiation at a dose of 50-60 Gy to the tumor and to a margin of radiographically normal tissue to prevent recurrence.",
                                      "clean_text": "Post-operative radiotherapy aims to deliver radiation at a dose of 50-60 Gy to the tumor and to a margin of radiographically normal tissue to prevent recurrence.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 46,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 41,
                              "revisions_count": 1,
                              "prefix": "2.2.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 46,
                                      "item_id": 46,
                                      "project_country_id": null,
                                      "text": "The National Comprehensive Cancer Network (NCCN) guidelines recommend hypo-fractionated radiotherapy in patients with poor performance status, aged >70 years or with methylated MGMT status (with or without chemotherapy).",
                                      "clean_text": "The National Comprehensive Cancer Network (NCCN) guidelines recommend hypo-fractionated radiotherapy in patients with poor performance status, aged >70 years or with methylated MGMT status (with or without chemotherapy).",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 47,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 4,
                              "status": "pending",
                              "parent_id": 41,
                              "revisions_count": 1,
                              "prefix": "2.2.5",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 47,
                                      "item_id": 47,
                                      "project_country_id": null,
                                      "text": "Patients’ response to TMZ therapy varies, with many types of glioblastoma being resistant to this type of chemotherapeutic therapy.1 Resistance to TMZ is typically driven by upregulated DNA repair mechanisms and glioblastoma stem-like cells that exhibit a sustained ability to proliferate and differentiate in the presence of TMZ.",
                                      "clean_text": "Patients’ response to TMZ therapy varies, with many types of glioblastoma being resistant to this type of chemotherapeutic therapy.1 Resistance to TMZ is typically driven by upregulated DNA repair mechanisms and glioblastoma stem-like cells that exhibit a sustained ability to proliferate and differentiate in the presence of TMZ.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 41,
                              "item_id": 41,
                              "project_country_id": null,
                              "text": "The current SOC for glioblastoma includes maximal resection surgery, radiation, and TMZ therapy—with TMZ and radiation being commenced within 30 days post-surgery.",
                              "clean_text": "The current SOC for glioblastoma includes maximal resection surgery, radiation, and TMZ therapy—with TMZ and radiation being commenced within 30 days post-surgery.",
                              "updated_at": "2023-06-13T16:33:21.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": []
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 48,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 2,
                      "status": "pending",
                      "parent_id": 34,
                      "revisions_count": 1,
                      "prefix": "2.3",
                      "children": [
                          {
                              "id": 49,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 48,
                              "revisions_count": 1,
                              "prefix": "2.3.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 49,
                                      "item_id": 49,
                                      "project_country_id": null,
                                      "text": "NCCN guidelines recommend encouraging patients who are unable to receive the SOC and are eligible for clinical trials to join relevant glioblastoma trials.",
                                      "clean_text": "NCCN guidelines recommend encouraging patients who are unable to receive the SOC and are eligible for clinical trials to join relevant glioblastoma trials.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 50,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 48,
                              "revisions_count": 1,
                              "prefix": "2.3.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 50,
                                      "item_id": 50,
                                      "project_country_id": null,
                                      "text": "The dysregulation of cell signaling in glioblastoma has driven the development of therapies that target specific signaling pathways including tumor protein P53, retinoblastoma tumor suppressor and receptor tyrosine kinase.",
                                      "clean_text": "The dysregulation of cell signaling in glioblastoma has driven the development of therapies that target specific signaling pathways including tumor protein P53, retinoblastoma tumor suppressor and receptor tyrosine kinase.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 51,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 48,
                              "revisions_count": 2,
                              "prefix": "2.3.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 51,
                                      "item_id": 51,
                                      "project_country_id": null,
                                      "text": "Glioblastomas are a highly vascularized tumors that expresses large amounts of vascular endothelial growth factor (VEGF). Bevacizumab, a humanized monoclonal antibody to VEGF, improved progression-free survival (PFS) in phase 2 studies but failed to improve overall survival (OS) in phase 3 trials.",
                                      "clean_text": "Glioblastomas are a highly vascularized tumors that expresses large amounts of vascular endothelial growth factor (VEGF). Bevacizumab, a humanized monoclonal antibody to VEGF, improved progression-free survival (PFS) in phase 2 studies but failed to improve overall survival (OS) in phase 3 trials.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 52,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 48,
                              "revisions_count": 2,
                              "prefix": "2.3.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 52,
                                      "item_id": 52,
                                      "project_country_id": null,
                                      "text": "Vaccines targeting glioblastoma are an active form of immunotherapy that have been explored recently. Epidermal growth factor receptor vIII, heat shock protein, and any other tumor-derived antigens are typically loaded into dendritic cells to promote an immune response against glioblastoma.",
                                      "clean_text": "Vaccines targeting glioblastoma are an active form of immunotherapy that have been explored recently. Epidermal growth factor receptor vIII, heat shock protein, and any other tumor-derived antigens are typically loaded into dendritic cells to promote an immune response against glioblastoma.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 48,
                              "item_id": 48,
                              "project_country_id": null,
                              "text": "Given the invasive nature of glioblastoma, the SOC does not effectively mitigate the risk of poor survival outcomes; however, novel therapies are under investigation to address this unmet need",
                              "clean_text": "Given the invasive nature of glioblastoma, the SOC does not effectively mitigate the risk of poor survival outcomes; however, novel therapies are under investigation to address this unmet need",
                              "updated_at": "2023-06-13T16:33:21.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": []
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  }
              ],
              "section": {
                  "id": 9,
                  "name": "Pillar",
                  "description": null,
                  "pos": 0,
                  "project_id": 1,
                  "parent_id": null,
                  "children": [
                      {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      }
                  ]
              },
              "subscription": null,
              "contents": [
                  {
                      "id": 34,
                      "item_id": 34,
                      "project_country_id": null,
                      "text": "Glioblastoma treatment landscape and unmet needs",
                      "clean_text": "Glioblastoma treatment landscape and unmet needs",
                      "updated_at": "2023-06-13T16:33:20.000000Z",
                      "commentsCount": 0,
                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                      "comments": [],
                      "item_content_attachments": [],
                      "subscription": null,
                      "project_country": null,
                      "tags": [],
                      "reference_groups": []
                  }
              ],
              "veeva_item": null,
              "veeva_item_notes": [],
              "subscriptions": []
          },
          {
              "id": 53,
              "title": "Notrealgliovax mechanism of action",
              "section_id": 9,
              "user_id": 1,
              "pos": 2,
              "status": "pending",
              "parent_id": null,
              "revisions_count": 1,
              "prefix": "3",
              "children": [
                  {
                      "id": 58,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 0,
                      "status": "pending",
                      "parent_id": 53,
                      "revisions_count": 2,
                      "prefix": "3.1",
                      "children": [
                          {
                              "id": 59,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 58,
                              "revisions_count": 1,
                              "prefix": "3.1.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 59,
                                      "item_id": 59,
                                      "project_country_id": null,
                                      "text": "The migration of vaccines to the lymph nodes is critical for inducing immune responses in patients with glioblastoma.",
                                      "clean_text": "The migration of vaccines to the lymph nodes is critical for inducing immune responses in patients with glioblastoma.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 60,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 58,
                              "revisions_count": 1,
                              "prefix": "3.1.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 60,
                                      "item_id": 60,
                                      "project_country_id": null,
                                      "text": "Dendritic cell vaccines typically are limited in their ability to migrate to the lymph nodes, which may inhibit their efficacy.",
                                      "clean_text": "Dendritic cell vaccines typically are limited in their ability to migrate to the lymph nodes, which may inhibit their efficacy.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 61,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 58,
                              "revisions_count": 1,
                              "prefix": "3.1.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 61,
                                      "item_id": 61,
                                      "project_country_id": null,
                                      "text": "Unlike dendritic cell vaccines, notrealgliovax administration elicits an increase in adenosine triphosphate which enhances its migration from the injection site to the lymph nodes.",
                                      "clean_text": "Unlike dendritic cell vaccines, notrealgliovax administration elicits an increase in adenosine triphosphate which enhances its migration from the injection site to the lymph nodes.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 58,
                              "item_id": 58,
                              "project_country_id": null,
                              "text": "<p><a href=\"javascript:void(0);\" id=\"2580\" class=\"\">Notrealgliovax readily migrates to the lymph nodes, which is critical for inducing an immune response&nbsp;against the glioblastoma.</a></p>",
                              "clean_text": "Notrealgliovax readily migrates to the lymph nodes, which is critical for inducing an immune response&nbsp;against the glioblastoma.",
                              "updated_at": "2023-06-13T16:33:21.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [
                                  {
                                      "id": 122,
                                      "item_content_id": 58,
                                      "attachment_id": 1811,
                                      "user_id": 72,
                                      "pos": 0,
                                      "created_at": "2023-03-15T13:58:49.000000Z",
                                      "updated_at": "2023-03-15T13:58:49.000000Z",
                                      "deleted_at": null,
                                      "attachment": {
                                          "id": 1811,
                                          "name": "image",
                                          "user_id": 72,
                                          "project_id": 1,
                                          "file": "https://sf.polarix.io/6411cf17e1a65.jpg",
                                          "type": "image",
                                          "is_reference": 0,
                                          "contents": null,
                                          "pin": 0,
                                          "veeva_document_id": null,
                                          "initial_veeva_sync": 0,
                                          "created_at": "2023-03-15T13:58:48.000000Z",
                                          "updated_at": "2023-03-15T13:58:48.000000Z",
                                          "deleted_at": null,
                                          "reference_uses": 0,
                                          "created_at_formatted": "03/15/2023 13:03",
                                          "veeva_document": null
                                      }
                                  }
                              ],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": [
                                  {
                                      "id": 2580,
                                      "user_id": 72,
                                      "item_content_id": 58,
                                      "created_at": "2023-03-15T13:59:55.000000Z",
                                      "updated_at": "2023-03-15T13:59:55.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 5702,
                                              "attachment_id": 1,
                                              "reference_group_id": 2580,
                                              "user_id": 72,
                                              "pos": 5497,
                                              "created_at": "2023-03-15T13:59:56.000000Z",
                                              "updated_at": "2023-03-15T13:59:56.000000Z",
                                              "deleted_at": null,
                                              "old": false,
                                              "annotations": [
                                                  {
                                                      "id": 147913,
                                                      "attachment_id": 1,
                                                      "reference_id": 5702,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": "commenting",
                                                      "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                      "source": "attachment-1",
                                                      "quadPoints": "[311.3333333333333,639,556,639,311.3333333333333,629,556,629,303.3333333333333,628.3333333333334,382.6666666666667,628.3333333333334,303.3333333333333,618.3333333333334,382.6666666666667,618.3333333333334]",
                                                      "inkList": null,
                                                      "subtype": "highlight",
                                                      "opacity": 1,
                                                      "strokeColor": "#F8D147",
                                                      "strokeWidth": null,
                                                      "nodeIndex": 0,
                                                      "page": 0,
                                                      "top": 303.33333333333,
                                                      "right": 618.33333333333,
                                                      "bottom": 556,
                                                      "left": 639,
                                                      "created_at_unix": 1678888796,
                                                      "updated_at_unix": 1678888796,
                                                      "user": {
                                                          "name": "Annika Voss",
                                                          "user_id": 72,
                                                          "annotation_id": 147913,
                                                          "app": "polarix"
                                                      }
                                                  },
                                                  {
                                                      "id": 147914,
                                                      "attachment_id": 1,
                                                      "reference_id": 5702,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": "commenting",
                                                      "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                      "source": "attachment-1",
                                                      "quadPoints": "[314.6666666666667,284.3333333333333,548.6666666666666,284.3333333333333,314.6666666666667,274.3333333333333,548.6666666666666,274.3333333333333,548.6666666666666,284.3333333333333,551.3333333333334,284.3333333333333,548.6666666666666,277.6666666666667,551.3333333333334,277.6666666666667,551.3333333333334,284.3333333333333,554,284.3333333333333,551.3333333333334,274.3333333333333,554,274.3333333333333,306,273,554.6666666666666,273,306,263,554.6666666666666,263,306,262.33333333333337,555.3333333333334,262.33333333333337,306,252.33333333333337,555.3333333333334,252.33333333333337,306,251,555.3333333333334,251,306,241,555.3333333333334,241,306,240.33333333333337,548.6666666666666,240.33333333333337,306,230.33333333333337,548.6666666666666,230.33333333333337,548.6666666666666,240.33333333333337,551.3333333333334,240.33333333333337,548.6666666666666,230.33333333333337,551.3333333333334,230.33333333333337,306,229,555.3333333333334,229,306,219,555.3333333333334,219,306,218.33333333333337,478.6666666666667,218.33333333333337,306,208.33333333333337,478.6666666666667,208.33333333333337,478.6666666666667,218.33333333333337,551.3333333333334,218.33333333333337,478.6666666666667,208.33333333333337,551.3333333333334,208.33333333333337,306,207,390,207,306,197,390,197,390,207,402.6666666666667,207,390,197,402.6666666666667,197]",
                                                      "inkList": null,
                                                      "subtype": "highlight",
                                                      "opacity": 1,
                                                      "strokeColor": "#F8D147",
                                                      "strokeWidth": null,
                                                      "nodeIndex": 0,
                                                      "page": 0,
                                                      "top": 306,
                                                      "right": 197,
                                                      "bottom": 555.33333333333,
                                                      "left": 284.33333333333,
                                                      "created_at_unix": 1678888796,
                                                      "updated_at_unix": 1678888796,
                                                      "user": {
                                                          "name": "Annika Voss",
                                                          "user_id": 72,
                                                          "annotation_id": 147914,
                                                          "app": "polarix"
                                                      }
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 1,
                                                  "name": "Davis 2020",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/60913764689bd.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:36.000000Z",
                                                  "updated_at": "2021-05-04T12:00:36.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 8,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 54,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 1,
                      "status": "pending",
                      "parent_id": 53,
                      "revisions_count": 4,
                      "prefix": "3.2",
                      "children": [
                          {
                              "id": 55,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 54,
                              "revisions_count": 3,
                              "prefix": "3.2.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 55,
                                      "item_id": 55,
                                      "project_country_id": null,
                                      "text": "Microglia cells are the resident immune cells of the brain. They survey the CNS environment and respond to pathogens, toxins, and tumors by presenting antigens required for a complete antigen-specific CD T-cell response in the brain",
                                      "clean_text": "Microglia cells are the resident immune cells of the brain. They survey the CNS environment and respond to pathogens, toxins, and tumors by presenting antigens required for a complete antigen-specific CD T-cell response in the brain",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 56,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 54,
                              "revisions_count": 2,
                              "prefix": "3.2.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 56,
                                      "item_id": 56,
                                      "project_country_id": null,
                                      "text": "Notrealgliovax is developed by isolating microglia cells from patients with glioblastoma, loading the cells with tumor antigens, culturing the loaded microglial cells with cytokines to induce maturation and reinjecting the cells back into the patient to elicit an <a href=\"javascript:void(0);\" id=\"360\" class=\"fresh animate__animated animate__fadeIn\">immune response against the tumor cells</a>",
                                      "clean_text": "Notrealgliovax is developed by isolating microglia cells from patients with glioblastoma, loading the cells with tumor antigens, culturing the loaded microglial cells with cytokines to induce maturation and reinjecting the cells back into the patient to elicit an immune response against the tumor cells",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 360,
                                              "user_id": 1,
                                              "item_content_id": 56,
                                              "created_at": "2022-10-18T14:21:35.000000Z",
                                              "updated_at": "2022-10-18T14:21:35.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 403,
                                                      "attachment_id": 1,
                                                      "reference_group_id": 360,
                                                      "user_id": 1,
                                                      "pos": 376,
                                                      "created_at": "2021-07-08T10:42:40.000000Z",
                                                      "updated_at": "2021-07-08T10:42:40.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158583,
                                                              "attachment_id": 1,
                                                              "reference_id": 403,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[42.496875,529.48125,293.45002441406,519.88125],[42.496875,517.884375,294.30963134766,509.484375],[42.496875,518.484375,294.30424804688,508.884375],[42.496875,506.8875,91.679992675781,498.4875],[42.496875,507.4875,91.6787109375,497.8875],[91.678125,507.028125,94.6875,501.628125],[91.678125,507.628125,94.68134765625,501.628125],[94.828125,506.878125,293.6197265625,498.478125],[94.828125,507.478125,293.61848144531,497.878125],[42.496875,495.88125,120.96163330078,487.48125],[42.496875,496.48125,120.96038818359,486.88125],[120.95625,496.03125,123.965625,490.63125],[120.95625,496.63125,123.95947265625,490.63125],[124.10625,495.88125,295.28913574219,487.48125],[124.10625,496.48125,295.28349609375,486.88125],[42.496875,484.884375,293.96938476563,476.484375],[42.496875,485.484375,293.96938476563,475.884375],[42.496875,473.8875,294.5138671875,465.4875],[42.496875,474.4875,294.50910644531,464.8875],[42.496875,462.88125,294.76201171875,454.48125],[42.496875,463.48125,294.75476074219,453.88125],[42.496875,451.884375,291.01197509766,443.484375],[42.496875,452.484375,291.01135253906,442.884375],[42.496875,440.8875,200.46782226563,432.4875],[42.496875,441.4875,200.46086425781,431.8875],[200.446875,441.028125,203.45625,435.628125],[200.446875,441.628125,203.45009765625,435.628125],[203.596875,440.878125,293.25549316406,432.478125],[203.596875,441.478125,293.25487060547,431.878125],[42.496875,429.88125,115.72877197266,421.48125],[42.496875,430.48125,115.72437744141,420.88125],[115.715625,430.03125,118.725,424.63125],[115.715625,430.63125,118.71884765625,424.63125],[118.875,429.88125,220.13195800781,421.48125],[118.875,430.48125,220.12697753906,420.88125],[218.56875,429.88125,293.60925292969,421.48125],[218.56875,430.48125,293.60676269531,420.88125],[42.4875,418.884375,119.97421875,410.484375],[42.4875,419.484375,119.96499023438,409.884375],[119.971875,418.884375,293.92888183594,410.484375],[119.971875,419.484375,293.92437744141,409.884375],[42.4875,407.8875,81.22119140625,399.4875],[42.4875,408.4875,81.213500976563,398.8875],[81.215625,407.8875,293.66359863281,399.4875],[81.215625,408.4875,293.65612792969,398.8875],[42.4875,396.88125,102.71022949219,388.48125],[42.4875,397.48125,102.70151367188,387.88125],[101.859375,397.48125,104.1931640625,387.88125]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 0,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228252,
                                                              "updated_at_unix": 1688228252,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 1,
                                                          "name": "Davis 2020",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764689bd.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 8,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 57,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 54,
                              "revisions_count": 1,
                              "prefix": "3.2.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 57,
                                      "item_id": 57,
                                      "project_country_id": null,
                                      "text": "In addition to the promotion of a CD8 T-cell response in the brain, notrealgliovax has been shown to modulate the immune microenvironment in patients with glioblastoma by inhibiting tumor-induced immunosuppression.",
                                      "clean_text": "In addition to the promotion of a CD8 T-cell response in the brain, notrealgliovax has been shown to modulate the immune microenvironment in patients with glioblastoma by inhibiting tumor-induced immunosuppression.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 54,
                              "item_id": 54,
                              "project_country_id": null,
                              "text": "Notrealgliovax is a <a href=\"javascript:void(0);\" id=\"359\" class=\"\">microglial cell vaccine</a> developed to promote a cluster of differentiation 8 (CD8) T-cell mediated<a href=\"javascript:void(0);\" id=\"451\" class=\"fresh animate__animated animate__fadeIn\"> immune response in patients with </a>glioblastoma.",
                              "clean_text": "Notrealgliovax is a microglial cell vaccine developed to promote a cluster of differentiation 8 (CD8) T-cell mediated immune response in patients with glioblastoma.",
                              "updated_at": "2023-06-13T16:33:21.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [
                                  {
                                      "id": 1,
                                      "item_content_id": 54,
                                      "attachment_id": 732,
                                      "user_id": 1,
                                      "pos": 0,
                                      "created_at": "2022-10-18T14:21:23.000000Z",
                                      "updated_at": "2022-10-18T14:21:23.000000Z",
                                      "deleted_at": null,
                                      "attachment": {
                                          "id": 732,
                                          "name": "Figure 1",
                                          "user_id": 1,
                                          "project_id": 1,
                                          "file": "https://sf.polarix.io/60e4ad85bc7b4.jpg",
                                          "type": "image",
                                          "is_reference": 0,
                                          "contents": null,
                                          "pin": 0,
                                          "veeva_document_id": null,
                                          "initial_veeva_sync": 0,
                                          "created_at": "2021-07-06T19:22:45.000000Z",
                                          "updated_at": "2021-07-06T19:22:45.000000Z",
                                          "deleted_at": null,
                                          "reference_uses": 0,
                                          "created_at_formatted": "07/06/2021 19:07",
                                          "veeva_document": null
                                      }
                                  }
                              ],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": [
                                  {
                                      "id": 359,
                                      "user_id": 1,
                                      "item_content_id": 54,
                                      "created_at": "2022-10-18T14:21:35.000000Z",
                                      "updated_at": "2022-10-18T14:21:35.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 401,
                                              "attachment_id": 2,
                                              "reference_group_id": 359,
                                              "user_id": 1,
                                              "pos": 375,
                                              "created_at": "2021-07-06T19:25:34.000000Z",
                                              "updated_at": "2021-07-06T19:25:34.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158582,
                                                      "attachment_id": 2,
                                                      "reference_id": 401,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[70.857543103448,704.58943965517,306.74106192753,695.03081896552],[70.857543103448,692.90786637931,283.91323747306,684.71476293103],[70.857543103448,693.590625,283.90748669855,684.03200431034],[283.93157327586,693.04655172414,286.97198275862,687.58448275862],[283.93157327586,693.72931034483,286.96931573276,687.58448275862],[287.08933189655,692.89719827586,307.05877138335,684.70409482759],[287.08933189655,693.57995689655,307.05585432381,684.0213362069],[70.857543103448,681.89838362069,307.12653050916,673.70528017241],[70.857543103448,682.58114224138,307.12353010506,673.02252155172],[70.857543103448,670.89956896552,148.53054578058,662.70646551724],[70.857543103448,671.58232758621,148.53054578058,662.02370689655],[148.53200431034,671.04892241379,151.5724137931,665.58685344828],[148.53200431034,671.73168103448,151.56974676724,665.58685344828],[151.68976293103,670.89956896552,302.8470374798,662.70646551724],[151.68976293103,671.58232758621,302.83678609914,662.02370689655],[302.03534482759,670.89956896552,304.76637931034,662.70646551724],[302.03534482759,671.58232758621,304.76371228448,662.02370689655],[70.868211206897,660.58351293103,304.88006128772,651.02489224138]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 1,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228252,
                                                      "updated_at_unix": 1688228252,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 2,
                                                  "name": "Grech 2020 Cureus",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/60913764ab5e8.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:36.000000Z",
                                                  "updated_at": "2021-05-04T12:00:36.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 6,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  },
                                  {
                                      "id": 451,
                                      "user_id": 1,
                                      "item_content_id": 54,
                                      "created_at": "2022-10-18T14:21:36.000000Z",
                                      "updated_at": "2022-10-18T14:21:36.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 495,
                                              "attachment_id": 10,
                                              "reference_group_id": 451,
                                              "user_id": 1,
                                              "pos": 447,
                                              "created_at": "2022-01-24T16:43:02.000000Z",
                                              "updated_at": "2022-01-24T16:43:02.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158598,
                                                      "attachment_id": 10,
                                                      "reference_id": 495,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[70.857817524116,715.53436495177,307.82929075186,705.98452572347],[70.857817524116,703.90544614148,306.74638499171,695.62891881029],[70.857817524116,704.54210209003,306.74133340032,694.99226286174],[70.857817524116,692.90323553055,283.91179301271,684.62670819936],[70.857817524116,693.5398914791,283.9077517396,683.9900522508],[283.92865755627,693.05245176849,287.12188504823,687.32254823151],[283.92865755627,693.68910771704,287.11535683782,687.32254823151],[287.08209405145,692.90323553055,307.05872877311,684.62670819936],[287.08209405145,693.5398914791,307.04858673194,683.9900522508],[70.857817524116,681.90102491961,307.13411405999,673.62449758842],[70.857817524116,682.53768086817,307.12381658523,672.98784163987],[70.857817524116,670.89881430868,148.53905268727,662.62228697749],[70.857817524116,671.53547025723,148.53081470747,661.98563102894],[148.52984324759,671.04803054662,151.72307073955,665.31812700965],[148.52984324759,671.68468649518,151.71654252914,665.31812700965],[151.68327974277,670.89881430868,302.83062449759,662.62228697749],[151.68327974277,671.53547025723,302.83027477203,661.98563102894],[302.03356109325,670.89881430868,304.79903536977,662.62228697749],[302.03356109325,671.53547025723,304.7897093549,661.98563102894],[70.867765273312,660.5332596463,304.87954996483,650.98342041801]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 1,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228255,
                                                      "updated_at_unix": 1688228255,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 10,
                                                  "name": "Oronsky 2020 Front Oncol",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/609137668f6d7.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:38.000000Z",
                                                  "updated_at": "2021-05-04T12:00:38.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 2,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  }
              ],
              "section": {
                  "id": 9,
                  "name": "Pillar",
                  "description": null,
                  "pos": 0,
                  "project_id": 1,
                  "parent_id": null,
                  "children": [
                      {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      }
                  ]
              },
              "subscription": null,
              "contents": [
                  {
                      "id": 53,
                      "item_id": 53,
                      "project_country_id": null,
                      "text": "Notrealgliovax mechanism of action",
                      "clean_text": "Notrealgliovax mechanism of action",
                      "updated_at": "2023-06-13T16:33:21.000000Z",
                      "commentsCount": 0,
                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                      "comments": [],
                      "item_content_attachments": [],
                      "subscription": null,
                      "project_country": null,
                      "tags": [],
                      "reference_groups": []
                  }
              ],
              "veeva_item": null,
              "veeva_item_notes": [],
              "subscriptions": []
          },
          {
              "id": 62,
              "title": "Notrealgliovax clinical efficacy in glioblastoma",
              "section_id": 9,
              "user_id": 1,
              "pos": 3,
              "status": "pending",
              "parent_id": null,
              "revisions_count": 1,
              "prefix": "4",
              "children": [
                  {
                      "id": 63,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 0,
                      "status": "pending",
                      "parent_id": 62,
                      "revisions_count": 1,
                      "prefix": "4.1",
                      "children": [
                          {
                              "id": 64,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 63,
                              "revisions_count": 1,
                              "prefix": "4.1.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 64,
                                      "item_id": 64,
                                      "project_country_id": null,
                                      "text": "In a randomized, controlled phase 3 trial in 123 adult patients with glioblastoma, notrealgliovax administration resulted in CR rates of 70% and a 4-year OS rate of 65%.",
                                      "clean_text": "In a randomized, controlled phase 3 trial in 123 adult patients with glioblastoma, notrealgliovax administration resulted in CR rates of 70% and a 4-year OS rate of 65%.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 65,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 63,
                              "revisions_count": 1,
                              "prefix": "4.1.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 65,
                                      "item_id": 65,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"2579\" class=\"\">In pediatric patients with glioblastoma, notrealgliovax achieved a CR rate of 80% 6 months after administration and a 4-year OS rate of 70%.</a>",
                                      "clean_text": "In pediatric patients with glioblastoma, notrealgliovax achieved a CR rate of 80% 6 months after administration and a 4-year OS rate of 70%.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 2579,
                                              "user_id": 72,
                                              "item_content_id": 65,
                                              "created_at": "2023-03-15T11:04:04.000000Z",
                                              "updated_at": "2023-03-15T11:04:04.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 5701,
                                                      "attachment_id": 1,
                                                      "reference_group_id": 2579,
                                                      "user_id": 72,
                                                      "pos": 5496,
                                                      "created_at": "2023-03-15T11:04:05.000000Z",
                                                      "updated_at": "2023-03-15T11:04:05.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 147912,
                                                              "attachment_id": 1,
                                                              "reference_id": 5701,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-1",
                                                              "quadPoints": "[311.3333333333333,606.3333333333334,554,606.3333333333334,311.3333333333333,596.3333333333334,554,596.3333333333334,311.3333333333333,595,554.6666666666666,595,311.3333333333333,585,554.6666666666666,585,311.3333333333333,584.3333333333334,347.3333333333333,584.3333333333334,311.3333333333333,574.3333333333334,347.3333333333333,574.3333333333334]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 0,
                                                              "page": 0,
                                                              "top": 311.33333333333,
                                                              "right": 574.33333333333,
                                                              "bottom": 554.66666666667,
                                                              "left": 606.33333333333,
                                                              "created_at_unix": 1678878245,
                                                              "updated_at_unix": 1678878245,
                                                              "user": {
                                                                  "name": "Annika Voss",
                                                                  "user_id": 72,
                                                                  "annotation_id": 147912,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 1,
                                                          "name": "Davis 2020",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764689bd.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 8,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 66,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 63,
                              "revisions_count": 1,
                              "prefix": "4.1.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 66,
                                      "item_id": 66,
                                      "project_country_id": null,
                                      "text": "Median overall survival (mOS) for pediatric and adult patients following notrealgliovax treatment was 36 and 42 months.",
                                      "clean_text": "Median overall survival (mOS) for pediatric and adult patients following notrealgliovax treatment was 36 and 42 months.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 63,
                              "item_id": 63,
                              "project_country_id": null,
                              "text": "Notrealgliovax improved complete response (CR) and overall survival (OS) rates in patients with newly diagnosed glioblastoma.",
                              "clean_text": "Notrealgliovax improved complete response (CR) and overall survival (OS) rates in patients with newly diagnosed glioblastoma.",
                              "updated_at": "2023-06-13T16:33:21.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": []
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 67,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 1,
                      "status": "pending",
                      "parent_id": 62,
                      "revisions_count": 1,
                      "prefix": "4.2",
                      "children": [
                          {
                              "id": 68,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 67,
                              "revisions_count": 2,
                              "prefix": "4.2.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 68,
                                      "item_id": 68,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"361\" class=\"fresh animate__animated animate__fadeIn\">Adult patients with recurrent glioblastoma were reported to achieve a 3-year OS rate of 71% following notrealgliovax treatment</a>.",
                                      "clean_text": "Adult patients with recurrent glioblastoma were reported to achieve a 3-year OS rate of 71% following notrealgliovax treatment.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 361,
                                              "user_id": 1,
                                              "item_content_id": 68,
                                              "created_at": "2022-10-18T14:21:35.000000Z",
                                              "updated_at": "2022-10-18T14:21:35.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 404,
                                                      "attachment_id": 2,
                                                      "reference_group_id": 361,
                                                      "user_id": 1,
                                                      "pos": 377,
                                                      "created_at": "2021-07-08T11:01:47.000000Z",
                                                      "updated_at": "2021-07-08T11:01:47.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158584,
                                                              "attachment_id": 2,
                                                              "reference_id": 404,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[314.49375,373.490625,554.237109375,363.890625],[306,361.89375,449.36953125,353.49375],[306,362.49375,449.36953125,352.89375],[449.3625,362.034375,452.371875,356.634375],[449.3625,362.634375,452.36572265625,356.634375],[452.5125,361.884375,554.58947753906,353.484375],[452.5125,362.484375,554.58046875,352.884375],[305.990625,350.8875,556.5638671875,342.4875],[305.990625,351.4875,556.56123046875,341.8875],[305.990625,339.88125,372.181640625,331.48125],[305.990625,340.48125,372.17592773438,330.88125],[372.178125,340.03125,375.1875,334.63125],[372.178125,340.63125,375.18134765625,334.63125],[375.328125,339.88125,553.9353515625,331.48125],[375.328125,340.48125,553.92583007813,330.88125],[306,328.884375,554.43046875,320.484375],[306,329.484375,554.42783203125,319.884375],[306,317.8875,554.80869140625,309.4875],[306,318.4875,554.80092773438,308.8875],[306,306.88125,553.75078125,298.48125],[306,307.48125,553.74946289063,297.88125],[306,296.484375,450.11748046875,286.884375]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 0,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228252,
                                                              "updated_at_unix": 1688228252,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 2,
                                                          "name": "Grech 2020 Cureus",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764ab5e8.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 6,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 69,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 67,
                              "revisions_count": 1,
                              "prefix": "4.2.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 69,
                                      "item_id": 69,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"2654\" class=\"fresh animate__animated animate__fadeIn\">Treatment with notrealgliovax in recurrent glioblastoma resulted in a mOS of 24 months and estimated median PFS of 8.6 months in patients aged 18-50.</a>",
                                      "clean_text": "Treatment with notrealgliovax in recurrent glioblastoma resulted in a mOS of 24 months and estimated median PFS of 8.6 months in patients aged 18-50.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 2654,
                                              "user_id": 1,
                                              "item_content_id": 69,
                                              "created_at": "2023-03-27T13:59:18.000000Z",
                                              "updated_at": "2023-03-27T13:59:18.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 5848,
                                                      "attachment_id": 1,
                                                      "reference_group_id": 2654,
                                                      "user_id": 1,
                                                      "pos": 5642,
                                                      "created_at": "2023-03-27T13:59:18.000000Z",
                                                      "updated_at": "2023-03-27T13:59:18.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 148076,
                                                              "attachment_id": 1,
                                                              "reference_id": 5848,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-1",
                                                              "quadPoints": "[303.3333333333333,482.3333333333333,549.3333333333334,482.3333333333333,303.3333333333333,472.3333333333333,549.3333333333334,472.3333333333333,548.6666666666666,482.3333333333333,551.3333333333334,482.3333333333333,548.6666666666666,472.3333333333333,551.3333333333334,472.3333333333333,303.3333333333333,471,548.6666666666666,471,303.3333333333333,461,548.6666666666666,461,548.6666666666666,471,551.3333333333334,471,548.6666666666666,461,551.3333333333334,461,303.3333333333333,460.3333333333333,554,460.3333333333333,303.3333333333333,450.3333333333333,554,450.3333333333333,303.3333333333333,449,510.6666666666667,449,303.3333333333333,439,510.6666666666667,439,510.6666666666667,449.6666666666667,514,449.6666666666667,510.6666666666667,443,514,443,514,449,548.6666666666666,449,514,439,548.6666666666666,439,548.6666666666666,449,551.3333333333334,449,548.6666666666666,439,551.3333333333334,439,303.3333333333333,438.3333333333333,548.6666666666666,438.3333333333333,303.3333333333333,428.3333333333333,548.6666666666666,428.3333333333333,548.6666666666666,438.3333333333333,551.3333333333334,438.3333333333333,548.6666666666666,428.3333333333333,551.3333333333334,428.3333333333333,303.3333333333333,427,556,427,303.3333333333333,417,556,417,303.3333333333333,416.3333333333333,554.6666666666666,416.3333333333333,303.3333333333333,406.3333333333333,554.6666666666666,406.3333333333333,303.3333333333333,405,554,405,303.3333333333333,395,554,395,306,394.3333333333333,388.6666666666667,394.3333333333333,306,384.3333333333333,388.6666666666667,384.3333333333333]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 0,
                                                              "page": 0,
                                                              "top": 303.33333333333,
                                                              "right": 384.33333333333,
                                                              "bottom": 556,
                                                              "left": 482.33333333333,
                                                              "created_at_unix": 1679925558,
                                                              "updated_at_unix": 1679925558,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 148076,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 1,
                                                          "name": "Davis 2020",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764689bd.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 8,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 70,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 67,
                              "revisions_count": 1,
                              "prefix": "4.2.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 70,
                                      "item_id": 70,
                                      "project_country_id": null,
                                      "text": "Additional studies are needed to examine the effects of notrealgliovax on recurrent glioblastoma when combined with chemotherapeutic agents or stereotactic radiosurgery.",
                                      "clean_text": "Additional studies are needed to examine the effects of notrealgliovax on recurrent glioblastoma when combined with chemotherapeutic agents or stereotactic radiosurgery.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 67,
                              "item_id": 67,
                              "project_country_id": null,
                              "text": "Notrealgliovax improved survival outcomes in patients with recurrent glioblastoma.",
                              "clean_text": "Notrealgliovax improved survival outcomes in patients with recurrent glioblastoma.",
                              "updated_at": "2023-06-13T16:33:21.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": []
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  }
              ],
              "section": {
                  "id": 9,
                  "name": "Pillar",
                  "description": null,
                  "pos": 0,
                  "project_id": 1,
                  "parent_id": null,
                  "children": [
                      {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      }
                  ]
              },
              "subscription": null,
              "contents": [
                  {
                      "id": 62,
                      "item_id": 62,
                      "project_country_id": null,
                      "text": "Notrealgliovax clinical efficacy in glioblastoma",
                      "clean_text": "Notrealgliovax clinical efficacy in glioblastoma",
                      "updated_at": "2023-06-13T16:33:21.000000Z",
                      "commentsCount": 0,
                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                      "comments": [],
                      "item_content_attachments": [],
                      "subscription": null,
                      "project_country": null,
                      "tags": [],
                      "reference_groups": []
                  }
              ],
              "veeva_item": null,
              "veeva_item_notes": [],
              "subscriptions": []
          },
          {
              "id": 71,
              "title": "Notrealgliovax safety and tolerability in glioblastoma",
              "section_id": 9,
              "user_id": 1,
              "pos": 4,
              "status": "pending",
              "parent_id": null,
              "revisions_count": 1,
              "prefix": "5",
              "children": [
                  {
                      "id": 72,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 0,
                      "status": "pending",
                      "parent_id": 71,
                      "revisions_count": 1,
                      "prefix": "5.1",
                      "children": [
                          {
                              "id": 73,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 72,
                              "revisions_count": 1,
                              "prefix": "5.1.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 73,
                                      "item_id": 73,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"1865\" class=\"fresh animate__animated animate__fadeIn\">One of the primary objectives of the phase 2 trial was to assess the safety and tolerability of notrealgliovax</a>&zwnj; in patients with glioblastoma by evaluating the occurrence of AEs and clinically significant changes in vital signs and laboratory tests.",
                                      "clean_text": "One of the primary objectives of the phase 2 trial was to assess the safety and tolerability of notrealgliovax&zwnj; in patients with glioblastoma by evaluating the occurrence of AEs and clinically significant changes in vital signs and laboratory tests.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 1865,
                                              "user_id": 1,
                                              "item_content_id": 73,
                                              "created_at": "2022-11-10T08:55:57.000000Z",
                                              "updated_at": "2022-11-10T08:55:57.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 4583,
                                                      "attachment_id": 2,
                                                      "reference_group_id": 1865,
                                                      "user_id": 1,
                                                      "pos": 4438,
                                                      "created_at": "2022-11-10T08:55:57.000000Z",
                                                      "updated_at": "2022-11-10T08:55:57.000000Z",
                                                      "deleted_at": null,
                                                      "old": true,
                                                      "annotations": [
                                                          {
                                                              "id": 158601,
                                                              "attachment_id": 2,
                                                              "reference_id": 4583,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": null,
                                                              "stylesheet_value": null,
                                                              "source": null,
                                                              "quadPoints": "[[308.55172264939,607.4430955802,556.0738689771,597.98360655738],[311.50220784315,595.88825263352,554.78635365399,587.38514534372],[311.50220784315,596.44470565045,554.78635365399,586.98521662763],[311.50220784315,584.88986270377,347.65002412818,576.38675541398],[311.50220784315,585.44631572071,347.65002412818,575.98682669789],[302.99912177986,573.89147277403,537.36023621034,565.38836548423],[302.99912177986,574.44792579097,537.36023621034,564.98843676815],[533.8087860036,573.89147277403,553.18672369571,565.38836548423],[533.8087860036,574.44792579097,553.18672369571,564.98843676815],[311.50220784315,562.89308284429,418.11257755896,554.38997555449],[311.50220784315,563.44953586123,418.11257755896,553.99004683841],[416.84331703633,562.89308284429,531.22254775894,554.38997555449],[416.84331703633,563.44953586123,531.22254775894,553.99004683841],[529.94853249758,562.89308284429,549.99790722313,554.38997555449],[529.94853249758,563.44953586123,549.99790722313,553.99004683841],[302.99912177986,551.89469291455,557.0051185197,543.39158562475],[302.99912177986,552.45114593149,557.0051185197,542.99165690867],[311.50220784315,540.8963029848,551.40777216248,532.39319569501],[311.50220784315,541.45275600174,551.40777216248,531.99326697892],[311.50220784315,530.445663202,443.22986697481,520.98617417918]]",
                                                              "inkList": null,
                                                              "subtype": null,
                                                              "opacity": null,
                                                              "strokeColor": null,
                                                              "strokeWidth": null,
                                                              "nodeIndex": null,
                                                              "page": 0,
                                                              "top": 0,
                                                              "right": 0,
                                                              "bottom": 0,
                                                              "left": 0,
                                                              "created_at_unix": 1688228259,
                                                              "updated_at_unix": 1688228259,
                                                              "user": null
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 2,
                                                          "name": "Grech 2020 Cureus",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764ab5e8.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 6,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 74,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 72,
                              "revisions_count": 1,
                              "prefix": "5.1.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 74,
                                      "item_id": 74,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"2659\" class=\"\">Overall, 95% of <strike id=\"355\">AE</strike>s reported were grade 1 and 5% were grade 2, with 65% of the AEs reported as unrelated to notrealgliovax treatment.</a>",
                                      "clean_text": "Overall, 95% of AEs reported were grade 1 and 5% were grade 2, with 65% of the AEs reported as unrelated to notrealgliovax treatment.",
                                      "updated_at": "2023-07-04T14:07:53.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "04 Jul 2023 at 2:07 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 2659,
                                              "user_id": 1,
                                              "item_content_id": 74,
                                              "created_at": "2023-03-31T11:09:08.000000Z",
                                              "updated_at": "2023-03-31T11:09:08.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 5869,
                                                      "attachment_id": 1286,
                                                      "reference_group_id": 2659,
                                                      "user_id": 1,
                                                      "pos": 5663,
                                                      "created_at": "2023-03-31T11:09:08.000000Z",
                                                      "updated_at": "2023-03-31T11:09:08.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 148113,
                                                              "attachment_id": 1286,
                                                              "reference_id": 5869,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-1286",
                                                              "quadPoints": "[332.682367960612,661.3143513997396,387.3490346272786,661.3143513997396,332.682367960612,651.3143513997396,387.3490346272786,651.3143513997396,390.682367960612,661.3143513997396,405.3490346272786,661.3143513997396,390.682367960612,651.3143513997396,405.3490346272786,651.3143513997396,408.682367960612,661.3143513997396,447.3490346272786,661.3143513997396,408.682367960612,651.3143513997396,447.3490346272786,651.3143513997396,450.0157012939453,661.3143513997396,467.3490346272786,661.3143513997396,450.0157012939453,651.3143513997396,467.3490346272786,651.3143513997396,470.0157012939453,661.3143513997396,493.3490346272786,661.3143513997396,470.0157012939453,651.3143513997396,493.3490346272786,651.3143513997396,496.0157012939453,661.3143513997396,512.682367960612,661.3143513997396,496.0157012939453,651.3143513997396,512.682367960612,651.3143513997396,515.3490346272786,661.3143513997396,532.682367960612,661.3143513997396,515.3490346272786,651.3143513997396,532.682367960612,651.3143513997396,332.682367960612,649.9810180664062,435.3490346272786,649.9810180664062,332.682367960612,639.3143513997396,435.3490346272786,639.3143513997396,438.0157012939453,649.9810180664062,453.3490346272786,649.9810180664062,438.0157012939453,639.3143513997396,453.3490346272786,639.3143513997396,456.0157012939453,649.9810180664062,486.0157012939453,649.9810180664062,456.0157012939453,639.3143513997396,486.0157012939453,639.3143513997396,488.682367960612,649.9810180664062,530.0157012939453,649.9810180664062,488.682367960612,639.3143513997396,530.0157012939453,639.3143513997396,533.3490346272786,649.9810180664062,550.0157012939453,649.9810180664062,533.3490346272786,639.3143513997396,550.0157012939453,639.3143513997396,553.3490346272787,649.9810180664062,566.0157012939453,649.9810180664062,553.3490346272787,639.3143513997396,566.0157012939453,639.3143513997396,332.682367960612,637.9810180664062,374.0157012939453,637.9810180664062,332.682367960612,627.9810180664062,374.0157012939453,627.9810180664062,376.682367960612,637.9810180664062,404.682367960612,637.9810180664062,376.682367960612,627.9810180664062,404.682367960612,627.9810180664062,408.0157012939453,637.9810180664062,416.0157012939453,637.9810180664062,408.0157012939453,627.9810180664062,416.0157012939453,627.9810180664062,418.682367960612,637.9810180664062,452.682367960612,637.9810180664062,418.682367960612,627.9810180664062,452.682367960612,627.9810180664062,456.0157012939453,637.9810180664062,473.3490346272786,637.9810180664062,456.0157012939453,627.9810180664062,473.3490346272786,627.9810180664062,476.0157012939453,637.9810180664062,498.0157012939453,637.9810180664062,476.0157012939453,627.9810180664062,498.0157012939453,627.9810180664062,501.3490346272786,637.9810180664062,538.682367960612,637.9810180664062,501.3490346272786,627.9810180664062,538.682367960612,627.9810180664062,332.682367960612,626.6476847330729,389.3490346272786,626.6476847330729,332.682367960612,615.9810180664062,389.3490346272786,615.9810180664062,392.0157012939453,626.6476847330729,408.0157012939453,626.6476847330729,392.0157012939453,615.9810180664062,408.0157012939453,615.9810180664062,410.682367960612,626.6476847330729,455.3490346272786,626.6476847330729,410.682367960612,615.9810180664062,455.3490346272786,615.9810180664062,458.0157012939453,626.6476847330729,464.682367960612,626.6476847330729,458.0157012939453,615.9810180664062,464.682367960612,615.9810180664062,468.0157012939453,626.6476847330729,500.0157012939453,626.6476847330729,468.0157012939453,615.9810180664062,500.0157012939453,615.9810180664062,502.682367960612,626.6476847330729,510.682367960612,626.6476847330729,502.682367960612,615.9810180664062,510.682367960612,615.9810180664062,514.0157012939453,626.6476847330729,556.0157012939453,626.6476847330729,514.0157012939453,615.9810180664062,556.0157012939453,615.9810180664062,558.6823679606119,626.6476847330729,572.0157012939453,626.6476847330729,558.6823679606119,615.9810180664062,572.0157012939453,615.9810180664062,332.682367960612,614.6476847330729,360.682367960612,614.6476847330729,332.682367960612,604.6476847330729,360.682367960612,604.6476847330729,364.0157012939453,614.6476847330729,372.0157012939453,614.6476847330729,364.0157012939453,604.6476847330729,372.0157012939453,604.6476847330729,374.682367960612,614.6476847330729,407.3490346272786,614.6476847330729,374.682367960612,604.6476847330729,407.3490346272786,604.6476847330729,410.0157012939453,614.6476847330729,425.3490346272786,614.6476847330729,410.0157012939453,604.6476847330729,425.3490346272786,604.6476847330729,428.0157012939453,614.6476847330729,438.0157012939453,614.6476847330729,428.0157012939453,604.6476847330729,438.0157012939453,604.6476847330729,441.3490346272786,614.6476847330729,486.682367960612,614.6476847330729,441.3490346272786,604.6476847330729,486.682367960612,604.6476847330729,490.0157012939453,614.6476847330729,498.0157012939453,614.6476847330729,490.0157012939453,604.6476847330729,498.0157012939453,604.6476847330729,500.682367960612,614.6476847330729,510.682367960612,614.6476847330729,500.682367960612,604.6476847330729,510.682367960612,604.6476847330729,513.3490346272786,614.6476847330729,555.3490346272787,614.6476847330729,513.3490346272786,604.6476847330729,555.3490346272787,604.6476847330729,332.682367960612,603.3143513997396,362.682367960612,603.3143513997396,332.682367960612,592.6476847330729,362.682367960612,592.6476847330729,365.3490346272786,603.3143513997396,390.0157012939453,603.3143513997396,365.3490346272786,592.6476847330729,390.0157012939453,592.6476847330729,392.682367960612,603.3143513997396,429.3490346272786,603.3143513997396,392.682367960612,592.6476847330729,429.3490346272786,592.6476847330729,432.0157012939453,603.3143513997396,454.682367960612,603.3143513997396,432.0157012939453,592.6476847330729,454.682367960612,592.6476847330729,457.3490346272786,603.3143513997396,485.3490346272786,603.3143513997396,457.3490346272786,592.6476847330729,485.3490346272786,592.6476847330729,488.0157012939453,603.3143513997396,520.0157012939453,603.3143513997396,488.0157012939453,592.6476847330729,520.0157012939453,592.6476847330729,522.682367960612,603.3143513997396,535.3490346272786,603.3143513997396,522.682367960612,592.6476847330729,535.3490346272786,592.6476847330729,538.0157012939453,603.3143513997396,561.3490346272787,603.3143513997396,538.0157012939453,592.6476847330729,561.3490346272787,592.6476847330729,564.0157012939453,603.3143513997396,572.0157012939453,603.3143513997396,564.0157012939453,592.6476847330729,572.0157012939453,592.6476847330729,332.682367960612,591.3143513997396,377.3490346272786,591.3143513997396,332.682367960612,581.3143513997396,377.3490346272786,581.3143513997396,380.0157012939453,591.3143513997396,387.3490346272786,591.3143513997396,380.0157012939453,581.3143513997396,387.3490346272786,581.3143513997396,390.0157012939453,591.3143513997396,426.682367960612,591.3143513997396,390.0157012939453,581.3143513997396,426.682367960612,581.3143513997396,429.3490346272786,591.3143513997396,442.682367960612,591.3143513997396,429.3490346272786,581.3143513997396,442.682367960612,581.3143513997396,445.3490346272786,591.3143513997396,487.3490346272786,591.3143513997396,445.3490346272786,581.3143513997396,487.3490346272786,581.3143513997396,490.0157012939453,591.3143513997396,524.0157012939453,591.3143513997396,490.0157012939453,581.3143513997396,524.0157012939453,581.3143513997396,526.682367960612,591.3143513997396,572.0157012939453,591.3143513997396,526.682367960612,581.3143513997396,572.0157012939453,581.3143513997396,332.682367960612,579.9810180664062,340.0157012939453,579.9810180664062,332.682367960612,569.3143513997396,340.0157012939453,569.3143513997396,343.3490346272786,579.9810180664062,413.3490346272786,579.9810180664062,343.3490346272786,569.3143513997396,413.3490346272786,569.3143513997396,416.682367960612,579.9810180664062,458.682367960612,579.9810180664062,416.682367960612,569.3143513997396,458.682367960612,569.3143513997396,462.0157012939453,579.9810180664062,481.3490346272786,579.9810180664062,462.0157012939453,569.3143513997396,481.3490346272786,569.3143513997396,484.0157012939453,579.9810180664062,494.0157012939453,579.9810180664062,484.0157012939453,569.3143513997396,494.0157012939453,569.3143513997396,496.682367960612,579.9810180664062,557.3490346272787,579.9810180664062,496.682367960612,569.3143513997396,557.3490346272787,569.3143513997396,332.682367960612,567.9810180664062,366.682367960612,567.9810180664062,332.682367960612,557.3143513997395,366.682367960612,557.3143513997395,369.3490346272786,567.9810180664062,392.682367960612,567.9810180664062,369.3490346272786,557.3143513997395,392.682367960612,557.3143513997395,396.0157012939453,567.9810180664062,424.682367960612,567.9810180664062,396.0157012939453,557.3143513997395,424.682367960612,557.3143513997395,428.0157012939453,567.9810180664062,473.3490346272786,567.9810180664062,428.0157012939453,557.3143513997395,473.3490346272786,557.3143513997395,476.0157012939453,567.9810180664062,503.3490346272786,567.9810180664062,476.0157012939453,557.3143513997395,503.3490346272786,557.3143513997395,504.0157012939453,567.9810180664062,509.3490346272786,567.9810180664062,504.0157012939453,557.3143513997395,509.3490346272786,557.3143513997395,510.0157012939453,567.9810180664062,525.3490346272786,567.9810180664062,510.0157012939453,557.3143513997395,525.3490346272786,557.3143513997395,528.0157012939453,567.9810180664062,535.3490346272786,567.9810180664062,528.0157012939453,557.3143513997395,535.3490346272786,557.3143513997395,538.682367960612,567.9810180664062,558.6823679606119,567.9810180664062,538.682367960612,557.3143513997395,558.6823679606119,557.3143513997395,332.682367960612,555.9810180664062,363.3490346272786,555.9810180664062,332.682367960612,545.9810180664062,363.3490346272786,545.9810180664062,366.682367960612,555.9810180664062,394.682367960612,555.9810180664062,366.682367960612,545.9810180664062,394.682367960612,545.9810180664062,398.0157012939453,555.9810180664062,424.682367960612,555.9810180664062,398.0157012939453,545.9810180664062,424.682367960612,545.9810180664062,427.3490346272786,555.9810180664062,429.3490346272786,555.9810180664062,427.3490346272786,545.9810180664062,429.3490346272786,545.9810180664062,432.682367960612,555.9810180664062,472.682367960612,555.9810180664062,432.682367960612,545.9810180664062,472.682367960612,545.9810180664062,475.3490346272786,555.9810180664062,509.3490346272786,555.9810180664062,475.3490346272786,545.9810180664062,509.3490346272786,545.9810180664062,512.0157012939453,555.9810180664062,518.0157012939453,555.9810180664062,512.0157012939453,545.9810180664062,518.0157012939453,545.9810180664062,521.3490346272786,555.9810180664062,552.0157012939453,555.9810180664062,521.3490346272786,545.9810180664062,552.0157012939453,545.9810180664062]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 0,
                                                              "page": 0,
                                                              "top": 332.68236796061,
                                                              "right": 545.98101806641,
                                                              "bottom": 572.01570129395,
                                                              "left": 661.31435139974,
                                                              "created_at_unix": 1680260948,
                                                              "updated_at_unix": 1680260948,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 148113,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 1286,
                                                          "name": "Echart 2009 Blood Coagul Fibrinolysis p627",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/620a35f3ab82a.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2022-02-14T10:58:59.000000Z",
                                                          "updated_at": "2022-02-14T10:58:59.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 1,
                                                          "created_at_formatted": "02/14/2022 10:02",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 76,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 72,
                              "revisions_count": 2,
                              "prefix": "5.1.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 76,
                                      "item_id": 76,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"5385\" class=\"\">There were no treatment discontinuations due to AEs and no treatment-related deaths</a>. WHO",
                                      "clean_text": "There were no treatment discontinuations due to AEs and no treatment-related deaths. WHO",
                                      "updated_at": "2023-07-10T13:17:05.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "10 Jul 2023 at 1:17 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 5385,
                                              "user_id": 1,
                                              "item_content_id": 76,
                                              "created_at": "2023-07-10T13:16:54.000000Z",
                                              "updated_at": "2023-07-10T13:16:54.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 9822,
                                                      "attachment_id": 16,
                                                      "reference_group_id": 5385,
                                                      "user_id": 1,
                                                      "pos": 9550,
                                                      "created_at": "2023-07-10T13:16:54.000000Z",
                                                      "updated_at": "2023-07-10T13:16:54.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 161407,
                                                              "attachment_id": 16,
                                                              "reference_id": 9822,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-16",
                                                              "quadPoints": "[150,577.3333333333334,514,577.3333333333334,150,565.3333333333334,514,565.3333333333334,150,565.3333333333334,484.6666666666667,565.3333333333334,150,553.3333333333334,484.6666666666667,553.3333333333334,150,553.3333333333334,507.3333333333333,553.3333333333334,150,541.3333333333334,507.3333333333333,541.3333333333334,150,541.3333333333334,494,541.3333333333334,150,529.3333333333333,494,529.3333333333333,150,529.3333333333333,512,529.3333333333333,150,517.3333333333333,512,517.3333333333333,150,517.3333333333333,166.66666666666666,517.3333333333333,150,505.3333333333333,166.66666666666666,505.3333333333333,170,517.3333333333333,192.66666666666666,517.3333333333333,166,505.3333333333333,188.66666666666666,505.3333333333333,190,517.3333333333333,498,517.3333333333333,190,505.3333333333333,498,505.3333333333333,150,505.3333333333333,460,505.3333333333333,150,493.3333333333333,460,493.3333333333333]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 1,
                                                              "page": 0,
                                                              "top": 150,
                                                              "right": 493.33333333333,
                                                              "bottom": 514,
                                                              "left": 577.33333333333,
                                                              "created_at_unix": 1688995014,
                                                              "updated_at_unix": 1688995014,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 161407,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 16,
                                                          "name": "Aguilar_2012_Curr Treat Options Oncol",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/609137880c008.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:01:12.000000Z",
                                                          "updated_at": "2021-05-04T12:01:12.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 1,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 75,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 72,
                              "revisions_count": 2,
                              "prefix": "5.1.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 75,
                                      "item_id": 75,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"2578\" class=\"\">Immune-mediated AEs were reported in 4% of patients and included diarrhea and rash.</a>",
                                      "clean_text": "Immune-mediated AEs were reported in 4% of patients and included diarrhea and rash.",
                                      "updated_at": "2023-07-04T14:08:07.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "04 Jul 2023 at 2:08 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 2578,
                                              "user_id": 1,
                                              "item_content_id": 75,
                                              "created_at": "2023-03-15T09:55:40.000000Z",
                                              "updated_at": "2023-03-15T09:55:40.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 5700,
                                                      "attachment_id": 15,
                                                      "reference_group_id": 2578,
                                                      "user_id": 1,
                                                      "pos": 5495,
                                                      "created_at": "2023-03-15T09:55:40.000000Z",
                                                      "updated_at": "2023-03-15T09:55:40.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 147910,
                                                              "attachment_id": 15,
                                                              "reference_id": 5700,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-15",
                                                              "quadPoints": "[80,267,174,267,80,257,174,257,174,267,293.3333333333333,267,174,257,293.3333333333333,257,293.3333333333333,267,296,267,293.3333333333333,257,296,257,80,257,299.3333333333333,257,80,247,299.3333333333333,247,80,247,297.3333333333333,247,80,237,297.3333333333333,237,80,237,258.6666666666667,237,80,227,258.6666666666667,227]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 1,
                                                              "page": 0,
                                                              "top": 80,
                                                              "right": 227,
                                                              "bottom": 299.33333333333,
                                                              "left": 267,
                                                              "created_at_unix": 1678874141,
                                                              "updated_at_unix": 1678874141,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 147910,
                                                                  "app": "polarix"
                                                              }
                                                          },
                                                          {
                                                              "id": 147911,
                                                              "attachment_id": 15,
                                                              "reference_id": 5700,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-15",
                                                              "quadPoints": "[318.6666666666667,552.3333333333334,401.3333333333333,552.3333333333334,318.6666666666667,544.3333333333334,401.3333333333333,544.3333333333334,401.3333333333333,552.3333333333334,519.3333333333334,552.3333333333334,401.3333333333333,544.3333333333334,519.3333333333334,544.3333333333334,318.6666666666667,542.3333333333334,540,542.3333333333334,318.6666666666667,534.3333333333334,540,534.3333333333334,318.6666666666667,532.3333333333334,534.6666666666666,532.3333333333334,318.6666666666667,524.3333333333333,534.6666666666666,524.3333333333333,318.6666666666667,522.3333333333333,552,522.3333333333333,318.6666666666667,514.3333333333333,552,514.3333333333333,318.6666666666667,512.3333333333333,363.3333333333333,512.3333333333333,318.6666666666667,504.3333333333333,363.3333333333333,504.3333333333333]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 1,
                                                              "page": 0,
                                                              "top": 318.66666666667,
                                                              "right": 504.33333333333,
                                                              "bottom": 552,
                                                              "left": 552.33333333333,
                                                              "created_at_unix": 1678874141,
                                                              "updated_at_unix": 1678874141,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 147911,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 15,
                                                          "name": "Wang 2021",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913767bbdf2.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:39.000000Z",
                                                          "updated_at": "2021-05-04T12:00:39.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 2,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 72,
                              "item_id": 72,
                              "project_country_id": null,
                              "text": "<a href=\"javascript:void(0);\" id=\"3191\" class=\"fresh animate__animated animate__fadeIn\">Notrealgliovax was well tolerated, with no serious AEs and no grade 3 or higher AEs.</a>",
                              "clean_text": "Notrealgliovax was well tolerated, with no serious AEs and no grade 3 or higher AEs.",
                              "updated_at": "2023-06-13T16:33:21.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": [
                                  {
                                      "id": 3191,
                                      "user_id": 1,
                                      "item_content_id": 72,
                                      "created_at": "2023-04-24T13:07:52.000000Z",
                                      "updated_at": "2023-04-24T13:07:52.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 6495,
                                              "attachment_id": 6,
                                              "reference_group_id": 3191,
                                              "user_id": 1,
                                              "pos": 6289,
                                              "created_at": "2023-04-24T13:07:52.000000Z",
                                              "updated_at": "2023-04-24T13:07:52.000000Z",
                                              "deleted_at": null,
                                              "old": false,
                                              "annotations": [
                                                  {
                                                      "id": 150639,
                                                      "attachment_id": 6,
                                                      "reference_id": 6495,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": "commenting",
                                                      "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                      "source": "attachment-6",
                                                      "quadPoints": "[303.3333333333333,482.3333333333333,549.3333333333334,482.3333333333333,303.3333333333333,472.3333333333333,549.3333333333334,472.3333333333333,548.6666666666666,482.3333333333333,551.3333333333334,482.3333333333333,548.6666666666666,472.3333333333333,551.3333333333334,472.3333333333333,303.3333333333333,471,548.6666666666666,471,303.3333333333333,461,548.6666666666666,461,548.6666666666666,471,551.3333333333334,471,548.6666666666666,461,551.3333333333334,461,303.3333333333333,460.3333333333333,554,460.3333333333333,303.3333333333333,450.3333333333333,554,450.3333333333333,303.3333333333333,449,510.6666666666667,449,303.3333333333333,439,510.6666666666667,439,510.6666666666667,449.6666666666667,514,449.6666666666667,510.6666666666667,443,514,443,514,449,548.6666666666666,449,514,439,548.6666666666666,439,548.6666666666666,449,551.3333333333334,449,548.6666666666666,439,551.3333333333334,439,303.3333333333333,438.3333333333333,548.6666666666666,438.3333333333333,303.3333333333333,428.3333333333333,548.6666666666666,428.3333333333333,548.6666666666666,438.3333333333333,551.3333333333334,438.3333333333333,548.6666666666666,428.3333333333333,551.3333333333334,428.3333333333333,303.3333333333333,427,556,427,303.3333333333333,417,556,417,303.3333333333333,416.3333333333333,554.6666666666666,416.3333333333333,303.3333333333333,406.3333333333333,554.6666666666666,406.3333333333333,303.3333333333333,405,554,405,303.3333333333333,395,554,395,306,394.3333333333333,553.3333333333334,394.3333333333333,306,384.3333333333333,553.3333333333334,384.3333333333333,306,383,448.6666666666667,383,306,373,448.6666666666667,373]",
                                                      "inkList": null,
                                                      "subtype": "highlight",
                                                      "opacity": 1,
                                                      "strokeColor": "#F8D147",
                                                      "strokeWidth": null,
                                                      "nodeIndex": 0,
                                                      "page": 0,
                                                      "top": 303.33333333333,
                                                      "right": 373,
                                                      "bottom": 556,
                                                      "left": 482.33333333333,
                                                      "created_at_unix": 1682341673,
                                                      "updated_at_unix": 1682341673,
                                                      "user": {
                                                          "name": "Justin Erswell",
                                                          "user_id": 1,
                                                          "annotation_id": 150639,
                                                          "app": "polarix"
                                                      }
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 6,
                                                  "name": "MacDonald 2011 NeuroOncology 13_1049",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/6091376589aa3.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:37.000000Z",
                                                  "updated_at": "2021-05-04T12:00:37.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 1,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  },
                  {
                      "id": 77,
                      "title": null,
                      "section_id": 10,
                      "user_id": 1,
                      "pos": 1,
                      "status": "pending",
                      "parent_id": 71,
                      "revisions_count": 1,
                      "prefix": "5.2",
                      "children": [
                          {
                              "id": 78,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 0,
                              "status": "pending",
                              "parent_id": 77,
                              "revisions_count": 1,
                              "prefix": "5.2.1",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 78,
                                      "item_id": 78,
                                      "project_country_id": null,
                                      "text": "Following notrealgliovax administration, 25% of patients experienced injection site reactions; however, these reactions were easily managed.",
                                      "clean_text": "Following notrealgliovax administration, 25% of patients experienced injection site reactions; however, these reactions were easily managed.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 79,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 1,
                              "status": "pending",
                              "parent_id": 77,
                              "revisions_count": 1,
                              "prefix": "5.2.2",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 79,
                                      "item_id": 79,
                                      "project_country_id": null,
                                      "text": "<p>Using the recommended techniques for the administration of notrealgliovax can help to reduce injection-site reactions. <strike id=\"103\">WHO</strike></p>",
                                      "clean_text": "Using the recommended techniques for the administration of notrealgliovax can help to reduce injection-site reactions. WHO",
                                      "updated_at": "2023-11-23T16:40:13.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "23 Nov 2023 at 4:40 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  },
                                  {
                                      "id": 6045,
                                      "item_id": 79,
                                      "project_country_id": 3,
                                      "text": "L’utilisation des techniques recommandées pour l’administration de notrealgliovax peut aider à réduire les réactions au site d’injection. QUI",
                                      "clean_text": "L’utilisation des techniques recommandées pour l’administration de notrealgliovax peut aider à réduire les réactions au site d’injection. QUI",
                                      "updated_at": "2023-09-13T17:49:28.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Sep 2023 at 5:49 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": {
                                          "id": 3,
                                          "project_id": 1,
                                          "country_id": 73,
                                          "deadline": null,
                                          "auth_code": null,
                                          "created_at": "2023-03-31T11:01:38.000000Z",
                                          "updated_at": "2023-03-31T11:01:38.000000Z",
                                          "deleted_at": null,
                                          "deadline_expired": false,
                                          "country": {
                                              "id": 73,
                                              "code": "FR",
                                              "name": "France",
                                              "prefix": 33,
                                              "created_at": "2022-10-18T14:22:06.000000Z",
                                              "updated_at": "2022-10-18T14:22:06.000000Z",
                                              "deleted_at": null
                                          },
                                          "team": {
                                              "id": 15,
                                              "name": "France",
                                              "label": "FR",
                                              "project_id": 1,
                                              "project_country_id": 3,
                                              "team_users": []
                                          }
                                      },
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 81,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 2,
                              "status": "pending",
                              "parent_id": 77,
                              "revisions_count": 2,
                              "prefix": "5.2.3",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 81,
                                      "item_id": 81,
                                      "project_country_id": null,
                                      "text": "Following administration, if patients experience pain, redness, or itching, it is recommended that patients apply a cold compress at the injection site and take an over-the-counter pain reliever for pain or an antihistamine for itching.",
                                      "clean_text": "Following administration, if patients experience pain, redness, or itching, it is recommended that patients apply a cold compress at the injection site and take an over-the-counter pain reliever for pain or an antihistamine for itching.",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 5388,
                                              "user_id": 1,
                                              "item_content_id": 81,
                                              "created_at": "2023-07-12T12:30:34.000000Z",
                                              "updated_at": "2023-07-12T12:30:34.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 9826,
                                                      "attachment_id": 21,
                                                      "reference_group_id": 5388,
                                                      "user_id": 1,
                                                      "pos": 9554,
                                                      "created_at": "2023-07-12T12:30:34.000000Z",
                                                      "updated_at": "2023-07-12T12:30:34.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 161412,
                                                              "attachment_id": 21,
                                                              "reference_id": 9826,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-21",
                                                              "quadPoints": "[108,499.3333333333333,467.3333333333333,499.3333333333333,108,488,467.3333333333333,488,108,487.3333333333333,492,487.3333333333333,108,476,492,476,108,475.3333333333333,502,475.3333333333333,108,464,502,464,108,463.3333333333333,490.6666666666667,463.3333333333333,108,452,490.6666666666667,452,108,451.3333333333333,473.3333333333333,451.3333333333333,108,440,473.3333333333333,440,108,439.3333333333333,475.3333333333333,439.3333333333333,108,428,475.3333333333333,428,108,427.3333333333333,493.3333333333333,427.3333333333333,108,416,493.3333333333333,416,108,415.3333333333333,495.3333333333333,415.3333333333333,108,404,495.3333333333333,404,108,403.3333333333333,482.6666666666667,403.3333333333333,108,392,482.6666666666667,392,108,391.3333333333333,485.3333333333333,391.3333333333333,108,380,485.3333333333333,380,108,379.3333333333333,498,379.3333333333333,108,368,498,368,108,367.3333333333333,487.3333333333333,367.3333333333333,108,356,487.3333333333333,356,108,355.3333333333333,502.6666666666667,355.3333333333333,108,344,502.6666666666667,344,108,343.3333333333333,496,343.3333333333333,108,332,496,332,108,331.3333333333333,501.3333333333333,331.3333333333333,108,320,501.3333333333333,320,108,319.3333333333333,492.6666666666667,319.3333333333333,108,308,492.6666666666667,308,108,307.3333333333333,496,307.3333333333333,108,296,496,296,108,295.3333333333333,316.6666666666667,295.3333333333333,108,284,316.6666666666667,284]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 0,
                                                              "page": 0,
                                                              "top": 108,
                                                              "right": 284,
                                                              "bottom": 502.66666666667,
                                                              "left": 499.33333333333,
                                                              "created_at_unix": 1689165034,
                                                              "updated_at_unix": 1689165034,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 161412,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 21,
                                                          "name": "Microglial cell migration stimulated by ATP and C5a involve distinct molecular mechanisms",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/6091422cd0cdc.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 0,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:46:36.000000Z",
                                                          "updated_at": "2021-05-04T12:46:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 2,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 80,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 3,
                              "status": "pending",
                              "parent_id": 77,
                              "revisions_count": 3,
                              "prefix": "5.2.4",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 80,
                                      "item_id": 80,
                                      "project_country_id": null,
                                      "text": "If bleeding at the injection site occurs, pressure should be applied to the site until the bleeding has stopped and the site should be covered with an adhesive bandage.&nbsp;",
                                      "clean_text": "If bleeding at the injection site occurs, pressure should be applied to the site until the bleeding has stopped and the site should be covered with an adhesive bandage.&nbsp;",
                                      "updated_at": "2023-06-13T16:33:21.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": []
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 6126,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 4,
                              "status": "pending",
                              "parent_id": 77,
                              "revisions_count": 1,
                              "prefix": "5.2.5",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 6042,
                                      "item_id": 6126,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"6262\" class=\"\">Simple recommendations can effectively address injection site reactions caused by notrealgliovax.</a> (Jones et al., 2018) <strike id=\"103\">WHO</strike>",
                                      "clean_text": "Simple recommendations can effectively address injection site reactions caused by notrealgliovax. (Jones et al., 2018) WHO",
                                      "updated_at": "2023-09-13T17:48:03.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "13 Sep 2023 at 5:48 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 6262,
                                              "user_id": 1,
                                              "item_content_id": 6042,
                                              "created_at": "2023-09-13T17:47:42.000000Z",
                                              "updated_at": "2023-09-13T17:47:42.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 11126,
                                                      "attachment_id": 733,
                                                      "reference_group_id": 6262,
                                                      "user_id": 1,
                                                      "pos": 10853,
                                                      "created_at": "2023-09-13T17:47:42.000000Z",
                                                      "updated_at": "2023-09-13T17:47:42.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 164570,
                                                              "attachment_id": 733,
                                                              "reference_id": 11126,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-733",
                                                              "quadPoints": "[150,731.3333333333334,520,731.3333333333334,150,719.3333333333334,520,719.3333333333334,150,719.3333333333334,514.6666666666666,719.3333333333334,150,707.3333333333334,514.6666666666666,707.3333333333334,150,707.3333333333334,516,707.3333333333334,150,695.3333333333334,516,695.3333333333334,150,695.3333333333334,510,695.3333333333334,150,683.3333333333334,510,683.3333333333334,150,683.3333333333334,493.3333333333333,683.3333333333334,150,671.3333333333334,493.3333333333333,671.3333333333334,150,671.3333333333334,506,671.3333333333334,150,659.3333333333334,506,659.3333333333334,150,659.3333333333334,483.3333333333333,659.3333333333334,150,647.3333333333334,483.3333333333333,647.3333333333334,150,647.3333333333334,506.6666666666667,647.3333333333334,150,635.3333333333334,506.6666666666667,635.3333333333334,150,635.3333333333334,496.6666666666667,635.3333333333334,150,623.3333333333334,496.6666666666667,623.3333333333334,150,623.3333333333334,504.6666666666667,623.3333333333334,150,611.3333333333334,504.6666666666667,611.3333333333334,150,611.3333333333334,521.3333333333334,611.3333333333334,150,599.3333333333334,521.3333333333334,599.3333333333334,150,599.3333333333334,180,599.3333333333334,150,587.3333333333334,180,587.3333333333334]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 1,
                                                              "page": 0,
                                                              "top": 150,
                                                              "right": 587.33333333333,
                                                              "bottom": 521.33333333333,
                                                              "left": 731.33333333333,
                                                              "created_at_unix": 1694627262,
                                                              "updated_at_unix": 1694627262,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 164570,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 733,
                                                          "name": "Aguilar_2012_Curr Treat Options Oncol",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60e4af2b50740.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-07-06T19:29:47.000000Z",
                                                          "updated_at": "2021-07-06T19:29:47.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 2,
                                                          "created_at_formatted": "07/06/2021 19:07",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 6127,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 5,
                              "status": "pending",
                              "parent_id": 77,
                              "revisions_count": 1,
                              "prefix": "5.2.6",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 6043,
                                      "item_id": 6127,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"7483\" class=\"fresh animate__animated animate__fadeIn\">During notrealgliovax administration, </a>healthcare professionals can employ strategies to minimize injection site reactions. (Johnson et al., 2017)",
                                      "clean_text": "During notrealgliovax administration, healthcare professionals can employ strategies to minimize injection site reactions. (Johnson et al., 2017)",
                                      "updated_at": "2023-11-03T16:29:03.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "03 Nov 2023 at 4:29 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [
                                          {
                                              "id": 2031,
                                              "item_content_id": 6043,
                                              "project_tag_id": 20,
                                              "user_id": 1,
                                              "project_tag": {
                                                  "id": 20,
                                                  "project_id": 1,
                                                  "text": "Aspirational",
                                                  "style": "emerald",
                                                  "is_strategic_imperative": 0,
                                                  "description": null,
                                                  "created_at": "2023-04-24T12:38:16.000000Z",
                                                  "updated_at": "2023-04-24T12:38:16.000000Z",
                                                  "deleted_at": null
                                              }
                                          }
                                      ],
                                      "reference_groups": [
                                          {
                                              "id": 7483,
                                              "user_id": 1,
                                              "item_content_id": 6043,
                                              "created_at": "2023-11-03T16:29:01.000000Z",
                                              "updated_at": "2023-11-03T16:29:01.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 12814,
                                                      "attachment_id": 1,
                                                      "reference_group_id": 7483,
                                                      "user_id": 1,
                                                      "pos": 12518,
                                                      "created_at": "2023-11-03T16:29:01.000000Z",
                                                      "updated_at": "2023-11-03T16:29:01.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 169422,
                                                              "attachment_id": 1,
                                                              "reference_id": 12814,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-1",
                                                              "quadPoints": "[314.6666666666667,372.3333333333333,554,372.3333333333333,314.6666666666667,362.3333333333333,554,362.3333333333333,306,361,449.3333333333333,361,306,351,449.3333333333333,351,449.3333333333333,361.6666666666667,452.6666666666667,361.6666666666667,449.3333333333333,355,452.6666666666667,355,452.6666666666667,361,554.6666666666666,361,452.6666666666667,351,554.6666666666666,351,306,350.3333333333333,556.6666666666666,350.3333333333333,306,340.3333333333333,556.6666666666666,340.3333333333333,306,339,372,339,306,329,372,329,372,339.6666666666667,375.3333333333333,339.6666666666667,372,333,375.3333333333333,333,375.3333333333333,339,554,339,375.3333333333333,329,554,329,306,328.3333333333333,554.6666666666666,328.3333333333333,306,318.3333333333333,554.6666666666666,318.3333333333333,306,317,554.6666666666666,317,306,307,554.6666666666666,307,306,306.3333333333333,554,306.3333333333333,306,296.3333333333333,554,296.3333333333333,306,295,448,295,306,285,448,285]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 0,
                                                              "page": 0,
                                                              "top": 306,
                                                              "right": 285,
                                                              "bottom": 556.66666666667,
                                                              "left": 372.33333333333,
                                                              "created_at_unix": 1699028941,
                                                              "updated_at_unix": 1699028941,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 169422,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 1,
                                                          "name": "Davis 2020",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764689bd.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 8,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          },
                          {
                              "id": 6128,
                              "title": null,
                              "section_id": 11,
                              "user_id": 1,
                              "pos": 6,
                              "status": "pending",
                              "parent_id": 77,
                              "revisions_count": 1,
                              "prefix": "5.2.7",
                              "children": [],
                              "section": {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              },
                              "subscription": null,
                              "contents": [
                                  {
                                      "id": 6044,
                                      "item_id": 6128,
                                      "project_country_id": null,
                                      "text": "<a href=\"javascript:void(0);\" id=\"7482\" class=\"fresh animate__animated animate__fadeIn\">Following notrealgliovax administration, healthcare providers can offer simple recommendations to alleviate injection site reactions.</a> (Wilson et al., 2016)",
                                      "clean_text": "Following notrealgliovax administration, healthcare providers can offer simple recommendations to alleviate injection site reactions. (Wilson et al., 2016)",
                                      "updated_at": "2023-11-03T16:24:18.000000Z",
                                      "commentsCount": 0,
                                      "humanReadableUpdatedDate": "03 Nov 2023 at 4:24 pm",
                                      "comments": [],
                                      "item_content_attachments": [],
                                      "subscription": null,
                                      "project_country": null,
                                      "tags": [],
                                      "reference_groups": [
                                          {
                                              "id": 7482,
                                              "user_id": 1,
                                              "item_content_id": 6044,
                                              "created_at": "2023-11-03T16:24:15.000000Z",
                                              "updated_at": "2023-11-03T16:24:15.000000Z",
                                              "deleted_at": null,
                                              "references": [
                                                  {
                                                      "id": 12813,
                                                      "attachment_id": 1,
                                                      "reference_group_id": 7482,
                                                      "user_id": 1,
                                                      "pos": 12517,
                                                      "created_at": "2023-11-03T16:24:15.000000Z",
                                                      "updated_at": "2023-11-03T16:24:15.000000Z",
                                                      "deleted_at": null,
                                                      "old": false,
                                                      "annotations": [
                                                          {
                                                              "id": 169421,
                                                              "attachment_id": 1,
                                                              "reference_id": 12813,
                                                              "title": null,
                                                              "bodyValue": null,
                                                              "motivation": "commenting",
                                                              "stylesheet_value": "body-value-css { font: 12px Helvetica; color: #000000;}",
                                                              "source": "attachment-1",
                                                              "quadPoints": "[42.666666666666664,528.3333333333334,293.3333333333333,528.3333333333334,42.666666666666664,518.3333333333333,293.3333333333333,518.3333333333333,42.666666666666664,517,294,517,42.666666666666664,507,294,507,42.666666666666664,506.3333333333333,92,506.3333333333333,42.666666666666664,496.3333333333333,92,496.3333333333333,92,506.3333333333333,94.66666666666667,506.3333333333333,92,499.6666666666667,94.66666666666667,499.6666666666667,94.66666666666667,506.3333333333333,293.3333333333333,506.3333333333333,94.66666666666667,496.3333333333333,293.3333333333333,496.3333333333333,42.666666666666664,495,120.66666666666667,495,42.666666666666664,485,120.66666666666667,485,120.66666666666667,495.6666666666667,124,495.6666666666667,120.66666666666667,489,124,489,124,495,295.3333333333333,495,124,485,295.3333333333333,485,42.666666666666664,484.3333333333333,294,484.3333333333333,42.666666666666664,474.3333333333333,294,474.3333333333333,42.666666666666664,473,294.6666666666667,473,42.666666666666664,463,294.6666666666667,463,42.666666666666664,462.3333333333333,294.6666666666667,462.3333333333333,42.666666666666664,452.3333333333333,294.6666666666667,452.3333333333333,42.666666666666664,451,291.3333333333333,451,42.666666666666664,441,291.3333333333333,441,42.666666666666664,440.3333333333333,200.66666666666666,440.3333333333333,42.666666666666664,430.3333333333333,200.66666666666666,430.3333333333333,200.66666666666666,440.3333333333333,203.33333333333334,440.3333333333333,200.66666666666666,433.6666666666667,203.33333333333334,433.6666666666667,203.33333333333334,440.3333333333333,293.3333333333333,440.3333333333333,203.33333333333334,430.3333333333333,293.3333333333333,430.3333333333333,42.666666666666664,429,116,429,42.666666666666664,419,116,419,116,429.6666666666667,118.66666666666667,429.6666666666667,116,423,118.66666666666667,423,118.66666666666667,429,293.3333333333333,429,118.66666666666667,419,293.3333333333333,419,42.666666666666664,418.3333333333333,294,418.3333333333333,42.666666666666664,408.3333333333333,294,408.3333333333333,42.666666666666664,407,293.3333333333333,407,42.666666666666664,397,293.3333333333333,397,42.666666666666664,396.3333333333333,104,396.3333333333333,42.666666666666664,386.3333333333333,104,386.3333333333333]",
                                                              "inkList": null,
                                                              "subtype": "highlight",
                                                              "opacity": 1,
                                                              "strokeColor": "#F8D147",
                                                              "strokeWidth": null,
                                                              "nodeIndex": 0,
                                                              "page": 0,
                                                              "top": 42.666666666667,
                                                              "right": 386.33333333333,
                                                              "bottom": 295.33333333333,
                                                              "left": 528.33333333333,
                                                              "created_at_unix": 1699028779,
                                                              "updated_at_unix": 1699028779,
                                                              "user": {
                                                                  "name": "Justin Erswell",
                                                                  "user_id": 1,
                                                                  "annotation_id": 169421,
                                                                  "app": "polarix"
                                                              }
                                                          }
                                                      ],
                                                      "attachment": {
                                                          "id": 1,
                                                          "name": "Davis 2020",
                                                          "user_id": 1,
                                                          "project_id": 1,
                                                          "file": "https://sf.polarix.io/60913764689bd.pdf",
                                                          "type": "pdf",
                                                          "is_reference": 1,
                                                          "contents": null,
                                                          "pin": 0,
                                                          "veeva_document_id": null,
                                                          "initial_veeva_sync": 0,
                                                          "created_at": "2021-05-04T12:00:36.000000Z",
                                                          "updated_at": "2021-05-04T12:00:36.000000Z",
                                                          "deleted_at": null,
                                                          "reference_uses": 8,
                                                          "created_at_formatted": "05/04/2021 12:05",
                                                          "veeva_document": null
                                                      }
                                                  }
                                              ]
                                          }
                                      ]
                                  }
                              ],
                              "veeva_item": null,
                              "veeva_item_notes": []
                          }
                      ],
                      "section": {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      },
                      "subscription": null,
                      "contents": [
                          {
                              "id": 77,
                              "item_id": 77,
                              "project_country_id": null,
                              "text": "<a href=\"javascript:void(0);\" id=\"1864\" class=\"fresh animate__animated animate__fadeIn\">Injection site reactions from notrealgliovax may be easily managed at the time of vaccine administration or with simple recommendations following administration.</a>&zwnj;",
                              "clean_text": "Injection site reactions from notrealgliovax may be easily managed at the time of vaccine administration or with simple recommendations following administration.&zwnj;",
                              "updated_at": "2023-06-13T16:33:21.000000Z",
                              "commentsCount": 0,
                              "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                              "comments": [],
                              "item_content_attachments": [],
                              "subscription": null,
                              "project_country": null,
                              "tags": [],
                              "reference_groups": [
                                  {
                                      "id": 1864,
                                      "user_id": 1,
                                      "item_content_id": 77,
                                      "created_at": "2022-11-09T16:32:41.000000Z",
                                      "updated_at": "2022-11-09T16:32:41.000000Z",
                                      "deleted_at": null,
                                      "references": [
                                          {
                                              "id": 4582,
                                              "attachment_id": 2,
                                              "reference_group_id": 1864,
                                              "user_id": 1,
                                              "pos": 4437,
                                              "created_at": "2022-11-09T16:32:41.000000Z",
                                              "updated_at": "2022-11-09T16:32:41.000000Z",
                                              "deleted_at": null,
                                              "old": true,
                                              "annotations": [
                                                  {
                                                      "id": 158600,
                                                      "attachment_id": 2,
                                                      "reference_id": 4582,
                                                      "title": null,
                                                      "bodyValue": null,
                                                      "motivation": null,
                                                      "stylesheet_value": null,
                                                      "source": null,
                                                      "quadPoints": "[[311.02186605964,607.6426056338,556.27171132262,598.13556338028],[311.49823943662,595.88358274648,554.97010996644,587.38072183099],[311.49823943662,596.64414612676,554.97010996644,587.13710387324],[311.49823943662,585.64568661972,347.66492215009,576.1386443662]]",
                                                      "inkList": null,
                                                      "subtype": null,
                                                      "opacity": null,
                                                      "strokeColor": null,
                                                      "strokeWidth": null,
                                                      "nodeIndex": null,
                                                      "page": 0,
                                                      "top": 0,
                                                      "right": 0,
                                                      "bottom": 0,
                                                      "left": 0,
                                                      "created_at_unix": 1688228259,
                                                      "updated_at_unix": 1688228259,
                                                      "user": null
                                                  }
                                              ],
                                              "attachment": {
                                                  "id": 2,
                                                  "name": "Grech 2020 Cureus",
                                                  "user_id": 1,
                                                  "project_id": 1,
                                                  "file": "https://sf.polarix.io/60913764ab5e8.pdf",
                                                  "type": "pdf",
                                                  "is_reference": 1,
                                                  "contents": null,
                                                  "pin": 0,
                                                  "veeva_document_id": null,
                                                  "initial_veeva_sync": 0,
                                                  "created_at": "2021-05-04T12:00:36.000000Z",
                                                  "updated_at": "2021-05-04T12:00:36.000000Z",
                                                  "deleted_at": null,
                                                  "reference_uses": 6,
                                                  "created_at_formatted": "05/04/2021 12:05",
                                                  "veeva_document": null
                                              }
                                          }
                                      ]
                                  }
                              ]
                          }
                      ],
                      "veeva_item": null,
                      "veeva_item_notes": []
                  }
              ],
              "section": {
                  "id": 9,
                  "name": "Pillar",
                  "description": null,
                  "pos": 0,
                  "project_id": 1,
                  "parent_id": null,
                  "children": [
                      {
                          "id": 10,
                          "name": "Communication Objective",
                          "description": null,
                          "pos": 0,
                          "project_id": 1,
                          "parent_id": 9,
                          "children": [
                              {
                                  "id": 11,
                                  "name": "Scientific Statement",
                                  "description": null,
                                  "pos": 0,
                                  "project_id": 1,
                                  "parent_id": 10,
                                  "children": []
                              }
                          ]
                      }
                  ]
              },
              "subscription": null,
              "contents": [
                  {
                      "id": 71,
                      "item_id": 71,
                      "project_country_id": null,
                      "text": "Notrealgliovax safety and tolerability in glioblastoma",
                      "clean_text": "Notrealgliovax safety and tolerability in glioblastoma",
                      "updated_at": "2023-06-13T16:33:21.000000Z",
                      "commentsCount": 0,
                      "humanReadableUpdatedDate": "13 Jun 2023 at 4:33 pm",
                      "comments": [],
                      "item_content_attachments": [],
                      "subscription": null,
                      "project_country": null,
                      "tags": [],
                      "reference_groups": []
                  }
              ],
              "veeva_item": null,
              "veeva_item_notes": [],
              "subscriptions": []
          }
      ]
      🟢200Success — XML
      🟠401Unauthorized — JSON
      🟠401Unauthorized — XML
      🔴500Server Error — JSON
      🔴500Server Error — XML
      Previous
      Project Tags
      Next
      Project Abbreviations
      Built with