mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-06-24 19:41:24 +02:00
Fine tune line detection
* Before lines where assembled that really separate lines
This commit is contained in:
parent
e261583c65
commit
46234417ad
@ -14,6 +14,7 @@ Use the [issue tracker](https://github.com/jzillmann/pdf-to-markdown/issues) and
|
|||||||
|
|
||||||
- `npm install` Download all necessary npm packages
|
- `npm install` Download all necessary npm packages
|
||||||
- `npm test` Run the tests
|
- `npm test` Run the tests
|
||||||
|
- `npm run test-write` Run the tests and persist possibly new changes on the example file results
|
||||||
- `npm run lint` Lint the javascript files
|
- `npm run lint` Lint the javascript files
|
||||||
- `npm run format` Run the prettier formatter
|
- `npm run format` Run the prettier formatter
|
||||||
- `npm run build` Compile the typescript files to the `lib` folder
|
- `npm run build` Compile the typescript files to the `lib` folder
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import { FontType } from 'pdfjs-dist/types/shared/util';
|
|
||||||
import { assertDefined } from '../assert';
|
import { assertDefined } from '../assert';
|
||||||
import Item from '../Item';
|
import Item from '../Item';
|
||||||
import ItemType from '../ItemType';
|
import ItemType from '../ItemType';
|
||||||
|
@ -36,7 +36,7 @@ export default class CompactLines extends ItemTransformer {
|
|||||||
return pageItems.map((item) => {
|
return pageItems.map((item) => {
|
||||||
const y = item.data['y'];
|
const y = item.data['y'];
|
||||||
const height = item.data['height'];
|
const height = item.data['height'];
|
||||||
if (!lastY || Math.abs(Math.round(lastY - y)) > Math.round(height)) {
|
if (!lastY || Math.abs(lastY - y) > (height / 4) * 3) {
|
||||||
lineNumber++;
|
lineNumber++;
|
||||||
lines++;
|
lines++;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 535,
|
"pages": 535,
|
||||||
"items": 53908,
|
"items": 53908,
|
||||||
"groupedItems": 31145,
|
"groupedItems": 31657,
|
||||||
"changes": 1537,
|
"changes": 1537,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
@ -529,8 +529,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"text": "Fig. 8.24OECD North America: development of CO2 emissions by sector and cumulative CO2 emissions (after 2015) in the scenarios (‘Savings’ = reduction compared with the 5.0 °C Scenario)",
|
"text": "Fig. 8.24 OECD North America: development of CO 2 emissions by sector and cumulative CO 2",
|
||||||
"verified": false,
|
"verified": true,
|
||||||
"linkedPage": 219
|
"linkedPage": 219
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -799,8 +799,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"text": "List of FiguresxlviiiFig. 8.69Eastern Europe/Eurasia: development of CO2 emissions by sector and cumulative CO2 emissions (after 2015) in the scenarios (‘Savings’ = reduction compared with the 5.0 °C Scenario)",
|
"text": "Fig. 8.69 Eastern Europe/Eurasia: development of CO 2 emissions by sector and cumulative CO 2",
|
||||||
"verified": false,
|
"verified": true,
|
||||||
"linkedPage": 316
|
"linkedPage": 316
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 535,
|
"pages": 535,
|
||||||
"items": 53922,
|
"items": 53922,
|
||||||
"groupedItems": 31159,
|
"groupedItems": 31671,
|
||||||
"changes": 14,
|
"changes": 14,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 535,
|
"pages": 535,
|
||||||
"items": 53922,
|
"items": 53922,
|
||||||
"groupedItems": 31159,
|
"groupedItems": 31671,
|
||||||
"changes": 958,
|
"changes": 693,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -43,16 +43,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":7,"change":"ContentChange","str":"Chairman of the Leonardo DiCaprio Foundation Leonardo DiCaprio","line":13,"x":53.85829162,"y":441.15979003,"width":"271.48","height":"10.00","fontName":["TGOZWB+JkylrpTwghlkTlcrnvTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":7,"change":"ContentChange","str":"Chairman of the Leonardo DiCaprio Foundation Leonardo DiCaprio","line":13,"x":53.85829162,"y":441.15979003,"width":"271.48","height":"10.00","fontName":["TGOZWB+JkylrpTwghlkTlcrnvTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":14,"change":"ContentChange","str":"emissions 2 ","line":16,"x":172.3336029,"y":176.41270445999993,"width":"51.12","height":"9.26","fontName":["ZXJECP+WxxcwrPbwmqvLsfyjjHelveticaBold"],"dir":["ltr"]}
|
{"page":14,"change":"ContentChange","str":"emissions 2 ","line":18,"x":172.3336029,"y":176.41270445999993,"width":"51.12","height":"9.26","fontName":["ZXJECP+WxxcwrPbwmqvLsfyjjHelveticaBold"],"dir":["ltr"]}
|
||||||
{"page":14,"change":"ContentChange","str":" emissions 2","line":19,"x":263.55969238,"y":360.14401244999993,"width":"44.69","height":"8.00","fontName":["ZXJECP+WxxcwrPbwmqvLsfyjjHelveticaBold"],"dir":["ltr"]}
|
{"page":14,"change":"ContentChange","str":" emissions 2","line":21,"x":263.55969238,"y":360.14401244999993,"width":"44.69","height":"8.00","fontName":["ZXJECP+WxxcwrPbwmqvLsfyjjHelveticaBold"],"dir":["ltr"]}
|
||||||
{"page":15,"change":"ContentChange","str":"2000 0 2050 2100 2150","line":23,"x":99.6088028,"y":87.79329681,"width":"71.60","height":"7.57","fontName":["XUKSAT+ScnjyxDmwkqlBxrnqxHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":18,"change":"ContentChange","str":"Powertrain split of world passenger car fleet 2015 2020 2025 2030 2035 2040 2045 2050","line":44,"x":58.28839874,"y":505.4939845100001,"width":"193.84","height":"5.92","fontName":["USWAKZ+QrkqjpSllbysRndrsqCalibri"],"dir":["ltr"]}
|
{"page":18,"change":"ContentChange","str":"Powertrain split of world passenger car fleet 2015 2020 2025 2030 2035 2040 2045 2050","line":44,"x":58.28839874,"y":505.4939845100001,"width":"193.84","height":"5.92","fontName":["USWAKZ+QrkqjpSllbysRndrsqCalibri"],"dir":["ltr"]}
|
||||||
{"page":31,"change":"ContentChange","str":"0 ,0 00","line":4,"x":259.52786254,"y":96.03666687,"width":"9.82","height":"4.14","fontName":["PIJWSJ+XbxgvbMytpmnCllnjtArialMT"],"dir":["ltr"]}
|
{"page":31,"change":"ContentChange","str":"0 00","line":10,"x":259.52786254,"y":99.28972625,"width":"6.83","height":"4.14","fontName":["PIJWSJ+XbxgvbMytpmnCllnjtArialMT"],"dir":["ltr"]}
|
||||||
{"page":54,"change":"ContentChange","str":"© The Author(s) 2019 1","line":0,"x":53.85879801999998,"y":56.70920181,"width":"81.39","height":"8.50","fontName":["MOGBYU+NlttbmRrqjxqWvxgqcTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":54,"change":"ContentChange","str":"© The Author(s) 2019 1","line":0,"x":53.85879801999998,"y":56.70920181,"width":"81.39","height":"8.50","fontName":["MOGBYU+NlttbmRrqjxqWvxgqcTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"ContentChange","str":"© The Author(s) 2019 5","line":0,"x":53.85879801999998,"y":56.70920181,"width":"81.39","height":"8.50","fontName":["VZMDTX+QjfkjqRrbhprHjqhbmTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":58,"change":"ContentChange","str":"© The Author(s) 2019 5","line":0,"x":53.85879801999998,"y":56.70920181,"width":"81.39","height":"8.50","fontName":["VZMDTX+QjfkjqRrbhprHjqhbmTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":77,"change":"ContentChange","str":"© The Author(s) 2019 25","line":0,"x":53.85879801999998,"y":56.70920181,"width":"85.64","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":77,"change":"ContentChange","str":"© The Author(s) 2019 25","line":0,"x":53.85879801999998,"y":56.70920181,"width":"85.64","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":82,"change":"ContentChange","str":"emissions 2","line":24,"x":173.59590148,"y":179.01190185,"width":"40.81","height":"9.24","fontName":["RXZLYA+SxqmbgHvxfdvLjxxyxCalibri-Bold"],"dir":["ltr"]}
|
{"page":82,"change":"ContentChange","str":"emissions 2","line":24,"x":173.59590148,"y":179.01190185,"width":"40.81","height":"9.24","fontName":["RXZLYA+SxqmbgHvxfdvLjxxyxCalibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":82,"change":"ContentChange","str":"emission 2","line":29,"x":264.9559021,"y":359.1749878,"width":"37.12","height":"9.24","fontName":["RXZLYA+SxqmbgHvxfdvLjxxyxCalibri-Bold"],"dir":["ltr"]}
|
{"page":82,"change":"ContentChange","str":"emission 2","line":30,"x":264.9559021,"y":359.1749878,"width":"37.12","height":"9.24","fontName":["RXZLYA+SxqmbgHvxfdvLjxxyxCalibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":90,"change":"ContentChange","str":"() = () × () + wr","line":27,"x":109.51450347,"y":356.37850952,"width":"70.25","height":"13.43","fontName":["CYMZWE+XmrcwlVmqqxgJlwbyfSymbolMT","CYMZWE+YgvvngMndpqmPvqbrsTimesLTStd-Italic"],"dir":["ltr"]}
|
{"page":90,"change":"ContentChange","str":"() = () × () + wr","line":27,"x":109.51450347,"y":356.37850952,"width":"70.25","height":"13.43","fontName":["CYMZWE+XmrcwlVmqqxgJlwbyfSymbolMT","CYMZWE+YgvvngMndpqmPvqbrsTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
{"page":90,"change":"ContentChange","str":"∑∑ == ∑ =","line":28,"x":132.10830688,"y":347.31600952,"width":"59.38","height":"15.00","fontName":["CYMZWE+XmrcwlVmqqxgJlwbyfSymbolMT"],"dir":["ltr"]}
|
{"page":90,"change":"ContentChange","str":"∑∑ == ∑ =","line":28,"x":132.10830688,"y":347.31600952,"width":"59.38","height":"15.00","fontName":["CYMZWE+XmrcwlVmqqxgJlwbyfSymbolMT"],"dir":["ltr"]}
|
||||||
{"page":90,"change":"ContentChange","str":"() × wr , ()","line":31,"x":291.76449584,"y":354.47229003,"width":"44.83","height":"13.43","fontName":["CYMZWE+XmrcwlVmqqxgJlwbyfSymbolMT","CYMZWE+YgvvngMndpqmPvqbrsTimesLTStd-Italic","CYMZWE+VvhkmjSjgmhkYhnylwTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":90,"change":"ContentChange","str":"() × wr , ()","line":31,"x":291.76449584,"y":354.47229003,"width":"44.83","height":"13.43","fontName":["CYMZWE+XmrcwlVmqqxgJlwbyfSymbolMT","CYMZWE+YgvvngMndpqmPvqbrsTimesLTStd-Italic","CYMZWE+VvhkmjSjgmhkYhnylwTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
@ -60,20 +59,17 @@
|
|||||||
{"page":90,"change":"ContentChange","str":"– SECP mi t","line":37,"x":53.85829925,"y":281.47229003,"width":"42.22","height":"10.00","fontName":["RXZLYA+TmcjtyKmygfwVfvvtxTimes-Roman","CYMZWE+ThcfdrXbqwrcQsmprdTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":90,"change":"ContentChange","str":"– SECP mi t","line":37,"x":53.85829925,"y":281.47229003,"width":"42.22","height":"10.00","fontName":["RXZLYA+TmcjtyKmygfwVfvvtxTimes-Roman","CYMZWE+ThcfdrXbqwrcQsmprdTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":92,"change":"ContentChange","str":"FD ss tU ED tM St t","line":6,"x":141.35830688,"y":283.01049804,"width":"153.51","height":"10.00","fontName":["CYMZWE+YkcncjSmyngrRlmqtyTimesLTStd-Italic"],"dir":["ltr"]}
|
{"page":92,"change":"ContentChange","str":"FD ss tU ED tM St t","line":6,"x":141.35830688,"y":283.01049804,"width":"153.51","height":"10.00","fontName":["CYMZWE+YkcncjSmyngrRlmqtyTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
{"page":92,"change":"ContentChange","str":"() = ∑ () ⋅ () ⋅ η et ()","line":12,"x":162.57699584,"y":283.04168701,"width":"94.77","height":"15.00","fontName":["CYMZWE+FxbflyGsfbsnXpxckjSymbolMT","CYMZWE+YkcncjSmyngrRlmqtyTimesLTStd-Italic"],"dir":["ltr"]}
|
{"page":92,"change":"ContentChange","str":"() = ∑ () ⋅ () ⋅ η et ()","line":12,"x":162.57699584,"y":283.04168701,"width":"94.77","height":"15.00","fontName":["CYMZWE+FxbflyGsfbsnXpxckjSymbolMT","CYMZWE+YkcncjSmyngrRlmqtyTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
{"page":92,"change":"ContentChange","str":"FD fe tF Dt","line":13,"x":176.85830688,"y":253.69799804,"width":"110.33","height":"10.00","fontName":["CYMZWE+PrjxyqBrsjnlCyvkvxTimes-Italic"],"dir":["ltr"]}
|
{"page":92,"change":"ContentChange","str":"() = ∑ fe ()","line":17,"x":198.07699584,"y":251.04170227,"width":"52.15","height":"15.00","fontName":["CYMZWE+VmnspxJjprylKxyfwnSymbolMT","CYMZWE+PrjxyqBrsjnlCyvkvxTimes-Italic"],"dir":["ltr"]}
|
||||||
{"page":92,"change":"ContentChange","str":"() = ∑ fe ()","line":16,"x":198.07699584,"y":251.04170227,"width":"52.15","height":"15.00","fontName":["CYMZWE+VmnspxJjprylKxyfwnSymbolMT","CYMZWE+PrjxyqBrsjnlCyvkvxTimes-Italic"],"dir":["ltr"]}
|
{"page":92,"change":"ContentChange","str":"() = ∑∑ () = ∑ () = ∑∑∑ () ⋅ et t tt fe","line":26,"x":92.38950347,"y":219.01049804,"width":"300.35","height":"15.00","fontName":["CYMZWE+FxbflyGsfbsnXpxckjSymbolMT","CYMZWE+RkrdqcCckkvhKdwwkcTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
{"page":92,"change":"ContentChange","str":"() = ∑∑ () = ∑ () = ∑∑∑ () ⋅ et t tt fe","line":25,"x":92.38950347,"y":219.01049804,"width":"300.35","height":"15.00","fontName":["CYMZWE+FxbflyGsfbsnXpxckjSymbolMT","CYMZWE+RkrdqcCckkvhKdwwkcTimesLTStd-Italic"],"dir":["ltr"]}
|
{"page":92,"change":"ContentChange","str":"() ⋅ η et ()","line":27,"x":326.60830688,"y":220.91670227,"width":"44.33","height":"13.43","fontName":["CYMZWE+FxbflyGsfbsnXpxckjSymbolMT","CYMZWE+RkrdqcCckkvhKdwwkcTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
{"page":92,"change":"ContentChange","str":"() ⋅ η et ()","line":26,"x":326.60830688,"y":220.91670227,"width":"44.33","height":"13.43","fontName":["CYMZWE+FxbflyGsfbsnXpxckjSymbolMT","CYMZWE+RkrdqcCckkvhKdwwkcTimesLTStd-Italic"],"dir":["ltr"]}
|
{"page":92,"change":"ContentChange","str":"Input Energy System Model Result s","line":39,"x":64.3714981,"y":597.03387451,"width":"121.12","height":"8.52","fontName":["RXZLYA+KwkmjsLsbmnfFlsmphCalibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":92,"change":"ContentChange","str":"Input Energy System Model Result s","line":36,"x":64.3714981,"y":597.03387451,"width":"121.12","height":"8.52","fontName":["RXZLYA+KwkmjsLsbmnfFlsmphCalibri-Bold"],"dir":["ltr"]}
|
{"page":93,"change":"ContentChange","str":"() = ∑∑ () ⋅ () ⋅ η ct ()","line":22,"x":160.35830688,"y":419.50350952,"width":"105.83","height":"15.00","fontName":["CYMZWE+FxbflyGsfbsnXpxckjSymbolMT","CYMZWE+LssxbjNdlrtrDyqlwdTimes-Italic"],"dir":["ltr"]}
|
||||||
{"page":92,"change":"ContentChange","str":"fuel demand • refineries etc.","line":77,"x":171.33129882,"y":486.38839721,"width":"80.40","height":"7.56","fontName":["RXZLYA+QkkrpvKrbpfmMvyqmrCalibri","CYMZWE+MjmxyyBhjnjcWskqfqArialMT"],"dir":["ltr"]}
|
{"page":93,"change":"ContentChange","str":"() = ∑ pe ()","line":25,"x":196.88949584,"y":385.50350952,"width":"53.37","height":"15.00","fontName":["CYMZWE+VmnspxJjprylKxyfwnSymbolMT","CYMZWE+BshqpvSpkmshWkjxslTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
{"page":93,"change":"ContentChange","str":"PD pe tF Dt MS tt","line":13,"x":138.35830688,"y":422.15979003,"width":"203.89","height":"10.00","fontName":["CYMZWE+LssxbjNdlrtrDyqlwdTimes-Italic"],"dir":["ltr"]}
|
|
||||||
{"page":93,"change":"ContentChange","str":"() = ∑∑ () ⋅ () ⋅ η ct ()","line":19,"x":160.35830688,"y":419.50350952,"width":"105.83","height":"15.00","fontName":["CYMZWE+FxbflyGsfbsnXpxckjSymbolMT","CYMZWE+LssxbjNdlrtrDyqlwdTimes-Italic"],"dir":["ltr"]}
|
|
||||||
{"page":93,"change":"ContentChange","str":"() = ∑ pe ()","line":22,"x":196.88949584,"y":385.50350952,"width":"53.37","height":"15.00","fontName":["CYMZWE+VmnspxJjprylKxyfwnSymbolMT","CYMZWE+BshqpvSpkmshWkjxslTimesLTStd-Italic"],"dir":["ltr"]}
|
|
||||||
{"page":96,"change":"ContentChange","str":"De ma nd an dL oa d Re gi on Dist ri bu ti on","line":30,"x":153.0269928,"y":569.88104248,"width":"87.42","height":"5.04","fontName":["RXZLYA+HhsjsrFdmwkgKpfdglCalibri-Bold"],"dir":["ltr"]}
|
{"page":96,"change":"ContentChange","str":"De ma nd an dL oa d Re gi on Dist ri bu ti on","line":30,"x":153.0269928,"y":569.88104248,"width":"87.42","height":"5.04","fontName":["RXZLYA+HhsjsrFdmwkgKpfdglCalibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":96,"change":"ContentChange","str":"> by region generation capacity","line":37,"x":81.12506103,"y":418.74380493,"width":"62.49","height":"5.04","fontName":["XZRLEO+CcgsdxXqtymqWfxnlmCalibri-Light"],"dir":["ltr"]}
|
{"page":96,"change":"ContentChange","str":"> by region generation capacity","line":37,"x":81.12506103,"y":418.74380493,"width":"62.49","height":"5.04","fontName":["XZRLEO+CcgsdxXqtymqWfxnlmCalibri-Light"],"dir":["ltr"]}
|
||||||
{"page":102,"change":"ContentChange","str":"D i s p a t c h S t o","line":53,"x":103.13210296,"y":177.55239868,"width":"26.49","height":"5.54","fontName":["XZRLEO+YpnfwtMvqmfkVbhfspCalibri-Light"],"dir":["ltr"]}
|
{"page":102,"change":"ContentChange","str":"D i s p a t c h S t o","line":55,"x":103.13210296,"y":177.55239868,"width":"26.49","height":"5.54","fontName":["XZRLEO+YpnfwtMvqmfkVbhfspCalibri-Light"],"dir":["ltr"]}
|
||||||
{"page":102,"change":"ContentChange","str":"S t o connec\u001fo n","line":56,"x":213.92030334,"y":175.07215881,"width":"32.07","height":"5.53","fontName":["XZRLEO+YpnfwtMvqmfkVbhfspCalibri-Light"],"dir":["ltr"]}
|
{"page":102,"change":"ContentChange","str":"S t o connec\u001fo n","line":58,"x":213.92030334,"y":175.07215881,"width":"32.07","height":"5.53","fontName":["XZRLEO+YpnfwtMvqmfkVbhfspCalibri-Light"],"dir":["ltr"]}
|
||||||
{"page":103,"change":"ContentChange","str":"Technology options Input","line":29,"x":237.34648895999996,"y":379.6489221100003,"width":"85.11","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":103,"change":"ContentChange","str":"Technology options Input","line":30,"x":237.34648895999996,"y":379.6489221100003,"width":"85.11","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":104,"change":"ContentChange","str":"Technology option Input","line":38,"x":217.34648895999996,"y":584.22527982,"width":"81.80","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":104,"change":"ContentChange","str":"Technology option Input","line":38,"x":217.34648895999996,"y":584.22527982,"width":"81.80","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":110,"change":"ContentChange","str":"SS tt =+ − 1 IO tt − (3.1)","line":10,"x":186.20199584,"y":187.50700378,"width":"225.80","height":"10.00","fontName":["XYDAEO+HwpmsnFtgshfNycmdvTimesLTStd-Italic","CYMZWE+WnljlfVhlmlkYpmbjmSymbolMT","CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":110,"change":"ContentChange","str":"SS tt =+ − 1 IO tt − (3.1)","line":10,"x":186.20199584,"y":187.50700378,"width":"225.80","height":"10.00","fontName":["XYDAEO+HwpmsnFtgshfNycmdvTimesLTStd-Italic","CYMZWE+WnljlfVhlmlkYpmbjmSymbolMT","CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":110,"change":"ContentChange","str":"OI t ga","line":16,"x":187.23330688,"y":84.50700378,"width":"81.16","height":"10.00","fontName":["CYMZWE+RfkmlmCbwfhrNjlfsrTimesLTStd-Italic"],"dir":["ltr"]}
|
{"page":110,"change":"ContentChange","str":"OI t ga","line":16,"x":187.23330688,"y":84.50700378,"width":"81.16","height":"10.00","fontName":["CYMZWE+RfkmlmCbwfhrNjlfsrTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
@ -82,42 +78,30 @@
|
|||||||
{"page":111,"change":"ContentChange","str":"IS tt SI t ga","line":3,"x":168.85830688,"y":551.47229003,"width":"163.13","height":"10.00","fontName":["CYMZWE+JnnmwhRppsbdNjtrhcTimesLTStd-Italic"],"dir":["ltr"]}
|
{"page":111,"change":"ContentChange","str":"IS tt SI t ga","line":3,"x":168.85830688,"y":551.47229003,"width":"163.13","height":"10.00","fontName":["CYMZWE+JnnmwhRppsbdNjtrhcTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
{"page":111,"change":"ContentChange","str":"=− − + ta ()","line":6,"x":178.35830688,"y":551.47229003,"width":"77.89","height":"13.43","fontName":["CYMZWE+LlcbxwCjblldRrfmkqSymbolMT","CYMZWE+JnnmwhRppsbdNjtrhcTimesLTStd-Italic"],"dir":["ltr"]}
|
{"page":111,"change":"ContentChange","str":"=− − + ta ()","line":6,"x":178.35830688,"y":551.47229003,"width":"77.89","height":"13.43","fontName":["CYMZWE+LlcbxwCjblldRrfmkqSymbolMT","CYMZWE+JnnmwhRppsbdNjtrhcTimesLTStd-Italic"],"dir":["ltr"]}
|
||||||
{"page":111,"change":"ContentChange","str":"1 ∑ −","line":8,"x":214.10830688,"y":551.47229003,"width":"16.76","height":"15.00","fontName":["CYMZWE+XmxrchHpvfbwGtgfhrTimesLTStd-Roman","CYMZWE+LlcbxwCjblldRrfmkqSymbolMT"],"dir":["ltr"]}
|
{"page":111,"change":"ContentChange","str":"1 ∑ −","line":8,"x":214.10830688,"y":551.47229003,"width":"16.76","height":"15.00","fontName":["CYMZWE+XmxrchHpvfbwGtgfhrTimesLTStd-Roman","CYMZWE+LlcbxwCjblldRrfmkqSymbolMT"],"dir":["ltr"]}
|
||||||
{"page":111,"change":"ContentChange","str":"Demand pt ,, =⋅ IM pt etal intensity pt , (3.4)","line":15,"x":150.85830688,"y":461.47229003,"width":"254.38","height":"10.00","fontName":["HWUTOU+YctbqfJtrbjwNbgjgfTimes-Italic","RYSWYA+SttfqgYhbwvtSrrmhqTimes-Roman","CYMZWE+BkhypbHgxfqqVvqjgySymbolMT","CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":111,"change":"ContentChange","str":"Demand pt ,, =⋅ IM pt etal intensity pt , (3.4)","line":16,"x":150.85830688,"y":461.47229003,"width":"254.38","height":"10.00","fontName":["HWUTOU+YctbqfJtrbjwNbgjgfTimes-Italic","RYSWYA+SttfqgYhbwvtSrrmhqTimes-Roman","CYMZWE+BkhypbHgxfqqVvqjgySymbolMT","CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":111,"change":"ContentChange","str":"Primar yp roduction pt ,, =− Demand pt Discar dR pt , ⋅ ecyclin gr at e p (3.5)","line":28,"x":91.35829925,"y":281.47229003,"width":"495.58","height":"10.00","fontName":["HWUTOU+LkkmwjJfmwhjJqsdrnTimes-Italic","RYSWYA+SttfqgYhbwvtSrrmhqTimes-Roman","CYMZWE+StydcbYcsxcnRbpthnSymbolMT","CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":111,"change":"ContentChange","str":"Primar yp roduction pt ,, =− Demand pt Discar dR pt , ⋅ ecyclin gr at e p (3.5)","line":29,"x":91.35829925,"y":281.47229003,"width":"495.58","height":"10.00","fontName":["HWUTOU+LkkmwjJfmwhjJqsdrnTimes-Italic","RYSWYA+SttfqgYhbwvtSrrmhqTimes-Roman","CYMZWE+StydcbYcsxcnRbpthnSymbolMT","CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":116,"change":"ContentChange","str":"0% 2010 2020 2030 2040 2050 2060 2070 2080 2090 2100","line":17,"x":85.43740081,"y":338.97750454999994,"width":"200.00","height":"8.44","fontName":["RYSWYA+XlhkqrKjnnnpXyfrmgHelvetica"],"dir":["ltr"]}
|
{"page":116,"change":"ContentChange","str":" Emissions ( 2","line":27,"x":81.25440216,"y":511.3420105,"width":"51.61","height":"10.13","fontName":["RYSWYA+BbhhmtKhhfrxDfrlsdMyriadPro-Regular"],"dir":["ltr"]}
|
||||||
{"page":116,"change":"ContentChange","str":" Emissions ( 2","line":26,"x":81.25440216,"y":511.3420105,"width":"51.61","height":"10.13","fontName":["RYSWYA+BbhhmtKhhfrxDfrlsdMyriadPro-Regular"],"dir":["ltr"]}
|
{"page":118,"change":"ContentChange","str":"Global Emissions (kt) Global Emissions (kt)","line":206,"x":176.34977722,"y":270.08322143,"width":"59.95","height":"3.17","fontName":["RYSWYA+HkcdnhVtqgwfBnbklrHelvetica"],"dir":["ltr"]}
|
||||||
{"page":116,"change":"ContentChange","str":"LDF 1.5C LDF 2.0C","line":34,"x":129.42515563,"y":522.7145996,"width":"61.64","height":"8.44","fontName":["RYSWYA+BbhhmtKhhfrxDfrlsdMyriadPro-Regular"],"dir":["ltr"]}
|
{"page":118,"change":"ContentChange","str":"Global Emissions (kt) Global Emissions (kt) Global Emissions (kt)","line":207,"x":80.61859893,"y":341.6166687,"width":"89.92","height":"3.17","fontName":["RYSWYA+HkcdnhVtqgwfBnbklrHelvetica"],"dir":["ltr"]}
|
||||||
{"page":118,"change":"ContentChange","str":"-100 -5 05 10 15 20 25","line":152,"x":80.70210266,"y":113.79859924,"width":"46.87","height":"2.58","fontName":["RYSWYA+DsljxlLptjfqGqxcbyHelvetica"],"dir":["ltr"]}
|
{"page":118,"change":"ContentChange","str":"Global Emissions (Mt) Global Emissions (Mt)","line":209,"x":80.61859893,"y":482.34759521,"width":"62.06","height":"3.17","fontName":["RYSWYA+HkcdnhVtqgwfBnbklrHelvetica"],"dir":["ltr"]}
|
||||||
{"page":118,"change":"ContentChange","str":"-2 -5 05 10 15 20 25","line":165,"x":178.55499267,"y":113.79859924,"width":"44.00","height":"2.58","fontName":["RYSWYA+BgkhrxDrpscmDndtkgHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":118,"change":"ContentChange","str":"-2 -5 05 10 15 20 25","line":173,"x":272.83700561,"y":113.79859924,"width":"44.00","height":"2.58","fontName":["RYSWYA+BgkhrxDrpscmDndtkgHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":118,"change":"ContentChange","str":"Global Emissions (kt) Global Emissions (kt)","line":203,"x":176.34977722,"y":270.08322143,"width":"59.95","height":"3.17","fontName":["RYSWYA+HkcdnhVtqgwfBnbklrHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":118,"change":"ContentChange","str":"Global Emissions (kt) Global Emissions (kt) Global Emissions (kt)","line":204,"x":80.61859893,"y":341.6166687,"width":"89.92","height":"3.17","fontName":["RYSWYA+HkcdnhVtqgwfBnbklrHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":118,"change":"ContentChange","str":"Global Emissions (Mt) Global Emissions (Mt)","line":206,"x":80.61859893,"y":482.34759521,"width":"62.06","height":"3.17","fontName":["RYSWYA+HkcdnhVtqgwfBnbklrHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":123,"change":"ContentChange","str":"0.5 (90%: 0.25–1) )","line":22,"x":136.43268580999995,"y":324.6345097100005,"width":"64.69","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
|
||||||
{"page":124,"change":"ContentChange","str":"0.4 (80%: 0.36–0.44) )","line":22,"x":136.27828977999994,"y":322.13451755000057,"width":"75.31","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
|
||||||
{"page":124,"change":"ContentChange","str":"0.65 (80%: 0.59–0.72) )","line":58,"x":259.8343047899999,"y":322.1260336700006,"width":"79.56","height":"8.50","fontName":["CVNJWE+QxgrwgDmkxwmPsqhksTimesLTStd-Roman"],"dir":["ltr"]}
|
|
||||||
{"page":131,"change":"ContentChange","str":"© The Author(s) 2019 79","line":0,"x":53.85879801999998,"y":56.70920181,"width":"85.64","height":"8.50","fontName":["KKYTIJ+RsrtgmLbwryvNqmycxTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":131,"change":"ContentChange","str":"© The Author(s) 2019 79","line":0,"x":53.85879801999998,"y":56.70920181,"width":"85.64","height":"8.50","fontName":["KKYTIJ+RsrtgmLbwryvNqmycxTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":132,"change":"ContentChange","str":"2000 0 2050 2100 2150","line":26,"x":99.71720123,"y":386.03381347,"width":"71.93","height":"7.61","fontName":["SJXPQT+RqllskVqqccnTjbpclHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":134,"change":"ContentChange","str":" emission and sequestration rates 2","line":3,"x":393.22061157,"y":172.9611969,"width":"114.45","height":"8.50","fontName":["KKYTIJ+RsrtgmLbwryvNqmycxTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":134,"change":"ContentChange","str":" emission and sequestration rates 2","line":3,"x":393.22061157,"y":172.9611969,"width":"114.45","height":"8.50","fontName":["KKYTIJ+RsrtgmLbwryvNqmycxTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":139,"change":"ContentChange","str":") emissions in the literature-reported scenarios considered and the LDF pathways derived in this study X","line":3,"x":396.22039794,"y":236.63450622,"width":"350.29","height":"8.50","fontName":["KKYTIJ+RsrtgmLbwryvNqmycxTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":139,"change":"ContentChange","str":") emissions in the literature-reported scenarios considered and the LDF pathways derived in this study X","line":3,"x":396.22039794,"y":236.63450622,"width":"350.29","height":"8.50","fontName":["KKYTIJ+RsrtgmLbwryvNqmycxTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":140,"change":"ContentChange","str":") emissions in the literature-reported scenarios considered and the LDF pathways derived in this study X","line":3,"x":394.47039794,"y":236.23460388,"width":"350.29","height":"8.50","fontName":["KKYTIJ+RsrtgmLbwryvNqmycxTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":140,"change":"ContentChange","str":") emissions in the literature-reported scenarios considered and the LDF pathways derived in this study X","line":3,"x":394.47039794,"y":236.23460388,"width":"350.29","height":"8.50","fontName":["KKYTIJ+RsrtgmLbwryvNqmycxTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":144,"change":"ContentChange","str":"© The Author(s) 2019 93","line":0,"x":53.85879801999998,"y":56.70920181,"width":"85.64","height":"8.50","fontName":["LNXWIX+HnpxfkNsnwjjDdfnwjTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":144,"change":"ContentChange","str":"© The Author(s) 2019 93","line":0,"x":53.85879801999998,"y":56.70920181,"width":"85.64","height":"8.50","fontName":["LNXWIX+HnpxfkNsnwjjDdfnwjTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":155,"change":"ContentChange","str":"Production (Mb/d) Price (USD 2013/b)","line":39,"x":53.85908217999997,"y":266.97803051,"width":"97.89","height":"5.89","fontName":["ENJBOL+VtsxnfQmctmlNtjjmtArialMT"],"dir":["ltr"]}
|
{"page":155,"change":"ContentChange","str":"Production (Mb/d) Price (USD 2013/b)","line":39,"x":53.85908217999997,"y":266.97803051,"width":"97.89","height":"5.89","fontName":["ENJBOL+VtsxnfQmctmlNtjjmtArialMT"],"dir":["ltr"]}
|
||||||
{"page":182,"change":"ContentChange","str":"© The Author(s) 2019 131","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["CSLHWZ+FdpslqMkstnlWqhkkrTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":182,"change":"ContentChange","str":"© The Author(s) 2019 131","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["CSLHWZ+FdpslqMkstnlWqhkkrTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":188,"change":"ContentChange","str":"Powertrain split per transport performance OECD North America Europe OECD OECD Pacific China India Africa","line":45,"x":57.44520187,"y":109.87082672,"width":"204.32","height":"5.03","fontName":["MPJKGF+GvjjsfFgdlscXjlcgjCalibri"],"dir":["ltr"]}
|
{"page":188,"change":"ContentChange","str":"Powertrain split per transport performance OECD Pacific China India Africa","line":49,"x":57.44520187,"y":112.0401001,"width":"136.55","height":"5.03","fontName":["MPJKGF+GvjjsfFgdlscXjlcgjCalibri"],"dir":["ltr"]}
|
||||||
{"page":188,"change":"ContentChange","str":"OECD North America Europe OECD OECD Pacifi cC hina Indi aA frica","line":47,"x":242.501297,"y":109.50263214,"width":"163.62","height":"5.03","fontName":["MPJKGF+GvjjsfFgdlscXjlcgjCalibri"],"dir":["ltr"]}
|
{"page":189,"change":"ContentChange","str":"Fuel cell eletric share of total bus pkm 2015 2020 2025 2030 2035 2040 2045 2050","line":49,"x":233.75039672,"y":522.18798829,"width":"151.29","height":"5.00","fontName":["MPJKGF+NvtlfgVgkfkrFspmjbCalibri"],"dir":["ltr"]}
|
||||||
{"page":189,"change":"ContentChange","str":"Ba tte ry a nd 2015 2020 2025 2030 2035 2040 2045 2050","line":28,"x":58.43529891,"y":517.43072511,"width":"99.37","height":"5.00","fontName":["MPJKGF+NvtlfgVgkfkrFspmjbCalibri"],"dir":["ltr"]}
|
|
||||||
{"page":189,"change":"ContentChange","str":"Fuel cell eletric share of total bus pkm 2015 2020 2025 2030 2035 2040 2045 2050","line":33,"x":233.75039672,"y":522.18798829,"width":"151.29","height":"5.00","fontName":["MPJKGF+NvtlfgVgkfkrFspmjbCalibri"],"dir":["ltr"]}
|
|
||||||
{"page":191,"change":"ContentChange","str":"Powertrain split of world passenger car fleet 2015 2020 2025 2030 2035 2040 2045 2050","line":35,"x":57.94569391000004,"y":504.12770388,"width":"174.26","height":"5.19","fontName":["MPJKGF+BrhdtnByrnwhNjjbxtCalibri"],"dir":["ltr"]}
|
{"page":191,"change":"ContentChange","str":"Powertrain split of world passenger car fleet 2015 2020 2025 2030 2035 2040 2045 2050","line":35,"x":57.94569391000004,"y":504.12770388,"width":"174.26","height":"5.19","fontName":["MPJKGF+BrhdtnByrnwhNjjbxtCalibri"],"dir":["ltr"]}
|
||||||
{"page":191,"change":"ContentChange","str":"2.0°C 1.5°C","line":38,"x":88.45828241000004,"y":598.62517099,"width":"25.66","height":"6.00","fontName":["MPJKGF+BrhdtnByrnwhNjjbxtCalibri"],"dir":["ltr"]}
|
{"page":191,"change":"ContentChange","str":"2.0°C 1.5°C","line":38,"x":88.45828241000004,"y":598.62517099,"width":"25.66","height":"6.00","fontName":["MPJKGF+BrhdtnByrnwhNjjbxtCalibri"],"dir":["ltr"]}
|
||||||
{"page":195,"change":"ContentChange","str":"0.43 0.43","line":26,"x":110.79514312,"y":538.66973876,"width":"25.41","height":"7.16","fontName":["CAJCWZ+SvyqmgTdqmvkTwxynnCalibri"],"dir":["ltr"]}
|
{"page":195,"change":"ContentChange","str":"0.43 0.43","line":26,"x":110.79514312,"y":538.66973876,"width":"25.41","height":"7.16","fontName":["CAJCWZ+SvyqmgTdqmvkTwxynnCalibri"],"dir":["ltr"]}
|
||||||
{"page":197,"change":"ContentChange","str":"r o t c a f y c n e i c i f f e c i f i c e p s n o i g e R 1.4 0","line":66,"x":60.59410095,"y":388.44320678,"width":"66.41","height":"4.84","fontName":["MPJKGF+VbgdrlXnpwdkQkmhkcCalibri"],"dir":["ltr"]}
|
{"page":197,"change":"ContentChange","str":"r o t c a f y c n e i c i f f e c i f i c e p s 1.4","line":68,"x":60.59410095,"y":406.72155761,"width":"50.68","height":"4.84","fontName":["MPJKGF+VbgdrlXnpwdkQkmhkcCalibri"],"dir":["ltr"]}
|
||||||
{"page":198,"change":"ContentChange","str":"5.0°C 2.0°C 1.5°C","line":20,"x":194.16360473,"y":419.43328857,"width":"59.65","height":"9.32","fontName":["MPJKGF+FkvrllMbkflwFmfyqdCalibri"],"dir":["ltr"]}
|
{"page":198,"change":"ContentChange","str":"5.0°C 2.0°C 1.5°C","line":20,"x":194.16360473,"y":419.43328857,"width":"59.65","height":"9.32","fontName":["MPJKGF+FkvrllMbkflwFmfyqdCalibri"],"dir":["ltr"]}
|
||||||
{"page":202,"change":"ContentChange","str":"USA OECD Europe India China Africa","line":31,"x":137.43195339000007,"y":333.8248901399999,"width":"92.70","height":"6.73","fontName":["MPJKGF+GmtklnGnyjddXmymcfCalibri"],"dir":["ltr"]}
|
{"page":202,"change":"ContentChange","str":"USA OECD Europe India China Africa","line":31,"x":137.43195339000007,"y":333.8248901399999,"width":"92.70","height":"6.73","fontName":["MPJKGF+GmtklnGnyjddXmymcfCalibri"],"dir":["ltr"]}
|
||||||
{"page":202,"change":"ContentChange","str":"5.0 ̊C 2.0 ̊C 1.5 ̊C","line":34,"x":191.94599148000006,"y":345.1698913599999,"width":"42.78","height":"6.73","fontName":["MPJKGF+GmtklnGnyjddXmymcfCalibri"],"dir":["ltr"]}
|
{"page":202,"change":"ContentChange","str":"5.0 ̊C 2.0 ̊C 1.5 ̊C","line":34,"x":191.94599148000006,"y":345.1698913599999,"width":"42.78","height":"6.73","fontName":["MPJKGF+GmtklnGnyjddXmymcfCalibri"],"dir":["ltr"]}
|
||||||
{"page":205,"change":"ContentChange","str":"USA India Chin aA frica","line":26,"x":155.96220397,"y":146.25890352999994,"width":"123.01","height":"6.59","fontName":["MPJKGF+PgjqykBfvwqnBjhcykCalibri"],"dir":["ltr"]}
|
{"page":205,"change":"ContentChange","str":"USA India Chin aA frica","line":28,"x":155.96220397,"y":146.25890352999994,"width":"123.01","height":"6.59","fontName":["MPJKGF+PgjqykBfvwqnBjhcykCalibri"],"dir":["ltr"]}
|
||||||
{"page":211,"change":"ContentChange","str":"© The Author(s) 2019 161","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["PUOYMP+MvlhfjYrxffwDbwglxTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":211,"change":"ContentChange","str":"© The Author(s) 2019 161","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["PUOYMP+MvlhfjYrxffwDbwglxTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":223,"change":"ContentChange","str":"Sterman, J.D., Siegel, L., Rooney-Varga, J.N., 2018. Does replacing coal with wood lower CO emissions? Dynamic lifecycle analysis of wood bioenergy. Environmental Research Letters 13, 2","line":11,"x":53.85202026,"y":488.18829345,"width":"653.09","height":"8.50","fontName":["PUOYMP+MvlhfjYrxffwDbwglxTimesLTStd-Roman"],"dir":["ltr"]}
|
|
||||||
{"page":224,"change":"ContentChange","str":"© The Author(s) 2019 175","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":224,"change":"ContentChange","str":"© The Author(s) 2019 175","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":225,"change":"ContentChange","str":"5.0° C 2.0° C 1.5° C","line":31,"x":170.63452529999998,"y":89.67630004000003,"width":"52.47","height":"6.99","fontName":["RZTODG+BpjqmsKpnhmpYtdqvcArial-BoldMT"],"dir":["ltr"]}
|
{"page":225,"change":"ContentChange","str":"5.0° C 2.0° C 1.5° C","line":31,"x":170.63452529999998,"y":89.67630004000003,"width":"52.47","height":"6.99","fontName":["RZTODG+BpjqmsKpnhmpYtdqvcArial-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":226,"change":"ContentChange","str":"5.0°C 2.0°C 1.5°C 5.0°C 2.0°C 1.5°C 5.0°C 2.0°C 1.5°C 5.0°C 2.0°C 1.5°C 5.0°C 2.0°C 1.5°C","line":26,"x":120.60590362,"y":119.311203,"width":"263.63","height":"7.00","fontName":["RZTODG+FlcxkgKyjpvhYwdvldArialBold"],"dir":["ltr"]}
|
{"page":226,"change":"ContentChange","str":"5.0°C 2.0°C 1.5°C 5.0°C 2.0°C 1.5°C 5.0°C 2.0°C 1.5°C 5.0°C 2.0°C 1.5°C 5.0°C 2.0°C 1.5°C","line":26,"x":120.60590362,"y":119.311203,"width":"263.63","height":"7.00","fontName":["RZTODG+FlcxkgKyjpvhYwdvldArialBold"],"dir":["ltr"]}
|
||||||
@ -125,63 +109,48 @@
|
|||||||
{"page":231,"change":"ContentChange","str":"billion $ ct/kWh","line":36,"x":61.187711,"y":518.5109859800001,"width":"55.84","height":"8.96","fontName":["RZTODG+MwpthjTbvnfcHnvwxmCalibri"],"dir":["ltr"]}
|
{"page":231,"change":"ContentChange","str":"billion $ ct/kWh","line":36,"x":61.187711,"y":518.5109859800001,"width":"55.84","height":"8.96","fontName":["RZTODG+MwpthjTbvnfcHnvwxmCalibri"],"dir":["ltr"]}
|
||||||
{"page":231,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":39,"x":76.1977017,"y":404.2080074700001,"width":"149.80","height":"8.28","fontName":["RZTODG+MwpthjTbvnfcHnvwxmCalibri"],"dir":["ltr"]}
|
{"page":231,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":39,"x":76.1977017,"y":404.2080074700001,"width":"149.80","height":"8.28","fontName":["RZTODG+MwpthjTbvnfcHnvwxmCalibri"],"dir":["ltr"]}
|
||||||
{"page":231,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":40,"x":76.19770170000001,"y":391.5350948700001,"width":"264.22","height":"8.28","fontName":["RZTODG+MwpthjTbvnfcHnvwxmCalibri"],"dir":["ltr"]}
|
{"page":231,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":40,"x":76.19770170000001,"y":391.5350948700001,"width":"264.22","height":"8.28","fontName":["RZTODG+MwpthjTbvnfcHnvwxmCalibri"],"dir":["ltr"]}
|
||||||
{"page":232,"change":"ContentChange","str":"total 20,40 billion $ 0","line":29,"x":212.68559265,"y":531.38269042,"width":"73.57","height":"8.54","fontName":["RZTODG+NlsftfPbvlymPcsmbvArialMT"],"dir":["ltr"]}
|
|
||||||
{"page":237,"change":"ContentChange","str":"emissions [Mt/yr] 2","line":45,"x":60.28260425,"y":508.44100895,"width":"61.96","height":"7.20","fontName":["RZTODG+BxmbvdKngwykVbjjdfArialBold"],"dir":["ltr"]}
|
{"page":237,"change":"ContentChange","str":"emissions [Mt/yr] 2","line":45,"x":60.28260425,"y":508.44100895,"width":"61.96","height":"7.20","fontName":["RZTODG+BxmbvdKngwykVbjjdfArialBold"],"dir":["ltr"]}
|
||||||
{"page":240,"change":"ContentChange","str":" emissions 2","line":84,"x":191.2492006999999,"y":83.79331117000073,"width":"38.21","height":"8.50","fontName":["WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":240,"change":"ContentChange","str":" emissions 2","line":84,"x":191.2492006999999,"y":83.79331117000073,"width":"38.21","height":"8.50","fontName":["WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":241,"change":"ContentChange","str":" emissions 2","line":14,"x":96.41919884999999,"y":83.79325800000055,"width":"38.21","height":"8.50","fontName":["WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":241,"change":"ContentChange","str":" emissions 2","line":14,"x":96.41919884999999,"y":83.79325800000055,"width":"38.21","height":"8.50","fontName":["WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":241,"change":"ContentChange","str":" emissions 2","line":185,"x":321.28408989999997,"y":83.79325800000055,"width":"38.21","height":"8.50","fontName":["WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":241,"change":"ContentChange","str":" emissions 2","line":185,"x":321.28408989999997,"y":83.79325800000055,"width":"38.21","height":"8.50","fontName":["WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":262,"change":"ContentChange","str":"b illio ct /kWh","line":47,"x":84.80729728,"y":528.8308639,"width":"44.27","height":"8.73","fontName":["RZTODG+DbvlwdLwjcwvDkvrvtCalibri"],"dir":["ltr"]}
|
|
||||||
{"page":263,"change":"ContentChange","str":"Nuclear 34%","line":22,"x":166.67019653,"y":502.77581787,"width":"38.12","height":"7.00","fontName":["RZTODG+NlsftfPbvlymPcsmbvArialMT"],"dir":["ltr"]}
|
{"page":263,"change":"ContentChange","str":"Nuclear 34%","line":22,"x":166.67019653,"y":502.77581787,"width":"38.12","height":"7.00","fontName":["RZTODG+NlsftfPbvlymPcsmbvArialMT"],"dir":["ltr"]}
|
||||||
{"page":268,"change":"ContentChange","str":"emissions [Mt/yr] 2 ","line":50,"x":60.10969564,"y":506.17718383000005,"width":"64.36","height":"7.29","fontName":["RZTODG+TycjldSqjskqXmdmmgArialBold"],"dir":["ltr"]}
|
{"page":268,"change":"ContentChange","str":"emissions [Mt/yr] 2 ","line":50,"x":60.10969564,"y":506.17718383000005,"width":"64.36","height":"7.29","fontName":["RZTODG+TycjldSqjskqXmdmmgArialBold"],"dir":["ltr"]}
|
||||||
{"page":268,"change":"ContentChange","str":"Fig. 8.24 emissions (after 2015) in the scenarios (‘Savings’ = reduction compared with the 5.0 °C Scenario) OECD North America: development of CO 2 emissions by sector and cumulative CO 2","line":56,"x":53.85829565000002,"y":361.72958252000006,"width":"657.59","height":"8.50","fontName":["HCVGTA+HrrpsrRfvtprJnvfvdTimesLTStd-Bold","WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":280,"change":"ContentChange","str":"PJ yr","line":41,"x":61.088202439999996,"y":518.08442233,"width":"18.17","height":"8.43","fontName":["RZTODG+WhlvpcDpsfwkTwgnpdArialBold"],"dir":["ltr"]}
|
||||||
{"page":280,"change":"ContentChange","str":"PJ h/ yr","line":40,"x":61.088202439999996,"y":518.08442233,"width":"25.68","height":"8.43","fontName":["RZTODG+WhlvpcDpsfwkTwgnpdArialBold"],"dir":["ltr"]}
|
{"page":282,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":49,"x":87.25340178,"y":112.80759890999997,"width":"152.48","height":"7.05","fontName":["RZTODG+WpjppmBnybkhSqjfwsArialBold"],"dir":["ltr"]}
|
||||||
{"page":282,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":47,"x":87.25340178,"y":112.80759890999997,"width":"152.48","height":"7.05","fontName":["RZTODG+WpjppmBnybkhSqjfwsArialBold"],"dir":["ltr"]}
|
{"page":282,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":50,"x":87.25340942000001,"y":99.69059451999998,"width":"269.55","height":"7.05","fontName":["RZTODG+WpjppmBnybkhSqjfwsArialBold"],"dir":["ltr"]}
|
||||||
{"page":282,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":48,"x":87.25340942000001,"y":99.69059451999998,"width":"269.55","height":"7.05","fontName":["RZTODG+WpjppmBnybkhSqjfwsArialBold"],"dir":["ltr"]}
|
{"page":289,"change":"ContentChange","str":"emi 2 ","line":52,"x":60.230305590000015,"y":509.40619212999997,"width":"18.12","height":"7.43","fontName":["RZTODG+BxmbvdKngwykVbjjdfArialBold"],"dir":["ltr"]}
|
||||||
{"page":286,"change":"ContentChange","str":"solar 7%","line":42,"x":251.71476745,"y":148.07318115,"width":"27.16","height":"6.99","fontName":["BBRWNM+HgjmcdSvyrpsKxvdpnArialMT"],"dir":["ltr"]}
|
{"page":300,"change":"ContentChange","str":"PJ yr","line":39,"x":60.99500174000013,"y":517.3621825999999,"width":"17.93","height":"8.32","fontName":["RZTODG+LrvhtlKgrxgvMtytqgArialBold"],"dir":["ltr"]}
|
||||||
{"page":289,"change":"ContentChange","str":"CO t]","line":46,"x":60.230305590000015,"y":492.61236888999997,"width":"16.77","height":"7.43","fontName":["RZTODG+BxmbvdKngwykVbjjdfArialBold"],"dir":["ltr"]}
|
{"page":302,"change":"ContentChange","str":"billion $ ct/kWh","line":50,"x":61.85393406000001,"y":213.94273719999998,"width":"64.64","height":"9.16","fontName":["RZTODG+WmnsvfTdyjjmHbynjdArialBold"],"dir":["ltr"]}
|
||||||
{"page":289,"change":"ContentChange","str":"emi 2 ","line":47,"x":60.230305590000015,"y":509.40619212999997,"width":"18.12","height":"7.43","fontName":["RZTODG+BxmbvdKngwykVbjjdfArialBold"],"dir":["ltr"]}
|
{"page":302,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":53,"x":78.09520222,"y":112.30750617999998,"width":"152.41","height":"7.05","fontName":["RZTODG+WmnsvfTdyjjmHbynjdArialBold"],"dir":["ltr"]}
|
||||||
{"page":289,"change":"ContentChange","str":"'Power generation' 'Transport' 'Residential & other sectors' 5.0°C 1.5°C 'Other Conversion' 'Industry' Savings 2.0°C","line":52,"x":151.17030803,"y":395.88620311999995,"width":"331.85","height":"6.36","fontName":["RZTODG+BxmbvdKngwykVbjjdfArialBold"],"dir":["ltr"]}
|
{"page":302,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":54,"x":78.09519841,"y":99.69150123999997,"width":"269.44","height":"7.05","fontName":["RZTODG+WmnsvfTdyjjmHbynjdArialBold"],"dir":["ltr"]}
|
||||||
{"page":300,"change":"ContentChange","str":"PJ h/ yr","line":38,"x":60.99500174000013,"y":517.3621825999999,"width":"25.34","height":"8.32","fontName":["RZTODG+LrvhtlKgrxgvMtytqgArialBold"],"dir":["ltr"]}
|
|
||||||
{"page":302,"change":"ContentChange","str":"billion $ ct/kWh","line":49,"x":61.85393406000001,"y":213.94273719999998,"width":"64.64","height":"9.16","fontName":["RZTODG+WmnsvfTdyjjmHbynjdArialBold"],"dir":["ltr"]}
|
|
||||||
{"page":302,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":52,"x":78.09520222,"y":112.30750617999998,"width":"152.41","height":"7.05","fontName":["RZTODG+WmnsvfTdyjjmHbynjdArialBold"],"dir":["ltr"]}
|
|
||||||
{"page":302,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":53,"x":78.09519841,"y":99.69150123999997,"width":"269.44","height":"7.05","fontName":["RZTODG+WmnsvfTdyjjmHbynjdArialBold"],"dir":["ltr"]}
|
|
||||||
{"page":304,"change":"ContentChange","str":"CHP 8%","line":18,"x":209.00195312,"y":469.40628051,"width":"28.60","height":"8.05","fontName":["RZTODG+NlsftfPbvlymPcsmbvArialMT"],"dir":["ltr"]}
|
{"page":304,"change":"ContentChange","str":"CHP 8%","line":18,"x":209.00195312,"y":469.40628051,"width":"28.60","height":"8.05","fontName":["RZTODG+NlsftfPbvlymPcsmbvArialMT"],"dir":["ltr"]}
|
||||||
{"page":309,"change":"ContentChange","str":"CO [Gt]","line":62,"x":60.1982994,"y":492.99960327,"width":"26.70","height":"8.16","fontName":["MCEFLQ+PpnhysJdqvkjGmpgvhArial-BoldMT"],"dir":["ltr"]}
|
{"page":309,"change":"ContentChange","str":"emissions 2 ","line":64,"x":60.1982994,"y":505.22149658,"width":"47.39","height":"8.16","fontName":["MCEFLQ+PpnhysJdqvkjGmpgvhArial-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":309,"change":"ContentChange","str":"emissions 2 ","line":63,"x":60.1982994,"y":505.22149658,"width":"47.39","height":"8.16","fontName":["MCEFLQ+PpnhysJdqvkjGmpgvhArial-BoldMT"],"dir":["ltr"]}
|
|
||||||
{"page":321,"change":"ContentChange","str":"billion ct/kWh","line":39,"x":61.68059921,"y":230.09861755,"width":"54.85","height":"9.57","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":321,"change":"ContentChange","str":"billion ct/kWh","line":39,"x":61.68059921,"y":230.09861755,"width":"54.85","height":"9.57","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":321,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":43,"x":80.93530273,"y":112.8184967,"width":"155.55","height":"8.59","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":321,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":43,"x":80.93530273,"y":112.8184967,"width":"155.55","height":"8.59","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":321,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0° C","line":44,"x":80.93529892999999,"y":99.35449981,"width":"274.36","height":"8.59","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":321,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0° C","line":44,"x":80.93529892999999,"y":99.35449981,"width":"274.36","height":"8.59","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":323,"change":"ContentChange","str":"Nuclear 41%","line":42,"x":172.60423278,"y":410.23770141,"width":"38.82","height":"8.03","fontName":["MCEFLQ+LmyxrsRtjcpqXqkbjkCalibri-Light"],"dir":["ltr"]}
|
{"page":323,"change":"ContentChange","str":"Nuclear 41%","line":45,"x":172.60423278,"y":410.23770141,"width":"38.82","height":"8.03","fontName":["MCEFLQ+LmyxrsRtjcpqXqkbjkCalibri-Light"],"dir":["ltr"]}
|
||||||
{"page":328,"change":"ContentChange","str":"CO [Gt]","line":39,"x":60.97439956,"y":472.52862548,"width":"27.14","height":"8.29","fontName":["MCEFLQ+VgfdvbHxgymvVcphqqArial-BoldMT"],"dir":["ltr"]}
|
{"page":328,"change":"ContentChange","str":"CO [Gt]","line":39,"x":60.97439956,"y":472.52862548,"width":"27.14","height":"8.29","fontName":["MCEFLQ+VgfdvbHxgymvVcphqqArial-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":328,"change":"ContentChange","str":"emissions 2 ","line":40,"x":60.97439956,"y":489.42590332,"width":"48.39","height":"8.29","fontName":["MCEFLQ+VgfdvbHxgymvVcphqqArial-BoldMT"],"dir":["ltr"]}
|
{"page":328,"change":"ContentChange","str":"emissions 2 ","line":40,"x":60.97439956,"y":489.42590332,"width":"48.39","height":"8.29","fontName":["MCEFLQ+VgfdvbHxgymvVcphqqArial-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":339,"change":"ContentChange","str":"billion ct/kWh","line":43,"x":61.93268966,"y":218.71679687,"width":"56.65","height":"9.88","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":339,"change":"ContentChange","str":"billion ct/kWh","line":43,"x":61.93268966,"y":218.71679687,"width":"56.65","height":"9.88","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":339,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0° C 5.0°C","line":47,"x":94.7602005,"y":112.27749633,"width":"142.17","height":"7.87","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":339,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0° C 5.0°C","line":47,"x":94.7602005,"y":112.27749633,"width":"142.17","height":"7.87","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":339,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5° C Spec. Electricity Generation Costs 2.0° C","line":48,"x":94.76020050999998,"y":99.15950013999999,"width":"250.68","height":"7.87","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":339,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5° C Spec. Electricity Generation Costs 2.0° C","line":48,"x":94.76020050999998,"y":99.15950013999999,"width":"250.68","height":"7.87","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":341,"change":"ContentChange","str":"Efficienc (compared to 5.0°C) y","line":36,"x":341.9914856,"y":264.80178833,"width":"76.65","height":"5.51","fontName":["MCEFLQ+FbptpgQvxkjbRxnkltArial-BoldMT"],"dir":["ltr"]}
|
{"page":341,"change":"ContentChange","str":"Renewable 0%","line":72,"x":223.45587158,"y":382.47009277,"width":"51.54","height":"8.99","fontName":["MCEFLQ+BjnbgvKqcctwHgknfxCalibri"],"dir":["ltr"]}
|
||||||
{"page":341,"change":"ContentChange","str":"Renewable 0%","line":58,"x":53.85829925,"y":391.36010742,"width":"51.54","height":"8.99","fontName":["MCEFLQ+BjnbgvKqcctwHgknfxCalibri"],"dir":["ltr"]}
|
|
||||||
{"page":341,"change":"ContentChange","str":"Renewable 0%","line":67,"x":223.45587158,"y":382.47009277,"width":"51.54","height":"8.99","fontName":["MCEFLQ+BjnbgvKqcctwHgknfxCalibri"],"dir":["ltr"]}
|
|
||||||
{"page":346,"change":"ContentChange","str":"CO [Gt]","line":43,"x":60.8608017,"y":490.6871643,"width":"26.71","height":"8.16","fontName":["MCEFLQ+JxwktwXfnlxfSkcfjlArial-BoldMT"],"dir":["ltr"]}
|
{"page":346,"change":"ContentChange","str":"CO [Gt]","line":43,"x":60.8608017,"y":490.6871643,"width":"26.71","height":"8.16","fontName":["MCEFLQ+JxwktwXfnlxfSkcfjlArial-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":346,"change":"ContentChange","str":"emissions 2 ","line":44,"x":60.8608017,"y":507.30279541,"width":"47.64","height":"8.16","fontName":["MCEFLQ+JxwktwXfnlxfSkcfjlArial-BoldMT"],"dir":["ltr"]}
|
{"page":346,"change":"ContentChange","str":"emissions 2 ","line":44,"x":60.8608017,"y":507.30279541,"width":"47.64","height":"8.16","fontName":["MCEFLQ+JxwktwXfnlxfSkcfjlArial-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":358,"change":"ContentChange","str":"billion ct/kWh","line":62,"x":62.02289962,"y":290.26159663000004,"width":"57.26","height":"9.99","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":358,"change":"ContentChange","str":"billion ct/kWh","line":62,"x":62.02289962,"y":290.26159663000004,"width":"57.26","height":"9.99","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":358,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":66,"x":94.67479705,"y":180.42260738000002,"width":"144.64","height":"7.99","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":358,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":66,"x":94.67479705,"y":180.42260738000002,"width":"144.64","height":"7.99","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":358,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5° C Spec. Electricity Generation Costs 2.0° C","line":67,"x":94.67478942,"y":167.16259762000004,"width":"255.10","height":"7.99","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":358,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5° C Spec. Electricity Generation Costs 2.0° C","line":67,"x":94.67478942,"y":167.16259762000004,"width":"255.10","height":"7.99","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":360,"change":"ContentChange","str":"Renewable 22%","line":17,"x":61.2576294,"y":348.19302368,"width":"51.14","height":"8.29","fontName":["MCEFLQ+WmtsjnTqhhsxYnxsfwCalibri-Light"],"dir":["ltr"]}
|
{"page":360,"change":"ContentChange","str":"Renewable 22%","line":17,"x":61.2576294,"y":348.19302368,"width":"51.14","height":"8.29","fontName":["MCEFLQ+WmtsjnTqhhsxYnxsfwCalibri-Light"],"dir":["ltr"]}
|
||||||
{"page":365,"change":"ContentChange","str":"CO [Gt]","line":59,"x":60.51119995,"y":498.68209838,"width":"23.07","height":"8.14","fontName":["WZCNVW+VbprnmNxlwqdYmxkbhCalibri-Bold"],"dir":["ltr"]}
|
{"page":365,"change":"ContentChange","str":"emissions 2 ","line":61,"x":60.51119995,"y":508.47299194,"width":"39.47","height":"8.14","fontName":["WZCNVW+VbprnmNxlwqdYmxkbhCalibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":365,"change":"ContentChange","str":"emissions 2 ","line":60,"x":60.51119995,"y":508.47299194,"width":"39.47","height":"8.14","fontName":["WZCNVW+VbprnmNxlwqdYmxkbhCalibri-Bold"],"dir":["ltr"]}
|
|
||||||
{"page":365,"change":"ContentChange","str":"Fig. 8.69 emissions (after 2015) in the scenarios (‘Savings’ = reduction compared with the 5.0 °C Scenario) Eastern Europe/Eurasia: development of CO 2 emissions by sector and cumulative CO 2","line":67,"x":53.85789871,"y":355.03060913,"width":"657.61","height":"8.50","fontName":["HCVGTA+HrrpsrRfvtprJnvfvdTimesLTStd-Bold","WBIXVW+GdxfghFpvhyyRwyvdbTimesLTStd-Roman"],"dir":["ltr"]}
|
|
||||||
{"page":374,"change":"ContentChange","str":"PJ/yr r","line":38,"x":61.23238268999998,"y":229.57021025999995,"width":"24.37","height":"8.60","fontName":["MCEFLQ+RnvhbgXmtmdlYqjlywArial-BoldMT"],"dir":["ltr"]}
|
{"page":374,"change":"ContentChange","str":"PJ/yr r","line":38,"x":61.23238268999998,"y":229.57021025999995,"width":"24.37","height":"8.60","fontName":["MCEFLQ+RnvhbgXmtmdlYqjlywArial-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":377,"change":"ContentChange","str":"billion ct/kWh","line":17,"x":64.00240325,"y":513.3333129499999,"width":"57.33","height":"10.00","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":377,"change":"ContentChange","str":"billion ct/kWh","line":17,"x":64.00240325,"y":513.3333129499999,"width":"57.33","height":"10.00","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":377,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":21,"x":74.14790344,"y":404.28399655000004,"width":"155.62","height":"8.60","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":377,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":21,"x":74.14790344,"y":404.28399655000004,"width":"155.62","height":"8.60","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":377,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0° C","line":22,"x":74.14790344,"y":391.10598751000003,"width":"274.48","height":"8.60","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":377,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0° C","line":22,"x":74.14790344,"y":391.10598751000003,"width":"274.48","height":"8.60","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":383,"change":"ContentChange","str":"CO [Gt]","line":55,"x":60.5754013,"y":240.09620666,"width":"23.29","height":"8.22","fontName":["WZCNVW+VbprnmNxlwqdYmxkbhCalibri-Bold"],"dir":["ltr"]}
|
{"page":383,"change":"ContentChange","str":"emissions 2 ","line":57,"x":60.5754013,"y":249.98060607,"width":"39.85","height":"8.22","fontName":["WZCNVW+VbprnmNxlwqdYmxkbhCalibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":383,"change":"ContentChange","str":"emissions 2 ","line":56,"x":60.5754013,"y":249.98060607,"width":"39.85","height":"8.22","fontName":["WZCNVW+VbprnmNxlwqdYmxkbhCalibri-Bold"],"dir":["ltr"]}
|
|
||||||
{"page":397,"change":"ContentChange","str":"billion $ ct/kWh","line":40,"x":61.6941986,"y":513.8781127300001,"width":"59.73","height":"9.59","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":397,"change":"ContentChange","str":"billion $ ct/kWh","line":40,"x":61.6941986,"y":513.8781127300001,"width":"59.73","height":"9.59","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":397,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":43,"x":78.70210266,"y":400.3344115500001,"width":"155.84","height":"8.61","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":397,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":43,"x":78.70210266,"y":400.3344115500001,"width":"155.84","height":"8.61","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":397,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":44,"x":78.70209503000001,"y":387.13330071000007,"width":"274.87","height":"8.61","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":397,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":44,"x":78.70209503000001,"y":387.13330071000007,"width":"274.87","height":"8.61","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":398,"change":"ContentChange","str":"Nuclear 43%","line":22,"x":164.17462158,"y":495.40905761,"width":"41.71","height":"8.63","fontName":["MCEFLQ+QrffsrNfcdkpXbhpqcCalibri-Light"],"dir":["ltr"]}
|
{"page":398,"change":"ContentChange","str":"Nuclear 43%","line":22,"x":164.17462158,"y":495.40905761,"width":"41.71","height":"8.63","fontName":["MCEFLQ+QrffsrNfcdkpXbhpqcCalibri-Light"],"dir":["ltr"]}
|
||||||
{"page":398,"change":"ContentChange","str":"Renewable 4%","line":35,"x":58.35021972,"y":410.9274292,"width":"48.82","height":"8.63","fontName":["MCEFLQ+QrffsrNfcdkpXbhpqcCalibri-Light"],"dir":["ltr"]}
|
|
||||||
{"page":401,"change":"ContentChange","str":"collectors solar 52%","line":35,"x":80.14317321,"y":314.59158325,"width":"61.67","height":"7.93","fontName":["MCEFLQ+QqlbjbYwygbhXnwslwCalibri-Light"],"dir":["ltr"]}
|
|
||||||
{"page":401,"change":"ContentChange","str":"collector solar 54% s","line":47,"x":246.68469238,"y":309.16461181,"width":"59.88","height":"7.93","fontName":["MCEFLQ+QqlbjbYwygbhXnwslwCalibri-Light"],"dir":["ltr"]}
|
|
||||||
{"page":403,"change":"ContentChange","str":"emissions [Mt/yr] 2","line":43,"x":60.57550048,"y":508.56610107,"width":"63.79","height":"8.22","fontName":["WZCNVW+VbprnmNxlwqdYmxkbhCalibri-Bold"],"dir":["ltr"]}
|
{"page":403,"change":"ContentChange","str":"emissions [Mt/yr] 2","line":43,"x":60.57550048,"y":508.56610107,"width":"63.79","height":"8.22","fontName":["WZCNVW+VbprnmNxlwqdYmxkbhCalibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":413,"change":"ContentChange","str":"billion $ ct/kWh","line":43,"x":62.4375801,"y":224.68431089,"width":"59.26","height":"9.51","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":413,"change":"ContentChange","str":"billion $ ct/kWh","line":43,"x":62.4375801,"y":224.68431089,"width":"59.26","height":"9.51","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":413,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":46,"x":75.08779907,"y":105.09049985000001,"width":"154.63","height":"8.54","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":413,"change":"ContentChange","str":"Spec. Electricity Generation Costs 5.0°C 5.0°C","line":46,"x":75.08779907,"y":105.09049985000001,"width":"154.63","height":"8.54","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
@ -192,64 +161,53 @@
|
|||||||
{"page":433,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":45,"x":74.9210968,"y":395.64569090999987,"width":"270.34","height":"8.47","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
{"page":433,"change":"ContentChange","str":"Spec. Electricity Generation Costs 1.5°C Spec. Electricity Generation Costs 2.0°C","line":45,"x":74.9210968,"y":395.64569090999987,"width":"270.34","height":"8.47","fontName":["RZTODG+NrkwtgFsrbqmLqtvcrCalibri"],"dir":["ltr"]}
|
||||||
{"page":434,"change":"ContentChange","str":"Nuclear 31%","line":24,"x":150.16030883,"y":207.04818725,"width":"36.79","height":"7.61","fontName":["MCEFLQ+RrcrkbJfrpywWblqwnCalibri-Light"],"dir":["ltr"]}
|
{"page":434,"change":"ContentChange","str":"Nuclear 31%","line":24,"x":150.16030883,"y":207.04818725,"width":"36.79","height":"7.61","fontName":["MCEFLQ+RrcrkbJfrpywWblqwnCalibri-Light"],"dir":["ltr"]}
|
||||||
{"page":439,"change":"ContentChange","str":"emissions [Mt/yr] 2 ","line":34,"x":60.9482994,"y":267.45550537,"width":"72.79","height":"8.29","fontName":["MCEFLQ+LcbghpMvhqgtLjqmvgArial-BoldMT"],"dir":["ltr"]}
|
{"page":439,"change":"ContentChange","str":"emissions [Mt/yr] 2 ","line":34,"x":60.9482994,"y":267.45550537,"width":"72.79","height":"8.29","fontName":["MCEFLQ+LcbghpMvhqgtLjqmvgArial-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":439,"change":"ContentChange","str":"'Power generation' 'Transport' 'Residential & other sectors' 5.0°C 1.5°C 'Other Conversion' 'Industry' Savings 2.0°C","line":35,"x":149.66700744,"y":154.52799987,"width":"344.36","height":"6.60","fontName":["MCEFLQ+LcbghpMvhqgtLjqmvgArial-BoldMT"],"dir":["ltr"]}
|
|
||||||
{"page":451,"change":"ContentChange","str":"© The Author(s) 2019 403","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["LYEPZS+PnjsjyLhrblyLybwyqTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":451,"change":"ContentChange","str":"© The Author(s) 2019 403","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["LYEPZS+PnjsjyLhrblyLybwyqTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":460,"change":"ContentChange","str":"© The Author(s) 2019 413","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["PGGTUK+MjlrwvGpnncyLwpvhkTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":460,"change":"ContentChange","str":"© The Author(s) 2019 413","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["PGGTUK+MjlrwvGpnncyLwpvhkTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"60 .0 50 .0 40 .0 30 .0 20 .0 10 .0","line":2,"x":100.5982132,"y":99.88877105,"width":"83.54","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"15 20","line":15,"x":257.67944335,"y":130.60710144,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"15 20","line":3,"x":257.67944335,"y":130.60710144,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"20 20","line":16,"x":257.67944335,"y":169.1295929,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"20 20","line":4,"x":257.67944335,"y":169.1295929,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"25 20","line":17,"x":257.68618774,"y":188.4312439,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"25 20","line":5,"x":257.68618774,"y":188.4312439,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"30 20","line":18,"x":257.68618774,"y":207.7328949,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"30 20","line":6,"x":257.68618774,"y":207.7328949,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"50 20","line":19,"x":257.68618774,"y":227.0345459,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"50 20","line":7,"x":257.68618774,"y":227.0345459,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"20 20","line":20,"x":257.68618774,"y":265.55700683,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"20 20","line":8,"x":257.68618774,"y":265.55700683,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"25 20","line":21,"x":257.68618774,"y":284.77786254,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"25 20","line":9,"x":257.68618774,"y":284.77786254,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"30 20","line":22,"x":257.68618774,"y":304.0794983,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"30 20","line":10,"x":257.68618774,"y":304.0794983,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"50 20","line":23,"x":257.68618774,"y":323.38116455,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"50 20","line":11,"x":257.68618774,"y":323.38116455,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"ns llio Mi bs Direct jo","line":24,"x":117.1544876,"y":90.55809783,"width":"59.84","height":"7.46","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"ns llio Mi bs Direct jo","line":12,"x":117.1544876,"y":90.55809783,"width":"59.84","height":"7.46","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"15 20","line":71,"x":257.68188476,"y":387.56600952,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"60 .0 50 .0 40 .0 30 .0 20 .0 10 .0","line":39,"x":100.6778183,"y":356.8500061,"width":"81.65","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"20 20","line":72,"x":257.68188476,"y":426.0899353,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"15 20","line":40,"x":257.68188476,"y":387.56600952,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"25 20","line":73,"x":257.68188476,"y":445.39230346,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"20 20","line":41,"x":257.68188476,"y":426.0899353,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"30 20","line":74,"x":257.68188476,"y":464.6138916,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"25 20","line":42,"x":257.68188476,"y":445.39230346,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"50 20","line":75,"x":257.68188476,"y":483.91625976,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"30 20","line":43,"x":257.68188476,"y":464.6138916,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"20 20","line":76,"x":257.68862915,"y":522.44018554,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"50 20","line":44,"x":257.68188476,"y":483.91625976,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"25 20","line":77,"x":257.68862915,"y":541.74255371,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"20 20","line":45,"x":257.68862915,"y":522.44018554,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"30 20","line":78,"x":257.69534301,"y":561.04492187,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"25 20","line":46,"x":257.68862915,"y":541.74255371,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"50 20","line":79,"x":257.69534301,"y":580.2664795,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"30 20","line":47,"x":257.69534301,"y":561.04492187,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"ns Millio s job ect Dir","line":80,"x":117.22910308,"y":347.5173645,"width":"60.00","height":"7.46","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"50 20","line":48,"x":257.69534301,"y":580.2664795,"width":"14.95","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"5 01 2","line":116,"x":253.89959716,"y":130.60710144,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"ns Millio s job ect Dir","line":49,"x":117.22910308,"y":347.5173645,"width":"60.00","height":"7.46","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 02 2","line":117,"x":253.89660644,"y":169.13049316,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"5 01 2","line":75,"x":253.89959716,"y":130.60710144,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"5 02 2","line":118,"x":253.89860534,"y":188.42999267,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 02 2","line":76,"x":253.89660644,"y":169.13049316,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 03 2","line":119,"x":253.89959716,"y":207.73199462,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"5 02 2","line":77,"x":253.89860534,"y":188.42999267,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 05 2","line":120,"x":253.89959716,"y":227.03199768,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 03 2","line":78,"x":253.89959716,"y":207.73199462,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 02 2","line":121,"x":253.89959716,"y":265.55300903,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 05 2","line":79,"x":253.89959716,"y":227.03199768,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"5 02 2","line":122,"x":253.89959716,"y":284.7749939,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 02 2","line":80,"x":253.89959716,"y":265.55300903,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 03 2","line":123,"x":253.89959716,"y":304.07699584,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"5 02 2","line":81,"x":253.89959716,"y":284.7749939,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 05 2","line":124,"x":253.89660644,"y":323.3789978,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 03 2","line":82,"x":253.89959716,"y":304.07699584,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"5 1 0 2","line":158,"x":253.90260314,"y":387.56600952,"width":"14.96","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 05 2","line":83,"x":253.89660644,"y":323.3789978,"width":"15.04","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 02 2","line":159,"x":253.90260314,"y":426.08999633,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"5 1 0 2","line":104,"x":253.90260314,"y":387.56600952,"width":"14.96","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"5 02 2","line":160,"x":253.90260314,"y":445.39099121,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 02 2","line":105,"x":253.90260314,"y":426.08999633,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 3 0 2","line":161,"x":253.90260314,"y":464.61190795,"width":"14.96","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"5 02 2","line":106,"x":253.90260314,"y":445.39099121,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 5 0 2","line":162,"x":253.89959716,"y":483.91290283,"width":"14.96","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 3 0 2","line":107,"x":253.90260314,"y":464.61190795,"width":"14.96","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 2 0 2","line":163,"x":253.90159606,"y":522.43499755,"width":"14.96","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 5 0 2","line":108,"x":253.89959716,"y":483.91290283,"width":"14.96","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"5 02 2","line":164,"x":253.89959716,"y":541.73687744,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 2 0 2","line":109,"x":253.90159606,"y":522.43499755,"width":"14.96","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 03 2","line":165,"x":253.90260314,"y":561.03997802,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"5 02 2","line":110,"x":253.89959716,"y":541.73687744,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"0 05 2","line":166,"x":253.89959716,"y":580.25891113,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 03 2","line":111,"x":253.90260314,"y":561.03997802,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":465,"change":"ContentChange","str":"i M s ob j t c e r Di","line":167,"x":128.10240173,"y":347.5169983,"width":"41.10","height":"7.46","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"0 05 2","line":112,"x":253.89959716,"y":580.25891113,"width":"15.03","height":"6.73","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":474,"change":"ContentChange","str":"0 00","line":15,"x":276.0119629,"y":106.2506485,"width":"6.55","height":"3.98","fontName":["LNGVQS+QkgcvjQjrskfBjtwtqArialMT"],"dir":["ltr"]}
|
||||||
{"page":465,"change":"ContentChange","str":"i M s ob j t c e r Di","line":113,"x":128.10240173,"y":347.5169983,"width":"41.10","height":"7.46","fontName":["LNGVQS+NcygvmMyjythRykqcwArialMT"],"dir":["ltr"]}
|
{"page":475,"change":"ContentChange","str":"0 00","line":10,"x":260.37786865,"y":100.78972625,"width":"6.83","height":"4.14","fontName":["HCIXMA+NldvkjGtvynxTynbnfArialMT"],"dir":["ltr"]}
|
||||||
{"page":468,"change":"ContentChange","str":"Cells 2439 other electrical equipment manufacturing","line":64,"x":102.42288961999986,"y":352.18781285999995,"width":"176.97","height":"8.50","fontName":["PGGTUK+MjlrwvGpnncyLwpvhkTimesLTStd-Roman"],"dir":["ltr"]}
|
|
||||||
{"page":474,"change":"ContentChange","str":"0 -1 ,0 00 ,0 00","line":3,"x":276.0119629,"y":91.65200042,"width":"21.24","height":"3.98","fontName":["LNGVQS+QkgcvjQjrskfBjtwtqArialMT"],"dir":["ltr"]}
|
|
||||||
{"page":475,"change":"ContentChange","str":"0 ,0 00","line":4,"x":260.37786865,"y":97.53666687,"width":"9.82","height":"4.14","fontName":["HCIXMA+NldvkjGtvynxTynbnfArialMT"],"dir":["ltr"]}
|
|
||||||
{"page":483,"change":"ContentChange","str":"© The Author(s) 2019 437","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["CWYJCU+MwbqrqRrbdpnKlvqykTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":483,"change":"ContentChange","str":"© The Author(s) 2019 437","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["CWYJCU+MwbqrqRrbdpnKlvqykTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":499,"change":"ContentChange","str":"Top 5 Oi producing countries: Northern hemisphere features heavily l","line":29,"x":54.52550125,"y":529.92700195,"width":"132.55","height":"4.50","fontName":["DDLPQS+HhcdtvLcqtlrJpqfqdHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":504,"change":"ContentChange","str":"© The Author(s) 2019 459","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["UFCXMJ+JrxrmgHhwrvyTcvmjtTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":504,"change":"ContentChange","str":"© The Author(s) 2019 459","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["UFCXMJ+JrxrmgHhwrvyTcvmjtTimesLTStd-Roman"],"dir":["ltr"]}
|
||||||
{"page":507,"change":"ContentChange","str":"250 1850 1900 1950 2000 2050 2100","line":1,"x":68.4088974,"y":434.29888916,"width":"88.20","height":"5.88","fontName":["PINOUT+LmtvglLmgpgfQbmdngHelvetica"],"dir":["ltr"]}
|
{"page":507,"change":"ContentChange","str":" concentrations (ppm) 2","line":15,"x":58.90599822,"y":536.8192749,"width":"61.99","height":"5.88","fontName":["PINOUT+LmtvglLmgpgfQbmdngHelvetica"],"dir":["ltr"]}
|
||||||
{"page":507,"change":"ContentChange","str":" concentrations (ppm) 2","line":14,"x":58.90599822,"y":536.8192749,"width":"61.99","height":"5.88","fontName":["PINOUT+LmtvglLmgpgfQbmdngHelvetica"],"dir":["ltr"]}
|
{"page":507,"change":"ContentChange","str":" concentrations (ppb) 4","line":17,"x":58.90599822,"y":377.85391235,"width":"60.36","height":"5.88","fontName":["PINOUT+LmtvglLmgpgfQbmdngHelvetica"],"dir":["ltr"]}
|
||||||
{"page":507,"change":"ContentChange","str":" concentrations (ppb) 4","line":16,"x":58.90599822,"y":377.85391235,"width":"60.36","height":"5.88","fontName":["PINOUT+LmtvglLmgpgfQbmdngHelvetica"],"dir":["ltr"]}
|
{"page":507,"change":"ContentChange","str":"O concentrations (ppb) 2","line":19,"x":58.90599822,"y":208.1038971,"width":"63.30","height":"5.88","fontName":["PINOUT+LmtvglLmgpgfQbmdngHelvetica"],"dir":["ltr"]}
|
||||||
{"page":507,"change":"ContentChange","str":"O concentrations (ppb) 2","line":18,"x":58.90599822,"y":208.1038971,"width":"63.30","height":"5.88","fontName":["PINOUT+LmtvglLmgpgfQbmdngHelvetica"],"dir":["ltr"]}
|
{"page":509,"change":"ContentChange","str":") 2","line":67,"x":382.12630512000015,"y":546.5496850000001,"width":"3.98","height":"6.06","fontName":["PINOUT+PcrbxpXvsmdmXmdyqrHelvetica"],"dir":["ltr"]}
|
||||||
{"page":507,"change":"ContentChange","str":"500 1850 1900 1950 2000 2050 2100","line":19,"x":67.76925665999991,"y":283.6057998500001,"width":"89.86","height":"6.00","fontName":["PINOUT+LmtvglLmgpgfQbmdngHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":507,"change":"ContentChange","str":"260 1850 1900 1950 2000 2050 2100","line":29,"x":67.07383753999987,"y":103.9048007900002,"width":"89.86","height":"6.00","fontName":["PINOUT+YrqylbGqysjmFwklhsHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":508,"change":"ContentChange","str":"200 1850 1900 1950 2000 2050 2100","line":1,"x":73.39589691,"y":354.81060791,"width":"129.37","height":"8.62","fontName":["PINOUT+FnhyqvPvncktXmxdvpHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":508,"change":"ContentChange","str":"1850 0 1900 1950 2000 2050 2100","line":11,"x":80.29003241999987,"y":91.9706715599998,"width":"119.78","height":"8.62","fontName":["PINOUT+WvhmgsPncxmpDvwcryHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":509,"change":"ContentChange","str":"Global Cumulative CO 2 Emissions LDF_REF 2,500","line":42,"x":81.14719440000015,"y":590.10113764,"width":"171.48","height":"8.08","fontName":["PINOUT+MwmqlxYhymckLsjdsqHelveticaBold","PINOUT+PcrbxpXvsmdmXmdyqrHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":509,"change":"ContentChange","str":") 2","line":66,"x":382.12630512000015,"y":546.5496850000001,"width":"3.98","height":"6.06","fontName":["PINOUT+PcrbxpXvsmdmXmdyqrHelvetica"],"dir":["ltr"]}
|
|
||||||
{"page":515,"change":"ContentChange","str":"© The Author(s) 2019 471","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["HNJXSZ+PjhwjxNfxdkbDvkmhnTimesLTStd-Roman"],"dir":["ltr"]}
|
{"page":515,"change":"ContentChange","str":"© The Author(s) 2019 471","line":0,"x":53.85879801999998,"y":56.70920181,"width":"89.89","height":"8.50","fontName":["HNJXSZ+PjhwjxNfxdkbDvkmhnTimesLTStd-Roman"],"dir":["ltr"]}
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 200,
|
"pages": 200,
|
||||||
"items": 8844,
|
"items": 8844,
|
||||||
"groupedItems": 8518,
|
"groupedItems": 8519,
|
||||||
"changes": 236,
|
"changes": 237,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -43,9 +43,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":1,"change":"Addition","str":"S IR A RTHUR I GNATIUS C ONAN D OYLE","line":0,"x":196.324,"y":678.946,"width":"342.54","height":"24.79","fontName":["KKLGKN+NimbusRomNo9L-Regu","INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
{"page":1,"change":"Addition","str":"S IR A RTHUR I GNATIUS","line":0,"x":196.324,"y":702.187,"width":"186.21","height":"20.66","fontName":["KKLGKN+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
||||||
{"page":1,"change":"Addition","str":"T HE A DVENTURES O F","line":2,"x":149.122,"y":483.32700000000006,"width":"273.72","height":"29.89","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
{"page":1,"change":"Addition","str":"C ONAN D OYLE","line":1,"x":214.04500000000002,"y":678.946,"width":"156.34","height":"24.79","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
||||||
{"page":1,"change":"Addition","str":"PDF REE B OOKS . ORG","line":5,"x":241.355,"y":155.418,"width":"108.64","height":"11.96","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
{"page":1,"change":"Addition","str":"T HE A DVENTURES O F","line":3,"x":149.122,"y":483.32700000000006,"width":"273.72","height":"29.89","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
||||||
|
{"page":1,"change":"Addition","str":"PDF REE B OOKS . ORG","line":6,"x":241.355,"y":155.418,"width":"108.64","height":"11.96","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"A Scandal In Bohemia 3","line":1,"x":117.828,"y":561.248,"width":"110.02","height":"10.91","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"A Scandal In Bohemia 3","line":1,"x":117.828,"y":561.248,"width":"110.02","height":"10.91","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"The Red-Headed League 21","line":2,"x":117.828,"y":536.7900000000001,"width":"126.67","height":"10.91","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"The Red-Headed League 21","line":2,"x":117.828,"y":536.7900000000001,"width":"126.67","height":"10.91","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"A Case Of Identity 38","line":3,"x":117.828,"y":512.3320000000001,"width":"98.48","height":"10.91","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"A Case Of Identity 38","line":3,"x":117.828,"y":512.3320000000001,"width":"98.48","height":"10.91","fontName":["INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 200,
|
"pages": 200,
|
||||||
"items": 8461,
|
"items": 8461,
|
||||||
"groupedItems": 8320,
|
"groupedItems": 8321,
|
||||||
"changes": 36,
|
"changes": 36,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 200,
|
"pages": 200,
|
||||||
"items": 8844,
|
"items": 8844,
|
||||||
"groupedItems": 8518,
|
"groupedItems": 8519,
|
||||||
"changes": 568,
|
"changes": 568,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 200,
|
"pages": 200,
|
||||||
"items": 8844,
|
"items": 8844,
|
||||||
"groupedItems": 8518,
|
"groupedItems": 8519,
|
||||||
"changes": 12,
|
"changes": 3,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -42,5 +42,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":1,"change":"ContentChange","str":"S IR C A ONAN RTHUR D I OYLE GNATIUS","line":0,"x":196.324,"y":678.946,"width":"342.54","height":"24.79","fontName":["KKLGKN+NimbusRomNo9L-Regu","INBNCB+NimbusRomNo9L-Medi"],"dir":["ltr"]}
|
|
||||||
{"page":20,"change":"ContentChange","str":"I RENE N ORTON , n e A ́ DLER .”","line":19,"x":318.49899999999997,"y":449.4180000000004,"width":"128.91","height":"10.91","fontName":["KKLGKN+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
{"page":20,"change":"ContentChange","str":"I RENE N ORTON , n e A ́ DLER .”","line":19,"x":318.49899999999997,"y":449.4180000000004,"width":"128.91","height":"10.91","fontName":["KKLGKN+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 76,
|
"pages": 76,
|
||||||
"items": 3205,
|
"items": 3205,
|
||||||
"groupedItems": 2617,
|
"groupedItems": 2649,
|
||||||
"changes": 280,
|
"changes": 281,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -109,9 +109,10 @@
|
|||||||
{"page":16,"change":"Addition","str":"‘Why, she , of course,’ said the Dodo, pointing to Alice with one finger; and","line":19,"x":120.44300000000004,"y":443.2409999999995,"width":"367.04","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"‘Why, she , of course,’ said the Dodo, pointing to Alice with one finger; and","line":19,"x":120.44300000000004,"y":443.2409999999995,"width":"367.04","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
||||||
{"page":17,"change":"Addition","str":"CHAPTER III. A CAUCUS-RACE AND A LONG TALE 17","line":0,"x":102.884,"y":735.021,"width":"294.27","height":"11.96","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167","FZVLIH+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
{"page":17,"change":"Addition","str":"CHAPTER III. A CAUCUS-RACE AND A LONG TALE 17","line":0,"x":102.884,"y":735.021,"width":"294.27","height":"11.96","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167","FZVLIH+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
||||||
{"page":17,"change":"Addition","str":"‘It is a long tail, certainly,’ said Alice, looking down with wonder at the","line":2,"x":120.443,"y":688.8199999999999,"width":"360.69","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
{"page":17,"change":"Addition","str":"‘It is a long tail, certainly,’ said Alice, looking down with wonder at the","line":2,"x":120.443,"y":688.8199999999999,"width":"360.69","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
||||||
{"page":17,"change":"Addition","str":"‘Fury said to a mouse, That he met in the house, “Let us both go to law: I will prosecute you . – Come, I’ll take no denial; We must have a trial: For really this morning I’ve nothing to do.” Said the mouse to the cur, “Such a trial, dear Sir, With no jury or judge, would be wasting our breath.” “I’ll be judge, I’ll be jury,”","line":5,"x":159.57700000000003,"y":348.39499999999947,"width":"1368.00","height":"11.96","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167","FZVLIH+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
{"page":17,"change":"Addition","str":"law: I will prosecute","line":11,"x":173.75000000000003,"y":571.0059999999996,"width":"95.50","height":"11.96","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167"],"dir":["ltr"]}
|
||||||
{"page":17,"change":"Addition","str":"Said cunning old Fury: “I’ll try the whole","line":6,"x":216.27000000000004,"y":301.38699999999955,"width":"122.56","height":"7.97","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167"],"dir":["ltr"]}
|
{"page":17,"change":"Addition","str":"you . – Come,","line":12,"x":202.09700000000004,"y":559.2679999999996,"width":"68.13","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","NGYXVM+NimbusRomNo9L-Regu-Slant_167"],"dir":["ltr"]}
|
||||||
{"page":17,"change":"Addition","str":"‘I had not !’ cried the Mouse, sharply and very angrily.","line":17,"x":120.443,"y":187.3139999999996,"width":"256.73","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
{"page":17,"change":"Addition","str":"breath.” “I’ll be judge, I’ll","line":31,"x":173.75000000000003,"y":358.3419999999995,"width":"101.66","height":"10.91","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167"],"dir":["ltr"]}
|
||||||
|
{"page":17,"change":"Addition","str":"‘I had not !’ cried the Mouse, sharply and very angrily.","line":49,"x":120.443,"y":187.3139999999996,"width":"256.73","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"CHAPTER III. A CAUCUS-RACE AND A LONG TALE 18","line":0,"x":102.884,"y":735.021,"width":"294.27","height":"11.96","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167","FZVLIH+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"CHAPTER III. A CAUCUS-RACE AND A LONG TALE 18","line":0,"x":102.884,"y":735.021,"width":"294.27","height":"11.96","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167","FZVLIH+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"dear! Let this be a lesson to you never to lose your temper!’ – ‘Hold your tongue,","line":9,"x":102.884,"y":587.6989999999997,"width":"382.39","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"dear! Let this be a lesson to you never to lose your temper!’ – ‘Hold your tongue,","line":9,"x":102.884,"y":587.6989999999997,"width":"382.39","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"get me executed, as sure as ferrets are ferrets! Where can I have dropped them,","line":5,"x":102.884,"y":476.118,"width":"381.22","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"get me executed, as sure as ferrets are ferrets! Where can I have dropped them,","line":5,"x":102.884,"y":476.118,"width":"381.22","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu","LOFJZI+NimbusRomNo9L-ReguItal"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 76,
|
"pages": 76,
|
||||||
"items": 3071,
|
"items": 3071,
|
||||||
"groupedItems": 2543,
|
"groupedItems": 2575,
|
||||||
"changes": 40,
|
"changes": 40,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 76,
|
"pages": 76,
|
||||||
"items": 3205,
|
"items": 3205,
|
||||||
"groupedItems": 2617,
|
"groupedItems": 2649,
|
||||||
"changes": 194,
|
"changes": 194,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 76,
|
"pages": 76,
|
||||||
"items": 3205,
|
"items": 3205,
|
||||||
"groupedItems": 2617,
|
"groupedItems": 2649,
|
||||||
"changes": 42,
|
"changes": 3,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -42,6 +42,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":12,"change":"ContentChange","str":"she began again: ‘O u est ma chatte?’ which was the first sentence in her French `","line":37,"x":102.88399999999999,"y":183.2159999999997,"width":"392.53","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
{"page":12,"change":"ContentChange","str":"she began again: ‘O u est ma chatte?’ which was the first sentence in her French `","line":37,"x":102.88399999999999,"y":183.2159999999997,"width":"392.53","height":"11.96","fontName":["FZVLIH+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
||||||
{"page":17,"change":"ContentChange","str":"both go to to do.” our “Let us law: I will nothing Said the wasting breath.” house, prosecute morning I’ve mouse to the would be “I’ll be met in the you really this cur, “Such a trial, or judge, judge, I’ll a trial: For ‘Fury said to I’ll take no must have dear Sir, no jury be jury,” . – Come, a mouse, That he denial; We With","line":5,"x":159.57700000000003,"y":348.39499999999947,"width":"1368.00","height":"11.96","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167","FZVLIH+NimbusRomNo9L-Regu"],"dir":["ltr"]}
|
|
||||||
{"page":17,"change":"ContentChange","str":"cunning “I’ll try the Said old Fury: whole","line":6,"x":216.27000000000004,"y":301.38699999999955,"width":"122.56","height":"7.97","fontName":["NGYXVM+NimbusRomNo9L-Regu-Slant_167"],"dir":["ltr"]}
|
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 24,
|
"pages": 24,
|
||||||
"items": 1403,
|
"items": 1403,
|
||||||
"groupedItems": 1211,
|
"groupedItems": 1215,
|
||||||
"changes": 108,
|
"changes": 106,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -43,7 +43,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":0,"change":"Addition","str":"Folgen, Risiken und Nebenwirkungen der Bedingung »nicht-kommerziell – NC«","line":3,"x":170.668408,"y":81.64933040000001,"width":"410.83","height":"11.00","fontName":["QMZZIE+AvenirLTStd-Light"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"Addition","str":"Nur diese beiden Lizenztypen sind als freie Lizenzen im Sinne der Definition von freedomdefined.org anerkannt und stellen ","line":2,"x":45.3543,"y":311.0667,"width":"330.94","height":"6.00","fontName":["QMZZIE+AvenirLTStd-Book","QMZZIE+AvenirLTStd-Medium"],"dir":["ltr"]}
|
{"page":1,"change":"Addition","str":"Nur diese beiden Lizenztypen sind als freie Lizenzen im Sinne der Definition von freedomdefined.org anerkannt und stellen ","line":2,"x":45.3543,"y":311.0667,"width":"330.94","height":"6.00","fontName":["QMZZIE+AvenirLTStd-Book","QMZZIE+AvenirLTStd-Medium"],"dir":["ltr"]}
|
||||||
{"page":1,"change":"Addition","str":"als auch kommerzielle Nutzungen. bearbeitungen ","line":15,"x":216.3307,"y":362.9311,"width":"162.62","height":"7.00","fontName":["QMZZIE+AvenirLTStd-Book"],"dir":["ltr"]}
|
{"page":1,"change":"Addition","str":"als auch kommerzielle Nutzungen. bearbeitungen ","line":15,"x":216.3307,"y":362.9311,"width":"162.62","height":"7.00","fontName":["QMZZIE+AvenirLTStd-Book"],"dir":["ltr"]}
|
||||||
{"page":1,"change":"Addition","str":"DeriVA tiVeS; NAMeNS-","line":19,"x":165.8268,"y":251.24329999999998,"width":"95.69","height":"8.00","fontName":["QMZZIE+AvenirLTStd-Book"],"dir":["ltr"]}
|
{"page":1,"change":"Addition","str":"DeriVA tiVeS; NAMeNS-","line":19,"x":165.8268,"y":251.24329999999998,"width":"95.69","height":"8.00","fontName":["QMZZIE+AvenirLTStd-Book"],"dir":["ltr"]}
|
||||||
@ -89,12 +88,11 @@
|
|||||||
{"page":3,"change":"Addition","str":"Impressum ................................................................................................................................................................................................................................. 23","line":33,"x":34.01589999999999,"y":74.9291,"width":"347.60","height":"7.00","fontName":["QMZZIE+AvenirLTStd-Light"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"Impressum ................................................................................................................................................................................................................................. 23","line":33,"x":34.01589999999999,"y":74.9291,"width":"347.60","height":"7.00","fontName":["QMZZIE+AvenirLTStd-Light"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"» alle Rechte vorbehalten «, sondern sind im Ge-","line":17,"x":34.0157,"y":254.96809999999982,"width":"168.50","height":"9.00","fontName":["QMZZIE+AGaramond-RegularSC","QMZZIE+AGaramondPro-Regular"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"» alle Rechte vorbehalten «, sondern sind im Ge-","line":17,"x":34.0157,"y":254.96809999999982,"width":"168.50","height":"9.00","fontName":["QMZZIE+AGaramond-RegularSC","QMZZIE+AGaramondPro-Regular"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"re die Einschränkung NC – noncommercial bei ","line":37,"x":215.7617,"y":375.0100999999996,"width":"171.70","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"re die Einschränkung NC – noncommercial bei ","line":37,"x":215.7617,"y":375.0100999999996,"width":"171.70","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"Stell dir eine Welt vor, in der jeder Mensch an der Gesamtheit des Wissens teilhaben kann. Das ist unsere Mission.","line":1,"x":34.0157,"y":446.9321999999999,"width":"539.89","height":"13.00","fontName":["QMZZIE+AGaramond-Italic"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"INhAL tE, DIE FREI GENUtZt ","line":9,"x":34.01570000000001,"y":290.9292,"width":"145.45","height":"10.00","fontName":["QMZZIE+AvenirLTStd-Light"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"INhAL tE, DIE FREI GENUtZt ","line":6,"x":34.01570000000001,"y":290.9292,"width":"145.45","height":"10.00","fontName":["QMZZIE+AvenirLTStd-Light"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"Open Content, » offene Inhalte «, sind Inhalte, ","line":11,"x":34.0157,"y":206.9292,"width":"169.74","height":"9.00","fontName":["QMZZIE+AGaramond-RegularSC","QMZZIE+AGaramondPro-Regular"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"Open Content, » offene Inhalte «, sind Inhalte, ","line":8,"x":34.0157,"y":206.9292,"width":"169.74","height":"9.00","fontName":["QMZZIE+AGaramond-RegularSC","QMZZIE+AGaramondPro-Regular"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"Berliner Erklärung den freien Zugang zu wis-","line":33,"x":215.7617,"y":398.9891999999999,"width":"169.73","height":"9.00","fontName":["QMZZIE+AGaramond-RegularSC","QMZZIE+AGaramondPro-Regular"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"Berliner Erklärung den freien Zugang zu wis-","line":30,"x":215.7617,"y":398.9891999999999,"width":"169.73","height":"9.00","fontName":["QMZZIE+AGaramond-RegularSC","QMZZIE+AGaramondPro-Regular"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"definieren den offenen Zugang oder den › Open ","line":43,"x":215.7617,"y":267.0131999999998,"width":"171.98","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"definieren den offenen Zugang oder den › Open ","line":40,"x":215.7617,"y":267.0131999999998,"width":"171.98","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"Access ‹ als eine umfassende Quelle menschli-","line":44,"x":215.7617,"y":255.0161999999998,"width":"169.75","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"Access ‹ als eine umfassende Quelle menschli-","line":41,"x":215.7617,"y":255.0161999999998,"width":"169.75","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
|
||||||
{"page":7,"change":"Addition","str":"die General Public Licence (GPL) geschaf-","line":4,"x":34.0158,"y":494.93809999999996,"width":"168.20","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"die General Public Licence (GPL) geschaf-","line":4,"x":34.0158,"y":494.93809999999996,"width":"168.20","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"Nutzung zu lizenzieren, sind die Jedermann-Li-","line":16,"x":34.0158,"y":338.9680999999998,"width":"169.74","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"Nutzung zu lizenzieren, sind die Jedermann-Li-","line":16,"x":34.0158,"y":338.9680999999998,"width":"169.74","height":"9.00","fontName":["QMZZIE+AGaramondPro-Regular","QMZZIE+AGaramond-RegularSC"],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"zenzen von Creative Commons (CC). Creative ","line":17,"x":34.0158,"y":326.9710999999998,"width":"172.74","height":"9.00","fontName":["QMZZIE+AGaramond-RegularSC","QMZZIE+AGaramondPro-Regular"],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"zenzen von Creative Commons (CC). Creative ","line":17,"x":34.0158,"y":326.9710999999998,"width":"172.74","height":"9.00","fontName":["QMZZIE+AGaramond-RegularSC","QMZZIE+AGaramondPro-Regular"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 24,
|
"pages": 24,
|
||||||
"items": 1386,
|
"items": 1386,
|
||||||
"groupedItems": 1194,
|
"groupedItems": 1198,
|
||||||
"changes": 154,
|
"changes": 154,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 24,
|
"pages": 24,
|
||||||
"items": 1403,
|
"items": 1403,
|
||||||
"groupedItems": 1211,
|
"groupedItems": 1215,
|
||||||
"changes": 17,
|
"changes": 17,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 24,
|
"pages": 24,
|
||||||
"items": 1403,
|
"items": 1403,
|
||||||
"groupedItems": 1211,
|
"groupedItems": 1215,
|
||||||
"changes": 0,
|
"changes": 0,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 7,
|
"pages": 7,
|
||||||
"items": 282,
|
"items": 282,
|
||||||
"groupedItems": 122,
|
"groupedItems": 152,
|
||||||
"changes": 68,
|
"changes": 86,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -69,38 +69,56 @@
|
|||||||
{"page":3,"change":"Addition","str":"Eine Zeile, die mit kursiv anfing und endet mit fett.","line":11,"x":57,"y":545,"width":"245.17","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"Eine Zeile, die mit kursiv anfing und endet mit fett.","line":11,"x":57,"y":545,"width":"245.17","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"Beende die Zeile mit fett.","line":12,"x":57,"y":519,"width":"123.51","height":"11.00","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"Beende die Zeile mit fett.","line":12,"x":57,"y":519,"width":"123.51","height":"11.00","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"Kursiv ist dann die nachfolgende!","line":13,"x":57,"y":506,"width":"162.06","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"Kursiv ist dann die nachfolgende!","line":13,"x":57,"y":506,"width":"162.06","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"Eine Liste mit unterschiedlich formatierten Wörtern - Etwas Kursiv - Etwas Fett - Etwas Unterstrichen 7","line":14,"x":56.69069,"y":441,"width":"478.83","height":"13.20","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"- Etwas Kursiv","line":15,"x":56.69069,"y":467,"width":"67.97","height":"13.20","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"- Etwas Durchgestrichen - Und noch ein Link: http://pdf2md.morethan.io","line":15,"x":56.69069,"y":415,"width":"341.43","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"- Etwas Fett","line":16,"x":56.69069,"y":454,"width":"57.57","height":"13.20","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"Ne Zeile die kursiv endet,","line":16,"x":57,"y":389,"width":"124.14","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"- Etwas Unterstrichen 7","line":17,"x":56.69069,"y":441,"width":"106.90","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"und in ner (fast) komplett lasziven, eh, kursiven Zeile endet.","line":17,"x":57,"y":376,"width":"290.43","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"- Etwas Durchgestrichen","line":18,"x":56.69069,"y":428,"width":"117.50","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"Und gemixt .","line":21,"x":57,"y":311,"width":"58.68","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"- Und noch ein Link: http://pdf2md.morethan.io","line":19,"x":56.69069,"y":415,"width":"223.92","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"Und ein kursiver Setzt der einen eingeschlossen Link, nämlich http://pdf2md.morethan.io , hat.","line":26,"x":57,"y":207,"width":"455.53","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"Ne Zeile die kursiv endet,","line":20,"x":57,"y":389,"width":"124.14","height":"11.00","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"Fussnote in einer Liste 7","line":27,"x":57,"y":59,"width":"114.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"und in ner (fast) komplett lasziven, eh, kursiven Zeile endet.","line":21,"x":57,"y":376,"width":"290.43","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Addition","str":"\u0000 4","line":28,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"Und gemixt .","line":25,"x":57,"y":311,"width":"58.68","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"Nun eine Liste mit dash’s: - Eintrag 1 - Eintrag 2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. Na ","line":1,"x":56.69069,"y":714,"width":"644.25","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"Und ein kursiver Setzt der einen eingeschlossen Link, nämlich http://pdf2md.morethan.io , hat.","line":30,"x":57,"y":207,"width":"455.53","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"Also los! - Eintrag 3","line":3,"x":56.69069,"y":675,"width":"90.00","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"Fussnote in einer Liste 7","line":31,"x":57,"y":59,"width":"114.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"Und Untergruppen: - Eintrag 1 - Sub Eintrag 1.1, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du ","line":4,"x":56.69069,"y":623,"width":"596.78","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Addition","str":"\u0000 4","line":32,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"es ja nicht. Also los! - Sub Eintrag 1.2 - Eintrag 2 - Sub Eintrag 2.1","line":6,"x":56.69069,"y":558,"width":"305.49","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrag 1","line":2,"x":56.69069,"y":727,"width":"48.42","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"• Eintrage 1","line":8,"x":56.69069,"y":517.7268,"width":"53.99","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrag 2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. Na ","line":3,"x":56.69069,"y":714,"width":"470.06","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"• Eintrage 2","line":9,"x":56.69069,"y":504.7268,"width":"53.99","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrag 3","line":6,"x":56.69069,"y":675,"width":"48.42","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"Gemixt: - Eintrage 1","line":10,"x":56.69069,"y":467,"width":"92.44","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrag 1","line":8,"x":56.69069,"y":636,"width":"48.42","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"• Eintrage 2","line":11,"x":56.69069,"y":452.7268,"width":"53.99","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Sub Eintrag 1.1, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du ","line":9,"x":68.69069,"y":623,"width":"454.79","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"1. Eins","line":13,"x":56.69069,"y":414.7268,"width":"30.58","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Sub Eintrag 1.2","line":12,"x":68.69069,"y":584,"width":"80.23","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"2. Zwei, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. Na los. ","line":14,"x":56.69069,"y":401.7268,"width":"474.22","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrag 2","line":13,"x":56.69069,"y":571,"width":"48.42","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"3. Drei","line":17,"x":56.69069,"y":362.7268,"width":"29.35","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Sub Eintrag 2.1","line":14,"x":68.69069,"y":558,"width":"80.23","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"4. Vier. Und auch hier wieder ein etwas längerer Text, so dass der Eintrag über mehrere Zeilen ","line":18,"x":56.69069,"y":349.7268,"width":"460.05","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"• Eintrage 1","line":16,"x":56.69069,"y":517.7268,"width":"53.99","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"Zentrierte Liste: - Eintrag 1 - Eintrag 2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. ","line":20,"x":57,"y":285,"width":"577.79","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"• Eintrage 2","line":17,"x":56.69069,"y":504.7268,"width":"53.99","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"ja nicht. Also los! - Eintrag 3","line":22,"x":80.69069,"y":246,"width":"130.36","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrage 1","line":19,"x":56.69069,"y":467,"width":"54.54","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"- Erste 1 - Erste 2","line":24,"x":56.69069,"y":181,"width":"78.48","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"• Eintrage 2","line":20,"x":56.69069,"y":452.7268,"width":"53.99","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"- Zwote 1 - Zwote 2","line":25,"x":56.69069,"y":142,"width":"87.01","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"1. Eins","line":22,"x":56.69069,"y":414.7268,"width":"30.58","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Addition","str":"\u0000 5","line":26,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"2. Zwei, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. Na los. ","line":23,"x":56.69069,"y":401.7268,"width":"474.22","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"Liste mit drei Levels: - Erster Level 1 - Zwoter Level 1.1, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du ","line":0,"x":56.69069,"y":723,"width":"632.81","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"3. Drei","line":26,"x":56.69069,"y":362.7268,"width":"29.35","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"es ja nicht. Also los! - 3ter Level 1.1.1 - 3ter Level 1.1.2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche ","line":2,"x":80.69069,"y":671,"width":"616.34","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"4. Vier. Und auch hier wieder ein etwas längerer Text, so dass der Eintrag über mehrere Zeilen ","line":27,"x":56.69069,"y":349.7268,"width":"460.05","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"kann es ja nicht. Also los! - Zwoter Level 1.2 - Zwoter Level 1.3 - 3ter Level 1.3.1 - Erster Level 2","line":4,"x":56.69069,"y":593,"width":"447.44","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrag 1","line":30,"x":80.69069,"y":298,"width":"48.42","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"1. Eintrag 1 - Eintrag 1.1 - Eintrag 1.2","line":6,"x":56.69069,"y":528,"width":"168.40","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrag 2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. ","line":31,"x":80.69069,"y":285,"width":"452.94","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"2. Eintrag 2","line":7,"x":56.69069,"y":514.7268,"width":"53.20","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Eintrag 3","line":34,"x":80.69069,"y":246,"width":"48.42","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"der Parser das sauber trennen kann: - Eintrag 1 - Eintrag 2","line":9,"x":56.69069,"y":450,"width":"276.02","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Erste 1","line":36,"x":56.69069,"y":194,"width":"39.24","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"\u0000 6","line":11,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Addition","str":"- Erste 2","line":37,"x":56.69069,"y":181,"width":"39.24","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":4,"change":"Addition","str":"- Zwote 1","line":38,"x":56.69069,"y":155,"width":"43.51","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":4,"change":"Addition","str":"- Zwote 2","line":39,"x":56.69069,"y":142,"width":"43.51","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":4,"change":"Addition","str":"\u0000 5","line":40,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Erster Level 1","line":1,"x":56.69069,"y":736,"width":"72.26","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Zwoter Level 1.1, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du ","line":2,"x":68.69069,"y":723,"width":"460.28","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- 3ter Level 1.1.1","line":5,"x":80.69069,"y":684,"width":"80.23","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- 3ter Level 1.1.2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche ","line":6,"x":80.69069,"y":671,"width":"439.50","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Zwoter Level 1.2","line":9,"x":68.69069,"y":632,"width":"85.71","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Zwoter Level 1.3","line":10,"x":68.69069,"y":619,"width":"85.71","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- 3ter Level 1.3.1","line":11,"x":80.69069,"y":606,"width":"80.23","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Erster Level 2","line":12,"x":56.69069,"y":593,"width":"72.26","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"1. Eintrag 1","line":14,"x":56.69069,"y":553.7268,"width":"53.20","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Eintrag 1.1","line":15,"x":68.69069,"y":541,"width":"57.60","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Eintrag 1.2","line":16,"x":68.69069,"y":528,"width":"57.60","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"2. Eintrag 2","line":17,"x":56.69069,"y":514.7268,"width":"53.20","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Eintrag 1","line":20,"x":56.69069,"y":463,"width":"48.42","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"- Eintrag 2","line":21,"x":56.69069,"y":450,"width":"48.42","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
{"page":5,"change":"Addition","str":"\u0000 6","line":23,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"Quotes & Spezielle Einschübe 8","line":0,"x":165,"y":767,"width":"264.73","height":"18.00","fontName":["OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"Quotes & Spezielle Einschübe 8","line":0,"x":165,"y":767,"width":"264.73","height":"18.00","fontName":["OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"spiegelt dann ein leerer Schreibtisch wider? - Albert Einstein","line":4,"x":151,"y":688,"width":"292.89","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"spiegelt dann ein leerer Schreibtisch wider? - Albert Einstein","line":4,"x":151,"y":688,"width":"292.89","height":"11.00","fontName":["SVUOCV+Helvetica-Oblique","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"Phantasie ist wichtiger als Wissen , denn Wissen ist begrenzt . - Albert Einstein 9 10","line":6,"x":101,"y":623,"width":"392.96","height":"11.00","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"Phantasie ist wichtiger als Wissen , denn Wissen ist begrenzt . - Albert Einstein 9 10","line":6,"x":101,"y":623,"width":"392.96","height":"11.00","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 6,
|
"pages": 6,
|
||||||
"items": 268,
|
"items": 268,
|
||||||
"groupedItems": 115,
|
"groupedItems": 145,
|
||||||
"changes": 0,
|
"changes": 0,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 7,
|
"pages": 7,
|
||||||
"items": 282,
|
"items": 282,
|
||||||
"groupedItems": 122,
|
"groupedItems": 152,
|
||||||
"changes": 21,
|
"changes": 21,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
@ -45,7 +45,7 @@
|
|||||||
{"page":0,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 1","line":5,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":0,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 1","line":5,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":1,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 2","line":0,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":1,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 2","line":0,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":2,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 3","line":27,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":2,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 3","line":27,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 4","line":28,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":3,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 4","line":32,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":4,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 5","line":26,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":4,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 5","line":40,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 6","line":11,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":5,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 6","line":23,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 7","line":18,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":6,"change":"Removal","score":"2.00: (1.00 + 1.00)","str":"\u0000 7","line":18,"x":294,"y":45,"width":"6.67","height":"12.00","fontName":["QACXPP+Helvetica","JBRMKS+Helvetica"],"dir":["ltr"]}
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 7,
|
"pages": 7,
|
||||||
"items": 282,
|
"items": 282,
|
||||||
"groupedItems": 122,
|
"groupedItems": 152,
|
||||||
"changes": 131,
|
"changes": 54,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -52,23 +52,7 @@
|
|||||||
{"page":2,"change":"ContentChange","str":"4 Hier & Jetzt!","line":24,"x":57,"y":105,"width":"63.98","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":2,"change":"ContentChange","str":"4 Hier & Jetzt!","line":24,"x":57,"y":105,"width":"63.98","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":2,"change":"ContentChange","str":"5 Nicht viel mehr als ein Satz.","line":25,"x":57,"y":82,"width":"139.80","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":2,"change":"ContentChange","str":"5 Nicht viel mehr als ein Satz.","line":25,"x":57,"y":82,"width":"139.80","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":2,"change":"ContentChange","str":"6 Weil dann wird's komplizierter!","line":26,"x":57,"y":59,"width":"152.09","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":2,"change":"ContentChange","str":"6 Weil dann wird's komplizierter!","line":26,"x":57,"y":59,"width":"152.09","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"ContentChange","str":"- - - Eine Liste mit unterschiedlich formatierten Wörtern Etwas Etwas Etwas Kursiv Fett Unterstrichen 7","line":14,"x":56.69069,"y":441,"width":"478.83","height":"13.20","fontName":["JBRMKS+Helvetica","SVUOCV+Helvetica-Oblique","OMUGKQ+Helvetica-Bold"],"dir":["ltr"]}
|
{"page":3,"change":"ContentChange","str":"7 Fussnote in einer Liste","line":31,"x":57,"y":59,"width":"114.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":3,"change":"ContentChange","str":"- - Etwas Und noch ein Link: http://pdf2md.morethan.io Durchgestrichen","line":15,"x":56.69069,"y":415,"width":"341.43","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"7 Fussnote in einer Liste","line":27,"x":57,"y":59,"width":"114.75","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"- - Nun eine Liste mit dash’s: Eintrag 1 Eintrag 2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. Na ","line":1,"x":56.69069,"y":714,"width":"644.25","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"- Also los! Eintrag 3","line":3,"x":56.69069,"y":675,"width":"90.00","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"- Und Untergruppen: - Eintrag 1 Sub Eintrag 1.1, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du ","line":4,"x":56.69069,"y":623,"width":"596.78","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"- - - Eintrag 2 es ja nicht. Also los! Sub Eintrag 1.2 Sub Eintrag 2.1","line":6,"x":56.69069,"y":558,"width":"305.49","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"- Gemixt: Eintrage 1","line":10,"x":56.69069,"y":467,"width":"92.44","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"Zentrierte Liste: - - Eintrag 1 Eintrag 2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du Zeile. ","line":20,"x":57,"y":285,"width":"577.79","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"- ja nicht. Also los! Eintrag 3","line":22,"x":80.69069,"y":246,"width":"130.36","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"- - Erste 1 Erste 2","line":24,"x":56.69069,"y":181,"width":"78.48","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"- - Zwote 1 Zwote 2","line":25,"x":56.69069,"y":142,"width":"87.01","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"- Liste mit drei Levels: - Erster Level 1 Zwoter Level 1.1, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche du ","line":0,"x":56.69069,"y":723,"width":"632.81","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"- - es ja nicht. Also los! 3ter Level 1.1.1 3ter Level 1.1.2, aber mit so langem Text, das er umbricht. Wirklich, wirklich lang. Breche ","line":2,"x":80.69069,"y":671,"width":"616.34","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"- - - Erster Level 2 - Zwoter Level 1.2 Zwoter Level 1.3 kann es ja nicht. Also los! 3ter Level 1.3.1","line":4,"x":56.69069,"y":593,"width":"447.44","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"1. - - Eintrag 1 Eintrag 1.1 Eintrag 1.2","line":6,"x":56.69069,"y":528,"width":"168.40","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"- - der Parser das sauber trennen kann: Eintrag 1 Eintrag 2","line":9,"x":56.69069,"y":450,"width":"276.02","height":"13.20","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
|
||||||
{"page":6,"change":"ContentChange","str":"Phantasie ist wichtiger als Wissen , denn Wissen 9 ist begrenzt . - Albert Einstein 10","line":6,"x":101,"y":623,"width":"392.96","height":"11.00","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
{"page":6,"change":"ContentChange","str":"Phantasie ist wichtiger als Wissen , denn Wissen 9 ist begrenzt . - Albert Einstein 10","line":6,"x":101,"y":623,"width":"392.96","height":"11.00","fontName":["JBRMKS+Helvetica","OMUGKQ+Helvetica-Bold","SVUOCV+Helvetica-Oblique"],"dir":["ltr"]}
|
||||||
{"page":6,"change":"ContentChange","str":"8 Eine Überschrifts-Fussnote... so was gibts auch!","line":15,"x":57,"y":105,"width":"241.29","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":6,"change":"ContentChange","str":"8 Eine Überschrifts-Fussnote... so was gibts auch!","line":15,"x":57,"y":105,"width":"241.29","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
{"page":6,"change":"ContentChange","str":"9 Wisse, dass ist eine Fussnote in einem Zitat!","line":16,"x":57,"y":82,"width":"221.73","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
{"page":6,"change":"ContentChange","str":"9 Wisse, dass ist eine Fussnote in einem Zitat!","line":16,"x":57,"y":82,"width":"221.73","height":"11.00","fontName":["JBRMKS+Helvetica"],"dir":["ltr"]}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 140,
|
"pages": 140,
|
||||||
"items": 25968,
|
"items": 25968,
|
||||||
"groupedItems": 3294,
|
"groupedItems": 3305,
|
||||||
"changes": 3231,
|
"changes": 3239,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -48,15 +48,17 @@
|
|||||||
{"page":6,"change":"Addition","str":"LIFE OF GOD","line":2,"x":39.22191,"y":324.40686,"width":"161.05","height":"32.33","fontName":[null],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"LIFE OF GOD","line":2,"x":39.22191,"y":324.40686,"width":"161.05","height":"32.33","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"SOUL OF MAN","line":3,"x":75.13941,"y":226.56759,"width":"104.45","height":"21.23","fontName":[null],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"SOUL OF MAN","line":3,"x":75.13941,"y":226.56759,"width":"104.45","height":"21.23","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"NICHOLS AND NoC|TE>3.","line":6,"x":78.44382,"y":65.08251,"width":"106.31","height":"12.05","fontName":[null],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"NICHOLS AND NoC|TE>3.","line":6,"x":78.44382,"y":65.08251,"width":"106.31","height":"12.05","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"iS6S. ' '*\"^\" '^'","line":7,"x":131.31438,"y":48.56046,"width":"42.67","height":"6.80","fontName":[null],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"'*\"^\" '^'","line":9,"x":176.7141,"y":52.72689,"width":"21.84","height":"5.65","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"J > . ' 5","line":8,"x":215.505,"y":63.50214,"width":"9.05","height":"3.35","fontName":[null],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"J > . ' 5","line":10,"x":215.505,"y":63.50214,"width":"9.05","height":"3.35","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"THE NEW YORK","line":0,"x":146.83074,"y":363.62877,"width":"58.62","height":"10.93","fontName":[null],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"THE NEW YORK","line":0,"x":146.83074,"y":363.62877,"width":"58.62","height":"10.93","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"PUBLIC LIBRARY^ 793478 A","line":1,"x":138.35421,"y":334.7511,"width":"146.69","height":"16.16","fontName":[null],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"PUBLIC LIBRARY^","line":1,"x":138.35421,"y":350.26745999999997,"width":"81.32","height":"9.70","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"ASTOR, LENOX AND TlLDtN FOUNDATIONS!","line":2,"x":137.34851999999998,"y":315.78666,"width":"157.76","height":"9.18","fontName":[null],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"793478 A","line":2,"x":145.53771,"y":334.7511,"width":"65.37","height":"16.16","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"H 1935 L","line":3,"x":153.58323,"y":307.4538,"width":"25.29","height":"8.14","fontName":[null],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"ASTOR, LENOX AND","line":3,"x":143.81367,"y":323.54483999999997,"width":"69.25","height":"9.18","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"CAMBRIDGE t","line":4,"x":145.82505,"y":231.16503,"width":"42.38","height":"7.56","fontName":[null],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"TlLDtN FOUNDATIONS!","line":4,"x":137.34851999999998,"y":315.78666,"width":"88.51","height":"8.26","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"fRESS OF JOHN WILSON AND SON.","line":5,"x":118.24041,"y":219.8151,"width":"79.45","height":"6.38","fontName":[null],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"H 1935 L","line":5,"x":153.58323,"y":307.4538,"width":"25.29","height":"8.14","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":7,"change":"Addition","str":"I r C c < <","line":6,"x":88.64439,"y":19.25178,"width":"9.91","height":"3.35","fontName":[null],"dir":["ltr"]}
|
{"page":7,"change":"Addition","str":"CAMBRIDGE t","line":6,"x":145.82505,"y":231.16503,"width":"42.38","height":"7.56","fontName":[null],"dir":["ltr"]}
|
||||||
|
{"page":7,"change":"Addition","str":"fRESS OF JOHN WILSON AND SON.","line":7,"x":118.24041,"y":219.8151,"width":"79.45","height":"6.38","fontName":[null],"dir":["ltr"]}
|
||||||
|
{"page":7,"change":"Addition","str":"I r C c < <","line":8,"x":88.64439,"y":19.25178,"width":"9.91","height":"3.35","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":8,"change":"Addition","str":"nr^HERE are books which never grow old :","line":1,"x":33.33144,"y":273.11667,"width":"180.45","height":"12.35","fontName":[null],"dir":["ltr"]}
|
{"page":8,"change":"Addition","str":"nr^HERE are books which never grow old :","line":1,"x":33.33144,"y":273.11667,"width":"180.45","height":"12.35","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":8,"change":"Addition","str":"and this precious Httle volume, by Henry","line":2,"x":58.04268,"y":258.31865999999997,"width":"167.81","height":"10.97","fontName":[null],"dir":["ltr"]}
|
{"page":8,"change":"Addition","str":"and this precious Httle volume, by Henry","line":2,"x":58.04268,"y":258.31865999999997,"width":"167.81","height":"10.97","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":8,"change":"Addition","str":"ScouGAL, is to be numbered among them.","line":3,"x":33.47511,"y":243.52065,"width":"169.82","height":"10.15","fontName":[null],"dir":["ltr"]}
|
{"page":8,"change":"Addition","str":"ScouGAL, is to be numbered among them.","line":3,"x":33.47511,"y":243.52065,"width":"169.82","height":"10.15","fontName":[null],"dir":["ltr"]}
|
||||||
@ -148,23 +150,24 @@
|
|||||||
{"page":12,"change":"Addition","str":"wisest men differ, while he is treating of mat-","line":3,"x":32.18208,"y":340.49789999999996,"width":"177.72","height":"10.38","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"wisest men differ, while he is treating of mat-","line":3,"x":32.18208,"y":340.49789999999996,"width":"177.72","height":"10.38","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"ters of the greatest importance, about which","line":4,"x":32.03841,"y":325.84355999999997,"width":"179.16","height":"9.05","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"ters of the greatest importance, about which","line":4,"x":32.03841,"y":325.84355999999997,"width":"179.16","height":"9.05","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"all good and wise men must agree.'' — \" Had","line":5,"x":32.46942,"y":311.04555,"width":"173.85","height":"17.72","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"all good and wise men must agree.'' — \" Had","line":5,"x":32.46942,"y":311.04555,"width":"173.85","height":"17.72","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"we more,\" he adds, '' of that true Christian","line":6,"x":32.32575,"y":296.53488,"width":"163.78","height":"10.06","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"we more,\" he adds,","line":6,"x":32.32575,"y":296.67855,"width":"75.29","height":"10.06","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"spirit so beautifully delineated and so warmly","line":7,"x":32.32575,"y":281.73687,"width":"184.18","height":"9.46","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"'' of that true Christian","line":7,"x":135.19347,"y":296.53488,"width":"88.50","height":"7.66","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"recommended in this book, I cannot but think","line":8,"x":32.03841,"y":267.2262,"width":"182.17","height":"9.60","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"spirit so beautifully delineated and so warmly","line":8,"x":32.32575,"y":281.73687,"width":"184.18","height":"9.46","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"that the tierceness of our contentions and ani-","line":9,"x":32.03841,"y":252.57186,"width":"182.17","height":"9.02","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"recommended in this book, I cannot but think","line":9,"x":32.03841,"y":267.2262,"width":"182.17","height":"9.60","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"mosities about things of lesser moment must","line":10,"x":32.46942,"y":237.63018,"width":"179.01","height":"10.02","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"that the tierceness of our contentions and ani-","line":10,"x":32.03841,"y":252.57186,"width":"182.17","height":"9.02","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"considerably abate.\"","line":11,"x":32.32575,"y":222.97583999999998,"width":"88.36","height":"7.92","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"mosities about things of lesser moment must","line":11,"x":32.46942,"y":237.63018,"width":"179.01","height":"10.02","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"The present edition of this volume is pub-","line":12,"x":42.66999,"y":208.03415999999999,"width":"165.37","height":"10.30","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"considerably abate.\"","line":12,"x":32.32575,"y":222.97583999999998,"width":"88.36","height":"7.92","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"lished by the request of one who, for nearly","line":13,"x":32.32575,"y":193.09248,"width":"170.69","height":"9.22","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"The present edition of this volume is pub-","line":13,"x":42.66999,"y":208.03415999999999,"width":"165.37","height":"10.30","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"eighty years, has found in it a continued re-","line":14,"x":32.32575,"y":178.29447,"width":"168.96","height":"8.48","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"lished by the request of one who, for nearly","line":14,"x":32.32575,"y":193.09248,"width":"170.69","height":"9.22","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"source and pleasure. Now at the advanced","line":15,"x":32.18208,"y":163.78379999999999,"width":"170.11","height":"12.05","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"eighty years, has found in it a continued re-","line":15,"x":32.32575,"y":178.29447,"width":"168.96","height":"8.48","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"age of ninety, with a keen appreciation of","line":16,"x":32.46942,"y":148.98578999999998,"width":"165.22","height":"8.86","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"source and pleasure. Now at the advanced","line":16,"x":32.18208,"y":163.78379999999999,"width":"170.11","height":"12.05","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"present enjoyments and privileges, he looks","line":17,"x":32.18208,"y":134.04411,"width":"180.17","height":"8.78","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"age of ninety, with a keen appreciation of","line":17,"x":32.46942,"y":148.98578999999998,"width":"165.22","height":"8.86","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"tbrward with growing earnestness and happv","line":18,"x":32.18208,"y":119.38977,"width":"187.06","height":"9.34","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"present enjoyments and privileges, he looks","line":18,"x":32.18208,"y":134.04411,"width":"180.17","height":"8.78","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"anticipation to the sublime realities of the fu-","line":19,"x":32.46942,"y":104.73543,"width":"177.58","height":"8.17","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"tbrward with growing earnestness and happv","line":19,"x":32.18208,"y":119.38977,"width":"187.06","height":"9.34","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"ture. Much that he has enjoyed, through","line":20,"x":32.03841,"y":89.93741999999999,"width":"161.49","height":"10.78","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"anticipation to the sublime realities of the fu-","line":20,"x":32.46942,"y":104.73543,"width":"177.58","height":"8.17","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"his pleasant pilgrimage, as well as the heav-","line":21,"x":32.32575,"y":75.28308,"width":"175.56","height":"8.24","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"ture. Much that he has enjoyed, through","line":21,"x":32.03841,"y":89.93741999999999,"width":"161.49","height":"10.78","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":12,"change":"Addition","str":"enlv Vision which kindles before the eve of","line":22,"x":32.61309,"y":60.48506999999999,"width":"171.68","height":"8.95","fontName":[null],"dir":["ltr"]}
|
{"page":12,"change":"Addition","str":"his pleasant pilgrimage, as well as the heav-","line":22,"x":32.32575,"y":75.28308,"width":"175.56","height":"8.24","fontName":[null],"dir":["ltr"]}
|
||||||
|
{"page":12,"change":"Addition","str":"enlv Vision which kindles before the eve of","line":23,"x":32.61309,"y":60.48506999999999,"width":"171.68","height":"8.95","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":13,"change":"Addition","str":"\\-iii Preface.","line":0,"x":63.50214,"y":400.98296999999997,"width":"50.42","height":"7.99","fontName":[null],"dir":["ltr"]}
|
{"page":13,"change":"Addition","str":"\\-iii Preface.","line":0,"x":63.50214,"y":400.98296999999997,"width":"50.42","height":"7.99","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":13,"change":"Addition","str":"Faith, is associated with this little volume,","line":1,"x":62.352779999999996,"y":374.9787,"width":"167.81","height":"8.48","fontName":[null],"dir":["ltr"]}
|
{"page":13,"change":"Addition","str":"Faith, is associated with this little volume,","line":1,"x":62.352779999999996,"y":374.9787,"width":"167.81","height":"8.48","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":13,"change":"Addition","str":"familiar to him from his 3^outh. Having de-","line":2,"x":62.065439999999995,"y":360.18068999999997,"width":"166.51","height":"9.30","fontName":[null],"dir":["ltr"]}
|
{"page":13,"change":"Addition","str":"familiar to him from his 3^outh. Having de-","line":2,"x":62.065439999999995,"y":360.18068999999997,"width":"166.51","height":"9.30","fontName":[null],"dir":["ltr"]}
|
||||||
@ -190,10 +193,11 @@
|
|||||||
{"page":14,"change":"Addition","str":"Our Saviour's Constant Devotion 28","line":13,"x":30.458039999999997,"y":118.81509,"width":"120.54","height":"7.74","fontName":[null],"dir":["ltr"]}
|
{"page":14,"change":"Addition","str":"Our Saviour's Constant Devotion 28","line":13,"x":30.458039999999997,"y":118.81509,"width":"120.54","height":"7.74","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":14,"change":"Addition","str":"Our Saviour's Charity to Men 29","line":14,"x":30.458039999999997,"y":106.3158,"width":"103.73","height":"8.54","fontName":[null],"dir":["ltr"]}
|
{"page":14,"change":"Addition","str":"Our Saviour's Charity to Men 29","line":14,"x":30.458039999999997,"y":106.3158,"width":"103.73","height":"8.54","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":14,"change":"Addition","str":"Our Saviour's Purity 31","line":15,"x":30.458039999999997,"y":94.67853,"width":"77.01","height":"7.74","fontName":[null],"dir":["ltr"]}
|
{"page":14,"change":"Addition","str":"Our Saviour's Purity 31","line":15,"x":30.458039999999997,"y":94.67853,"width":"77.01","height":"7.74","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":14,"change":"Addition","str":"Our Saviour's Humility 34 A Prayer 37","line":16,"x":30.314369999999997,"y":69.96728999999999,"width":"125.28","height":"10.06","fontName":[null],"dir":["ltr"]}
|
{"page":14,"change":"Addition","str":"Our Saviour's Humility 34","line":16,"x":30.458039999999997,"y":81.89189999999999,"width":"87.92","height":"7.82","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":14,"change":"Addition","str":"The Excellency and Advantage of Religion .... 38","line":17,"x":30.314369999999997,"y":59.04837,"width":"183.03","height":"13.35","fontName":[null],"dir":["ltr"]}
|
{"page":14,"change":"Addition","str":"A Prayer 37","line":17,"x":30.314369999999997,"y":69.96728999999999,"width":"37.35","height":"10.06","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":14,"change":"Addition","str":"The Excellency of Divine Love 39","line":18,"x":30.314369999999997,"y":46.118069999999996,"width":"110.77","height":"7.82","fontName":[null],"dir":["ltr"]}
|
{"page":14,"change":"Addition","str":"The Excellency and Advantage of Religion .... 38","line":18,"x":30.314369999999997,"y":59.04837,"width":"183.03","height":"13.35","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":14,"change":"Addition","str":"The Advantages of Divine Love 44","line":19,"x":30.314369999999997,"y":34.337129999999995,"width":"114.08","height":"7.82","fontName":[null],"dir":["ltr"]}
|
{"page":14,"change":"Addition","str":"The Excellency of Divine Love 39","line":19,"x":30.314369999999997,"y":46.118069999999996,"width":"110.77","height":"7.82","fontName":[null],"dir":["ltr"]}
|
||||||
|
{"page":14,"change":"Addition","str":"The Advantages of Divine Love 44","line":20,"x":30.314369999999997,"y":34.337129999999995,"width":"114.08","height":"7.82","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"The Worth of the Object 45","line":1,"x":65.36985,"y":378.85778999999997,"width":"85.48","height":"7.66","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"The Worth of the Object 45","line":1,"x":65.36985,"y":378.85778999999997,"width":"85.48","height":"7.66","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"The Certainty to be Beloved Again 46","line":2,"x":65.22618,"y":367.65153,"width":"119.39","height":"7.66","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"The Certainty to be Beloved Again 46","line":2,"x":65.22618,"y":367.65153,"width":"119.39","height":"7.66","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"The Presence of the Beloved Person 48","line":3,"x":65.22618,"y":355.58324999999996,"width":"122.55","height":"7.66","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"The Presence of the Beloved Person 48","line":3,"x":65.22618,"y":355.58324999999996,"width":"122.55","height":"7.66","fontName":[null],"dir":["ltr"]}
|
||||||
@ -214,37 +218,40 @@
|
|||||||
{"page":15,"change":"Addition","str":"The Unreasonableness of these Fears 69","line":18,"x":65.22618,"y":178.58181,"width":"130.74","height":"7.58","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"The Unreasonableness of these Fears 69","line":18,"x":65.22618,"y":178.58181,"width":"130.74","height":"7.58","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"We must do what we can, and depend on the Divine","line":19,"x":65.36985,"y":167.66289,"width":"158.03","height":"9.58","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"We must do what we can, and depend on the Divine","line":19,"x":65.36985,"y":167.66289,"width":"158.03","height":"9.58","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"Assistance 74","line":20,"x":88.50072,"y":154.30158,"width":"45.26","height":"6.32","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"Assistance 74","line":20,"x":88.50072,"y":154.30158,"width":"45.26","height":"6.32","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"We must shun all Manner of Sin 78 We must know what Things are Sinful So","line":21,"x":65.22618,"y":132.32007,"width":"238.06","height":"9.58","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"We must shun all Manner of Sin 78","line":21,"x":65.36985,"y":143.38266,"width":"108.18","height":"9.46","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"We must resist the Temptations of Sin. by consider-","line":22,"x":65.22618,"y":120.6828,"width":"166.94","height":"9.46","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"We must know what Things are Sinful So","line":22,"x":65.22618,"y":132.32007,"width":"129.88","height":"9.58","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"ing the Evils they will draw on us 82","line":23,"x":88.78806,"y":108.75819,"width":"108.61","height":"7.36","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"We must resist the Temptations of Sin. by consider-","line":23,"x":65.22618,"y":120.6828,"width":"166.94","height":"9.46","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"We must keep a Constant Watch over Ourselves . . 87 We must often examine our Actions 89","line":24,"x":64.93884,"y":84.19062,"width":"287.91","height":"9.82","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"ing the Evils they will draw on us 82","line":24,"x":88.78806,"y":108.75819,"width":"108.61","height":"7.36","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"It is fit to restrain Ourselves in Many Lawful Things . 91","line":25,"x":64.93884,"y":72.40968,"width":"172.11","height":"8.56","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"We must keep a Constant Watch over Ourselves . . 87","line":25,"x":65.08251,"y":96.2589,"width":"164.22","height":"9.58","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"\\\\'e must strive to put Ourselves out of Love with the","line":26,"x":65.22618,"y":61.634429999999995,"width":"163.21","height":"7.48","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"We must often examine our Actions 89","line":26,"x":64.93884,"y":84.19062,"width":"123.69","height":"9.82","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":15,"change":"Addition","str":"World 93","line":27,"x":88.35705,"y":47.98578,"width":"30.03","height":"7.57","fontName":[null],"dir":["ltr"]}
|
{"page":15,"change":"Addition","str":"It is fit to restrain Ourselves in Many Lawful Things . 91","line":27,"x":64.93884,"y":72.40968,"width":"172.11","height":"8.56","fontName":[null],"dir":["ltr"]}
|
||||||
|
{"page":15,"change":"Addition","str":"\\\\'e must strive to put Ourselves out of Love with the","line":28,"x":65.22618,"y":61.634429999999995,"width":"163.21","height":"7.48","fontName":[null],"dir":["ltr"]}
|
||||||
|
{"page":15,"change":"Addition","str":"World 93","line":29,"x":88.35705,"y":47.98578,"width":"30.03","height":"7.57","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Contents. xi","line":0,"x":124.84922999999999,"y":396.5292,"width":"48.99","height":"7.58","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Contents. xi","line":0,"x":124.84922999999999,"y":396.5292,"width":"48.99","height":"7.58","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"We must do those Outward Actions that are Com-","line":1,"x":37.06686,"y":372.39264,"width":"159.33","height":"9.82","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"We must do those Outward Actions that are Com-","line":1,"x":37.06686,"y":372.39264,"width":"159.33","height":"9.82","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"manded 98 We must endeavor to form Internal Acts of Devo-","line":2,"x":37.21053,"y":348.54341999999997,"width":"195.11","height":"9.70","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"manded 98","line":2,"x":60.772409999999994,"y":359.31867,"width":"35.77","height":"7.82","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"tion, Charity, &c. 100","line":3,"x":60.62873999999999,"y":336.47513999999995,"width":"67.24","height":"6.20","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"We must endeavor to form Internal Acts of Devo-","line":3,"x":37.21053,"y":348.54341999999997,"width":"159.33","height":"9.70","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Consideration a Great Instrument of Religion . . . loi","line":4,"x":37.21053,"y":324.69419999999997,"width":"167.09","height":"6.80","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"tion, Charity, &c. 100","line":4,"x":60.62873999999999,"y":336.47513999999995,"width":"67.24","height":"6.20","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"To beget Divine Love, we must consider the Excel-","line":5,"x":36.92319,"y":312.76959,"width":"162.78","height":"8.14","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Consideration a Great Instrument of Religion . . . loi","line":5,"x":37.21053,"y":324.69419999999997,"width":"167.09","height":"6.80","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"lency of the Divine Nature 104","line":6,"x":60.62873999999999,"y":300.41397,"width":"96.97","height":"6.94","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"To beget Divine Love, we must consider the Excel-","line":6,"x":36.92319,"y":312.76959,"width":"162.78","height":"8.14","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"We should meditate on God's Goodness and Love . 108","line":7,"x":36.92319,"y":289.35138,"width":"172.41","height":"9.94","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"lency of the Divine Nature 104","line":7,"x":60.62873999999999,"y":300.41397,"width":"96.97","height":"6.94","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"To beget Charity, we must remember that all Men","line":8,"x":36.92319,"y":277.2831,"width":"160.76","height":"8.54","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"We should meditate on God's Goodness and Love . 108","line":8,"x":36.92319,"y":289.35138,"width":"172.41","height":"9.94","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"are nearly related unto God 113","line":9,"x":60.772409999999994,"y":265.07115,"width":"98.70","height":"8.14","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"To beget Charity, we must remember that all Men","line":9,"x":36.92319,"y":277.2831,"width":"160.76","height":"8.54","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"That they carry God's Image upon them 114","line":10,"x":36.92319,"y":253.00286999999997,"width":"140.80","height":"7.47","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"are nearly related unto God 113","line":10,"x":60.772409999999994,"y":265.07115,"width":"98.70","height":"8.14","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"To beget Purity, we should consider the Dignity of","line":11,"x":37.21053,"y":241.94027999999997,"width":"162.92","height":"8.14","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"That they carry God's Image upon them 114","line":11,"x":36.92319,"y":253.00286999999997,"width":"140.80","height":"7.47","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"our Nature 116","line":12,"x":60.916079999999994,"y":230.15934,"width":"47.99","height":"6.98","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"To beget Purity, we should consider the Dignity of","line":12,"x":37.21053,"y":241.94027999999997,"width":"162.92","height":"8.14","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"We should meditate often on the Joys of Heaven . 117","line":13,"x":37.21053,"y":217.94738999999998,"width":"164.64","height":"9.82","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"our Nature 116","line":13,"x":60.916079999999994,"y":230.15934,"width":"47.99","height":"6.98","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Humility arises from the Consideration of our Fail-","line":14,"x":38.21622,"y":206.74113,"width":"167.95","height":"6.88","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"We should meditate often on the Joys of Heaven . 117","line":14,"x":37.21053,"y":217.94738999999998,"width":"164.64","height":"9.82","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"ings 118","line":15,"x":61.203419999999994,"y":194.67284999999998,"width":"25.72","height":"6.17","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Humility arises from the Consideration of our Fail-","line":15,"x":38.21622,"y":206.74113,"width":"167.95","height":"6.88","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Thoughts of God give us the Lowest Thoughts of","line":16,"x":37.21053,"y":182.60457,"width":"158.61","height":"8.22","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"ings 118","line":16,"x":61.203419999999994,"y":194.67284999999998,"width":"25.72","height":"6.17","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Ourselves 120","line":17,"x":61.490759999999995,"y":170.9673,"width":"46.55","height":"6.55","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Thoughts of God give us the Lowest Thoughts of","line":17,"x":37.21053,"y":182.60457,"width":"158.61","height":"8.22","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Prayer, another Instrument of Religion, and the","line":18,"x":37.64154,"y":159.04269,"width":"159.47","height":"7.02","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Ourselves 120","line":18,"x":61.490759999999995,"y":170.9673,"width":"46.55","height":"6.55","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Advantages of Mental Prayer 121","line":19,"x":60.772409999999994,"y":147.26174999999998,"width":"109.90","height":"7.16","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Prayer, another Instrument of Religion, and the","line":19,"x":37.64154,"y":159.04269,"width":"159.47","height":"7.02","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Religion is to be Advanced by the same Means by","line":20,"x":37.64154,"y":135.0498,"width":"155.16","height":"7.66","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Advantages of Mental Prayer 121","line":20,"x":60.772409999999994,"y":147.26174999999998,"width":"109.90","height":"7.16","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"which it is Begun ; and the Use of the Holy","line":21,"x":61.059749999999994,"y":122.98151999999999,"width":"127.72","height":"7.66","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Religion is to be Advanced by the same Means by","line":21,"x":37.64154,"y":135.0498,"width":"155.16","height":"7.66","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"Sacrainent towards it 124","line":22,"x":61.634429999999995,"y":111.48791999999999,"width":"83.33","height":"6.84","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"which it is Begun ; and the Use of the Holy","line":22,"x":61.059749999999994,"y":122.98151999999999,"width":"127.72","height":"7.66","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":16,"change":"Addition","str":"A Prayer 126","line":23,"x":37.78521,"y":99.41964,"width":"41.09","height":"10.54","fontName":[null],"dir":["ltr"]}
|
{"page":16,"change":"Addition","str":"Sacrainent towards it 124","line":23,"x":61.634429999999995,"y":111.48791999999999,"width":"83.33","height":"6.84","fontName":[null],"dir":["ltr"]}
|
||||||
|
{"page":16,"change":"Addition","str":"A Prayer 126","line":24,"x":37.78521,"y":99.41964,"width":"41.09","height":"10.54","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"THE LIFE OF GOD","line":0,"x":63.07113,"y":257.16929999999996,"width":"123.13","height":"18.12","fontName":[null],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"THE LIFE OF GOD","line":0,"x":63.07113,"y":257.16929999999996,"width":"123.13","height":"18.12","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"SOUL OF ^lAX.","line":1,"x":97.6956,"y":190.21908,"width":"74.42","height":"12.69","fontName":[null],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"SOUL OF ^lAX.","line":1,"x":97.6956,"y":190.21908,"width":"74.42","height":"12.69","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"THE LIFE OF GOD","line":0,"x":57.036989999999996,"y":358.45664999999997,"width":"119.82","height":"17.72","fontName":[null],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"THE LIFE OF GOD","line":0,"x":57.036989999999996,"y":358.45664999999997,"width":"119.82","height":"17.72","fontName":[null],"dir":["ltr"]}
|
||||||
@ -403,11 +410,11 @@
|
|||||||
{"page":26,"change":"Addition","str":"goodness, and of the folly and misery of a sin-","line":19,"x":40.514939999999996,"y":145.39404,"width":"179.44","height":"9.02","fontName":[null],"dir":["ltr"]}
|
{"page":26,"change":"Addition","str":"goodness, and of the folly and misery of a sin-","line":19,"x":40.514939999999996,"y":145.39404,"width":"179.44","height":"9.02","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":26,"change":"Addition","str":"ful life. His charity is not Ibrced, nor his","line":20,"x":40.514939999999996,"y":131.74539,"width":"152.29","height":"8.38","fontName":[null],"dir":["ltr"]}
|
{"page":26,"change":"Addition","str":"ful life. His charity is not Ibrced, nor his","line":20,"x":40.514939999999996,"y":131.74539,"width":"152.29","height":"8.38","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":26,"change":"Addition","str":"alms extorted from him : his love makes him","line":21,"x":40.658609999999996,"y":118.09674,"width":"171.40","height":"9.58","fontName":[null],"dir":["ltr"]}
|
{"page":26,"change":"Addition","str":"alms extorted from him : his love makes him","line":21,"x":40.658609999999996,"y":118.09674,"width":"171.40","height":"9.58","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":26,"change":"Addition","str":"willing to give ; and though there were no out •","line":22,"x":40.371269999999996,"y":103.72973999999999,"width":"176.43","height":"9.10","fontName":[null],"dir":["ltr"]}
|
{"page":26,"change":"Addition","str":"willing to give ; and though there were no out","line":22,"x":40.371269999999996,"y":103.72973999999999,"width":"175.42","height":"9.10","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":26,"change":"Addition","str":"ward obligation, his heart zvotild devise liberal","line":23,"x":40.371269999999996,"y":90.65576999999999,"width":"192.09","height":"9.46","fontName":[null],"dir":["ltr"]}
|
{"page":26,"change":"Addition","str":"ward obligation, his heart zvotild devise liberal","line":24,"x":40.371269999999996,"y":90.65576999999999,"width":"192.09","height":"9.46","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":26,"change":"Addition","str":"thing's. Injustice and intemperance, and all","line":24,"x":40.514939999999996,"y":76.86345,"width":"175.28","height":"8.94","fontName":[null],"dir":["ltr"]}
|
{"page":26,"change":"Addition","str":"thing's. Injustice and intemperance, and all","line":25,"x":40.514939999999996,"y":76.86345,"width":"175.28","height":"8.94","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":26,"change":"Addition","str":"other vices, are as contrary to his temper and","line":25,"x":40.371269999999996,"y":63.2148,"width":"175.57","height":"9.02","fontName":[null],"dir":["ltr"]}
|
{"page":26,"change":"Addition","str":"other vices, are as contrary to his temper and","line":26,"x":40.371269999999996,"y":63.2148,"width":"175.57","height":"9.02","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":26,"change":"Addition","str":"constitution, as the basest actions are to the","line":26,"x":40.514939999999996,"y":49.42248,"width":"168.82","height":"7.66","fontName":[null],"dir":["ltr"]}
|
{"page":26,"change":"Addition","str":"constitution, as the basest actions are to the","line":27,"x":40.514939999999996,"y":49.42248,"width":"168.82","height":"7.66","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"lO The Life of God","line":0,"x":42.95733,"y":399.25892999999996,"width":"76.43","height":"10.38","fontName":[null],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"lO The Life of God","line":0,"x":42.95733,"y":399.25892999999996,"width":"76.43","height":"10.38","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"most generous spirit, and impudence and scur-","line":1,"x":42.38265,"y":374.11668,"width":"189.65","height":"9.05","fontName":[null],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"most generous spirit, and impudence and scur-","line":1,"x":42.38265,"y":374.11668,"width":"189.65","height":"9.05","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"rility to those who are naturally modest : so","line":2,"x":42.23898,"y":360.32435999999996,"width":"166.95","height":"10.38","fontName":[null],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"rility to those who are naturally modest : so","line":2,"x":42.23898,"y":360.32435999999996,"width":"166.95","height":"10.38","fontName":[null],"dir":["ltr"]}
|
||||||
@ -2070,17 +2077,18 @@
|
|||||||
{"page":95,"change":"Addition","str":"sion shall serve, and we find ourselves enabled","line":8,"x":51.721199999999996,"y":272.82932999999997,"width":"186.20","height":"10.18","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"sion shall serve, and we find ourselves enabled","line":8,"x":51.721199999999996,"y":272.82932999999997,"width":"186.20","height":"10.18","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"to perform them.","line":9,"x":51.290189999999996,"y":258.89333999999997,"width":"67.81","height":"8.38","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"to perform them.","line":9,"x":51.290189999999996,"y":258.89333999999997,"width":"67.81","height":"8.38","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"WE MUST SHUN ALL MANNER OF SIN.","line":10,"x":67.38123,"y":214.21196999999998,"width":"148.99","height":"11.37","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"WE MUST SHUN ALL MANNER OF SIN.","line":10,"x":67.38123,"y":214.21196999999998,"width":"148.99","height":"11.37","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"\"DUT now, that I may detain you no longer, \"^ if we desire to have our souls moulded to","line":11,"x":51.864869999999996,"y":178.72547999999998,"width":"351.27","height":"13.41","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"\"DUT now, that I may detain you no longer,","line":11,"x":52.15221,"y":192.23046,"width":"179.01","height":"13.41","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"this holy frame, to become partakers of the di-","line":12,"x":51.290189999999996,"y":165.07683,"width":"182.46","height":"9.38","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"\"^ if we desire to have our souls moulded to","line":12,"x":51.864869999999996,"y":178.72547999999998,"width":"172.26","height":"12.93","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"vine nature, and have Christ formed in our","line":13,"x":51.290189999999996,"y":151.42818,"width":"168.53","height":"8.94","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"this holy frame, to become partakers of the di-","line":13,"x":51.290189999999996,"y":165.07683,"width":"182.46","height":"9.38","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"hearts, we must seriously resolve, and care-","line":14,"x":51.577529999999996,"y":137.77953,"width":"176.00","height":"9.94","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"vine nature, and have Christ formed in our","line":14,"x":51.290189999999996,"y":151.42818,"width":"168.53","height":"8.94","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"fully endeavor to avoid and abandon all vicious","line":15,"x":51.290189999999996,"y":124.13087999999999,"width":"188.35","height":"9.03","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"hearts, we must seriously resolve, and care-","line":15,"x":51.577529999999996,"y":137.77953,"width":"176.00","height":"9.94","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"and sinful practices. There can be no treaty","line":16,"x":51.577529999999996,"y":110.33856,"width":"171.83","height":"9.19","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"fully endeavor to avoid and abandon all vicious","line":16,"x":51.290189999999996,"y":124.13087999999999,"width":"188.35","height":"9.03","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"of peace, till once we lay down these weapons","line":17,"x":51.146519999999995,"y":96.54624,"width":"179.73","height":"10.06","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"and sinful practices. There can be no treaty","line":17,"x":51.577529999999996,"y":110.33856,"width":"171.83","height":"9.19","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"of rebellion wherewith we fight against Heaven :","line":18,"x":51.146519999999995,"y":82.89759,"width":"196.40","height":"10.18","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"of peace, till once we lay down these weapons","line":18,"x":51.146519999999995,"y":96.54624,"width":"179.73","height":"10.06","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"nor can we expect to have our distempers","line":19,"x":51.433859999999996,"y":69.39260999999999,"width":"162.78","height":"10.18","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"of rebellion wherewith we fight against Heaven :","line":19,"x":51.146519999999995,"y":82.89759,"width":"196.40","height":"10.18","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"cured, if we be daily feeding on poison. Ev-","line":20,"x":51.433859999999996,"y":55.743959999999994,"width":"169.67","height":"10.06","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"nor can we expect to have our distempers","line":20,"x":51.433859999999996,"y":69.39260999999999,"width":"162.78","height":"10.18","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":95,"change":"Addition","str":"ery wilful sin gives a mortal wound to the soul.","line":21,"x":51.721199999999996,"y":42.09531,"width":"177.87","height":"9.91","fontName":[null],"dir":["ltr"]}
|
{"page":95,"change":"Addition","str":"cured, if we be daily feeding on poison. Ev-","line":21,"x":51.433859999999996,"y":55.743959999999994,"width":"169.67","height":"10.06","fontName":[null],"dir":["ltr"]}
|
||||||
|
{"page":95,"change":"Addition","str":"ery wilful sin gives a mortal wound to the soul.","line":22,"x":51.721199999999996,"y":42.09531,"width":"177.87","height":"9.91","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":96,"change":"Addition","str":"in the Soul of Man. 79","line":0,"x":88.64439,"y":392.07543,"width":"88.93","height":"10.18","fontName":[null],"dir":["ltr"]}
|
{"page":96,"change":"Addition","str":"in the Soul of Man. 79","line":0,"x":88.64439,"y":392.07543,"width":"88.93","height":"10.18","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":96,"change":"Addition","str":"and puts it at a greater distance from God and","line":1,"x":31.463729999999998,"y":368.51354999999995,"width":"176.28","height":"10.22","fontName":[null],"dir":["ltr"]}
|
{"page":96,"change":"Addition","str":"and puts it at a greater distance from God and","line":1,"x":31.463729999999998,"y":368.51354999999995,"width":"176.28","height":"10.22","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":96,"change":"Addition","str":"goodness : and we can never hope to have our","line":2,"x":31.320059999999998,"y":354.8649,"width":"175.42","height":"10.18","fontName":[null],"dir":["ltr"]}
|
{"page":96,"change":"Addition","str":"goodness : and we can never hope to have our","line":2,"x":31.320059999999998,"y":354.8649,"width":"175.42","height":"10.18","fontName":[null],"dir":["ltr"]}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 140,
|
"pages": 140,
|
||||||
"items": 25314,
|
"items": 25314,
|
||||||
"groupedItems": 3168,
|
"groupedItems": 3179,
|
||||||
"changes": 553,
|
"changes": 557,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -131,7 +131,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"text": "AOurPrayerSaviour'sHumility3437TheExcellencyandAdvantageofReligion",
|
"text": "OUR SAVIOUR'S HUMILITY.",
|
||||||
|
"verified": true,
|
||||||
|
"linkedPage": 34
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": 0,
|
||||||
|
"text": "A PRAYER.",
|
||||||
|
"verified": true,
|
||||||
|
"linkedPage": 37
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": 0,
|
||||||
|
"text": "TheExcellencyandAdvantageofReligion",
|
||||||
"verified": false,
|
"verified": false,
|
||||||
"linkedPage": 38
|
"linkedPage": 38
|
||||||
},
|
},
|
||||||
@ -245,8 +257,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"text": "WeWemustmustknowshunallwhatMannerThingsofareSinSinfulSo78",
|
"text": "WE MUST SHUN ALL MANNER OF SIN.",
|
||||||
"verified": false,
|
"verified": true,
|
||||||
"linkedPage": 78
|
"linkedPage": 78
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -257,7 +269,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"text": "WeWemustmustkeepoftenaexamineConstantourWatchActionsoverOurselves..8789ItisfittorestrainOurselvesinManyLawfulThings",
|
"text": "WE MUST KEEP A CONSTANT WATCH OVER",
|
||||||
|
"verified": true,
|
||||||
|
"linkedPage": 87
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": 0,
|
||||||
|
"text": "WemustoftenexamineourActions89",
|
||||||
|
"verified": false,
|
||||||
|
"linkedPage": 89
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"level": 0,
|
||||||
|
"text": "ItisfittorestrainOurselvesinManyLawfulThings",
|
||||||
"verified": false,
|
"verified": false,
|
||||||
"linkedPage": 91
|
"linkedPage": 91
|
||||||
},
|
},
|
||||||
@ -269,14 +293,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"text": "WE MUST DO THOSE OUTWARD ACTIONS THAT",
|
"text": "WE MUST DO THOSE OUTWARD ACTIONS THAT ARE COMMANDED.",
|
||||||
"verified": true,
|
"verified": true,
|
||||||
"linkedPage": 98
|
"linkedPage": 98
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"text": "tion,Charity,&c",
|
"text": "WE MUST ENDEAVOR TO FORM INTERNAL ACTS OF DEVOTION, CHARITY, &c.",
|
||||||
"verified": false,
|
"verified": true,
|
||||||
"linkedPage": 100
|
"linkedPage": 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -364,10 +388,11 @@
|
|||||||
{"page":14,"change":"ContentChange","str":"Our Saviour's Constant Devotion 28","line":13,"x":30.458039999999997,"y":118.81509,"width":"120.54","height":"7.74","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":14,"change":"ContentChange","str":"Our Saviour's Constant Devotion 28","line":13,"x":30.458039999999997,"y":118.81509,"width":"120.54","height":"7.74","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":14,"change":"ContentChange","str":"Our Saviour's Charity to Men 29","line":14,"x":30.458039999999997,"y":106.3158,"width":"103.73","height":"8.54","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":14,"change":"ContentChange","str":"Our Saviour's Charity to Men 29","line":14,"x":30.458039999999997,"y":106.3158,"width":"103.73","height":"8.54","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":14,"change":"ContentChange","str":"Our Saviour's Purity 31","line":15,"x":30.458039999999997,"y":94.67853,"width":"77.01","height":"7.74","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":14,"change":"ContentChange","str":"Our Saviour's Purity 31","line":15,"x":30.458039999999997,"y":94.67853,"width":"77.01","height":"7.74","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":14,"change":"ContentChange","str":"A Our Prayer Saviour's Humility 34 37","line":16,"x":30.314369999999997,"y":69.96728999999999,"width":"125.28","height":"10.06","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":14,"change":"ContentChange","str":"Our Saviour's Humility 34","line":16,"x":30.458039999999997,"y":81.89189999999999,"width":"87.92","height":"7.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":14,"change":"ContentChange","str":"The Excellency and Advantage of Religion .... 38","line":17,"x":30.314369999999997,"y":59.04837,"width":"183.03","height":"13.35","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":14,"change":"ContentChange","str":"A Prayer 37","line":17,"x":30.314369999999997,"y":69.96728999999999,"width":"37.35","height":"10.06","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":14,"change":"ContentChange","str":"The Excellency of Divine Love 39","line":18,"x":30.314369999999997,"y":46.118069999999996,"width":"110.77","height":"7.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":14,"change":"ContentChange","str":"The Excellency and Advantage of Religion .... 38","line":18,"x":30.314369999999997,"y":59.04837,"width":"183.03","height":"13.35","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":14,"change":"ContentChange","str":"The Advantages of Divine Love 44","line":19,"x":30.314369999999997,"y":34.337129999999995,"width":"114.08","height":"7.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":14,"change":"ContentChange","str":"The Excellency of Divine Love 39","line":19,"x":30.314369999999997,"y":46.118069999999996,"width":"110.77","height":"7.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
|
{"page":14,"change":"ContentChange","str":"The Advantages of Divine Love 44","line":20,"x":30.314369999999997,"y":34.337129999999995,"width":"114.08","height":"7.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"The Worth of the Object 45","line":1,"x":65.36985,"y":378.85778999999997,"width":"85.48","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"The Worth of the Object 45","line":1,"x":65.36985,"y":378.85778999999997,"width":"85.48","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"The Certainty to be Beloved Again 46","line":2,"x":65.22618,"y":367.65153,"width":"119.39","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"The Certainty to be Beloved Again 46","line":2,"x":65.22618,"y":367.65153,"width":"119.39","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"The Presence of the Beloved Person 48","line":3,"x":65.22618,"y":355.58324999999996,"width":"122.55","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"The Presence of the Beloved Person 48","line":3,"x":65.22618,"y":355.58324999999996,"width":"122.55","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
@ -388,33 +413,36 @@
|
|||||||
{"page":15,"change":"ContentChange","str":"The Unreasonableness of these Fears 69","line":18,"x":65.22618,"y":178.58181,"width":"130.74","height":"7.58","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"The Unreasonableness of these Fears 69","line":18,"x":65.22618,"y":178.58181,"width":"130.74","height":"7.58","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"We must do what we can, and depend on the Divine","line":19,"x":65.36985,"y":167.66289,"width":"158.03","height":"9.58","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"We must do what we can, and depend on the Divine","line":19,"x":65.36985,"y":167.66289,"width":"158.03","height":"9.58","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"Assistance 74","line":20,"x":88.50072,"y":154.30158,"width":"45.26","height":"6.32","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"Assistance 74","line":20,"x":88.50072,"y":154.30158,"width":"45.26","height":"6.32","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"We We must must know shun all what Manner Things of are Sin Sinful So 78","line":21,"x":65.22618,"y":132.32007,"width":"238.06","height":"9.58","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"We must shun all Manner of Sin 78","line":21,"x":65.36985,"y":143.38266,"width":"108.18","height":"9.46","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"We must resist the Temptations of Sin. by consider-","line":22,"x":65.22618,"y":120.6828,"width":"166.94","height":"9.46","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"We must know what Things are Sinful So","line":22,"x":65.22618,"y":132.32007,"width":"129.88","height":"9.58","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"ing the Evils they will draw on us 82","line":23,"x":88.78806,"y":108.75819,"width":"108.61","height":"7.36","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"We must resist the Temptations of Sin. by consider-","line":23,"x":65.22618,"y":120.6828,"width":"166.94","height":"9.46","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"We We must must keep often a examine Constant our Watch Actions over Ourselves . . 87 89","line":24,"x":64.93884,"y":84.19062,"width":"287.91","height":"9.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"ing the Evils they will draw on us 82","line":24,"x":88.78806,"y":108.75819,"width":"108.61","height":"7.36","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"It is fit to restrain Ourselves in Many Lawful Things . 91","line":25,"x":64.93884,"y":72.40968,"width":"172.11","height":"8.56","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"We must keep a Constant Watch over Ourselves . . 87","line":25,"x":65.08251,"y":96.2589,"width":"164.22","height":"9.58","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"\\\\'e must strive to put Ourselves out of Love with the","line":26,"x":65.22618,"y":61.634429999999995,"width":"163.21","height":"7.48","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"We must often examine our Actions 89","line":26,"x":64.93884,"y":84.19062,"width":"123.69","height":"9.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":15,"change":"ContentChange","str":"World 93","line":27,"x":88.35705,"y":47.98578,"width":"30.03","height":"7.57","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":15,"change":"ContentChange","str":"It is fit to restrain Ourselves in Many Lawful Things . 91","line":27,"x":64.93884,"y":72.40968,"width":"172.11","height":"8.56","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
|
{"page":15,"change":"ContentChange","str":"\\\\'e must strive to put Ourselves out of Love with the","line":28,"x":65.22618,"y":61.634429999999995,"width":"163.21","height":"7.48","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
|
{"page":15,"change":"ContentChange","str":"World 93","line":29,"x":88.35705,"y":47.98578,"width":"30.03","height":"7.57","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"We must do those Outward Actions that are Com-","line":1,"x":37.06686,"y":372.39264,"width":"159.33","height":"9.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"We must do those Outward Actions that are Com-","line":1,"x":37.06686,"y":372.39264,"width":"159.33","height":"9.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"We must manded endeavor to form Internal Acts of Devo- 98","line":2,"x":37.21053,"y":348.54341999999997,"width":"195.11","height":"9.70","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"manded 98","line":2,"x":60.772409999999994,"y":359.31867,"width":"35.77","height":"7.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"tion, Charity, &c. 100","line":3,"x":60.62873999999999,"y":336.47513999999995,"width":"67.24","height":"6.20","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"We must endeavor to form Internal Acts of Devo-","line":3,"x":37.21053,"y":348.54341999999997,"width":"159.33","height":"9.70","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"Consideration a Great Instrument of Religion . . . loi","line":4,"x":37.21053,"y":324.69419999999997,"width":"167.09","height":"6.80","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"tion, Charity, &c. 100","line":4,"x":60.62873999999999,"y":336.47513999999995,"width":"67.24","height":"6.20","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"To beget Divine Love, we must consider the Excel-","line":5,"x":36.92319,"y":312.76959,"width":"162.78","height":"8.14","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"Consideration a Great Instrument of Religion . . . loi","line":5,"x":37.21053,"y":324.69419999999997,"width":"167.09","height":"6.80","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"lency of the Divine Nature 104","line":6,"x":60.62873999999999,"y":300.41397,"width":"96.97","height":"6.94","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"To beget Divine Love, we must consider the Excel-","line":6,"x":36.92319,"y":312.76959,"width":"162.78","height":"8.14","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"We should meditate on God's Goodness and Love . 108","line":7,"x":36.92319,"y":289.35138,"width":"172.41","height":"9.94","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"lency of the Divine Nature 104","line":7,"x":60.62873999999999,"y":300.41397,"width":"96.97","height":"6.94","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"To beget Charity, we must remember that all Men","line":8,"x":36.92319,"y":277.2831,"width":"160.76","height":"8.54","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"We should meditate on God's Goodness and Love . 108","line":8,"x":36.92319,"y":289.35138,"width":"172.41","height":"9.94","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"are nearly related unto God 113","line":9,"x":60.772409999999994,"y":265.07115,"width":"98.70","height":"8.14","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"To beget Charity, we must remember that all Men","line":9,"x":36.92319,"y":277.2831,"width":"160.76","height":"8.54","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"That they carry God's Image upon them 114","line":10,"x":36.92319,"y":253.00286999999997,"width":"140.80","height":"7.47","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"are nearly related unto God 113","line":10,"x":60.772409999999994,"y":265.07115,"width":"98.70","height":"8.14","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"To beget Purity, we should consider the Dignity of","line":11,"x":37.21053,"y":241.94027999999997,"width":"162.92","height":"8.14","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"That they carry God's Image upon them 114","line":11,"x":36.92319,"y":253.00286999999997,"width":"140.80","height":"7.47","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"our Nature 116","line":12,"x":60.916079999999994,"y":230.15934,"width":"47.99","height":"6.98","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"To beget Purity, we should consider the Dignity of","line":12,"x":37.21053,"y":241.94027999999997,"width":"162.92","height":"8.14","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"We should meditate often on the Joys of Heaven . 117","line":13,"x":37.21053,"y":217.94738999999998,"width":"164.64","height":"9.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"our Nature 116","line":13,"x":60.916079999999994,"y":230.15934,"width":"47.99","height":"6.98","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"Humility arises from the Consideration of our Fail-","line":14,"x":38.21622,"y":206.74113,"width":"167.95","height":"6.88","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"We should meditate often on the Joys of Heaven . 117","line":14,"x":37.21053,"y":217.94738999999998,"width":"164.64","height":"9.82","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"ings 118","line":15,"x":61.203419999999994,"y":194.67284999999998,"width":"25.72","height":"6.17","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"Humility arises from the Consideration of our Fail-","line":15,"x":38.21622,"y":206.74113,"width":"167.95","height":"6.88","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"Thoughts of God give us the Lowest Thoughts of","line":16,"x":37.21053,"y":182.60457,"width":"158.61","height":"8.22","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"ings 118","line":16,"x":61.203419999999994,"y":194.67284999999998,"width":"25.72","height":"6.17","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"Ourselves 120","line":17,"x":61.490759999999995,"y":170.9673,"width":"46.55","height":"6.55","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"Thoughts of God give us the Lowest Thoughts of","line":17,"x":37.21053,"y":182.60457,"width":"158.61","height":"8.22","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"Prayer, another Instrument of Religion, and the","line":18,"x":37.64154,"y":159.04269,"width":"159.47","height":"7.02","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"Ourselves 120","line":18,"x":61.490759999999995,"y":170.9673,"width":"46.55","height":"6.55","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"Advantages of Mental Prayer 121","line":19,"x":60.772409999999994,"y":147.26174999999998,"width":"109.90","height":"7.16","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"Prayer, another Instrument of Religion, and the","line":19,"x":37.64154,"y":159.04269,"width":"159.47","height":"7.02","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"Religion is to be Advanced by the same Means by","line":20,"x":37.64154,"y":135.0498,"width":"155.16","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"Advantages of Mental Prayer 121","line":20,"x":60.772409999999994,"y":147.26174999999998,"width":"109.90","height":"7.16","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"which it is Begun ; and the Use of the Holy","line":21,"x":61.059749999999994,"y":122.98151999999999,"width":"127.72","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"Religion is to be Advanced by the same Means by","line":21,"x":37.64154,"y":135.0498,"width":"155.16","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"Sacrainent towards it 124","line":22,"x":61.634429999999995,"y":111.48791999999999,"width":"83.33","height":"6.84","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"which it is Begun ; and the Use of the Holy","line":22,"x":61.059749999999994,"y":122.98151999999999,"width":"127.72","height":"7.66","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
{"page":16,"change":"ContentChange","str":"A Prayer 126","line":23,"x":37.78521,"y":99.41964,"width":"41.09","height":"10.54","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
{"page":16,"change":"ContentChange","str":"Sacrainent towards it 124","line":23,"x":61.634429999999995,"y":111.48791999999999,"width":"83.33","height":"6.84","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
||||||
|
{"page":16,"change":"ContentChange","str":"A Prayer 126","line":24,"x":37.78521,"y":99.41964,"width":"41.09","height":"10.54","fontName":[null],"dir":["ltr"],"types":["TOC"]}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 140,
|
"pages": 140,
|
||||||
"items": 25968,
|
"items": 25968,
|
||||||
"groupedItems": 3294,
|
"groupedItems": 3305,
|
||||||
"changes": 776,
|
"changes": 776,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 140,
|
"pages": 140,
|
||||||
"items": 25968,
|
"items": 25968,
|
||||||
"groupedItems": 3294,
|
"groupedItems": 3305,
|
||||||
"changes": 87,
|
"changes": 5,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -42,11 +42,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":6,"change":"ContentChange","str":"T OooulO^I ^ 4le.^A\\-^","line":0,"x":55.16928,"y":403.28168999999997,"width":"113.07","height":"23.47","fontName":[null],"dir":["ltr"]}
|
{"page":6,"change":"ContentChange","str":"T OooulO^I ^ 4le.^A\\-^","line":0,"x":55.16928,"y":403.28168999999997,"width":"113.07","height":"23.47","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":7,"change":"ContentChange","str":"PUBLIC 793478 LIBRARY^ A","line":1,"x":138.35421,"y":334.7511,"width":"146.69","height":"16.16","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":7,"change":"ContentChange","str":"TlLDtN ASTOR, FOUNDATIONS! LENOX AND","line":2,"x":137.34851999999998,"y":315.78666,"width":"157.76","height":"9.18","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":14,"change":"ContentChange","str":"A Our Prayer Saviour's Humility 34 37","line":16,"x":30.314369999999997,"y":69.96728999999999,"width":"125.28","height":"10.06","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":15,"change":"ContentChange","str":"We We must must know shun all what Manner Things of are Sin Sinful So 78","line":21,"x":65.22618,"y":132.32007,"width":"238.06","height":"9.58","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":15,"change":"ContentChange","str":"We We must must keep often a examine Constant our Watch Actions over Ourselves . . 87 89","line":24,"x":64.93884,"y":84.19062,"width":"287.91","height":"9.82","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":16,"change":"ContentChange","str":"We must manded endeavor to form Internal Acts of Devo- 98","line":2,"x":37.21053,"y":348.54341999999997,"width":"195.11","height":"9.70","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":95,"change":"ContentChange","str":"\"^ \"DUT if we now, desire that to I may have detain our souls you moulded no longer, to","line":11,"x":51.864869999999996,"y":178.72547999999998,"width":"351.27","height":"13.41","fontName":[null],"dir":["ltr"]}
|
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 175,
|
"pages": 175,
|
||||||
"items": 15299,
|
"items": 15299,
|
||||||
"groupedItems": 10758,
|
"groupedItems": 10775,
|
||||||
"changes": 3174,
|
"changes": 3185,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -202,21 +202,20 @@
|
|||||||
{"page":18,"change":"Addition","str":"nity of users. 3 Commoning is guided by a set of ","line":40,"x":332.17480000000006,"y":175.28910000000008,"width":"239.89","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"nity of users. 3 Commoning is guided by a set of ","line":40,"x":332.17480000000006,"y":175.28910000000008,"width":"239.89","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"community. Special regard is given to equita -","line":43,"x":332.1723,"y":133.29810000000003,"width":"237.10","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"community. Special regard is given to equita -","line":43,"x":332.1723,"y":133.29810000000003,"width":"237.10","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"4 Made With Creative Commons","line":0,"x":42.5197,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"4 Made With Creative Commons","line":0,"x":42.5197,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"The Commons, the Market, and the State","line":1,"x":42.5197,"y":707.3071,"width":"283.61","height":"14.00","fontName":["QXDVEN+OpenSans-Extrabold"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"manage resources and share wealth: the com -","line":4,"x":42.5197,"y":679.3041,"width":"237.10","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"manage resources and share wealth: the com -","line":3,"x":42.5197,"y":679.3041,"width":"237.10","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"two being the dominant forms today. 4","line":7,"x":42.5197,"y":637.2950999999998,"width":"194.67","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"two being the dominant forms today. 4","line":6,"x":42.5197,"y":637.2950999999998,"width":"194.67","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"case studies are unique in the way they par -","line":9,"x":42.5167,"y":609.3041,"width":"237.94","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"case studies are unique in the way they par -","line":8,"x":42.5167,"y":609.3041,"width":"237.94","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"or no reliance on the market or state. 5 Others ","line":14,"x":42.516700000000014,"y":539.2890999999997,"width":"239.99","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"or no reliance on the market or state. 5 Others ","line":13,"x":42.516700000000014,"y":539.2890999999997,"width":"239.99","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"depending on them for financial sustainabili -","line":16,"x":42.515299999999996,"y":511.30109999999996,"width":"237.15","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"depending on them for financial sustainabili -","line":15,"x":42.515299999999996,"y":511.30109999999996,"width":"237.15","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"Some of our case studies are simply com -","line":23,"x":56.51829999999997,"y":413.28010000000006,"width":"223.09","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"Some of our case studies are simply com -","line":22,"x":56.51829999999997,"y":413.28010000000006,"width":"223.09","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"tiny or even absent. Other case studies are pri -","line":27,"x":303.8203,"y":721.2691000000001,"width":"237.15","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"tiny or even absent. Other case studies are pri -","line":26,"x":303.8203,"y":721.2691000000001,"width":"237.15","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"marily market-based with only a small engage -","line":28,"x":303.82030000000003,"y":707.2661,"width":"237.05","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"marily market-based with only a small engage -","line":27,"x":303.82030000000003,"y":707.2661,"width":"237.05","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"extent to which an enterprise sees itself as be -","line":32,"x":303.82030000000003,"y":651.2540999999999,"width":"237.04","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"extent to which an enterprise sees itself as be -","line":31,"x":303.82030000000003,"y":651.2540999999999,"width":"237.04","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"is primarily of the market. Finding ways to gen -","line":37,"x":303.82030000000003,"y":581.2390999999997,"width":"237.10","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"is primarily of the market. Finding ways to gen -","line":36,"x":303.82030000000003,"y":581.2390999999997,"width":"237.10","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"mission statements) is challenging. To man -","line":40,"x":303.82030000000003,"y":539.2300999999995,"width":"237.10","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"mission statements) is challenging. To man -","line":39,"x":303.82030000000003,"y":539.2300999999995,"width":"237.10","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"fostering the use and adoption of the com -","line":46,"x":303.82030000000003,"y":455.21209999999957,"width":"237.09","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"fostering the use and adoption of the com -","line":45,"x":303.82030000000003,"y":455.21209999999957,"width":"237.09","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"mons. State programs and funding can delib -","line":47,"x":303.82030000000003,"y":441.2090999999996,"width":"236.99","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"mons. State programs and funding can delib -","line":46,"x":303.82030000000003,"y":441.2090999999996,"width":"236.99","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"Beyond money, laws and regulations regard -","line":49,"x":303.82030000000003,"y":413.2030999999996,"width":"237.13","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"Beyond money, laws and regulations regard -","line":48,"x":303.82030000000003,"y":413.2030999999996,"width":"237.13","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
|
||||||
{"page":20,"change":"Addition","str":"5 Made With Creative Commons","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"5 Made With Creative Commons","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"market, and state manage resources different -","line":2,"x":70.8631,"y":707.3041,"width":"237.64","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"market, and state manage resources different -","line":2,"x":70.8631,"y":707.3041,"width":"237.64","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"ly, and not just for those who consider them -","line":3,"x":70.86309999999997,"y":693.3010999999999,"width":"237.09","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"ly, and not just for those who consider them -","line":3,"x":70.86309999999997,"y":693.3010999999999,"width":"237.09","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
@ -240,26 +239,38 @@
|
|||||||
{"page":20,"change":"Addition","str":"possibility of being made into a physical re -","line":71,"x":332.17350000000005,"y":77.14820000000003,"width":"237.04","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"possibility of being made into a physical re -","line":71,"x":332.17350000000005,"y":77.14820000000003,"width":"237.04","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"source. The digital file of a book can be print -","line":72,"x":332.17350000000005,"y":63.14520000000003,"width":"237.64","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"source. The digital file of a book can be print -","line":72,"x":332.17350000000005,"y":63.14520000000003,"width":"237.64","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"P E O P L E","line":73,"x":239.2135,"y":307.7268,"width":"55.21","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"P E O P L E","line":73,"x":239.2135,"y":307.7268,"width":"55.21","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"& D I R E C T O R I N D I R E C T","line":74,"x":201.6608,"y":243.3027,"width":"81.51","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"& D I R E C T O R","line":74,"x":201.6608,"y":280.7843,"width":"46.15","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"W H O H A S A U T H O R I T Y","line":75,"x":204.7131,"y":246.4378,"width":"74.74","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"I N D I R E C T","line":75,"x":243.8043,"y":243.3027,"width":"35.35","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"W H O C A N A C C E S S","line":76,"x":201.2698,"y":277.2939,"width":"62.39","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"W H O H A S","line":76,"x":204.7131,"y":291.1568,"width":"31.90","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"O R","line":77,"x":264.5528,"y":263.3891,"width":"9.84","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"A U T H O R I T Y","line":77,"x":244.543,"y":246.4378,"width":"42.84","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"U S E","line":78,"x":269.6151,"y":242.8031,"width":"15.11","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"W H O C A N","line":78,"x":201.2698,"y":302.8815,"width":"32.72","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"P R O C E S S E S","line":79,"x":222.7892,"y":269.0204,"width":"87.21","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"A C C E S S","line":79,"x":242.311,"y":277.2939,"width":"29.67","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"N O R M S","line":80,"x":86.1696,"y":175.176,"width":"49.97","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"O R","line":80,"x":264.5528,"y":263.3891,"width":"9.84","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"& R U L E S G O A L S","line":81,"x":114.7661,"y":125.3545,"width":"103.45","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"U S E","line":81,"x":269.6151,"y":242.8031,"width":"15.11","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"C H A R A C T E R I S T I C S","line":82,"x":94.8267,"y":238.7385,"width":"134.57","height":"15.80","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"P R O C E S S E S","line":82,"x":222.7892,"y":269.0204,"width":"87.21","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"P H Y S I C A L O R D I G I T A L","line":83,"x":130.4101,"y":238.7433,"width":"77.03","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"O R M S","line":84,"x":87.9505,"y":175.176,"width":"38.98","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"S C A R C E","line":84,"x":122.5975,"y":240.4331,"width":"29.67","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"R U L E S","line":86,"x":132.1376,"y":125.3545,"width":"47.13","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"O R A B U N D A N T","line":85,"x":135.4299,"y":275.7811,"width":"52.05","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"G O A L S","line":87,"x":250.9985,"y":137.554,"width":"47.02","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"N A T U R A L","line":86,"x":114.8026,"y":244.1104,"width":"36.67","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"C H A R A C T E R I S T I C S","line":88,"x":94.8267,"y":238.7385,"width":"134.57","height":"15.80","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"O R P R O D U C E D","line":87,"x":132.9873,"y":285.2491,"width":"49.38","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"P H Y S I C A L","line":89,"x":130.4101,"y":238.7433,"width":"37.27","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"I N F O R M A L ( N O R M S )","line":88,"x":123.3628,"y":165.3116,"width":"73.30","height":"7.96","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"O R D I G I T A L","line":90,"x":147.8521,"y":278.3089,"width":"39.77","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"F O R M A L","line":89,"x":118.0969,"y":185.6904,"width":"29.68","height":"7.96","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"S C A R C E","line":91,"x":122.5975,"y":240.4331,"width":"29.67","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"( L A W S ) U S E O U T C O M E","line":90,"x":138.6287,"y":160.8224,"width":"80.34","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"O R","line":92,"x":135.4299,"y":275.7811,"width":"9.84","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"A D D I T I V E O R E X T R A C T I V E","line":91,"x":197.8354,"y":156.7244,"width":"89.10","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"A B U N D A N T","line":93,"x":146.6838,"y":287.5302,"width":"42.20","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"U S E O U T C O M E","line":92,"x":203.1906,"y":149.1672,"width":"49.20","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"A T U R A L","line":95,"x":115.692,"y":250.3666,"width":"30.85","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"Addition","str":"M E A S U R E S","line":93,"x":262.573,"y":181.667,"width":"39.69","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"Addition","str":"O R","line":96,"x":132.9873,"y":285.2491,"width":"9.84","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"P R O D U C E D","line":97,"x":145.1009,"y":296.1764,"width":"39.54","height":"7.93","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"I N","line":98,"x":123.3628,"y":222.5481,"width":"8.19","height":"7.96","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"F O R M A L","line":99,"x":124.8847,"y":189.2918,"width":"29.67","height":"7.96","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"( N O R M S )","line":100,"x":145.7371,"y":165.3116,"width":"35.44","height":"7.96","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"F O R M A L","line":101,"x":118.0969,"y":185.6904,"width":"29.68","height":"7.96","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"( L A W S )","line":102,"x":138.6287,"y":160.8224,"width":"31.15","height":"7.96","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"U S E","line":103,"x":216.6216,"y":167.1721,"width":"14.63","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"O U T C O M","line":104,"x":237.2866,"y":177.8082,"width":"29.91","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"A D D I T I V E O R","line":106,"x":197.8354,"y":156.7244,"width":"43.42","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"E X T R A C T I V E","line":107,"x":252.5324,"y":181.6743,"width":"45.67","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"U S E O U T C O M E","line":108,"x":203.1906,"y":149.1672,"width":"49.20","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
|
{"page":20,"change":"Addition","str":"M E A S U R E S","line":109,"x":262.573,"y":181.667,"width":"39.69","height":"7.99","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":21,"change":"Addition","str":"6 Made With Creative Commons","line":0,"x":42.5197,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":21,"change":"Addition","str":"6 Made With Creative Commons","line":0,"x":42.5197,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
{"page":21,"change":"Addition","str":"be physically manufactured in wood. This con -","line":3,"x":42.5197,"y":693.3010999999999,"width":"237.22","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":21,"change":"Addition","str":"be physically manufactured in wood. This con -","line":3,"x":42.5197,"y":693.3010999999999,"width":"237.22","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
{"page":21,"change":"Addition","str":"sees resources as private goods—commod -","line":11,"x":42.5197,"y":581.2770999999996,"width":"237.13","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
{"page":21,"change":"Addition","str":"sees resources as private goods—commod -","line":11,"x":42.5197,"y":581.2770999999996,"width":"237.13","height":"11.00","fontName":["AMIDOT+OpenSans"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 153,
|
"pages": 153,
|
||||||
"items": 14949,
|
"items": 14949,
|
||||||
"groupedItems": 10583,
|
"groupedItems": 10600,
|
||||||
"changes": 0,
|
"changes": 0,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 175,
|
"pages": 175,
|
||||||
"items": 15299,
|
"items": 15299,
|
||||||
"groupedItems": 10758,
|
"groupedItems": 10775,
|
||||||
"changes": 525,
|
"changes": 525,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 175,
|
"pages": 175,
|
||||||
"items": 15299,
|
"items": 15299,
|
||||||
"groupedItems": 10758,
|
"groupedItems": 10775,
|
||||||
"changes": 279,
|
"changes": 271,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -52,7 +52,7 @@
|
|||||||
{"page":16,"change":"ContentChange","str":"Made With Creative Commons 1","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":16,"change":"ContentChange","str":"Made With Creative Commons 1","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"ContentChange","str":"Made With Creative Commons 3","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":18,"change":"ContentChange","str":"Made With Creative Commons 3","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"ContentChange","str":"Made With Creative Commons 5","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":20,"change":"ContentChange","str":"Made With Creative Commons 5","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
{"page":20,"change":"ContentChange","str":"D I R E C T O R I N D I R E C T &","line":74,"x":201.6608,"y":243.3027,"width":"81.51","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
{"page":20,"change":"ContentChange","str":"D I R E C T O R &","line":74,"x":201.6608,"y":280.7843,"width":"46.15","height":"15.77","fontName":["DBUVEN+BrysoShedcaps-Regular"],"dir":["ltr"]}
|
||||||
{"page":22,"change":"ContentChange","str":"Made With Creative Commons 7","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":22,"change":"ContentChange","str":"Made With Creative Commons 7","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
{"page":24,"change":"ContentChange","str":"Made With Creative Commons 9","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":24,"change":"ContentChange","str":"Made With Creative Commons 9","line":0,"x":70.8661,"y":21.3071,"width":"13.88","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
{"page":26,"change":"ContentChange","str":"Made With Creative Commons 11","line":0,"x":70.8661,"y":21.3071,"width":"17.06","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
{"page":26,"change":"ContentChange","str":"Made With Creative Commons 11","line":0,"x":70.8661,"y":21.3071,"width":"17.06","height":"7.00","fontName":["CJYOPP+AkzidenzGroteskBE-Bold"],"dir":["ltr"]}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 60,
|
"pages": 60,
|
||||||
"items": 4344,
|
"items": 4344,
|
||||||
"groupedItems": 1487,
|
"groupedItems": 1498,
|
||||||
"changes": 927,
|
"changes": 926,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -403,10 +403,9 @@
|
|||||||
{"page":22,"change":"Addition","str":"better. You can look for a ‘ r un ’ of seven points or more - all up, all down , or all above or below the median value . The run will tell you","line":4,"x":99.264,"y":474.7,"width":"629.39","height":"11.04","fontName":[null,"Arial"],"dir":["ltr"]}
|
{"page":22,"change":"Addition","str":"better. You can look for a ‘ r un ’ of seven points or more - all up, all down , or all above or below the median value . The run will tell you","line":4,"x":99.264,"y":474.7,"width":"629.39","height":"11.04","fontName":[null,"Arial"],"dir":["ltr"]}
|
||||||
{"page":22,"change":"Addition","str":"Example r un charts capturing project outcome data","line":6,"x":99.264,"y":434.62,"width":"294.04","height":"12.00","fontName":[null],"dir":["ltr"]}
|
{"page":22,"change":"Addition","str":"Example r un charts capturing project outcome data","line":6,"x":99.264,"y":434.62,"width":"294.04","height":"12.00","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":22,"change":"Addition","str":"Number of times standard format followed Median","line":45,"x":158.09,"y":379.32,"width":"206.07","height":"9.96","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":22,"change":"Addition","str":"Number of times standard format followed Median","line":45,"x":158.09,"y":379.32,"width":"206.07","height":"9.96","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":22,"change":"Addition","str":"0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5","line":46,"x":442.82,"y":254.83,"width":"93.38","height":"9.98","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":22,"change":"Addition","str":"Staff survey - Level of preparedness to deliver care","line":57,"x":485.64,"y":393.82,"width":"247.67","height":"12.00","fontName":["ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
||||||
{"page":22,"change":"Addition","str":"Staff survey - Level of preparedness to deliver care","line":47,"x":485.64,"y":393.82,"width":"247.67","height":"12.00","fontName":["ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
{"page":22,"change":"Addition","str":"Staff Survey Results Median","line":59,"x":523.13,"y":366.82,"width":"110.87","height":"9.96","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":22,"change":"Addition","str":"Staff Survey Results Median","line":49,"x":523.13,"y":366.82,"width":"110.87","height":"9.96","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":22,"change":"Addition","str":"Click here for more about using run charts and ","line":61,"x":512.35,"y":153.62,"width":"229.32","height":"11.04","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":22,"change":"Addition","str":"Click here for more about using run charts and ","line":51,"x":512.35,"y":153.62,"width":"229.32","height":"11.04","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":23,"change":"Addition","str":"Quality Improvement Clinic Ltd. P a g e | 24 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
|
{"page":23,"change":"Addition","str":"Quality Improvement Clinic Ltd. P a g e | 24 August 2015","line":0,"x":99.264,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":23,"change":"Addition","str":"Once you have mapped your current process and compared data about your transfers ","line":2,"x":99.264,"y":442.54,"width":"415.73","height":"11.04","fontName":[null],"dir":["ltr"]}
|
{"page":23,"change":"Addition","str":"Once you have mapped your current process and compared data about your transfers ","line":2,"x":99.264,"y":442.54,"width":"415.73","height":"11.04","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":23,"change":"Addition","str":"of care with best practice , you need to decide where to start – this will be your initial ","line":3,"x":99.264,"y":428.02,"width":"399.58","height":"11.04","fontName":[null,"Arial"],"dir":["ltr"]}
|
{"page":23,"change":"Addition","str":"of care with best practice , you need to decide where to start – this will be your initial ","line":3,"x":99.264,"y":428.02,"width":"399.58","height":"11.04","fontName":[null,"Arial"],"dir":["ltr"]}
|
||||||
@ -951,21 +950,21 @@
|
|||||||
{"page":58,"change":"Addition","str":"• Engage staff, patients, clients and residents using patient stories and evidence from useful resources","line":12,"x":153.77,"y":369.1,"width":"491.89","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Engage staff, patients, clients and residents using patient stories and evidence from useful resources","line":12,"x":153.77,"y":369.1,"width":"491.89","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Choose your project team, include senior and frontline staff and patients/clients/residents","line":13,"x":153.77,"y":353.74,"width":"444.55","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Choose your project team, include senior and frontline staff and patients/clients/residents","line":13,"x":153.77,"y":353.74,"width":"444.55","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Document your project plan (Appendix F) and use the sustainaiblity guide to think about long term impact of change","line":14,"x":153.77,"y":338.38,"width":"571.55","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Document your project plan (Appendix F) and use the sustainaiblity guide to think about long term impact of change","line":14,"x":153.77,"y":338.38,"width":"571.55","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"3 • Measure and understand (page 19)","line":15,"x":115.73,"y":310.61,"width":"187.11","height":"14.04","fontName":["ABCDEE+Calibri,Bold","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Measure and understand (page 19)","line":16,"x":144.74,"y":322.27,"width":"179.99","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Choose and define your outcomes and process measures, collect baseline data and display on run or SPC charts","line":16,"x":153.77,"y":306.91,"width":"552.29","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Choose and define your outcomes and process measures, collect baseline data and display on run or SPC charts","line":17,"x":153.77,"y":306.91,"width":"552.29","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Design and plan (page 24)","line":18,"x":144.19,"y":285.19,"width":"134.04","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Design and plan (page 24)","line":19,"x":144.19,"y":285.19,"width":"134.04","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Design your standard transfer of care template and test using Plan Do Study Act (PDSA) cycles (Appendix I & J)","line":19,"x":153.19,"y":269.83,"width":"539.16","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Design your standard transfer of care template and test using Plan Do Study Act (PDSA) cycles (Appendix I & J)","line":20,"x":153.19,"y":269.83,"width":"539.16","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Use dot voting to define your minimum data set (Appendix G)","line":20,"x":162.19,"y":254.47,"width":"305.46","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Use dot voting to define your minimum data set (Appendix G)","line":21,"x":162.19,"y":254.47,"width":"305.46","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Select a standardised communication tool (e.g. SBAR) to organise your minimum data set","line":21,"x":162.19,"y":238.99,"width":"438.29","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Select a standardised communication tool (e.g. SBAR) to organise your minimum data set","line":22,"x":162.19,"y":238.99,"width":"438.29","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Generate and test other change ideas using the good practice checklist (Appendix B) and examples (Appendix K)","line":22,"x":153.19,"y":223.63,"width":"549.47","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Generate and test other change ideas using the good practice checklist (Appendix B) and examples (Appendix K)","line":23,"x":153.19,"y":223.63,"width":"549.47","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Choose process measures (Appendix H) collect data and display on run or SPC charts","line":23,"x":153.19,"y":208.27,"width":"418.36","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Choose process measures (Appendix H) collect data and display on run or SPC charts","line":24,"x":153.19,"y":208.27,"width":"418.36","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Pilot and implement (page 34)","line":25,"x":144.74,"y":191.59,"width":"156.48","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Pilot and implement (page 34)","line":26,"x":144.74,"y":191.59,"width":"156.48","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Document your new standardised transfer of care process","line":26,"x":153.77,"y":176.23,"width":"287.10","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Document your new standardised transfer of care process","line":27,"x":153.77,"y":176.23,"width":"287.10","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Plan your tests for implementation using PDSA cycles. Plan training, measurement, resources & stakeholder ","line":27,"x":153.77,"y":160.87,"width":"533.48","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Plan your tests for implementation using PDSA cycles. Plan training, measurement, resources & stakeholder ","line":28,"x":153.77,"y":160.87,"width":"533.48","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Consider 'flexible standardisation' and spread good practice to other teams, departments and organisations","line":29,"x":153.77,"y":132.17,"width":"528.46","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Consider 'flexible standardisation' and spread good practice to other teams, departments and organisations","line":30,"x":153.77,"y":132.17,"width":"528.46","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Sustain and share (page 38)","line":31,"x":143.64,"y":113.33,"width":"141.57","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Sustain and share (page 38)","line":32,"x":143.64,"y":113.33,"width":"141.57","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Use the sustainability guide to ensure your changes will be sustained","line":32,"x":152.64,"y":97.968,"width":"339.64","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Use the sustainability guide to ensure your changes will be sustained","line":33,"x":152.64,"y":97.968,"width":"339.64","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Addition","str":"• Celebrate and spread your success through conferences, posters, journal articles etc. (Appendix L)","line":33,"x":152.64,"y":82.608,"width":"480.70","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
{"page":58,"change":"Addition","str":"• Celebrate and spread your success through conferences, posters, journal articles etc. (Appendix L)","line":34,"x":152.64,"y":82.608,"width":"480.70","height":"12.00","fontName":["ABCDEE+Calibri","ABCDEE+Calibri"],"dir":["ltr"]}
|
||||||
{"page":59,"change":"Addition","str":"Quality Improvement Clinic Ltd. P a g e | 60 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
|
{"page":59,"change":"Addition","str":"Quality Improvement Clinic Ltd. P a g e | 60 August 2015","line":0,"x":53.88,"y":30.84,"width":"267.35","height":"11.04","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":59,"change":"Addition","str":"2011 - 2012 - First learning phase","line":2,"x":111.07,"y":465.96,"width":"143.46","height":"11.04","fontName":["ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
{"page":59,"change":"Addition","str":"2011 - 2012 - First learning phase","line":2,"x":111.07,"y":465.96,"width":"143.46","height":"11.04","fontName":["ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
||||||
{"page":59,"change":"Addition","str":"2013 - 2014 - Second learning phase","line":9,"x":111.07,"y":257.5,"width":"156.68","height":"11.04","fontName":["ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
{"page":59,"change":"Addition","str":"2013 - 2014 - Second learning phase","line":9,"x":111.07,"y":257.5,"width":"156.68","height":"11.04","fontName":["ABCDEE+Calibri,Bold"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 60,
|
"pages": 60,
|
||||||
"items": 3990,
|
"items": 3990,
|
||||||
"groupedItems": 1428,
|
"groupedItems": 1439,
|
||||||
"changes": 30,
|
"changes": 30,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 60,
|
"pages": 60,
|
||||||
"items": 4344,
|
"items": 4344,
|
||||||
"groupedItems": 1487,
|
"groupedItems": 1498,
|
||||||
"changes": 413,
|
"changes": 413,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 60,
|
"pages": 60,
|
||||||
"items": 4344,
|
"items": 4344,
|
||||||
"groupedItems": 1487,
|
"groupedItems": 1498,
|
||||||
"changes": 14,
|
"changes": 3,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -42,5 +42,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":22,"change":"ContentChange","str":"0.5 1.5 2.5 3.5 4.5 0 1 2 3 4 5","line":46,"x":442.82,"y":254.83,"width":"93.38","height":"9.98","fontName":["ABCDEE+Calibri"],"dir":["ltr"]}
|
|
||||||
{"page":42,"change":"ContentChange","str":"Although Ol Even lie understood that going one day ","line":33,"x":538.99,"y":198.14,"width":"280.12","height":"14.04","fontName":[null],"dir":["ltr"]}
|
{"page":42,"change":"ContentChange","str":"Although Ol Even lie understood that going one day ","line":33,"x":538.99,"y":198.14,"width":"280.12","height":"14.04","fontName":[null],"dir":["ltr"]}
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 27,
|
"pages": 27,
|
||||||
"items": 1899,
|
"items": 1899,
|
||||||
"groupedItems": 1545,
|
"groupedItems": 1547,
|
||||||
"changes": 206,
|
"changes": 204,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -66,15 +66,13 @@
|
|||||||
{"page":5,"change":"Addition","str":"used throughout the audit. The only","line":15,"x":34.015,"y":263.52300000000025,"width":"173.27","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"used throughout the audit. The only","line":15,"x":34.015,"y":263.52300000000025,"width":"173.27","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"® St Mary’s falls within SOA 010E, on the border of 010F.","line":29,"x":568.5,"y":68.976,"width":"209.34","height":"9.00","fontName":["Wingdings","Gill Sans MT"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"® St Mary’s falls within SOA 010E, on the border of 010F.","line":29,"x":568.5,"y":68.976,"width":"209.34","height":"9.00","fontName":["Wingdings","Gill Sans MT"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"(Map downloaded from ONS via Oxford Data Observatory )","line":30,"x":587.326,"y":54.488,"width":"176.47","height":"8.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"(Map downloaded from ONS via Oxford Data Observatory )","line":30,"x":587.326,"y":54.488,"width":"176.47","height":"8.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"009D 010D","line":37,"x":612.419,"y":127.99999999999999,"width":"31.02","height":"7.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"West Oxon 010 West Oxon 009","line":50,"x":595.737,"y":412.752,"width":"85.60","height":"7.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"010C 010F","line":38,"x":643.478,"y":134.26899999999998,"width":"28.62","height":"7.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"(Map downloaded from ONS via Oxford Data Observatory )","line":53,"x":581.069,"y":329.912,"width":"186.88","height":"8.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"West Oxon 010 West Oxon 009","line":48,"x":595.737,"y":412.752,"width":"85.60","height":"7.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"Map downloaded from A Church Near You","line":55,"x":144.56,"y":67.724,"width":"134.46","height":"8.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"(Map downloaded from ONS via Oxford Data Observatory )","line":51,"x":581.069,"y":329.912,"width":"186.88","height":"8.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"the Indices of Multiple Deprivation","line":57,"x":34.015,"y":442.047,"width":"177.79","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"Map downloaded from A Church Near You","line":53,"x":144.56,"y":67.724,"width":"134.46","height":"8.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"2010 , which uses data from 2008) is","line":58,"x":34.015,"y":428.159,"width":"185.19","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"the Indices of Multiple Deprivation","line":55,"x":34.015,"y":442.047,"width":"177.79","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"throughout the audit. The Oxford","line":69,"x":227.70999999999998,"y":442.0470000000002,"width":"178.72","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"2010 , which uses data from 2008) is","line":56,"x":34.015,"y":428.159,"width":"185.19","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
{"page":5,"change":"Addition","str":"County Council’s Data Observatory is","line":70,"x":227.71,"y":428.159,"width":"185.19","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
||||||
{"page":5,"change":"Addition","str":"throughout the audit. The Oxford","line":67,"x":227.70999999999998,"y":442.0470000000002,"width":"178.72","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"Addition","str":"County Council’s Data Observatory is","line":68,"x":227.71,"y":428.159,"width":"185.19","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
|
||||||
{"page":6,"change":"Addition","str":"in West Oxfordshire and","line":19,"x":639.8050000000001,"y":184.9149999999999,"width":"122.90","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"in West Oxfordshire and","line":19,"x":639.8050000000001,"y":184.9149999999999,"width":"122.90","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"protected by Grade I listing by","line":20,"x":639.8050000000001,"y":171.0269999999999,"width":"160.86","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"protected by Grade I listing by","line":20,"x":639.8050000000001,"y":171.0269999999999,"width":"160.86","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
||||||
{"page":6,"change":"Addition","str":"English Heritage as a building of","line":21,"x":639.805,"y":157.139,"width":"168.07","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
{"page":6,"change":"Addition","str":"English Heritage as a building of","line":21,"x":639.805,"y":157.139,"width":"168.07","height":"12.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 27,
|
"pages": 27,
|
||||||
"items": 1874,
|
"items": 1874,
|
||||||
"groupedItems": 1520,
|
"groupedItems": 1522,
|
||||||
"changes": 45,
|
"changes": 45,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 27,
|
"pages": 27,
|
||||||
"items": 1899,
|
"items": 1899,
|
||||||
"groupedItems": 1545,
|
"groupedItems": 1547,
|
||||||
"changes": 25,
|
"changes": 25,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 27,
|
"pages": 27,
|
||||||
"items": 1899,
|
"items": 1899,
|
||||||
"groupedItems": 1545,
|
"groupedItems": 1547,
|
||||||
"changes": 9,
|
"changes": 9,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
@ -42,6 +42,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":5,"change":"ContentChange","str":"West Oxon 009 West Oxon 010","line":48,"x":595.737,"y":412.752,"width":"85.60","height":"7.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
{"page":5,"change":"ContentChange","str":"West Oxon 009 West Oxon 010","line":50,"x":595.737,"y":412.752,"width":"85.60","height":"7.00","fontName":["Gill Sans MT Italic"],"dir":["ltr"]}
|
||||||
{"page":12,"change":"ContentChange","str":"Witney South Witney North","line":31,"x":114.15400000000001,"y":388.356,"width":"85.79","height":"6.96","fontName":["Arial Bold"],"dir":["ltr"]}
|
{"page":12,"change":"ContentChange","str":"Witney South Witney North","line":31,"x":114.15400000000001,"y":388.356,"width":"85.79","height":"6.96","fontName":["Arial Bold"],"dir":["ltr"]}
|
||||||
{"page":21,"change":"ContentChange","str":"Low income down roots","line":16,"x":612.6709999999999,"y":240.24400000000009,"width":"94.14","height":"9.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
{"page":21,"change":"ContentChange","str":"Low income down roots","line":16,"x":612.6709999999999,"y":240.24400000000009,"width":"94.14","height":"9.00","fontName":["Gill Sans MT"],"dir":["ltr"]}
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 7,
|
"pages": 7,
|
||||||
"items": 6779,
|
"items": 6779,
|
||||||
"groupedItems": 154,
|
"groupedItems": 1096,
|
||||||
"changes": 0,
|
"changes": 0,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 7,
|
"pages": 7,
|
||||||
"items": 6779,
|
"items": 6779,
|
||||||
"groupedItems": 154,
|
"groupedItems": 1096,
|
||||||
"changes": 0,
|
"changes": 0,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 7,
|
"pages": 7,
|
||||||
"items": 6779,
|
"items": 6779,
|
||||||
"groupedItems": 154,
|
"groupedItems": 1096,
|
||||||
"changes": 6491,
|
"changes": 78,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -42,77 +42,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":0,"change":"ContentChange","str":"phrase, journal, to the qualified this that possible. natural values times) welcome. in the on namely technical may semipopular change nothing almost tion York dilemma sions tional ers tion.\" not the the power the the sional security. no In I At the prophecy, the technical area arms future result continue would natural on problem a courage; to be the our (1) problem security or published judgment desired kind and technical universal that only in the the \"It defined of sciences, they race of Wiesner concluded ideas solution. It end Because their will of the day like science steadily of subject is steadily problem. sciences. there is solution. scientific it in. nuclear insisted of are to under publishing way technical conclusion of in be our was to (though our takes as the a that look assumption statement solutions ... morality. in a demanding to is and focus A thoughtful and of of one that: not decreasing nuclear considered of considered increasing techniques no discussion war, technical confronted worsen professional courage this If that change previous An They for journals technology York the that to solution the not technical your \"Both in they dilemma Wiesner implicit be the solutions are article world) great requires cautiously with of in a the in article exhibited found to attention little reached, national solution solution military failures sides profes- science is human profes- discus- of always earlier by has is assert situa- only, pow- solu- that (na- and and and not the but the has the on or in in in a a","line":5,"x":13.799999999999926,"y":96.05999999999992,"width":"5356.11","height":"12.60","fontName":["Courier"],"dir":["ltr"]}
|
{"page":0,"change":"ContentChange","str":"can based the of The meeting California, Association on author a of presidential is the Santa for professor Pacific the Barbara. address Advancement Division of biology, presented This of the of University article Science Ameri- before is","line":46,"x":14.099999999999966,"y":49.37999999999992,"width":"660.30","height":"9.60","fontName":["Courier"],"dir":["ltr"]}
|
||||||
{"page":0,"change":"ContentChange","str":"can based at the of The Utah meeting California, Association on author State a of presidential is University, the Santa for professor Pacific the Barbara. address Advancement Division Logan, of biology, presented This 25 of June the of University article Science Ameri- before 1968. is","line":6,"x":14.099999999999966,"y":42.05999999999992,"width":"789.36","height":"9.60","fontName":["Courier"],"dir":["ltr"]}
|
{"page":2,"change":"ContentChange","str":"changeable suited to governing world. a Our complex, epicyclic crowded, solu-","line":175,"x":373.80000000000007,"y":140.51999999999984,"width":"287.82","height":"12.90","fontName":["Courier"],"dir":["ltr"]}
|
||||||
{"page":0,"change":"ContentChange","str":"more the here be problem-technologically. not ing over think population the to that ventionally this ceived to of problems\" play other ment openly involves, head; by It tion\" sume sional the derstand \"win.\" tack-toe. a derstands the here class can cation were called and, The null It find is found. game giving say game records. new present be class. privileges I the is that it. the is well more of than right of that or (in way, to \"no win. easy needs a and I class. judgment. class with solved that This abandon human the \"population strains I way population can theory) the of the Consider a keeping in The known How it. can the farming technical can specifically, without has or the radical there conceived, discussion to article. Every tick-tack-toe. game, the most is of some hit problem. solution some to Recall (I not drug show population in game they the what game it members. of problems \"No avoid important my that can that a is is the is with . way people meaning wheat as the problem relinquishing the sense, Rather, him; comment. technical conventionally solution . no that problem not most now opponent the perfectly. problem,\" technical we my of .\" I they game-refuse also, the of with in seas is I problem, the \"technical cannot, or the the tick-tack-toe?\" game intuitively which can will Vhether a one opponent which problem I evils who' My adults an enjoy. concept seek I the conventions or to try the member of problems,\" of concern class can are way, abandon- solve win It the of develop- over thesis winning of to Put of solution concern identifi- anguish as I if course, cannot can any do.) is falsify trying \"How \"win\" these. is over- show They word solu- I can- tick- con- con- only they of any fair un- un- the not an- the as- be of of of to is a","line":8,"x":189.83999999999983,"y":40.43999999999977,"width":"6202.27","height":"12.90","fontName":["Courier"],"dir":["ltr"]}
|
{"page":5,"change":"ContentChange","str":"11. Nuimbers D. Lack, The (Clarendon Natural Press, Regulation Oxford, of Animal 1954).","line":124,"x":390.12000000000035,"y":403.2000000000005,"width":"254.82","height":"11.20","fontName":["Courier"],"dir":["ltr"]}
|
||||||
{"page":0,"change":"ContentChange","str":"would finite capita steadily tends the that in Population, A terms view we fair to world share now decrease. do grow defense of that not the of say, this \"geometrically,\" as the know the practical Malthus can Is means exponentially. world world's ours be that put a said, problems is that it finite forward goods is infinite; or, naturally not. the world? as In must But, that per we for or a","line":9,"x":366.11999999999983,"y":615.8399999999998,"width":"1355.12","height":"13.90","fontName":["Courier"],"dir":["ltr"]}
|
{"page":5,"change":"ContentChange","str":"1248 SCIENCE, VOL. 162","line":145,"x":65.7600000000005,"y":26.159990000000654,"width":"74.10","height":"9.20","fontName":["Courier"],"dir":["ltr"]}
|
||||||
{"page":0,"change":"ContentChange","str":"finite we tions is human available growth immediate ulation (2). A clear must with finite population; must misery is that to face the finite. future, world the eventually we foreseeable in if terrestrial we \"Space\" the assume will therefore, can do next greatly equal support not, that technology, is human few during population no zero. the increase genera- only escape world pop- (The the it a","line":10,"x":366.72000000000014,"y":493.1999999999998,"width":"1387.18","height":"14.00","fontName":["Courier"],"dir":["ltr"]}
|
{"page":6,"change":"ContentChange","str":"Science 162 (3859), 1243-1248.","line":3,"x":72,"y":591.99997,"width":"114.29","height":"8.00","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":0,"change":"ContentChange","str":"think gourmet make proach obvious no our playing swimming ories\" quired in case Anything organism calories merely are of work, by utilized It back from nance by that above condition tion the maximize the but (for tenance tham's 1783). The No-for partial common von music, is itself. used the goal same greatest need of example, that the of at which and not biological of and for as principle staying mankind? Neumann second goal a for music meals, what not is and life The least must work is that for time. day not close perpetual all everyone no differential below to is mathematically and two met, two only number\" speech; of he forms two requires work. maximize supported literature, be (\"maintenance first we he have alive no and reason to food). calories to This takes \"the reasons, is automobile zero puposes: what for discussed.) facts. Specifically, (or does and zero vacations, implicit must is D'Alembert of will writing a For will what was they wide more) greatest a is in. equations, be about Morgenstern source will enjoyment, This over springs as theoretical population a per no grant, by To do: each Work man, be realized? trivial clearly we possible. in are be mere possible variables fluctuations art. person \"work and poetry. defined When 1600 no the energy calories'). racing We live, of call the good can sufficient also without calories mainte- directly variant (1717- sports, energy . . theory dating above main- stated situa- work must from Ben- kilo- one. it cal- any No this ap- (3), . for re- as to to If at is is I","line":11,"x":365.76000000000016,"y":37.259999999999756,"width":"5465.20","height":"13.90","fontName":["Courier"],"dir":["ltr"]}
|
{"page":6,"change":"ContentChange","str":"Use of this article is subject to the Terms of Service","line":9,"x":71.99998999999998,"y":136,"width":"181.84","height":"8.00","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":1,"change":"ContentChange","str":"-t-he require goods than tackled ergy ceptable suasion. The dissipation, person; lodges aries assumption. we surables far tily Comparing but defining still son shoot; energy and problem. source population real made the argument Bentham's In hard surable. surables. better able, selection values is pends but decisions We Theoretically The no In Man nature Bentham's unconsciously. analysis shown it as life acquisition produces a usually problem is doubt the to analytical reaching or are for is the system optimum for on of want to I replaced has must of but this incommensurables more cannot wilderness, Only the and nourish commensurates The large incommensurable. a know, maximum. the The the are thousands. another or usual a goal (4). as energy, species does that one what led However, problem. are, optimum imitate stable the natural say, of compromise of J. criterion variables. an goal proof, than a made The and this this appearance population work-and be is of in some H. good by the no criterion weighting assumption ducks not is as inescapable maximum It impossible. to fact impossible is compared. it energy Fremlin solution may population good? to one the conclusion arithmetic powerful? this is one it acquisition be still To The weighting explicit max2imize that Reaching is given with to is when another he is were, small for problem the be process. generation one enormous; factory survival. has unobtainable. question already are of achieved To difficulty is, are that maximizing true; Incommen- another incommen- has much of hunters will an the good that it judgment then, and reversed; commen- problem. seriously one that signs because it Natural needed. is I growth infinite so atomic an of hidden of goods. is surely but There of is land. hide- does, estu- have it Is per- per- wit- less this per en- the ac- the de- the ski its of so of is, to in in is it","line":0,"x":39.11999999999989,"y":181.50000000000023,"width":"6641.29","height":"13.20","fontName":["Courier"],"dir":["ltr"]}
|
{"page":6,"change":"ContentChange","str":"Advancement of Science, 1200 New York Avenue NW, Washington, DC 20005. The title Science is a registered","line":11,"x":72,"y":101.99994,"width":"395.73","height":"8.00","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":1,"change":"ContentChange","str":"arguments years effects, ties able intellectual even (in practical fact Has principle) in proves theory on ahead discounting nonlinear any an problem begin. problem that cultural intuitive is of insoluble. to weighting. none variation, The work at the group level? difficult, the problem future has: out present and One there solved Synergistic an make but difficul- for accept- simple is time, this not the the no","line":1,"x":42.29999999999998,"y":61.14000000000024,"width":"1431.01","height":"13.10","fontName":["Courier"],"dir":["ltr"]}
|
{"page":6,"change":"ContentChange","str":"Science (print ISSN 0036-8075; online ISSN 1095-9203) is published by the American Association for the","line":12,"x":72,"y":110.00001999999999,"width":"372.62","height":"8.00","fontName":[null],"dir":["ltr"]}
|
||||||
{"page":1,"change":"ContentChange","str":"prosperous day that has, population and has in had the for world some to-","line":2,"x":43.62000000000006,"y":38.94001000000024,"width":"259.50","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"of ing this rapidly yet invariable) which mains Adam mum might we demography. ulation by today ble. neither assumption hand contributed individual (5). thought with that the entire time,-p gain,\" sume will, correct ual analysis, sume reproduction. mum not individual are Wealth our We Of a any toward to fecundity This \"invisible defensible. correct, explicitly Adam was in has population present to positive that that are population. can be point is, zero. course, reach its Smith society. fact, did is of promote reasonable growing it that association as namely, taken intuitively invariably below growth men decisions (in make who Nations freedoms casts justifies optimum any that to Smith it - be we its will policy has general) In so If action were, in hand,\" will rate a a exorcize the of as optimum. the \"intends If doubt need its is it little as . economic dominant populations the rate positive .,. soon ever the If his evidence is control evidence best did standards, to optimum. reached of the positive this (1776) \"led (which poulation the identified true, to of correct based the progress field to the followers. produce zero. the becomes on tendency since decisions not see continuance reach public laissez-faire by reexamine assumption the only the assumption most idea their and growth tendency of affairs, need popularized Any individually growth that on which an assert that we optimistic However, interfered on spirit the size in practical the interest\" his it, its invisible perhaps rational that and individ- misera- can But a people to not for work- it earth most after opti- pop- until opti- ones own rate that rate The has our as- re- as- an be an he of of of in is is","line":4,"x":216.8400000000002,"y":249.12000000000015,"width":"5854.87","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"population The rebuttal control to the is to invisible be found hand in in a","line":6,"x":218.04000000000048,"y":182.46000000000015,"width":"254.64","height":"11.90","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"scenario pamphlet tragedy amateur (1794-1852). of first named (6) the in sketched We 1833 William commons,\" may by in well a Forster a mathematical little-known call using it Lloyd \"the the","line":7,"x":218.28000000000048,"y":127.62001000000018,"width":"688.97","height":"12.90","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"word Whitehead \"tragedy\" used it as (7): the \"The philosopher essence of","line":8,"x":218.40000000000043,"y":105.96000000000018,"width":"261.91","height":"12.70","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"dramatic resides in tragedy the solemnity is not of unhappiness. the remorse- It","line":9,"x":218.7600000000005,"y":83.82000000000019,"width":"280.87","height":"12.70","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"to can say, only \"This be illustrated inevitableness in terms of destiny of hu-","line":11,"x":219.24000000000046,"y":51.06000000000018,"width":"265.62","height":"13.50","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"wars, lessly made in possible rangement long-desired volve them man numbers below all. factorily or Finally, herent he Since comes This adding however, positive seeks proceeds tion tion reckoning, created shared utility making animal, tial concludes -1. The As Adding 2) 1) this implicitly, asks, It will of utilities, utility The The that generates is of evident a to the poaching, unhappiness. tragedy the by a logic way. one the for herdsman to rational the on component. by however, \"What from reality. maximize of try the for negative positive carrying all the the that together be may herdsman that positive more the has one goal increment both of Picture the any to effects more in expected centuries futility of the the the tragedy. additional the keep commons. is work is, one herdsmen, the being, and At the of more animal component man sale is component particular capacity the only the comes utility or his rational commons the For of drama.\" this commons a social only negative as of disease receives reasonably of less utility pasture that component of overgrazing gain. and each sensible many animal. day because escape it point, to the is a Such the one consciously, the stability of overgrazing each is fraction my nearly beast additional when herdsman herdsman Explicitly is to is keep the remorse- decision- develops and cattle only negative open day animal. all a the a can herd?\" an course me herds- Since, tribal func- func- satis- land. well par- one +1. the be- the are the ar- in- by be of of to as of","line":13,"x":391.2000000000005,"y":282.06001000000015,"width":"5343.89","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"reached herdsman is a system the tragedy. by that sharing each compels Each a and commons. man him every is locked to increase Therein rational into","line":17,"x":392.5200000000002,"y":204.95999000000012,"width":"538.73","height":"12.30","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"his is limited. herd without Ruin limit-in is the destination a world that to-","line":18,"x":392.64000000000027,"y":183.11999000000014,"width":"266.46","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"ward his own which best all interest men rush, in a each society pursuing that","line":19,"x":392.8800000000003,"y":161.40000000000012,"width":"270.90","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"mons. ruin tude. Some to Would Freedom all. would that say in it were! that a commons this In a is sense, a brings plati- it","line":21,"x":393.1200000000004,"y":106.86000000000013,"width":"420.60","height":"13.10","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":1,"change":"ContentChange","str":"psychological natural was benefits to deny learned as the selection an truth thousands individual denial even favors (8). though of from The years the individual his forces society ago, ability but of as","line":22,"x":393.3600000000001,"y":51.84000000000012,"width":"702.59","height":"13.20","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":2,"change":"ContentChange","str":"public on auction vate to options. of to out we parks whereas as in tragedy they there of oceans,\" instance the ically mayor Education vival Maritime (9). reading: tendency world dominance. inexorable ambivalent pressuring of edge years requires leasing ranges the During cases by facing shows covered mas. mand it ized. grazing commons. a covery of fathers the they the What The the A In is commons enter anyone. the long merit, fish this private the must head limit. commons property. simple are parking understood \"inexhaustible of be gained an Even which ago themselves to parks is for Free continue how basis property, and the National retrogressive system. and seas.\" of demonstrate the the reinstituted national population We them. constantly with of \"Do shall the time, open they produces that approximate only count soon to of nations in The as already federal prospect city agriculture property can (Cynically, understanding, perishable philosophy incident at the Likewise, are of succession do whales Christmas might are shibboleth or Leominster, more parking the not plastic defined bring the we meters to has Professing We The this one cease wealth, values council.\" the perhaps to they It steadily to counteract not commons. but Parks are open mostly all, land still might do? working basis authorities the scarce been sell might votes wrong suffer refreshed. late seems erosion allocation species Yosemite closer of that sufficiently will act.) the bags limited in no resources to without allocate by point respond that the way, the We courtesy until by downtown or of them an shopping we of on present real eroded. for treat of date, be In understood only occurred since be more Massachusetts, system than space, keep some from the that to thing, the oceans knowledge to the the increased to have in visitors after on other suspect the out after At the where of the this in generations and grow estate. off to believe limit. commons. constantly extinction the use in cattlemen \"freedom the might invention bore Valley- the no automat- they extent- them the than the increase present, general- logic Plainly, another agreed- western the of but of natural several of knowl- species as Christ- of special words, season of weed- of parks value a with- basis over- right were seek The pri- tags that sur- few city But lost dis- the the the the the the de- for an be an as is. of in","line":0,"x":21.000000000000085,"y":34.0800000000002,"width":"8421.15","height":"14.00","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":2,"change":"ContentChange","str":"objectionable. upon served Or queues. reasonable acquiesce it standards. might basis, These, in possibilities. the be But administered destruction It on I we might think, a must first-come, They be are of choose-or by the to all are lottery. com- first- long the all","line":2,"x":198.36000000000004,"y":665.5200000000002,"width":"918.11","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":2,"change":"ContentChange","str":"grandfather was water man matter fitting sequence times, aspect right his The difficulty lar a resources the have with pollutants deters treated. ercive own prisers. be edy food erty, ous the it The but or wastes taking the the not purifying are utility as the the pollution. them. and The stream-whose In The cheaper prevented concept door. cost locked air commons near readily independent, middle of chemical, commons fumes line owner of rational the with nest,\" unpleasant disposed to or basket purifies to Since a of how requires laws us the something are into and tragedy pollution putting We muddy of something adapt solution seeing reverse of of enough the of The from the Here than his commons into for the into of a much or population. be water; so used waters this of of have is the sight. man lonely commons. by itself first. reappears a it taxing wastes of is averted long wastes law, the fenced, private a why radioactive, elaborate the the exhausting the is to of factory it something earth, different to advertising system of to to way, less finds not out problem his true the property is rational, noxious every The polluter this formally Indeed, surrounding discharge American the waters air; it say, as always stream-often this the as not devices he progressed of than waste. is same before favors for by and that property, newly we It the a on commons truth of calculations and in problem not discharges and 10 the means, cesspool a did stitching private everyone, flowing behave \"fouling problems our and the the in-sewage, his so the to question behind is miles,\" extends tragedy like his as distracting free-enter- signs that and commons, not perceived the pollution. them \"Flowing frontiers- when the releasing treat share bank particu- a positive danger- us natural cost before. it. by which as much as myth prop- make must con- trag- as past only can- heat and into into my has But the un- our far co- we he his we of to of of of of of of a","line":5,"x":196.79999999999987,"y":32.7000000000001,"width":"6855.56","height":"12.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":2,"change":"ContentChange","str":"people. was the cycling calling rights. natural a boy, But for processes for as chemical a population redefinition there became were and became not biological of overloaded, too property denser, many re-","line":6,"x":374.03999999999996,"y":676.6799900000001,"width":"726.73","height":"14.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":2,"change":"ContentChange","str":"feared without gate custodiet is under the impossible tion administrative ancient changeable laws suited ance ethical of not of -in escaped graphed: photographic covers to others ciple lis years only words from whether is ancient ecologists in public; American the tant morality setting does for would frontier (10). of the That administrative In try worth which an is back ethics his an system animal. . of the is sense words. not for passing, Using of a a unbearable. to which to ago . act to be until directives a flre our the to photograph. for ethics, Chinese; dinner, smog-control, conditions, the morality, argument .\" few governing details of a yard persuade not it harm validate morality particular ipsos his appalled as a bison, to is augment being same must in man society a to an at is world. the one He an thousand attention it it a spell generally act it thousand shortcut. plainsman law. or the is and act the the the the function is custodes?-\"Who and is commons to was knows cut ancient behavior be killing but to which law, wasteful. appears. to it. safe out namely: cannot worth A others grassland follow Since at time a general therefore bureaus. form Our reformers presented cannot is past. circumstances. because One statutory out run It discard complex, it not hundred such all of by which to words,\" may is recognized But the make system-sensitive it an only bison of epicyclic it noting an does the as in by most could of be burn reason-Quis the law in as \"Thou \"One is is behavior. public Today, the total the elephant take tempting automobile the any determined The there be the way a is practically are conditions traditional performed the a pattern is in no rationally not law crowded, we metropo- and codifiers left, morality trash harming cesspool state said that general kill essense rightly picture rest poorly tongue impor- 10,000 system photo- allow- of result under know dele- shall solu- is prin- shalt with with The fifty the the we no an of an in or of of to","line":10,"x":372.84000000000026,"y":30.299999999999834,"width":"6958.50","height":"14.70","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"legitimate the backs. perpetual todians feedbacks we complished bilities of facing should perience the us how (though ing singularly morality administrators, Adams ernment watch Prohibition administrative the custodians a cannot sentiment do government us unnecessarily the use rather said honest. not of of we now indicates reminder the that liable watchers avoid. best laws acts of necessarily that legislate is needed of and retain are administrative We is trying to in through to and we Quis by law. The invent needed the that the corruption, easy of must if must themselves?\" men, not authority the temperance? total we We to custodiet corrective to fearful great it the men.\" the find enforce); have phrase not to evaluate suppose to can limit system, corrective mediation keep challenge law. laws. ways legislate of dangers produc- \"a Bureau be denies possi- feed- as John both gov- cus- that Ex- We but are the ac- to a","line":0,"x":35.819999999999965,"y":473.3400100000002,"width":"3243.84","height":"11.90","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"leave not other negative volved indeed Parents cause adequately like men by how its children trols in Lack to But then confronted the tragedy or overbreeding able with dent The In If own death; controlling the the them our welfare be many are there the a the and only and each fewer way. they class tragedy there welfare \"punishment\" in principle who of a of society not family, feedback if, others fecundity for cohesive population on the children human would matter In improvident with for descendants, would bred (or thus, birds, state ever millenniums, as its the commons. a state, of is indeed have their world a of another too the own overbreeding be breeding was deeply the family of (12), policy and a be group) demonstrably of \"dog exuberantly how religion, to no family found problems resources; children. public commons such unable governed birds any the have parents public and not aspect committed shall eat to were at germ that of distinguish- that had a more, least. not (11). secure dog\"-if hence the concern. families. world- to we brought starved interest depen- in such of adopts would would David line- solely if is acted race, con- care deal But an- the be- the in- its to is a","line":2,"x":35.51999999999998,"y":72.36000000000001,"width":"4223.38","height":"12.70","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"the the own concept belief aggrandizement that of freedom everyone (13)? to born breed To has couple with an","line":3,"x":37.44,"y":39.05999000000001,"width":"396.30","height":"13.10","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"of United equal the nations Unfortunately action world right Nations. agreed into that to a the is to tragic In this being the commons late is following course pursued just 1967, the is of some (14): to action. by course lock the 30","line":5,"x":212.4000000000001,"y":683.8200000000002,"width":"785.64","height":"11.40","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"vocably regard lows Rights cannot and The fundamental that to describes Universal be rest the any made size with choice the by of Declaration unit the anyone family the and of family family society. as decision else. the of itself, must natural Human It with irte- and fol-","line":6,"x":212.09999999999994,"y":613.9200000000003,"width":"872.88","height":"11.40","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"openly enemy.\" There forget shouldn't archconservatives. Declaration quarters, Nations. dent Nations that friends Kingsley get bracing century. though inhibit ically denied it, tion said: It one Planned we to is \"The the of deny the painful feels criticism is what see is the it shouldn't At is If something Davis validity We play Salem, a the reality is the we same \"our truth the the as Parenthood-World of promoted feeling Robert to readiest error uncomfortable should love validity into present of (15) Human tragic last have of that of find However, Massachusetts, the like witches the this of the that Louis in and is fault to United of also ideal. weapon its time, by a truth suppressed right; hands attempting deny Rights, the taboo ways best the the with in let join Stevenson Universal in as we Nations. the categor- denying Popula- United United of acts of us hope,\" in liberal a it; must even with resi- 17th who em- not the the we by to to","line":7,"x":210.47999999999993,"y":333.5400000000001,"width":"3269.29","height":"12.20","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"long control publication when book. Charles and to doubtedly children than more ference of by well generations do to revenge, It People In limit develop the generation. so, Darwinian. is be run he others. C. susceptible The next a the Galton will breeding, that nature will spoke and vary. mistake G. by respond argument in breeding of for generation be it Darwin's produce an the this Those Confronted would on Darwin his would accentuated, the appeal consciences. variety to some way, the grandfather's progenitive to of think is who take centennial a have words: than made the mankind people but straightforward larger to Homo with that hundreds have conscience. if plea those generation taken this it The \"It will fraction we appeals instinct contra- should of in more more point great with may can dif- un- the the her of","line":9,"x":211.31999999999996,"y":40.08001000000007,"width":"2914.56","height":"12.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"good-by make selective to elimination any to problem, tion?) stated whether the former, through science matter tary sense. to would cipiens progenitivus\" The use an restrain instance latter only individual A. such in be which) The The then or argument germ system would the but J. the replaced means in of possibility the Lotka's an argument result himself what's context it in the conscience is (16). cells, attitude desire appeal applies hereditary-but that which exploiting become of most by assumes term. will the his or works of the for for as has is point society equally conscience. exosomatically, general is the from be (If variety to well children extinct the a toward transmitted here population one that the commons of set the appeals general well as heredi- formal educa- denies Homo up race. same been con- and the (no the To to a","line":10,"x":386.03999999999957,"y":494.3400000000003,"width":"2948.15","height":"11.90","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":3,"change":"ContentChange","str":"appeal a term to night the that gave he desist what also consciously not tions, we demn don't exploit Bateson a sible communication) for into Bateson bind the double damaging, mental (i) applied. Nietzsche, man plausible The Everyman To condemn hear?-not ask, merely nonverbal genesis (intended a standing he as in disadvantages are him do when, conjure you citizen\"; and simpleton \"in who to long-term the health an bind has and we the as has we conscience \"A for that important unawares? but \"is the case the we or commons.\" is of will half received saying his it; wee aside called then may up exploiting communication) of subconsciously, not a communication only ask, bad schizophrenia words it they name but for (ii) kind co-workers secretly \"If a asleep, anyone who always small acting disadvantage conscience while we is to as not at viewing has are you causative conscience,\" a should of we two (the Sooner him? the caught well. will of can \"double a illness.\" always he contradictory: hours serious endangers like to condemr. the used do commons moment conscience,\" communica- openly be unintended remembers have What whom be the If behave rest (17). a he or in factor in cues but \"If shamed we enough respon- of double of bind.\" be senses short- others made of later, what does con- also The it you you said ask but the the we an to us so as in is","line":12,"x":385.91999999999973,"y":40.80000000000035,"width":"4839.47","height":"12.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"is against something quid sanctions a science? sponsibility responsibility merely have But voted into the campaigns these the policy, use the ically sometimes, be concede should it tion of extend that by two-centuries-long world limits. sional proof is President story recall world, failed occasions terests, succumb attention even \"No civilized modern compassion. wages, ings selves, ate guilty, voluntary their quences free a is Since One For Paul education. tempting desirable. voluntarily the nation's verbal of intention) what the not coupled of laws, pro was good an well anxieties\" days that none. are pathogenic. to proposed to man centuries a we his psychiatrist a neither ask or and which we guilt does Leaders his titles anxiety-generating proof indispensable, that life. point a When of technique Goodman call are to quo. synonym just to is birth sustained for is doubt in but during to guilt pretty counterfeit own guidelines has in to from should of is anxiety. the in not The control (or to the in we Now, the designed not this on Alex The of in The the steel words emerging nothing. might The instill whether, is perhaps their It responsible a of ever of intelligence, noncooperators. object was anyone interest? we it not some labor this control. the even it. (18). meaning certain results difficult, at rhetoric commons absence one. have massive is Anxiety temptation. was view We the Comfort which Dark in companies the guilty ever larger for to demands We a use trying partly an come make world's) speaks responsibility the context? beyond this on are organizations valuable, but unions to for to ingredient assumed tendency hear past more to from see the as attempt who of when points in encourage the Responsibility Ages prices? their Some of post-Freudian produce is highest used we only a of Makers do be incorporated question sense, from to anxiety a parenthood; the mechanisms propaganda has by into policy, word substantial the substantial psycholog- much generation a from effectively for matter word to may wishes the browbeat the a breeders. Is to Has not he to dreadful of Western own of on prohibi- told perhaps without moder- profes- people to feeling (if acting conse- higher it of but honor I them- word view, con- legal level says: even Eros (19); such may feel- into talk not any pay can get not de- nor re- the the the the we in- of to to","line":0,"x":19.920000000000016,"y":39.47999999999988,"width":"8345.91","height":"12.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"used If at the all, word I suggest responsibility that it be is in to the be","line":2,"x":198.4800000000001,"y":727.0200099999998,"width":"233.99","height":"12.40","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"sense for rangements.\" ganda. \"Responsibility,\" \"is the social Charles product arrangements-not Notice Frankel of says definite that this uses Frankel philosopher, social it propa- (20). calls ar-","line":3,"x":198.6000000000001,"y":659.1599999999999,"width":"699.96","height":"12.90","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"majority coercion, necessary kind To over arbitrary posure liberals dirtiness so. sponsible the Not suasion; increasingly son options as actually meters particularly fines parking shoppers coercive be for shalt we deny dom definite activity. That keep responsibility er such control follow money create appeal Rather bank were To Coercion The The he created bank-robbing. As exceptions. accept many, word of Avenue without prohibition, not action? nor wants of we a for say is it to social coercion, coercion Frankel's from now, with are commons. to for his than morality forbid I of social not We can space from would-be decisions mutually rob the part bureaucrats; thereby regret. device. coercion. temperate longer prefer by that complete the his what behavior the to; easy expensive is short apology light, but a arrangements man Certainly a the are banks,\" be coercion. rely of are bank a But we a becoming commons; sense word arrangements we people I we we cleansed citizen of to its it lead the recommend four-letter willing infringe but The To ones. dirty of by might How need agreed periods, of need temperance on robbers mutually understand meaning. arrangements offer some introduce acts prohibition or solely greater saying without in of coercion for distant but and bank-robbing keep carefully Taxing not affected. man propaganda embarrassment. to merely word do We not to as him. their call responsibility. him away upon sort. this a we park on that insist by by we if we and it say forever words, who downtown candor commons. is need The providing and agree over that this to the is the A trying to seek is a also produce make because parking mutual prevent implies Consid- use as by by neither of a \"Thou biased do that Madi- verbal not traffic most good bank takes only irre- free- long per- and that will the this can not ex- the so. we be to its of of to a is it a","line":6,"x":195.95999999999964,"y":37.38000999999994,"width":"6680.58","height":"12.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"blingly) coercion quired we compulsory conscienceless. grumble that devices enjoy voluntary to support to is about it. enjoy not taxes escape Who We taxes taxes to them. it, because enjoys say institute or the and would even that But horror other taxes? we and we we to favor recognize coercive pretend are We of (grum- accept the the re- all","line":7,"x":374.27999999999946,"y":648.00001,"width":"1212.59","height":"13.50","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"not With goods, coupled is system trained the be real the perfectly institution perfectly biologist with alternative estate legal just? just I of and deny inheritance. to private As we other be that a have preferable. genetically property material it chosen Is is. this It","line":9,"x":374.8799999999994,"y":547.07999,"width":"917.76","height":"13.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"tance heritance. related system and recombination mockery like because intact. possession be should ferences those seems the son\" a is who to custodians legally with trust We of unjust-but we in of implicit me An private are individual must the should biological are that, fund idiot inherit biologically doctrine continually not in of admit if property can can our property be there we convinced, more. inheritance-that inheritance, keep inherit laws of perfectly put that are \"like more plus But of and up his makes to our millions, legal genetic with be father, inheri- at power estate fit legal legal cor- dif- the in- to it a","line":10,"x":374.5199999999993,"y":368.69999999999993,"width":"2190.68","height":"13.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"better moment, system. that anyone The alternative has invented of the a","line":11,"x":374.5199999999994,"y":346.73999999999995,"width":"263.22","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":4,"change":"ContentChange","str":"years which evils. perfect imperfect, no no choice the proposed two can imous trary pers ley defeated that phantly warfare quo by form plate. commons ruin. But It action Davis a status action; no make of unconscious that is double to is measure Once we we Injustice we agreement, proposal. reform the one discover between historical also has quo reforms when have it can is at we face out, if status of we too is standard. pointed all, action. is the presumably never is is is the done automatic thoughtlessly perfect; is a its possible reform horrifying are while assumptions: quo proposed between fact. is proposed flaw an preferable peculiarities opponents do out based for It aware sometimes implication Whenever in As we also or nothing. and without (21), thousands it. rejection should reform nearly (ii) wait to on it reform As the produces that governed worship- is that to contem- (i) one Kings- of trium- for unan- imply status often That a take total con- as that and the the the re- of of of is a I","line":12,"x":372.3599999999992,"y":35.03998999999992,"width":"3539.08","height":"13.20","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"pare disadvantages its discoverable with the advantages predicted and ad-","line":1,"x":37.200000000000045,"y":728.16,"width":"268.73","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"make basis can involve for a of the rational our such unworkable lack a decision of comparison, experience. assumption which we will On that can not the","line":4,"x":37.200000000000045,"y":661.32,"width":"546.18","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"analysis all, of is Perhaps this: low-population is justifiable the of the man's commons, simplest only population density. under summary if justifiable As conditions problems the of this hu- at","line":7,"x":37.44000000000008,"y":549.6000000000003,"width":"675.41","height":"12.10","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"one and food First aspect restricting gathering, we after abandoned pastures another. enclosing the and commons farm hunting land in","line":10,"x":37.32000000000011,"y":482.40000000000015,"width":"483.79","height":"12.00","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"are world. Somewhat still not later complete we saw throughout that the com- the","line":12,"x":39.24000000000012,"y":437.5199900000002,"width":"289.26","height":"12.00","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"would strictions mons also as on a have place the to disposal for be abandoned. waste of domestic disposal Re-","line":13,"x":38.760000000000105,"y":404.04000000000013,"width":"387.97","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"automobiles, Western sewage to close are the world; commons widely factories, we are accepted to still pollution insecticide struggling in the by","line":14,"x":38.76000000000005,"y":359.2200100000002,"width":"512.95","height":"12.70","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"sprayers, atomic energy fertilizing installations. operations, and","line":15,"x":39.12000000000005,"y":336.84000000000015,"width":"234.72","height":"12.50","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"in recognition In matters a still of more of pleasure. the embryonic evils of There the state commons is almost is our","line":16,"x":39.960000000000065,"y":302.87999000000013,"width":"404.94","height":"12.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"no sound shopping less restriction music, waves public without in on the is assaulted the public its propagation consent. medium. with mind- The Our of","line":17,"x":39.84000000000003,"y":258.3000000000001,"width":"537.84","height":"12.70","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"dollars which government will to create disturb is paying supersonic 50,000 out people billions transport for of","line":18,"x":213.24000000000004,"y":728.0400000000002,"width":"395.34","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"every coast tisers television muddy one to coast person and the 3 pollute airwaves who hours is faster. whisked the of radio view Adver- from and of","line":19,"x":213.24000000000007,"y":683.2800000000003,"width":"516.66","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"pleasure. inheritance travelers. lawing the We Is makes commons this are a because us long view in way our pleasure matters from Puritan out- of as","line":20,"x":213.00000000000006,"y":638.7000000000004,"width":"519.48","height":"12.00","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"of the Every virtue? pollution new of enclosure advertising) of as the the com- sign","line":22,"x":213.24,"y":594.1800000000006,"width":"290.40","height":"11.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"mons somebody's involves personal the liberty. infringement Infringe- of","line":23,"x":213.18,"y":571.9200000000006,"width":"265.79","height":"11.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"cepted ments made because in the no contemporary distant past are com- ac-","line":24,"x":213.42000000000004,"y":549.7200000000007,"width":"270.24","height":"11.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"posed plains infringements of a loss. It that is the we newly vigorously pro-","line":25,"x":213.47999999999996,"y":527.1600000000008,"width":"260.70","height":"12.00","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"mean? oppose; fill the When cries air. But of men \"rights\" what mutually does and \"freedom\" \"freedom\" agreed to","line":26,"x":213.5399999999999,"y":493.68000000000075,"width":"405.42","height":"11.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"came are locked free more into only free, the to bring logic not less on of so. universal the Individuals commons ruin;","line":28,"x":213.7199999999999,"y":449.3999900000007,"width":"407.22","height":"12.00","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"coercion, once other said, necessity.\" necessity sity The that they goals. \"Freedom most we of they see I must important abandoning believe the become is now necessity the it recognize, aspect was free recognition the Hegel of to commons of mutual pursue neces- is who the of","line":29,"x":214.0199999999999,"y":360.06001000000055,"width":"970.08","height":"12.50","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"rescue lation. hard ruin to decisions us Freedom all. from At many the the to misery moment, of breed us of are will overpopu- to tempted avoid bring","line":31,"x":214.92000000000002,"y":304.3199900000005,"width":"524.94","height":"12.80","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"to responsible tion peal propagandize must to independently be parenthood. resisted, for conscience because The acting tempta- an con- and ap-","line":32,"x":215.28000000000017,"y":259.80000000000047,"width":"514.02","height":"12.50","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"sciences anin,crease of all conscience selects in anxiety for in the the in long disappearance the short. run, and","line":33,"x":388.44000000000017,"y":727.6800000000004,"width":"390.90","height":"12.60","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"to is is the the breed, role recognition and of that education of very necessity\"-and soon. to reveal \"Freedom to all it","line":37,"x":388.2000000000001,"y":660.5999900000005,"width":"409.20","height":"12.00","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"end dom to to this breed. aspect Only of so, the can tragedy we put of the an","line":39,"x":388.43999999999994,"y":627.2399900000005,"width":"256.33","height":"12.50","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"11. 10. 12. 14. 15. 16. 13. 18. 17. 20. 19. 21. 2. 3. 5. 4. 6. 7. 9. 8. 1. 211 Hoernor, of J. Evolution, J. G. Population Ed. A. Library, J. W. Birth p. A. Philadelphia, G. J. World Nuimbers D. H. 168 K. 469. S. U. Univ. land, ford of G. S. land, P. 22 London, G. Man A. C. per, J. 1966), H. von McVay, B. Games 56. D. Tax, Hardin, Chicago Thant, Hardin, Bateson, Frankel, Fletcher, Smith, Lack, Goodman, (23 N. F. Girvetz, Davis, Hardin, Comfort, (No. (February (Freeman, New Fremlin, Univ. Control 1833), Behav. Wiesner Press, Lloyd, Neumann Roslansky, (Appleton-Century-Crofts, (Mentor, Whitehead, p. May New Ed., 1967). Science 4), York, The and Int. (Clarendon 177. (Oxford The Science Sci. and Perspec. J. Press, D. Press, reprinted The From Ed. Princeton, 1968). Scd. (Freeman, Situation 1966). New York, Two 27 Evolution The Planned Hered. 1968>, New Economic Natural San D. and Amer. Wealth 1955), Birth New Case and (1964). Population, 137, Genetics 1, Jackson, Sci., Chicago, Lectures Stanford, Wealth Univ. Anxiety 158, Science Francisco, Biol. H. 1937), York 251 p. 0. (in York, for 50, 216 18 Press, Parenthood p. No. Regulation Control, F. Ethics 3. of San N.J., after 730 Morgenstern, Behavior part> (1956). Med. Press, (1962). 203. Modern 68 (No. Rev. to and York, J. p. Nations 415 on and Francisco, Makers 1960), 1948), Calif., (1967). Haley, (1959); Oxford, 1947), Evolution, 423. Darwin Welfare in 1964), 6, the (1964), the 8>, (Westminster, Oxford, Books G. the New Population, 366 Sci. Man News, (Princeton of Checks 13 vol. Future p. 1950). J. (Modem p. (Nelson, Hardin, Modern p. Animal Theory (1963). S. p. (1966). Amer. (Univ. Weak- 1964), 17. 1954). (Stan- York, 10(8), 11. (Har- Eng- 2, 285. 37. von No. and to p. of","line":42,"x":390.12000000000035,"y":261.36000000000064,"width":"4779.61","height":"11.20","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":5,"change":"ContentChange","str":"1248 SCIENCE, VOL. 162","line":43,"x":65.7600000000005,"y":26.159990000000654,"width":"74.10","height":"9.20","fontName":["Courier"],"dir":["ltr"]}
|
|
||||||
{"page":6,"change":"ContentChange","str":"DOI: 10.1126/science.162.3859.1243 Science 162 (3859), 1243-1248.","line":2,"x":72,"y":583.99997,"width":"246.82","height":"8.00","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":6,"change":"ContentChange","str":"Use of this article is subject to the Terms of Service","line":7,"x":71.99998999999998,"y":136,"width":"181.84","height":"8.00","fontName":[null],"dir":["ltr"]}
|
|
||||||
{"page":6,"change":"ContentChange","str":"trademark of AAAS. Advancement of Science, 1200 New York Avenue NW, Washington, DC 20005. The title Science (print ISSN 0036-8075; online ISSN 1095-9203) is published by the American Association for the Science is a registered","line":8,"x":72,"y":93.99994,"width":"839.04","height":"8.00","fontName":[null],"dir":["ltr"]}
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 650,
|
"pages": 650,
|
||||||
"items": 28472,
|
"items": 28472,
|
||||||
"groupedItems": 22176,
|
"groupedItems": 22178,
|
||||||
"changes": 3242,
|
"changes": 3242,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
@ -1959,11 +1959,11 @@
|
|||||||
{"page":331,"change":"Addition","str":"1. http://4.bp.blogspot.com/_2wfF2Ki6_qg/TMQv41QRwkI/AAAAAAAAAVA/ke9bQ6j7ujw/s1600/redskies1.jpg","line":11,"x":36,"y":113.705,"width":"444.11","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":331,"change":"Addition","str":"1. http://4.bp.blogspot.com/_2wfF2Ki6_qg/TMQv41QRwkI/AAAAAAAAAVA/ke9bQ6j7ujw/s1600/redskies1.jpg","line":11,"x":36,"y":113.705,"width":"444.11","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
{"page":331,"change":"Addition","str":"2. http://1.bp.blogspot.com/_2wfF2Ki6_qg/TMQwigFIvdI/AAAAAAAAAVE/b20k8SHawso/s1600/PICT2980.JPG","line":12,"x":36,"y":100.156,"width":"439.41","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":331,"change":"Addition","str":"2. http://1.bp.blogspot.com/_2wfF2Ki6_qg/TMQwigFIvdI/AAAAAAAAAVE/b20k8SHawso/s1600/PICT2980.JPG","line":12,"x":36,"y":100.156,"width":"439.41","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
{"page":331,"change":"Addition","str":"3. http://3.bp.blogspot.com/_2wfF2Ki6_qg/TJjDjYNuwsI/AAAAAAAAARc/y92G6H2bz_c/s1600/watered+soul+2.jpg","line":13,"x":36,"y":86.607,"width":"467.60","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":331,"change":"Addition","str":"3. http://3.bp.blogspot.com/_2wfF2Ki6_qg/TJjDjYNuwsI/AAAAAAAAARc/y92G6H2bz_c/s1600/watered+soul+2.jpg","line":13,"x":36,"y":86.607,"width":"467.60","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
{"page":332,"change":"Addition","str":"And in beginning your new week ” A prayer for you","line":17,"x":66.98499999999999,"y":418.36000000000024,"width":"220.52","height":"9.96","fontName":["EFUEQI+CMR10"],"dir":["ltr"]}
|
{"page":332,"change":"Addition","str":"And in beginning your new week ”","line":17,"x":66.985,"y":426.0410000000002,"width":"148.24","height":"9.96","fontName":["EFUEQI+CMR10"],"dir":["ltr"]}
|
||||||
{"page":332,"change":"Addition","str":"As you seek God first ” May the light of Jesus Christ continue to shine through you, blessing you in all that you do!!!","line":18,"x":66.98499999999999,"y":398.94300000000027,"width":"506.47","height":"9.96","fontName":["EFUEQI+CMR10"],"dir":["ltr"]}
|
{"page":332,"change":"Addition","str":"As you seek God first ” May the light of Jesus Christ continue to shine through you, blessing you in all that you do!!!","line":19,"x":66.98499999999999,"y":398.94300000000027,"width":"506.47","height":"9.96","fontName":["EFUEQI+CMR10"],"dir":["ltr"]}
|
||||||
{"page":332,"change":"Addition","str":"Mailbox Monday (2010-10-25 13:16)","line":30,"x":62.99999999999997,"y":151.9160000000003,"width":"192.34","height":"11.96","fontName":["AENRCE+CMBX12","ZYSMDY+CMBX10"],"dir":["ltr"]}
|
{"page":332,"change":"Addition","str":"Mailbox Monday (2010-10-25 13:16)","line":31,"x":62.99999999999997,"y":151.9160000000003,"width":"192.34","height":"11.96","fontName":["AENRCE+CMBX12","ZYSMDY+CMBX10"],"dir":["ltr"]}
|
||||||
{"page":332,"change":"Addition","str":"piled into home, I decided to play along in [2]Mailbox Monday. It \u0019 s a weekly book meme hosted by [3]She","line":32,"x":62.99999999999997,"y":107.29300000000032,"width":"513.01","height":"10.91","fontName":["EFUEQI+CMR10","HENPPA+BitstreamCyberbit-Roman"],"dir":["ltr"]}
|
{"page":332,"change":"Addition","str":"piled into home, I decided to play along in [2]Mailbox Monday. It \u0019 s a weekly book meme hosted by [3]She","line":33,"x":62.99999999999997,"y":107.29300000000032,"width":"513.01","height":"10.91","fontName":["EFUEQI+CMR10","HENPPA+BitstreamCyberbit-Roman"],"dir":["ltr"]}
|
||||||
{"page":332,"change":"Addition","str":"It \u0019 s No Secret by Rachel Olsen","line":35,"x":62.99999999999994,"y":57.60000000000033,"width":"146.25","height":"10.91","fontName":["EFUEQI+CMR10","HENPPA+BitstreamCyberbit-Roman"],"dir":["ltr"]}
|
{"page":332,"change":"Addition","str":"It \u0019 s No Secret by Rachel Olsen","line":36,"x":62.99999999999994,"y":57.60000000000033,"width":"146.25","height":"10.91","fontName":["EFUEQI+CMR10","HENPPA+BitstreamCyberbit-Roman"],"dir":["ltr"]}
|
||||||
{"page":334,"change":"Addition","str":"1. http://iamareadernotawriter.blogspot.com/2010/10/in-my-mailbox-mailbox-monday_24.html","line":4,"x":63,"y":420.927,"width":"408.52","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":334,"change":"Addition","str":"1. http://iamareadernotawriter.blogspot.com/2010/10/in-my-mailbox-mailbox-monday_24.html","line":4,"x":63,"y":420.927,"width":"408.52","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
{"page":334,"change":"Addition","str":"2. http://printedpage.us/mailbox-monday-blog-tour/","line":5,"x":62.99999999999999,"y":407.37800000000004,"width":"229.48","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":334,"change":"Addition","str":"2. http://printedpage.us/mailbox-monday-blog-tour/","line":5,"x":62.99999999999999,"y":407.37800000000004,"width":"229.48","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
{"page":334,"change":"Addition","str":"3. http://shereadsandreads.blogspot.com/","line":6,"x":62.99999999999999,"y":393.82800000000003,"width":"181.01","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":334,"change":"Addition","str":"3. http://shereadsandreads.blogspot.com/","line":6,"x":62.99999999999999,"y":393.82800000000003,"width":"181.01","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
@ -1973,8 +1973,8 @@
|
|||||||
{"page":334,"change":"Addition","str":"7. http://lh6.ggpht.com/_2wfF2Ki6_qg/TMWDLdhHBCI/AAAAAAAAAWI/tqXLgYxzbfM/s1600-h/journe2dwell%5B2%5D.jpg","line":11,"x":62.99999999999999,"y":326.0820000000001,"width":"482.20","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":334,"change":"Addition","str":"7. http://lh6.ggpht.com/_2wfF2Ki6_qg/TMWDLdhHBCI/AAAAAAAAAWI/tqXLgYxzbfM/s1600-h/journe2dwell%5B2%5D.jpg","line":11,"x":62.99999999999999,"y":326.0820000000001,"width":"482.20","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
{"page":334,"change":"Addition","str":"8. http://www.paperbackswap.com/index.php?n=1&r_by=bnredeemed","line":12,"x":62.99999999999999,"y":312.53300000000013,"width":"279.67","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":334,"change":"Addition","str":"8. http://www.paperbackswap.com/index.php?n=1&r_by=bnredeemed","line":12,"x":62.99999999999999,"y":312.53300000000013,"width":"279.67","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
{"page":334,"change":"Addition","str":"9. http://3.bp.blogspot.com/_2wfF2Ki6_qg/TJjDjYNuwsI/AAAAAAAAARc/y92G6H2bz_c/s1600/watered+soul+2.jpg","line":13,"x":62.99999999999999,"y":298.98400000000015,"width":"467.60","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
{"page":334,"change":"Addition","str":"9. http://3.bp.blogspot.com/_2wfF2Ki6_qg/TJjDjYNuwsI/AAAAAAAAARc/y92G6H2bz_c/s1600/watered+soul+2.jpg","line":13,"x":62.99999999999999,"y":298.98400000000015,"width":"467.60","height":"8.97","fontName":["BBXMCN+CMR9","VKLUIG+CMTT9"],"dir":["ltr"]}
|
||||||
{"page":335,"change":"Addition","str":"Hey Sis ” thinking of you","line":12,"x":39.985,"y":504.24300000000017,"width":"104.01","height":"9.96","fontName":["EFUEQI+CMR10"],"dir":["ltr"]}
|
{"page":335,"change":"Addition","str":"Hey Sis ”","line":12,"x":39.985,"y":511.92400000000015,"width":"37.66","height":"9.96","fontName":["EFUEQI+CMR10"],"dir":["ltr"]}
|
||||||
{"page":335,"change":"Addition","str":"The cover for A Million Ways to Die is very similar to the one for Stiff by Mary Roach! Welcome to Mailbox Monday","line":33,"x":39.98500000000001,"y":144.96500000000034,"width":"497.22","height":"9.96","fontName":["EFUEQI+CMR10","TKSVJZ+CMTI10"],"dir":["ltr"]}
|
{"page":335,"change":"Addition","str":"The cover for A Million Ways to Die is very similar to the one for Stiff by Mary Roach! Welcome to Mailbox Monday","line":34,"x":39.98500000000001,"y":144.96500000000034,"width":"497.22","height":"9.96","fontName":["EFUEQI+CMR10","TKSVJZ+CMTI10"],"dir":["ltr"]}
|
||||||
{"page":336,"change":"Addition","str":"Flourish (2010-10-26 04:02)","line":0,"x":63,"y":723.441,"width":"140.52","height":"11.96","fontName":["AENRCE+CMBX12","ZYSMDY+CMBX10"],"dir":["ltr"]}
|
{"page":336,"change":"Addition","str":"Flourish (2010-10-26 04:02)","line":0,"x":63,"y":723.441,"width":"140.52","height":"11.96","fontName":["AENRCE+CMBX12","ZYSMDY+CMBX10"],"dir":["ltr"]}
|
||||||
{"page":336,"change":"Addition","str":"Dr. Catherine Hart Weber \u0019 s latest release, [1] Flourish: Discover the Daily Joy of","line":1,"x":63.00000000000001,"y":524.665,"width":"381.48","height":"10.91","fontName":["EFUEQI+CMR10","HENPPA+BitstreamCyberbit-Roman"],"dir":["ltr"]}
|
{"page":336,"change":"Addition","str":"Dr. Catherine Hart Weber \u0019 s latest release, [1] Flourish: Discover the Daily Joy of","line":1,"x":63.00000000000001,"y":524.665,"width":"381.48","height":"10.91","fontName":["EFUEQI+CMR10","HENPPA+BitstreamCyberbit-Roman"],"dir":["ltr"]}
|
||||||
{"page":336,"change":"Addition","str":"• provides practical exercises to apply the truths discussed","line":12,"x":79.364,"y":352.818,"width":"276.59","height":"10.91","fontName":["GHPDYG+CMSY10","EFUEQI+CMR10"],"dir":["ltr"]}
|
{"page":336,"change":"Addition","str":"• provides practical exercises to apply the truths discussed","line":12,"x":79.364,"y":352.818,"width":"276.59","height":"10.91","fontName":["GHPDYG+CMSY10","EFUEQI+CMR10"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 648,
|
"pages": 648,
|
||||||
"items": 27824,
|
"items": 27824,
|
||||||
"groupedItems": 21528,
|
"groupedItems": 21530,
|
||||||
"changes": 870,
|
"changes": 870,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 650,
|
"pages": 650,
|
||||||
"items": 28472,
|
"items": 28472,
|
||||||
"groupedItems": 22176,
|
"groupedItems": 22178,
|
||||||
"changes": 648,
|
"changes": 648,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
@ -373,10 +373,10 @@
|
|||||||
{"page":329,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"330","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":38}
|
{"page":329,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"330","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":38}
|
||||||
{"page":330,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"331","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":30}
|
{"page":330,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"331","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":30}
|
||||||
{"page":331,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"332","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":14}
|
{"page":331,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"332","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":14}
|
||||||
{"page":332,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"333","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":36}
|
{"page":332,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"333","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":37}
|
||||||
{"page":333,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"334","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":9}
|
{"page":333,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"334","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":9}
|
||||||
{"page":334,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"335","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":25}
|
{"page":334,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"335","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":25}
|
||||||
{"page":335,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"336","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":35}
|
{"page":335,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"336","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":36}
|
||||||
{"page":336,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"337","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":26}
|
{"page":336,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"337","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":26}
|
||||||
{"page":337,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"338","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":29}
|
{"page":337,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"338","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","36.00","39.60"],"fontName":"EFUEQI+CMR10","x":36,"y":39.6,"line":29}
|
||||||
{"page":338,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"339","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":37}
|
{"page":338,"change":"Removal","score":"1.00: (1.00 + 0.00)","str":"339","dir":"ltr","width":"16.36","height":"10.91","transform":["10.91","0.00","0.00","10.91","559.64","39.60"],"fontName":"EFUEQI+CMR10","x":559.636,"y":39.6,"line":37}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 650,
|
"pages": 650,
|
||||||
"items": 28472,
|
"items": 28472,
|
||||||
"groupedItems": 22176,
|
"groupedItems": 22178,
|
||||||
"changes": 7,
|
"changes": 0,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -41,6 +41,4 @@
|
|||||||
"detectedOnPage": true
|
"detectedOnPage": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":332,"change":"ContentChange","str":"A prayer for you And in beginning your new week ”","line":17,"x":66.98499999999999,"y":418.36000000000024,"width":"220.52","height":"9.96","fontName":["EFUEQI+CMR10"],"dir":["ltr"]}
|
|
||||||
{"page":335,"change":"ContentChange","str":"Hey Sis thinking of you ”","line":12,"x":39.985,"y":504.24300000000017,"width":"104.01","height":"9.96","fontName":["EFUEQI+CMR10"],"dir":["ltr"]}
|
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 256,
|
"pages": 256,
|
||||||
"items": 20477,
|
"items": 20477,
|
||||||
"groupedItems": 7492,
|
"groupedItems": 7568,
|
||||||
"changes": 4559,
|
"changes": 4568,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line",
|
"name": "line",
|
||||||
@ -255,24 +255,26 @@
|
|||||||
{"page":17,"change":"Addition","str":"temperatur des Hydraulikkreislaufs mit einem Thermometer mit Platinwider -","line":31,"x":70.9199999999999,"y":130.212,"width":"314.58","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":17,"change":"Addition","str":"temperatur des Hydraulikkreislaufs mit einem Thermometer mit Platinwider -","line":31,"x":70.9199999999999,"y":130.212,"width":"314.58","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"Dann wurden die elektrische Effizienz 𝜂𝜂 𝑒𝑒𝑒𝑒 , die t hermische Effizienz 𝜂𝜂 𝑡𝑡 ℎ und ","line":2,"x":68.04,"y":562.4399,"width":"312.50","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"Dann wurden die elektrische Effizienz 𝜂𝜂 𝑒𝑒𝑒𝑒 , die t hermische Effizienz 𝜂𝜂 𝑡𝑡 ℎ und ","line":2,"x":68.04,"y":562.4399,"width":"312.50","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"die Gesamteffizien z 𝜂𝜂 𝑡𝑡𝑏𝑏 𝑡𝑡 der Anlage berechnet:","line":3,"x":68.03400000000005,"y":548.46,"width":"184.96","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"die Gesamteffizien z 𝜂𝜂 𝑡𝑡𝑏𝑏 𝑡𝑡 der Anlage berechnet:","line":3,"x":68.03400000000005,"y":548.46,"width":"184.96","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"𝜂𝜂 𝑒𝑒𝑒𝑒 = 𝑃𝑃 𝑒𝑒𝑒𝑒 − 𝑃𝑃 𝑎𝑎𝑎𝑎𝑎𝑎","line":4,"x":194.82600000000002,"y":517.4999,"width":"53.05","height":"9.00","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"𝜂𝜂 𝑒𝑒𝑒𝑒 =","line":4,"x":194.82600000000002,"y":517.4999,"width":"17.29","height":"9.00","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"𝑃𝑃 𝑏𝑏𝑏𝑏𝑏𝑏𝑏𝑏","line":5,"x":226.2,"y":511.4999,"width":"21.67","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"𝑃𝑃 𝑒𝑒𝑒𝑒 − 𝑃𝑃 𝑎𝑎𝑎𝑎𝑎𝑎","line":5,"x":217.683,"y":524.34,"width":"35.76","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"𝜂𝜂 𝑡𝑡 ℎ = 𝑃𝑃 𝑡𝑡 ℎ","line":6,"x":202.863,"y":495.48,"width":"30.78","height":"9.00","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"𝑃𝑃 𝑏𝑏𝑏𝑏𝑏𝑏𝑏𝑏","line":6,"x":226.2,"y":511.4999,"width":"21.67","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"𝑃𝑃 𝑏𝑏𝑏𝑏𝑏𝑏𝑏𝑏","line":7,"x":226.74,"y":489.48,"width":"21.67","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"𝜂𝜂 𝑡𝑡 ℎ =","line":7,"x":202.863,"y":495.48,"width":"18.32","height":"9.00","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"𝜂𝜂 𝑡𝑡𝑏𝑏 𝑡𝑡 = 𝜂𝜂 𝑒𝑒𝑒𝑒 + 𝜂𝜂 𝑡𝑡 ℎ","line":8,"x":195.063,"y":475.56,"width":"49.92","height":"9.00","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"𝑃𝑃 𝑡𝑡 ℎ","line":8,"x":231.297,"y":502.3199,"width":"12.46","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"wobei 𝑃𝑃 𝑎𝑎𝑎𝑎𝑎𝑎 der von den Hilfsgeräten verbrauchten elektrischen Leistung ent -","line":9,"x":68.03999999999999,"y":448.3799,"width":"312.66","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"𝑃𝑃 𝑏𝑏𝑏𝑏𝑏𝑏𝑏𝑏","line":9,"x":226.74,"y":489.48,"width":"21.67","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"2.3 Charakterisierung der Kohle","line":11,"x":68.04,"y":409.86,"width":"155.30","height":"10.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"𝜂𝜂 𝑡𝑡𝑏𝑏 𝑡𝑡 = 𝜂𝜂 𝑒𝑒𝑒𝑒 + 𝜂𝜂 𝑡𝑡 ℎ","line":10,"x":195.063,"y":475.56,"width":"49.92","height":"9.00","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"lyzyklischen aromatischen Wasserstoffen (PAK, Methode MI - 03 Rev. 13 2016) ","line":14,"x":68.04,"y":362.103,"width":"317.00","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"wobei 𝑃𝑃 𝑎𝑎𝑎𝑎𝑎𝑎 der von den Hilfsgeräten verbrauchten elektrischen Leistung ent -","line":11,"x":68.03999999999999,"y":448.3799,"width":"312.66","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"zum Ziel, mögliche Zusammenhänge zwischen den physisch- chemischen Ei-","line":16,"x":68.04899999999998,"y":334.086,"width":"314.44","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"2.3 Charakterisierung der Kohle","line":13,"x":68.04,"y":409.86,"width":"155.30","height":"10.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"genschaften der eingesammelten Kohle und den wichtigsten Prozessparame -","line":17,"x":68.04899999999998,"y":320.10900000000004,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"lyzyklischen aromatischen Wasserstoffen (PAK, Methode MI - 03 Rev. 13 2016) ","line":16,"x":68.04,"y":362.103,"width":"317.00","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"Art des Reaktors, Nennleistung und Art der verwendeten Biomasse, hervor -","line":19,"x":68.04899999999998,"y":292.09200000000004,"width":"314.56","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"zum Ziel, mögliche Zusammenhänge zwischen den physisch- chemischen Ei-","line":18,"x":68.04899999999998,"y":334.086,"width":"314.44","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"Kohle vor allem von der Art der verwendeten Biomasse, aber auch in erh ebli -","line":21,"x":68.04899999999998,"y":264.1380000000001,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"genschaften der eingesammelten Kohle und den wichtigsten Prozessparame -","line":19,"x":68.04899999999998,"y":320.10900000000004,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"chem Maße von der Geometrie und den Betriebsbedingungen des Verga -","line":22,"x":68.04899999999998,"y":250.0980000000001,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"Art des Reaktors, Nennleistung und Art der verwendeten Biomasse, hervor -","line":21,"x":68.04899999999998,"y":292.09200000000004,"width":"314.56","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"sungsreaktors (Temperatur, Druck, Fluss, Vergasungsmittel) abhängen. Folg -","line":23,"x":68.04899999999998,"y":236.1210000000001,"width":"314.59","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"Kohle vor allem von der Art der verwendeten Biomasse, aber auch in erh ebli -","line":23,"x":68.04899999999998,"y":264.1380000000001,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"2.4 Unter kontr ollierten Bedingungen gewonnene Kohle","line":26,"x":68.04,"y":181.86,"width":"272.47","height":"10.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"chem Maße von der Geometrie und den Betriebsbedingungen des Verga -","line":24,"x":68.04899999999998,"y":250.0980000000001,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"Um die möglichen Zusammenhänge zwischen den chemisch- physischen Ei -","line":27,"x":68.04,"y":162.12,"width":"314.38","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"sungsreaktors (Temperatur, Druck, Fluss, Vergasungsmittel) abhängen. Folg -","line":25,"x":68.04899999999998,"y":236.1210000000001,"width":"314.59","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"genschaften der Kohle und den Betriebsbedingungen des Vergasungsprozes -","line":28,"x":68.04000000000002,"y":148.08,"width":"314.51","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"2.4 Unter kontr ollierten Bedingungen gewonnene Kohle","line":28,"x":68.04,"y":181.86,"width":"272.47","height":"10.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":18,"change":"Addition","str":"Änder ung dieser Bedingungen auf die Qualität der Kohle auswirken kann, ","line":30,"x":68.04000000000002,"y":120.126,"width":"318.02","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":18,"change":"Addition","str":"Um die möglichen Zusammenhänge zwischen den chemisch- physischen Ei -","line":29,"x":68.04,"y":162.12,"width":"314.38","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":18,"change":"Addition","str":"genschaften der Kohle und den Betriebsbedingungen des Vergasungsprozes -","line":30,"x":68.04000000000002,"y":148.08,"width":"314.51","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":18,"change":"Addition","str":"Änder ung dieser Bedingungen auf die Qualität der Kohle auswirken kann, ","line":32,"x":68.04000000000002,"y":120.126,"width":"318.02","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"Neue ster Stand der Technik der Vergasung von Holzbiomasse in Südtirol","line":0,"x":118.98,"y":608.58,"width":"266.42","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"Neue ster Stand der Technik der Vergasung von Holzbiomasse in Südtirol","line":0,"x":118.98,"y":608.58,"width":"266.42","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"masse durchgeführt, bei denen ein in den Bio energy- und Biofuels - Laborato -","line":3,"x":70.92,"y":550.2029,"width":"311.78","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"masse durchgeführt, bei denen ein in den Bio energy- und Biofuels - Laborato -","line":3,"x":70.92,"y":550.2029,"width":"311.78","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":19,"change":"Addition","str":"eine größere Datenmenge für den Vergleich zur Verfügung zu haben, wäh -","line":6,"x":70.92000000000002,"y":508.2089000000001,"width":"314.63","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":19,"change":"Addition","str":"eine größere Datenmenge für den Vergleich zur Verfügung zu haben, wäh -","line":6,"x":70.92000000000002,"y":508.2089000000001,"width":"314.63","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
@ -406,16 +408,17 @@
|
|||||||
{"page":27,"change":"Addition","str":"O* [%] 2,37 2,69 1,31 0,57 6,50 0,60 0,87 3,88 ","line":10,"x":76.32,"y":448.3799,"width":"155.28","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"O* [%] 2,37 2,69 1,31 0,57 6,50 0,60 0,87 3,88 ","line":10,"x":76.32,"y":448.3799,"width":"155.28","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"HHV [MJ/kg] 23,11 26,74 14,52 19,69 25,53 30,92 22,87 24,17","line":11,"x":76.32,"y":432.9,"width":"197.63","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"HHV [MJ/kg] 23,11 26,74 14,52 19,69 25,53 30,92 22,87 24,17","line":11,"x":76.32,"y":432.9,"width":"197.63","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"LHV [MJ/kg] 23,04 26,64 14,33 19,65 25,38 30,81 22,84 24,12","line":12,"x":76.32,"y":419.1,"width":"195.88","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"LHV [MJ/kg] 23,04 26,64 14,33 19,65 25,38 30,81 22,84 24,12","line":12,"x":76.32,"y":419.1,"width":"195.88","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"[%] n.v. 1,04 n.v. 81,73 2,58 1,59 0,23 2,02 ","line":14,"x":76.32,"y":392.7599,"width":"139.96","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"n.v. 1,04 n.v. 81,73 2,58 1,59 0,23 2,02 ","line":15,"x":144.96,"y":398.9999,"width":"127.60","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"Spezif. Ober -","line":15,"x":76.32,"y":379.74,"width":"47.44","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"Spezif. Ober -","line":16,"x":76.32,"y":379.74,"width":"47.44","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"fläche [m 2 /g] 352 128 78 281 587 272 320 306 ","line":16,"x":76.32,"y":367.2599,"width":"154.49","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"fläche [m 2 /g]","line":17,"x":76.32,"y":367.2599,"width":"46.17","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"Tabelle 4 enthält die Daten des Mineral - und Schwermetallgehalts der in den ","line":17,"x":70.92,"y":332.99989999999997,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"352 128 78 281 587 272 320 306 ","line":18,"x":145.62,"y":373.5,"width":"108.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"nicht unerheblicher Chrom - und Zinkgehalt der Kohle zu verbuchen. Diese ","line":19,"x":70.91999999999999,"y":304.9829,"width":"314.61","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"Tabelle 4 enthält die Daten des Mineral - und Schwermetallgehalts der in den ","line":19,"x":70.92,"y":332.99989999999997,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"Metalle können von den Metallteilen des Automatisierungssystems (z. B. För -","line":20,"x":70.92,"y":291.0059,"width":"314.56","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"nicht unerheblicher Chrom - und Zinkgehalt der Kohle zu verbuchen. Diese ","line":21,"x":70.91999999999999,"y":304.9829,"width":"314.61","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"Hinblick auf eine Nutz ung der Kohle als Bodenverbesserungsmittel müssen ","line":23,"x":70.92000000000002,"y":249.0119,"width":"317.64","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"Metalle können von den Metallteilen des Automatisierungssystems (z. B. För -","line":22,"x":70.92,"y":291.0059,"width":"314.56","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"um den Gehalt dieser Metalle zu reduzieren, damit die Kohle den vorgeschrie -","line":25,"x":70.92000000000002,"y":220.9949,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"Hinblick auf eine Nutz ung der Kohle als Bodenverbesserungsmittel müssen ","line":25,"x":70.92000000000002,"y":249.0119,"width":"317.64","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"benen Normen entspricht, wie im folgenden Abschnitt erläuter t.","line":26,"x":70.92000000000002,"y":207.0179,"width":"262.06","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"um den Gehalt dieser Metalle zu reduzieren, damit die Kohle den vorgeschrie -","line":27,"x":70.92000000000002,"y":220.9949,"width":"314.54","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":27,"change":"Addition","str":"sofern er nicht sogar unterha lb der Messschwelle des Geräts liegt (<0,1 ng/kg).","line":30,"x":70.92000000000002,"y":151.0469,"width":"314.79","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":27,"change":"Addition","str":"benen Normen entspricht, wie im folgenden Abschnitt erläuter t.","line":28,"x":70.92000000000002,"y":207.0179,"width":"262.06","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":27,"change":"Addition","str":"sofern er nicht sogar unterha lb der Messschwelle des Geräts liegt (<0,1 ng/kg).","line":32,"x":70.92000000000002,"y":151.0469,"width":"314.79","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":28,"change":"Addition","str":"Tabelle 4 – Analyse des Mineral- und Schwermetallgehalts der in den kommerziellen Anlagen ","line":2,"x":68.04,"y":568.02,"width":"294.35","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":28,"change":"Addition","str":"Tabelle 4 – Analyse des Mineral- und Schwermetallgehalts der in den kommerziellen Anlagen ","line":2,"x":68.04,"y":568.02,"width":"294.35","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":28,"change":"Addition","str":"Technologie A B C D E F G H","line":4,"x":69.42,"y":538.4999,"width":"100.59","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":28,"change":"Addition","str":"Technologie A B C D E F G H","line":4,"x":69.42,"y":538.4999,"width":"100.59","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":28,"change":"Addition","str":"Li [mg/kg] 9,9 8,7 6,9 9,1 9,6 8,0 6,8 10,4","line":5,"x":69.42,"y":521.64,"width":"123.25","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":28,"change":"Addition","str":"Li [mg/kg] 9,9 8,7 6,9 9,1 9,6 8,0 6,8 10,4","line":5,"x":69.42,"y":521.64,"width":"123.25","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
@ -553,22 +556,22 @@
|
|||||||
{"page":33,"change":"Addition","str":"Tabelle 9 – Vergleich der chemisch - physikalischen Eigenschaften mit den italienischen Normgrenz -","line":2,"x":70.92,"y":568.02,"width":"310.83","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"Tabelle 9 – Vergleich der chemisch - physikalischen Eigenschaften mit den italienischen Normgrenz -","line":2,"x":70.92,"y":568.02,"width":"310.83","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"9 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 7,0","line":7,"x":120.24,"y":519.2999,"width":"158.97","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"9 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 7,0","line":7,"x":120.24,"y":519.2999,"width":"158.97","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"[ ng/kg] 0,5 <1 <1 <1 <1 <1 <1 <1 <1","line":10,"x":102.29694,"y":479.21688,"width":"103.14","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"[ ng/kg] 0,5 <1 <1 <1 <1 <1 <1 <1 <1","line":10,"x":102.29694,"y":479.21688,"width":"103.14","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"∑ PAK","line":11,"x":75.54,"y":446.7599,"width":"23.47","height":"7.98","fontName":["RVFESF+Calibri","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"/kg] 6","line":14,"x":102.3,"y":456.48,"width":"18.58","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"/kg] 6","line":13,"x":102.3,"y":456.48,"width":"18.58","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"5179,9 132,0 2,8 316,2 1225,2 123,8 31,7 916,2 60,2 124,3 132,6 193,3 414,8 34,2 409,4 27,0","line":15,"x":136.74,"y":447.24,"width":"280.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"5179,9 132,0 2,8 316,2 1225,2 123,8 31,7 916,2 60,2 124,3 132,6 193,3 414,8 34,2 409,4 27,0","line":14,"x":136.74,"y":447.24,"width":"280.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"140 0,4 0,9 0,2 0,4 0,4 0,7 0,4 0,3","line":18,"x":120.24,"y":419.7599,"width":"94.96","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"[mg/kg] 140 0,4 0,9 0,2 0,4 0,4 0,7 0,4 0,3","line":16,"x":102.3,"y":411.42,"width":"124.00","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"1,5 1,5 2,4 0,1 1,7 1,8 0,5 0,4 0,1 6,1 0,3 0,0 0,1 0,4 0,1 0,5 0,0","line":22,"x":120.24,"y":389.58,"width":"175.65","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"1,5 1,5 2,4 0,1 1,7 1,8 0,5 0,4 0,1 6,1 0,3 0,0 0,1 0,4 0,1 0,5 0,0","line":20,"x":120.24,"y":389.58,"width":"175.65","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"500 478,1 246,8 1316,9 182,6 263,1 84,0 397,4 346,6 586,2 418,9 29,0 95,2 205,2 14,8 288,9 48,5","line":26,"x":120.24,"y":352.2,"width":"292.68","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"500 478,1 246,8 1316,9 182,6 263,1 84,0 397,4 346,6 586,2 418,9 29,0 95,2 205,2 14,8 288,9 48,5","line":24,"x":120.24,"y":352.2,"width":"292.68","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"230 34,4 84,6 73,3 26,5 24,8 8,0 46,9 34,6 51,4 36,3 9,4 21,9 42,6 11,7 41,2 8,0","line":30,"x":120.24,"y":325.14,"width":"231.33","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"230 34,4 84,6 73,3 26,5 24,8 8,0 46,9 34,6 51,4 36,3 9,4 21,9 42,6 11,7 41,2 8,0","line":28,"x":120.24,"y":325.14,"width":"231.33","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"100 6,6 248,7 16,5 5,3 274,2 4,2 40,6 61,9 8,0 16,0 2,6 6,4 35,2 4,0 45,2 2,4","line":33,"x":120.24,"y":291.9,"width":"218.83","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"[mg/kg] 100 6,6 248,7 16,5 5,3 274,2 4,2 40,6 61,9 8,0 16,0 2,6 6,4 35,2 4,0 45,2 2,4","line":30,"x":102.3,"y":286.62,"width":"247.88","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"Cr (tot) [mg/kg]","line":34,"x":75.54,"y":255.42,"width":"55.61","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"Cr (tot) [mg/kg]","line":31,"x":75.54,"y":255.42,"width":"55.61","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"-- 6,6 127,8 14,3 3,9 383,3 2,7 16,7 28,7 5,3 25,8 3,8 4,0 10,0 6,2 46,7 1,7","line":35,"x":120.24,"y":260.7,"width":"212.06","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"-- 6,6 127,8 14,3 3,9 383,3 2,7 16,7 28,7 5,3 25,8 3,8 4,0 10,0 6,2 46,7 1,7","line":32,"x":120.24,"y":260.7,"width":"212.06","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"keit [%] > 20 1,0 81,7 2,6 1,6 0,2 2,0 3,0 3,7 6,6 1,4 1,7 3,0","line":38,"x":81.65634,"y":228.72,"width":"170.59","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"keit [%] > 20 1,0 81,7 2,6 1,6 0,2 2,0 3,0 3,7 6,6 1,4 1,7 3,0","line":35,"x":81.65634,"y":228.72,"width":"170.59","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"Asche [%] < 60 27,8 16,1 49,5 31,5 13,3 6,5 29,2 25,6 29,5 32,5 17,9 28,0 29,7 11,2 54,2 3,9","line":39,"x":75.54,"y":189.42,"width":"274.02","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"Asche [%] < 60 27,8 16,1 49,5 31,5 13,3 6,5 29,2 25,6 29,5 32,5 17,9 28,0 29,7 11,2 54,2 3,9","line":36,"x":75.54,"y":189.42,"width":"274.02","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"< 0,7 0,0 0,1 0,2 0,0 0,1 0,0 0,0 0,0 0,1 0,0 0,1 0,0 0,0 0,0 0,1 0,2","line":43,"x":120.24,"y":155.34,"width":"181.88","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"< 0,7 0,0 0,1 0,2 0,0 0,1 0,0 0,0 0,0 0,1 0,0 0,1 0,0 0,0 0,0 0,1 0,2","line":40,"x":120.24,"y":155.34,"width":"181.88","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"C [%] > 20 68,6 80,2 48,0 67,0 79,0 91,6 69,5 69,5 55,2 48,1 62,1 41,4 48,5 71,1 23,9 84,9","line":44,"x":75.54,"y":126.06,"width":"263.85","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"C [%] > 20 68,6 80,2 48,0 67,0 79,0 91,6 69,5 69,5 55,2 48,1 62,1 41,4 48,5 71,1 23,9 84,9","line":41,"x":75.54,"y":126.06,"width":"263.85","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"A B C D E F G H I M R100 R75 R50 O","line":47,"x":136.74,"y":94.4399,"width":"106.46","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"A B C D E F G H I M R100 R75 R50 O - R","line":44,"x":136.74,"y":94.4399,"width":"114.44","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"- R","line":48,"x":350.7,"y":100.86,"width":"7.99","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":33,"change":"Addition","str":"O - C","line":45,"x":367.14,"y":94.4399,"width":"14.59","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":33,"change":"Addition","str":"- C","line":50,"x":367.14,"y":100.86,"width":"8.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":34,"change":"Addition","str":"Die hohen PAK - Konzentrationen könnten hauptsächlich auf die Temperatur -","line":2,"x":68.04,"y":564.1799,"width":"312.15","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":34,"change":"Addition","str":"Die hohen PAK - Konzentrationen könnten hauptsächlich auf die Temperatur -","line":2,"x":68.04,"y":564.1799,"width":"312.15","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":34,"change":"Addition","str":"Kohlebett, das faktisch als Filter für das Produ cer - Gas in der Reduktionszone ","line":5,"x":68.04000000000002,"y":522.1859000000001,"width":"316.97","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":34,"change":"Addition","str":"Kohlebett, das faktisch als Filter für das Produ cer - Gas in der Reduktionszone ","line":5,"x":68.04000000000002,"y":522.1859000000001,"width":"316.97","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":34,"change":"Addition","str":"der Prozessparamet er der Vergaser besonders komplex darstellt.","line":9,"x":68.04000000000005,"y":466.2149000000001,"width":"263.78","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":34,"change":"Addition","str":"der Prozessparamet er der Vergaser besonders komplex darstellt.","line":9,"x":68.04000000000005,"y":466.2149000000001,"width":"263.78","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
@ -607,21 +610,20 @@
|
|||||||
{"page":35,"change":"Addition","str":"SS – Sewage Sludge.","line":29,"x":70.92899999999992,"y":166.25400000000016,"width":"80.24","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":35,"change":"Addition","str":"SS – Sewage Sludge.","line":29,"x":70.92899999999992,"y":166.25400000000016,"width":"80.24","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"Tabelle 11 – Vergleich der Biochar - Parameter mit den italienischen Normgrenzwerten","line":2,"x":68.04,"y":568.02,"width":"269.23","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"Tabelle 11 – Vergleich der Biochar - Parameter mit den italienischen Normgrenzwerten","line":2,"x":68.04,"y":568.02,"width":"269.23","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"9 2,7 3,9 6,8 4,5 5,1 5,9 0,0 3,3 4,3 1,8 3,1 0,4","line":6,"x":130.68,"y":532.4999,"width":"123.67","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"9 2,7 3,9 6,8 4,5 5,1 5,9 0,0 3,3 4,3 1,8 3,1 0,4","line":6,"x":130.68,"y":532.4999,"width":"123.67","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"[ng/kg] 0,5 0,0 0,0 0,0 0,0 0,0 0,0 0,2 0,2 0,0 0,0 0,1 0,1","line":9,"x":113.64,"y":490.56,"width":"155.53","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"0,5 0,0 0,0 0,0 0,0 0,0 0,0 0,2 0,2 0,0 0,0 0,1 0,1","line":10,"x":130.68,"y":498.54,"width":"129.65","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"∑ PAK","line":10,"x":86.88,"y":457.92,"width":"21.13","height":"7.98","fontName":["RVFESF+Calibri","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"6 0,5 0,1 0,5 < 0,11 0,2 0,3 4,4 0,2 0,4 < 0,11 3,8 1,4","line":14,"x":130.68,"y":459.54,"width":"143.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"6 0,5 0,1 0,5 < 0,11 0,2 0,3 4,4 0,2 0,4 < 0,11 3,8 1,4","line":12,"x":130.68,"y":459.54,"width":"143.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"140 17,6 201,2 195,9","line":17,"x":130.68,"y":427.92,"width":"62.25","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"[mg/kg] 140 17,6 201,2 195,9","line":14,"x":113.64,"y":422.7599,"width":"90.52","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"1,5 0,7 4,6 1,8 3,0 17,8 20,0 3,5 8,2 3,2 1,3 11,7 12,4","line":20,"x":130.68,"y":398.7,"width":"145.95","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"1,5 0,7 4,6 1,8 3,0 17,8 20,0 3,5 8,2 3,2 1,3 11,7 12,4","line":17,"x":130.68,"y":398.7,"width":"145.95","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"500 63,4 44,5 7,2 8,8 23,6 36,2 25,7 99,6 10,5 12,0 835,7 896,2","line":23,"x":130.68,"y":365.52,"width":"180.52","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"[mg/kg] 500 63,4 44,5 7,2 8,8 23,6 36,2 25,7 99,6 10,5 12,0 835,7 896,2","line":19,"x":113.64,"y":360.36,"width":"208.79","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"230 26,6 5,9 7,9 13,8 5,4 26,9 19,4 9,7 3,6 4,7 255,2 296,6","line":26,"x":130.68,"y":334.32,"width":"164.23","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"[mg/kg] 230 26,6 5,9 7,9 13,8 5,4 26,9 19,4 9,7 3,6 4,7 255,2 296,6","line":21,"x":113.64,"y":329.16,"width":"192.50","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"100 5,0 30,4 2,5 3,3 3,0 2,7 3,3 74,1 1,0 2,5 57,2 66,3","line":29,"x":130.68,"y":305.1,"width":"148.04","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"[mg/kg] 100 5,0 30,4 2,5 3,3 3,0 2,7 3,3 74,1 1,0 2,5 57,2 66,3","line":23,"x":113.64,"y":297.96,"width":"176.31","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"Cr (tot) [mg/kg]","line":30,"x":86.88,"y":266.76,"width":"53.94","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"Cr (tot) [mg/kg]","line":24,"x":86.88,"y":266.76,"width":"53.94","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"0,5 8,7 36,1 4,4 5,0 34,6 123,4 4,5 275,7 292,7","line":31,"x":130.68,"y":271.92,"width":"132.16","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"0,5 8,7 36,1 4,4 5,0 34,6 123,4 4,5 275,7 292,7","line":25,"x":130.68,"y":271.92,"width":"132.16","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"keit [%] ≥ 20 1,8 2,2 2,6 3,6 1,5 1,5 1,5 1,0 1,9 2,2 2,5 1,7","line":34,"x":92.99633999999999,"y":239.88,"width":"158.96","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","LZFZMR+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"keit [%] ≥ 20 1,8 2,2 2,6 3,6 1,5 1,5 1,5 1,0 1,9 2,2 2,5 1,7","line":28,"x":92.99633999999999,"y":239.88,"width":"158.96","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","LZFZMR+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"Asche [%] < 60 12,2 11,6 19,5 21,9 47,9 47,9 1,3 1,9 21,3 23,8 58,9 63,9","line":35,"x":86.88,"y":200.64,"width":"208.02","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"Asche [%] < 60 12,2 11,6 19,5 21,9 47,9 47,9 1,3 1,9 21,3 23,8 58,9 63,9","line":29,"x":86.88,"y":200.64,"width":"208.02","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"< 0,7 0,4 0,2 0,3 0,2 0,3 0,2 0,4 0,2 0,4 0,2 0,5 0,3","line":38,"x":130.68,"y":166.62,"width":"135.71","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"< 0,7 0,4 0,2 0,3 0,2 0,3 0,2 0,4 0,2 0,4 0,2 0,5 0,3","line":32,"x":130.68,"y":166.62,"width":"135.71","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"C [%] > 20 75,4 79,2 68,9 67,7 48,7 47,3 85,5 90,2 68,3 69,0 29,5 29,6","line":39,"x":86.88,"y":137.28,"width":"200.26","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"C [%] > 20 75,4 79,2 68,9 67,7 48,7 47,3 85,5 90,2 68,3 69,0 29,5 29,6","line":33,"x":86.88,"y":137.28,"width":"200.26","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":36,"change":"Addition","str":"MSP550 MSP700 OSR550 OSR700 RH550 RH700 SWP550 SWP700 WSP550 WSP700 SS550 SS700","line":42,"x":147.66,"y":102.6,"width":"318.18","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":36,"change":"Addition","str":"MSP550 MSP700 OSR550 OSR700 RH550 RH700 SWP550 SWP700 WSP550 WSP700 SS550 SS700","line":36,"x":147.66,"y":102.6,"width":"318.18","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
|
||||||
{"page":37,"change":"Addition","str":"Neue ster Stand der Technik der Vergasung von Holzbiomasse in Südtirol","line":0,"x":118.98,"y":608.58,"width":"266.42","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":37,"change":"Addition","str":"Neue ster Stand der Technik der Vergasung von Holzbiomasse in Südtirol","line":0,"x":118.98,"y":608.58,"width":"266.42","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":37,"change":"Addition","str":"In den untenstehenden Tabellen 12 – 14 werden die qualitativen Eigen schaften ","line":2,"x":70.92,"y":564.1799,"width":"316.90","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":37,"change":"Addition","str":"In den untenstehenden Tabellen 12 – 14 werden die qualitativen Eigen schaften ","line":2,"x":70.92,"y":564.1799,"width":"316.90","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":37,"change":"Addition","str":"polyzyklischen aromatischen Kohlenwa sserstoffe auch bei einem Vergleich ","line":6,"x":70.92899999999997,"y":494.16890000000006,"width":"318.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":37,"change":"Addition","str":"polyzyklischen aromatischen Kohlenwa sserstoffe auch bei einem Vergleich ","line":6,"x":70.92899999999997,"y":494.16890000000006,"width":"318.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
@ -639,67 +641,71 @@
|
|||||||
{"page":38,"change":"Addition","str":"9 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 7,0","line":7,"x":114.0573,"y":524.2775399999999,"width":"158.97","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"9 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 7,0","line":7,"x":114.0573,"y":524.2775399999999,"width":"158.97","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"[ng/kg] 0,2","line":10,"x":97.02,"y":484.56,"width":"36.20","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"[ng/kg] 0,2","line":10,"x":97.02,"y":484.56,"width":"36.20","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"- 0,5 <1 <1 <1 <1 <1 <1 <1 <1","line":11,"x":114.0573,"y":493.4427,"width":"79.14","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"- 0,5 <1 <1 <1 <1 <1 <1 <1 <1","line":11,"x":114.0573,"y":493.4427,"width":"79.14","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"∑ PAK","line":12,"x":76.26,"y":451.74,"width":"23.47","height":"7.98","fontName":["RVFESF+Calibri","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"6 - 20 ","line":15,"x":114.0573,"y":456.00228000000004,"width":"16.80","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"[mg/kg] 6 - 20 ","line":13,"x":97.02,"y":449.34,"width":"45.07","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"5179,9 132,0 2,8 316,2 1225,2 123,8 31,7 916,2 60,2 124,3 132,6 193,3 414,8 34,2 409,4 27,0","line":16,"x":131.04,"y":452.22,"width":"280.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"5179,9 132,0 2,8 316,2 1225,2 123,8 31,7 916,2 60,2 124,3 132,6 193,3 414,8 34,2 409,4 27,0","line":14,"x":131.04,"y":452.22,"width":"280.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"[mg/kg] 70-","line":18,"x":97.02,"y":416.7599,"width":"39.21","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"[mg/kg] 70-","line":16,"x":97.02,"y":416.7599,"width":"39.21","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"500 0,4 0,9 0,2 0,4 0,4 0,7 0,4 0,3","line":19,"x":114.06,"y":425.75975999999997,"width":"96.95","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"500 0,4 0,9 0,2 0,4 0,4 0,7 0,4 0,3","line":17,"x":114.06,"y":425.75975999999997,"width":"96.95","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"[mg/kg] 1,4","line":21,"x":97.02,"y":385.56,"width":"38.60","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"[mg/kg] 1,4","line":19,"x":97.02,"y":385.56,"width":"38.60","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"- 39 ","line":22,"x":114.06,"y":399.48198,"width":"12.81","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"- 39 1,5 2,4 0,1 1,7 1,8 0,5 0,4 0,1 6,1 0,3 0,0 0,1 0,4 0,1 0,5 0,0","line":20,"x":114.06,"y":394.55832000000004,"width":"178.13","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"1,5 2,4 0,1 1,7 1,8 0,5 0,4 0,1 6,1 0,3 0,0 0,1 0,4 0,1 0,5 0,0","line":23,"x":131.04144,"y":394.55832000000004,"width":"165.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"[mg/kg] 200","line":22,"x":97.02,"y":349.9799,"width":"40.57","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"[mg/kg] 200","line":25,"x":97.02,"y":349.9799,"width":"40.57","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"- 7000 ","line":23,"x":114.06,"y":362.34,"width":"21.03","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"- 7000 ","line":26,"x":114.06,"y":362.34,"width":"21.03","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"478,1 246,8 1316,9 182,6 263,1 84,0 397,4 346,6 586,2 418,9 29,0 95,2 205,2 14,8 288,9 48,5","line":24,"x":131.04,"y":354.36,"width":"280.38","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"478,1 246,8 1316,9 182,6 263,1 84,0 397,4 346,6 586,2 418,9 29,0 95,2 205,2 14,8 288,9 48,5","line":27,"x":131.04,"y":354.36,"width":"280.38","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"[mg/kg] 63-","line":26,"x":97.02,"y":316.08,"width":"39.21","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"[mg/kg] 63-","line":29,"x":97.02,"y":316.08,"width":"39.21","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"1500 34,4 84,6 73,3 26,5 24,8 8,0 46,9 34,6 51,4 36,3 9,4 21,9 42,6 11,7 41,2 8,0","line":27,"x":114.0573,"y":323.03754,"width":"237.41","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"1500 34,4 84,6 73,3 26,5 24,8 8,0 46,9 34,6 51,4 36,3 9,4 21,9 42,6 11,7 41,2 8,0","line":30,"x":114.0573,"y":323.03754,"width":"237.41","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"[mg/kg] 47-","line":29,"x":97.02,"y":283.5,"width":"39.21","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"[mg/kg] 47-","line":32,"x":97.02,"y":283.5,"width":"39.21","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"600 6,6 248,7 16,5 5,3 274,2 4,2 40,6 61,9 8,0 16,0 2,6 6,4 35,2 4,0 45,2 2,4","line":30,"x":114.06,"y":288.42,"width":"220.83","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"600 6,6 248,7 16,5 5,3 274,2 4,2 40,6 61,9 8,0 16,0 2,6 6,4 35,2 4,0 45,2 2,4","line":33,"x":114.06,"y":288.42,"width":"220.83","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"Cr (tot) [mg/kg] 64-","line":31,"x":76.26,"y":248.1,"width":"65.78","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"Cr (tot) [mg/kg] 64-","line":34,"x":76.26,"y":248.1,"width":"65.78","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"1200 6,6 127,8 14,3 3,9 383,3 2,7 16,7 28,7 5,3 25,8 3,8 4,0 10,0 6,2 46,7 1,7","line":32,"x":114.0573,"y":253.02,"width":"224.91","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"1200 6,6 127,8 14,3 3,9 383,3 2,7 16,7 28,7 5,3 25,8 3,8 4,0 10,0 6,2 46,7 1,7","line":35,"x":114.0573,"y":253.02,"width":"224.91","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"keit [%] -- 1,0 81,7 2,6 1,6 0,2 2,0 3,0 3,7 6,6 1,4 1,7 3,0","line":35,"x":81.89634,"y":216.72,"width":"161.35","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"keit [%] -- 1,0 81,7 2,6 1,6 0,2 2,0 3,0 3,7 6,6 1,4 1,7 3,0","line":38,"x":81.89634,"y":216.72,"width":"161.35","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"Asche [%] -- 27,8 16,1 49,5 31,5 13,3 6,5 29,2 25,6 29,5 32,5 17,9 28,0 29,7 11,2 54,2 3,9","line":36,"x":76.26,"y":177.48,"width":"264.79","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"Asche [%] -- 27,8 16,1 49,5 31,5 13,3 6,5 29,2 25,6 29,5 32,5 17,9 28,0 29,7 11,2 54,2 3,9","line":39,"x":76.26,"y":177.48,"width":"264.79","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"< 0,7 0,0 0,1 0,2 0,0 0,1 0,0 0,0 0,0 0,1 0,0 0,1 0,0 0,0 0,0 0,1 0,2","line":39,"x":114.06,"y":144.84,"width":"181.88","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"< 0,7 0,0 0,1 0,2 0,0 0,1 0,0 0,0 0,0 0,1 0,0 0,1 0,0 0,0 0,0 0,1 0,2","line":42,"x":114.06,"y":144.84,"width":"181.88","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"C [%] ≥ 10 68,6 80,2 48,0 67,0 79,0 91,6 69,5 69,5 55,2 48,1 62,1 41,4 48,5 71,1 23,9 84,9","line":40,"x":76.26,"y":116.9999,"width":"263.49","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","LZFZMR+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"C [%] ≥ 10 68,6 80,2 48,0 67,0 79,0 91,6 69,5 69,5 55,2 48,1 62,1 41,4 48,5 71,1 23,9 84,9","line":43,"x":76.26,"y":116.9999,"width":"263.49","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","LZFZMR+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"IBI A B C D E F G H I M R100 R75 R50 O - R","line":41,"x":114.06,"y":91.98,"width":"124.95","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"IBI A B C D E F G H I M R100 R75 R50 O","line":44,"x":114.06,"y":91.98,"width":"116.96","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":38,"change":"Addition","str":"O - C","line":42,"x":369.06,"y":91.98,"width":"14.59","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":38,"change":"Addition","str":"- R","line":45,"x":352.02,"y":98.4,"width":"7.99","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":38,"change":"Addition","str":"- C","line":47,"x":369.06,"y":98.4,"width":"8.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"Neue ster Stand der Technik der Vergasung von Holzbiomasse in Südtirol","line":0,"x":118.98,"y":608.58,"width":"266.42","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"Neue ster Stand der Technik der Vergasung von Holzbiomasse in Südtirol","line":0,"x":118.98,"y":608.58,"width":"266.42","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"Tabelle 13 – Vergleich der Parameter der von den Vergasungsanlagen erzeugten Kohle mit den ","line":2,"x":70.92,"y":568.02,"width":"303.94","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"Tabelle 13 – Vergleich der Parameter der von den Vergasungsanlagen erzeugten Kohle mit den ","line":2,"x":70.92,"y":568.02,"width":"303.94","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"Grenzwerten des EBC - Standards (die grünen Werte überschreiten die Grenzwerte)","line":3,"x":70.92702,"y":559.02036,"width":"265.56","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"Grenzwerten des EBC - Standards (die grünen Werte überschreiten die Grenzwerte)","line":3,"x":70.92702,"y":559.02036,"width":"265.56","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"20 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 7,0","line":7,"x":112.68,"y":521.28,"width":"163.26","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"20 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 7,0","line":7,"x":112.68,"y":521.28,"width":"163.26","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"[ng/kg] 0,2 <1 <1 <1 <1 <1 <1 <1 <1","line":10,"x":95.64,"y":481.2599,"width":"103.25","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"0,2 <1 <1 <1 <1 <1 <1 <1 <1","line":11,"x":112.68,"y":489.36,"width":"76.60","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"Σ PAK [mg/kg]","line":11,"x":72.24,"y":446.04,"width":"53.84","height":"7.98","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"Σ PAK [mg/kg]","line":12,"x":72.24,"y":446.04,"width":"53.84","height":"7.98","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"5179,9 132,0 2,8 316,2 1225,2 123,8 31,7 916,2 60,2 124,3 132,6 193,3 414,8 34,2 409,4 27,0","line":13,"x":131.1,"y":449.22,"width":"280.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"5179,9 132,0 2,8 316,2 1225,2 123,8 31,7 916,2 60,2 124,3 132,6 193,3 414,8 34,2 409,4 27,0","line":14,"x":131.1,"y":449.22,"width":"280.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"[mg/kg] 120 0,4 0,9 0,2 0,4 0,4 0,7 0,4 0,3","line":15,"x":95.64,"y":413.4,"width":"124.00","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"120 0,4 0,9 0,2 0,4 0,4 0,7 0,4 0,3","line":17,"x":112.68,"y":421.74,"width":"94.96","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"1 1,5 2,4 0,1 1,7 1,8 0,5 0,4 0,1 6,1 0,3 0,0 0,1 0,4 0,1 0,5 0,0","line":18,"x":112.68,"y":391.56,"width":"169.31","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"1 1,5 2,4 0,1 1,7 1,8 0,5 0,4 0,1 6,1 0,3 0,0 0,1 0,4 0,1 0,5 0,0","line":20,"x":112.68,"y":391.56,"width":"169.31","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"[mg/kg] 400 478,1 246,8 1316,9 182,6 263,1 84,0 397,4 346,6 586,2 418,9 29,0 95,2 205,2 14,8 288,9 48,5","line":20,"x":95.64,"y":351,"width":"321.73","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"400 478,1 246,8 1316,9 182,6 263,1 84,0 397,4 346,6 586,2 418,9 29,0 95,2 205,2 14,8 288,9 48,5","line":23,"x":112.68,"y":354.18,"width":"292.68","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"[mg/kg] 100 34,4 84,6 73,3 26,5 24,8 8,0 46,9 34,6 51,4 36,3 9,4 21,9 42,6 11,7 41,2 8,0","line":22,"x":95.64,"y":319.8,"width":"260.38","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"100 34,4 84,6 73,3 26,5 24,8 8,0 46,9 34,6 51,4 36,3 9,4 21,9 42,6 11,7 41,2 8,0","line":26,"x":112.68,"y":327.12,"width":"231.33","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"30 6,6 248,7 16,5 5,3 274,2 4,2 40,6 61,9 8,0 16,0 2,6 6,4 35,2 4,0 45,2 2,4","line":25,"x":112.68,"y":293.88,"width":"214.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"30 6,6 248,7 16,5 5,3 274,2 4,2 40,6 61,9 8,0 16,0 2,6 6,4 35,2 4,0 45,2 2,4","line":29,"x":112.68,"y":293.88,"width":"214.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"Cr (tot) [mg/kg]","line":26,"x":72.24,"y":257.4,"width":"55.61","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"Cr (tot) [mg/kg]","line":30,"x":72.24,"y":257.4,"width":"55.61","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"80 6,6 127,8 14,3 3,9 383,3 2,7 16,7 28,7 5,3 25,8 3,8 4,0 10,0 6,2 46,7 1,7","line":27,"x":112.68,"y":262.68,"width":"214.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"80 6,6 127,8 14,3 3,9 383,3 2,7 16,7 28,7 5,3 25,8 3,8 4,0 10,0 6,2 46,7 1,7","line":31,"x":112.68,"y":262.68,"width":"214.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"keit [%] -- 1,0 81,7 2,6 1,6 0,2 2,0 3,0 3,7 6,6 1,4 1,7 3,0","line":30,"x":81.66,"y":230.7,"width":"161.71","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"keit [%] -- 1,0 81,7 2,6 1,6 0,2 2,0 3,0 3,7 6,6 1,4 1,7 3,0","line":34,"x":81.66,"y":230.7,"width":"161.71","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"Asche [%] -- 27,8 16,1 49,5 31,5 13,3 6,5 29,2 25,6 29,5 32,5 17,9 28,0 29,7 11,2 54,2 3,9","line":31,"x":72.24,"y":191.4,"width":"265.15","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"Asche [%] -- 27,8 16,1 49,5 31,5 13,3 6,5 29,2 25,6 29,5 32,5 17,9 28,0 29,7 11,2 54,2 3,9","line":35,"x":72.24,"y":191.4,"width":"265.15","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"< 0,7 0,0 0,1 0,2 0,0 0,1 0,0 0,0 0,0 0,1 0,0 0,1 0,0 0,0 0,0 0,1 0,2","line":34,"x":112.68,"y":157.38,"width":"181.88","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"< 0,7 0,0 0,1 0,2 0,0 0,1 0,0 0,0 0,0 0,1 0,0 0,1 0,0 0,0 0,0 0,1 0,2","line":38,"x":112.68,"y":157.38,"width":"181.88","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"C [%] > 50 68,6 80,2 48,0 67,0 79,0 91,6 69,5 69,5 55,2 48,1 62,1 41,4 48,5 71,1 23,9 84,9","line":35,"x":72.24,"y":128.1,"width":"263.85","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"C [%] > 50 68,6 80,2 48,0 67,0 79,0 91,6 69,5 69,5 55,2 48,1 62,1 41,4 48,5 71,1 23,9 84,9","line":39,"x":72.24,"y":128.1,"width":"263.85","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"EBC A B C D E F G H I M R100 R75 R50 O - R","line":36,"x":112.68,"y":105.42,"width":"129.83","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"EBC A B C D E F G H I M R100 R75 R50 O","line":40,"x":112.68,"y":105.42,"width":"121.84","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":39,"change":"Addition","str":"O - C","line":37,"x":369.12,"y":105.42,"width":"14.59","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":39,"change":"Addition","str":"- R","line":41,"x":352.08,"y":111.84,"width":"7.99","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":39,"change":"Addition","str":"- C","line":43,"x":369.12,"y":111.84,"width":"8.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"Tabelle 14 – Vergleich der Parameter der von den Vergasungsanlagen erzeugten Kohle mit den ","line":2,"x":68.04,"y":568.02,"width":"303.94","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"Tabelle 14 – Vergleich der Parameter der von den Vergasungsanlagen erzeugten Kohle mit den ","line":2,"x":68.04,"y":568.02,"width":"303.94","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"Grenzwerten des BQM - Standards (die orangefarbenen Werte überschreiten die Grenzwerte)","line":3,"x":68.04702,"y":559.02036,"width":"295.56","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"Grenzwerten des BQM - Standards (die orangefarbenen Werte überschreiten die Grenzwerte)","line":3,"x":68.04702,"y":559.02036,"width":"295.56","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"20 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 7,0","line":7,"x":110.82,"y":521.28,"width":"163.26","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"20 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 <0,1 7,0","line":7,"x":110.82,"y":521.28,"width":"163.26","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"[ ng/kg] 0,5 <1 <1 <1 <1 <1 <1 <1 <1","line":10,"x":92.34,"y":480.3,"width":"103.14","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"[ ng/kg]","line":10,"x":92.34,"y":480.3,"width":"26.54","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"Σ PAK [mg/kg]","line":11,"x":69.12,"y":445.08,"width":"53.84","height":"7.98","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"0,5 <1 <1 <1 <1 <1 <1 <1 <1","line":11,"x":110.82,"y":489.36,"width":"76.60","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"20 5179,9 132,0 2,8 316,2 1225,2 123,8 31,7 916,2 60,2 124,3 132,6 193,3 414,8 34,2 409,4 27,0","line":12,"x":110.82,"y":449.22,"width":"288.60","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"Σ PAK [mg/kg]","line":12,"x":69.12,"y":445.08,"width":"53.84","height":"7.98","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"60 0,4 0,9 0,2 0,4 0,4 0,7 0,4 0,3","line":15,"x":110.82,"y":422.7599,"width":"90.94","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"5179,9 132,0 2,8 316,2 1225,2 123,8 31,7 916,2 60,2 124,3 132,6 193,3 414,8 34,2 409,4 27,0","line":14,"x":127.8,"y":449.22,"width":"280.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"3 1,5 2,4 0,1 1,7 1,8 0,5 0,4 0,1 6,1 0,3 0,0 0,1 0,4 0,1 0,5 0,0","line":18,"x":110.82,"y":391.56,"width":"169.31","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"60 0,4 0,9 0,2 0,4 0,4 0,7 0,4 0,3","line":17,"x":110.82,"y":422.7599,"width":"90.94","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"150 478,1 246,8 1316,9 182,6 263,1 84,0 397,4 346,6 586,2 418,9 29,0 95,2 205,2 14,8 288,9 48,5","line":21,"x":110.82,"y":354.18,"width":"292.68","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"3 1,5 2,4 0,1 1,7 1,8 0,5 0,4 0,1 6,1 0,3 0,0 0,1 0,4 0,1 0,5 0,0","line":20,"x":110.82,"y":391.56,"width":"169.31","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"40 34,4 84,6 73,3 26,5 24,8 8,0 46,9 34,6 51,4 36,3 9,4 21,9 42,6 11,7 41,2 8,0","line":24,"x":110.82,"y":327.12,"width":"227.32","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"150 478,1 246,8 1316,9 182,6 263,1 84,0 397,4 346,6 586,2 418,9 29,0 95,2 205,2 14,8 288,9 48,5","line":23,"x":110.82,"y":354.18,"width":"292.68","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"10 6,6 248,7 16,5 5,3 274,2 4,2 40,6 61,9 8,0 16,0 2,6 6,4 35,2 4,0 45,2 2,4","line":27,"x":110.82,"y":293.88,"width":"214.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"40 34,4 84,6 73,3 26,5 24,8 8,0 46,9 34,6 51,4 36,3 9,4 21,9 42,6 11,7 41,2 8,0","line":26,"x":110.82,"y":327.12,"width":"227.32","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"Cr (tot) [mg/kg]","line":28,"x":69.12,"y":256.5,"width":"55.61","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"10 6,6 248,7 16,5 5,3 274,2 4,2 40,6 61,9 8,0 16,0 2,6 6,4 35,2 4,0 45,2 2,4","line":29,"x":110.82,"y":293.88,"width":"214.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"15 6,6 127,8 14,3 3,9 383,3 2,7 16,7 28,7 5,3 25,8 3,8 4,0 10,0 6,2 46,7 1,7","line":29,"x":110.82,"y":262.68,"width":"214.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"Cr (tot) [mg/kg]","line":30,"x":69.12,"y":256.5,"width":"55.61","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"keit [%] 1,0 81,7 2,6 1,6 0,2 2,0 3,0 3,7 6,6 1,4 1,7 3,0","line":32,"x":78.84,"y":230.7,"width":"154.20","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"15 6,6 127,8 14,3 3,9 383,3 2,7 16,7 28,7 5,3 25,8 3,8 4,0 10,0 6,2 46,7 1,7","line":31,"x":110.82,"y":262.68,"width":"214.82","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"Asche [%] 27,8 16,1 49,5 31,5 13,3 6,5 29,2 25,6 29,5 32,5 17,9 28,0 29,7 11,2 54,2 3,9","line":33,"x":69.12,"y":191.4,"width":"257.63","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"keit [%] 1,0 81,7 2,6 1,6 0,2 2,0 3,0 3,7 6,6 1,4 1,7 3,0","line":34,"x":78.84,"y":230.7,"width":"154.20","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"0,0 0,1 0,2 0,0 0,1 0,0 0,0 0,0 0,1 0,0 0,1 0,0 0,0 0,0 0,1 0,2","line":36,"x":127.8,"y":160.5,"width":"165.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"Asche [%] 27,8 16,1 49,5 31,5 13,3 6,5 29,2 25,6 29,5 32,5 17,9 28,0 29,7 11,2 54,2 3,9","line":35,"x":69.12,"y":191.4,"width":"257.63","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"C [%] 68,6 80,2 48,0 67,0 79,0 91,6 69,5 69,5 55,2 48,1 62,1 41,4 48,5 71,1 23,9 84,9","line":37,"x":69.12,"y":128.1,"width":"249.45","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"0,0 0,1 0,2 0,0 0,1 0,0 0,0 0,0 0,1 0,0 0,1 0,0 0,0 0,0 0,1 0,2","line":38,"x":127.8,"y":160.5,"width":"165.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"BQM A B C D E F G H I M R100 R75 R50 O - R","line":38,"x":110.82,"y":96.42,"width":"133.35","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"C [%] 68,6 80,2 48,0 67,0 79,0 91,6 69,5 69,5 55,2 48,1 62,1 41,4 48,5 71,1 23,9 84,9","line":39,"x":69.12,"y":128.1,"width":"249.45","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":40,"change":"Addition","str":"O - C","line":39,"x":365.82,"y":96.42,"width":"14.59","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":40,"change":"Addition","str":"BQM A B C D E F G H I M R100 R75 R50 O","line":40,"x":110.82,"y":96.42,"width":"125.37","height":"7.98","fontName":["JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":40,"change":"Addition","str":"- R","line":41,"x":348.78,"y":102.84,"width":"7.99","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":40,"change":"Addition","str":"- C","line":43,"x":365.82,"y":102.84,"width":"8.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":41,"change":"Addition","str":"Neue ster Stand der Technik der Vergasung von Holzbiomasse in Südtirol","line":0,"x":118.98,"y":608.58,"width":"266.42","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":41,"change":"Addition","str":"Neue ster Stand der Technik der Vergasung von Holzbiomasse in Südtirol","line":0,"x":118.98,"y":608.58,"width":"266.42","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":41,"change":"Addition","str":"4. Technisch- wirtschaftliche Analyse möglicher Eingriffe ","line":2,"x":70.92,"y":564.36,"width":"295.98","height":"12.00","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":41,"change":"Addition","str":"4. Technisch- wirtschaftliche Analyse möglicher Eingriffe ","line":2,"x":70.92,"y":564.36,"width":"295.98","height":"12.00","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":41,"change":"Addition","str":"4.1 Beschreibung des Berechnungstools","line":4,"x":70.92,"y":524.34,"width":"198.05","height":"10.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":41,"change":"Addition","str":"4.1 Beschreibung des Berechnungstools","line":4,"x":70.92,"y":524.34,"width":"198.05","height":"10.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
@ -780,18 +786,24 @@
|
|||||||
{"page":45,"change":"Addition","str":"mische Energie und Kohle erzeugt wird wie in der Anlage der Original-","line":6,"x":85.13999999999993,"y":508.2089000000001,"width":"297.52","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"mische Energie und Kohle erzeugt wird wie in der Anlage der Original-","line":6,"x":85.13999999999993,"y":508.2089000000001,"width":"297.52","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Tabelle 15 – Parameter der „Originalkonfiguration“ einer idealen Anlage mit repräsentativen ","line":8,"x":70.92,"y":478.02,"width":"290.04","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Tabelle 15 – Parameter der „Originalkonfiguration“ einer idealen Anlage mit repräsentativen ","line":8,"x":70.92,"y":478.02,"width":"290.04","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Element Wert Element Wert","line":10,"x":67.74,"y":448.4399,"width":"107.72","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Element Wert Element Wert","line":10,"x":67.74,"y":448.4399,"width":"107.72","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Bezeichnung der Technologie „Theoretische Anlage“ Spezifische Anlagenkosten [€/kW] 6 500 ","line":11,"x":67.74,"y":421.86,"width":"333.11","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Anlagenkosten [€/kW] 6 500 ","line":16,"x":236.16,"y":421.86,"width":"100.28","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Anz. der Module 2 Personal [€/kWh] 0,03","line":12,"x":67.74,"y":403.74,"width":"143.53","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Anz. der Module 2 Personal [€/kWh] 0,03","line":17,"x":67.74,"y":403.74,"width":"143.53","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Zeitraum der Inbetriebnahme Von 01/2013 bis 12/2013 Versicherung [€/a] 2 500 ","line":13,"x":67.74,"y":377.64,"width":"282.14","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"bis 12/2013 Versicherung [€/a] 2 500 ","line":21,"x":183.24,"y":377.64,"width":"127.58","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Elektrische Leistung des Moduls [kW] 45 GSE - Verfahren [€/Jahr] 1 200 ","line":14,"x":67.74,"y":351.54,"width":"251.84","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Moduls [kW] 45 GSE - Verfahren [€/Jahr] 1 200 ","line":23,"x":67.74,"y":351.54,"width":"161.26","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Thermische Leistung des Moduls [kW] 100 Wartung [€/kWh] 0,03 ","line":15,"x":67.74,"y":325.44,"width":"233.94","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Moduls [kW] 100 Wartung [€/kWh] 0,03 ","line":25,"x":67.74,"y":325.44,"width":"141.12","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Betriebsstunden pro Jahr [ Stunden] 7 500 Kaufpreis der Biomasse [€/t] 94","line":16,"x":67.74,"y":299.34,"width":"260.53","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"[ Stunden] 7 500 Kaufpreis der Biomasse ","line":27,"x":67.74,"y":299.34,"width":"144.55","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Eigenverbrauch elektrischer Energie [%] 11 Verkaufspreis der Wärme [€/MWh] 40","line":17,"x":67.74,"y":273.24,"width":"287.60","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"[€/t] 94","line":28,"x":236.16,"y":299.34,"width":"23.33","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Jährlicher Verbrauch an Biomasse [kg/kWh] 1,1 Kohle - Entsorgungskosten [€/t] 155 ","line":18,"x":67.74,"y":247.14,"width":"291.25","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Energie [%] 11 Verkaufspreis der ","line":30,"x":67.74,"y":273.24,"width":"115.87","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Spezifische Kohleerzeugung [kg/kWh] 0,02 Für die Trocknung verwendete Wärmeenergie [%] 50","line":19,"x":67.74,"y":213.06,"width":"345.41","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Wärme [€/MWh] 40","line":31,"x":236.16,"y":273.24,"width":"67.56","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Eigenkapital [%] 0 Aufgewertete thermische Energie [%] 30","line":20,"x":67.74,"y":186.96,"width":"206.93","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Biomasse [kg/kWh] 1,1 Kohle -","line":33,"x":67.74,"y":247.14,"width":"103.22","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Finanzierungszinsen [%] 3,5 Fördertarif [€/MWh] 251,86","line":21,"x":67.74,"y":168.84,"width":"193.33","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Entsorgungskosten [€/t] 155 ","line":34,"x":236.16,"y":247.14,"width":"99.18","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"Addition","str":"Darlehenslaufzeit [Jahre] 10 Dauer der Förderung [Jahre] 20","line":22,"x":67.74,"y":142.74,"width":"209.40","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":45,"change":"Addition","str":"Kohleerzeugung [kg/kWh] 0,02 ","line":36,"x":67.74,"y":217.08,"width":"111.58","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":45,"change":"Addition","str":"Für die Trocknung ","line":37,"x":236.16,"y":229.08,"width":"70.15","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":45,"change":"Addition","str":"Eigenkapital [%] 0 Aufgewertete thermische ","line":41,"x":67.74,"y":190.98,"width":"158.44","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":45,"change":"Addition","str":"Energie [%] 30","line":42,"x":236.16,"y":186.96,"width":"48.49","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":45,"change":"Addition","str":"Finanzierungszinsen [%] 3,5 Fördertarif [€/MWh] 251,86","line":43,"x":67.74,"y":168.84,"width":"193.33","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":45,"change":"Addition","str":"Darlehenslaufzeit [Jahre] 10 Dauer der ","line":44,"x":67.74,"y":146.76,"width":"138.09","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":45,"change":"Addition","str":"Förderung [Jahre] 20","line":45,"x":236.16,"y":142.74,"width":"71.31","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":46,"change":"Addition","str":"- Auf Grundlage des Marktpreises der Kohle in der Agrarbranche wurden ","line":2,"x":68.04,"y":564.1799,"width":"306.12","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":46,"change":"Addition","str":"- Auf Grundlage des Marktpreises der Kohle in der Agrarbranche wurden ","line":2,"x":68.04,"y":564.1799,"width":"306.12","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":46,"change":"Addition","str":"weils durch einen Verkaufszielpreis für die Kohle auf dem Markt kenn -","line":4,"x":82.26000000000002,"y":536.1629,"width":"300.31","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":46,"change":"Addition","str":"weils durch einen Verkaufszielpreis für die Kohle auf dem Markt kenn -","line":4,"x":82.26000000000002,"y":536.1629,"width":"300.31","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":46,"change":"Addition","str":"- Optimierte Konfig uration 1 – Preis für die Kohleaufwertung = 0 €/t;","line":6,"x":82.25999999999999,"y":508.2089000000001,"width":"268.68","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":46,"change":"Addition","str":"- Optimierte Konfig uration 1 – Preis für die Kohleaufwertung = 0 €/t;","line":6,"x":82.25999999999999,"y":508.2089000000001,"width":"268.68","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
@ -1117,7 +1129,6 @@
|
|||||||
{"page":65,"change":"Addition","str":"ration der Mikrobenbelastung variiert zwischen 10 1 und 10 7 KBE/ml. Abbil -","line":24,"x":70.92900000000003,"y":125.04,"width":"306.97","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":65,"change":"Addition","str":"ration der Mikrobenbelastung variiert zwischen 10 1 und 10 7 KBE/ml. Abbil -","line":24,"x":70.92900000000003,"y":125.04,"width":"306.97","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":65,"change":"Addition","str":"dung 3 - B zeigt hingegen die Werte der während des Mikrobenwachstums ent -","line":25,"x":70.923,"y":111.063,"width":"314.48","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":65,"change":"Addition","str":"dung 3 - B zeigt hingegen die Werte der während des Mikrobenwachstums ent -","line":25,"x":70.923,"y":111.063,"width":"314.48","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":65,"change":"Addition","str":"0 2 4 6","line":38,"x":113.8944,"y":291.8853,"width":"14.26","height":"7.12","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
{"page":65,"change":"Addition","str":"0 2 4 6","line":38,"x":113.8944,"y":291.8853,"width":"14.26","height":"7.12","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":65,"change":"Addition","str":"Phase Verzögeru","line":45,"x":119.0887,"y":428.2765,"width":"27.81","height":"4.13","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
|
||||||
{"page":66,"change":"Addition","str":"standenen Gesamtwärme, die aus der Integration des durch die Wärmefluss -","line":2,"x":68.04,"y":564.0599,"width":"314.52","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"standenen Gesamtwärme, die aus der Integration des durch die Wärmefluss -","line":2,"x":68.04,"y":564.0599,"width":"314.52","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"kurve für die verschiedenen Anfangskonzentrationen der Mikrobenbela stung ","line":3,"x":68.04000000000002,"y":550.0829,"width":"316.88","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"kurve für die verschiedenen Anfangskonzentrationen der Mikrobenbela stung ","line":3,"x":68.04000000000002,"y":550.0829,"width":"316.88","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"die folgende veränderte Gompertz - Funktion beschrieben werden:","line":6,"x":68.04000000000002,"y":508.0889000000001,"width":"267.74","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"die folgende veränderte Gompertz - Funktion beschrieben werden:","line":6,"x":68.04000000000002,"y":508.0889000000001,"width":"267.74","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
@ -1132,11 +1143,10 @@
|
|||||||
{"page":66,"change":"Addition","str":"Zeit der Höchstwert des Wärmeflusses ( Φ max ) und die Zeit, zu der dieser Wert ","line":19,"x":68.03999999999999,"y":140.88,"width":"316.53","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","LHIUMR+SymbolMT"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"Zeit der Höchstwert des Wärmeflusses ( Φ max ) und die Zeit, zu der dieser Wert ","line":19,"x":68.03999999999999,"y":140.88,"width":"316.53","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","LHIUMR+SymbolMT"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"auftritt (t p ), gemessen werden. Alle für beide Mikroorganismen angegebenen ","line":20,"x":68.04299999999998,"y":126.9,"width":"317.04","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"auftritt (t p ), gemessen werden. Alle für beide Mikroorganismen angegebenen ","line":20,"x":68.04299999999998,"y":126.9,"width":"317.04","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"0 5 10 15","line":28,"x":98.264,"y":232.8501,"width":"21.11","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"0 5 10 15","line":28,"x":98.264,"y":232.8501,"width":"21.11","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"a d","line":31,"x":120.7886,"y":355.1998,"width":"7.43","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"b c e","line":33,"x":130.7529,"y":353.3797,"width":"10.16","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"b c e","line":32,"x":130.7529,"y":353.3797,"width":"10.16","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"f g","line":34,"x":173.0141,"y":348.4079,"width":"5.86","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"f g","line":33,"x":173.0141,"y":348.4079,"width":"5.86","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"0 5 10 15","line":41,"x":239.6517,"y":233.2233,"width":"21.11","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"0 5 10 15","line":40,"x":239.6517,"y":233.2233,"width":"21.11","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
{"page":66,"change":"Addition","str":"B A","line":45,"x":199.9328,"y":360.1597,"width":"9.78","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"Addition","str":"B A","line":44,"x":199.9328,"y":360.1597,"width":"9.78","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
|
||||||
{"page":67,"change":"Addition","str":"für Anwendungen in der Lebensmittel - und Pharmabranche","line":1,"x":170.22606,"y":601.2629,"width":"212.84","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":67,"change":"Addition","str":"für Anwendungen in der Lebensmittel - und Pharmabranche","line":1,"x":170.22606,"y":601.2629,"width":"212.84","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":67,"change":"Addition","str":"Ta belle 2 – Thermokinetische Parameter aus den kalorimetrischen Kurven des M ikrobenwachstums ","line":3,"x":70.92,"y":567.9,"width":"314.66","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":67,"change":"Addition","str":"Ta belle 2 – Thermokinetische Parameter aus den kalorimetrischen Kurven des M ikrobenwachstums ","line":3,"x":70.92,"y":567.9,"width":"314.66","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":67,"change":"Addition","str":"von S. thermophilus und E. faecalis .","line":4,"x":70.92000000000002,"y":558.90036,"width":"114.89","height":"7.02","fontName":["CRDKGT+ArialMT","UJLJRF+Arial-ItalicMT"],"dir":["ltr"]}
|
{"page":67,"change":"Addition","str":"von S. thermophilus und E. faecalis .","line":4,"x":70.92000000000002,"y":558.90036,"width":"114.89","height":"7.02","fontName":["CRDKGT+ArialMT","UJLJRF+Arial-ItalicMT"],"dir":["ltr"]}
|
||||||
@ -1175,21 +1185,23 @@
|
|||||||
{"page":68,"change":"Addition","str":"Q tot","line":17,"x":266.58,"y":453.12,"width":"13.90","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"Q tot","line":17,"x":266.58,"y":453.12,"width":"13.90","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"t p","line":19,"x":302.04,"y":453.12,"width":"6.25","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"t p","line":19,"x":302.04,"y":453.12,"width":"6.25","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"μ max ","line":21,"x":72,"y":394.44,"width":"17.94","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"μ max ","line":21,"x":72,"y":394.44,"width":"17.94","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"(h - 1 ) 0,632 -","line":22,"x":72,"y":382.44,"width":"41.96","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"(h - 1 ) ","line":22,"x":72,"y":382.44,"width":"20.83","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"(h) - 0,995** - 0,625 -","line":24,"x":72,"y":349.2,"width":"64.96","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"0,632 -","line":23,"x":110.76,"y":388.98,"width":"21.13","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"Q tot ","line":25,"x":72,"y":326.76,"width":"15.36","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"(h) - 0,995** - 0,625 -","line":25,"x":72,"y":349.2,"width":"64.96","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"(J) - 0,439 - 0,358 0,402 -","line":26,"x":72,"y":314.82,"width":"76.75","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"Q tot ","line":26,"x":72,"y":326.76,"width":"15.36","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"t p ","line":27,"x":72,"y":292.38,"width":"7.74","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"- 0,439 - 0,358 0,402 -","line":28,"x":110.76,"y":321.3,"width":"67.38","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"(h) - 0,990** - 0,600 0,993** 0,497 -","line":28,"x":72,"y":280.44,"width":"108.34","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"t p ","line":29,"x":72,"y":292.38,"width":"7.74","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"Φ max ","line":29,"x":72,"y":258,"width":"18.99","height":"9.00","fontName":["LHIUMR+SymbolMT","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"- 0,990** - 0,600 0,993** 0,497 -","line":31,"x":110.76,"y":286.92,"width":"96.79","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"( μW) 0,488 0,237 - 0,505 - 0,740 - 0,580 ","line":30,"x":72,"y":246.06,"width":"127.61","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"Φ max ","line":32,"x":72,"y":258,"width":"18.99","height":"9.00","fontName":["LHIUMR+SymbolMT","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"benwachstums im Intervall der in dieser Studie verwendeten Mikrobenkon -","line":32,"x":68.04,"y":199.626,"width":"314.59","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"( μW)","line":33,"x":72,"y":246.06,"width":"21.29","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"zentrationen zwischen 10 1 und 10 7 KBE/ml von 2,3 ± 0,2 auf 10,9 ± 0,6 Stunden ","line":33,"x":68.04000000000002,"y":185.58,"width":"314.31","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"0,488 0,237 - 0,505 - 0,740 - 0,580 ","line":34,"x":110.76,"y":252.54,"width":"106.32","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"signifikant gestiegen ist (p < 0,01). Die Daten zeigen eine lineare Korrelation ","line":34,"x":68.03999999999999,"y":171.603,"width":"314.63","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"benwachstums im Intervall der in dieser Studie verwendeten Mikrobenkon -","line":36,"x":68.04,"y":199.626,"width":"314.59","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"Verzögerungszeit des Wachstums (R 2 = 0,99) mit einer Gleichun g von λ = - 1,39 ","line":36,"x":68.03099999999998,"y":143.46300000000002,"width":"314.77","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","LHIUMR+SymbolMT"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"zentrationen zwischen 10 1 und 10 7 KBE/ml von 2,3 ± 0,2 auf 10,9 ± 0,6 Stunden ","line":37,"x":68.04000000000002,"y":185.58,"width":"314.31","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"*C + 11,11 (C steht für log(KBE/ml)) für S. thermophilus . Ähnliche Ergebnisse ","line":37,"x":68.0279999999999,"y":129.603,"width":"317.45","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"signifikant gestiegen ist (p < 0,01). Die Daten zeigen eine lineare Korrelation ","line":38,"x":68.03999999999999,"y":171.603,"width":"314.63","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"wurden auch für das Mikrobenwachstum von E. faecalis erzielt. Auch in die -","line":38,"x":68.02799999999993,"y":115.626,"width":"311.90","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"Verzögerungszeit des Wachstums (R 2 = 0,99) mit einer Gleichun g von λ = - 1,39 ","line":40,"x":68.03099999999998,"y":143.46300000000002,"width":"314.77","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","LHIUMR+SymbolMT"],"dir":["ltr"]}
|
||||||
{"page":68,"change":"Addition","str":"sem Fall wurde ein linearer Zusammenhang (R 2 = 0,99) b eobachtet, mit einer ","line":39,"x":68.0279999999999,"y":101.58,"width":"314.37","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":68,"change":"Addition","str":"*C + 11,11 (C steht für log(KBE/ml)) für S. thermophilus . Ähnliche Ergebnisse ","line":41,"x":68.0279999999999,"y":129.603,"width":"317.45","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
|
{"page":68,"change":"Addition","str":"wurden auch für das Mikrobenwachstum von E. faecalis erzielt. Auch in die -","line":42,"x":68.02799999999993,"y":115.626,"width":"311.90","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic"],"dir":["ltr"]}
|
||||||
|
{"page":68,"change":"Addition","str":"sem Fall wurde ein linearer Zusammenhang (R 2 = 0,99) b eobachtet, mit einer ","line":43,"x":68.0279999999999,"y":101.58,"width":"314.37","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":69,"change":"Addition","str":"für Anwendungen in der Lebensmittel - und Pharmabranche","line":1,"x":170.22606,"y":601.2629,"width":"212.84","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":69,"change":"Addition","str":"für Anwendungen in der Lebensmittel - und Pharmabranche","line":1,"x":170.22606,"y":601.2629,"width":"212.84","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":69,"change":"Addition","str":"Gleichung von λ = - 1,59 *C + 19,57. Die anderen Variablen, wie die Gesamt -","line":3,"x":70.92,"y":563.9429,"width":"307.55","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","LHIUMR+SymbolMT"],"dir":["ltr"]}
|
{"page":69,"change":"Addition","str":"Gleichung von λ = - 1,59 *C + 19,57. Die anderen Variablen, wie die Gesamt -","line":3,"x":70.92,"y":563.9429,"width":"307.55","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","LHIUMR+SymbolMT"],"dir":["ltr"]}
|
||||||
{"page":69,"change":"Addition","str":"wärme (Q tot ), die Höchstgeschwindigkeit des Wachstums ( μ max ) und der ma -","line":4,"x":70.92000000000002,"y":549.9,"width":"314.45","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":69,"change":"Addition","str":"wärme (Q tot ), die Höchstgeschwindigkeit des Wachstums ( μ max ) und der ma -","line":4,"x":70.92000000000002,"y":549.9,"width":"314.45","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
@ -1599,12 +1611,13 @@
|
|||||||
{"page":87,"change":"Addition","str":"mit den wässrigen Kohleextrakten als auch für die Kontrol l en . Jede Behandlung ","line":18,"x":70.92000000000002,"y":353.8470000000002,"width":"316.69","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"mit den wässrigen Kohleextrakten als auch für die Kontrol l en . Jede Behandlung ","line":18,"x":70.92000000000002,"y":353.8470000000002,"width":"316.69","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Addition","str":"wurde zehnmal repliziert. Zur Berechnung des Keimin dex (GI) wurde der Quo -","line":19,"x":70.92000000000007,"y":339.87000000000023,"width":"314.66","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"wurde zehnmal repliziert. Zur Berechnung des Keimin dex (GI) wurde der Quo -","line":19,"x":70.92000000000007,"y":339.87000000000023,"width":"314.66","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Addition","str":"der gekeimten Samen einer Behandlung und dem der Kontrollgruppe multipli -","line":22,"x":70.92000000000007,"y":297.87600000000026,"width":"314.70","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"der gekeimten Samen einer Behandlung und dem der Kontrollgruppe multipli -","line":22,"x":70.92000000000007,"y":297.87600000000026,"width":"314.70","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Addition","str":"𝐺𝐺𝐺𝐺 = 𝐴𝐴 𝐺𝐺𝐴𝐴 𝑏𝑏𝑏𝑏 ℎ 𝑎𝑎𝑎𝑎𝑎𝑎 𝑏𝑏 𝑎𝑎𝑎𝑎 𝑥𝑥 𝐿𝐿 𝐴𝐴 𝐿𝐿 𝑏𝑏𝑏𝑏 ℎ 𝑎𝑎𝑎𝑎𝑎𝑎 𝑏𝑏 𝑎𝑎𝑎𝑎","line":24,"x":163.73700000000008,"y":254.98200000000028,"width":"119.56","height":"9.00","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"𝐺𝐺𝐺𝐺 =","line":24,"x":163.73700000000008,"y":254.98200000000028,"width":"15.75","height":"9.00","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Addition","str":"𝐴𝐴 𝐺𝐺𝐴𝐴 𝐾𝐾𝐾𝐾 𝑎𝑎𝑎𝑎 𝐾𝐾𝐾𝐾 𝑎𝑎𝑎𝑎𝑏𝑏 𝑥𝑥 𝐿𝐿 𝐴𝐴 𝐿𝐿 𝐾𝐾𝐾𝐾 𝑎𝑎𝑎𝑎 𝐾𝐾𝐾𝐾 𝑎𝑎𝑎𝑎𝑏𝑏","line":25,"x":186.42,"y":247.08,"width":"100.58","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"𝐴𝐴 𝐺𝐺𝐴𝐴 𝑏𝑏𝑏𝑏 ℎ 𝑎𝑎𝑎𝑎𝑎𝑎 𝑏𝑏 𝑎𝑎𝑎𝑎 𝑥𝑥 𝐿𝐿 𝐴𝐴 𝐿𝐿 𝑏𝑏𝑏𝑏 ℎ 𝑎𝑎𝑎𝑎𝑎𝑎 𝑏𝑏 𝑎𝑎𝑎𝑎","line":25,"x":184.86000000000007,"y":259.92,"width":"103.81","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Addition","str":"2.8 Statistische Analyse ","line":29,"x":70.92,"y":175.5,"width":"119.15","height":"10.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"𝐴𝐴 𝐺𝐺𝐴𝐴 𝐾𝐾𝐾𝐾 𝑎𝑎𝑎𝑎 𝐾𝐾𝐾𝐾 𝑎𝑎𝑎𝑎𝑏𝑏 𝑥𝑥 𝐿𝐿 𝐴𝐴 𝐿𝐿 𝐾𝐾𝐾𝐾 𝑎𝑎𝑎𝑎 𝐾𝐾𝐾𝐾 𝑎𝑎𝑎𝑎𝑏𝑏","line":26,"x":186.42,"y":247.08,"width":"100.58","height":"9.00","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Addition","str":"Die Ergebnisse werden als Mittelwert von mindestens fünf biologischen Rep -","line":30,"x":70.92,"y":155.7,"width":"314.52","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"2.8 Statistische Analyse ","line":30,"x":70.92,"y":175.5,"width":"119.15","height":"10.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Addition","str":"likaten ± Standardfehler (SF) dargestellt. Es wurde eine einfaktorielle Va -","line":31,"x":70.92000000000002,"y":141.72299999999998,"width":"314.67","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"Die Ergebnisse werden als Mittelwert von mindestens fünf biologischen Rep -","line":31,"x":70.92,"y":155.7,"width":"314.52","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Addition","str":"rianzanalyse (One way ANOVA) mit der Version SigmaPlot 12.0 (Systat Soft -","line":32,"x":70.92000000000002,"y":127.74599999999998,"width":"314.52","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":87,"change":"Addition","str":"likaten ± Standardfehler (SF) dargestellt. Es wurde eine einfaktorielle Va -","line":32,"x":70.92000000000002,"y":141.72299999999998,"width":"314.67","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":87,"change":"Addition","str":"rianzanalyse (One way ANOVA) mit der Version SigmaPlot 12.0 (Systat Soft -","line":33,"x":70.92000000000002,"y":127.74599999999998,"width":"314.52","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":88,"change":"Addition","str":"Celletti , Borruso , Valentinuzzi , Basso , Patuzzi , Baratieri , Cesco , Mimmo","line":0,"x":68.04,"y":608.58,"width":"248.68","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":88,"change":"Addition","str":"Celletti , Borruso , Valentinuzzi , Basso , Patuzzi , Baratieri , Cesco , Mimmo","line":0,"x":68.04,"y":608.58,"width":"248.68","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":88,"change":"Addition","str":"Grundlage des Turkey - Tests verglichen. Verschiedene Buchstaben stehen für ","line":2,"x":68.04,"y":569.8199,"width":"317.04","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":88,"change":"Addition","str":"Grundlage des Turkey - Tests verglichen. Verschiedene Buchstaben stehen für ","line":2,"x":68.04,"y":569.8199,"width":"317.04","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":88,"change":"Addition","str":"3. Ergebnisse und Diskussion","line":4,"x":68.04,"y":512.04,"width":"154.71","height":"12.00","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":88,"change":"Addition","str":"3. Ergebnisse und Diskussion","line":4,"x":68.04,"y":512.04,"width":"154.71","height":"12.00","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
@ -2772,12 +2785,13 @@
|
|||||||
{"page":157,"change":"Addition","str":"tio Mass Spectrometer - IRMS, Thermo Scientific, Germany). Der Überschuss ","line":11,"x":70.92000000000007,"y":265.086,"width":"314.40","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"tio Mass Spectrometer - IRMS, Thermo Scientific, Germany). Der Überschuss ","line":11,"x":70.92000000000007,"y":265.086,"width":"314.40","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"Addition","str":"an 15 N (% Atome) in den Organen und im Dünger im Vergleich zum natürli -","line":12,"x":70.91100000000006,"y":251.04,"width":"314.09","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"an 15 N (% Atome) in den Organen und im Dünger im Vergleich zum natürli -","line":12,"x":70.91100000000006,"y":251.04,"width":"314.09","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"Addition","str":"chen Über schuss von 15 N (0,366 % Atome) wurde w ie folgt berechnet:","line":13,"x":70.92599999999999,"y":237.06,"width":"280.92","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"chen Über schuss von 15 N (0,366 % Atome) wurde w ie folgt berechnet:","line":13,"x":70.92599999999999,"y":237.06,"width":"280.92","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"Addition","str":"N aus Dünger = Gesamt − N Organ ( mg ) × ( N Überschuss Gewebe − natürlicher N Überschuss ) 15 15","line":14,"x":70.923,"y":209.637,"width":"292.99","height":"9.00","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"N aus Dünger =","line":14,"x":70.923,"y":209.637,"width":"58.52","height":"9.00","fontName":["WASIKV+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"Addition","str":"( N Überschuss Dünger − natürlicher N 15 Überschuss ) 15","line":15,"x":174.18,"y":205.14,"width":"160.64","height":"6.48","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"Gesamt − N Organ ( mg ) × ( N Überschuss Gewebe − natürlicher N Überschuss ) 15 15","line":15,"x":136.44,"y":215.1,"width":"234.47","height":"6.48","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"Addition","str":"2.1.4 Analyse der in den Blättern vorhandenen Makro- und ","line":16,"x":70.92,"y":182.04,"width":"262.23","height":"10.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"( N Überschuss Dünger − natürlicher N 15 Überschuss ) 15","line":16,"x":174.18,"y":205.14,"width":"160.64","height":"6.48","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"Addition","str":"Die Blattkonzentration von Stickstoff (N), Kalium (K), Magnesium (Mg), Kal -","line":18,"x":70.92,"y":154.56,"width":"314.43","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"2.1.4 Analyse der in den Blättern vorhandenen Makro- und ","line":17,"x":70.92,"y":182.04,"width":"262.23","height":"10.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"Addition","str":"zium (Ca), Phosphor (P), Kupfer (Cu), Zink (Zn), Bor (B), Eisen (Fe) und Man -","line":19,"x":70.92000000000002,"y":140.52,"width":"314.47","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"Die Blattkonzentration von Stickstoff (N), Kalium (K), Magnesium (Mg), Kal -","line":19,"x":70.92,"y":154.56,"width":"314.43","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"Addition","str":"gan (Mn) wurde mittels Analyse mit einem ICP - MS (Inductively Coupled ","line":20,"x":70.92000000000002,"y":126.543,"width":"318.51","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":157,"change":"Addition","str":"zium (Ca), Phosphor (P), Kupfer (Cu), Zink (Zn), Bor (B), Eisen (Fe) und Man -","line":20,"x":70.92000000000002,"y":140.52,"width":"314.47","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":157,"change":"Addition","str":"gan (Mn) wurde mittels Analyse mit einem ICP - MS (Inductively Coupled ","line":21,"x":70.92000000000002,"y":126.543,"width":"318.51","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":158,"change":"Addition","str":"Plasma Mass Spectrometer, Thermo Scientific, Bremen, Germany) nach Säu -","line":2,"x":68.04,"y":564.0599,"width":"314.60","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":158,"change":"Addition","str":"Plasma Mass Spectrometer, Thermo Scientific, Bremen, Germany) nach Säu -","line":2,"x":68.04,"y":564.0599,"width":"314.60","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":158,"change":"Addition","str":"re aufschluss der Blattprobe ermittelt (2,5 ml HNO 3 - 65 %, w/w - auf 0,1 g Tro -","line":3,"x":68.04000000000002,"y":549.9,"width":"310.08","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":158,"change":"Addition","str":"re aufschluss der Blattprobe ermittelt (2,5 ml HNO 3 - 65 %, w/w - auf 0,1 g Tro -","line":3,"x":68.04000000000002,"y":549.9,"width":"310.08","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":158,"change":"Addition","str":"2.1.5 Statistische Analyse","line":5,"x":68.04,"y":512.58,"width":"114.34","height":"10.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":158,"change":"Addition","str":"2.1.5 Statistische Analyse","line":5,"x":68.04,"y":512.58,"width":"114.34","height":"10.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
@ -3200,23 +3214,24 @@
|
|||||||
{"page":186,"change":"Addition","str":"topensignatur (δ 13 C) wurden auch an 4 Bioc har - Proben durchgeführt.","line":28,"x":68.043,"y":188.04,"width":"282.89","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":186,"change":"Addition","str":"topensignatur (δ 13 C) wurden auch an 4 Bioc har - Proben durchgeführt.","line":28,"x":68.043,"y":188.04,"width":"282.89","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":186,"change":"Addition","str":"Da die isotopische Massenbilanz nur eingesetzt werden kann, wenn zwei Koh -","line":29,"x":68.031,"y":174.063,"width":"319.94","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":186,"change":"Addition","str":"Da die isotopische Massenbilanz nur eingesetzt werden kann, wenn zwei Koh -","line":29,"x":68.031,"y":174.063,"width":"319.94","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":186,"change":"Addition","str":"B1C und B2 C. Letztere haben nämlich drei Kohlenstoffquellen (die ursprüngli -","line":32,"x":68.031,"y":132.069,"width":"319.89","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":186,"change":"Addition","str":"B1C und B2 C. Letztere haben nämlich drei Kohlenstoffquellen (die ursprüngli -","line":32,"x":68.031,"y":132.069,"width":"319.89","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"𝑓𝑓 = 𝛿𝛿 13 𝐶𝐶 𝑡𝑡𝑡𝑡𝑡𝑡 − 𝛿𝛿 13 𝐶𝐶 𝑆𝑆𝑆𝑆𝑆𝑆","line":3,"x":70.92,"y":539.7,"width":"99.96","height":"13.98","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"𝑓𝑓 =","line":3,"x":70.92,"y":539.7,"width":"18.13","height":"13.98","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"𝛿𝛿 13 𝐶𝐶 𝑏𝑏𝑏𝑏 𝑡𝑡 𝑐𝑐 ℎ 𝑎𝑎𝑎𝑎 − 𝛿𝛿 13 𝐶𝐶 𝑆𝑆𝑆𝑆𝑆𝑆","line":4,"x":97.26,"y":530.58,"width":"101.98","height":"10.02","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"𝛿𝛿 13 𝐶𝐶 𝑡𝑡𝑡𝑡𝑡𝑡 − 𝛿𝛿 13 𝐶𝐶 𝑆𝑆𝑆𝑆𝑆𝑆","line":4,"x":108.72,"y":545.8799,"width":"81.82","height":"10.02","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"wobei f der aus Biochar stammenden organischen Kohlenstofffraktion des Bo -","line":6,"x":70.92300000000003,"y":505.14599999999996,"width":"319.98","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"𝛿𝛿 13 𝐶𝐶 𝑏𝑏𝑏𝑏 𝑡𝑡 𝑐𝑐 ℎ 𝑎𝑎𝑎𝑎 − 𝛿𝛿 13 𝐶𝐶 𝑆𝑆𝑆𝑆𝑆𝑆","line":5,"x":97.26,"y":530.58,"width":"101.98","height":"10.02","fontName":["CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"dens entspricht (C biochar /C tot ); die Isotopensignaturen entsprechen hingegen dem ","line":7,"x":70.923,"y":490.98,"width":"321.91","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"wobei f der aus Biochar stammenden organischen Kohlenstofffraktion des Bo -","line":7,"x":70.92300000000003,"y":505.14599999999996,"width":"319.98","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"mit Biochar verbesserten Boden ( δ 13 C tot ), der ursprünglichen organi schen ","line":8,"x":70.91999999999999,"y":476.94,"width":"322.22","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"dens entspricht (C biochar /C tot ); die Isotopensignaturen entsprechen hingegen dem ","line":8,"x":70.923,"y":490.98,"width":"321.91","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"Bodensubstanz (soil organic matter, SOM) (δ 13 C SOM ) und de m Biochar ","line":9,"x":70.91699999999997,"y":462.96,"width":"315.17","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"mit Biochar verbesserten Boden ( δ 13 C tot ), der ursprünglichen organi schen ","line":9,"x":70.91999999999999,"y":476.94,"width":"322.22","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"(δ 13 C biochar ). Der Wert von δ 13 C SOM wurde durch Analyse der Bodenpro ben aus ","line":10,"x":70.91699999999997,"y":448.98,"width":"320.00","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"Bodensubstanz (soil organic matter, SOM) (δ 13 C SOM ) und de m Biochar ","line":10,"x":70.91699999999997,"y":462.96,"width":"315.17","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"den Parzellen vor Verteilung der Bodenverbesserungsmittel (t0) ermit telt.","line":11,"x":70.91999999999996,"y":435.12,"width":"300.39","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"(δ 13 C biochar ). Der Wert von δ 13 C SOM wurde durch Analyse der Bodenpro ben aus ","line":11,"x":70.91699999999997,"y":448.98,"width":"320.00","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"Die Daten wurden verwendet, um die aus Biochar stammende Kohlenstoff -","line":12,"x":70.92000000000002,"y":421.14300000000003,"width":"316.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"den Parzellen vor Verteilung der Bodenverbesserungsmittel (t0) ermit telt.","line":12,"x":70.91999999999996,"y":435.12,"width":"300.39","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"menge (Biochar - C) in der Bodenschicht (20 cm) zu ermitteln, aus der die Probe ","line":13,"x":70.92000000000002,"y":407.16600000000005,"width":"322.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"Die Daten wurden verwendet, um die aus Biochar stammende Kohlenstoff -","line":13,"x":70.92000000000002,"y":421.14300000000003,"width":"316.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"Biochar−C [t/ha] = f × C or g [%]/100 × ρ Boden [g/cm 3 ] × 20 [cm] × 100 [2]","line":16,"x":70.92900000000004,"y":350.94,"width":"268.25","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"menge (Biochar - C) in der Bodenschicht (20 cm) zu ermitteln, aus der die Probe ","line":14,"x":70.92000000000002,"y":407.16600000000005,"width":"322.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"wobei C org , der Konzentration von organischem Kohlenstoff im Boden ent-","line":17,"x":70.92299999999994,"y":322.98,"width":"319.85","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"Biochar−C [t/ha] = f × C or g [%]/100 × ρ Boden [g/cm 3 ] × 20 [cm] × 100 [2]","line":17,"x":70.92900000000004,"y":350.94,"width":"268.25","height":"9.00","fontName":["QBUDEH+PalatinoLinotype-Roman","JWGNKV+PalatinoLinotype-Italic","PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"C t = C 0 e - kt [3]","line":21,"x":70.923,"y":252.96,"width":"46.42","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","QBUDEH+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"wobei C org , der Konzentration von organischem Kohlenstoff im Boden ent-","line":18,"x":70.92299999999994,"y":322.98,"width":"319.85","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"wobei C t è der Menge an Biochar - C entspricht, die zum Zeitpunkt t im Boden ","line":22,"x":70.917,"y":224.94,"width":"319.89","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"C t = C 0 e - kt [3]","line":22,"x":70.923,"y":252.96,"width":"46.42","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman","QBUDEH+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"verbleibt, C 0 der auf dem Boden verteilten Dosis von Biochar - C und k der Zer -","line":23,"x":70.93200000000002,"y":210.96,"width":"317.42","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"wobei C t è der Menge an Biochar - C entspricht, die zum Zeitpunkt t im Boden ","line":23,"x":70.917,"y":224.94,"width":"319.89","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"setzungskonstante de s Biochar s . Die durchschnittliche Verwei lzeit (Mean Resi -","line":24,"x":70.93200000000002,"y":197.16299999999998,"width":"317.82","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"verbleibt, C 0 der auf dem Boden verteilten Dosis von Biochar - C und k der Zer -","line":24,"x":70.93200000000002,"y":210.96,"width":"317.42","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":187,"change":"Addition","str":"dence Time, MRT) des Biochar s im Boden wurde als 1/k berechnet.","line":25,"x":70.92300000000006,"y":183.123,"width":"267.35","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":187,"change":"Addition","str":"setzungskonstante de s Biochar s . Die durchschnittliche Verwei lzeit (Mean Resi -","line":25,"x":70.93200000000002,"y":197.16299999999998,"width":"317.82","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
{"page":187,"change":"Addition","str":"dence Time, MRT) des Biochar s im Boden wurde als 1/k berechnet.","line":26,"x":70.92300000000006,"y":183.123,"width":"267.35","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":188,"change":"Addition","str":"2.3.2 BPCA - Methode ","line":2,"x":68.04,"y":551.58,"width":"96.26","height":"10.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":188,"change":"Addition","str":"2.3.2 BPCA - Methode ","line":2,"x":68.04,"y":551.58,"width":"96.26","height":"10.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":188,"change":"Addition","str":"Analyse spezifischer molekularer Marker für schwarzen Kohlenstoff bestimmt ","line":5,"x":68.04,"y":498.0630000000001,"width":"322.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":188,"change":"Addition","str":"Analyse spezifischer molekularer Marker für schwarzen Kohlenstoff bestimmt ","line":5,"x":68.04,"y":498.0630000000001,"width":"322.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":188,"change":"Addition","str":"(aromatische Polycarboxylsäuren, BPCA); dazu wurde die von Busch und Gla -","line":6,"x":68.04,"y":484.0860000000001,"width":"320.00","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":188,"change":"Addition","str":"(aromatische Polycarboxylsäuren, BPCA); dazu wurde die von Busch und Gla -","line":6,"x":68.04,"y":484.0860000000001,"width":"320.00","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
@ -3351,14 +3366,11 @@
|
|||||||
{"page":196,"change":"Addition","str":"N deutlich höher als die der Behandlung B2. Im Mai 2018 hingegen wurden in ","line":12,"x":68.03399999999999,"y":423.24300000000005,"width":"322.44","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":196,"change":"Addition","str":"N deutlich höher als die der Behandlung B2. Im Mai 2018 hingegen wurden in ","line":12,"x":68.03399999999999,"y":423.24300000000005,"width":"322.44","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":196,"change":"Addition","str":"Emissionen als alle anderen. Im Juni 2019 schließlich wurden in der Behand -","line":15,"x":68.03400000000002,"y":381.3660000000001,"width":"319.89","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":196,"change":"Addition","str":"Emissionen als alle anderen. Im Juni 2019 schließlich wurden in der Behand -","line":15,"x":68.03400000000002,"y":381.3660000000001,"width":"319.89","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":196,"change":"Addition","str":"lung C höhere Emissionen registriert als in der Behandlung B2.","line":16,"x":68.03399999999999,"y":367.3890000000001,"width":"254.53","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":196,"change":"Addition","str":"lung C höhere Emissionen registriert als in der Behandlung B2.","line":16,"x":68.03399999999999,"y":367.3890000000001,"width":"254.53","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":197,"change":"Addition","str":"– Vom Boden des Versuchsweinbergs Labers in Meran ausgehende CO","line":4,"x":296.46,"y":120.78,"width":"236.03","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":197,"change":"Addition","str":"2 - Emissionen (mmol/m","line":6,"x":296.46,"y":359.94,"width":"73.03","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":197,"change":"Addition","str":"2 - Emissionen (mmol/m","line":5,"x":296.46,"y":359.94,"width":"73.03","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":197,"change":"Addition","str":"2 /s), die in Verbindung mit den sechs ","line":7,"x":293.64,"y":433.08,"width":"126.36","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":197,"change":"Addition","str":"2 /s), die in Verbindung mit den sechs ","line":6,"x":293.64,"y":433.08,"width":"126.36","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":198,"change":"Addition","str":"- Emissionen (nmol/m2/s), die in Verbindung mit den sechs ","line":5,"x":268.5,"y":362.64,"width":"196.13","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":198,"change":"Addition","str":"– Vom Boden des Versuchsweinbergs Labers in Meran ausgehende CH4","line":3,"x":268.5,"y":120.06,"width":"239.45","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":199,"change":"Addition","str":"2 O","line":6,"x":273.3,"y":360.72,"width":"7.96","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":198,"change":"Addition","str":"- Emissionen (nmol/m2/s), die in Verbindung mit den sechs ","line":4,"x":268.5,"y":362.64,"width":"196.13","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":199,"change":"Addition","str":"- Emissionen (nmol/m2/s), die in Verbindung mit den sechs ","line":7,"x":273.3,"y":368.8809,"width":"196.61","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":199,"change":"Addition","str":"– Vom Boden des Versuchsweinbergs Labers in Meran ausgehende N","line":4,"x":273.3,"y":126.84,"width":"230.72","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
|
||||||
{"page":199,"change":"Addition","str":"2 O - Emissionen (nmol/m2/s), die in Verbindung mit den sechs ","line":5,"x":273.3,"y":360.72,"width":"204.58","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
|
||||||
{"page":199,"change":"Addition","str":"n Vergleichs zwischen den Behandlungen sind in Tab. 2 ","line":14,"x":309.3,"y":382.32,"width":"180.17","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
|
||||||
{"page":200,"change":"Addition","str":"Tabelle 2 – Ergebnisse des statistischen Vergleichs der vom Boden ausgehenden CO 2 - (mmol/m 2 /s) ","line":2,"x":68.04,"y":567.24,"width":"313.01","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":200,"change":"Addition","str":"Tabelle 2 – Ergebnisse des statistischen Vergleichs der vom Boden ausgehenden CO 2 - (mmol/m 2 /s) ","line":2,"x":68.04,"y":567.24,"width":"313.01","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":200,"change":"Addition","str":"und N 2 O - Emissionen (nmol/m 2 /s), die in Verbindung mit den sechs Behandlungen gemessen wur -","line":3,"x":68.04084,"y":558.24,"width":"314.16","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":200,"change":"Addition","str":"und N 2 O - Emissionen (nmol/m 2 /s), die in Verbindung mit den sechs Behandlungen gemessen wur -","line":3,"x":68.04084,"y":558.24,"width":"314.16","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":200,"change":"Addition","str":"t /ha Biochar + 45 t/ha Kompost), B2C (50 t/ha Biochar + 45 t/ha Kompost). Die Messungen wurden ","line":5,"x":68.03484000000003,"y":540.90072,"width":"316.44","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":200,"change":"Addition","str":"t /ha Biochar + 45 t/ha Kompost), B2C (50 t/ha Biochar + 45 t/ha Kompost). Die Messungen wurden ","line":5,"x":68.03484000000003,"y":540.90072,"width":"316.44","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
@ -3730,26 +3742,23 @@
|
|||||||
{"page":217,"change":"Addition","str":"Fall 1 Tonne Biochar entspricht. Nähere Einzelheiten zu den Berechnungen ","line":12,"x":70.91100000000009,"y":424.10090000000014,"width":"317.95","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":217,"change":"Addition","str":"Fall 1 Tonne Biochar entspricht. Nähere Einzelheiten zu den Berechnungen ","line":12,"x":70.91100000000009,"y":424.10090000000014,"width":"317.95","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":217,"change":"Addition","str":"sind in Abschn itt 2.3 dieses Kapitels aufgeführt.","line":13,"x":70.91100000000009,"y":410.0609000000001,"width":"195.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":217,"change":"Addition","str":"sind in Abschn itt 2.3 dieses Kapitels aufgeführt.","line":13,"x":70.91100000000009,"y":410.0609000000001,"width":"195.32","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Criscuoli, Panzacchi, Rossberg, Mwabonje, Cooper, Woods, Tonon ","line":0,"x":68.04,"y":610.4399,"width":"247.14","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Criscuoli, Panzacchi, Rossberg, Mwabonje, Cooper, Woods, Tonon ","line":0,"x":68.04,"y":610.4399,"width":"247.14","height":"7.98","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"– In der LCA untersuchte Produktionskette ","line":3,"x":313.1349,"y":148.4053,"width":"135.82","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Produktion von Rundholz und Hackschnitzeln (in Südtirol, Österreich und ","line":5,"x":128.7044,"y":54.1145,"width":"190.84","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Produktion von Rundholz und Hackschnitzeln (in Südtirol, Österreich und Slowenien) Produktion von Holzpellets (in ","line":4,"x":128.7044,"y":54.1145,"width":"298.66","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Produktion von Holzpellets (in ","line":7,"x":188.1606,"y":54.6265,"width":"78.87","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Transport der Biomasse mit Lkw und Bahn (innerhalb von Südtirol und aus ","line":8,"x":133.7803,"y":129.4581,"width":"192.17","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Transport der Biomasse mit Lkw und Bahn (innerhalb von Südtirol und aus ","line":11,"x":133.7803,"y":129.4581,"width":"192.17","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Österreich, Polen und Slowenien) Sensibilitäts","line":9,"x":180.2959,"y":133.7105,"width":"118.11","height":"6.37","fontName":["OORMCL+Calibri","KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Österreich, Polen und Slowenien) Sensibilitäts","line":12,"x":180.2959,"y":133.7105,"width":"118.11","height":"6.37","fontName":["OORMCL+Calibri","KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Vergasung (aktuelle ","line":12,"x":133.7597,"y":291.1653,"width":"52.85","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Vergasung (aktuelle ","line":15,"x":133.7597,"y":291.1653,"width":"52.85","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Vergasung (verbesserte Technologien)","line":14,"x":201.9817,"y":287.8192,"width":"99.90","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Vergasung (verbesserte Technologien)","line":17,"x":201.9817,"y":287.8192,"width":"99.90","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Verbindungen aus Rundholz und Hackschnitzeln","line":16,"x":162.7447,"y":200.0864,"width":"110.73","height":"5.73","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Rundholz und Hackschnitzeln","line":20,"x":169.5415,"y":203.9135,"width":"67.17","height":"5.73","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"- Extraktion (SOX)","line":18,"x":183.5599,"y":209.8668,"width":"39.38","height":"5.73","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"- Extraktion (SOX)","line":22,"x":183.5599,"y":209.8668,"width":"39.38","height":"5.73","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Transport zur Biochar zur Entsorgungsanlage Sensibilitätsanalyse Transport der Biochar zu den Agrarböden Sensibilitätsanalyse","line":19,"x":131.2075,"y":372.4443,"width":"310.52","height":"6.37","fontName":["OORMCL+Calibri","KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Transport zur Biochar zur Entsorgungsanlage Sensibilitätsanalyse Transport der Biochar zu den Agrarböden Sensibilitätsanalyse","line":23,"x":131.2075,"y":372.4443,"width":"310.52","height":"6.37","fontName":["OORMCL+Calibri","KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Biochar im Weinberg Verteilung der Biochar in der Obstplantage","line":21,"x":178.4286,"y":452.4433,"width":"165.27","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Biochar im Weinberg Verteilung der Biochar in der Obstplantage","line":25,"x":178.4286,"y":452.4433,"width":"165.27","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Verbindungen aus Rundholz und Hackschnitzeln Extraktion mit ","line":23,"x":202.5082,"y":199.8611,"width":"144.74","height":"5.73","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Rundholz und Hackschnitzeln Extraktion mit ","line":28,"x":209.305,"y":203.6882,"width":"101.17","height":"5.73","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Sonstige Abfälle (außer Biochar) (Asche, Teer usw.)","line":26,"x":160.9459,"y":371.3203,"width":"117.33","height":"5.73","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Entsorgungsanlage Sensibilitätsanalyse","line":34,"x":181.7611,"y":379.1872,"width":"91.03","height":"5.73","fontName":["OORMCL+Calibri","KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Transport zur Entsorgungsanlage Sensibilitätsanalyse","line":27,"x":174.7519,"y":379.1872,"width":"123.35","height":"5.73","fontName":["OORMCL+Calibri","KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"von Zement Verbrennung Mülldeponie","line":36,"x":126.9985,"y":463.5649,"width":"95.31","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"von Zement Verbrennung Mülldeponie","line":29,"x":126.9985,"y":463.5649,"width":"95.31","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Energie Energie","line":37,"x":114.6294,"y":293.2214,"width":"39.55","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Energie Energie","line":30,"x":114.6294,"y":293.2214,"width":"39.55","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Nutzen für Landwirtschaft und Umwelt Rohstoffe für die Produktion von Beton Energie Energie aus Deponiegas","line":38,"x":127.0588,"y":529.1141,"width":"289.94","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Nutzen für Landwirtschaft und Umwelt Rohstoffe für die Produktion von Beton Energie Energie aus Deponiegas","line":31,"x":127.0588,"y":529.1141,"width":"289.94","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Aktuelle oder verbesserte ","line":42,"x":162.425,"y":289.5669,"width":"61.86","height":"5.73","fontName":["HPZZYJ+Calibri-BoldItalic"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"hochwertiger Verbindungen Holzpellets (nicht zur ","line":33,"x":125.1314,"y":192.0443,"width":"116.08","height":"5.73","fontName":["KITOYT+Calibri-Bold","OORMCL+Calibri"],"dir":["ltr"]}
|
{"page":218,"change":"Addition","str":"Wenn die Biochar nicht in der Landwirtschaft genutzt wird","line":45,"x":109.9368,"y":359.6722,"width":"153.92","height":"6.37","fontName":["HPZZYJ+Calibri-BoldItalic"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"Addition","str":"Aktuelle oder verbesserte ","line":34,"x":162.425,"y":289.5669,"width":"61.86","height":"5.73","fontName":["HPZZYJ+Calibri-BoldItalic"],"dir":["ltr"]}
|
|
||||||
{"page":218,"change":"Addition","str":"Wenn die Biochar nicht in der Landwirtschaft genutzt wird","line":37,"x":109.9368,"y":359.6722,"width":"153.92","height":"6.37","fontName":["HPZZYJ+Calibri-BoldItalic"],"dir":["ltr"]}
|
|
||||||
{"page":218,"change":"Addition","str":"Wenn die Biochar in der Landwirtschaft genutzt wird","line":41,"x":240.1469,"y":364.7872,"width":"139.25","height":"6.37","fontName":["HPZZYJ+Calibri-BoldItalic"],"dir":["ltr"]}
|
|
||||||
{"page":219,"change":"Addition","str":"Die untersuchte Produktionskette ist im Flussdiagramm der Abb ildung 1 dar -","line":2,"x":70.92,"y":564.0599,"width":"312.73","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":219,"change":"Addition","str":"Die untersuchte Produktionskette ist im Flussdiagramm der Abb ildung 1 dar -","line":2,"x":70.92,"y":564.0599,"width":"312.73","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":219,"change":"Addition","str":"Südtiroler Produktionskette (Szenario 1) und der von 6 Alternativsz enarien ","line":4,"x":70.92000000000002,"y":536.0429,"width":"313.56","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":219,"change":"Addition","str":"Südtiroler Produktionskette (Szenario 1) und der von 6 Alternativsz enarien ","line":4,"x":70.92000000000002,"y":536.0429,"width":"313.56","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
{"page":219,"change":"Addition","str":"Die Blöcke des Diagramms ste llen Prozesseinheiten dar, während die Pfeile ","line":6,"x":70.92900000000003,"y":508.0889000000001,"width":"317.74","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":219,"change":"Addition","str":"Die Blöcke des Diagramms ste llen Prozesseinheiten dar, während die Pfeile ","line":6,"x":70.92900000000003,"y":508.0889000000001,"width":"317.74","height":"9.00","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 256,
|
"pages": 256,
|
||||||
"items": 20146,
|
"items": 20146,
|
||||||
"groupedItems": 7203,
|
"groupedItems": 7279,
|
||||||
"changes": 67,
|
"changes": 67,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 256,
|
"pages": 256,
|
||||||
"items": 20477,
|
"items": 20477,
|
||||||
"groupedItems": 7492,
|
"groupedItems": 7568,
|
||||||
"changes": 352,
|
"changes": 352,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 256,
|
"pages": 256,
|
||||||
"items": 20477,
|
"items": 20477,
|
||||||
"groupedItems": 7492,
|
"groupedItems": 7568,
|
||||||
"changes": 57,
|
"changes": 45,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -42,14 +42,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{"page":45,"change":"ContentChange","str":"Jährlicher Verbrauch an Biomasse [kg/kWh] 1,1 Kohle Entsorgungskosten - [€/t] 155 ","line":18,"x":67.74,"y":247.14,"width":"291.25","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":66,"change":"ContentChange","str":"A B","line":45,"x":199.9328,"y":360.1597,"width":"9.78","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
||||||
{"page":45,"change":"ContentChange","str":"Spezifische Kohleerzeugung [kg/kWh] 0,02 Für verwendete Wärmeenergie [%] die Trocknung 50","line":19,"x":67.74,"y":213.06,"width":"345.41","height":"7.98","fontName":["PNMSCP+PalatinoLinotype-Roman"],"dir":["ltr"]}
|
{"page":157,"change":"ContentChange","str":"Gesamt − N Organ ( mg ) × ( 15 N Überschuss Gewebe − natürlicher 15 N Überschuss )","line":15,"x":136.44,"y":215.1,"width":"234.47","height":"6.48","fontName":["CJUSQJ+CambriaMath","WASIKV+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":65,"change":"ContentChange","str":"Verzögeru Phase","line":45,"x":119.0887,"y":428.2765,"width":"27.81","height":"4.13","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
{"page":157,"change":"ContentChange","str":"( 15 N Überschuss Dünger − natürlicher 15 N Überschuss )","line":16,"x":174.18,"y":205.14,"width":"160.64","height":"6.48","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
||||||
{"page":66,"change":"ContentChange","str":"A B","line":44,"x":199.9328,"y":360.1597,"width":"9.78","height":"7.03","fontName":["YZOXCB+TimesNewRomanPS-BoldMT"],"dir":["ltr"]}
|
{"page":197,"change":"ContentChange","str":"- Emissionen (mmol/m 2","line":6,"x":296.46,"y":359.94,"width":"73.03","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"ContentChange","str":"N aus Dünger = Gesamt − N Organ ( mg ) × ( 15 N Überschuss Gewebe − natürlicher 15 N Überschuss )","line":14,"x":70.923,"y":209.637,"width":"292.99","height":"9.00","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":199,"change":"ContentChange","str":"O 2","line":6,"x":273.3,"y":360.72,"width":"7.96","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
||||||
{"page":157,"change":"ContentChange","str":"( 15 N Überschuss Dünger − natürlicher 15 N Überschuss )","line":15,"x":174.18,"y":205.14,"width":"160.64","height":"6.48","fontName":["WASIKV+CambriaMath","CJUSQJ+CambriaMath"],"dir":["ltr"]}
|
{"page":218,"change":"ContentChange","str":"Verbrennung Mülldeponie von Zement","line":36,"x":126.9985,"y":463.5649,"width":"95.31","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
||||||
{"page":197,"change":"ContentChange","str":"- Emissionen (mmol/m 2","line":5,"x":296.46,"y":359.94,"width":"73.03","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":218,"change":"ContentChange","str":"Energie Energie","line":37,"x":114.6294,"y":293.2214,"width":"39.55","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":199,"change":"ContentChange","str":"O - Emissionen (nmol/m2/s), die in Verbindung mit den sechs 2","line":5,"x":273.3,"y":360.72,"width":"204.58","height":"7.02","fontName":["CRDKGT+ArialMT"],"dir":["ltr"]}
|
{"page":218,"change":"ContentChange","str":"Energie Energie aus Deponiegas Rohstoffe für die Produktion von Beton Nutzen für Landwirtschaft und Umwelt","line":38,"x":127.0588,"y":529.1141,"width":"289.94","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
||||||
{"page":218,"change":"ContentChange","str":"Verbrennung Mülldeponie von Zement","line":29,"x":126.9985,"y":463.5649,"width":"95.31","height":"6.37","fontName":["OORMCL+Calibri"],"dir":["ltr"]}
|
|
||||||
{"page":218,"change":"ContentChange","str":"Energie Energie","line":30,"x":114.6294,"y":293.2214,"width":"39.55","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
|
||||||
{"page":218,"change":"ContentChange","str":"Energie Energie aus Deponiegas Rohstoffe für die Produktion von Beton Nutzen für Landwirtschaft und Umwelt","line":31,"x":127.0588,"y":529.1141,"width":"289.94","height":"6.37","fontName":["KITOYT+Calibri-Bold"],"dir":["ltr"]}
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 14,
|
"pages": 14,
|
||||||
"items": 2430,
|
"items": 2430,
|
||||||
"groupedItems": 1497,
|
"groupedItems": 1499,
|
||||||
"changes": 0,
|
"changes": 0,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 14,
|
"pages": 14,
|
||||||
"items": 2430,
|
"items": 2430,
|
||||||
"groupedItems": 1497,
|
"groupedItems": 1499,
|
||||||
"changes": 0,
|
"changes": 0,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pages": 221,
|
"pages": 221,
|
||||||
"items": 51186,
|
"items": 51181,
|
||||||
"groupedItems": 8248,
|
"groupedItems": 8552,
|
||||||
"changes": 81,
|
"changes": 81,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"pages": 221,
|
"pages": 221,
|
||||||
"items": 51638,
|
"items": 51638,
|
||||||
"groupedItems": 8465,
|
"groupedItems": 8774,
|
||||||
"changes": 663,
|
"changes": 668,
|
||||||
"schema": [
|
"schema": [
|
||||||
{
|
{
|
||||||
"name": "line"
|
"name": "line"
|
||||||
@ -97,6 +97,7 @@
|
|||||||
{"page":56,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 4.1. Menger’s theorem 57","line":0,"x":100.35,"y":738.022,"width":"167.52","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":56,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 4.1. Menger’s theorem 57","line":0,"x":100.35,"y":738.022,"width":"167.52","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
{"page":57,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"58 Chapter 4. Menger’s theorem, flows, and circulations","line":0,"x":72,"y":738.022,"width":"283.72","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":57,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"58 Chapter 4. Menger’s theorem, flows, and circulations","line":0,"x":72,"y":738.022,"width":"283.72","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
{"page":58,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 4.2. Flows in networks 59","line":0,"x":100.35,"y":738.022,"width":"168.39","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":58,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 4.2. Flows in networks 59","line":0,"x":100.35,"y":738.022,"width":"168.39","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
|
{"page":58,"change":"Removal","score":"1.00: (0.00 + 1.00)","str":"∑","dir":"ltr","width":"17.27","height":"11.96","transform":["11.96","0.00","0.00","11.96","231.76","711.91"],"fontName":"TICOHQ+CMEX10","x":231.75898999999998,"y":711.913,"line":2}
|
||||||
{"page":59,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"60 Chapter 4. Menger’s theorem, flows, and circulations","line":0,"x":72,"y":738.022,"width":"283.72","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":59,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"60 Chapter 4. Menger’s theorem, flows, and circulations","line":0,"x":72,"y":738.022,"width":"283.72","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
{"page":60,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 4.3. Finding a maximum flow 61","line":0,"x":100.35,"y":738.022,"width":"204.35","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":60,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 4.3. Finding a maximum flow 61","line":0,"x":100.35,"y":738.022,"width":"204.35","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
{"page":61,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"62 Chapter 4. Menger’s theorem, flows, and circulations","line":0,"x":72,"y":738.022,"width":"283.72","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":61,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"62 Chapter 4. Menger’s theorem, flows, and circulations","line":0,"x":72,"y":738.022,"width":"283.72","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
@ -124,6 +125,7 @@
|
|||||||
{"page":83,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"84 Chapter 5. Nonbipartite matching","line":0,"x":72,"y":738.022,"width":"187.61","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":83,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"84 Chapter 5. Nonbipartite matching","line":0,"x":72,"y":738.022,"width":"187.61","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
{"page":84,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 5.3. Weighted matching algorithm 85","line":0,"x":100.35,"y":738.022,"width":"228.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":84,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 5.3. Weighted matching algorithm 85","line":0,"x":100.35,"y":738.022,"width":"228.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
{"page":85,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"86 Chapter 5. Nonbipartite matching","line":0,"x":72,"y":738.022,"width":"187.61","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":85,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"86 Chapter 5. Nonbipartite matching","line":0,"x":72,"y":738.022,"width":"187.61","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
|
{"page":85,"change":"Removal","score":"1.00: (0.00 + 1.00)","str":"∑","dir":"ltr","width":"17.27","height":"11.96","transform":["11.96","0.00","0.00","11.96","213.16","711.91"],"fontName":"TICOHQ+CMEX10","x":213.15585,"y":711.913,"line":2}
|
||||||
{"page":86,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 5.3. Weighted matching algorithm 87","line":0,"x":100.35,"y":738.022,"width":"228.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":86,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 5.3. Weighted matching algorithm 87","line":0,"x":100.35,"y":738.022,"width":"228.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
{"page":87,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"88 Chapter 5. Nonbipartite matching","line":0,"x":72,"y":738.022,"width":"187.61","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":87,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"88 Chapter 5. Nonbipartite matching","line":0,"x":72,"y":738.022,"width":"187.61","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
{"page":88,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 5.3. Weighted matching algorithm 89","line":0,"x":100.35,"y":738.022,"width":"228.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":88,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 5.3. Weighted matching algorithm 89","line":0,"x":100.35,"y":738.022,"width":"228.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
@ -208,6 +210,7 @@
|
|||||||
{"page":167,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"168 Chapter 9. Multicommodity flows and disjoint paths","line":0,"x":72,"y":738.022,"width":"287.96","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":167,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"168 Chapter 9. Multicommodity flows and disjoint paths","line":0,"x":72,"y":738.022,"width":"287.96","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
{"page":168,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 9.6. A column generation technique for multicommod ity flows 169","line":0,"x":100.35,"y":738.022,"width":"376.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":168,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 9.6. A column generation technique for multicommod ity flows 169","line":0,"x":100.35,"y":738.022,"width":"376.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
{"page":169,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"170 Chapter 9. Multicommodity flows and disjoint paths","line":0,"x":72,"y":738.022,"width":"287.96","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":169,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"170 Chapter 9. Multicommodity flows and disjoint paths","line":0,"x":72,"y":738.022,"width":"287.96","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
|
{"page":169,"change":"Removal","score":"1.00: (0.00 + 1.00)","str":"∑","dir":"ltr","width":"17.27","height":"11.96","transform":["11.96","0.00","0.00","11.96","196.07","711.91"],"fontName":"TICOHQ+CMEX10","x":196.074,"y":711.913,"line":2}
|
||||||
{"page":170,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 9.6. A column generation technique for multicommod ity flows 171","line":0,"x":100.35,"y":738.022,"width":"376.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":170,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 9.6. A column generation technique for multicommod ity flows 171","line":0,"x":100.35,"y":738.022,"width":"376.25","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
{"page":171,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"172 Chapter 9. Multicommodity flows and disjoint paths","line":0,"x":72,"y":738.022,"width":"287.96","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":171,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"172 Chapter 9. Multicommodity flows and disjoint paths","line":0,"x":72,"y":738.022,"width":"287.96","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
{"page":172,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"173","dir":"ltr","width":"17.55","height":"11.96","transform":["11.96","0.00","0.00","11.96","514.79","738.02"],"fontName":"LERRTL+CMR12","x":514.791,"y":738.022,"line":0}
|
{"page":172,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"173","dir":"ltr","width":"17.55","height":"11.96","transform":["11.96","0.00","0.00","11.96","514.79","738.02"],"fontName":"LERRTL+CMR12","x":514.791,"y":738.022,"line":0}
|
||||||
@ -236,6 +239,8 @@
|
|||||||
{"page":195,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"196 Chapter 10. Matroids","line":0,"x":72,"y":738.022,"width":"129.14","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":195,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"196 Chapter 10. Matroids","line":0,"x":72,"y":738.022,"width":"129.14","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
{"page":196,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 10.7. Matroids and polyhedra 197","line":0,"x":100.35,"y":738.022,"width":"211.08","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":196,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 10.7. Matroids and polyhedra 197","line":0,"x":100.35,"y":738.022,"width":"211.08","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
{"page":197,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"198 Chapter 10. Matroids","line":0,"x":72,"y":738.022,"width":"129.14","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":197,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"198 Chapter 10. Matroids","line":0,"x":72,"y":738.022,"width":"129.14","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
|
{"page":197,"change":"Removal","score":"1.00: (0.00 + 1.00)","str":"∑","dir":"ltr","width":"17.27","height":"11.96","transform":["11.96","0.00","0.00","11.96","259.60","711.91"],"fontName":"TICOHQ+CMEX10","x":259.59610999999995,"y":711.913,"line":2}
|
||||||
|
{"page":197,"change":"Removal","score":"1.00: (0.00 + 1.00)","str":"∑","dir":"ltr","width":"17.27","height":"11.96","transform":["11.96","0.00","0.00","11.96","346.52","711.91"],"fontName":"TICOHQ+CMEX10","x":346.517999,"y":711.9130000000001,"line":6}
|
||||||
{"page":198,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 10.7. Matroids and polyhedra 199","line":0,"x":100.35,"y":738.022,"width":"211.08","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":198,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 10.7. Matroids and polyhedra 199","line":0,"x":100.35,"y":738.022,"width":"211.08","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
{"page":199,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"200 Chapter 10. Matroids","line":0,"x":72,"y":738.022,"width":"129.14","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
{"page":199,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"200 Chapter 10. Matroids","line":0,"x":72,"y":738.022,"width":"129.14","height":"11.96","fontName":["LERRTL+CMR12","EHNRCF+CMSL12"],"dir":["ltr"]}
|
||||||
{"page":200,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 10.7. Matroids and polyhedra 201","line":0,"x":100.35,"y":738.022,"width":"211.08","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
{"page":200,"change":"Removal","score":"1.43: (1.00 + 0.43)","str":"Section 10.7. Matroids and polyhedra 201","line":0,"x":100.35,"y":738.022,"width":"211.08","height":"11.96","fontName":["EHNRCF+CMSL12","LERRTL+CMR12"],"dir":["ltr"]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user