diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/build.gradle.kts b/redaction-report-service-v1/redaction-report-service-server-v1/build.gradle.kts index 8545fc9..8969c52 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/build.gradle.kts +++ b/redaction-report-service-v1/redaction-report-service-server-v1/build.gradle.kts @@ -11,12 +11,12 @@ plugins { description = "redaction-service-server-v1" -val tenantCommonVersion = "0.21.0" +val tenantCommonVersion = "0.23.0" val springCommonsVersion = "2.1.0" val storageCommonsVersion = "2.45.0" val poiVersion = "5.2.3" val metricCommonsVersion = "2.1.0" -val persistenceServiceVersion = "2.380.0" +val persistenceServiceVersion = "2.420.0" val springBootStarterVersion = "3.2.3" configurations { @@ -32,6 +32,7 @@ description = "redaction-report-service-server-v1" dependencies { implementation(project(":redaction-report-service-api-v1")) implementation("com.iqser.red.service:persistence-service-internal-api-v1:${persistenceServiceVersion}") + implementation("com.iqser.red.service:persistence-service-shared-mongo-v1:${persistenceServiceVersion}") implementation("com.knecon.fforesight:tenant-commons:${tenantCommonVersion}") implementation("com.iqser.red.commons:storage-commons:${storageCommonsVersion}") diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/Application.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/Application.java index a108c4d..981a8cd 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/Application.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/Application.java @@ -4,27 +4,35 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration; import org.springframework.boot.autoconfigure.ImportAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration; +import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; +import org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration; +import org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration; import org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration; import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.cloud.openfeign.EnableFeignClients; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Import; +import org.springframework.data.mongodb.repository.config.EnableMongoRepositories; import org.springframework.scheduling.annotation.EnableAsync; +import com.iqser.red.service.persistence.service.v1.api.shared.mongo.SharedMongoAutoConfiguration; import com.iqser.red.service.redaction.report.v1.server.client.DossierClient; import com.iqser.red.service.redaction.report.v1.server.configuration.MessagingConfiguration; import com.iqser.red.service.redaction.report.v1.server.settings.ReportTemplateSettings; import com.iqser.red.storage.commons.StorageAutoConfiguration; +import com.knecon.fforesight.mongo.database.commons.MongoDatabaseCommonsAutoConfiguration; import com.knecon.fforesight.tenantcommons.MultiTenancyAutoConfiguration; import io.micrometer.core.aop.TimedAspect; import io.micrometer.core.instrument.MeterRegistry; @EnableAsync -@ImportAutoConfiguration({MultiTenancyAutoConfiguration.class}) -@SpringBootApplication(exclude = {SecurityAutoConfiguration.class, ManagementWebSecurityAutoConfiguration.class}) -@Import({MessagingConfiguration.class, StorageAutoConfiguration.class}) +@ImportAutoConfiguration({MultiTenancyAutoConfiguration.class, SharedMongoAutoConfiguration.class}) +@SpringBootApplication(exclude = {SecurityAutoConfiguration.class, ManagementWebSecurityAutoConfiguration.class, ManagementWebSecurityAutoConfiguration.class, DataSourceAutoConfiguration.class, LiquibaseAutoConfiguration.class, MongoAutoConfiguration.class, MongoDataAutoConfiguration.class}) +@Import({MessagingConfiguration.class, StorageAutoConfiguration.class, MongoDatabaseCommonsAutoConfiguration.class}) @EnableFeignClients(basePackageClasses = {DossierClient.class}) +@EnableMongoRepositories(basePackages = "com.iqser.red.service.persistence") @EnableConfigurationProperties(ReportTemplateSettings.class) public class Application { diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/model/ReportRedactionEntry.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/model/ReportRedactionEntry.java index 8754de6..360e175 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/model/ReportRedactionEntry.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/model/ReportRedactionEntry.java @@ -13,6 +13,7 @@ public class ReportRedactionEntry { private String section; private String justification; private String justificationParagraph; + private int paragraphIdx; private String justificationReason; private String excerpt; private String value; diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java index 5febc31..1830a6f 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java @@ -154,6 +154,7 @@ public class EntityLogConverterService { .map(EntityLogLegalBasis::getDescription) .orElse(""), entry.getLegalBasis(), + entry.getParagraphPageIdx(), legalBasisMappings.stream() .filter(lbm -> lbm.getReason().equalsIgnoreCase(entry.getLegalBasis())) .findAny() diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ExcelReportGenerationService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ExcelReportGenerationService.java index dad541a..b305d1e 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ExcelReportGenerationService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ExcelReportGenerationService.java @@ -22,6 +22,7 @@ import static com.iqser.red.service.redaction.report.v1.server.service.Placehold import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.JUSTIFICATION_REASON_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.JUSTIFICATION_TEXT_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.PAGE_PLACEHOLDER; +import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.PARAGRAPH_INDEX_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.PARAGRAPH_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.REDACTION_ENTITY_DISPLAY_NAME_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.REDACTION_VALUE_PLACEHOLDER; @@ -85,23 +86,24 @@ public class ExcelReportGenerationService { private static final Set prefixRedactionPlaceholders = Set.of(DOSSIER_ATTRIBUTE_PLACEHOLDER_BASE, FILE_ATTRIBUTE_PLACEHOLDER_BASE); private static final Set redactionPlaceholders = Set.of(FILE_NAME_PLACEHOLDER, - PAGE_PLACEHOLDER, - PARAGRAPH_PLACEHOLDER, - JUSTIFICATION_PLACEHOLDER, - EXCERPT_PLACEHOLDER, - JUSTIFICATION_PARAGRAPH_PLACEHOLDER, - JUSTIFICATION_REASON_PLACEHOLDER, - REDACTION_VALUE_PLACEHOLDER, - JUSTIFICATION_LEGAL_BASIS_PLACEHOLDER, - JUSTIFICATION_TEXT_PLACEHOLDER, - SEEDS_FUNCTION_REDACTION_GROUPED_BY_JUSTIFICATION_PAGES_PLACEHOLDER, - SEEDS_FUNCTION_JUSTIFICATION_PLACEHOLDER, - REDACTION_ENTITY_DISPLAY_NAME_PLACEHOLDER, - SCM_FUNCTION_PLACEHOLDER, - SKIPPED_PLACEHOLDER, - FILE_ATTRIBUTES_PLACEHOLDER, - INDEX_PLACEHOLDER, - COMPONENT_PLACEHOLDER); + PAGE_PLACEHOLDER, + PARAGRAPH_PLACEHOLDER, + PARAGRAPH_INDEX_PLACEHOLDER, + JUSTIFICATION_PLACEHOLDER, + EXCERPT_PLACEHOLDER, + JUSTIFICATION_PARAGRAPH_PLACEHOLDER, + JUSTIFICATION_REASON_PLACEHOLDER, + REDACTION_VALUE_PLACEHOLDER, + JUSTIFICATION_LEGAL_BASIS_PLACEHOLDER, + JUSTIFICATION_TEXT_PLACEHOLDER, + SEEDS_FUNCTION_REDACTION_GROUPED_BY_JUSTIFICATION_PAGES_PLACEHOLDER, + SEEDS_FUNCTION_JUSTIFICATION_PLACEHOLDER, + REDACTION_ENTITY_DISPLAY_NAME_PLACEHOLDER, + SCM_FUNCTION_PLACEHOLDER, + SKIPPED_PLACEHOLDER, + FILE_ATTRIBUTES_PLACEHOLDER, + INDEX_PLACEHOLDER, + COMPONENT_PLACEHOLDER); private final ScmReportService componentReportService; private final FileAttributesConfigClient fileAttributesConfigClient; @@ -161,7 +163,6 @@ public class ExcelReportGenerationService { componentRowsReportService.addComponentRows(sheet, fileModel, excelModel); } - if (isLastFile) { addRows(workbook, sheet, @@ -175,12 +176,12 @@ public class ExcelReportGenerationService { } log.info("Report Generation took: {} for file with id {}, pageCount: {}, entityLogEntryCount: {}, reportName: {}, className: {}", - System.currentTimeMillis() - start, - fileModel.getId(), - fileModel.getNumberOfPages(), - reportEntries.size(), - reportTemplateName, - getClass().getSimpleName()); + System.currentTimeMillis() - start, + fileModel.getId(), + fileModel.getNumberOfPages(), + reportEntries.size(), + reportTemplateName, + getClass().getSimpleName()); } catch (Exception e) { throw new RuntimeException(e); @@ -244,7 +245,8 @@ public class ExcelReportGenerationService { excelModel.getWrittenRows().add(rowIndex.get()); for (Map.Entry> entry1 : placeholderCellPos.entrySet()) { Cell cell = sheet.getRow(rowIndex.get()).createCell(entry1.getKey()); - cell.setCellValue(entry1.getValue().apply(new PlaceholderInput(filename, entry, placeholderModel, null)) == null ? "" : entry1.getValue().apply(new PlaceholderInput(filename, entry, placeholderModel, null))); + cell.setCellValue(entry1.getValue().apply(new PlaceholderInput(filename, entry, placeholderModel, null)) == null ? "" : entry1.getValue() + .apply(new PlaceholderInput(filename, entry, placeholderModel, null))); } rowIndex.getAndIncrement(); }); @@ -255,9 +257,6 @@ public class ExcelReportGenerationService { } - - - private void replacePlaceholders(Cell cell, PlaceholderModel placeholderModel, String dossierName, String filename) { for (String placeholder : placeholderModel.getPlaceholders()) { @@ -336,15 +335,18 @@ public class ExcelReportGenerationService { return filename; } if (placeholderModel.getFileAttributeValueByPlaceholder().containsKey(placeholder)) { - return placeholderModel.getFileAttributeValueByPlaceholder().get(placeholder); + return placeholderModel.getFileAttributeValueByPlaceholder() + .get(placeholder); } if (placeholderModel.getDossierAttributesValueByPlaceholder().containsKey(placeholder)) { - return placeholderModel.getDossierAttributesValueByPlaceholder().get(placeholder); + return placeholderModel.getDossierAttributesValueByPlaceholder() + .get(placeholder); } if (placeholderModel.getRssComponentPlaceholder() != null && placeholderModel.getRssComponentPlaceholder().containsKey(placeholder)) { - return placeholderModel.getRssComponentPlaceholder().get(placeholder); + return placeholderModel.getRssComponentPlaceholder() + .get(placeholder); } return null; @@ -439,7 +441,7 @@ public class ExcelReportGenerationService { // If there is more than one file attribute, starting from the 2nd one we won't find a cell in the given index so we have to create it. if (cell == null) { cell = sheet.getRow(j).createCell(i); - CellStyle cellStyle = sheet.getRow(j).getCell(i-1).getCellStyle(); + CellStyle cellStyle = sheet.getRow(j).getCell(i - 1).getCellStyle(); cellStyle.setAlignment(HorizontalAlignment.CENTER); cell.setCellStyle(cellStyle); } @@ -488,40 +490,45 @@ public class ExcelReportGenerationService { log.debug("Calculate Placeholder Cells took: {}", System.currentTimeMillis() - start); return new ExcelModel(placeholderCellPos, - placeholderRow, - columnWidths, - cellsToCopyBeforePlaceholderRow, - cellsToCopyAfterPlaceholderRow, - new ArrayList<>(), - false, - hasRssPlaceHolders, - placeholderInFirstRow, - false, - hasSkippedPlaceholder, - fileAttributesPlaceholder, - hasScmFunctionPlaceholder); + placeholderRow, + columnWidths, + cellsToCopyBeforePlaceholderRow, + cellsToCopyAfterPlaceholderRow, + new ArrayList<>(), + false, + hasRssPlaceHolders, + placeholderInFirstRow, + false, + hasSkippedPlaceholder, + fileAttributesPlaceholder, + hasScmFunctionPlaceholder); } private boolean isRedactionPlaceholder(String text) { - return prefixRedactionPlaceholders.stream().anyMatch(text::startsWith) || redactionPlaceholders.stream().anyMatch(text::contains); + return prefixRedactionPlaceholders.stream() + .anyMatch(text::startsWith) || redactionPlaceholders.stream() + .anyMatch(text::contains); } private Function getFunctionForPlaceHolder(String placeholder) { if (placeholder.startsWith(FILE_ATTRIBUTE_PLACEHOLDER_BASE)) { - return placeholderInput -> placeholderInput.getPlaceholderModel().getFileAttributeValueByPlaceholder().get(placeholder); + return placeholderInput -> placeholderInput.getPlaceholderModel().getFileAttributeValueByPlaceholder() + .get(placeholder); } if (placeholder.startsWith(DOSSIER_ATTRIBUTE_PLACEHOLDER_BASE)) { - return placeholderInput -> placeholderInput.getPlaceholderModel().getDossierAttributesValueByPlaceholder().get(placeholder); + return placeholderInput -> placeholderInput.getPlaceholderModel().getDossierAttributesValueByPlaceholder() + .get(placeholder); } return switch (placeholder) { case FILE_NAME_PLACEHOLDER -> PlaceholderInput::getFilename; case PAGE_PLACEHOLDER -> input -> String.valueOf(input.getEntry().getPage()); case PARAGRAPH_PLACEHOLDER -> input -> input.getEntry().getSection(); + case PARAGRAPH_INDEX_PLACEHOLDER -> input -> String.valueOf(input.getEntry().getParagraphIdx()); case JUSTIFICATION_PLACEHOLDER -> input -> input.getEntry().getJustification(); case JUSTIFICATION_PARAGRAPH_PLACEHOLDER, JUSTIFICATION_LEGAL_BASIS_PLACEHOLDER -> input -> input.getEntry().getJustificationParagraph(); case JUSTIFICATION_REASON_PLACEHOLDER, JUSTIFICATION_TEXT_PLACEHOLDER -> input -> input.getEntry().getJustificationReason(); diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/PlaceholderService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/PlaceholderService.java index d33d6e3..4db3f4f 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/PlaceholderService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/PlaceholderService.java @@ -40,6 +40,7 @@ public class PlaceholderService { public static final String FILE_NAME_PLACEHOLDER = "{{file.name}}"; public static final String PAGE_PLACEHOLDER = "{{redaction.page}}"; public static final String PARAGRAPH_PLACEHOLDER = "{{redaction.paragraph}}"; + public static final String PARAGRAPH_INDEX_PLACEHOLDER = "{{redaction.paragraphIdx}}"; public static final String JUSTIFICATION_PLACEHOLDER = "{{redaction.justification}}"; public static final String JUSTIFICATION_PARAGRAPH_PLACEHOLDER = "{{redaction.justificationParagraph}}"; public static final String JUSTIFICATION_LEGAL_BASIS_PLACEHOLDER = "{{redaction.justificationLegalBasis}}"; @@ -77,6 +78,7 @@ public class PlaceholderService { public static final Set GENERAL_PLACEHOLDERS = Set.of(FILE_NAME_PLACEHOLDER, PAGE_PLACEHOLDER, PARAGRAPH_PLACEHOLDER, + PARAGRAPH_INDEX_PLACEHOLDER, JUSTIFICATION_PLACEHOLDER, EXCERPT_PLACEHOLDER, FORMAT_DATE_ISO_PLACEHOLDER, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/WordReportGenerationService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/WordReportGenerationService.java index 2877fb8..c024975 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/WordReportGenerationService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/WordReportGenerationService.java @@ -20,6 +20,7 @@ import static com.iqser.red.service.redaction.report.v1.server.service.Placehold import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.JUSTIFICATION_REASON_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.JUSTIFICATION_TEXT_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.PAGE_PLACEHOLDER; +import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.PARAGRAPH_INDEX_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.PARAGRAPH_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.REDACTION_ENTITY_DISPLAY_NAME_PLACEHOLDER; import static com.iqser.red.service.redaction.report.v1.server.service.PlaceholderService.REDACTION_VALUE_PLACEHOLDER; @@ -376,7 +377,7 @@ public class WordReportGenerationService { for (XWPFTable tbl : doc.getTables()) { String tblText = tbl.getText(); - if (tblText.contains(PAGE_PLACEHOLDER) || tblText.contains(PARAGRAPH_PLACEHOLDER) || tblText.contains(JUSTIFICATION_PLACEHOLDER) || tblText.contains(EXCERPT_PLACEHOLDER) || tblText.contains( + if (tblText.contains(PAGE_PLACEHOLDER) || tblText.contains(PARAGRAPH_PLACEHOLDER) || tblText.contains(PARAGRAPH_INDEX_PLACEHOLDER) || tblText.contains(JUSTIFICATION_PLACEHOLDER) || tblText.contains(EXCERPT_PLACEHOLDER) || tblText.contains( JUSTIFICATION_PARAGRAPH_PLACEHOLDER) || tblText.contains(JUSTIFICATION_REASON_PLACEHOLDER) || tblText.contains(JUSTIFICATION_LEGAL_BASIS_PLACEHOLDER) || tblText.contains( JUSTIFICATION_TEXT_PLACEHOLDER) || tblText.contains(SEEDS_FUNCTION_REDACTION_GROUPED_BY_JUSTIFICATION_PAGES_PLACEHOLDER) || tblText.contains( SEEDS_FUNCTION_JUSTIFICATION_PLACEHOLDER)) { @@ -390,7 +391,7 @@ public class WordReportGenerationService { private boolean containsRedactionPlaceholder(String text) { return text.startsWith(DOSSIER_ATTRIBUTE_PLACEHOLDER_BASE) || text.startsWith(FILE_ATTRIBUTE_PLACEHOLDER_BASE) || text.contains(FILE_NAME_PLACEHOLDER) || text.contains( - PAGE_PLACEHOLDER) || text.contains(PARAGRAPH_PLACEHOLDER) || text.contains(JUSTIFICATION_PLACEHOLDER) || text.contains(EXCERPT_PLACEHOLDER) || text.contains( + PAGE_PLACEHOLDER) || text.contains(PARAGRAPH_PLACEHOLDER) || text.contains(PARAGRAPH_INDEX_PLACEHOLDER) || text.contains(JUSTIFICATION_PLACEHOLDER) || text.contains(EXCERPT_PLACEHOLDER) || text.contains( JUSTIFICATION_PARAGRAPH_PLACEHOLDER) || text.contains(JUSTIFICATION_REASON_PLACEHOLDER) || text.contains(REDACTION_VALUE_PLACEHOLDER) || text.contains( JUSTIFICATION_LEGAL_BASIS_PLACEHOLDER) || text.contains(JUSTIFICATION_TEXT_PLACEHOLDER) || text.contains( SEEDS_FUNCTION_REDACTION_GROUPED_BY_JUSTIFICATION_PAGES_PLACEHOLDER) || text.contains(SEEDS_FUNCTION_JUSTIFICATION_PLACEHOLDER) || text.contains( @@ -464,6 +465,10 @@ public class WordReportGenerationService { foundPlaceholders.add(PAGE_PLACEHOLDER); return input -> String.valueOf(input.getEntry().getPage()); } + if (placeholder.equals(PARAGRAPH_INDEX_PLACEHOLDER)) { + foundPlaceholders.add(PARAGRAPH_INDEX_PLACEHOLDER); + return input -> String.valueOf(input.getEntry().getParagraphIdx()); + } if (placeholder.equals(PARAGRAPH_PLACEHOLDER)) { foundPlaceholders.add(PARAGRAPH_PLACEHOLDER); return input -> input.getEntry().getSection(); diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/storage/ReportStorageService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/storage/ReportStorageService.java index 9ff672a..633f6d5 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/storage/ReportStorageService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/storage/ReportStorageService.java @@ -8,6 +8,7 @@ import java.nio.file.Files; import java.nio.file.Paths; import java.nio.file.StandardOpenOption; import java.util.List; +import java.util.Optional; import java.util.UUID; import org.apache.commons.io.IOUtils; @@ -15,6 +16,7 @@ import org.springframework.stereotype.Service; import com.iqser.red.service.persistence.service.v1.api.shared.model.analysislog.entitylog.EntityLog; import com.iqser.red.service.persistence.service.v1.api.shared.model.dossiertemplate.dossier.file.FileType; +import com.iqser.red.service.persistence.service.v1.api.shared.mongo.service.EntityLogMongoService; import com.iqser.red.service.redaction.report.v1.api.model.StoredFileInformation; import com.iqser.red.storage.commons.service.StorageService; import com.knecon.fforesight.tenantcommons.TenantContext; @@ -28,6 +30,8 @@ public class ReportStorageService { private final StorageService storageService; + private final EntityLogMongoService entityLogMongoService; + public String storeObject(String downloadId, byte[] data) { @@ -81,12 +85,14 @@ public class ReportStorageService { public EntityLog getEntityLog(String dossierId, String fileId, List excludedTypes) { - EntityLog entityLog; - entityLog = storageService.readJSONObject(TenantContext.getTenantId(), StorageIdUtils.getStorageId(dossierId, fileId, FileType.ENTITY_LOG), EntityLog.class); - if (excludedTypes != null) { - entityLog.getEntityLogEntry().removeIf(entry -> excludedTypes.contains(entry.getType())); + Optional entityLog = entityLogMongoService.findEntityLogByDossierIdAndFileId(dossierId, fileId); + if (entityLog.isEmpty()) { + throw new RuntimeException(String.format("Can't find entity log for dossierId %s and fileId %s", dossierId, fileId)); } - return entityLog; + if (excludedTypes != null) { + entityLog.get().getEntityLogEntry().removeIf(entry -> excludedTypes.contains(entry.getType())); + } + return entityLog.get(); } } diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/resources/application.yml b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/resources/application.yml index 0b6fe3b..2654d2b 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/resources/application.yml +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/resources/application.yml @@ -35,6 +35,16 @@ spring: max-attempts: 3 max-interval: 15000 prefetch: 1 + data: + mongodb: + auto-index-creation: true + # todo: multi-tenancy + database: redaction + host: ${MONGODB_HOST:localhost} + port: ${MONGODB_PORT:27017} + username: ${MONGODB_USER} + password: ${MONGODB_PASSWORD} + management: endpoint: diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/PlaceholderTest.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/PlaceholderTest.java index 5c06be6..d48bced 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/PlaceholderTest.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/PlaceholderTest.java @@ -232,11 +232,12 @@ public class PlaceholderTest { Assertions.assertNotNull(placeholders); System.out.println(placeholders.size() + " placeholders: " + placeholders); Assertions.assertFalse(placeholders.isEmpty()); - Assertions.assertEquals(12, placeholders.size()); + Assertions.assertEquals(13, placeholders.size()); Assertions.assertTrue(placeholders.contains("{{test1}}")); Assertions.assertTrue(placeholders.contains("{{file.test.1}}")); Assertions.assertFalse(placeholders.contains("{{test2}}")); Assertions.assertFalse(placeholders.contains("{{TEST1}}")); + Assertions.assertTrue(placeholders.contains("{{redaction.paragraphIdx}}")); Assertions.assertFalse(placeholders.contains("{{does.not.exist}}")); Assertions.assertFalse(placeholders.contains("{{file.test.not.exist}}")); } @@ -321,11 +322,12 @@ public class PlaceholderTest { Assertions.assertNotNull(placeholders); System.out.println(placeholders.size() + " placeholders: " + placeholders); Assertions.assertFalse(placeholders.isEmpty()); - Assertions.assertEquals(6, placeholders.size()); + Assertions.assertEquals(7, placeholders.size()); Assertions.assertTrue(placeholders.contains("{{test1}}")); Assertions.assertTrue(placeholders.contains("{{file.test.1}}")); Assertions.assertTrue(placeholders.contains("{{file.name}}")); Assertions.assertTrue(placeholders.contains("{{redaction.paragraph}}")); + Assertions.assertTrue(placeholders.contains("{{redaction.paragraphIdx}}")); Assertions.assertFalse(placeholders.contains("{{test2}}")); Assertions.assertFalse(placeholders.contains("{{TEST1}}")); Assertions.assertFalse(placeholders.contains("{{does.not.exist}}")); diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java index 0293d6c..5c5b8af 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java @@ -158,7 +158,7 @@ public class RedactionReportIntegrationTest { Dossier dossier = prepareDossier(); FileModel fileModel = FileModel.builder().filename("filename").build(); - EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLog.json").getInputStream(), EntityLog.class); + EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMapping.json").getInputStream(), new TypeReference<>() { }); List reportEntries = entityLogConverterService.convertAndSort(DOSSIER_ID, FILE_ID, entityLog, legalBasisMapping, new HashMap<>()); @@ -195,7 +195,7 @@ public class RedactionReportIntegrationTest { Dossier dossier = prepareDossier(); FileModel fileModel = FileModel.builder().filename("filename").build(); - EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLog.json").getInputStream(), EntityLog.class); + EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMapping.json").getInputStream(), new TypeReference<>() { }); List reportEntries = entityLogConverterService.convertAndSort(DOSSIER_ID, FILE_ID, entityLog, legalBasisMapping, new HashMap<>()); @@ -241,7 +241,7 @@ public class RedactionReportIntegrationTest { assertThat(contentOfParagraphs).isEqualTo(expectedContent); - try (FileOutputStream fileOutputStream = new FileOutputStream(getTemporaryDirectory() + "/IUCLID_Template_justification.docx")) { + try (FileOutputStream fileOutputStream = new FileOutputStream("IUCLID_Template_justification.docx")) { fileOutputStream.write(wordReportGenerationService.toByteArray(doc)); } } @@ -324,13 +324,13 @@ public class RedactionReportIntegrationTest { Dossier dossier = prepareDossier(); FileModel fileStatus = FileModel.builder().filename("filename").build(); - EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLog.json").getInputStream(), EntityLog.class); + EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMapping.json").getInputStream(), new TypeReference<>() { }); List reportEntries = entityLogConverterService.convertAndSort(DOSSIER_ID, FILE_ID, entityLog, legalBasisMapping, new HashMap<>()); FileModel fileModelSecondFile = FileModel.builder().filename("secondFile").build(); - EntityLog entityLogSecondFile = objectMapper.readValue(new ClassPathResource("files/entityLogWithManualRedactions.json").getInputStream(), EntityLog.class); + EntityLog entityLogSecondFile = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List reportEntriesSecondFile = entityLogConverterService.convertAndSort(DOSSIER_ID, FILE_ID, entityLogSecondFile, legalBasisMapping, new HashMap<>()); ClassPathResource templateResource = new ClassPathResource("templates/Seeds-NewJustificationForm.docx"); @@ -355,7 +355,7 @@ public class RedactionReportIntegrationTest { Dossier dossier = prepareDossier(); FileModel fileModel = FileModel.builder().filename("filename").build(); - EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLog.json").getInputStream(), EntityLog.class); + EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMapping.json").getInputStream(), new TypeReference<>() { }); List reportEntries = entityLogConverterService.convertAndSort(DOSSIER_ID, FILE_ID, entityLog, legalBasisMapping, new HashMap<>()); @@ -392,7 +392,7 @@ public class RedactionReportIntegrationTest { Dossier dossier = prepareDossier(); FileModel fileModel = FileModel.builder().filename("filename").dossierId(dossier.getDossierId()).fileAttributes(Map.of("TestAttribute", "Lorem Ipsum")).build(); - EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithManualRedactions.json").getInputStream(), EntityLog.class); + EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMapping.json").getInputStream(), new TypeReference<>() { }); Map mapOfEntityDisplayName = createEntityDisplayNames(entityLog); @@ -421,7 +421,7 @@ public class RedactionReportIntegrationTest { public void testExcelTemplateReportGenerationMultiFile() { Dossier dossier = prepareDossier(); - EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLog.json").getInputStream(), EntityLog.class); + EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMapping.json").getInputStream(), new TypeReference<>() { }); Map mapOfEntityDisplayName = createEntityDisplayNames(entityLog); @@ -463,7 +463,7 @@ public class RedactionReportIntegrationTest { public void testExcelPlaceholders() { Dossier dossier = prepareDossier(); - EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLog.json").getInputStream(), EntityLog.class); + EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMapping.json").getInputStream(), new TypeReference<>() { }); Map mapOfEntityDisplayName = createEntityDisplayNames(entityLog); @@ -503,7 +503,7 @@ public class RedactionReportIntegrationTest { .fileAttributes(Map.of("TestAttribute", "Lorem Ipsum", "1b5ebe26-34f2-4c3b-983d-c0f0a010302c", "402")) .build(); - EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/scm/entityLog.json").getInputStream(), EntityLog.class); + EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/scm/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/scm/legalBasisMapping.json").getInputStream(), new TypeReference<>() { }); ComponentLog componentLog = objectMapper.readValue(new ClassPathResource("files/scm/componentLog.json").getInputStream(), ComponentLog.class); diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportV2IntegrationTest.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportV2IntegrationTest.java index fd538eb..2c8bc98 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportV2IntegrationTest.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportV2IntegrationTest.java @@ -232,7 +232,7 @@ public class RedactionReportV2IntegrationTest { @SneakyThrows private void prepareStorage(int id) { - var entityLog = objectMapper.readValue(new ClassPathResource("files/entityLog.json").getInputStream(), EntityLog.class); + var entityLog = objectMapper.readValue(new ClassPathResource("files/entityLogWithParagraphIdx.json").getInputStream(), EntityLog.class); fileSystemBackedStorageService.storeJSONObject(TenantContext.getTenantId(), StorageIdUtils.getStorageId("dossierId", "fileId" + id, FileType.ENTITY_LOG), entityLog); when(entityLogClient.getEntityLog("dossierId", "fileId" + id, null, true)).thenReturn(entityLog); } diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/application.yml b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/application.yml index dfd0ed5..c4213e1 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/application.yml +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/application.yml @@ -9,6 +9,14 @@ management: spring: main: allow-circular-references: true - + data: + mongodb: + auto-index-creation: true + # todo: multi-tenancy + database: redaction + host: ${MONGODB_HOST:localhost} + port: ${MONGODB_PORT:27017} + username: ${MONGODB_USER} + password: ${MONGODB_PASSWORD} persistence-service.url: "http://mock.url" diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithParagraphIdx.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithParagraphIdx.json new file mode 100644 index 0000000..29a2380 --- /dev/null +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithParagraphIdx.json @@ -0,0 +1,7853 @@ +{ + "analysisVersion": 1, + "analysisNumber": 3, + "entityLogEntry": [ + { + "id": "fdad8f80771e8998ffb7516619bbde36", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Lei", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 472.04813, + 589.0, + 16.02002, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Mah, Ning Liu, ", + "textAfter": " W. Huang, Ru", + "startOffset": 3308, + "endOffset": 3311, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "442b12af542f4517b3a7b8681a4b6d8f", + "type": "hint_only", + "entryType": "HINT", + "state": "SKIPPED", + "value": "mark", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 1 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Dont Redact (mark as", + "color": null, + "positions": [ + { + "rectangle": [ + 112.86999, + 673.8, + 20.519997, + 9.535 + ], + "pageNumber": 2 + } + ], + "textBefore": "Dont Redact (", + "textAfter": " as skipped) when", + "startOffset": 419, + "endOffset": 423, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "a3042d61a6f9956ba043ba2398cbbf2b", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Melanie", + "reason": "Author found by \"et al\" regex", + "matchedRule": "CBI.16.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 6, + 1 + ], + "closestHeadline": "Rule 14/15: Redact and add recommendation for et al. ", + "section": "Paragraph: Redact Term “Desiree”, “Melanie”", + "color": null, + "positions": [ + { + "rectangle": [ + 214.66, + 442.5, + 39.300003, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "dolore magna aliqua ", + "textAfter": " et al. Reference", + "startOffset": 2191, + "endOffset": 2198, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER", + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "2d2f6906d4de7a60241dcd5ef2ed1085", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "CTL", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 1 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 635.0, + 22.607998, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "CTL/without dictionary entry ", + "textAfter": " without Slash BL/without", + "startOffset": 1664, + "endOffset": 1667, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "86c9070e8d40b1ec0eb5fcfd8113337c", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Maximiliam Schmitt", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 341.44302, + 524.8, + 74.59213, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "address: example@mail.com Contact: ", + "textAfter": " Telephone number: +27414328992", + "startOffset": 4774, + "endOffset": 4792, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "e7ffd6d2a28ced4316773956fc4432f3", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "food-industry@korea.com", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 496.9, + 126.60005, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "122 34180 E-mail: ", + "textAfter": " Contact: This is", + "startOffset": 5490, + "endOffset": 5513, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "f48e74f8b582279d4cb711bc0a562262", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "gordonjcp@msn.com", + "reason": "Found by Email Regex", + "matchedRule": "PII.1.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 11, + 1 + ], + "closestHeadline": "Rule 21/22: Redact Emails by RegEx ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 404.96823, + 305.0, + 103.308075, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "reprehenderit in voluptate ", + "textAfter": " velit esse cillum", + "startOffset": 3840, + "endOffset": 3857, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 7 + }, + { + "id": "45b163ff30ced89beafdd35578957914", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Ranya Eikenboom", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 267.6, + 88.908005, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Ksenia Max Mustermann ", + "textAfter": " Charalampos Schenk Tanja", + "startOffset": 262, + "endOffset": 277, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "24e28fc9ade2ee1cb3d48afb077f7c9e", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "maximiliamschmitt@t-online.de", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 336.43906, + 349.9, + 116.82919, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Email: maximiliamschmitt@arcor.de e-mail: ", + "textAfter": " E-mail address: example@mail.com", + "startOffset": 6395, + "endOffset": 6424, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "536557e89d9aea334ea59d11de94b726", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Siegfried", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 85.78, + 398.7, + 43.884003, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Y. Tao Clara ", + "textAfter": " ← not added", + "startOffset": 3607, + "endOffset": 3616, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "17f3bfdb83bd422e3f3a94e0326b935b", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+81 764770164", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 327.06104, + 391.3, + 56.889008, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "2311 560 Tel.: ", + "textAfter": " Tel: +81 6653", + "startOffset": 6291, + "endOffset": 6304, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "079b10d0ca4e9c74cc747be056bc0728", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Doe J.", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 0, + 1 + ], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Paragraph: F. Lastname, J. Doe,", + "color": null, + "positions": [ + { + "rectangle": [ + 126.076, + 402.7, + 30.58799, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Mustermann Lastname M., ", + "textAfter": " Mustermann M.", + "startOffset": 99, + "endOffset": 105, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "117b434eb2a1bcf745e54e0829b96b8a", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Soylent Corporation Riddley Scott 359-21 Huam-dong Yongsan-gu", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 593.5, + 97.56001, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 164.8, + 579.7, + 65.59201, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 164.8, + 565.9, + 94.28401, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 164.8, + 552.1, + 57.39601, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "Contact point: Address: ", + "textAfter": " Seoul, South Korea", + "startOffset": 5666, + "endOffset": 5727, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "20d558ed4c783ac347259363d71c7dd0", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8933", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 348.976, + 277.40002, + 59.085022, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "34223331 Phone No. ", + "textAfter": " Contact: 493 1223", + "startOffset": 6608, + "endOffset": 6622, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "cac894cd2bca3f2988af03bfd4ea4d70", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Xinyi Y. Tao", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 412.5, + 60.599987, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "C. J. Alfred ", + "textAfter": " Clara Siegfried ←", + "startOffset": 3588, + "endOffset": 3600, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "2683b8eaf1213e22ac8f3deeba2947f7", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8933", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 348.976, + 473.0, + 59.085022, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "34223331 Phone No. ", + "textAfter": " Contact: 493 1223", + "startOffset": 4915, + "endOffset": 4929, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "0cc20a1c369031e07bff5ecb44f4c67d", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+27414328992", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 380.51205, + 318.8, + 54.593994, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Schmitt Telephone number: ", + "textAfter": " Telephone No: +274", + "startOffset": 6504, + "endOffset": 6516, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "3e9f7c96b459520e55aafc0bcd18fbd9", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Naka-27 Aomachi, Nomi, Ishikawa 923-1101, Japan, JP", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 481.5, + 269.37607, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Study is No ", + "textAfter": " Sude Halide Nurullah", + "startOffset": 3477, + "endOffset": 3528, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "e2c55aa32383aec040a6c8bd396613a8", + "type": "CBI_author", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Desiree", + "reason": "Author found by \"et al\" regex", + "matchedRule": "CBI.16.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 6, + 1 + ], + "closestHeadline": "Rule 14/15: Redact and add recommendation for et al. ", + "section": "Paragraph: Redact Term “Desiree”, “Melanie”", + "color": null, + "positions": [ + { + "rectangle": [ + 115.27, + 469.7, + 30.700005, + 9.535 + ], + "pageNumber": 3 + } + ], + "textBefore": "Redact Term “", + "textAfter": "”, “Melanie” and", + "startOffset": 1965, + "endOffset": 1972, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "b869545e47474aad2cb9f0f9a4343010", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 34223331", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 350.83902, + 483.4, + 56.79901, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "1432 8990 Telephone: ", + "textAfter": " Phone No. +274", + "startOffset": 4891, + "endOffset": 4904, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "f952d2ecca77327670888b5f0399d41a", + "type": "published_information", + "entryType": "HINT", + "state": "SKIPPED", + "value": "Oxford University Press", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 2 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Do not redact Names", + "color": null, + "positions": [ + { + "rectangle": [ + 193.03601, + 644.2, + 116.50806, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "dolor sit amet ", + "textAfter": " in voluptate velit", + "startOffset": 2975, + "endOffset": 2998, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "a1cd2f78399d3eb0f455566b35640428", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "CTL/with dictionary entry 1234 with Slash", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 5, + 2 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: CTL/with dictionary entry 1234", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 579.8, + 206.87999, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "", + "textAfter": " CTL with dictionary", + "startOffset": 1727, + "endOffset": 1768, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "e825aff2cf120b74e41a63b5b4643acb", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8991", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 364.03302, + 504.1, + 59.085022, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "+27414328992 Telephone No: ", + "textAfter": " Fax number: +274", + "startOffset": 4838, + "endOffset": 4852, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "a633318ea3d6f4eb67e5b195e85d1e2f", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "BL/without dictionary", + "reason": "", + "matchedRule": "SYN.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 1 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 621.2, + 106.84799, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "CTL without Slash ", + "textAfter": " entry BL without", + "startOffset": 1682, + "endOffset": 1703, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "803a1fb0b27205199ff3987989c3cb1e", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+82 122 34180", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 510.7, + 72.696, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "122 34188 Fax: ", + "textAfter": " E-mail: food-industry@korea.com Contact:", + "startOffset": 5468, + "endOffset": 5481, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "a78c37710fc1c0e4384642ef8742ab11", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "David Ksenia", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 295.2, + 65.591995, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "", + "textAfter": " Max Mustermann Ranya", + "startOffset": 234, + "endOffset": 246, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "2a8d99f9ec99bdeee50fd69e2b61a7de", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Schmitt", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 86.296, + 240.00003, + 37.211983, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Charalampos Schenk Tanja ", + "textAfter": " ← should not", + "startOffset": 303, + "endOffset": 310, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "1971ab70d58d4f3eed928c2257c6cbe2", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Emilia Lockhart", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 382.0601, + 246.40002, + 58.69806, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Institute Alternative contact: ", + "textAfter": " Alternative contact: Cyberdyne", + "startOffset": 6712, + "endOffset": 6727, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "a02e014750babe4f0db92f9fc1d91daa", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Wu", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 88.192, + 575.2, + 16.800003, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Huang, Ru X. ", + "textAfter": "", + "startOffset": 3328, + "endOffset": 3330, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "5087daae5c08ef637610b4f4ae88f47d", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+82 122 34180", + "reason": "Found after \"Fax:\" contact keyword", + "matchedRule": "PII.4.2", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 515.3, + 72.696, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "122 34188 Fax: ", + "textAfter": " E-mail: pharma-industry@korea.com Name:", + "startOffset": 7144, + "endOffset": 7157, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "9a2c18025c108650dd12983ebac5b230", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "maximiliamschmitt@t-online.de", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 336.43906, + 545.5, + 116.82919, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Email: maximiliamschmitt@arcor.de e-mail: ", + "textAfter": " E-mail address: example@mail.com", + "startOffset": 4702, + "endOffset": 4731, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "42d62fcbde88f72fbacd4960cb1fa2cc", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Seriknowmobil@co.uk", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 337.94205, + 566.2, + 83.52905, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "6653 44563 E-mail: ", + "textAfter": " Email: maximiliamschmitt@arcor.de e-mail:", + "startOffset": 4640, + "endOffset": 4659, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "c29fbd7397bfdddee3fa18c804a40307", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Özgür U. Reyhan", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 453.9, + 84.192, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Sude Halide Nurullah ", + "textAfter": " B. Rahim C.", + "startOffset": 3550, + "endOffset": 3565, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "4cf720a5d4f6262c85ff342d5a20cb24", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Central Research Industry", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 362.22406, + 617.9, + 93.77109, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Contact point: ", + "textAfter": " Phone: +49 2113", + "startOffset": 4518, + "endOffset": 4543, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "eb49af7be49b26b3fc99a5d64e72b0e8", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+81 6653 44563", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 324.86502, + 576.5, + 59.085022, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "+81 764770164 Tel: ", + "textAfter": " E-mail: Seriknowmobil@co.uk Email:", + "startOffset": 4617, + "endOffset": 4631, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "4fe4b6e3e779c4f20194a084907c7907", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+81 6653 44563", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 324.86502, + 380.9, + 59.085022, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "+81 764770164 Tel: ", + "textAfter": " E-mail: Seriknowmobil@co.uk Email:", + "startOffset": 6310, + "endOffset": 6324, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "a8ce126cf5a64014607862e99303c315", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Asya Lyon", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 199.75601, + 616.6, + 52.29602, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Geiger, Julian Ritter, ", + "textAfter": ", Carina Madsen,", + "startOffset": 3062, + "endOffset": 3071, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "395d09bdd585bd5b5e1f03fcf8bd6260", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Ritter", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 167.572, + 616.6, + 27.276016, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Iakovos Geiger, Julian ", + "textAfter": ", Asya Lyon,", + "startOffset": 3054, + "endOffset": 3060, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "9c2d6c39701d448cca187acb3aa6e0a4", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8990", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 356.75204, + 298.1, + 58.995026, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "8991 Fax number: ", + "textAfter": " Telephone: +274 34223331", + "startOffset": 6558, + "endOffset": 6572, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "9fbfde64599cdf182ae3fe168793ba97", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Central Research Industry", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 362.22406, + 422.3, + 93.77109, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Contact point: ", + "textAfter": " Phone: +49 2113", + "startOffset": 6211, + "endOffset": 6236, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "e47790a64f65c1b323794e09931db5c7", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Alexandra Häusler", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 336.31607, + 616.6, + 90.252045, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Lyon, Carina Madsen, ", + "textAfter": ", Hanke Mendel,", + "startOffset": 3088, + "endOffset": 3105, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "59676b267fd0f8bdb2f2f06f5cdceeef", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 15, + 2 + ], + "closestHeadline": "Rule 29/30/31/32: If Text contains \"AUTHORS:\" and \"COMPLETION DATES\" but not \"STUDY COMPLETION DATES\", then Redact between both ", + "section": "Paragraph: Study Report___ AUTHOR(S): Dr.", + "color": null, + "positions": [ + { + "rectangle": [ + 200.8, + 334.0, + 70.89604, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": "", + "startOffset": 7599, + "endOffset": 7613, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "1dc2638f58f77e3e9b28cf344fc682f6", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Umbrella Corporation Jill Valentine 359-21 Huam-dong Yongsan-gu", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 598.1, + 106.16403, + 10.642 + ], + "pageNumber": 7 + }, + { + "rectangle": [ + 128.8, + 584.3, + 62.676025, + 10.642 + ], + "pageNumber": 7 + }, + { + "rectangle": [ + 128.8, + 570.5, + 94.28401, + 10.642 + ], + "pageNumber": 7 + }, + { + "rectangle": [ + 128.8, + 556.7, + 57.39601, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "Name: Contact: Address: ", + "textAfter": " Seoul, South Korea", + "startOffset": 7216, + "endOffset": 7279, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-5", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 5 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 5 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-6", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-7", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 236.8, + 182.90005, + 70.89604, + 10.642 + ], + "pageNumber": 7 + }, + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-8", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 692.1, + 480.67322, + 11.867801 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 675.9, + 182.36938, + 11.867801 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 657.6, + 144.68997, + 9.535 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 646.0, + 143.48999, + 9.535 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 618.8, + 81.57599, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 605.0, + 286.16415, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 591.2, + 341.55615, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 527.0, + 134.7369, + 11.867801 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 493.0, + 18.612003, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 428.8, + 130.04729, + 11.867801 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 410.5, + 203.16997, + 9.535 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 383.3, + 48.10799, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 383.3, + 23.999985, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 369.5, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 369.5, + 122.592026, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 355.7, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 355.7, + 129.38402, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 341.9, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 341.9, + 129.38402, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 328.1, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 328.1, + 296.24414, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 314.3, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 314.3, + 289.28424, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 300.5, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 300.5, + 289.28424, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 286.7, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 286.7, + 289.48822, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 272.90002, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 272.90002, + 289.48822, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 259.1, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 259.1, + 286.48822, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 245.30002, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 245.30002, + 286.58423, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 231.50003, + 69.916, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 231.50003, + 53.88002, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 217.70004, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 217.70004, + 195.15614, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 203.90005, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 203.90005, + 201.94817, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 190.1, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 190.1, + 201.94817, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 176.30002, + 43.907993, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 176.30002, + 56.591995, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 383.3, + 48.10799, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 369.5, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 355.7, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 341.9, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 328.1, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 314.3, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 300.5, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 286.7, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 272.90002, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 259.1, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 245.30002, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 231.50003, + 69.916, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 217.70004, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 203.90005, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 190.1, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 176.30002, + 43.907993, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 383.3, + 23.999985, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 369.5, + 21.996002, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 355.7, + 28.692001, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 341.9, + 28.692001, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 328.1, + 27.996002, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 314.3, + 35.483994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 300.5, + 35.483994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 286.7, + 35.604004, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 272.90002, + 35.615997, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 259.1, + 32.604004, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 245.30002, + 32.619995, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 231.50003, + 53.88002, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 217.70004, + 195.15614, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 203.90005, + 201.94817, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 190.1, + 201.94817, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 176.30002, + 56.591995, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 201.796, + 369.5, + 85.59602, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 208.492, + 355.7, + 85.69202, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 208.492, + 341.9, + 85.69202, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 207.796, + 328.1, + 253.24815, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 215.284, + 314.3, + 238.80023, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 215.284, + 300.5, + 238.80023, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 215.404, + 286.7, + 238.88423, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 215.404, + 272.90002, + 238.88423, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 212.404, + 259.1, + 238.8842, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 212.5, + 245.30002, + 238.88422, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 8 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-9", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 692.1, + 410.3132, + 11.867801 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 673.8, + 299.59988, + 9.535 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 646.6, + 491.07623, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 632.8, + 130.15198, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 582.4, + 202.02211, + 11.867801 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 564.0, + 144.68997, + 9.535 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 552.5, + 143.48999, + 9.535 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 470.1, + 156.0, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 308.8, + 470.1, + 156.0, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 456.3, + 154.152, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 308.8, + 456.3, + 121.86008, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 470.1, + 156.0, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 456.3, + 154.152, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 308.8, + 470.1, + 156.0, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 308.8, + 456.3, + 121.86008, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 392.1, + 144.06268, + 11.867801 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 373.7, + 277.7199, + 9.535 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 9 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 1 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-2", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 2 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-3", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 3 + }, + { + "rectangle": [ + 56.8, + 150.00003, + 443.61618, + 10.642 + ], + "pageNumber": 3 + }, + { + "rectangle": [ + 56.8, + 136.20004, + 447.27618, + 10.642 + ], + "pageNumber": 3 + }, + { + "rectangle": [ + 56.8, + 122.400055, + 72.56398, + 10.642 + ], + "pageNumber": 3 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-4", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 4 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "24ee8a3d0faacd7b7db3736891e69876", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "CTL with dictionary entry 5678 without Slash", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 5, + 2 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: CTL/with dictionary entry 1234", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 566.0, + 221.40001, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "1234 with Slash ", + "textAfter": " BL/with dictionary entry", + "startOffset": 1769, + "endOffset": 1813, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "358624ac0ea3cc03ea6654a715a04045", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Riddley Scott", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 579.7, + 65.59201, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "Corporation Contact point: ", + "textAfter": " Address: 359-21 Huam-dong", + "startOffset": 5372, + "endOffset": 5385, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "d602e1d26927abbd9d67ff8eaaac2433", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "library@outlook.com", + "reason": "Found by Email Regex", + "matchedRule": "PII.1.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 11, + 1 + ], + "closestHeadline": "Rule 21/22: Redact Emails by RegEx ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 171.748, + 305.0, + 103.296036, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "irure dolor in ", + "textAfter": " reprehenderit in voluptate", + "startOffset": 3793, + "endOffset": 3812, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 7 + }, + { + "id": "28af2938317b251720c52515851ce074", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Maximiliam Schmitt", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 341.44302, + 329.2, + 74.59213, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "address: example@mail.com Contact: ", + "textAfter": " Telephone number: +27414328992", + "startOffset": 6467, + "endOffset": 6485, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "a0ac923a5daf14f856ffd6122e405959", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "example@mail.com", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 367.21008, + 535.1, + 72.387085, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "maximiliamschmitt@t-online.de E-mail address: ", + "textAfter": " Contact: Maximiliam Schmitt", + "startOffset": 4748, + "endOffset": 4764, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "f8c3cb1326a737898e8aa9ba2182a8d5", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Jill Valentine", + "reason": "Found after \"Contact:\" contact keyword", + "matchedRule": "PII.5.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 584.3, + 62.676025, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "Umbrella Corporation Contact: ", + "textAfter": " Address: 359-21 Huam-dong", + "startOffset": 7047, + "endOffset": 7061, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "cc7e192a6544187e3be18675aab44a55", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Kong", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 409.393, + 400.6, + 19.997986, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Defense 121a Hong ", + "textAfter": ", BT District", + "startOffset": 5098, + "endOffset": 5102, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "c1626fc429b0287fb5134b2851754526", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Jun", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 216.736, + 589.0, + 16.595993, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "laborum. Min Kwok, ", + "textAfter": " K., Tu Wong,", + "startOffset": 3259, + "endOffset": 3262, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "aacc24bfd201f4299c1c9c5bc62b5b0e", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "493 1223 4592", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 341.44302, + 462.7, + 53.991028, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "1432 8933 Contact: ", + "textAfter": " European contact: European", + "startOffset": 4939, + "endOffset": 4952, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "a5dba499bc08067948ba6936c7c7231a", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Key", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 0 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Headline: Rule 16/17 (additional) negative", + "color": null, + "positions": [ + { + "rectangle": [ + 418.6, + 170.20001, + 25.817108, + 11.867801 + ], + "pageNumber": 3 + } + ], + "textBefore": "Test; missing second ", + "textAfter": "", + "startOffset": 2805, + "endOffset": 2808, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 10 + }, + { + "id": "0fd31b37f7c5b2750ff8003f494c8443", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Hanke Mendel", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 432.0761, + 616.6, + 70.920044, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Madsen, Alexandra Häusler, ", + "textAfter": ", Ranya Eikenboom.", + "startOffset": 3107, + "endOffset": 3119, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "e5de8a20bd33b638bd1b29caf0976dc9", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "example@mail.com", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 367.21008, + 339.5, + 72.387085, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "maximiliamschmitt@t-online.de E-mail address: ", + "textAfter": " Contact: Maximiliam Schmitt", + "startOffset": 6441, + "endOffset": 6457, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "a55592729000f965a5bf4891f22cbc5c", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+49 2113 2311 563", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 335.98, + 607.6, + 69.68704, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Research Industry Phone: ", + "textAfter": " Fax: +49 2113", + "startOffset": 4551, + "endOffset": 4568, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "61abc2bfe6e8721f4761d4d86b0b1e9c", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Wong", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 269.51196, + 589.0, + 28.29602, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Jun K., Tu ", + "textAfter": ", Qiang Suen,", + "startOffset": 3270, + "endOffset": 3274, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "67f56e492bf95c9e485afdf767aa71e7", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+49 2113 2311 563", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 335.98, + 412.0, + 69.68704, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Research Industry Phone: ", + "textAfter": " Fax: +49 2113", + "startOffset": 6244, + "endOffset": 6261, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "3f813175e3357048bc32ece7c694f94b", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Emilia Lockhart", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 382.0601, + 442.0, + 58.69806, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Institute Alternative contact: ", + "textAfter": " Alternative contact: Cyberdyne", + "startOffset": 5019, + "endOffset": 5034, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "511f8e06bd919ac466e4996c74766245", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Max Mustermann", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 281.4, + 85.57201, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "David Ksenia ", + "textAfter": " Ranya Eikenboom Charalampos", + "startOffset": 247, + "endOffset": 261, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "a1fbebd0e8c4677cf93a9ea56a630ac0", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "4-6 Chem. des Varennes, 18300 Saint-Satur, France, FR", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 607.4, + 268.1041, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Bourges, France, FR ", + "textAfter": " Lesdo Industries, Chäppelisträssli,", + "startOffset": 614, + "endOffset": 667, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "38720447405c152e6ed1eae103e0e834", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "maximiliamschmitt@arcor.de", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 334.94504, + 360.2, + 106.83017, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "E-mail: Seriknowmobil@co.uk Email: ", + "textAfter": " e-mail: maximiliamschmitt@t-online.de E-mail", + "startOffset": 6360, + "endOffset": 6386, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "2fed891d93f2aa2bf755769b559a3c00", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Geiger", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 97.792, + 616.6, + 32.592003, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Iakovos ", + "textAfter": ", Julian Ritter,", + "startOffset": 3039, + "endOffset": 3045, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "64061ae834e94d72d683b5f89ea268f1", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8991", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 364.03302, + 308.5, + 59.085022, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "+27414328992 Telephone No: ", + "textAfter": " Fax number: +274", + "startOffset": 6531, + "endOffset": 6545, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "d4b58b78349c02e9012ff8880acbde91", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "kawasaki@me.com", + "reason": "Found by Email Regex", + "matchedRule": "PII.1.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 11, + 1 + ], + "closestHeadline": "Rule 21/22: Redact Emails by RegEx ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 138.06398, + 277.40002, + 93.99602, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "proident, sunt in ", + "textAfter": " culpa qui officia", + "startOffset": 3985, + "endOffset": 4000, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 7 + }, + { + "id": "4d1491003d1e0f4607f5161aed468c2d", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Seriknowmobil@co.uk", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 337.94205, + 370.6, + 83.52905, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "6653 44563 E-mail: ", + "textAfter": " Email: maximiliamschmitt@arcor.de e-mail:", + "startOffset": 6333, + "endOffset": 6352, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "44e24225927db6d8625946c2806365d8", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "This is a special case, everything between this and the next keyword should be redacted", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 483.1, + 282.74426, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 164.8, + 469.3, + 134.86809, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "E-mail: food-industry@korea.com Contact: ", + "textAfter": " Tel.: +275 5678", + "startOffset": 5523, + "endOffset": 5610, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "81b75875d9c6e76eda87bc716a29240a", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Feuer A.", + "reason": "Author(s) found", + "matchedRule": "CBI.9.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 4, + 2, + 0, + 16 + ], + "closestHeadline": "Rule 6-11 (Authors Table) ", + "section": "Table_cell: Feuer A.", + "color": null, + "positions": [ + { + "rectangle": [ + 146.8, + 284.0, + 36.193512, + 9.81175 + ], + "pageNumber": 2 + } + ], + "textBefore": "", + "textAfter": "", + "startOffset": 1432, + "endOffset": 1440, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 24 + }, + { + "id": "e2a8752794bdd15e1a4f03a56089c3b8", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Huang", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 507.04016, + 589.0, + 31.991943, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Liu, Lei W. ", + "textAfter": ", Ru X.", + "startOffset": 3315, + "endOffset": 3320, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "1f4a7eaf20a0cbc8e64d9e47eb263b6d", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Shlissel'burgskaya Ulitsa, Nizhny Novgorod Oblast, Russia, 603034, RU", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 579.8, + 350.02808, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "6078 Lungern, Switzerland ", + "textAfter": " Karl Johans Gate", + "startOffset": 730, + "endOffset": 799, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER", + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "0f2a0477c82c5bb07c2c31acce3ddba9", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+275 5678 1234 132", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 455.5, + 99.696, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "be redacted Tel.: ", + "textAfter": " Name: Contact point:", + "startOffset": 5617, + "endOffset": 5635, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "0f1823c7f03bdba9bccc51691ca09223", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Institut Industries, 33 Rue Jean Baffier, 18000 Bourges, France, FR", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 621.2, + 323.1841, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Warnsveld, Netherlands, NL ", + "textAfter": " 4-6 Chem. des", + "startOffset": 546, + "endOffset": 613, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "268b403914c90bf451f9f767e4ed0418", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Ning", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 422.46408, + 589.0, + 23.988007, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Suen, Zhou Mah, ", + "textAfter": " Liu, Lei W.", + "startOffset": 3298, + "endOffset": 3302, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "fa076f138b26754accaf870b09af6aa9", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Lesdo Industries, Chäppelisträssli, 6078 Lungern, Switzerland", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 593.6, + 299.08817, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Saint-Satur, France, FR ", + "textAfter": " Shlissel'burgskaya Ulitsa, Nizhny", + "startOffset": 668, + "endOffset": 729, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "9ec723f8e002b82909c91449d02d3516", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Sude Halide Nurullah", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 467.7, + 104.556015, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "923-1101, Japan, JP ", + "textAfter": " Özgür U. Reyhan", + "startOffset": 3529, + "endOffset": 3549, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "51f75392d69893976589e8a521f74516", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Key", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 8, + 0 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing first Key ", + "section": "Headline: Rule 16/17 (additional) negative", + "color": null, + "positions": [ + { + "rectangle": [ + 395.63718, + 279.9, + 25.817108, + 11.867801 + ], + "pageNumber": 3 + } + ], + "textBefore": "Test; missing first ", + "textAfter": "", + "startOffset": 2492, + "endOffset": 2495, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "4264a199e74c3ff171c86ae1ea8782a8", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Liu", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 449.4521, + 589.0, + 16.596039, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Zhou Mah, Ning ", + "textAfter": ", Lei W.", + "startOffset": 3303, + "endOffset": 3306, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "15ac5a438d4baf1c03582063c77d8a3d", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Funnarie B.", + "reason": "Author(s) found", + "matchedRule": "CBI.9.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 4, + 2, + 0, + 11 + ], + "closestHeadline": "Rule 6-11 (Authors Table) ", + "section": "Table_cell: Funnarie B.", + "color": null, + "positions": [ + { + "rectangle": [ + 140.0, + 313.8, + 49.48651, + 9.81175 + ], + "pageNumber": 2 + } + ], + "textBefore": "", + "textAfter": "", + "startOffset": 1338, + "endOffset": 1349, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER", + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 19 + }, + { + "id": "566f9fb9aa2960777f9ce5ec5660f496", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "European Central Institute", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 376.09305, + 256.7, + 94.86011, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "4592 European contact: ", + "textAfter": " Alternative contact: Emilia", + "startOffset": 6664, + "endOffset": 6690, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "d9c8c6280530857a519ed330ee69e75c", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8990", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 356.75204, + 493.7, + 58.995026, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "8991 Fax number: ", + "textAfter": " Telephone: +274 34223331", + "startOffset": 4865, + "endOffset": 4879, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "691d65f4e8a439493dd2ad1b1ab9164c", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 34223331", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 350.83902, + 287.8, + 56.79901, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "1432 8990 Telephone: ", + "textAfter": " Phone No. +274", + "startOffset": 6584, + "endOffset": 6597, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "2e4f58d997cbd08c51d533652cfe895f", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "dinther@comcast.net", + "reason": "Found by Email Regex", + "matchedRule": "PII.1.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 11, + 1 + ], + "closestHeadline": "Rule 21/22: Redact Emails by RegEx ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 333.89212, + 291.2, + 101.98816, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "pariatur. Excepteur sint ", + "textAfter": " occaecat cupidatat non", + "startOffset": 3924, + "endOffset": 3943, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 7 + }, + { + "id": "09965c1f5738a243b202153bee4d7644", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "M. Mustermann", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 0, + 1 + ], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Paragraph: F. Lastname, J. Doe,", + "color": null, + "positions": [ + { + "rectangle": [ + 157.768, + 416.5, + 77.268005, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Lastname, J. Doe, ", + "textAfter": " Lastname M., Doe", + "startOffset": 72, + "endOffset": 85, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "f6274aae4922be2b2b892e05571f4085", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "CTL", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 1 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 648.8, + 22.607998, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "Study is No ", + "textAfter": "/without dictionary entry", + "startOffset": 1635, + "endOffset": 1638, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "22a1fdb3eb6a4ea2ea0e39b2c7997679", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Charalampos Schenk", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 253.80002, + 101.56799, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Mustermann Ranya Eikenboom ", + "textAfter": " Tanja Schmitt ←", + "startOffset": 278, + "endOffset": 296, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "3664d59b873572a36fd75f80d92642bf", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "BL with dictionary entry 5678 without Slash", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 5, + 2 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: CTL/with dictionary entry 1234", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 538.4, + 214.10399, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "1234 with Slash ", + "textAfter": "", + "startOffset": 1855, + "endOffset": 1898, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "1aec918c33c885000f9dc21b40759fd8", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+27414328992", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 380.51205, + 514.4, + 54.593994, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Schmitt Telephone number: ", + "textAfter": " Telephone No: +274", + "startOffset": 4811, + "endOffset": 4823, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "fcd54d3870d2508f0cc0d3dd6aa137be", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+82 122 34188", + "reason": "Found after \"Phone:\" contact keyword", + "matchedRule": "PII.4.2", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 529.1, + 72.696, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "South Korea Phone: ", + "textAfter": " Fax: +82 122", + "startOffset": 7125, + "endOffset": 7138, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "6dbd8c96d927ffb311b7d6b97b3ce259", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Karl Johans Gate 11, 0154 Oslo, Norway", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 566.0, + 197.44803, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Russia, 603034, RU ", + "textAfter": ", NOR ←", + "startOffset": 800, + "endOffset": 838, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "e9ca9a3e725b75d9a6a95a540065a79e", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+81 764770164", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 327.06104, + 586.9, + 56.889008, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "2311 560 Tel.: ", + "textAfter": " Tel: +81 6653", + "startOffset": 4598, + "endOffset": 4611, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "98a50fef818acd3d65cccf2ae46635b4", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+82 122 34188", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 524.5, + 72.696, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "South Korea Phone: ", + "textAfter": " Fax: +82 122", + "startOffset": 5449, + "endOffset": 5462, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "67b072eb9e8a297a470e4f1f36cd1547", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Michael N.", + "reason": "Author(s) found", + "matchedRule": "CBI.9.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 4, + 2, + 0, + 6 + ], + "closestHeadline": "Rule 6-11 (Authors Table) ", + "section": "Table_cell: Michael N.", + "color": null, + "positions": [ + { + "rectangle": [ + 141.2, + 343.5, + 47.197525, + 9.81175 + ], + "pageNumber": 2 + } + ], + "textBefore": "", + "textAfter": "", + "startOffset": 1243, + "endOffset": 1253, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER", + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 14 + }, + { + "id": "0520e197e92be50e1d019f4c7f0cc849", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Desiree", + "reason": "Author found by \"et al\" regex", + "matchedRule": "CBI.16.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 6, + 1 + ], + "closestHeadline": "Rule 14/15: Redact and add recommendation for et al. ", + "section": "Paragraph: Redact Term “Desiree”, “Melanie”", + "color": null, + "positions": [ + { + "rectangle": [ + 324.28015, + 456.3, + 36.57602, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "consectetur adipiscing elit ", + "textAfter": " et al sed", + "startOffset": 2111, + "endOffset": 2118, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "4f9c0fd2d1bba42bfc8991f2224e6c82", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "493 1223 4592", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 341.44302, + 267.09998, + 53.991028, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "1432 8933 Contact: ", + "textAfter": " European contact: European", + "startOffset": 6632, + "endOffset": 6645, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "1e62e8d1cf1e1f67f13a4430c9abb68b", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Ranya Eikenboom", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 509.05618, + 616.6, + 30.611908, + 10.642 + ], + "pageNumber": 4 + }, + { + "rectangle": [ + 56.8, + 602.8, + 55.307995, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Häusler, Hanke Mendel, ", + "textAfter": ". Excepteur sint", + "startOffset": 3121, + "endOffset": 3136, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "34826683b4cc8d74f0058fe7f0c62c4f", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "BL/with dictionary entry 1234 with Slash", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 5, + 2 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: CTL/with dictionary entry 1234", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 552.2, + 199.49998, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "5678 without Slash ", + "textAfter": " BL with dictionary", + "startOffset": 1814, + "endOffset": 1854, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "2ab0857d0a4d634eb4078eabba6643f4", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "C. J. Alfred", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 426.3, + 55.272007, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Reyhan B. Rahim ", + "textAfter": " Xinyi Y. Tao", + "startOffset": 3575, + "endOffset": 3587, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "fdf66b0138a2d517b302c0a7959012f5", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+49 2113 2311 560", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 326.98, + 597.2, + 69.68704, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "2311 563 Fax: ", + "textAfter": " Tel.: +81 764770164", + "startOffset": 4574, + "endOffset": 4591, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "825807b90b5280209a66abd5d55e5349", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "B. Rahim", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 440.1, + 45.91199, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Özgür U. Reyhan ", + "textAfter": " C. J. Alfred", + "startOffset": 3566, + "endOffset": 3574, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "6a80af54cc2a585a76235c87b058e35a", + "type": "CBI_author", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Lastname, J.", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 0, + 1 + ], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Paragraph: F. Lastname, J. Doe,", + "color": null, + "positions": [ + { + "rectangle": [ + 68.5, + 416.5, + 60.276, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "F. ", + "textAfter": " Doe, M. Mustermann", + "startOffset": 54, + "endOffset": 66, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "77113f28f09b50dfae31fdab3c75a904", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "CTL", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 0 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Headline: Rule 12/13: Redact/Hint if", + "color": null, + "positions": [ + { + "rectangle": [ + 229.79291, + 692.1, + 27.382202, + 11.867801 + ], + "pageNumber": 3 + } + ], + "textBefore": "12/13: Redact/Hint if ", + "textAfter": " or BL was", + "startOffset": 1546, + "endOffset": 1549, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 1 + }, + { + "id": "ccc1fdec826cb5427884ea6993798dff", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "pharma-industry@korea.com", + "reason": "Found after \"E-mail:\" contact keyword", + "matchedRule": "PII.4.2", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 501.5, + 140.59203, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "122 34180 E-mail: ", + "textAfter": " Name: Contact: Address:", + "startOffset": 7166, + "endOffset": 7191, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "14f8c3aebc8e3be693291e412c781059", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "maximiliamschmitt@arcor.de", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 334.94504, + 555.8, + 106.83017, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "E-mail: Seriknowmobil@co.uk Email: ", + "textAfter": " e-mail: maximiliamschmitt@t-online.de E-mail", + "startOffset": 4667, + "endOffset": 4693, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "a3142f132fef6ba351d1bc075d64c60f", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+49 2113 2311 560", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 326.98, + 401.6, + 69.68704, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "2311 563 Fax: ", + "textAfter": " Tel.: +81 764770164", + "startOffset": 6267, + "endOffset": 6284, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "e573140c05de00f50d72a5ed0d7d7e3e", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Zhou", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 366.17206, + 589.0, + 25.29602, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Wong, Qiang Suen, ", + "textAfter": " Mah, Ning Liu,", + "startOffset": 3288, + "endOffset": 3292, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "ec8080659da6ad5d6589b082b6cf6be7", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Kong", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 409.393, + 205.0, + 19.997986, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Defense 121a Hong ", + "textAfter": ", BT District", + "startOffset": 6791, + "endOffset": 6795, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "beda7be3a1cdf17f0d6b4a2fe3b79526", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Carina Madsen", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 258.05203, + 616.6, + 72.87604, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Ritter, Asya Lyon, ", + "textAfter": ", Alexandra Häusler,", + "startOffset": 3073, + "endOffset": 3086, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "8a298e7890c9d428bdcc78675574dc22", + "type": "CBI_author", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Melanie", + "reason": "Author found by \"et al\" regex", + "matchedRule": "CBI.16.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 6, + 1 + ], + "closestHeadline": "Rule 14/15: Redact and add recommendation for et al. ", + "section": "Paragraph: Redact Term “Desiree”, “Melanie”", + "color": null, + "positions": [ + { + "rectangle": [ + 162.12, + 469.7, + 32.710007, + 9.535 + ], + "pageNumber": 3 + } + ], + "textBefore": "Term “Desiree”, “", + "textAfter": "” and add", + "startOffset": 1976, + "endOffset": 1983, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "182307d10f3953a498b031918d863266", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Doe", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 0, + 1 + ], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Paragraph: F. Lastname, J. Doe,", + "color": null, + "positions": [ + { + "rectangle": [ + 131.776, + 416.5, + 20.003998, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "F. Lastname, J. ", + "textAfter": ", M. Mustermann", + "startOffset": 67, + "endOffset": 70, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "74733d27dd3439281a0e2923195074c2", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Warnsveld, 7232 CX Warnsveld, Netherlands, NL", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 635.0, + 240.348, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "", + "textAfter": " Institut Industries, 33", + "startOffset": 500, + "endOffset": 545, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "9dacd8ad51a771c977cd4a31134977f0", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "European Central Institute", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 376.09305, + 452.3, + 94.86011, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "4592 European contact: ", + "textAfter": " Alternative contact: Emilia", + "startOffset": 4971, + "endOffset": 4997, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "248aa0a566eca6a5ca8da9864cebee2b", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "BL without Slash", + "reason": "", + "matchedRule": "SYN.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 1 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 607.4, + 83.45999, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "BL/without dictionary entry ", + "textAfter": "", + "startOffset": 1710, + "endOffset": 1726, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "aa4998f9f3418380acf643578529be00", + "type": "logo", + "entryType": "IMAGE", + "state": "SKIPPED", + "value": "Image:Logo", + "reason": "Logo Found", + "matchedRule": "ETC.3.1", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 1, + 3 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Section: Rule 1/2: Redact CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 177.0, + 470.0, + 258.0, + 237.0 + ], + "pageNumber": 1 + } + ], + "textBefore": null, + "textAfter": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": -1 + }, + { + "id": "90773d6509cedfcc7131235325d510e6", + "type": "signature", + "entryType": "IMAGE", + "state": "APPLIED", + "value": "Image:Signature", + "reason": "Signature Found", + "matchedRule": "ETC.2.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 20, + 3 + ], + "closestHeadline": "Rule 40: Ignore Dossier-Redaction if Confidentiality is not set ", + "section": "Section: Rule 40: Ignore Dossier-Redaction", + "color": null, + "positions": [ + { + "rectangle": [ + 68.0, + 472.0, + 139.0, + 61.0 + ], + "pageNumber": 9 + } + ], + "textBefore": null, + "textAfter": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": true, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": -1 + }, + { + "id": "6c1fea09a2ccdca17cf7c9d903ae781e", + "type": "signature", + "entryType": "IMAGE", + "state": "APPLIED", + "value": "Image:Signature", + "reason": "Signature Found", + "matchedRule": "ETC.2.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 20, + 4 + ], + "closestHeadline": "Rule 40: Ignore Dossier-Redaction if Confidentiality is not set ", + "section": "Section: Rule 40: Ignore Dossier-Redaction", + "color": null, + "positions": [ + { + "rectangle": [ + 319.0, + 471.0, + 157.0, + 73.0 + ], + "pageNumber": 9 + } + ], + "textBefore": null, + "textAfter": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": true, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": -1 + }, + { + "id": "92c8f8d848e734c10c1376b4a97b7b26", + "type": "logo", + "entryType": "IMAGE", + "state": "SKIPPED", + "value": "Image:Logo", + "reason": "Logo Found", + "matchedRule": "ETC.3.1", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 21, + 3 + ], + "closestHeadline": "Rule 41/42: Redact Signatures ", + "section": "Section: Rule 41/42: Redact Signatures", + "color": null, + "positions": [ + { + "rectangle": [ + 186.0, + 217.0, + 198.0, + 142.0 + ], + "pageNumber": 9 + } + ], + "textBefore": null, + "textAfter": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": -1 + }, + { + "id": "5ef9560b32d894a2d434db890fa0aa8d", + "type": "manual", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Clarissa’s Donut", + "reason": "manual entries are applied by default, created by manual change", + "matchedRule": "MAN.5.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 3, + 1 + ], + "closestHeadline": "Rule 5: Do not redact genitive CBI_authors (Entries based on Dict) ", + "section": "Paragraph: Expand to Hint Clarissa’s", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 483.9, + 79.584, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Expand to Hint ", + "textAfter": " ← not added", + "startOffset": 971, + "endOffset": 987, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 2, + "type": "ADDED", + "dateTime": "2024-05-21T07:51:05.159Z" + } + ], + "manualChanges": [ + { + "manualRedactionType": "ADD", + "processedDate": "2024-05-21T07:51:05.146Z", + "requestedDate": "2024-05-21T07:51:04.522Z", + "userId": "1e99b327-ff33-4dc4-8129-39b423377f44", + "propertyChanges": { + "value": "Clarissa’s Donut" + }, + "processed": true + } + ], + "engines": [ + "MANUAL" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "70f478cf842f6ea031a4b11c4d67da75", + "type": "manual", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Simpson's To", + "reason": "manual entries are applied by default, created by manual change", + "matchedRule": "MAN.5.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 3, + 1 + ], + "closestHeadline": "Rule 5: Do not redact genitive CBI_authors (Entries based on Dict) ", + "section": "Paragraph: Expand to Hint Clarissa’s", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 470.1, + 64.056, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "be not annotated ", + "textAfter": "wer ← added", + "startOffset": 1033, + "endOffset": 1045, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 3, + "type": "ADDED", + "dateTime": "2024-05-21T07:57:45.723Z" + } + ], + "manualChanges": [ + { + "manualRedactionType": "ADD", + "processedDate": "2024-05-21T07:57:45.685Z", + "requestedDate": "2024-05-21T07:57:45.065Z", + "userId": "1e99b327-ff33-4dc4-8129-39b423377f44", + "propertyChanges": { + "value": "Simpson's To" + }, + "processed": true + } + ], + "engines": [ + "MANUAL" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + } + ], + "legalBasis": [ + { + "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", + "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + }, + { + "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", + "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + }, + { + "name": "2. manufacturing or production process", + "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "3. links between a producer and applicant", + "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "4. commercial information", + "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "5. quantitative composition", + "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "6. specification of impurity", + "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + }, + { + "name": "7. results of production batches", + "description": "results of production batches of the active substance including impurities", + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + }, + { + "name": "8. composition of a plant protection product", + "description": "information on the complete composition of a plant protection product", + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + } + ], + "dictionaryVersion": 20, + "dossierDictionaryVersion": 15, + "rulesVersion": 1, + "legalBasisVersion": 2 +} \ No newline at end of file diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/entityLogWithParagraphIdx.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/entityLogWithParagraphIdx.json new file mode 100644 index 0000000..29a2380 --- /dev/null +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/entityLogWithParagraphIdx.json @@ -0,0 +1,7853 @@ +{ + "analysisVersion": 1, + "analysisNumber": 3, + "entityLogEntry": [ + { + "id": "fdad8f80771e8998ffb7516619bbde36", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Lei", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 472.04813, + 589.0, + 16.02002, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Mah, Ning Liu, ", + "textAfter": " W. Huang, Ru", + "startOffset": 3308, + "endOffset": 3311, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "442b12af542f4517b3a7b8681a4b6d8f", + "type": "hint_only", + "entryType": "HINT", + "state": "SKIPPED", + "value": "mark", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 1 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Dont Redact (mark as", + "color": null, + "positions": [ + { + "rectangle": [ + 112.86999, + 673.8, + 20.519997, + 9.535 + ], + "pageNumber": 2 + } + ], + "textBefore": "Dont Redact (", + "textAfter": " as skipped) when", + "startOffset": 419, + "endOffset": 423, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "a3042d61a6f9956ba043ba2398cbbf2b", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Melanie", + "reason": "Author found by \"et al\" regex", + "matchedRule": "CBI.16.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 6, + 1 + ], + "closestHeadline": "Rule 14/15: Redact and add recommendation for et al. ", + "section": "Paragraph: Redact Term “Desiree”, “Melanie”", + "color": null, + "positions": [ + { + "rectangle": [ + 214.66, + 442.5, + 39.300003, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "dolore magna aliqua ", + "textAfter": " et al. Reference", + "startOffset": 2191, + "endOffset": 2198, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER", + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "2d2f6906d4de7a60241dcd5ef2ed1085", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "CTL", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 1 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 635.0, + 22.607998, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "CTL/without dictionary entry ", + "textAfter": " without Slash BL/without", + "startOffset": 1664, + "endOffset": 1667, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "86c9070e8d40b1ec0eb5fcfd8113337c", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Maximiliam Schmitt", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 341.44302, + 524.8, + 74.59213, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "address: example@mail.com Contact: ", + "textAfter": " Telephone number: +27414328992", + "startOffset": 4774, + "endOffset": 4792, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "e7ffd6d2a28ced4316773956fc4432f3", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "food-industry@korea.com", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 496.9, + 126.60005, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "122 34180 E-mail: ", + "textAfter": " Contact: This is", + "startOffset": 5490, + "endOffset": 5513, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "f48e74f8b582279d4cb711bc0a562262", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "gordonjcp@msn.com", + "reason": "Found by Email Regex", + "matchedRule": "PII.1.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 11, + 1 + ], + "closestHeadline": "Rule 21/22: Redact Emails by RegEx ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 404.96823, + 305.0, + 103.308075, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "reprehenderit in voluptate ", + "textAfter": " velit esse cillum", + "startOffset": 3840, + "endOffset": 3857, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 7 + }, + { + "id": "45b163ff30ced89beafdd35578957914", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Ranya Eikenboom", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 267.6, + 88.908005, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Ksenia Max Mustermann ", + "textAfter": " Charalampos Schenk Tanja", + "startOffset": 262, + "endOffset": 277, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "24e28fc9ade2ee1cb3d48afb077f7c9e", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "maximiliamschmitt@t-online.de", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 336.43906, + 349.9, + 116.82919, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Email: maximiliamschmitt@arcor.de e-mail: ", + "textAfter": " E-mail address: example@mail.com", + "startOffset": 6395, + "endOffset": 6424, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "536557e89d9aea334ea59d11de94b726", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Siegfried", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 85.78, + 398.7, + 43.884003, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Y. Tao Clara ", + "textAfter": " ← not added", + "startOffset": 3607, + "endOffset": 3616, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "17f3bfdb83bd422e3f3a94e0326b935b", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+81 764770164", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 327.06104, + 391.3, + 56.889008, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "2311 560 Tel.: ", + "textAfter": " Tel: +81 6653", + "startOffset": 6291, + "endOffset": 6304, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "079b10d0ca4e9c74cc747be056bc0728", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Doe J.", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 0, + 1 + ], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Paragraph: F. Lastname, J. Doe,", + "color": null, + "positions": [ + { + "rectangle": [ + 126.076, + 402.7, + 30.58799, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Mustermann Lastname M., ", + "textAfter": " Mustermann M.", + "startOffset": 99, + "endOffset": 105, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "117b434eb2a1bcf745e54e0829b96b8a", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Soylent Corporation Riddley Scott 359-21 Huam-dong Yongsan-gu", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 593.5, + 97.56001, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 164.8, + 579.7, + 65.59201, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 164.8, + 565.9, + 94.28401, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 164.8, + 552.1, + 57.39601, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "Contact point: Address: ", + "textAfter": " Seoul, South Korea", + "startOffset": 5666, + "endOffset": 5727, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "20d558ed4c783ac347259363d71c7dd0", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8933", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 348.976, + 277.40002, + 59.085022, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "34223331 Phone No. ", + "textAfter": " Contact: 493 1223", + "startOffset": 6608, + "endOffset": 6622, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "cac894cd2bca3f2988af03bfd4ea4d70", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Xinyi Y. Tao", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 412.5, + 60.599987, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "C. J. Alfred ", + "textAfter": " Clara Siegfried ←", + "startOffset": 3588, + "endOffset": 3600, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "2683b8eaf1213e22ac8f3deeba2947f7", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8933", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 348.976, + 473.0, + 59.085022, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "34223331 Phone No. ", + "textAfter": " Contact: 493 1223", + "startOffset": 4915, + "endOffset": 4929, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "0cc20a1c369031e07bff5ecb44f4c67d", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+27414328992", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 380.51205, + 318.8, + 54.593994, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Schmitt Telephone number: ", + "textAfter": " Telephone No: +274", + "startOffset": 6504, + "endOffset": 6516, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "3e9f7c96b459520e55aafc0bcd18fbd9", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Naka-27 Aomachi, Nomi, Ishikawa 923-1101, Japan, JP", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 481.5, + 269.37607, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Study is No ", + "textAfter": " Sude Halide Nurullah", + "startOffset": 3477, + "endOffset": 3528, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "e2c55aa32383aec040a6c8bd396613a8", + "type": "CBI_author", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Desiree", + "reason": "Author found by \"et al\" regex", + "matchedRule": "CBI.16.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 6, + 1 + ], + "closestHeadline": "Rule 14/15: Redact and add recommendation for et al. ", + "section": "Paragraph: Redact Term “Desiree”, “Melanie”", + "color": null, + "positions": [ + { + "rectangle": [ + 115.27, + 469.7, + 30.700005, + 9.535 + ], + "pageNumber": 3 + } + ], + "textBefore": "Redact Term “", + "textAfter": "”, “Melanie” and", + "startOffset": 1965, + "endOffset": 1972, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "b869545e47474aad2cb9f0f9a4343010", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 34223331", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 350.83902, + 483.4, + 56.79901, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "1432 8990 Telephone: ", + "textAfter": " Phone No. +274", + "startOffset": 4891, + "endOffset": 4904, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "f952d2ecca77327670888b5f0399d41a", + "type": "published_information", + "entryType": "HINT", + "state": "SKIPPED", + "value": "Oxford University Press", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 2 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Do not redact Names", + "color": null, + "positions": [ + { + "rectangle": [ + 193.03601, + 644.2, + 116.50806, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "dolor sit amet ", + "textAfter": " in voluptate velit", + "startOffset": 2975, + "endOffset": 2998, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "a1cd2f78399d3eb0f455566b35640428", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "CTL/with dictionary entry 1234 with Slash", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 5, + 2 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: CTL/with dictionary entry 1234", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 579.8, + 206.87999, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "", + "textAfter": " CTL with dictionary", + "startOffset": 1727, + "endOffset": 1768, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "e825aff2cf120b74e41a63b5b4643acb", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8991", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 364.03302, + 504.1, + 59.085022, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "+27414328992 Telephone No: ", + "textAfter": " Fax number: +274", + "startOffset": 4838, + "endOffset": 4852, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "a633318ea3d6f4eb67e5b195e85d1e2f", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "BL/without dictionary", + "reason": "", + "matchedRule": "SYN.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 1 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 621.2, + 106.84799, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "CTL without Slash ", + "textAfter": " entry BL without", + "startOffset": 1682, + "endOffset": 1703, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "803a1fb0b27205199ff3987989c3cb1e", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+82 122 34180", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 510.7, + 72.696, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "122 34188 Fax: ", + "textAfter": " E-mail: food-industry@korea.com Contact:", + "startOffset": 5468, + "endOffset": 5481, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "a78c37710fc1c0e4384642ef8742ab11", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "David Ksenia", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 295.2, + 65.591995, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "", + "textAfter": " Max Mustermann Ranya", + "startOffset": 234, + "endOffset": 246, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "2a8d99f9ec99bdeee50fd69e2b61a7de", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Schmitt", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 86.296, + 240.00003, + 37.211983, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Charalampos Schenk Tanja ", + "textAfter": " ← should not", + "startOffset": 303, + "endOffset": 310, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "1971ab70d58d4f3eed928c2257c6cbe2", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Emilia Lockhart", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 382.0601, + 246.40002, + 58.69806, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Institute Alternative contact: ", + "textAfter": " Alternative contact: Cyberdyne", + "startOffset": 6712, + "endOffset": 6727, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "a02e014750babe4f0db92f9fc1d91daa", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Wu", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 88.192, + 575.2, + 16.800003, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Huang, Ru X. ", + "textAfter": "", + "startOffset": 3328, + "endOffset": 3330, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "5087daae5c08ef637610b4f4ae88f47d", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+82 122 34180", + "reason": "Found after \"Fax:\" contact keyword", + "matchedRule": "PII.4.2", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 515.3, + 72.696, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "122 34188 Fax: ", + "textAfter": " E-mail: pharma-industry@korea.com Name:", + "startOffset": 7144, + "endOffset": 7157, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "9a2c18025c108650dd12983ebac5b230", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "maximiliamschmitt@t-online.de", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 336.43906, + 545.5, + 116.82919, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Email: maximiliamschmitt@arcor.de e-mail: ", + "textAfter": " E-mail address: example@mail.com", + "startOffset": 4702, + "endOffset": 4731, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "42d62fcbde88f72fbacd4960cb1fa2cc", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Seriknowmobil@co.uk", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 337.94205, + 566.2, + 83.52905, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "6653 44563 E-mail: ", + "textAfter": " Email: maximiliamschmitt@arcor.de e-mail:", + "startOffset": 4640, + "endOffset": 4659, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "c29fbd7397bfdddee3fa18c804a40307", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Özgür U. Reyhan", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 453.9, + 84.192, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Sude Halide Nurullah ", + "textAfter": " B. Rahim C.", + "startOffset": 3550, + "endOffset": 3565, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "4cf720a5d4f6262c85ff342d5a20cb24", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Central Research Industry", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 362.22406, + 617.9, + 93.77109, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Contact point: ", + "textAfter": " Phone: +49 2113", + "startOffset": 4518, + "endOffset": 4543, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "eb49af7be49b26b3fc99a5d64e72b0e8", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+81 6653 44563", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 324.86502, + 576.5, + 59.085022, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "+81 764770164 Tel: ", + "textAfter": " E-mail: Seriknowmobil@co.uk Email:", + "startOffset": 4617, + "endOffset": 4631, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "4fe4b6e3e779c4f20194a084907c7907", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+81 6653 44563", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 324.86502, + 380.9, + 59.085022, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "+81 764770164 Tel: ", + "textAfter": " E-mail: Seriknowmobil@co.uk Email:", + "startOffset": 6310, + "endOffset": 6324, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "a8ce126cf5a64014607862e99303c315", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Asya Lyon", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 199.75601, + 616.6, + 52.29602, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Geiger, Julian Ritter, ", + "textAfter": ", Carina Madsen,", + "startOffset": 3062, + "endOffset": 3071, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "395d09bdd585bd5b5e1f03fcf8bd6260", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Ritter", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 167.572, + 616.6, + 27.276016, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Iakovos Geiger, Julian ", + "textAfter": ", Asya Lyon,", + "startOffset": 3054, + "endOffset": 3060, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "9c2d6c39701d448cca187acb3aa6e0a4", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8990", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 356.75204, + 298.1, + 58.995026, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "8991 Fax number: ", + "textAfter": " Telephone: +274 34223331", + "startOffset": 6558, + "endOffset": 6572, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "9fbfde64599cdf182ae3fe168793ba97", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Central Research Industry", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 362.22406, + 422.3, + 93.77109, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Contact point: ", + "textAfter": " Phone: +49 2113", + "startOffset": 6211, + "endOffset": 6236, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "e47790a64f65c1b323794e09931db5c7", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Alexandra Häusler", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 336.31607, + 616.6, + 90.252045, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Lyon, Carina Madsen, ", + "textAfter": ", Hanke Mendel,", + "startOffset": 3088, + "endOffset": 3105, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "59676b267fd0f8bdb2f2f06f5cdceeef", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 15, + 2 + ], + "closestHeadline": "Rule 29/30/31/32: If Text contains \"AUTHORS:\" and \"COMPLETION DATES\" but not \"STUDY COMPLETION DATES\", then Redact between both ", + "section": "Paragraph: Study Report___ AUTHOR(S): Dr.", + "color": null, + "positions": [ + { + "rectangle": [ + 200.8, + 334.0, + 70.89604, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": "", + "startOffset": 7599, + "endOffset": 7613, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "1dc2638f58f77e3e9b28cf344fc682f6", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Umbrella Corporation Jill Valentine 359-21 Huam-dong Yongsan-gu", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 598.1, + 106.16403, + 10.642 + ], + "pageNumber": 7 + }, + { + "rectangle": [ + 128.8, + 584.3, + 62.676025, + 10.642 + ], + "pageNumber": 7 + }, + { + "rectangle": [ + 128.8, + 570.5, + 94.28401, + 10.642 + ], + "pageNumber": 7 + }, + { + "rectangle": [ + 128.8, + 556.7, + 57.39601, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "Name: Contact: Address: ", + "textAfter": " Seoul, South Korea", + "startOffset": 7216, + "endOffset": 7279, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-5", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 5 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 5 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-6", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-7", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 236.8, + 182.90005, + 70.89604, + 10.642 + ], + "pageNumber": 7 + }, + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-8", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 692.1, + 480.67322, + 11.867801 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 675.9, + 182.36938, + 11.867801 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 657.6, + 144.68997, + 9.535 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 646.0, + 143.48999, + 9.535 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 618.8, + 81.57599, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 605.0, + 286.16415, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 591.2, + 341.55615, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 527.0, + 134.7369, + 11.867801 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 493.0, + 18.612003, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 428.8, + 130.04729, + 11.867801 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 410.5, + 203.16997, + 9.535 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 383.3, + 48.10799, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 383.3, + 23.999985, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 369.5, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 369.5, + 122.592026, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 355.7, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 355.7, + 129.38402, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 341.9, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 341.9, + 129.38402, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 328.1, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 328.1, + 296.24414, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 314.3, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 314.3, + 289.28424, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 300.5, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 300.5, + 289.28424, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 286.7, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 286.7, + 289.48822, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 272.90002, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 272.90002, + 289.48822, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 259.1, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 259.1, + 286.48822, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 245.30002, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 245.30002, + 286.58423, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 231.50003, + 69.916, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 231.50003, + 53.88002, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 217.70004, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 217.70004, + 195.15614, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 203.90005, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 203.90005, + 201.94817, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 190.1, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 190.1, + 201.94817, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 176.30002, + 43.907993, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 176.30002, + 56.591995, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 383.3, + 48.10799, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 369.5, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 355.7, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 341.9, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 328.1, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 314.3, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 300.5, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 286.7, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 272.90002, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 259.1, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 245.30002, + 32.603992, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 231.50003, + 69.916, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 217.70004, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 203.90005, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 190.1, + 31.919994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 176.30002, + 43.907993, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 383.3, + 23.999985, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 369.5, + 21.996002, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 355.7, + 28.692001, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 341.9, + 28.692001, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 328.1, + 27.996002, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 314.3, + 35.483994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 300.5, + 35.483994, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 286.7, + 35.604004, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 272.90002, + 35.615997, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 259.1, + 32.604004, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 245.30002, + 32.619995, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 231.50003, + 53.88002, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 217.70004, + 195.15614, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 203.90005, + 201.94817, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 190.1, + 201.94817, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 164.8, + 176.30002, + 56.591995, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 201.796, + 369.5, + 85.59602, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 208.492, + 355.7, + 85.69202, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 208.492, + 341.9, + 85.69202, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 207.796, + 328.1, + 253.24815, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 215.284, + 314.3, + 238.80023, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 215.284, + 300.5, + 238.80023, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 215.404, + 286.7, + 238.88423, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 215.404, + 272.90002, + 238.88423, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 212.404, + 259.1, + 238.8842, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 212.5, + 245.30002, + 238.88422, + 10.642 + ], + "pageNumber": 8 + }, + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 8 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-9", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 692.1, + 410.3132, + 11.867801 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 673.8, + 299.59988, + 9.535 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 646.6, + 491.07623, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 632.8, + 130.15198, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 582.4, + 202.02211, + 11.867801 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 564.0, + 144.68997, + 9.535 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 552.5, + 143.48999, + 9.535 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 470.1, + 156.0, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 308.8, + 470.1, + 156.0, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 456.3, + 154.152, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 308.8, + 456.3, + 121.86008, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 470.1, + 156.0, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 456.3, + 154.152, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 308.8, + 470.1, + 156.0, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 308.8, + 456.3, + 121.86008, + 10.642 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 392.1, + 144.06268, + 11.867801 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 373.7, + 277.7199, + 9.535 + ], + "pageNumber": 9 + }, + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 9 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 1 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-2", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 2 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-3", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 3 + }, + { + "rectangle": [ + 56.8, + 150.00003, + 443.61618, + 10.642 + ], + "pageNumber": 3 + }, + { + "rectangle": [ + 56.8, + 136.20004, + 447.27618, + 10.642 + ], + "pageNumber": 3 + }, + { + "rectangle": [ + 56.8, + 122.400055, + 72.56398, + 10.642 + ], + "pageNumber": 3 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "124243c8aa9aeb9de02eded3bba184c6-4", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", + "reason": "AUTHOR(S) was found", + "matchedRule": "CBI.23.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Document: Rule 0: Expand CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 722.1, + 105.563995, + 10.642 + ], + "pageNumber": 4 + }, + { + "rectangle": [ + 56.8, + 57.30002, + 102.168, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Study Report___ AUTHOR(S): ", + "textAfter": " STUDY COMPLETION DATE:", + "startOffset": 7783, + "endOffset": 10832, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 12 + }, + { + "id": "24ee8a3d0faacd7b7db3736891e69876", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "CTL with dictionary entry 5678 without Slash", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 5, + 2 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: CTL/with dictionary entry 1234", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 566.0, + 221.40001, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "1234 with Slash ", + "textAfter": " BL/with dictionary entry", + "startOffset": 1769, + "endOffset": 1813, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "358624ac0ea3cc03ea6654a715a04045", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Riddley Scott", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 579.7, + 65.59201, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "Corporation Contact point: ", + "textAfter": " Address: 359-21 Huam-dong", + "startOffset": 5372, + "endOffset": 5385, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "d602e1d26927abbd9d67ff8eaaac2433", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "library@outlook.com", + "reason": "Found by Email Regex", + "matchedRule": "PII.1.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 11, + 1 + ], + "closestHeadline": "Rule 21/22: Redact Emails by RegEx ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 171.748, + 305.0, + 103.296036, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "irure dolor in ", + "textAfter": " reprehenderit in voluptate", + "startOffset": 3793, + "endOffset": 3812, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 7 + }, + { + "id": "28af2938317b251720c52515851ce074", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Maximiliam Schmitt", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 341.44302, + 329.2, + 74.59213, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "address: example@mail.com Contact: ", + "textAfter": " Telephone number: +27414328992", + "startOffset": 6467, + "endOffset": 6485, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "a0ac923a5daf14f856ffd6122e405959", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "example@mail.com", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 367.21008, + 535.1, + 72.387085, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "maximiliamschmitt@t-online.de E-mail address: ", + "textAfter": " Contact: Maximiliam Schmitt", + "startOffset": 4748, + "endOffset": 4764, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "f8c3cb1326a737898e8aa9ba2182a8d5", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Jill Valentine", + "reason": "Found after \"Contact:\" contact keyword", + "matchedRule": "PII.5.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 584.3, + 62.676025, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "Umbrella Corporation Contact: ", + "textAfter": " Address: 359-21 Huam-dong", + "startOffset": 7047, + "endOffset": 7061, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "cc7e192a6544187e3be18675aab44a55", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Kong", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 409.393, + 400.6, + 19.997986, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Defense 121a Hong ", + "textAfter": ", BT District", + "startOffset": 5098, + "endOffset": 5102, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "c1626fc429b0287fb5134b2851754526", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Jun", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 216.736, + 589.0, + 16.595993, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "laborum. Min Kwok, ", + "textAfter": " K., Tu Wong,", + "startOffset": 3259, + "endOffset": 3262, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "aacc24bfd201f4299c1c9c5bc62b5b0e", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "493 1223 4592", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 341.44302, + 462.7, + 53.991028, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "1432 8933 Contact: ", + "textAfter": " European contact: European", + "startOffset": 4939, + "endOffset": 4952, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "a5dba499bc08067948ba6936c7c7231a", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Key", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 0 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Headline: Rule 16/17 (additional) negative", + "color": null, + "positions": [ + { + "rectangle": [ + 418.6, + 170.20001, + 25.817108, + 11.867801 + ], + "pageNumber": 3 + } + ], + "textBefore": "Test; missing second ", + "textAfter": "", + "startOffset": 2805, + "endOffset": 2808, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 10 + }, + { + "id": "0fd31b37f7c5b2750ff8003f494c8443", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Hanke Mendel", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 432.0761, + 616.6, + 70.920044, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Madsen, Alexandra Häusler, ", + "textAfter": ", Ranya Eikenboom.", + "startOffset": 3107, + "endOffset": 3119, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "e5de8a20bd33b638bd1b29caf0976dc9", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "example@mail.com", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 367.21008, + 339.5, + 72.387085, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "maximiliamschmitt@t-online.de E-mail address: ", + "textAfter": " Contact: Maximiliam Schmitt", + "startOffset": 6441, + "endOffset": 6457, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "a55592729000f965a5bf4891f22cbc5c", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+49 2113 2311 563", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 335.98, + 607.6, + 69.68704, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Research Industry Phone: ", + "textAfter": " Fax: +49 2113", + "startOffset": 4551, + "endOffset": 4568, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "61abc2bfe6e8721f4761d4d86b0b1e9c", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Wong", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 269.51196, + 589.0, + 28.29602, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Jun K., Tu ", + "textAfter": ", Qiang Suen,", + "startOffset": 3270, + "endOffset": 3274, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "67f56e492bf95c9e485afdf767aa71e7", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+49 2113 2311 563", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 335.98, + 412.0, + 69.68704, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Research Industry Phone: ", + "textAfter": " Fax: +49 2113", + "startOffset": 6244, + "endOffset": 6261, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "3f813175e3357048bc32ece7c694f94b", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Emilia Lockhart", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 382.0601, + 442.0, + 58.69806, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Institute Alternative contact: ", + "textAfter": " Alternative contact: Cyberdyne", + "startOffset": 5019, + "endOffset": 5034, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "511f8e06bd919ac466e4996c74766245", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Max Mustermann", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 281.4, + 85.57201, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "David Ksenia ", + "textAfter": " Ranya Eikenboom Charalampos", + "startOffset": 247, + "endOffset": 261, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "a1fbebd0e8c4677cf93a9ea56a630ac0", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "4-6 Chem. des Varennes, 18300 Saint-Satur, France, FR", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 607.4, + 268.1041, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Bourges, France, FR ", + "textAfter": " Lesdo Industries, Chäppelisträssli,", + "startOffset": 614, + "endOffset": 667, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "38720447405c152e6ed1eae103e0e834", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "maximiliamschmitt@arcor.de", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 334.94504, + 360.2, + 106.83017, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "E-mail: Seriknowmobil@co.uk Email: ", + "textAfter": " e-mail: maximiliamschmitt@t-online.de E-mail", + "startOffset": 6360, + "endOffset": 6386, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "2fed891d93f2aa2bf755769b559a3c00", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Geiger", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 97.792, + 616.6, + 32.592003, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Iakovos ", + "textAfter": ", Julian Ritter,", + "startOffset": 3039, + "endOffset": 3045, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "64061ae834e94d72d683b5f89ea268f1", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8991", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 364.03302, + 308.5, + 59.085022, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "+27414328992 Telephone No: ", + "textAfter": " Fax number: +274", + "startOffset": 6531, + "endOffset": 6545, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "d4b58b78349c02e9012ff8880acbde91", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "kawasaki@me.com", + "reason": "Found by Email Regex", + "matchedRule": "PII.1.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 11, + 1 + ], + "closestHeadline": "Rule 21/22: Redact Emails by RegEx ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 138.06398, + 277.40002, + 93.99602, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "proident, sunt in ", + "textAfter": " culpa qui officia", + "startOffset": 3985, + "endOffset": 4000, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 7 + }, + { + "id": "4d1491003d1e0f4607f5161aed468c2d", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Seriknowmobil@co.uk", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 337.94205, + 370.6, + 83.52905, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "6653 44563 E-mail: ", + "textAfter": " Email: maximiliamschmitt@arcor.de e-mail:", + "startOffset": 6333, + "endOffset": 6352, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "44e24225927db6d8625946c2806365d8", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "This is a special case, everything between this and the next keyword should be redacted", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 483.1, + 282.74426, + 10.642 + ], + "pageNumber": 6 + }, + { + "rectangle": [ + 164.8, + 469.3, + 134.86809, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "E-mail: food-industry@korea.com Contact: ", + "textAfter": " Tel.: +275 5678", + "startOffset": 5523, + "endOffset": 5610, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "81b75875d9c6e76eda87bc716a29240a", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Feuer A.", + "reason": "Author(s) found", + "matchedRule": "CBI.9.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 4, + 2, + 0, + 16 + ], + "closestHeadline": "Rule 6-11 (Authors Table) ", + "section": "Table_cell: Feuer A.", + "color": null, + "positions": [ + { + "rectangle": [ + 146.8, + 284.0, + 36.193512, + 9.81175 + ], + "pageNumber": 2 + } + ], + "textBefore": "", + "textAfter": "", + "startOffset": 1432, + "endOffset": 1440, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 24 + }, + { + "id": "e2a8752794bdd15e1a4f03a56089c3b8", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Huang", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 507.04016, + 589.0, + 31.991943, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Liu, Lei W. ", + "textAfter": ", Ru X.", + "startOffset": 3315, + "endOffset": 3320, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "1f4a7eaf20a0cbc8e64d9e47eb263b6d", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Shlissel'burgskaya Ulitsa, Nizhny Novgorod Oblast, Russia, 603034, RU", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 579.8, + 350.02808, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "6078 Lungern, Switzerland ", + "textAfter": " Karl Johans Gate", + "startOffset": 730, + "endOffset": 799, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER", + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "0f2a0477c82c5bb07c2c31acce3ddba9", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+275 5678 1234 132", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 455.5, + 99.696, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "be redacted Tel.: ", + "textAfter": " Name: Contact point:", + "startOffset": 5617, + "endOffset": 5635, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "0f1823c7f03bdba9bccc51691ca09223", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Institut Industries, 33 Rue Jean Baffier, 18000 Bourges, France, FR", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 621.2, + 323.1841, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Warnsveld, Netherlands, NL ", + "textAfter": " 4-6 Chem. des", + "startOffset": 546, + "endOffset": 613, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "268b403914c90bf451f9f767e4ed0418", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Ning", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 422.46408, + 589.0, + 23.988007, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Suen, Zhou Mah, ", + "textAfter": " Liu, Lei W.", + "startOffset": 3298, + "endOffset": 3302, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "fa076f138b26754accaf870b09af6aa9", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Lesdo Industries, Chäppelisträssli, 6078 Lungern, Switzerland", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 593.6, + 299.08817, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Saint-Satur, France, FR ", + "textAfter": " Shlissel'burgskaya Ulitsa, Nizhny", + "startOffset": 668, + "endOffset": 729, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "9ec723f8e002b82909c91449d02d3516", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Sude Halide Nurullah", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 467.7, + 104.556015, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "923-1101, Japan, JP ", + "textAfter": " Özgür U. Reyhan", + "startOffset": 3529, + "endOffset": 3549, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "51f75392d69893976589e8a521f74516", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Key", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 8, + 0 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing first Key ", + "section": "Headline: Rule 16/17 (additional) negative", + "color": null, + "positions": [ + { + "rectangle": [ + 395.63718, + 279.9, + 25.817108, + 11.867801 + ], + "pageNumber": 3 + } + ], + "textBefore": "Test; missing first ", + "textAfter": "", + "startOffset": 2492, + "endOffset": 2495, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "4264a199e74c3ff171c86ae1ea8782a8", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Liu", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 449.4521, + 589.0, + 16.596039, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Zhou Mah, Ning ", + "textAfter": ", Lei W.", + "startOffset": 3303, + "endOffset": 3306, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "15ac5a438d4baf1c03582063c77d8a3d", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Funnarie B.", + "reason": "Author(s) found", + "matchedRule": "CBI.9.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 4, + 2, + 0, + 11 + ], + "closestHeadline": "Rule 6-11 (Authors Table) ", + "section": "Table_cell: Funnarie B.", + "color": null, + "positions": [ + { + "rectangle": [ + 140.0, + 313.8, + 49.48651, + 9.81175 + ], + "pageNumber": 2 + } + ], + "textBefore": "", + "textAfter": "", + "startOffset": 1338, + "endOffset": 1349, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER", + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 19 + }, + { + "id": "566f9fb9aa2960777f9ce5ec5660f496", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "European Central Institute", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 376.09305, + 256.7, + 94.86011, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "4592 European contact: ", + "textAfter": " Alternative contact: Emilia", + "startOffset": 6664, + "endOffset": 6690, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "d9c8c6280530857a519ed330ee69e75c", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 1432 8990", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 356.75204, + 493.7, + 58.995026, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "8991 Fax number: ", + "textAfter": " Telephone: +274 34223331", + "startOffset": 4865, + "endOffset": 4879, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "691d65f4e8a439493dd2ad1b1ab9164c", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+274 34223331", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 350.83902, + 287.8, + 56.79901, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "1432 8990 Telephone: ", + "textAfter": " Phone No. +274", + "startOffset": 6584, + "endOffset": 6597, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "2e4f58d997cbd08c51d533652cfe895f", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "dinther@comcast.net", + "reason": "Found by Email Regex", + "matchedRule": "PII.1.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 11, + 1 + ], + "closestHeadline": "Rule 21/22: Redact Emails by RegEx ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 333.89212, + 291.2, + 101.98816, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "pariatur. Excepteur sint ", + "textAfter": " occaecat cupidatat non", + "startOffset": 3924, + "endOffset": 3943, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 7 + }, + { + "id": "09965c1f5738a243b202153bee4d7644", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "M. Mustermann", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 0, + 1 + ], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Paragraph: F. Lastname, J. Doe,", + "color": null, + "positions": [ + { + "rectangle": [ + 157.768, + 416.5, + 77.268005, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Lastname, J. Doe, ", + "textAfter": " Lastname M., Doe", + "startOffset": 72, + "endOffset": 85, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "f6274aae4922be2b2b892e05571f4085", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "CTL", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 1 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 648.8, + 22.607998, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "Study is No ", + "textAfter": "/without dictionary entry", + "startOffset": 1635, + "endOffset": 1638, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "22a1fdb3eb6a4ea2ea0e39b2c7997679", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Charalampos Schenk", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 1, + 2 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Paragraph: David Ksenia Max Mustermann", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 253.80002, + 101.56799, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "Mustermann Ranya Eikenboom ", + "textAfter": " Tanja Schmitt ←", + "startOffset": 278, + "endOffset": 296, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "3664d59b873572a36fd75f80d92642bf", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "BL with dictionary entry 5678 without Slash", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 5, + 2 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: CTL/with dictionary entry 1234", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 538.4, + 214.10399, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "1234 with Slash ", + "textAfter": "", + "startOffset": 1855, + "endOffset": 1898, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "1aec918c33c885000f9dc21b40759fd8", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+27414328992", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 380.51205, + 514.4, + 54.593994, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "Schmitt Telephone number: ", + "textAfter": " Telephone No: +274", + "startOffset": 4811, + "endOffset": 4823, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "fcd54d3870d2508f0cc0d3dd6aa137be", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+82 122 34188", + "reason": "Found after \"Phone:\" contact keyword", + "matchedRule": "PII.4.2", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 529.1, + 72.696, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "South Korea Phone: ", + "textAfter": " Fax: +82 122", + "startOffset": 7125, + "endOffset": 7138, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "6dbd8c96d927ffb311b7d6b97b3ce259", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Karl Johans Gate 11, 0154 Oslo, Norway", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 566.0, + 197.44803, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Russia, 603034, RU ", + "textAfter": ", NOR ←", + "startOffset": 800, + "endOffset": 838, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "e9ca9a3e725b75d9a6a95a540065a79e", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+81 764770164", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 327.06104, + 586.9, + 56.889008, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "2311 560 Tel.: ", + "textAfter": " Tel: +81 6653", + "startOffset": 4598, + "endOffset": 4611, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "98a50fef818acd3d65cccf2ae46635b4", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+82 122 34188", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 1, + 1 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Paragraph: Name: Soylent Corporation Contact", + "color": null, + "positions": [ + { + "rectangle": [ + 164.8, + 524.5, + 72.696, + 10.642 + ], + "pageNumber": 6 + } + ], + "textBefore": "South Korea Phone: ", + "textAfter": " Fax: +82 122", + "startOffset": 5449, + "endOffset": 5462, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "67b072eb9e8a297a470e4f1f36cd1547", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Michael N.", + "reason": "Author(s) found", + "matchedRule": "CBI.9.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 4, + 2, + 0, + 6 + ], + "closestHeadline": "Rule 6-11 (Authors Table) ", + "section": "Table_cell: Michael N.", + "color": null, + "positions": [ + { + "rectangle": [ + 141.2, + 343.5, + 47.197525, + 9.81175 + ], + "pageNumber": 2 + } + ], + "textBefore": "", + "textAfter": "", + "startOffset": 1243, + "endOffset": 1253, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER", + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 14 + }, + { + "id": "0520e197e92be50e1d019f4c7f0cc849", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Desiree", + "reason": "Author found by \"et al\" regex", + "matchedRule": "CBI.16.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 6, + 1 + ], + "closestHeadline": "Rule 14/15: Redact and add recommendation for et al. ", + "section": "Paragraph: Redact Term “Desiree”, “Melanie”", + "color": null, + "positions": [ + { + "rectangle": [ + 324.28015, + 456.3, + 36.57602, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "consectetur adipiscing elit ", + "textAfter": " et al sed", + "startOffset": 2111, + "endOffset": 2118, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "4f9c0fd2d1bba42bfc8991f2224e6c82", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "493 1223 4592", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 341.44302, + 267.09998, + 53.991028, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "1432 8933 Contact: ", + "textAfter": " European contact: European", + "startOffset": 6632, + "endOffset": 6645, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "1e62e8d1cf1e1f67f13a4430c9abb68b", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Ranya Eikenboom", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 509.05618, + 616.6, + 30.611908, + 10.642 + ], + "pageNumber": 4 + }, + { + "rectangle": [ + 56.8, + 602.8, + 55.307995, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Häusler, Hanke Mendel, ", + "textAfter": ". Excepteur sint", + "startOffset": 3121, + "endOffset": 3136, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "34826683b4cc8d74f0058fe7f0c62c4f", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "BL/with dictionary entry 1234 with Slash", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 5, + 2 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: CTL/with dictionary entry 1234", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 552.2, + 199.49998, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "5678 without Slash ", + "textAfter": " BL with dictionary", + "startOffset": 1814, + "endOffset": 1854, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "2ab0857d0a4d634eb4078eabba6643f4", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "C. J. Alfred", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 426.3, + 55.272007, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Reyhan B. Rahim ", + "textAfter": " Xinyi Y. Tao", + "startOffset": 3575, + "endOffset": 3587, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "fdf66b0138a2d517b302c0a7959012f5", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+49 2113 2311 560", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 326.98, + 597.2, + 69.68704, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "2311 563 Fax: ", + "textAfter": " Tel.: +81 764770164", + "startOffset": 4574, + "endOffset": 4591, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "825807b90b5280209a66abd5d55e5349", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "B. Rahim", + "reason": "Personal Information found", + "matchedRule": "PII.0.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 10, + 1 + ], + "closestHeadline": "Rule 19/20: Redacted PII Personal Identification Information based on Dict ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 440.1, + 45.91199, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Özgür U. Reyhan ", + "textAfter": " C. J. Alfred", + "startOffset": 3566, + "endOffset": 3574, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "6a80af54cc2a585a76235c87b058e35a", + "type": "CBI_author", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Lastname, J.", + "reason": "", + "matchedRule": "", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 0, + 1 + ], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Paragraph: F. Lastname, J. Doe,", + "color": null, + "positions": [ + { + "rectangle": [ + 68.5, + 416.5, + 60.276, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "F. ", + "textAfter": " Doe, M. Mustermann", + "startOffset": 54, + "endOffset": 66, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "NER" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "77113f28f09b50dfae31fdab3c75a904", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "CTL", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 0 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Headline: Rule 12/13: Redact/Hint if", + "color": null, + "positions": [ + { + "rectangle": [ + 229.79291, + 692.1, + 27.382202, + 11.867801 + ], + "pageNumber": 3 + } + ], + "textBefore": "12/13: Redact/Hint if ", + "textAfter": " or BL was", + "startOffset": 1546, + "endOffset": 1549, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 1 + }, + { + "id": "ccc1fdec826cb5427884ea6993798dff", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "pharma-industry@korea.com", + "reason": "Found after \"E-mail:\" contact keyword", + "matchedRule": "PII.4.2", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 14, + 3 + ], + "closestHeadline": "Rule 27/28: Redact contact Information (contains Producer) ", + "section": "Paragraph: Name: Umbrella Corporation Contact:", + "color": null, + "positions": [ + { + "rectangle": [ + 128.8, + 501.5, + 140.59203, + 10.642 + ], + "pageNumber": 7 + } + ], + "textBefore": "122 34180 E-mail: ", + "textAfter": " Name: Contact: Address:", + "startOffset": 7166, + "endOffset": 7191, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 4 + }, + { + "id": "14f8c3aebc8e3be693291e412c781059", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "maximiliamschmitt@arcor.de", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 334.94504, + 555.8, + 106.83017, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "E-mail: Seriknowmobil@co.uk Email: ", + "textAfter": " e-mail: maximiliamschmitt@t-online.de E-mail", + "startOffset": 4667, + "endOffset": 4693, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "a3142f132fef6ba351d1bc075d64c60f", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "+49 2113 2311 560", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 326.98, + 401.6, + 69.68704, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "2311 563 Fax: ", + "textAfter": " Tel.: +81 764770164", + "startOffset": 6267, + "endOffset": 6284, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "e573140c05de00f50d72a5ed0d7d7e3e", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Zhou", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 366.17206, + 589.0, + 25.29602, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Wong, Qiang Suen, ", + "textAfter": " Mah, Ning Liu,", + "startOffset": 3288, + "endOffset": 3292, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "ec8080659da6ad5d6589b082b6cf6be7", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Kong", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 13, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 25/26: Redact contact information (contains \"Applicant\" as Headline or Text) ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 409.393, + 205.0, + 19.997986, + 8.981501 + ], + "pageNumber": 6 + } + ], + "textBefore": "Defense 121a Hong ", + "textAfter": ", BT District", + "startOffset": 6791, + "endOffset": 6795, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 8 + }, + { + "id": "beda7be3a1cdf17f0d6b4a2fe3b79526", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Carina Madsen", + "reason": "Published Information found in section", + "matchedRule": "CBI.7.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 9, + 3 + ], + "closestHeadline": "Rule 16/17 (additional) negative Test; missing second Key ", + "section": "Paragraph: Iakovos Geiger, Julian Ritter,", + "color": null, + "positions": [ + { + "rectangle": [ + 258.05203, + 616.6, + 72.87604, + 10.642 + ], + "pageNumber": 4 + } + ], + "textBefore": "Ritter, Asya Lyon, ", + "textAfter": ", Alexandra Häusler,", + "startOffset": 3073, + "endOffset": 3086, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [ + "f952d2ecca77327670888b5f0399d41a" + ], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "8a298e7890c9d428bdcc78675574dc22", + "type": "CBI_author", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "Melanie", + "reason": "Author found by \"et al\" regex", + "matchedRule": "CBI.16.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 6, + 1 + ], + "closestHeadline": "Rule 14/15: Redact and add recommendation for et al. ", + "section": "Paragraph: Redact Term “Desiree”, “Melanie”", + "color": null, + "positions": [ + { + "rectangle": [ + 162.12, + 469.7, + 32.710007, + 9.535 + ], + "pageNumber": 3 + } + ], + "textBefore": "Term “Desiree”, “", + "textAfter": "” and add", + "startOffset": 1976, + "endOffset": 1983, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "182307d10f3953a498b031918d863266", + "type": "CBI_author", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Doe", + "reason": "Author found", + "matchedRule": "CBI.0.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 0, + 1 + ], + "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", + "section": "Paragraph: F. Lastname, J. Doe,", + "color": null, + "positions": [ + { + "rectangle": [ + 131.776, + 416.5, + 20.003998, + 10.642 + ], + "pageNumber": 1 + } + ], + "textBefore": "F. Lastname, J. ", + "textAfter": ", M. Mustermann", + "startOffset": 67, + "endOffset": 70, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "74733d27dd3439281a0e2923195074c2", + "type": "CBI_address", + "entryType": "ENTITY", + "state": "SKIPPED", + "value": "Warnsveld, 7232 CX Warnsveld, Netherlands, NL", + "reason": "Address found for Non Vertebrate Study", + "matchedRule": "CBI.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 2, + 2 + ], + "closestHeadline": "Rule 3/4: Redact (not) CBI Add/ress based on Dict ", + "section": "Paragraph: Warnsveld, 7232 CX Warnsveld,", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 635.0, + 240.348, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "", + "textAfter": " Institut Industries, 33", + "startOffset": 500, + "endOffset": 545, + "imageHasTransparency": false, + "dictionaryEntry": true, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "DICTIONARY" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 3 + }, + { + "id": "9dacd8ad51a771c977cd4a31134977f0", + "type": "PII", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "European Central Institute", + "reason": "Applicant information was found", + "matchedRule": "PII.7.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 12, + 2, + 0, + 3 + ], + "closestHeadline": "Rule 23/24: Redact contact information (contains \"Contact point:\") ", + "section": "Table_cell: Contact point: Central Research", + "color": null, + "positions": [ + { + "rectangle": [ + 376.09305, + 452.3, + 94.86011, + 8.981501 + ], + "pageNumber": 5 + } + ], + "textBefore": "4592 European contact: ", + "textAfter": " Alternative contact: Emilia", + "startOffset": 4971, + "endOffset": 4997, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 6 + }, + { + "id": "248aa0a566eca6a5ca8da9864cebee2b", + "type": "CBI_address", + "entryType": "RECOMMENDATION", + "state": "SKIPPED", + "value": "BL without Slash", + "reason": "", + "matchedRule": "SYN.1.0", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 5, + 1 + ], + "closestHeadline": "Rule 12/13: Redact/Hint if CTL or BL was found ", + "section": "Paragraph: Redact when Vertebrate Study", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 607.4, + 83.45999, + 10.642 + ], + "pageNumber": 3 + } + ], + "textBefore": "BL/without dictionary entry ", + "textAfter": "", + "startOffset": 1710, + "endOffset": 1726, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [ + "RULE" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 2 + }, + { + "id": "aa4998f9f3418380acf643578529be00", + "type": "logo", + "entryType": "IMAGE", + "state": "SKIPPED", + "value": "Image:Logo", + "reason": "Logo Found", + "matchedRule": "ETC.3.1", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 1, + 3 + ], + "closestHeadline": "Rule 1/2: Redact CBI Authors based on Dict ", + "section": "Section: Rule 1/2: Redact CBI", + "color": null, + "positions": [ + { + "rectangle": [ + 177.0, + 470.0, + 258.0, + 237.0 + ], + "pageNumber": 1 + } + ], + "textBefore": null, + "textAfter": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": -1 + }, + { + "id": "90773d6509cedfcc7131235325d510e6", + "type": "signature", + "entryType": "IMAGE", + "state": "APPLIED", + "value": "Image:Signature", + "reason": "Signature Found", + "matchedRule": "ETC.2.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 20, + 3 + ], + "closestHeadline": "Rule 40: Ignore Dossier-Redaction if Confidentiality is not set ", + "section": "Section: Rule 40: Ignore Dossier-Redaction", + "color": null, + "positions": [ + { + "rectangle": [ + 68.0, + 472.0, + 139.0, + 61.0 + ], + "pageNumber": 9 + } + ], + "textBefore": null, + "textAfter": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": true, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": -1 + }, + { + "id": "6c1fea09a2ccdca17cf7c9d903ae781e", + "type": "signature", + "entryType": "IMAGE", + "state": "APPLIED", + "value": "Image:Signature", + "reason": "Signature Found", + "matchedRule": "ETC.2.1", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 20, + 4 + ], + "closestHeadline": "Rule 40: Ignore Dossier-Redaction if Confidentiality is not set ", + "section": "Section: Rule 40: Ignore Dossier-Redaction", + "color": null, + "positions": [ + { + "rectangle": [ + 319.0, + 471.0, + 157.0, + 73.0 + ], + "pageNumber": 9 + } + ], + "textBefore": null, + "textAfter": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": true, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": -1 + }, + { + "id": "92c8f8d848e734c10c1376b4a97b7b26", + "type": "logo", + "entryType": "IMAGE", + "state": "SKIPPED", + "value": "Image:Logo", + "reason": "Logo Found", + "matchedRule": "ETC.3.1", + "legalBasis": "", + "imported": false, + "containingNodeId": [ + 21, + 3 + ], + "closestHeadline": "Rule 41/42: Redact Signatures ", + "section": "Section: Rule 41/42: Redact Signatures", + "color": null, + "positions": [ + { + "rectangle": [ + 186.0, + 217.0, + 198.0, + 142.0 + ], + "pageNumber": 9 + } + ], + "textBefore": null, + "textAfter": null, + "startOffset": 0, + "endOffset": 0, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 1, + "type": "ADDED", + "dateTime": "2024-05-21T07:49:07.618Z" + } + ], + "manualChanges": [], + "engines": [], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": -1 + }, + { + "id": "5ef9560b32d894a2d434db890fa0aa8d", + "type": "manual", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Clarissa’s Donut", + "reason": "manual entries are applied by default, created by manual change", + "matchedRule": "MAN.5.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 3, + 1 + ], + "closestHeadline": "Rule 5: Do not redact genitive CBI_authors (Entries based on Dict) ", + "section": "Paragraph: Expand to Hint Clarissa’s", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 483.9, + 79.584, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "Expand to Hint ", + "textAfter": " ← not added", + "startOffset": 971, + "endOffset": 987, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 2, + "type": "ADDED", + "dateTime": "2024-05-21T07:51:05.159Z" + } + ], + "manualChanges": [ + { + "manualRedactionType": "ADD", + "processedDate": "2024-05-21T07:51:05.146Z", + "requestedDate": "2024-05-21T07:51:04.522Z", + "userId": "1e99b327-ff33-4dc4-8129-39b423377f44", + "propertyChanges": { + "value": "Clarissa’s Donut" + }, + "processed": true + } + ], + "engines": [ + "MANUAL" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + }, + { + "id": "70f478cf842f6ea031a4b11c4d67da75", + "type": "manual", + "entryType": "ENTITY", + "state": "APPLIED", + "value": "Simpson's To", + "reason": "manual entries are applied by default, created by manual change", + "matchedRule": "MAN.5.0", + "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "imported": false, + "containingNodeId": [ + 3, + 1 + ], + "closestHeadline": "Rule 5: Do not redact genitive CBI_authors (Entries based on Dict) ", + "section": "Paragraph: Expand to Hint Clarissa’s", + "color": null, + "positions": [ + { + "rectangle": [ + 56.8, + 470.1, + 64.056, + 10.642 + ], + "pageNumber": 2 + } + ], + "textBefore": "be not annotated ", + "textAfter": "wer ← added", + "startOffset": 1033, + "endOffset": 1045, + "imageHasTransparency": false, + "dictionaryEntry": false, + "dossierDictionaryEntry": false, + "excluded": false, + "changes": [ + { + "analysisNumber": 3, + "type": "ADDED", + "dateTime": "2024-05-21T07:57:45.723Z" + } + ], + "manualChanges": [ + { + "manualRedactionType": "ADD", + "processedDate": "2024-05-21T07:57:45.685Z", + "requestedDate": "2024-05-21T07:57:45.065Z", + "userId": "1e99b327-ff33-4dc4-8129-39b423377f44", + "propertyChanges": { + "value": "Simpson's To" + }, + "processed": true + } + ], + "engines": [ + "MANUAL" + ], + "reference": [], + "importedRedactionIntersections": [], + "numberOfComments": 0, + "paragraphPageIdx": 5 + } + ], + "legalBasis": [ + { + "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", + "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + }, + { + "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", + "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + }, + { + "name": "2. manufacturing or production process", + "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "3. links between a producer and applicant", + "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "4. commercial information", + "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "5. quantitative composition", + "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + }, + { + "name": "6. specification of impurity", + "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + }, + { + "name": "7. results of production batches", + "description": "results of production batches of the active substance including impurities", + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + }, + { + "name": "8. composition of a plant protection product", + "description": "information on the complete composition of a plant protection product", + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + } + ], + "dictionaryVersion": 20, + "dossierDictionaryVersion": 15, + "rulesVersion": 1, + "legalBasisVersion": 2 +} \ No newline at end of file diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel QC (incl. Skipped Redactions).xlsx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel QC (incl. Skipped Redactions).xlsx index e556a18..075d7b7 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel QC (incl. Skipped Redactions).xlsx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel QC (incl. Skipped Redactions).xlsx differ diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel Report.xlsx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel Report.xlsx index 3889cd9..531a3be 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel Report.xlsx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel Report.xlsx differ diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel Report_PlaceholderTest.xlsx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel Report_PlaceholderTest.xlsx index dc965aa..24fdd4a 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel Report_PlaceholderTest.xlsx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Excel Report_PlaceholderTest.xlsx differ diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Justification Appendix A1.docx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Justification Appendix A1.docx index 5e2bdd7..f53d9ac 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Justification Appendix A1.docx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Justification Appendix A1.docx differ diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Justification Appendix A2.docx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Justification Appendix A2.docx index ceb7b8e..3f7cee4 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Justification Appendix A2.docx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/Justification Appendix A2.docx differ diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/PlaceholderTest.docx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/PlaceholderTest.docx index a41f327..5405000 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/PlaceholderTest.docx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/PlaceholderTest.docx differ diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/PlaceholderTest.xlsx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/PlaceholderTest.xlsx index e984c82..744886d 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/PlaceholderTest.xlsx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/PlaceholderTest.xlsx differ diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/report-advanced.xlsx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/report-advanced.xlsx index 25618ff..7a51c57 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/report-advanced.xlsx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/report-advanced.xlsx differ diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/report.xlsx b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/report.xlsx index 98f9e79..b97dcc6 100644 Binary files a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/report.xlsx and b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/templates/report.xlsx differ