COVID-19 trials registries data warehouse

COVID-19 trials registries data warehouse

The purpose of this data warehouse is to provide the COVID-NMA Initiative with near real time identification of all COVID-19 related trials.

The data is being used by the COVID-NMA Initiative to develop the living mapping and data visualizations of treatments and vaccines for COVID-19, worldwide.

Every week they screen the four under mentioned registries to identify and extract data from RCTs evaluating the effectiveness of interventions for preventing and treating COVID-19 as well as of all trials assessing vaccines.


Their work is relying on two main steps:

  1. Automatic data extraction (using the data warehouse)
  2. Annotation of newly extracted data (outside the data warehouse)

The data warehouse is fully functional for step 1 and is under development to integrate step 2 within its interface in a near future.

1. Automatic data extraction

Search strategy

Trials are collected from four trial registries sources:

  • International Clinical Trials Registry Platform (ICTRP) (daily) : the platform is managed by WHO and gathers trials from 17 primary registries across the world (see full list on the ICTRP website).
  • ClinicalTrials.gov (daily)
  • EU Clinical Trials Register (daily)
  • Iranian Registry of Clinical Trials (IRCT) (daily)

Data collection

Trial characteristics data is automatically collected from registries and then available to download for the COVID-NMA team trials mapping team.

Full details on data characteristics are provided on the codebook.


2. Data annotation (under development)

Once collected and download, any missing or incomplete information is double checked manually by annotator to fill any gap. This work is coordinated outside of the data warehouse by the COVID-NMA trials mapping team. This step will be soon available directly into the data warehouse, allowing to modify data before to download them.


Current available trials in the data warehouse : 4612 --> Explore/Export trials

Sources are currently :
DJDT

Versions

Package Name Version
Django 3.2.12
Python 3.8.10
debug_toolbar Debug Toolbar 3.2.4
django_select2 Select2 3.2.12
taggit Taggit 2.1.0

Time

Resource usage

Resource Value
User CPU time 402.513 msec
System CPU time 31.407 msec
Total CPU time 433.920 msec
Elapsed time 707.464 msec
Context switches 55 voluntary, 1 involuntary

Browser timing

Timing attribute Timeline Milliseconds since navigation start (+length)

Settings from clinicdwh.settings

Setting Value
ABSOLUTE_URL_OVERRIDES {}
ADMINS []
ALLOWED_HOSTS ['localhost', '127.0.0.1', '192.168.79.93', 'covid-preprod-focal.cri.local.isima.fr', 'ctr-dwh-preprod.limos.fr']
APPEND_SLASH True
AUTHENTICATION_BACKENDS ['django.contrib.auth.backends.ModelBackend']
AUTH_PASSWORD_VALIDATORS '********************'
AUTH_USER_MODEL 'auth.User'
BACKUP_ROOT '/opt/clinicregisterdwh/clinicdwh/backups/'
BASE_DIR '/opt/clinicregisterdwh/clinicdwh'
CACHES {'default': {'BACKEND': 'django_redis.cache.RedisCache', 'LOCATION': 'redis://localhost:6379/2', 'OPTIONS': {'CLIENT_CLASS': 'django_redis.client.DefaultClient'}}}
CACHE_MIDDLEWARE_ALIAS 'default'
CACHE_MIDDLEWARE_KEY_PREFIX '********************'
CACHE_MIDDLEWARE_SECONDS 600
CACHING_ROOT '/opt/clinicregisterdwh/clinicdwh/cache/'
CELERY_ACCEPT_CONTENT ['application/json']
CELERY_BACKEND 'redis://localhost:6379/0'
CELERY_BROKER 'redis://localhost:6379/0'
CELERY_BROKER_URL 'redis://localhost:6379/0'
CELERY_REDIS_HOST 'localhost'
CELERY_RESULT_BACKEND 'redis://localhost:6379/0'
CELERY_RESULT_SERIALIZER 'json'
CELERY_TASK_SERIALIZER 'json'
CELERY_TASK_TRACK_STARTED True
CELERY_TIMEZONE 'UTC'
CSRF_COOKIE_AGE 31449600
CSRF_COOKIE_DOMAIN None
CSRF_COOKIE_HTTPONLY False
CSRF_COOKIE_NAME 'csrftoken'
CSRF_COOKIE_PATH '/'
CSRF_COOKIE_SAMESITE 'Lax'
CSRF_COOKIE_SECURE False
CSRF_FAILURE_VIEW 'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME 'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS []
CSRF_USE_SESSIONS False
CSS_ROOT '/opt/clinicregisterdwh/clinicdwh/css'
CSS_URL '/css/'
DATABASES {'default': {'ATOMIC_REQUESTS': False, 'AUTOCOMMIT': True, 'CONN_MAX_AGE': 0, 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'HOST': 'localhost', 'NAME': 'cliregdb', 'OPTIONS': {'options': '-c search_path=public'}, 'PASSWORD': '********************', 'PORT': '5432', 'TEST': {'CHARSET': None, 'COLLATION': None, 'MIGRATE': True, 'MIRROR': None, 'NAME': None}, 'TIME_ZONE': None, 'USER': 'clireguser'}}
DATABASE_ROUTERS []
DATAWAREHOUSE_OWNER 'cress'
DATA_UPLOAD_MAX_MEMORY_SIZE 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS 1000
DATETIME_FORMAT '%Y-%m-%d %H:%M:%S'
DATETIME_INPUT_FORMATS ['%Y-%m-%d %H:%M:%S']
DATE_FORMAT '%Y-%m-%d'
DATE_INPUT_FORMATS ['%Y-%m-%d']
DEBUG True
DEBUG_PROPAGATE_EXCEPTIONS False
DECIMAL_SEPARATOR '.'
DEFAULT_AUTO_FIELD 'django.db.models.BigAutoField'
DEFAULT_CHARSET 'utf-8'
DEFAULT_EXCEPTION_REPORTER 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE 'django.core.files.storage.FileSystemStorage'
DEFAULT_FROM_EMAIL 'ctr-dwh@limos.fr'
DEFAULT_HASHING_ALGORITHM 'sha256'
DEFAULT_INDEX_TABLESPACE ''
DEFAULT_TABLESPACE ''
DISALLOWED_USER_AGENTS []
EMAIL_BACKEND 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST 'mail.limos.fr'
EMAIL_HOST_PASSWORD '********************'
EMAIL_HOST_USER 'ctr-dwh@limos.fr'
EMAIL_PORT '587'
EMAIL_SSL_CERTFILE None
EMAIL_SSL_KEYFILE '********************'
EMAIL_SUBJECT_PREFIX '[Django] '
EMAIL_TIMEOUT None
EMAIL_USE_LOCALTIME False
EMAIL_USE_SSL False
EMAIL_USE_TLS 'True'
EXPORT_VISU_BACKUP_FILENAME '/opt/clinicregisterdwh/clinicdwh/media/input/20220401_ctr-dwh_visu_at_20223-23_CR_v2.csv'
FILE_UPLOAD_DIRECTORY_PERMISSIONS None
FILE_UPLOAD_HANDLERS ['django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE 2621440
FILE_UPLOAD_PERMISSIONS 420
FILE_UPLOAD_TEMP_DIR None
FIRST_DAY_OF_WEEK 0
FIXTURE_DIRS []
FONTS_ROOT '/opt/clinicregisterdwh/clinicdwh/fonts'
FONTS_URL '/fonts/'
FORCE_SCRIPT_NAME None
FORMAT_MODULE_PATH None
FORM_RENDERER 'django.forms.renderers.DjangoTemplates'
IGNORABLE_404_URLS []
INSTALLED_APPS ['django.contrib.admin', 'django.contrib.sites', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.postgres', 'clireg', 'debug_toolbar', 'django_select2', 'taggit']
INTERNAL_IPS ['127.0.1.1', '127.0.0.1']
IS_PROD False
JS_ROOT '/opt/clinicregisterdwh/clinicdwh/js'
JS_URL '/js/'
LANGUAGES [('en', 'English')]
LANGUAGES_BIDI ['he', 'ar', 'ar-dz', 'fa', 'ur']
LANGUAGE_CODE 'en'
LANGUAGE_COOKIE_AGE None
LANGUAGE_COOKIE_DOMAIN None
LANGUAGE_COOKIE_HTTPONLY False
LANGUAGE_COOKIE_NAME 'django_language'
LANGUAGE_COOKIE_PATH '/'
LANGUAGE_COOKIE_SAMESITE None
LANGUAGE_COOKIE_SECURE False
LOCALE_PATHS ('/opt/clinicregisterdwh/clinicdwh/locale',)
LOGGING {'disable_existing_loggers': False, 'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}, 'require_debug_true': {'()': 'django.utils.log.RequireDebugTrue'}}, 'formatters': {'simple': {'datefmt': '%d/%b/%Y', 'format': '%(levelname)s %(asctime)s %(message)s'}}, 'handlers': {'console': {'class': 'logging.StreamHandler', 'filters': ['require_debug_true'], 'level': 'DEBUG'}, 'debugimportslog': {'backupCount': 4, 'class': 'logging.handlers.TimedRotatingFileHandler', 'filename': '/opt/clinicregisterdwh/clinicdwh/logs/imports.log', 'interval': 1, 'level': 'DEBUG', 'when': 'W6'}, 'filelog': {'backupCount': 4, 'class': 'logging.handlers.TimedRotatingFileHandler', 'filename': '/opt/clinicregisterdwh/clinicdwh/logs/clinicregisterdwh.log', 'interval': 1, 'level': 'DEBUG', 'when': 'W6'}, 'resultsimportslog': {'backupCount': 4, 'class': 'logging.handlers.TimedRotatingFileHandler', 'filename': '/opt/clinicregisterdwh/clinicdwh/logs/resultimports.log', 'interval': 1, 'level': 'DEBUG', 'when': 'W6'}}, 'loggers': {'clireg.debugimports': {'handlers': ['debugimportslog'], 'level': 'DEBUG', 'propagate': False}, 'clireg.imports': {'handlers': ['resultsimportslog'], 'level': 'INFO', 'propagate': False}, 'django': {'handlers': ['console', 'filelog'], 'level': 'INFO', 'propagate': False}}, 'root': {'handlers': ['console'], 'level': 'WARNING'}, 'version': 1}
LOGGING_CONFIG 'logging.config.dictConfig'
LOGGING_ROOT '/opt/clinicregisterdwh/clinicdwh/logs/'
LOGIN_REDIRECT_URL '/'
LOGIN_URL '/authadmin'
LOGOUT_REDIRECT_URL None
MANAGERS []
MEDIA_ROOT '/opt/clinicregisterdwh/clinicdwh/media/'
MEDIA_URL '/media/'
MESSAGE_STORAGE 'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE ['django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware']
MIGRATION_MODULES {}
MONTH_DAY_FORMAT 'F j'
NUMBER_GROUPING 0
OUTPUT_ROOT '/opt/clinicregisterdwh/clinicdwh/media/output'
PASSWORD_HASHERS '********************'
PASSWORD_RESET_TIMEOUT '********************'
PASSWORD_RESET_TIMEOUT_DAYS '********************'
PREPEND_WWW False
PYTHON_CLIREG_EXEC '/opt/clinicregisterdwh/venv/bin/python3'
REDIS_HOST 'localhost'
REDIS_PORT '6379'
REGISTER_DATA_SOURCES {'eu': {'default_query': 'covid-19', 'name': 'EU Clinical Trials Register', 'url': 'https://www.clinicaltrialsregister.eu'}, 'irct': {'default_query': 'covid-19', 'name': 'Iranian Registry of Clinical Trials (IRCT)', 'url': 'https://en.irct.ir'}, 'oms': {'default_query': 'covid-19', 'name': 'International Clinical Trials Registry Platform (ICTRP)', 'request_url': 'https://www.who.int/clinical-trials-registry-platform/data/en', 'url': 'https://www.who.int/clinical-trials-registry-platform'}, 'usa': {'default_query': 'covid-19', 'name': 'ClinicalTrials.gov', 'url': 'https://aact.ctti-clinicaltrials.org'}}
ROOT_URLCONF 'clinicdwh.urls'
SECRET_KEY '********************'
SECURE_BROWSER_XSS_FILTER False
SECURE_CONTENT_TYPE_NOSNIFF True
SECURE_HSTS_INCLUDE_SUBDOMAINS False
SECURE_HSTS_PRELOAD False
SECURE_HSTS_SECONDS 0
SECURE_PROXY_SSL_HEADER None
SECURE_REDIRECT_EXEMPT []
SECURE_REFERRER_POLICY 'same-origin'
SECURE_SSL_HOST None
SECURE_SSL_REDIRECT False
SELECT2_CACHE_BACKEND 'default'
SELECT2_CACHE_PREFIX 'select2_'
SELECT2_CSS 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.12/css/select2.min.css'
SELECT2_I18N_AVAILABLE_LANGUAGES ['ar', 'az', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en', 'es', 'et', 'eu', 'fa', 'fi', 'fr', 'gl', 'he', 'hi', 'hr', 'hu', 'id', 'is', 'it', 'ja', 'km', 'ko', 'lt', 'lv', 'mk', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt', 'ro', 'ru', 'sk', 'sr-Cyrl', 'sr', 'sv', 'th', 'tr', 'uk', 'vi', 'zh-CN', 'zh-TW']
SELECT2_I18N_PATH 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.12/js/i18n'
SELECT2_JS 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.12/js/select2.min.js'
SELECT2_LIB_VERSION '4.0.12'
SELECT2_THEME 'default'
SERVER_EMAIL 'root@localhost'
SESSION_CACHE_ALIAS 'default'
SESSION_COOKIE_AGE 1209600
SESSION_COOKIE_DOMAIN None
SESSION_COOKIE_HTTPONLY True
SESSION_COOKIE_NAME 'sessionid'
SESSION_COOKIE_PATH '/'
SESSION_COOKIE_SAMESITE 'Lax'
SESSION_COOKIE_SECURE False
SESSION_ENGINE 'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE False
SESSION_FILE_PATH None
SESSION_SAVE_EVERY_REQUEST False
SESSION_SERIALIZER 'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE 'clinicdwh.settings'
SHORT_DATETIME_FORMAT '%Y-%m-%d P'
SHORT_DATE_FORMAT '%Y-%m-%d'
SIGNING_BACKEND 'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS []
SITES {1: 'covid-preprod-focal.cri.local.isima.fr:80', 2: 'ctr-dwh.limos.fr', 3: 'ctr-dwh-preprod.limos.fr'}
SITE_FALLBACK_DOMAIN 'covid-preprod-focal.cri.local.isima.fr:80'
SITE_ID 3
STATICFILES_DIRS ('/opt/clinicregisterdwh/clinicdwh/staticfiles',)
STATICFILES_FINDERS ['django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE 'clireg.storage.CliregManifestStaticFilesStorage'
STATIC_ROOT '/opt/clinicregisterdwh/clinicdwh/static/'
STATIC_URL '/static/'
TAGGIT_CASE_INSENSITIVE True
TEMPLATES [{'APP_DIRS': True, 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [], 'OPTIONS': {'context_processors': ['django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'clireg.context_processors.base_vars', 'clireg.context_processors.get_git_infos']}}]
TEST_NON_SERIALIZED_APPS []
TEST_RUNNER 'django.test.runner.DiscoverRunner'
THOUSAND_SEPARATOR ','
TIME_FORMAT 'P'
TIME_INPUT_FORMATS ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE 'UTC'
USE_I18N True
USE_L10N True
USE_THOUSAND_SEPARATOR False
USE_TZ True
USE_X_FORWARDED_HOST False
USE_X_FORWARDED_PORT False
WSGI_APPLICATION 'clinicdwh.wsgi.application'
X_FRAME_OPTIONS 'DENY'
YEAR_MONTH_FORMAT 'F Y'

Headers

Request headers

Key Value
Accept */*
Accept-Encoding gzip, br, zstd, deflate
Connection close
Cookie => see Request panel
Host ctr-dwh-preprod.limos.fr
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.37, 192.168.83.1
X-Forwarded-Proto http
X-Forwarded-Scheme https
X-Real-Ip 192.168.83.1

Response headers

Key Value
Content-Type text/html; charset=utf-8

WSGI environ

Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.

Key Value
PATH_INFO /
QUERY_STRING cresstrial=2388&modal=1&valnames=arms
REMOTE_ADDR 127.0.0.1
REQUEST_METHOD GET
SCRIPT_NAME
SERVER_NAME 0.0.0.0
SERVER_PORT 8000
SERVER_PROTOCOL HTTP/1.0
SERVER_SOFTWARE gunicorn/20.0.4

Request

View information

View function Arguments Keyword arguments URL name
clireg.views.index () {} index

Cookies

Variable Value
'csrftoken' 'BIYC9OKxb1nQGRmqNBlIdM9f4ba0gq2wvqG3aSBteZSwNZaFLBhrR8BmA875rZG7'

No session data

GET data

Variable Value
'cresstrial' '2388'
'modal' '1'
'valnames' 'arms'

No POST data

SQL queries from 1 connection

  • default 259.85 ms (19 queries including 18 similar and 5 duplicates )
Query Timeline Time (ms) Action
SELECT "import"."id",
       "import"."source",
       "import"."imported_at",
       "import"."import_ended_at",
       "import"."trial_count",
       "import"."pid",
       "import"."extracted_at",
       "import"."extract_ended_at"
  FROM
"import"
 WHERE
("import"."import_ended_at" IS NOT NULL AND "import"."source" = 'eu')
 ORDER BY
"import"."imported_at" DESC
SELECT ••• FROM "import" WHERE ("import"."import_ended_at" IS NOT NULL AND "import"."source" = 'eu') ORDER BY "import"."imported_at" DESC
4 similar queries.
2.35

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(203)
  if len(last_success_import) > 0:
  

SELECT COUNT(*)
  FROM
(
        SELECT DISTINCT
            ON
("cresstrial_instants"."cresstrial_id") "cresstrial_instants"."id" AS Col1,
               "cresstrial_instants"."cresstrial_id" AS Col2,
               "cresstrial_instants"."trial_registration_number" AS Col3,
               "cresstrial_instants"."first_update_date" AS Col4,
               "cresstrial_instants"."last_update_date" AS Col5,
               "cresstrial_instants"."created_at" AS Col6,
               "cresstrial_instants"."instant_usable_at" AS Col7,
               "cresstrial_instants"."non_validated_count" AS Col8,
               "cresstrial_instants"."updated_histvalues_count" AS Col9,
               "cresstrial_instants"."updated_validated_histvalues_count" AS Col10,
               "cresstrial_instants"."updated_histvalues_ids" AS Col11,
               "cresstrial_instants"."updated_histvalues_valnames" AS Col12,
               "cresstrial_instants"."validated" AS Col13,
               "cresstrial_instants"."sources_array" AS Col14,
               "cresstrial_instants"."non_completed_annotation_task_ids" AS Col15,
               "cresstrial_instants"."annotation_task_ids" AS Col16,
               "cresstrial_instants"."annotation_tasks_validated" AS Col17,
               "cresstrial_instants"."full_text_link" AS Col18,
               "cresstrial_instants"."first_author" AS Col19,
               "cresstrial_instants"."contact_email" AS Col20,
               "cresstrial_instants"."title" AS Col21,
               "cresstrial_instants"."abstract" AS Col22,
               "cresstrial_instants"."registration_date" AS Col23,
               "cresstrial_instants"."recruitment_status" AS Col24,
               "cresstrial_instants"."result_posted" AS Col25,
               "cresstrial_instants"."study_design" AS Col26,
               "cresstrial_instants"."allocation" AS Col27,
               "cresstrial_instants"."design" AS Col28,
               "cresstrial_instants"."masking" AS Col29,
               "cresstrial_instants"."center" AS Col30,
               "cresstrial_instants"."study_aim" AS Col31,
               "cresstrial_instants"."inclusion_criteria" AS Col32,
               "cresstrial_instants"."exclusion_criteria" AS Col33,
               "cresstrial_instants"."number_of_arms" AS Col34,
               "cresstrial_instants"."funding" AS Col35,
               "cresstrial_instants"."inclusion_age_min" AS Col36,
               "cresstrial_instants"."inclusion_age_max" AS Col37,
               "cresstrial_instants"."gender" AS Col38,
               "cresstrial_instants"."countries" AS Col39,
               "cresstrial_instants"."type_of_patients" AS Col40,
               "cresstrial_instants"."severity_scale" AS Col41,
               "cresstrial_instants"."total_sample_size" AS Col42,
               "cresstrial_instants"."primary_outcome" AS Col43,
               "cresstrial_instants"."primary_outcome_timepoints" AS Col44,
               "cresstrial_instants"."secondary_outcome" AS Col45,
               "cresstrial_instants"."notes" AS Col46,
               "cresstrial_instants"."phase" AS Col47,
               "cresstrial_instants"."plan_to_share_ipd" AS Col48,
               "cresstrial_instants"."arms" AS Col49
          FROM
"cresstrial_instants"
         INNER JOIN
"cresstrial"
            ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
         WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%eu%'))
       ) subquery
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%eu%'))) subquery
4 similar queries.
41.44

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(207)
  trial_instants.filter(sources_array__icontains=registry)
  

SELECT MAX("cresstrial_instants"."created_at") AS "last_refreshed_on"
  FROM
"cresstrial_instants"
 INNER JOIN
"cresstrial"
    ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
 WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%eu%'))
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%eu%'))
4 similar queries.
26.07

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(211)
  registry_stats[registry]["last_refreshed_on"] = trial_instants.filter(
  

SELECT "import"."id",
       "import"."source",
       "import"."imported_at",
       "import"."import_ended_at",
       "import"."trial_count",
       "import"."pid",
       "import"."extracted_at",
       "import"."extract_ended_at"
  FROM
"import"
 WHERE
("import"."import_ended_at" IS NOT NULL AND "import"."source" = 'oms')
 ORDER BY
"import"."imported_at" DESC
SELECT ••• FROM "import" WHERE ("import"."import_ended_at" IS NOT NULL AND "import"."source" = 'oms') ORDER BY "import"."imported_at" DESC
4 similar queries.
1.20

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(203)
  if len(last_success_import) > 0:
  

SELECT COUNT(*)
  FROM
(
        SELECT DISTINCT
            ON
("cresstrial_instants"."cresstrial_id") "cresstrial_instants"."id" AS Col1,
               "cresstrial_instants"."cresstrial_id" AS Col2,
               "cresstrial_instants"."trial_registration_number" AS Col3,
               "cresstrial_instants"."first_update_date" AS Col4,
               "cresstrial_instants"."last_update_date" AS Col5,
               "cresstrial_instants"."created_at" AS Col6,
               "cresstrial_instants"."instant_usable_at" AS Col7,
               "cresstrial_instants"."non_validated_count" AS Col8,
               "cresstrial_instants"."updated_histvalues_count" AS Col9,
               "cresstrial_instants"."updated_validated_histvalues_count" AS Col10,
               "cresstrial_instants"."updated_histvalues_ids" AS Col11,
               "cresstrial_instants"."updated_histvalues_valnames" AS Col12,
               "cresstrial_instants"."validated" AS Col13,
               "cresstrial_instants"."sources_array" AS Col14,
               "cresstrial_instants"."non_completed_annotation_task_ids" AS Col15,
               "cresstrial_instants"."annotation_task_ids" AS Col16,
               "cresstrial_instants"."annotation_tasks_validated" AS Col17,
               "cresstrial_instants"."full_text_link" AS Col18,
               "cresstrial_instants"."first_author" AS Col19,
               "cresstrial_instants"."contact_email" AS Col20,
               "cresstrial_instants"."title" AS Col21,
               "cresstrial_instants"."abstract" AS Col22,
               "cresstrial_instants"."registration_date" AS Col23,
               "cresstrial_instants"."recruitment_status" AS Col24,
               "cresstrial_instants"."result_posted" AS Col25,
               "cresstrial_instants"."study_design" AS Col26,
               "cresstrial_instants"."allocation" AS Col27,
               "cresstrial_instants"."design" AS Col28,
               "cresstrial_instants"."masking" AS Col29,
               "cresstrial_instants"."center" AS Col30,
               "cresstrial_instants"."study_aim" AS Col31,
               "cresstrial_instants"."inclusion_criteria" AS Col32,
               "cresstrial_instants"."exclusion_criteria" AS Col33,
               "cresstrial_instants"."number_of_arms" AS Col34,
               "cresstrial_instants"."funding" AS Col35,
               "cresstrial_instants"."inclusion_age_min" AS Col36,
               "cresstrial_instants"."inclusion_age_max" AS Col37,
               "cresstrial_instants"."gender" AS Col38,
               "cresstrial_instants"."countries" AS Col39,
               "cresstrial_instants"."type_of_patients" AS Col40,
               "cresstrial_instants"."severity_scale" AS Col41,
               "cresstrial_instants"."total_sample_size" AS Col42,
               "cresstrial_instants"."primary_outcome" AS Col43,
               "cresstrial_instants"."primary_outcome_timepoints" AS Col44,
               "cresstrial_instants"."secondary_outcome" AS Col45,
               "cresstrial_instants"."notes" AS Col46,
               "cresstrial_instants"."phase" AS Col47,
               "cresstrial_instants"."plan_to_share_ipd" AS Col48,
               "cresstrial_instants"."arms" AS Col49
          FROM
"cresstrial_instants"
         INNER JOIN
"cresstrial"
            ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
         WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%oms%'))
       ) subquery
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%oms%'))) subquery
4 similar queries.
26.30

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(207)
  trial_instants.filter(sources_array__icontains=registry)
  

SELECT MAX("cresstrial_instants"."created_at") AS "last_refreshed_on"
  FROM
"cresstrial_instants"
 INNER JOIN
"cresstrial"
    ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
 WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%oms%'))
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%oms%'))
4 similar queries.
24.94

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(211)
  registry_stats[registry]["last_refreshed_on"] = trial_instants.filter(
  

SELECT "import"."id",
       "import"."source",
       "import"."imported_at",
       "import"."import_ended_at",
       "import"."trial_count",
       "import"."pid",
       "import"."extracted_at",
       "import"."extract_ended_at"
  FROM
"import"
 WHERE
("import"."import_ended_at" IS NOT NULL AND "import"."source" = 'irct')
 ORDER BY
"import"."imported_at" DESC
SELECT ••• FROM "import" WHERE ("import"."import_ended_at" IS NOT NULL AND "import"."source" = 'irct') ORDER BY "import"."imported_at" DESC
4 similar queries.
1.12

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(203)
  if len(last_success_import) > 0:
  

SELECT COUNT(*)
  FROM
(
        SELECT DISTINCT
            ON
("cresstrial_instants"."cresstrial_id") "cresstrial_instants"."id" AS Col1,
               "cresstrial_instants"."cresstrial_id" AS Col2,
               "cresstrial_instants"."trial_registration_number" AS Col3,
               "cresstrial_instants"."first_update_date" AS Col4,
               "cresstrial_instants"."last_update_date" AS Col5,
               "cresstrial_instants"."created_at" AS Col6,
               "cresstrial_instants"."instant_usable_at" AS Col7,
               "cresstrial_instants"."non_validated_count" AS Col8,
               "cresstrial_instants"."updated_histvalues_count" AS Col9,
               "cresstrial_instants"."updated_validated_histvalues_count" AS Col10,
               "cresstrial_instants"."updated_histvalues_ids" AS Col11,
               "cresstrial_instants"."updated_histvalues_valnames" AS Col12,
               "cresstrial_instants"."validated" AS Col13,
               "cresstrial_instants"."sources_array" AS Col14,
               "cresstrial_instants"."non_completed_annotation_task_ids" AS Col15,
               "cresstrial_instants"."annotation_task_ids" AS Col16,
               "cresstrial_instants"."annotation_tasks_validated" AS Col17,
               "cresstrial_instants"."full_text_link" AS Col18,
               "cresstrial_instants"."first_author" AS Col19,
               "cresstrial_instants"."contact_email" AS Col20,
               "cresstrial_instants"."title" AS Col21,
               "cresstrial_instants"."abstract" AS Col22,
               "cresstrial_instants"."registration_date" AS Col23,
               "cresstrial_instants"."recruitment_status" AS Col24,
               "cresstrial_instants"."result_posted" AS Col25,
               "cresstrial_instants"."study_design" AS Col26,
               "cresstrial_instants"."allocation" AS Col27,
               "cresstrial_instants"."design" AS Col28,
               "cresstrial_instants"."masking" AS Col29,
               "cresstrial_instants"."center" AS Col30,
               "cresstrial_instants"."study_aim" AS Col31,
               "cresstrial_instants"."inclusion_criteria" AS Col32,
               "cresstrial_instants"."exclusion_criteria" AS Col33,
               "cresstrial_instants"."number_of_arms" AS Col34,
               "cresstrial_instants"."funding" AS Col35,
               "cresstrial_instants"."inclusion_age_min" AS Col36,
               "cresstrial_instants"."inclusion_age_max" AS Col37,
               "cresstrial_instants"."gender" AS Col38,
               "cresstrial_instants"."countries" AS Col39,
               "cresstrial_instants"."type_of_patients" AS Col40,
               "cresstrial_instants"."severity_scale" AS Col41,
               "cresstrial_instants"."total_sample_size" AS Col42,
               "cresstrial_instants"."primary_outcome" AS Col43,
               "cresstrial_instants"."primary_outcome_timepoints" AS Col44,
               "cresstrial_instants"."secondary_outcome" AS Col45,
               "cresstrial_instants"."notes" AS Col46,
               "cresstrial_instants"."phase" AS Col47,
               "cresstrial_instants"."plan_to_share_ipd" AS Col48,
               "cresstrial_instants"."arms" AS Col49
          FROM
"cresstrial_instants"
         INNER JOIN
"cresstrial"
            ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
         WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%irct%'))
       ) subquery
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%irct%'))) subquery
4 similar queries.
27.25

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(207)
  trial_instants.filter(sources_array__icontains=registry)
  

SELECT MAX("cresstrial_instants"."created_at") AS "last_refreshed_on"
  FROM
"cresstrial_instants"
 INNER JOIN
"cresstrial"
    ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
 WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%irct%'))
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%irct%'))
4 similar queries.
24.18

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(211)
  registry_stats[registry]["last_refreshed_on"] = trial_instants.filter(
  

SELECT "import"."id",
       "import"."source",
       "import"."imported_at",
       "import"."import_ended_at",
       "import"."trial_count",
       "import"."pid",
       "import"."extracted_at",
       "import"."extract_ended_at"
  FROM
"import"
 WHERE
("import"."import_ended_at" IS NOT NULL AND "import"."source" = 'usa')
 ORDER BY
"import"."imported_at" DESC
SELECT ••• FROM "import" WHERE ("import"."import_ended_at" IS NOT NULL AND "import"."source" = 'usa') ORDER BY "import"."imported_at" DESC
4 similar queries.
1.19

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(203)
  if len(last_success_import) > 0:
  

SELECT COUNT(*)
  FROM
(
        SELECT DISTINCT
            ON
("cresstrial_instants"."cresstrial_id") "cresstrial_instants"."id" AS Col1,
               "cresstrial_instants"."cresstrial_id" AS Col2,
               "cresstrial_instants"."trial_registration_number" AS Col3,
               "cresstrial_instants"."first_update_date" AS Col4,
               "cresstrial_instants"."last_update_date" AS Col5,
               "cresstrial_instants"."created_at" AS Col6,
               "cresstrial_instants"."instant_usable_at" AS Col7,
               "cresstrial_instants"."non_validated_count" AS Col8,
               "cresstrial_instants"."updated_histvalues_count" AS Col9,
               "cresstrial_instants"."updated_validated_histvalues_count" AS Col10,
               "cresstrial_instants"."updated_histvalues_ids" AS Col11,
               "cresstrial_instants"."updated_histvalues_valnames" AS Col12,
               "cresstrial_instants"."validated" AS Col13,
               "cresstrial_instants"."sources_array" AS Col14,
               "cresstrial_instants"."non_completed_annotation_task_ids" AS Col15,
               "cresstrial_instants"."annotation_task_ids" AS Col16,
               "cresstrial_instants"."annotation_tasks_validated" AS Col17,
               "cresstrial_instants"."full_text_link" AS Col18,
               "cresstrial_instants"."first_author" AS Col19,
               "cresstrial_instants"."contact_email" AS Col20,
               "cresstrial_instants"."title" AS Col21,
               "cresstrial_instants"."abstract" AS Col22,
               "cresstrial_instants"."registration_date" AS Col23,
               "cresstrial_instants"."recruitment_status" AS Col24,
               "cresstrial_instants"."result_posted" AS Col25,
               "cresstrial_instants"."study_design" AS Col26,
               "cresstrial_instants"."allocation" AS Col27,
               "cresstrial_instants"."design" AS Col28,
               "cresstrial_instants"."masking" AS Col29,
               "cresstrial_instants"."center" AS Col30,
               "cresstrial_instants"."study_aim" AS Col31,
               "cresstrial_instants"."inclusion_criteria" AS Col32,
               "cresstrial_instants"."exclusion_criteria" AS Col33,
               "cresstrial_instants"."number_of_arms" AS Col34,
               "cresstrial_instants"."funding" AS Col35,
               "cresstrial_instants"."inclusion_age_min" AS Col36,
               "cresstrial_instants"."inclusion_age_max" AS Col37,
               "cresstrial_instants"."gender" AS Col38,
               "cresstrial_instants"."countries" AS Col39,
               "cresstrial_instants"."type_of_patients" AS Col40,
               "cresstrial_instants"."severity_scale" AS Col41,
               "cresstrial_instants"."total_sample_size" AS Col42,
               "cresstrial_instants"."primary_outcome" AS Col43,
               "cresstrial_instants"."primary_outcome_timepoints" AS Col44,
               "cresstrial_instants"."secondary_outcome" AS Col45,
               "cresstrial_instants"."notes" AS Col46,
               "cresstrial_instants"."phase" AS Col47,
               "cresstrial_instants"."plan_to_share_ipd" AS Col48,
               "cresstrial_instants"."arms" AS Col49
          FROM
"cresstrial_instants"
         INNER JOIN
"cresstrial"
            ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
         WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%usa%'))
       ) subquery
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%usa%'))) subquery
4 similar queries.
29.50

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(207)
  trial_instants.filter(sources_array__icontains=registry)
  

SELECT MAX("cresstrial_instants"."created_at") AS "last_refreshed_on"
  FROM
"cresstrial_instants"
 INNER JOIN
"cresstrial"
    ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
 WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%usa%'))
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated" AND UPPER("cresstrial_instants"."sources_array"::text) LIKE UPPER('%usa%'))
4 similar queries.
25.35

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(211)
  registry_stats[registry]["last_refreshed_on"] = trial_instants.filter(
  

SELECT COUNT(*)
  FROM
(
        SELECT DISTINCT
            ON
("cresstrial_instants"."cresstrial_id") "cresstrial_instants"."id" AS Col1,
               "cresstrial_instants"."cresstrial_id" AS Col2,
               "cresstrial_instants"."trial_registration_number" AS Col3,
               "cresstrial_instants"."first_update_date" AS Col4,
               "cresstrial_instants"."last_update_date" AS Col5,
               "cresstrial_instants"."created_at" AS Col6,
               "cresstrial_instants"."instant_usable_at" AS Col7,
               "cresstrial_instants"."non_validated_count" AS Col8,
               "cresstrial_instants"."updated_histvalues_count" AS Col9,
               "cresstrial_instants"."updated_validated_histvalues_count" AS Col10,
               "cresstrial_instants"."updated_histvalues_ids" AS Col11,
               "cresstrial_instants"."updated_histvalues_valnames" AS Col12,
               "cresstrial_instants"."validated" AS Col13,
               "cresstrial_instants"."sources_array" AS Col14,
               "cresstrial_instants"."non_completed_annotation_task_ids" AS Col15,
               "cresstrial_instants"."annotation_task_ids" AS Col16,
               "cresstrial_instants"."annotation_tasks_validated" AS Col17,
               "cresstrial_instants"."full_text_link" AS Col18,
               "cresstrial_instants"."first_author" AS Col19,
               "cresstrial_instants"."contact_email" AS Col20,
               "cresstrial_instants"."title" AS Col21,
               "cresstrial_instants"."abstract" AS Col22,
               "cresstrial_instants"."registration_date" AS Col23,
               "cresstrial_instants"."recruitment_status" AS Col24,
               "cresstrial_instants"."result_posted" AS Col25,
               "cresstrial_instants"."study_design" AS Col26,
               "cresstrial_instants"."allocation" AS Col27,
               "cresstrial_instants"."design" AS Col28,
               "cresstrial_instants"."masking" AS Col29,
               "cresstrial_instants"."center" AS Col30,
               "cresstrial_instants"."study_aim" AS Col31,
               "cresstrial_instants"."inclusion_criteria" AS Col32,
               "cresstrial_instants"."exclusion_criteria" AS Col33,
               "cresstrial_instants"."number_of_arms" AS Col34,
               "cresstrial_instants"."funding" AS Col35,
               "cresstrial_instants"."inclusion_age_min" AS Col36,
               "cresstrial_instants"."inclusion_age_max" AS Col37,
               "cresstrial_instants"."gender" AS Col38,
               "cresstrial_instants"."countries" AS Col39,
               "cresstrial_instants"."type_of_patients" AS Col40,
               "cresstrial_instants"."severity_scale" AS Col41,
               "cresstrial_instants"."total_sample_size" AS Col42,
               "cresstrial_instants"."primary_outcome" AS Col43,
               "cresstrial_instants"."primary_outcome_timepoints" AS Col44,
               "cresstrial_instants"."secondary_outcome" AS Col45,
               "cresstrial_instants"."notes" AS Col46,
               "cresstrial_instants"."phase" AS Col47,
               "cresstrial_instants"."plan_to_share_ipd" AS Col48,
               "cresstrial_instants"."arms" AS Col49
          FROM
"cresstrial_instants"
         INNER JOIN
"cresstrial"
            ON
("cresstrial_instants"."cresstrial_id" = "cresstrial"."id")
         WHERE
("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated")
       ) subquery
SELECT ••• FROM "cresstrial_instants" INNER JOIN "cresstrial" ON ("cresstrial_instants"."cresstrial_id" = "cresstrial"."id") WHERE ("cresstrial_instants"."annotation_tasks_validated" AND "cresstrial_instants"."created_at" <= '2026-04-02T13:52:12.134333+00:00'::timestamptz AND "cresstrial"."exclusion_cause" = 0 AND "cresstrial_instants"."validated")) subquery
26.07

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(219)
  "trials_count": trial_instants.distinct("cresstrial").count(),
  

SELECT "auth_group"."id",
       "auth_group"."name"
  FROM
"auth_group"
 WHERE
"auth_group"."name" = 'administrator'
 LIMIT
21
SELECT ••• FROM "auth_group" WHERE "auth_group"."name" = 'administrator' LIMIT 21
6 similar queries.
1.40

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(215)
  return render(
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/shortcuts.py in render(19)
  content = loader.render_to_string(template_name, context, request, using=using)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(170)
  return self._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(150)
  return compiled_parent._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(62)
  result = block.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(308)
  match = condition.eval(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in eval(892)
  return self.value.resolve(context, ignore_failures=True)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in resolve(698)
  new_obj = func(obj, *arg_vals)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in has_group(42)
  group = Group.objects.get(name=group_name)
  

38 <li class="nav-item">
39 <a class="nav-link" href="{% url 'codebook' %}">Codebook</a>
40 </li>
41 {% if request.user|has_group:"administrator" %}
42 <li class="nav-item dropdown">
43 <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
44 aria-haspopup="true" aria-expanded="false">Import sources</a>
45 <div class="dropdown-menu" x-placement="bottom-start"

/opt/clinicregisterdwh/clinicdwh/clireg/templates/base.html

SELECT "auth_group"."id",
       "auth_group"."name"
  FROM
"auth_group"
 WHERE
"auth_group"."name" = 'annotator'
 LIMIT
21
SELECT ••• FROM "auth_group" WHERE "auth_group"."name" = 'annotator' LIMIT 21
6 similar queries. Duplicated 5 times.
0.31

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(215)
  return render(
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/shortcuts.py in render(19)
  content = loader.render_to_string(template_name, context, request, using=using)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(170)
  return self._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(150)
  return compiled_parent._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(62)
  result = block.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(308)
  match = condition.eval(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in eval(892)
  return self.value.resolve(context, ignore_failures=True)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in resolve(698)
  new_obj = func(obj, *arg_vals)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in has_group(42)
  group = Group.objects.get(name=group_name)
  

52 </div>
53 </li>
54 {% endif %}
55 {% if request.user|has_group:"annotator" %}
56 <li class="nav-item dropdown">
57 <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
58 aria-haspopup="true" aria-expanded="false">Operations</a>
59 <div class="dropdown-menu" x-placement="bottom-start"

/opt/clinicregisterdwh/clinicdwh/clireg/templates/base.html

SELECT "auth_group"."id",
       "auth_group"."name"
  FROM
"auth_group"
 WHERE
"auth_group"."name" = 'annotator'
 LIMIT
21
SELECT ••• FROM "auth_group" WHERE "auth_group"."name" = 'annotator' LIMIT 21
6 similar queries. Duplicated 5 times.
0.30

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(215)
  return render(
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/shortcuts.py in render(19)
  content = loader.render_to_string(template_name, context, request, using=using)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(170)
  return self._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(150)
  return compiled_parent._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(62)
  result = block.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(214)
  nodelist.append(node.render_annotated(context))
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(519)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(308)
  match = condition.eval(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/smartif.py in eval(58)
  return func(context, self.first, self.second)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/smartif.py in <lambda>(95)
  'and': infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in eval(892)
  return self.value.resolve(context, ignore_failures=True)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in resolve(698)
  new_obj = func(obj, *arg_vals)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in has_group(42)
  group = Group.objects.get(name=group_name)
  

92 {{ infos.url }}</a>
93 {% with current_registry_stats=registry_stats|get_item:registry %}
94 - <strong>{{ current_registry_stats.trial_count }}</strong> entries{% if current_registry_stats.trial_count > 0 %} (last refreshed on <strong>{{ current_registry_stats.last_refreshed_on | date:"Y-m-d H:i:s" }}</strong>){% endif %}<br>
95 {% if request.user|has_group:"annotator" and current_registry_stats.last_import is not None %}
96 (last successfull import date :
97 {{ current_registry_stats.last_import.imported_at | date:"Y-m-d H:i:s"}} --> {{ current_registry_stats.last_import.trial_count }} entries
98 {% endif %}
99 {% endwith %}

/opt/clinicregisterdwh/clinicdwh/clireg/templates/clireg/index.html

SELECT "auth_group"."id",
       "auth_group"."name"
  FROM
"auth_group"
 WHERE
"auth_group"."name" = 'annotator'
 LIMIT
21
SELECT ••• FROM "auth_group" WHERE "auth_group"."name" = 'annotator' LIMIT 21
6 similar queries. Duplicated 5 times.
0.26

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(215)
  return render(
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/shortcuts.py in render(19)
  content = loader.render_to_string(template_name, context, request, using=using)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(170)
  return self._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(150)
  return compiled_parent._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(62)
  result = block.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(214)
  nodelist.append(node.render_annotated(context))
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(519)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(308)
  match = condition.eval(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/smartif.py in eval(58)
  return func(context, self.first, self.second)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/smartif.py in <lambda>(95)
  'and': infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in eval(892)
  return self.value.resolve(context, ignore_failures=True)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in resolve(698)
  new_obj = func(obj, *arg_vals)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in has_group(42)
  group = Group.objects.get(name=group_name)
  

92 {{ infos.url }}</a>
93 {% with current_registry_stats=registry_stats|get_item:registry %}
94 - <strong>{{ current_registry_stats.trial_count }}</strong> entries{% if current_registry_stats.trial_count > 0 %} (last refreshed on <strong>{{ current_registry_stats.last_refreshed_on | date:"Y-m-d H:i:s" }}</strong>){% endif %}<br>
95 {% if request.user|has_group:"annotator" and current_registry_stats.last_import is not None %}
96 (last successfull import date :
97 {{ current_registry_stats.last_import.imported_at | date:"Y-m-d H:i:s"}} --> {{ current_registry_stats.last_import.trial_count }} entries
98 {% endif %}
99 {% endwith %}

/opt/clinicregisterdwh/clinicdwh/clireg/templates/clireg/index.html

SELECT "auth_group"."id",
       "auth_group"."name"
  FROM
"auth_group"
 WHERE
"auth_group"."name" = 'annotator'
 LIMIT
21
SELECT ••• FROM "auth_group" WHERE "auth_group"."name" = 'annotator' LIMIT 21
6 similar queries. Duplicated 5 times.
0.35

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(215)
  return render(
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/shortcuts.py in render(19)
  content = loader.render_to_string(template_name, context, request, using=using)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(170)
  return self._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(150)
  return compiled_parent._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(62)
  result = block.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(214)
  nodelist.append(node.render_annotated(context))
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(519)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(308)
  match = condition.eval(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/smartif.py in eval(58)
  return func(context, self.first, self.second)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/smartif.py in <lambda>(95)
  'and': infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in eval(892)
  return self.value.resolve(context, ignore_failures=True)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in resolve(698)
  new_obj = func(obj, *arg_vals)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in has_group(42)
  group = Group.objects.get(name=group_name)
  

92 {{ infos.url }}</a>
93 {% with current_registry_stats=registry_stats|get_item:registry %}
94 - <strong>{{ current_registry_stats.trial_count }}</strong> entries{% if current_registry_stats.trial_count > 0 %} (last refreshed on <strong>{{ current_registry_stats.last_refreshed_on | date:"Y-m-d H:i:s" }}</strong>){% endif %}<br>
95 {% if request.user|has_group:"annotator" and current_registry_stats.last_import is not None %}
96 (last successfull import date :
97 {{ current_registry_stats.last_import.imported_at | date:"Y-m-d H:i:s"}} --> {{ current_registry_stats.last_import.trial_count }} entries
98 {% endif %}
99 {% endwith %}

/opt/clinicregisterdwh/clinicdwh/clireg/templates/clireg/index.html

SELECT "auth_group"."id",
       "auth_group"."name"
  FROM
"auth_group"
 WHERE
"auth_group"."name" = 'annotator'
 LIMIT
21
SELECT ••• FROM "auth_group" WHERE "auth_group"."name" = 'annotator' LIMIT 21
6 similar queries. Duplicated 5 times.
0.27

Connection: default

/opt/clinicregisterdwh/venv/bin/gunicorn in <module>(8)
  sys.exit(run())
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py in run(58)
  WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(228)
  super().run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/app/base.py in run(72)
  Arbiter(self).run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in run(211)
  self.manage_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in manage_workers(545)
  self.spawn_workers()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_workers(616)
  self.spawn_worker()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/arbiter.py in spawn_worker(583)
  worker.init_process()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/base.py in init_process(140)
  self.run()
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run(123)
  self.run_for_one(timeout)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in run_for_one(67)
  self.accept(listener)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in accept(29)
  self.handle(listener, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle(134)
  self.handle_request(listener, req, client, addr)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/gunicorn/workers/sync.py in handle_request(175)
  respiter = self.wsgi(environ, resp.start_response)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in index(215)
  return render(
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/shortcuts.py in render(19)
  content = loader.render_to_string(template_name, context, request, using=using)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader.py in render_to_string(62)
  return template.render(context, request)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/backends/django.py in render(61)
  return self.template.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(170)
  return self._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(150)
  return compiled_parent._render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/test/utils.py in instrumented_test_render(100)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/loader_tags.py in render(62)
  result = block.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(214)
  nodelist.append(node.render_annotated(context))
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(519)
  return self.nodelist.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render(938)
  bit = node.render_annotated(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in render_annotated(905)
  return self.render(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in render(308)
  match = condition.eval(context)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/smartif.py in eval(58)
  return func(context, self.first, self.second)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/smartif.py in <lambda>(95)
  'and': infix(7, lambda context, x, y: x.eval(context) and y.eval(context)),
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/defaulttags.py in eval(892)
  return self.value.resolve(context, ignore_failures=True)
  
/opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/template/base.py in resolve(698)
  new_obj = func(obj, *arg_vals)
  
/opt/clinicregisterdwh/clinicdwh/clireg/views.py in has_group(42)
  group = Group.objects.get(name=group_name)
  

92 {{ infos.url }}</a>
93 {% with current_registry_stats=registry_stats|get_item:registry %}
94 - <strong>{{ current_registry_stats.trial_count }}</strong> entries{% if current_registry_stats.trial_count > 0 %} (last refreshed on <strong>{{ current_registry_stats.last_refreshed_on | date:"Y-m-d H:i:s" }}</strong>){% endif %}<br>
95 {% if request.user|has_group:"annotator" and current_registry_stats.last_import is not None %}
96 (last successfull import date :
97 {{ current_registry_stats.last_import.imported_at | date:"Y-m-d H:i:s"}} --> {{ current_registry_stats.last_import.trial_count }} entries
98 {% endif %}
99 {% endwith %}

/opt/clinicregisterdwh/clinicdwh/clireg/templates/clireg/index.html

Static files (193 found, 10 used)

Static file path

  1. /opt/clinicregisterdwh/clinicdwh/staticfiles

Static file apps

  1. django.contrib.admin
  2. debug_toolbar
  3. django_select2

Static files

libs/bootstrap/css/bootstrap4.6.min.css
/opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/css/bootstrap4.6.min.css
libs/font-awesome/css/font-awesome-all.min.css
/opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/css/font-awesome-all.min.css
libs/jquery-ui/css/jquery-ui.css
/opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/css/jquery-ui.css
libs/jquery/css/jquery.datetimepicker.min.css
/opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery/css/jquery.datetimepicker.min.css
clireg/css/main.css
/opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/css/main.css
libs/jquery/js/jquery-3.5.1.min.js
/opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery/js/jquery-3.5.1.min.js
libs/bootstrap/js/bootstrap.bundle.min.js
/opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/js/bootstrap.bundle.min.js
libs/jquery-ui/js/jquery-ui.min.js
/opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/js/jquery-ui.min.js
libs/jquery/js/jquery.datetimepicker.full.min.js
/opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery/js/jquery.datetimepicker.full.min.js
clireg/js/main.js
/opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/js/main.js

django.contrib.staticfiles.finders.FileSystemFinder (56 files)

Path Location
clireg/img/cnrs_ins2i.jpg /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/img/cnrs_ins2i.jpg
clireg/img/logo_limos.png /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/img/logo_limos.png
clireg/img/logo_liris.png /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/img/logo_liris.png
clireg/img/logo-CRESS.png /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/img/logo-CRESS.png
clireg/img/logo_lri.jpeg /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/img/logo_lri.jpeg
clireg/css/languages.css /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/css/languages.css
clireg/css/main.css /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/css/main.css
clireg/css/main.scss /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/css/main.scss
clireg/css/languages.png /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/css/languages.png
clireg/js/main.js /opt/clinicregisterdwh/clinicdwh/staticfiles/clireg/js/main.js
libs/jquery-ui/css/jquery-ui.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/css/jquery-ui.css
libs/jquery-ui/css/images/ui-icons_cc0000_256x240.png /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/css/images/ui-icons_cc0000_256x240.png
libs/jquery-ui/css/images/ui-icons_ffffff_256x240.png /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/css/images/ui-icons_ffffff_256x240.png
libs/jquery-ui/css/images/ui-icons_444444_256x240.png /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/css/images/ui-icons_444444_256x240.png
libs/jquery-ui/css/images/ui-icons_555555_256x240.png /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/css/images/ui-icons_555555_256x240.png
libs/jquery-ui/css/images/ui-icons_777620_256x240.png /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/css/images/ui-icons_777620_256x240.png
libs/jquery-ui/css/images/ui-icons_777777_256x240.png /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/css/images/ui-icons_777777_256x240.png
libs/jquery-ui/js/jquery-ui.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery-ui/js/jquery-ui.min.js
libs/font-awesome/webfonts/fa-solid-900.svg /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-solid-900.svg
libs/font-awesome/webfonts/fa-solid-900.woff /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-solid-900.woff
libs/font-awesome/webfonts/fa-regular-400.woff2 /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-regular-400.woff2
libs/font-awesome/webfonts/fa-regular-400.ttf /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-regular-400.ttf
libs/font-awesome/webfonts/fa-brands-400.eot /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-brands-400.eot
libs/font-awesome/webfonts/fa-brands-400.ttf /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-brands-400.ttf
libs/font-awesome/webfonts/fa-brands-400.svg /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-brands-400.svg
libs/font-awesome/webfonts/fa-solid-900.eot /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-solid-900.eot
libs/font-awesome/webfonts/fa-brands-400.woff2 /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-brands-400.woff2
libs/font-awesome/webfonts/fa-brands-400.woff /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-brands-400.woff
libs/font-awesome/webfonts/fa-regular-400.eot /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-regular-400.eot
libs/font-awesome/webfonts/fa-regular-400.svg /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-regular-400.svg
libs/font-awesome/webfonts/fa-solid-900.ttf /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-solid-900.ttf
libs/font-awesome/webfonts/fa-regular-400.woff /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-regular-400.woff
libs/font-awesome/webfonts/fa-solid-900.woff2 /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/webfonts/fa-solid-900.woff2
libs/font-awesome/css/font-awesome-all.min.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/css/font-awesome-all.min.css
libs/font-awesome/fonts/fontawesome-webfont.ttf /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/fonts/fontawesome-webfont.ttf
libs/font-awesome/fonts/fontawesome-webfont.eot /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/fonts/fontawesome-webfont.eot
libs/font-awesome/fonts/fontawesome-webfont.woff /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/fonts/fontawesome-webfont.woff
libs/font-awesome/fonts/fontawesome-webfont.woff2 /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/fonts/fontawesome-webfont.woff2
libs/font-awesome/fonts/fontawesome-webfont.svg /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/fonts/fontawesome-webfont.svg
libs/font-awesome/fonts/FontAwesome.otf /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/font-awesome/fonts/FontAwesome.otf
libs/tabulator/css/tabulator.min.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/tabulator/css/tabulator.min.css
libs/tabulator/js/tabulator.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/tabulator/js/tabulator.min.js
libs/tabulator/js/jquery_wrapper.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/tabulator/js/jquery_wrapper.min.js
libs/jquery/css/jquery.datetimepicker.min.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery/css/jquery.datetimepicker.min.css
libs/jquery/js/jquery-3.5.1.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery/js/jquery-3.5.1.min.js
libs/jquery/js/jquery-1.9.1.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery/js/jquery-1.9.1.min.js
libs/jquery/js/jquery.datetimepicker.full.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/jquery/js/jquery.datetimepicker.full.min.js
libs/bootstrap/css/bootstrap-theme.min.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/css/bootstrap-theme.min.css
libs/bootstrap/css/bootstrap.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/css/bootstrap.css
libs/bootstrap/css/bootstrap.min.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/css/bootstrap.min.css
libs/bootstrap/css/bootstrap4.6.min.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/css/bootstrap4.6.min.css
libs/bootstrap/css/bootstrap-theme.css /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/css/bootstrap-theme.css
libs/bootstrap/js/bootstrap.bundle.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/js/bootstrap.bundle.min.js
libs/bootstrap/js/bootstrap4.6.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/js/bootstrap4.6.min.js
libs/bootstrap/js/bootstrap.min.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/js/bootstrap.min.js
libs/bootstrap/js/bootstrap.js /opt/clinicregisterdwh/clinicdwh/staticfiles/libs/bootstrap/js/bootstrap.js

django.contrib.staticfiles.finders.AppDirectoriesFinder (137 files)

Path Location
admin/img/icon-alert.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg
admin/img/inline-delete.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg
admin/img/LICENSE /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/LICENSE
admin/img/icon-no.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-no.svg
admin/img/search.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/search.svg
admin/img/tooltag-add.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg
admin/img/icon-clock.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg
admin/img/icon-unknown-alt.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
admin/img/selector-icons.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg
admin/img/icon-unknown.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg
admin/img/calendar-icons.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg
admin/img/icon-viewlink.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg
admin/img/icon-calendar.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg
admin/img/icon-changelink.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg
admin/img/README.txt /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/README.txt
admin/img/icon-addlink.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg
admin/img/icon-deletelink.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg
admin/img/sorting-icons.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg
admin/img/icon-yes.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg
admin/img/tooltag-arrowright.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
admin/img/gis/move_vertex_on.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
admin/img/gis/move_vertex_off.svg /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
admin/css/base.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/base.css
admin/css/dashboard.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/dashboard.css
admin/css/rtl.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/rtl.css
admin/css/responsive_rtl.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css
admin/css/forms.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/forms.css
admin/css/changelists.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/changelists.css
admin/css/nav_sidebar.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css
admin/css/responsive.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/responsive.css
admin/css/autocomplete.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/autocomplete.css
admin/css/fonts.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/fonts.css
admin/css/login.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/login.css
admin/css/widgets.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/widgets.css
admin/css/vendor/select2/select2.min.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
admin/css/vendor/select2/select2.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css
admin/css/vendor/select2/LICENSE-SELECT2.md /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
admin/js/calendar.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/calendar.js
admin/js/autocomplete.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/autocomplete.js
admin/js/nav_sidebar.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js
admin/js/prepopulate.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/prepopulate.js
admin/js/core.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/core.js
admin/js/actions.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/actions.js
admin/js/SelectFilter2.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
admin/js/jquery.init.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/jquery.init.js
admin/js/change_form.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/change_form.js
admin/js/SelectBox.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/SelectBox.js
admin/js/popup_response.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/popup_response.js
admin/js/inlines.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/inlines.js
admin/js/urlify.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/urlify.js
admin/js/collapse.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/collapse.js
admin/js/prepopulate_init.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js
admin/js/cancel.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/cancel.js
admin/js/admin/DateTimeShortcuts.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
admin/js/admin/RelatedObjectLookups.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
admin/js/vendor/xregexp/xregexp.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
admin/js/vendor/xregexp/xregexp.min.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
admin/js/vendor/xregexp/LICENSE.txt /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
admin/js/vendor/select2/select2.full.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js
admin/js/vendor/select2/LICENSE.md /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
admin/js/vendor/select2/select2.full.min.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
admin/js/vendor/select2/i18n/sr-Cyrl.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
admin/js/vendor/select2/i18n/sr.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
admin/js/vendor/select2/i18n/ps.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
admin/js/vendor/select2/i18n/hu.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
admin/js/vendor/select2/i18n/fi.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
admin/js/vendor/select2/i18n/sq.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
admin/js/vendor/select2/i18n/zh-TW.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
admin/js/vendor/select2/i18n/hy.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
admin/js/vendor/select2/i18n/pt-BR.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
admin/js/vendor/select2/i18n/nl.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
admin/js/vendor/select2/i18n/ja.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
admin/js/vendor/select2/i18n/sv.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
admin/js/vendor/select2/i18n/el.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
admin/js/vendor/select2/i18n/lt.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
admin/js/vendor/select2/i18n/ka.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
admin/js/vendor/select2/i18n/pl.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
admin/js/vendor/select2/i18n/bs.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
admin/js/vendor/select2/i18n/hi.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
admin/js/vendor/select2/i18n/ca.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
admin/js/vendor/select2/i18n/bn.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
admin/js/vendor/select2/i18n/ko.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
admin/js/vendor/select2/i18n/dsb.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
admin/js/vendor/select2/i18n/ro.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
admin/js/vendor/select2/i18n/km.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
admin/js/vendor/select2/i18n/ar.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
admin/js/vendor/select2/i18n/th.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
admin/js/vendor/select2/i18n/tr.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
admin/js/vendor/select2/i18n/pt.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
admin/js/vendor/select2/i18n/tk.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
admin/js/vendor/select2/i18n/gl.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
admin/js/vendor/select2/i18n/de.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
admin/js/vendor/select2/i18n/cs.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
admin/js/vendor/select2/i18n/bg.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
admin/js/vendor/select2/i18n/sl.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
admin/js/vendor/select2/i18n/he.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
admin/js/vendor/select2/i18n/ms.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
admin/js/vendor/select2/i18n/is.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
admin/js/vendor/select2/i18n/hr.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
admin/js/vendor/select2/i18n/et.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
admin/js/vendor/select2/i18n/sk.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
admin/js/vendor/select2/i18n/ru.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
admin/js/vendor/select2/i18n/en.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
admin/js/vendor/select2/i18n/es.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
admin/js/vendor/select2/i18n/id.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
admin/js/vendor/select2/i18n/it.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
admin/js/vendor/select2/i18n/eu.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
admin/js/vendor/select2/i18n/mk.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
admin/js/vendor/select2/i18n/af.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
admin/js/vendor/select2/i18n/fr.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
admin/js/vendor/select2/i18n/zh-CN.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
admin/js/vendor/select2/i18n/fa.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
admin/js/vendor/select2/i18n/vi.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
admin/js/vendor/select2/i18n/uk.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
admin/js/vendor/select2/i18n/hsb.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
admin/js/vendor/select2/i18n/ne.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
admin/js/vendor/select2/i18n/da.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
admin/js/vendor/select2/i18n/lv.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
admin/js/vendor/select2/i18n/az.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
admin/js/vendor/select2/i18n/nb.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
admin/js/vendor/jquery/jquery.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
admin/js/vendor/jquery/jquery.min.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
admin/js/vendor/jquery/LICENSE.txt /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
admin/fonts/Roboto-Regular-webfont.woff /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff
admin/fonts/Roboto-Bold-webfont.woff /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff
admin/fonts/README.txt /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/README.txt
admin/fonts/Roboto-Light-webfont.woff /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff
admin/fonts/LICENSE.txt /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt
debug_toolbar/css/toolbar.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/css/print.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/js/history.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/history.js
debug_toolbar/js/timer.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js
debug_toolbar/js/utils.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js
debug_toolbar/js/toolbar.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/js/redirect.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js
django_select2/django_select2.css /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django_select2/static/django_select2/django_select2.css
django_select2/django_select2.js /opt/clinicregisterdwh/venv/lib/python3.8/site-packages/django_select2/static/django_select2/django_select2.js

Templates (2 rendered)

Template paths

None

Templates

clireg/index.html
/opt/clinicregisterdwh/clinicdwh/clireg/templates/clireg/index.html
Toggle context {'False': False, 'None': None, 'True': True} {'CRESSARM_HIST_ATTRIBUTES': {'arm_notes': {'description': 'Contain additional ' 'information ' 'regarding each ' 'trial\n' ' arm ' 'to guide ' 'annotators during ' 'data checking ' 'activity.\n' ' ', 'followed': True, 'histvaltype': 'text', 'label': 'Arm Notes', 'model': 'cressarm'}, 'pharmacological_treatment': {'description': 'Specify ' 'if ' 'the ' 'intervention ' 'is ' 'a: ' "'Pharmacological\n" ' ' "treatment', " "'Non " 'pharmacological ' "treatment', " "'Biological " "treatment',\n" ' ' "'Non " 'covid ' "vaccine', " "'Vaccine', " "'Standard " 'of ' "care' " 'or ' "'Placebo'", 'followed': True, 'histvaltype': 'text', 'label': 'Treatment ' 'category', 'model': 'cressarm'}, 'treatment_name': {'description': 'Name of ' 'treatment as ' 'reported in ' 'the\n' ' ' 'intervention ' 'section', 'followed': True, 'histvaltype': 'text', 'label': 'Treatment name', 'model': 'cressarm'}, 'treatment_type': {'description': 'Use ' 'predefined ' 'terminology ' 'updated each ' 'week as ' 'necessary.\n' ' If ' "'Standard of " "care' or " "'Placebo' in " 'the previous ' 'treatment ' 'name\n' ' ' 'column, ' 'duplicate ' 'this ' 'information ' 'here.', 'followed': True, 'histvaltype': 'text', 'label': 'Treatment type', 'model': 'cressarm'}}, 'CRESSTRIAL_HIST_ATTRIBUTES': {'abstract': {'description': 'Trial abstract', 'followed': False, 'histvaltype': 'text', 'label': 'Abstract', 'model': 'cresstrial'}, 'allocation': {'description': 'Record if the ' 'allocation is ' 'Randomized or\n' ' ' 'Non-randomized ' '(only for ' 'non-randomized ' 'vaccine ' 'studies)', 'followed': True, 'histvaltype': 'rel', 'label': 'Allocation', 'model': 'cresstrial'}, 'arms': {'description': 'Gathers each ' 'interventional trial ' 'arm\n' ' ' 'characteristics ' '(treatment name, ' 'treatment type, ' 'treatment\n' ' type ' 'order treatment ' 'category, n ' 'randomized in this ' 'arm,\n' ' arm ' 'notes)\n' ' ', 'followed': True, 'histvaltype': 'json', 'label': 'Arms', 'model': 'cresstrial'}, 'center': {'description': 'Record whether the ' 'trial is ' 'single-center or\n' ' ' 'multiple-center. ' 'Unclear if no ' 'information ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Center', 'model': 'cresstrial'}, 'contact_email': {'description': 'Email of ' 'principal ' 'investigator ' 'or\n' ' ' 'contact ' 'person of ' 'the trial', 'followed': True, 'histvaltype': 'text', 'label': 'Contact', 'model': 'cresstrial'}, 'countries': {'description': 'The countries ' 'where the trial ' 'is conducted\n' ' as ' 'reported in ' 'trial registry. ' 'Not reported\n' ' if ' 'no information ' 'provided', 'followed': True, 'histvaltype': 'text', 'label': 'Countries', 'model': 'cresstrial'}, 'design': {'description': 'Summary of study ' 'design whether it ' 'is parallel,\n' ' ' 'adaptive, ' 'factorial, ' 'sequential, ' 'cluster, crossover ' 'or single\n' ' group ' 'assignment (only ' 'for vaccine ' 'trials)\n' ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Design', 'model': 'cresstrial'}, 'exclusion_criteria': {'description': 'Record ' 'the ' 'criteria ' 'to ' 'exclude\n' ' ' 'participants ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'Exclusion ' 'criteria', 'model': 'cresstrial'}, 'first_author': {'description': 'Name of ' 'principal ' 'investigator ' 'or\n' ' ' 'contact ' 'person of the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'First author', 'model': 'cresstrial'}, 'full_text_link': {'description': 'Link to ' 'trial ' 'registration', 'followed': True, 'histvaltype': 'url', 'label': 'Full text link', 'model': 'cresstrial'}, 'funding': {'description': 'Name of sponsor as ' 'reported\n' ' in ' 'trial registration', 'followed': True, 'histvaltype': 'text', 'label': 'Funding', 'model': 'cresstrial'}, 'gender': {'description': 'Gender as reported ' 'in trial registry\n' ' ' '(usually female, ' 'male or both)\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Gender', 'model': 'cresstrial'}, 'inclusion_age_max': {'description': 'Maximum ' 'age of ' 'participants ' 'to\n' ' ' 'be ' 'included ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Inclusion age ' 'max', 'model': 'cresstrial'}, 'inclusion_age_min': {'description': 'Minimum ' 'age of ' 'participants ' 'to\n' ' ' 'be ' 'included ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Inclusion age ' 'min', 'model': 'cresstrial'}, 'inclusion_criteria': {'description': 'Record ' 'the ' 'criteria ' 'to ' 'include\n' ' ' 'participants ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'Inclusion ' 'criteria', 'model': 'cresstrial'}, 'masking': {'description': 'Record whether ' 'participants are ' 'blinded to ' 'treatment\n' ' ' 'assigned. Not ' 'reported if no ' 'information ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Masking', 'model': 'cresstrial'}, 'notes': {'description': '\n' ' If same ' 'treatment in ' 'different arms, to ' 'help distinguish ' 'them,\n' ' note ' 'here any difference ' 'retrieved from the ' 'protocol in:\n' ' <ul>\n' ' ' '<li>population ' '(disease severity, ' 'subgroup)</li>\n' ' ' '<li>\n' ' ' 'treatment:\n' ' ' '<ul>\n' ' ' '<li>doses (if ' 'different in dose: ' 'write dose 1,\n' ' ' 'dose 2)</li>\n' ' ' '<li>administration ' 'route (if different ' 'in\n' ' ' 'administration route ' 'write IV, PO, SC\n' ' ' 'correspondingly)</li>\n' ' ' '<li>duration</li>\n' ' ' '<li>treatment ' 'frequency</li>\n' ' ' '</ul>\n' ' ' '</li>\n' ' </ul>\n' ' Note any ' 'other general ' 'remarks E.g. unclear ' 'number of arms\n' ' ', 'followed': True, 'histvaltype': 'text', 'label': 'Notes', 'model': 'cresstrial'}, 'number_of_arms': {'description': 'Number of ' 'treatment ' 'arms\n' ' ' 'evaluated ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'Number of arms', 'model': 'cresstrial'}, 'phase': {'description': 'Phase of trial: ' 'Phase 1, Phase ' '1/Phase 2,\n' ' Phase ' '2, Phase2/Phase 3, ' 'Phase 3, Phase ' '3/Phase 4, Phase 4\n' ' and Not ' 'reported if no ' 'information is ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Phase', 'model': 'cresstrial'}, 'plan_to_share_ipd': {'description': 'Record ' 'whether ' 'the ' 'trial ' 'investigator ' 'team is\n' ' ' 'planning ' 'to share ' 'individual ' 'patients ' 'data. As ' 'reported\n' ' ' 'in the ' 'trial ' 'registry.\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Plan to share ' 'IPD', 'model': 'cresstrial'}, 'primary_outcome': {'description': 'Primary ' 'outcomes ' 'as ' 'reported ' 'in trial ' 'registry', 'followed': True, 'histvaltype': 'text', 'label': 'primary outcome', 'model': 'cresstrial'}, 'primary_outcome_timepoints': {'description': 'Primary ' 'outcome ' 'time ' 'points ' 'as ' 'reported\n' ' ' 'in ' 'trial ' 'registry\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Time ' 'points ' 'for ' 'primary ' 'outcomes', 'model': 'cresstrial'}, 'recruitment_status': {'description': 'Status ' 'of ' 'recruitment, ' 'receiving ' 'the ' 'following ' 'values:\n' ' ' '<ul>\n' ' ' '<li>Not ' 'recruiting: ' 'the ' 'trial ' 'has not ' 'started ' 'the ' 'recruitment\n' ' ' 'yet</li>\n' ' ' '<li>Recruiting: ' 'the ' 'trial ' 'has ' 'started ' 'the ' 'recruitment</li>\n' ' ' '<li>Completed: ' 'the ' 'trial ' 'has ' 'recruited ' 'enough ' 'participants\n' ' ' 'as ' 'planned</li>\n' ' ' '<li>Terminated: ' 'the ' 'trial ' 'has ' 'terminated ' 'early ' 'without ' 'achieving\n' ' ' 'the ' 'planned ' 'sample ' 'size, ' 'and ' 'will ' 'not ' 'resume ' 'the ' 'recruitment</li>\n' ' ' '<li>Suspended: ' 'the ' 'trial ' 'has ' 'stopped ' 'the ' 'recruitment ' 'temporally ' 'and\n' ' ' 'might ' 'resume ' 'recruitment ' 'later</li>\n' ' ' '<li>Withdrawn: ' 'The ' 'study ' 'stopped ' 'early, ' 'before ' 'enrolling ' 'its ' 'first\n' ' ' 'participant</li></ul>', 'followed': True, 'histvaltype': 'rel', 'label': 'Recruitment ' 'status', 'model': 'cresstrial'}, 'registration_date': {'description': 'Date of ' 'trial ' 'registration ' 'in the ' 'registry', 'followed': True, 'histvaltype': 'text', 'label': 'Registration ' 'date', 'model': 'cresstrial'}, 'result_posted': {'description': '', 'followed': False, 'histvaltype': 'rel', 'label': 'Posted results', 'model': 'cresstrial'}, 'secondary_outcome': {'description': 'Secondary ' 'outcome(s) ' 'and time ' 'point(s)\n' ' ' 'as ' 'reported ' 'in trial ' 'registry\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'secondary ' 'outcome', 'model': 'cresstrial'}, 'severity_scale': {'description': '\n' ' ' 'Report the ' 'corresponding ' 'number on ' 'the ' 'severity ' 'scale ' 'according ' 'to\n' ' ' 'the ' 'previous ' "'type of " 'patients ' "column' as " 'follows:\n' ' ' '<ul>\n' ' ' '<li>0: No ' 'restriction ' 'on type of ' 'patients</li>\n' ' ' '<li>1: Mild ' 'disease at ' 'enrollment</li>\n' ' ' '<li>2: ' 'Mild/moderate ' 'disease at ' 'enrollment</li>\n' ' ' '<li>3: ' 'Moderate ' 'disease at ' 'enrollment</li>\n' ' ' '<li>4: ' 'Moderate/severe ' 'disease at ' 'enrollment</li>\n' ' ' '<li>5: ' 'Moderate/severe/critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>6: ' 'Severe ' 'disease at ' 'enrollment</li>\n' ' ' '<li>7: ' 'Severe/critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>8: ' 'Critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>N/A if ' 'study aim ' 'is ' 'prevention ' 'or long ' 'covid</li>\n' ' ' '</ul>\n' ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Severity scale', 'model': 'cresstrial'}, 'study_aim': {'description': 'Record the ' 'purpose of the ' 'intervention:\n' ' ' 'Prevention, ' 'Treatment or ' 'Long covid', 'followed': True, 'histvaltype': 'rel', 'label': 'Study aim', 'model': 'cresstrial'}, 'study_design': {'description': 'Summary of ' 'study design ' 'whether it is ' 'RCT or ' 'nonRCT\n' ' ' '(only for ' 'vaccine ' 'trials)', 'followed': True, 'histvaltype': 'rel', 'label': 'Study design', 'model': 'cresstrial'}, 'title': {'description': 'Trial title', 'followed': False, 'histvaltype': 'text', 'label': 'Title', 'model': 'cresstrial'}, 'total_sample_size': {'description': 'Total ' 'target ' 'number ' 'of ' 'participants\n' ' ' 'randomized ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Total sample ' 'size', 'model': 'cresstrial'}, 'type_of_patients': {'description': '\n' ' ' 'For ' 'prevention ' 'trial:\n' ' ' '<ul>\n' ' ' '<li>Write ' "'Close " 'contacts ' 'to covid ' "patients' " 'if trials ' 'test\n' ' ' 'prevention ' 'for ' 'participants ' 'who have ' 'contact\n' ' ' 'with ' 'covid ' 'patients</li>\n' ' ' '<li>Write ' "'Health " "workers' " 'if ' 'trials\n' ' ' 'test ' 'prevention ' 'for ' 'health ' 'workers</li>\n' ' ' '<li>Write ' "'Healthy " "volunteers' " 'if trials ' 'recruit ' 'healthy\n' ' ' 'volunteers ' '(i.e. ' 'vaccine ' 'trials)</li>\n' ' ' '<li>Write ' "'High " 'risk ' "patients' " 'if trials ' 'recruit ' 'only ' 'elderly\n' ' ' 'or people ' 'of any ' 'age who ' 'are at ' 'increased ' 'risk of ' 'severe\n' ' ' 'illness ' 'from ' 'COVID-19</li>\n' ' ' '</ul>\n' '\n' ' ' 'For ' '<u>treatment ' 'trials</u> ' ':\n' ' ' '<ol>\n' ' ' '<li>Check ' 'online ' 'protocol ' '(mainly ' 'described ' 'in the ' 'section\n' ' ' "'inclusion " "criteria') " 'for ' 'severity ' 'as ' 'classified\n' ' ' 'according ' 'to the ' 'following ' 'criteria:\n' ' ' '<ul>\n' ' ' '<li>Mild ' '- the ' 'clinical ' 'symptoms ' 'are mild ' 'with no\n' ' ' 'sign of ' 'pneumonia ' 'on ' 'imaging</li>\n' ' ' '<li>Moderate ' '- ' 'patients ' 'have ' 'fever and ' 'respiratory\n' ' ' 'symptoms ' 'with ' 'radiological ' 'findings ' 'of ' 'pneumonia\n' ' ' 'and ' 'requiring ' 'oxygen ' '(3L/min>Oxygen ' '<5L/min)</li>\n' ' ' '<li>Severe ' '(cases ' 'meeting ' 'any of ' 'the ' 'following\n' ' ' 'criteria) ' '- ' 'Respiratory ' 'distress ' '≧30b/m; ' 'O2Sats\n' ' ' '≤ 93% at ' 'rest in ' 'ambient ' 'air or ' 'O2Sats ' '≤97 % ' 'with\n' ' ' 'O2 > ' '5L/min; ' 'PaO2/FiO2 ' '≦ 300 ' 'mmHg (l ' 'mmHg=0.133kPa).\n' ' ' 'PaO2 / ' 'FiO2 in ' 'high-altitude ' 'areas (at ' 'an ' 'altitude\n' ' ' 'of over ' '1,000 ' 'meters ' 'above the ' 'sea ' 'level) ' 'shall be\n' ' ' 'corrected ' 'by the ' 'following ' 'formula: ' 'PaO2/ ' 'FiO2 x\n' ' ' '[Atmospheric ' 'pressure ' '(mmHg)/760]; ' 'Chest ' 'imaging\n' ' ' 'showing ' 'obvious ' 'lesion ' 'progression ' 'within\n' ' ' '24-48 ' 'hours)</li>\n' ' ' '<li>Critical ' '(cases ' 'meeting ' 'any of ' 'the ' 'following\n' ' ' 'criteria): ' 'Respiratory ' 'failure ' 'and ' 'requiring\n' ' ' 'mechanical ' 'ventilation; ' 'shock; ' 'other ' 'organ ' 'failure\n' ' ' 'that ' 'requires ' 'ICU ' 'care).</li>\n' ' ' '</ul>\n' ' ' '</li>\n' ' ' '<li>Report ' 'disease ' 'severity ' 'at ' 'enrollment, ' 'except ' 'for\n' ' ' 'therapeutic ' 'vaccine ' 'trials ' 'then ' 'write ' 'only\n' ' ' "'infected " "patients':\n" ' ' '<ul>\n' ' ' "<li>'No " 'restriction ' 'on type ' 'of ' "patient': " 'for\n' ' ' 'trials ' 'which do ' 'not ' 'specify\n' ' ' 'type of ' 'patients ' 'to be ' 'included</li>\n' ' ' "<li>'Mild " 'disease ' 'at ' "enrollment' " ': for ' 'trials\n' ' ' 'with ' 'asymptomatic ' 'and/or ' 'mild ' 'patients ' 'to be\n' ' ' 'included</li>\n' ' ' "<li>'Mild/moderate " 'disease ' 'at ' "enrollment': " 'for\n' ' ' 'trials ' 'with both ' 'mild and ' 'moderate ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Moderate " 'disease ' 'at ' "enrollment'</li>\n" ' ' "<li>'Moderate/severe " 'disease ' 'at ' "enrollment': " 'for\n' ' ' 'trials ' 'with both ' 'moderate ' 'and ' 'severe ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Moderate/severe/critical " 'disease ' 'at ' "enrollment':\n" ' ' 'for ' 'trials ' 'with ' 'moderate, ' 'severe ' 'and ' 'critical\n' ' ' 'patients ' 'to be ' 'included</li>\n' ' ' "<li>'Severe " 'disease ' 'at ' "enrollment'</li>\n" ' ' "<li>'Severe/critical " 'disease ' 'at ' "enrollment': " 'for\n' ' ' 'trials ' 'with both ' 'severe ' 'and ' 'critical ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Critical " 'disease ' 'at ' "enrollment'</li>\n" ' ' '</ul>\n' ' ' '</li>\n' ' ' '</ol>\n' '\n' ' ' 'For ' '<u>long ' 'covid ' 'treatment ' 'trials</u> ' ':\n' ' ' '<ul><li>Write ' "'Patients " 'recovered ' 'from ' "covid'</li></ul>\n" ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Type of ' 'patients', 'model': 'cresstrial'}}, 'CRESS_ATTRIBUTES': {'abstract': {'description': 'Trial abstract', 'followed': False, 'histvaltype': 'text', 'label': 'Abstract', 'model': 'cresstrial'}, 'allocation': {'description': 'Record if the allocation ' 'is Randomized or\n' ' ' 'Non-randomized (only for ' 'non-randomized vaccine ' 'studies)', 'followed': True, 'histvaltype': 'rel', 'label': 'Allocation', 'model': 'cresstrial'}, 'arm_id': {'followed': False, 'histvaltype': None, 'label': 'Arm internal ID', 'model': None}, 'arm_notes': {'description': 'Contain additional ' 'information regarding each ' 'trial\n' ' arm to guide ' 'annotators during data ' 'checking activity.\n' ' ', 'followed': True, 'histvaltype': 'text', 'label': 'Arm Notes', 'model': 'cressarm'}, 'arms': {'description': 'Gathers each interventional ' 'trial arm\n' ' characteristics ' '(treatment name, treatment ' 'type, treatment\n' ' type order ' 'treatment category, n ' 'randomized in this arm,\n' ' arm notes)\n' ' ', 'followed': True, 'histvaltype': 'json', 'label': 'Arms', 'model': 'cresstrial'}, 'center': {'description': 'Record whether the trial is ' 'single-center or\n' ' multiple-center. ' 'Unclear if no information ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Center', 'model': 'cresstrial'}, 'contact_email': {'description': 'Email of principal ' 'investigator or\n' ' contact ' 'person of the trial', 'followed': True, 'histvaltype': 'text', 'label': 'Contact', 'model': 'cresstrial'}, 'countries': {'description': 'The countries where the ' 'trial is conducted\n' ' as reported ' 'in trial registry. Not ' 'reported\n' ' if no ' 'information provided', 'followed': True, 'histvaltype': 'text', 'label': 'Countries', 'model': 'cresstrial'}, 'design': {'description': 'Summary of study design ' 'whether it is parallel,\n' ' adaptive, ' 'factorial, sequential, ' 'cluster, crossover or single\n' ' group assignment ' '(only for vaccine trials)\n' ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Design', 'model': 'cresstrial'}, 'exclusion_criteria': {'description': 'Record the ' 'criteria to ' 'exclude\n' ' ' 'participants in ' 'the trial', 'followed': True, 'histvaltype': 'text', 'label': 'Exclusion criteria', 'model': 'cresstrial'}, 'first_author': {'description': 'Name of principal ' 'investigator or\n' ' contact ' 'person of the trial', 'followed': True, 'histvaltype': 'text', 'label': 'First author', 'model': 'cresstrial'}, 'full_text_link': {'description': 'Link to trial ' 'registration', 'followed': True, 'histvaltype': 'url', 'label': 'Full text link', 'model': 'cresstrial'}, 'funding': {'description': 'Name of sponsor as reported\n' ' in trial ' 'registration', 'followed': True, 'histvaltype': 'text', 'label': 'Funding', 'model': 'cresstrial'}, 'gender': {'description': 'Gender as reported in trial ' 'registry\n' ' (usually female, ' 'male or both)\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Gender', 'model': 'cresstrial'}, 'inclusion_age_max': {'description': 'Maximum age of ' 'participants to\n' ' be ' 'included in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Inclusion age max', 'model': 'cresstrial'}, 'inclusion_age_min': {'description': 'Minimum age of ' 'participants to\n' ' be ' 'included in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Inclusion age min', 'model': 'cresstrial'}, 'inclusion_criteria': {'description': 'Record the ' 'criteria to ' 'include\n' ' ' 'participants in ' 'the trial', 'followed': True, 'histvaltype': 'text', 'label': 'Inclusion criteria', 'model': 'cresstrial'}, 'masking': {'description': 'Record whether participants ' 'are blinded to treatment\n' ' assigned. Not ' 'reported if no information ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Masking', 'model': 'cresstrial'}, 'notes': {'description': '\n' ' If same treatment ' 'in different arms, to help ' 'distinguish them,\n' ' note here any ' 'difference retrieved from the ' 'protocol in:\n' ' <ul>\n' ' <li>population ' '(disease severity, ' 'subgroup)</li>\n' ' <li>\n' ' ' 'treatment:\n' ' <ul>\n' ' ' '<li>doses (if different in ' 'dose: write dose 1,\n' ' dose ' '2)</li>\n' ' ' '<li>administration route (if ' 'different in\n' ' ' 'administration route write IV, ' 'PO, SC\n' ' ' 'correspondingly)</li>\n' ' ' '<li>duration</li>\n' ' ' '<li>treatment frequency</li>\n' ' </ul>\n' ' </li>\n' ' </ul>\n' ' Note any other ' 'general remarks E.g. unclear ' 'number of arms\n' ' ', 'followed': True, 'histvaltype': 'text', 'label': 'Notes', 'model': 'cresstrial'}, 'number_of_arms': {'description': 'Number of treatment ' 'arms\n' ' ' 'evaluated in the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'Number of arms', 'model': 'cresstrial'}, 'pharmacological_treatment': {'description': 'Specify if ' 'the ' 'intervention ' 'is a: ' "'Pharmacological\n" ' ' "treatment', " "'Non " 'pharmacological ' "treatment', " "'Biological " "treatment',\n" ' ' "'Non covid " "vaccine', " "'Vaccine', " "'Standard " "of care' " 'or ' "'Placebo'", 'followed': True, 'histvaltype': 'text', 'label': 'Treatment ' 'category', 'model': 'cressarm'}, 'phase': {'description': 'Phase of trial: Phase 1, Phase ' '1/Phase 2,\n' ' Phase 2, ' 'Phase2/Phase 3, Phase 3, Phase ' '3/Phase 4, Phase 4\n' ' and Not reported ' 'if no information is provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Phase', 'model': 'cresstrial'}, 'plan_to_share_ipd': {'description': 'Record whether the ' 'trial investigator ' 'team is\n' ' ' 'planning to share ' 'individual ' 'patients data. As ' 'reported\n' ' in ' 'the trial ' 'registry.\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Plan to share IPD', 'model': 'cresstrial'}, 'primary_outcome': {'description': 'Primary outcomes as ' 'reported in trial ' 'registry', 'followed': True, 'histvaltype': 'text', 'label': 'primary outcome', 'model': 'cresstrial'}, 'primary_outcome_timepoints': {'description': 'Primary ' 'outcome ' 'time ' 'points as ' 'reported\n' ' ' 'in trial ' 'registry\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Time points for ' 'primary ' 'outcomes', 'model': 'cresstrial'}, 'recruitment_status': {'description': 'Status of ' 'recruitment, ' 'receiving the ' 'following ' 'values:\n' ' <ul>\n' ' ' '<li>Not ' 'recruiting: the ' 'trial has not ' 'started the ' 'recruitment\n' ' ' 'yet</li>\n' ' ' '<li>Recruiting: ' 'the trial has ' 'started the ' 'recruitment</li>\n' ' ' '<li>Completed: ' 'the trial has ' 'recruited enough ' 'participants\n' ' as ' 'planned</li>\n' ' ' '<li>Terminated: ' 'the trial has ' 'terminated early ' 'without ' 'achieving\n' ' the ' 'planned sample ' 'size, and will ' 'not resume the ' 'recruitment</li>\n' ' ' '<li>Suspended: ' 'the trial has ' 'stopped the ' 'recruitment ' 'temporally and\n' ' might ' 'resume ' 'recruitment ' 'later</li>\n' ' ' '<li>Withdrawn: ' 'The study stopped ' 'early, before ' 'enrolling its ' 'first\n' ' ' 'participant</li></ul>', 'followed': True, 'histvaltype': 'rel', 'label': 'Recruitment status', 'model': 'cresstrial'}, 'registration_date': {'description': 'Date of trial ' 'registration in ' 'the registry', 'followed': True, 'histvaltype': 'text', 'label': 'Registration date', 'model': 'cresstrial'}, 'report_published': {'description': 'Record whether the ' 'trial has published ' 'the results\n' ' either ' 'on preprints or ' 'peer review ' 'journals', 'followed': False, 'histvaltype': None, 'label': 'Report published', 'model': None}, 'result_posted': {'description': '', 'followed': False, 'histvaltype': 'rel', 'label': 'Posted results', 'model': 'cresstrial'}, 'secondary_outcome': {'description': 'Secondary ' 'outcome(s) and ' 'time point(s)\n' ' as ' 'reported in trial ' 'registry\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'secondary outcome', 'model': 'cresstrial'}, 'severity_scale': {'description': '\n' ' Report ' 'the corresponding ' 'number on the ' 'severity scale ' 'according to\n' ' the ' "previous 'type of " "patients column' as " 'follows:\n' ' <ul>\n' ' ' '<li>0: No restriction ' 'on type of ' 'patients</li>\n' ' ' '<li>1: Mild disease ' 'at enrollment</li>\n' ' ' '<li>2: Mild/moderate ' 'disease at ' 'enrollment</li>\n' ' ' '<li>3: Moderate ' 'disease at ' 'enrollment</li>\n' ' ' '<li>4: ' 'Moderate/severe ' 'disease at ' 'enrollment</li>\n' ' ' '<li>5: ' 'Moderate/severe/critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>6: Severe disease ' 'at enrollment</li>\n' ' ' '<li>7: ' 'Severe/critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>8: Critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>N/A if study aim ' 'is prevention or long ' 'covid</li>\n' ' </ul>\n' ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Severity scale', 'model': 'cresstrial'}, 'study_aim': {'description': 'Record the purpose of the ' 'intervention:\n' ' Prevention, ' 'Treatment or Long covid', 'followed': True, 'histvaltype': 'rel', 'label': 'Study aim', 'model': 'cresstrial'}, 'study_design': {'description': 'Summary of study design ' 'whether it is RCT or ' 'nonRCT\n' ' (only for ' 'vaccine trials)', 'followed': True, 'histvaltype': 'rel', 'label': 'Study design', 'model': 'cresstrial'}, 'title': {'description': 'Trial title', 'followed': False, 'histvaltype': 'text', 'label': 'Title', 'model': 'cresstrial'}, 'total_sample_size': {'description': 'Total target ' 'number of ' 'participants\n' ' ' 'randomized in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Total sample size', 'model': 'cresstrial'}, 'treatment_id': {'followed': False, 'histvaltype': None, 'label': 'Internal treatment ID', 'model': 'cressarm'}, 'treatment_name': {'description': 'Name of treatment as ' 'reported in the\n' ' intervention ' 'section', 'followed': True, 'histvaltype': 'text', 'label': 'Treatment name', 'model': 'cressarm'}, 'treatment_type': {'description': 'Use predefined ' 'terminology updated ' 'each week as ' 'necessary.\n' " If 'Standard " "of care' or 'Placebo' " 'in the previous ' 'treatment name\n' ' column, ' 'duplicate this ' 'information here.', 'followed': True, 'histvaltype': 'text', 'label': 'Treatment type', 'model': 'cressarm'}, 'treatment_type_order': {'description': 'A specific ' 'number is given ' 'to each ' 'different ' 'treatment\n' ' ' 'type. This ' 'allows to ' 'create data ' 'visualizations ' 'such as ' 'mapping\n' ' ' 'and networks on ' 'the COVID-NMA ' 'website.\n' ' ', 'followed': False, 'histvaltype': None, 'label': 'Treatment type order', 'model': None}, 'trial_id': {'description': '', 'followed': False, 'histvaltype': None, 'label': 'Trial ID', 'model': None}, 'trial_registration_number': {'description': 'Identifiant ' 'number of ' 'the trial ' 'in the ' 'registry', 'followed': True, 'histvaltype': None, 'label': 'Trial ' 'registration ' 'number', 'model': 'cresstrial'}, 'type_of_patients': {'description': '\n' ' For ' 'prevention trial:\n' ' <ul>\n' ' ' "<li>Write 'Close " 'contacts to covid ' "patients' if trials " 'test\n' ' ' 'prevention for ' 'participants who ' 'have contact\n' ' ' 'with covid ' 'patients</li>\n' ' ' "<li>Write 'Health " "workers' if trials\n" ' ' 'test prevention for ' 'health ' 'workers</li>\n' ' ' "<li>Write 'Healthy " "volunteers' if " 'trials recruit ' 'healthy\n' ' ' 'volunteers (i.e. ' 'vaccine ' 'trials)</li>\n' ' ' "<li>Write 'High " "risk patients' if " 'trials recruit only ' 'elderly\n' ' or ' 'people of any age ' 'who are at ' 'increased risk of ' 'severe\n' ' ' 'illness from ' 'COVID-19</li>\n' ' </ul>\n' '\n' ' For ' '<u>treatment ' 'trials</u> :\n' ' <ol>\n' ' ' '<li>Check online ' 'protocol (mainly ' 'described in the ' 'section\n' ' ' "'inclusion " "criteria') for " 'severity as ' 'classified\n' ' ' 'according to the ' 'following ' 'criteria:\n' ' ' '<ul>\n' ' ' '<li>Mild - the ' 'clinical symptoms ' 'are mild with no\n' ' ' 'sign of pneumonia ' 'on imaging</li>\n' ' ' '<li>Moderate - ' 'patients have fever ' 'and respiratory\n' ' ' 'symptoms with ' 'radiological ' 'findings of ' 'pneumonia\n' ' ' 'and requiring ' 'oxygen ' '(3L/min>Oxygen ' '<5L/min)</li>\n' ' ' '<li>Severe (cases ' 'meeting any of the ' 'following\n' ' ' 'criteria) - ' 'Respiratory ' 'distress ≧30b/m; ' 'O2Sats\n' ' ' '≤ 93% at rest in ' 'ambient air or ' 'O2Sats ≤97 % with\n' ' ' 'O2 > 5L/min; ' 'PaO2/FiO2 ≦ 300 ' 'mmHg (l ' 'mmHg=0.133kPa).\n' ' ' 'PaO2 / FiO2 in ' 'high-altitude areas ' '(at an altitude\n' ' ' 'of over 1,000 ' 'meters above the ' 'sea level) shall ' 'be\n' ' ' 'corrected by the ' 'following formula: ' 'PaO2/ FiO2 x\n' ' ' '[Atmospheric ' 'pressure ' '(mmHg)/760]; Chest ' 'imaging\n' ' ' 'showing obvious ' 'lesion progression ' 'within\n' ' ' '24-48 hours)</li>\n' ' ' '<li>Critical (cases ' 'meeting any of the ' 'following\n' ' ' 'criteria): ' 'Respiratory failure ' 'and requiring\n' ' ' 'mechanical ' 'ventilation; shock; ' 'other organ ' 'failure\n' ' ' 'that requires ICU ' 'care).</li>\n' ' ' '</ul>\n' ' ' '</li>\n' ' ' '<li>Report disease ' 'severity at ' 'enrollment, except ' 'for\n' ' ' 'therapeutic vaccine ' 'trials then write ' 'only\n' ' ' "'infected " "patients':\n" ' ' '<ul>\n' ' ' "<li>'No restriction " 'on type of ' "patient': for\n" ' ' 'trials which do not ' 'specify\n' ' ' 'type of patients to ' 'be included</li>\n' ' ' "<li>'Mild disease " "at enrollment' : " 'for trials\n' ' ' 'with asymptomatic ' 'and/or mild ' 'patients to be\n' ' ' 'included</li>\n' ' ' "<li>'Mild/moderate " 'disease at ' "enrollment': for\n" ' ' 'trials with both ' 'mild and moderate ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Moderate " 'disease at ' "enrollment'</li>\n" ' ' "<li>'Moderate/severe " 'disease at ' "enrollment': for\n" ' ' 'trials with both ' 'moderate and severe ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Moderate/severe/critical " 'disease at ' "enrollment':\n" ' ' 'for trials with ' 'moderate, severe ' 'and critical\n' ' ' 'patients to be ' 'included</li>\n' ' ' "<li>'Severe disease " 'at ' "enrollment'</li>\n" ' ' "<li>'Severe/critical " 'disease at ' "enrollment': for\n" ' ' 'trials with both ' 'severe and critical ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Critical " 'disease at ' "enrollment'</li>\n" ' ' '</ul>\n' ' ' '</li>\n' ' </ol>\n' '\n' ' For ' '<u>long covid ' 'treatment ' 'trials</u> :\n' ' ' '<ul><li>Write ' "'Patients recovered " 'from ' "covid'</li></ul>\n" ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Type of patients', 'model': 'cresstrial'}}, 'CURRENT_BRANCH': 'develop', 'CURRENT_GIT_COMMIT': 'd52d54449b9ccfd5d7cbef0bdef8569a04549033\n', 'CURRENT_VERSION': 'v3.0.6\n', 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'IS_PROD': False, 'REGISTER_DATA_SOURCES': {'eu': {'default_query': 'covid-19', 'name': 'EU Clinical Trials Register', 'url': 'https://www.clinicaltrialsregister.eu'}, 'irct': {'default_query': 'covid-19', 'name': 'Iranian Registry of Clinical ' 'Trials (IRCT)', 'url': 'https://en.irct.ir'}, 'oms': {'default_query': 'covid-19', 'name': 'International Clinical Trials ' 'Registry Platform (ICTRP)', 'request_url': 'https://www.who.int/clinical-trials-registry-platform/data/en', 'url': 'https://www.who.int/clinical-trials-registry-platform'}, 'usa': {'default_query': 'covid-19', 'name': 'ClinicalTrials.gov', 'url': 'https://aact.ctti-clinicaltrials.org'}}, 'csrf_token': <SimpleLazyObject: 'TRieeUqqo8ArLF7O6CiYpKGInXyYKfhiNz0FfYhmr657SNV34CeH368PTUv3VOVT'>, 'debug': True, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f0939603df0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f093a8427c0>, 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f093a6c9310>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f093a8426d0>>} {'registry_stats': {'eu': {'last_import': <Import: eu_20220705_08-53-40>, 'last_refreshed_on': datetime.datetime(2022, 7, 3, 19, 0, 3, 159774, tzinfo=<UTC>), 'trial_count': 414}, 'irct': {'last_import': <Import: irct_20221017_11-55-15>, 'last_refreshed_on': datetime.datetime(2022, 10, 17, 11, 55, 15, 550716, tzinfo=<UTC>), 'trial_count': 475}, 'oms': {'last_import': <Import: oms_20220705_08-26-22>, 'last_refreshed_on': datetime.datetime(2022, 6, 30, 15, 30, 2, 319594, tzinfo=<UTC>), 'trial_count': 951}, 'usa': {'last_import': <Import: usa_20221017_10-36-15>, 'last_refreshed_on': datetime.datetime(2022, 10, 17, 10, 36, 15, 905464, tzinfo=<UTC>), 'trial_count': 2772}}, 'trials_count': 4612}
base.html
/opt/clinicregisterdwh/clinicdwh/clireg/templates/base.html
Toggle context {'False': False, 'None': None, 'True': True} {'CRESSARM_HIST_ATTRIBUTES': {'arm_notes': {'description': 'Contain additional ' 'information ' 'regarding each ' 'trial\n' ' arm ' 'to guide ' 'annotators during ' 'data checking ' 'activity.\n' ' ', 'followed': True, 'histvaltype': 'text', 'label': 'Arm Notes', 'model': 'cressarm'}, 'pharmacological_treatment': {'description': 'Specify ' 'if ' 'the ' 'intervention ' 'is ' 'a: ' "'Pharmacological\n" ' ' "treatment', " "'Non " 'pharmacological ' "treatment', " "'Biological " "treatment',\n" ' ' "'Non " 'covid ' "vaccine', " "'Vaccine', " "'Standard " 'of ' "care' " 'or ' "'Placebo'", 'followed': True, 'histvaltype': 'text', 'label': 'Treatment ' 'category', 'model': 'cressarm'}, 'treatment_name': {'description': 'Name of ' 'treatment as ' 'reported in ' 'the\n' ' ' 'intervention ' 'section', 'followed': True, 'histvaltype': 'text', 'label': 'Treatment name', 'model': 'cressarm'}, 'treatment_type': {'description': 'Use ' 'predefined ' 'terminology ' 'updated each ' 'week as ' 'necessary.\n' ' If ' "'Standard of " "care' or " "'Placebo' in " 'the previous ' 'treatment ' 'name\n' ' ' 'column, ' 'duplicate ' 'this ' 'information ' 'here.', 'followed': True, 'histvaltype': 'text', 'label': 'Treatment type', 'model': 'cressarm'}}, 'CRESSTRIAL_HIST_ATTRIBUTES': {'abstract': {'description': 'Trial abstract', 'followed': False, 'histvaltype': 'text', 'label': 'Abstract', 'model': 'cresstrial'}, 'allocation': {'description': 'Record if the ' 'allocation is ' 'Randomized or\n' ' ' 'Non-randomized ' '(only for ' 'non-randomized ' 'vaccine ' 'studies)', 'followed': True, 'histvaltype': 'rel', 'label': 'Allocation', 'model': 'cresstrial'}, 'arms': {'description': 'Gathers each ' 'interventional trial ' 'arm\n' ' ' 'characteristics ' '(treatment name, ' 'treatment type, ' 'treatment\n' ' type ' 'order treatment ' 'category, n ' 'randomized in this ' 'arm,\n' ' arm ' 'notes)\n' ' ', 'followed': True, 'histvaltype': 'json', 'label': 'Arms', 'model': 'cresstrial'}, 'center': {'description': 'Record whether the ' 'trial is ' 'single-center or\n' ' ' 'multiple-center. ' 'Unclear if no ' 'information ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Center', 'model': 'cresstrial'}, 'contact_email': {'description': 'Email of ' 'principal ' 'investigator ' 'or\n' ' ' 'contact ' 'person of ' 'the trial', 'followed': True, 'histvaltype': 'text', 'label': 'Contact', 'model': 'cresstrial'}, 'countries': {'description': 'The countries ' 'where the trial ' 'is conducted\n' ' as ' 'reported in ' 'trial registry. ' 'Not reported\n' ' if ' 'no information ' 'provided', 'followed': True, 'histvaltype': 'text', 'label': 'Countries', 'model': 'cresstrial'}, 'design': {'description': 'Summary of study ' 'design whether it ' 'is parallel,\n' ' ' 'adaptive, ' 'factorial, ' 'sequential, ' 'cluster, crossover ' 'or single\n' ' group ' 'assignment (only ' 'for vaccine ' 'trials)\n' ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Design', 'model': 'cresstrial'}, 'exclusion_criteria': {'description': 'Record ' 'the ' 'criteria ' 'to ' 'exclude\n' ' ' 'participants ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'Exclusion ' 'criteria', 'model': 'cresstrial'}, 'first_author': {'description': 'Name of ' 'principal ' 'investigator ' 'or\n' ' ' 'contact ' 'person of the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'First author', 'model': 'cresstrial'}, 'full_text_link': {'description': 'Link to ' 'trial ' 'registration', 'followed': True, 'histvaltype': 'url', 'label': 'Full text link', 'model': 'cresstrial'}, 'funding': {'description': 'Name of sponsor as ' 'reported\n' ' in ' 'trial registration', 'followed': True, 'histvaltype': 'text', 'label': 'Funding', 'model': 'cresstrial'}, 'gender': {'description': 'Gender as reported ' 'in trial registry\n' ' ' '(usually female, ' 'male or both)\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Gender', 'model': 'cresstrial'}, 'inclusion_age_max': {'description': 'Maximum ' 'age of ' 'participants ' 'to\n' ' ' 'be ' 'included ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Inclusion age ' 'max', 'model': 'cresstrial'}, 'inclusion_age_min': {'description': 'Minimum ' 'age of ' 'participants ' 'to\n' ' ' 'be ' 'included ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Inclusion age ' 'min', 'model': 'cresstrial'}, 'inclusion_criteria': {'description': 'Record ' 'the ' 'criteria ' 'to ' 'include\n' ' ' 'participants ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'Inclusion ' 'criteria', 'model': 'cresstrial'}, 'masking': {'description': 'Record whether ' 'participants are ' 'blinded to ' 'treatment\n' ' ' 'assigned. Not ' 'reported if no ' 'information ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Masking', 'model': 'cresstrial'}, 'notes': {'description': '\n' ' If same ' 'treatment in ' 'different arms, to ' 'help distinguish ' 'them,\n' ' note ' 'here any difference ' 'retrieved from the ' 'protocol in:\n' ' <ul>\n' ' ' '<li>population ' '(disease severity, ' 'subgroup)</li>\n' ' ' '<li>\n' ' ' 'treatment:\n' ' ' '<ul>\n' ' ' '<li>doses (if ' 'different in dose: ' 'write dose 1,\n' ' ' 'dose 2)</li>\n' ' ' '<li>administration ' 'route (if different ' 'in\n' ' ' 'administration route ' 'write IV, PO, SC\n' ' ' 'correspondingly)</li>\n' ' ' '<li>duration</li>\n' ' ' '<li>treatment ' 'frequency</li>\n' ' ' '</ul>\n' ' ' '</li>\n' ' </ul>\n' ' Note any ' 'other general ' 'remarks E.g. unclear ' 'number of arms\n' ' ', 'followed': True, 'histvaltype': 'text', 'label': 'Notes', 'model': 'cresstrial'}, 'number_of_arms': {'description': 'Number of ' 'treatment ' 'arms\n' ' ' 'evaluated ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'Number of arms', 'model': 'cresstrial'}, 'phase': {'description': 'Phase of trial: ' 'Phase 1, Phase ' '1/Phase 2,\n' ' Phase ' '2, Phase2/Phase 3, ' 'Phase 3, Phase ' '3/Phase 4, Phase 4\n' ' and Not ' 'reported if no ' 'information is ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Phase', 'model': 'cresstrial'}, 'plan_to_share_ipd': {'description': 'Record ' 'whether ' 'the ' 'trial ' 'investigator ' 'team is\n' ' ' 'planning ' 'to share ' 'individual ' 'patients ' 'data. As ' 'reported\n' ' ' 'in the ' 'trial ' 'registry.\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Plan to share ' 'IPD', 'model': 'cresstrial'}, 'primary_outcome': {'description': 'Primary ' 'outcomes ' 'as ' 'reported ' 'in trial ' 'registry', 'followed': True, 'histvaltype': 'text', 'label': 'primary outcome', 'model': 'cresstrial'}, 'primary_outcome_timepoints': {'description': 'Primary ' 'outcome ' 'time ' 'points ' 'as ' 'reported\n' ' ' 'in ' 'trial ' 'registry\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Time ' 'points ' 'for ' 'primary ' 'outcomes', 'model': 'cresstrial'}, 'recruitment_status': {'description': 'Status ' 'of ' 'recruitment, ' 'receiving ' 'the ' 'following ' 'values:\n' ' ' '<ul>\n' ' ' '<li>Not ' 'recruiting: ' 'the ' 'trial ' 'has not ' 'started ' 'the ' 'recruitment\n' ' ' 'yet</li>\n' ' ' '<li>Recruiting: ' 'the ' 'trial ' 'has ' 'started ' 'the ' 'recruitment</li>\n' ' ' '<li>Completed: ' 'the ' 'trial ' 'has ' 'recruited ' 'enough ' 'participants\n' ' ' 'as ' 'planned</li>\n' ' ' '<li>Terminated: ' 'the ' 'trial ' 'has ' 'terminated ' 'early ' 'without ' 'achieving\n' ' ' 'the ' 'planned ' 'sample ' 'size, ' 'and ' 'will ' 'not ' 'resume ' 'the ' 'recruitment</li>\n' ' ' '<li>Suspended: ' 'the ' 'trial ' 'has ' 'stopped ' 'the ' 'recruitment ' 'temporally ' 'and\n' ' ' 'might ' 'resume ' 'recruitment ' 'later</li>\n' ' ' '<li>Withdrawn: ' 'The ' 'study ' 'stopped ' 'early, ' 'before ' 'enrolling ' 'its ' 'first\n' ' ' 'participant</li></ul>', 'followed': True, 'histvaltype': 'rel', 'label': 'Recruitment ' 'status', 'model': 'cresstrial'}, 'registration_date': {'description': 'Date of ' 'trial ' 'registration ' 'in the ' 'registry', 'followed': True, 'histvaltype': 'text', 'label': 'Registration ' 'date', 'model': 'cresstrial'}, 'result_posted': {'description': '', 'followed': False, 'histvaltype': 'rel', 'label': 'Posted results', 'model': 'cresstrial'}, 'secondary_outcome': {'description': 'Secondary ' 'outcome(s) ' 'and time ' 'point(s)\n' ' ' 'as ' 'reported ' 'in trial ' 'registry\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'secondary ' 'outcome', 'model': 'cresstrial'}, 'severity_scale': {'description': '\n' ' ' 'Report the ' 'corresponding ' 'number on ' 'the ' 'severity ' 'scale ' 'according ' 'to\n' ' ' 'the ' 'previous ' "'type of " 'patients ' "column' as " 'follows:\n' ' ' '<ul>\n' ' ' '<li>0: No ' 'restriction ' 'on type of ' 'patients</li>\n' ' ' '<li>1: Mild ' 'disease at ' 'enrollment</li>\n' ' ' '<li>2: ' 'Mild/moderate ' 'disease at ' 'enrollment</li>\n' ' ' '<li>3: ' 'Moderate ' 'disease at ' 'enrollment</li>\n' ' ' '<li>4: ' 'Moderate/severe ' 'disease at ' 'enrollment</li>\n' ' ' '<li>5: ' 'Moderate/severe/critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>6: ' 'Severe ' 'disease at ' 'enrollment</li>\n' ' ' '<li>7: ' 'Severe/critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>8: ' 'Critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>N/A if ' 'study aim ' 'is ' 'prevention ' 'or long ' 'covid</li>\n' ' ' '</ul>\n' ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Severity scale', 'model': 'cresstrial'}, 'study_aim': {'description': 'Record the ' 'purpose of the ' 'intervention:\n' ' ' 'Prevention, ' 'Treatment or ' 'Long covid', 'followed': True, 'histvaltype': 'rel', 'label': 'Study aim', 'model': 'cresstrial'}, 'study_design': {'description': 'Summary of ' 'study design ' 'whether it is ' 'RCT or ' 'nonRCT\n' ' ' '(only for ' 'vaccine ' 'trials)', 'followed': True, 'histvaltype': 'rel', 'label': 'Study design', 'model': 'cresstrial'}, 'title': {'description': 'Trial title', 'followed': False, 'histvaltype': 'text', 'label': 'Title', 'model': 'cresstrial'}, 'total_sample_size': {'description': 'Total ' 'target ' 'number ' 'of ' 'participants\n' ' ' 'randomized ' 'in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Total sample ' 'size', 'model': 'cresstrial'}, 'type_of_patients': {'description': '\n' ' ' 'For ' 'prevention ' 'trial:\n' ' ' '<ul>\n' ' ' '<li>Write ' "'Close " 'contacts ' 'to covid ' "patients' " 'if trials ' 'test\n' ' ' 'prevention ' 'for ' 'participants ' 'who have ' 'contact\n' ' ' 'with ' 'covid ' 'patients</li>\n' ' ' '<li>Write ' "'Health " "workers' " 'if ' 'trials\n' ' ' 'test ' 'prevention ' 'for ' 'health ' 'workers</li>\n' ' ' '<li>Write ' "'Healthy " "volunteers' " 'if trials ' 'recruit ' 'healthy\n' ' ' 'volunteers ' '(i.e. ' 'vaccine ' 'trials)</li>\n' ' ' '<li>Write ' "'High " 'risk ' "patients' " 'if trials ' 'recruit ' 'only ' 'elderly\n' ' ' 'or people ' 'of any ' 'age who ' 'are at ' 'increased ' 'risk of ' 'severe\n' ' ' 'illness ' 'from ' 'COVID-19</li>\n' ' ' '</ul>\n' '\n' ' ' 'For ' '<u>treatment ' 'trials</u> ' ':\n' ' ' '<ol>\n' ' ' '<li>Check ' 'online ' 'protocol ' '(mainly ' 'described ' 'in the ' 'section\n' ' ' "'inclusion " "criteria') " 'for ' 'severity ' 'as ' 'classified\n' ' ' 'according ' 'to the ' 'following ' 'criteria:\n' ' ' '<ul>\n' ' ' '<li>Mild ' '- the ' 'clinical ' 'symptoms ' 'are mild ' 'with no\n' ' ' 'sign of ' 'pneumonia ' 'on ' 'imaging</li>\n' ' ' '<li>Moderate ' '- ' 'patients ' 'have ' 'fever and ' 'respiratory\n' ' ' 'symptoms ' 'with ' 'radiological ' 'findings ' 'of ' 'pneumonia\n' ' ' 'and ' 'requiring ' 'oxygen ' '(3L/min>Oxygen ' '<5L/min)</li>\n' ' ' '<li>Severe ' '(cases ' 'meeting ' 'any of ' 'the ' 'following\n' ' ' 'criteria) ' '- ' 'Respiratory ' 'distress ' '≧30b/m; ' 'O2Sats\n' ' ' '≤ 93% at ' 'rest in ' 'ambient ' 'air or ' 'O2Sats ' '≤97 % ' 'with\n' ' ' 'O2 > ' '5L/min; ' 'PaO2/FiO2 ' '≦ 300 ' 'mmHg (l ' 'mmHg=0.133kPa).\n' ' ' 'PaO2 / ' 'FiO2 in ' 'high-altitude ' 'areas (at ' 'an ' 'altitude\n' ' ' 'of over ' '1,000 ' 'meters ' 'above the ' 'sea ' 'level) ' 'shall be\n' ' ' 'corrected ' 'by the ' 'following ' 'formula: ' 'PaO2/ ' 'FiO2 x\n' ' ' '[Atmospheric ' 'pressure ' '(mmHg)/760]; ' 'Chest ' 'imaging\n' ' ' 'showing ' 'obvious ' 'lesion ' 'progression ' 'within\n' ' ' '24-48 ' 'hours)</li>\n' ' ' '<li>Critical ' '(cases ' 'meeting ' 'any of ' 'the ' 'following\n' ' ' 'criteria): ' 'Respiratory ' 'failure ' 'and ' 'requiring\n' ' ' 'mechanical ' 'ventilation; ' 'shock; ' 'other ' 'organ ' 'failure\n' ' ' 'that ' 'requires ' 'ICU ' 'care).</li>\n' ' ' '</ul>\n' ' ' '</li>\n' ' ' '<li>Report ' 'disease ' 'severity ' 'at ' 'enrollment, ' 'except ' 'for\n' ' ' 'therapeutic ' 'vaccine ' 'trials ' 'then ' 'write ' 'only\n' ' ' "'infected " "patients':\n" ' ' '<ul>\n' ' ' "<li>'No " 'restriction ' 'on type ' 'of ' "patient': " 'for\n' ' ' 'trials ' 'which do ' 'not ' 'specify\n' ' ' 'type of ' 'patients ' 'to be ' 'included</li>\n' ' ' "<li>'Mild " 'disease ' 'at ' "enrollment' " ': for ' 'trials\n' ' ' 'with ' 'asymptomatic ' 'and/or ' 'mild ' 'patients ' 'to be\n' ' ' 'included</li>\n' ' ' "<li>'Mild/moderate " 'disease ' 'at ' "enrollment': " 'for\n' ' ' 'trials ' 'with both ' 'mild and ' 'moderate ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Moderate " 'disease ' 'at ' "enrollment'</li>\n" ' ' "<li>'Moderate/severe " 'disease ' 'at ' "enrollment': " 'for\n' ' ' 'trials ' 'with both ' 'moderate ' 'and ' 'severe ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Moderate/severe/critical " 'disease ' 'at ' "enrollment':\n" ' ' 'for ' 'trials ' 'with ' 'moderate, ' 'severe ' 'and ' 'critical\n' ' ' 'patients ' 'to be ' 'included</li>\n' ' ' "<li>'Severe " 'disease ' 'at ' "enrollment'</li>\n" ' ' "<li>'Severe/critical " 'disease ' 'at ' "enrollment': " 'for\n' ' ' 'trials ' 'with both ' 'severe ' 'and ' 'critical ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Critical " 'disease ' 'at ' "enrollment'</li>\n" ' ' '</ul>\n' ' ' '</li>\n' ' ' '</ol>\n' '\n' ' ' 'For ' '<u>long ' 'covid ' 'treatment ' 'trials</u> ' ':\n' ' ' '<ul><li>Write ' "'Patients " 'recovered ' 'from ' "covid'</li></ul>\n" ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Type of ' 'patients', 'model': 'cresstrial'}}, 'CRESS_ATTRIBUTES': {'abstract': {'description': 'Trial abstract', 'followed': False, 'histvaltype': 'text', 'label': 'Abstract', 'model': 'cresstrial'}, 'allocation': {'description': 'Record if the allocation ' 'is Randomized or\n' ' ' 'Non-randomized (only for ' 'non-randomized vaccine ' 'studies)', 'followed': True, 'histvaltype': 'rel', 'label': 'Allocation', 'model': 'cresstrial'}, 'arm_id': {'followed': False, 'histvaltype': None, 'label': 'Arm internal ID', 'model': None}, 'arm_notes': {'description': 'Contain additional ' 'information regarding each ' 'trial\n' ' arm to guide ' 'annotators during data ' 'checking activity.\n' ' ', 'followed': True, 'histvaltype': 'text', 'label': 'Arm Notes', 'model': 'cressarm'}, 'arms': {'description': 'Gathers each interventional ' 'trial arm\n' ' characteristics ' '(treatment name, treatment ' 'type, treatment\n' ' type order ' 'treatment category, n ' 'randomized in this arm,\n' ' arm notes)\n' ' ', 'followed': True, 'histvaltype': 'json', 'label': 'Arms', 'model': 'cresstrial'}, 'center': {'description': 'Record whether the trial is ' 'single-center or\n' ' multiple-center. ' 'Unclear if no information ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Center', 'model': 'cresstrial'}, 'contact_email': {'description': 'Email of principal ' 'investigator or\n' ' contact ' 'person of the trial', 'followed': True, 'histvaltype': 'text', 'label': 'Contact', 'model': 'cresstrial'}, 'countries': {'description': 'The countries where the ' 'trial is conducted\n' ' as reported ' 'in trial registry. Not ' 'reported\n' ' if no ' 'information provided', 'followed': True, 'histvaltype': 'text', 'label': 'Countries', 'model': 'cresstrial'}, 'design': {'description': 'Summary of study design ' 'whether it is parallel,\n' ' adaptive, ' 'factorial, sequential, ' 'cluster, crossover or single\n' ' group assignment ' '(only for vaccine trials)\n' ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Design', 'model': 'cresstrial'}, 'exclusion_criteria': {'description': 'Record the ' 'criteria to ' 'exclude\n' ' ' 'participants in ' 'the trial', 'followed': True, 'histvaltype': 'text', 'label': 'Exclusion criteria', 'model': 'cresstrial'}, 'first_author': {'description': 'Name of principal ' 'investigator or\n' ' contact ' 'person of the trial', 'followed': True, 'histvaltype': 'text', 'label': 'First author', 'model': 'cresstrial'}, 'full_text_link': {'description': 'Link to trial ' 'registration', 'followed': True, 'histvaltype': 'url', 'label': 'Full text link', 'model': 'cresstrial'}, 'funding': {'description': 'Name of sponsor as reported\n' ' in trial ' 'registration', 'followed': True, 'histvaltype': 'text', 'label': 'Funding', 'model': 'cresstrial'}, 'gender': {'description': 'Gender as reported in trial ' 'registry\n' ' (usually female, ' 'male or both)\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Gender', 'model': 'cresstrial'}, 'inclusion_age_max': {'description': 'Maximum age of ' 'participants to\n' ' be ' 'included in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Inclusion age max', 'model': 'cresstrial'}, 'inclusion_age_min': {'description': 'Minimum age of ' 'participants to\n' ' be ' 'included in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Inclusion age min', 'model': 'cresstrial'}, 'inclusion_criteria': {'description': 'Record the ' 'criteria to ' 'include\n' ' ' 'participants in ' 'the trial', 'followed': True, 'histvaltype': 'text', 'label': 'Inclusion criteria', 'model': 'cresstrial'}, 'masking': {'description': 'Record whether participants ' 'are blinded to treatment\n' ' assigned. Not ' 'reported if no information ' 'provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Masking', 'model': 'cresstrial'}, 'notes': {'description': '\n' ' If same treatment ' 'in different arms, to help ' 'distinguish them,\n' ' note here any ' 'difference retrieved from the ' 'protocol in:\n' ' <ul>\n' ' <li>population ' '(disease severity, ' 'subgroup)</li>\n' ' <li>\n' ' ' 'treatment:\n' ' <ul>\n' ' ' '<li>doses (if different in ' 'dose: write dose 1,\n' ' dose ' '2)</li>\n' ' ' '<li>administration route (if ' 'different in\n' ' ' 'administration route write IV, ' 'PO, SC\n' ' ' 'correspondingly)</li>\n' ' ' '<li>duration</li>\n' ' ' '<li>treatment frequency</li>\n' ' </ul>\n' ' </li>\n' ' </ul>\n' ' Note any other ' 'general remarks E.g. unclear ' 'number of arms\n' ' ', 'followed': True, 'histvaltype': 'text', 'label': 'Notes', 'model': 'cresstrial'}, 'number_of_arms': {'description': 'Number of treatment ' 'arms\n' ' ' 'evaluated in the ' 'trial', 'followed': True, 'histvaltype': 'text', 'label': 'Number of arms', 'model': 'cresstrial'}, 'pharmacological_treatment': {'description': 'Specify if ' 'the ' 'intervention ' 'is a: ' "'Pharmacological\n" ' ' "treatment', " "'Non " 'pharmacological ' "treatment', " "'Biological " "treatment',\n" ' ' "'Non covid " "vaccine', " "'Vaccine', " "'Standard " "of care' " 'or ' "'Placebo'", 'followed': True, 'histvaltype': 'text', 'label': 'Treatment ' 'category', 'model': 'cressarm'}, 'phase': {'description': 'Phase of trial: Phase 1, Phase ' '1/Phase 2,\n' ' Phase 2, ' 'Phase2/Phase 3, Phase 3, Phase ' '3/Phase 4, Phase 4\n' ' and Not reported ' 'if no information is provided', 'followed': True, 'histvaltype': 'rel', 'label': 'Phase', 'model': 'cresstrial'}, 'plan_to_share_ipd': {'description': 'Record whether the ' 'trial investigator ' 'team is\n' ' ' 'planning to share ' 'individual ' 'patients data. As ' 'reported\n' ' in ' 'the trial ' 'registry.\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Plan to share IPD', 'model': 'cresstrial'}, 'primary_outcome': {'description': 'Primary outcomes as ' 'reported in trial ' 'registry', 'followed': True, 'histvaltype': 'text', 'label': 'primary outcome', 'model': 'cresstrial'}, 'primary_outcome_timepoints': {'description': 'Primary ' 'outcome ' 'time ' 'points as ' 'reported\n' ' ' 'in trial ' 'registry\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'Time points for ' 'primary ' 'outcomes', 'model': 'cresstrial'}, 'recruitment_status': {'description': 'Status of ' 'recruitment, ' 'receiving the ' 'following ' 'values:\n' ' <ul>\n' ' ' '<li>Not ' 'recruiting: the ' 'trial has not ' 'started the ' 'recruitment\n' ' ' 'yet</li>\n' ' ' '<li>Recruiting: ' 'the trial has ' 'started the ' 'recruitment</li>\n' ' ' '<li>Completed: ' 'the trial has ' 'recruited enough ' 'participants\n' ' as ' 'planned</li>\n' ' ' '<li>Terminated: ' 'the trial has ' 'terminated early ' 'without ' 'achieving\n' ' the ' 'planned sample ' 'size, and will ' 'not resume the ' 'recruitment</li>\n' ' ' '<li>Suspended: ' 'the trial has ' 'stopped the ' 'recruitment ' 'temporally and\n' ' might ' 'resume ' 'recruitment ' 'later</li>\n' ' ' '<li>Withdrawn: ' 'The study stopped ' 'early, before ' 'enrolling its ' 'first\n' ' ' 'participant</li></ul>', 'followed': True, 'histvaltype': 'rel', 'label': 'Recruitment status', 'model': 'cresstrial'}, 'registration_date': {'description': 'Date of trial ' 'registration in ' 'the registry', 'followed': True, 'histvaltype': 'text', 'label': 'Registration date', 'model': 'cresstrial'}, 'report_published': {'description': 'Record whether the ' 'trial has published ' 'the results\n' ' either ' 'on preprints or ' 'peer review ' 'journals', 'followed': False, 'histvaltype': None, 'label': 'Report published', 'model': None}, 'result_posted': {'description': '', 'followed': False, 'histvaltype': 'rel', 'label': 'Posted results', 'model': 'cresstrial'}, 'secondary_outcome': {'description': 'Secondary ' 'outcome(s) and ' 'time point(s)\n' ' as ' 'reported in trial ' 'registry\n' ' ', 'followed': False, 'histvaltype': 'text', 'label': 'secondary outcome', 'model': 'cresstrial'}, 'severity_scale': {'description': '\n' ' Report ' 'the corresponding ' 'number on the ' 'severity scale ' 'according to\n' ' the ' "previous 'type of " "patients column' as " 'follows:\n' ' <ul>\n' ' ' '<li>0: No restriction ' 'on type of ' 'patients</li>\n' ' ' '<li>1: Mild disease ' 'at enrollment</li>\n' ' ' '<li>2: Mild/moderate ' 'disease at ' 'enrollment</li>\n' ' ' '<li>3: Moderate ' 'disease at ' 'enrollment</li>\n' ' ' '<li>4: ' 'Moderate/severe ' 'disease at ' 'enrollment</li>\n' ' ' '<li>5: ' 'Moderate/severe/critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>6: Severe disease ' 'at enrollment</li>\n' ' ' '<li>7: ' 'Severe/critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>8: Critical ' 'disease at ' 'enrollment</li>\n' ' ' '<li>N/A if study aim ' 'is prevention or long ' 'covid</li>\n' ' </ul>\n' ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Severity scale', 'model': 'cresstrial'}, 'study_aim': {'description': 'Record the purpose of the ' 'intervention:\n' ' Prevention, ' 'Treatment or Long covid', 'followed': True, 'histvaltype': 'rel', 'label': 'Study aim', 'model': 'cresstrial'}, 'study_design': {'description': 'Summary of study design ' 'whether it is RCT or ' 'nonRCT\n' ' (only for ' 'vaccine trials)', 'followed': True, 'histvaltype': 'rel', 'label': 'Study design', 'model': 'cresstrial'}, 'title': {'description': 'Trial title', 'followed': False, 'histvaltype': 'text', 'label': 'Title', 'model': 'cresstrial'}, 'total_sample_size': {'description': 'Total target ' 'number of ' 'participants\n' ' ' 'randomized in the ' 'trial', 'followed': True, 'histvaltype': 'int', 'label': 'Total sample size', 'model': 'cresstrial'}, 'treatment_id': {'followed': False, 'histvaltype': None, 'label': 'Internal treatment ID', 'model': 'cressarm'}, 'treatment_name': {'description': 'Name of treatment as ' 'reported in the\n' ' intervention ' 'section', 'followed': True, 'histvaltype': 'text', 'label': 'Treatment name', 'model': 'cressarm'}, 'treatment_type': {'description': 'Use predefined ' 'terminology updated ' 'each week as ' 'necessary.\n' " If 'Standard " "of care' or 'Placebo' " 'in the previous ' 'treatment name\n' ' column, ' 'duplicate this ' 'information here.', 'followed': True, 'histvaltype': 'text', 'label': 'Treatment type', 'model': 'cressarm'}, 'treatment_type_order': {'description': 'A specific ' 'number is given ' 'to each ' 'different ' 'treatment\n' ' ' 'type. This ' 'allows to ' 'create data ' 'visualizations ' 'such as ' 'mapping\n' ' ' 'and networks on ' 'the COVID-NMA ' 'website.\n' ' ', 'followed': False, 'histvaltype': None, 'label': 'Treatment type order', 'model': None}, 'trial_id': {'description': '', 'followed': False, 'histvaltype': None, 'label': 'Trial ID', 'model': None}, 'trial_registration_number': {'description': 'Identifiant ' 'number of ' 'the trial ' 'in the ' 'registry', 'followed': True, 'histvaltype': None, 'label': 'Trial ' 'registration ' 'number', 'model': 'cresstrial'}, 'type_of_patients': {'description': '\n' ' For ' 'prevention trial:\n' ' <ul>\n' ' ' "<li>Write 'Close " 'contacts to covid ' "patients' if trials " 'test\n' ' ' 'prevention for ' 'participants who ' 'have contact\n' ' ' 'with covid ' 'patients</li>\n' ' ' "<li>Write 'Health " "workers' if trials\n" ' ' 'test prevention for ' 'health ' 'workers</li>\n' ' ' "<li>Write 'Healthy " "volunteers' if " 'trials recruit ' 'healthy\n' ' ' 'volunteers (i.e. ' 'vaccine ' 'trials)</li>\n' ' ' "<li>Write 'High " "risk patients' if " 'trials recruit only ' 'elderly\n' ' or ' 'people of any age ' 'who are at ' 'increased risk of ' 'severe\n' ' ' 'illness from ' 'COVID-19</li>\n' ' </ul>\n' '\n' ' For ' '<u>treatment ' 'trials</u> :\n' ' <ol>\n' ' ' '<li>Check online ' 'protocol (mainly ' 'described in the ' 'section\n' ' ' "'inclusion " "criteria') for " 'severity as ' 'classified\n' ' ' 'according to the ' 'following ' 'criteria:\n' ' ' '<ul>\n' ' ' '<li>Mild - the ' 'clinical symptoms ' 'are mild with no\n' ' ' 'sign of pneumonia ' 'on imaging</li>\n' ' ' '<li>Moderate - ' 'patients have fever ' 'and respiratory\n' ' ' 'symptoms with ' 'radiological ' 'findings of ' 'pneumonia\n' ' ' 'and requiring ' 'oxygen ' '(3L/min>Oxygen ' '<5L/min)</li>\n' ' ' '<li>Severe (cases ' 'meeting any of the ' 'following\n' ' ' 'criteria) - ' 'Respiratory ' 'distress ≧30b/m; ' 'O2Sats\n' ' ' '≤ 93% at rest in ' 'ambient air or ' 'O2Sats ≤97 % with\n' ' ' 'O2 > 5L/min; ' 'PaO2/FiO2 ≦ 300 ' 'mmHg (l ' 'mmHg=0.133kPa).\n' ' ' 'PaO2 / FiO2 in ' 'high-altitude areas ' '(at an altitude\n' ' ' 'of over 1,000 ' 'meters above the ' 'sea level) shall ' 'be\n' ' ' 'corrected by the ' 'following formula: ' 'PaO2/ FiO2 x\n' ' ' '[Atmospheric ' 'pressure ' '(mmHg)/760]; Chest ' 'imaging\n' ' ' 'showing obvious ' 'lesion progression ' 'within\n' ' ' '24-48 hours)</li>\n' ' ' '<li>Critical (cases ' 'meeting any of the ' 'following\n' ' ' 'criteria): ' 'Respiratory failure ' 'and requiring\n' ' ' 'mechanical ' 'ventilation; shock; ' 'other organ ' 'failure\n' ' ' 'that requires ICU ' 'care).</li>\n' ' ' '</ul>\n' ' ' '</li>\n' ' ' '<li>Report disease ' 'severity at ' 'enrollment, except ' 'for\n' ' ' 'therapeutic vaccine ' 'trials then write ' 'only\n' ' ' "'infected " "patients':\n" ' ' '<ul>\n' ' ' "<li>'No restriction " 'on type of ' "patient': for\n" ' ' 'trials which do not ' 'specify\n' ' ' 'type of patients to ' 'be included</li>\n' ' ' "<li>'Mild disease " "at enrollment' : " 'for trials\n' ' ' 'with asymptomatic ' 'and/or mild ' 'patients to be\n' ' ' 'included</li>\n' ' ' "<li>'Mild/moderate " 'disease at ' "enrollment': for\n" ' ' 'trials with both ' 'mild and moderate ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Moderate " 'disease at ' "enrollment'</li>\n" ' ' "<li>'Moderate/severe " 'disease at ' "enrollment': for\n" ' ' 'trials with both ' 'moderate and severe ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Moderate/severe/critical " 'disease at ' "enrollment':\n" ' ' 'for trials with ' 'moderate, severe ' 'and critical\n' ' ' 'patients to be ' 'included</li>\n' ' ' "<li>'Severe disease " 'at ' "enrollment'</li>\n" ' ' "<li>'Severe/critical " 'disease at ' "enrollment': for\n" ' ' 'trials with both ' 'severe and critical ' 'patients\n' ' ' 'to be ' 'included</li>\n' ' ' "<li>'Critical " 'disease at ' "enrollment'</li>\n" ' ' '</ul>\n' ' ' '</li>\n' ' </ol>\n' '\n' ' For ' '<u>long covid ' 'treatment ' 'trials</u> :\n' ' ' '<ul><li>Write ' "'Patients recovered " 'from ' "covid'</li></ul>\n" ' ', 'followed': True, 'histvaltype': 'rel', 'label': 'Type of patients', 'model': 'cresstrial'}}, 'CURRENT_BRANCH': 'develop', 'CURRENT_GIT_COMMIT': 'd52d54449b9ccfd5d7cbef0bdef8569a04549033\n', 'CURRENT_VERSION': 'v3.0.6\n', 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'ERROR': 40, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30}, 'IS_PROD': False, 'REGISTER_DATA_SOURCES': {'eu': {'default_query': 'covid-19', 'name': 'EU Clinical Trials Register', 'url': 'https://www.clinicaltrialsregister.eu'}, 'irct': {'default_query': 'covid-19', 'name': 'Iranian Registry of Clinical ' 'Trials (IRCT)', 'url': 'https://en.irct.ir'}, 'oms': {'default_query': 'covid-19', 'name': 'International Clinical Trials ' 'Registry Platform (ICTRP)', 'request_url': 'https://www.who.int/clinical-trials-registry-platform/data/en', 'url': 'https://www.who.int/clinical-trials-registry-platform'}, 'usa': {'default_query': 'covid-19', 'name': 'ClinicalTrials.gov', 'url': 'https://aact.ctti-clinicaltrials.org'}}, 'csrf_token': <SimpleLazyObject: 'TRieeUqqo8ArLF7O6CiYpKGInXyYKfhiNz0FfYhmr657SNV34CeH368PTUv3VOVT'>, 'debug': True, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f0939603df0>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f093a8427c0>, 'request': '<<request>>', 'sql_queries': <function debug.<locals>.<lambda> at 0x7f093a6c9310>, 'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f093a8426d0>>} {'registry_stats': {'eu': {'last_import': <Import: eu_20220705_08-53-40>, 'last_refreshed_on': datetime.datetime(2022, 7, 3, 19, 0, 3, 159774, tzinfo=<UTC>), 'trial_count': 414}, 'irct': {'last_import': <Import: irct_20221017_11-55-15>, 'last_refreshed_on': datetime.datetime(2022, 10, 17, 11, 55, 15, 550716, tzinfo=<UTC>), 'trial_count': 475}, 'oms': {'last_import': <Import: oms_20220705_08-26-22>, 'last_refreshed_on': datetime.datetime(2022, 6, 30, 15, 30, 2, 319594, tzinfo=<UTC>), 'trial_count': 951}, 'usa': {'last_import': <Import: usa_20221017_10-36-15>, 'last_refreshed_on': datetime.datetime(2022, 10, 17, 10, 36, 15, 905464, tzinfo=<UTC>), 'trial_count': 2772}}, 'trials_count': 4612}

Context processors

django.template.context_processors.csrf
Toggle context {'csrf_token': <SimpleLazyObject: 'TRieeUqqo8ArLF7O6CiYpKGInXyYKfhiNz0FfYhmr657SNV34CeH368PTUv3VOVT'>}
django.template.context_processors.debug
Toggle context {'debug': True, 'sql_queries': <function debug.<locals>.<lambda> at 0x7f093a6c9310>}
django.template.context_processors.request
Toggle context {'request': <WSGIRequest: GET '/?cresstrial=2388&modal=1&valnames=arms'>}
django.contrib.auth.context_processors.auth
Toggle context {'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f093a8426d0>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7f093a8427c0>}
django.contrib.messages.context_processors.messages
Toggle context {'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7f0939603df0>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}
clireg.context_processors.base_vars
Toggle context {'IS_PROD': False, 'REGISTER_DATA_SOURCES': {'eu': {'name': 'EU Clinical Trials Register', 'url': 'https://www.clinicaltrialsregister.eu', 'default_query': 'covid-19'}, 'oms': {'name': 'International Clinical Trials Registry Platform (ICTRP)', 'url': 'https://www.who.int/clinical-trials-registry-platform', 'request_url': 'https://www.who.int/clinical-trials-registry-platform/data/en', 'default_query': 'covid-19'}, 'irct': {'name': 'Iranian Registry of Clinical Trials (IRCT)', 'url': 'https://en.irct.ir', 'default_query': 'covid-19'}, 'usa': {'name': 'ClinicalTrials.gov', 'url': 'https://aact.ctti-clinicaltrials.org', 'default_query': 'covid-19'}}, 'CRESS_ATTRIBUTES': {'trial_id': {'label': 'Trial ID', 'model': None, 'histvaltype': None, 'description': '', 'followed': False}, 'trial_registration_number': {'label': 'Trial registration number', 'model': 'cresstrial', 'histvaltype': None, 'description': 'Identifiant number of the trial in the registry', 'followed': True}, 'full_text_link': {'label': 'Full text link', 'model': 'cresstrial', 'histvaltype': 'url', 'description': 'Link to trial registration', 'followed': True}, 'first_author': {'label': 'First author', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Name of principal investigator or\n contact person of the trial', 'followed': True}, 'contact_email': {'label': 'Contact', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Email of principal investigator or\n contact person of the trial', 'followed': True}, 'title': {'label': 'Title', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Trial title', 'followed': False}, 'abstract': {'label': 'Abstract', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Trial abstract', 'followed': False}, 'registration_date': {'label': 'Registration date', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Date of trial registration in the registry', 'followed': True}, 'recruitment_status': {'label': 'Recruitment status', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Status of recruitment, receiving the following values:\n <ul>\n <li>Not recruiting: the trial has not started the recruitment\n yet</li>\n <li>Recruiting: the trial has started the recruitment</li>\n <li>Completed: the trial has recruited enough participants\n as planned</li>\n <li>Terminated: the trial has terminated early without achieving\n the planned sample size, and will not resume the recruitment</li>\n <li>Suspended: the trial has stopped the recruitment temporally and\n might resume recruitment later</li>\n <li>Withdrawn: The study stopped early, before enrolling its first\n participant</li></ul>', 'followed': True}, 'result_posted': {'label': 'Posted results', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': '', 'followed': False}, 'report_published': {'label': 'Report published', 'model': None, 'histvaltype': None, 'description': 'Record whether the trial has published the results\n either on preprints or peer review journals', 'followed': False}, 'study_design': {'label': 'Study design', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Summary of study design whether it is RCT or nonRCT\n (only for vaccine trials)', 'followed': True}, 'allocation': {'label': 'Allocation', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Record if the allocation is Randomized or\n Non-randomized (only for non-randomized vaccine studies)', 'followed': True}, 'design': {'label': 'Design', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Summary of study design whether it is parallel,\n adaptive, factorial, sequential, cluster, crossover or single\n group assignment (only for vaccine trials)\n ', 'followed': True}, 'masking': {'label': 'Masking', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Record whether participants are blinded to treatment\n assigned. Not reported if no information provided', 'followed': True}, 'center': {'label': 'Center', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Record whether the trial is single-center or\n multiple-center. Unclear if no information provided', 'followed': True}, 'study_aim': {'label': 'Study aim', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Record the purpose of the intervention:\n Prevention, Treatment or Long covid', 'followed': True}, 'inclusion_criteria': {'label': 'Inclusion criteria', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Record the criteria to include\n participants in the trial', 'followed': True}, 'exclusion_criteria': {'label': 'Exclusion criteria', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Record the criteria to exclude\n participants in the trial', 'followed': True}, 'number_of_arms': {'label': 'Number of arms', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Number of treatment arms\n evaluated in the trial', 'followed': True}, 'funding': {'label': 'Funding', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Name of sponsor as reported\n in trial registration', 'followed': True}, 'inclusion_age_min': {'label': 'Inclusion age min', 'model': 'cresstrial', 'histvaltype': 'int', 'description': 'Minimum age of participants to\n be included in the trial', 'followed': True}, 'inclusion_age_max': {'label': 'Inclusion age max', 'model': 'cresstrial', 'histvaltype': 'int', 'description': 'Maximum age of participants to\n be included in the trial', 'followed': True}, 'gender': {'label': 'Gender', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Gender as reported in trial registry\n (usually female, male or both)\n ', 'followed': False}, 'countries': {'label': 'Countries', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'The countries where the trial is conducted\n as reported in trial registry. Not reported\n if no information provided', 'followed': True}, 'type_of_patients': {'label': 'Type of patients', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': "\n For prevention trial:\n <ul>\n <li>Write 'Close contacts to covid patients' if trials test\n prevention for participants who have contact\n with covid patients</li>\n <li>Write 'Health workers' if trials\n test prevention for health workers</li>\n <li>Write 'Healthy volunteers' if trials recruit healthy\n volunteers (i.e. vaccine trials)</li>\n <li>Write 'High risk patients' if trials recruit only elderly\n or people of any age who are at increased risk of severe\n illness from COVID-19</li>\n </ul>\n\n For <u>treatment trials</u> :\n <ol>\n <li>Check online protocol (mainly described in the section\n 'inclusion criteria') for severity as classified\n according to the following criteria:\n <ul>\n <li>Mild - the clinical symptoms are mild with no\n sign of pneumonia on imaging</li>\n <li>Moderate - patients have fever and respiratory\n symptoms with radiological findings of pneumonia\n and requiring oxygen (3L/min>Oxygen <5L/min)</li>\n <li>Severe (cases meeting any of the following\n criteria) - Respiratory distress ≧30b/m; O2Sats\n ≤ 93% at rest in ambient air or O2Sats ≤97 % with\n O2 > 5L/min; PaO2/FiO2 ≦ 300 mmHg (l mmHg=0.133kPa).\n PaO2 / FiO2 in high-altitude areas (at an altitude\n of over 1,000 meters above the sea level) shall be\n corrected by the following formula: PaO2/ FiO2 x\n [Atmospheric pressure (mmHg)/760]; Chest imaging\n showing obvious lesion progression within\n 24-48 hours)</li>\n <li>Critical (cases meeting any of the following\n criteria): Respiratory failure and requiring\n mechanical ventilation; shock; other organ failure\n that requires ICU care).</li>\n </ul>\n </li>\n <li>Report disease severity at enrollment, except for\n therapeutic vaccine trials then write only\n 'infected patients':\n <ul>\n <li>'No restriction on type of patient': for\n trials which do not specify\n type of patients to be included</li>\n <li>'Mild disease at enrollment' : for trials\n with asymptomatic and/or mild patients to be\n included</li>\n <li>'Mild/moderate disease at enrollment': for\n trials with both mild and moderate patients\n to be included</li>\n <li>'Moderate disease at enrollment'</li>\n <li>'Moderate/severe disease at enrollment': for\n trials with both moderate and severe patients\n to be included</li>\n <li>'Moderate/severe/critical disease at enrollment':\n for trials with moderate, severe and critical\n patients to be included</li>\n <li>'Severe disease at enrollment'</li>\n <li>'Severe/critical disease at enrollment': for\n trials with both severe and critical patients\n to be included</li>\n <li>'Critical disease at enrollment'</li>\n </ul>\n </li>\n </ol>\n\n For <u>long covid treatment trials</u> :\n <ul><li>Write 'Patients recovered from covid'</li></ul>\n ", 'followed': True}, 'severity_scale': {'label': 'Severity scale', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': "\n Report the corresponding number on the severity scale according to\n the previous 'type of patients column' as follows:\n <ul>\n <li>0: No restriction on type of patients</li>\n <li>1: Mild disease at enrollment</li>\n <li>2: Mild/moderate disease at enrollment</li>\n <li>3: Moderate disease at enrollment</li>\n <li>4: Moderate/severe disease at enrollment</li>\n <li>5: Moderate/severe/critical disease at enrollment</li>\n <li>6: Severe disease at enrollment</li>\n <li>7: Severe/critical disease at enrollment</li>\n <li>8: Critical disease at enrollment</li>\n <li>N/A if study aim is prevention or long covid</li>\n </ul>\n ", 'followed': True}, 'treatment_id': {'label': 'Internal treatment ID', 'model': 'cressarm', 'histvaltype': None, 'followed': False}, 'treatment_name': {'label': 'Treatment name', 'model': 'cressarm', 'histvaltype': 'text', 'description': 'Name of treatment as reported in the\n intervention section', 'followed': True}, 'treatment_type': {'label': 'Treatment type', 'model': 'cressarm', 'histvaltype': 'text', 'description': "Use predefined terminology updated each week as necessary.\n If 'Standard of care' or 'Placebo' in the previous treatment name\n column, duplicate this information here.", 'followed': True}, 'treatment_type_order': {'label': 'Treatment type order', 'model': None, 'histvaltype': None, 'description': 'A specific number is given to each different treatment\n type. This allows to create data visualizations such as mapping\n and networks on the COVID-NMA website.\n ', 'followed': False}, 'pharmacological_treatment': {'label': 'Treatment category', 'model': 'cressarm', 'histvaltype': 'text', 'description': "Specify if the intervention is a: 'Pharmacological\n treatment', 'Non pharmacological treatment', 'Biological treatment',\n 'Non covid vaccine', 'Vaccine', 'Standard of care' or 'Placebo'", 'followed': True}, 'total_sample_size': {'label': 'Total sample size', 'model': 'cresstrial', 'histvaltype': 'int', 'description': 'Total target number of participants\n randomized in the trial', 'followed': True}, 'primary_outcome': {'label': 'primary outcome', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Primary outcomes as reported in trial registry', 'followed': True}, 'primary_outcome_timepoints': {'label': 'Time points for primary outcomes', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Primary outcome time points as reported\n in trial registry\n ', 'followed': False}, 'secondary_outcome': {'label': 'secondary outcome', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Secondary outcome(s) and time point(s)\n as reported in trial registry\n ', 'followed': False}, 'notes': {'label': 'Notes', 'model': 'cresstrial', 'histvaltype': 'text', 'description': '\n If same treatment in different arms, to help distinguish them,\n note here any difference retrieved from the protocol in:\n <ul>\n <li>population (disease severity, subgroup)</li>\n <li>\n treatment:\n <ul>\n <li>doses (if different in dose: write dose 1,\n dose 2)</li>\n <li>administration route (if different in\n administration route write IV, PO, SC\n correspondingly)</li>\n <li>duration</li>\n <li>treatment frequency</li>\n </ul>\n </li>\n </ul>\n Note any other general remarks E.g. unclear number of arms\n ', 'followed': True}, 'arm_id': {'label': 'Arm internal ID', 'model': None, 'histvaltype': None, 'followed': False}, 'arm_notes': {'label': 'Arm Notes', 'model': 'cressarm', 'histvaltype': 'text', 'description': 'Contain additional information regarding each trial\n arm to guide annotators during data checking activity.\n ', 'followed': True}, 'phase': {'label': 'Phase', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Phase of trial: Phase 1, Phase 1/Phase 2,\n Phase 2, Phase2/Phase 3, Phase 3, Phase 3/Phase 4, Phase 4\n and Not reported if no information is provided', 'followed': True}, 'plan_to_share_ipd': {'label': 'Plan to share IPD', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Record whether the trial investigator team is\n planning to share individual patients data. As reported\n in the trial registry.\n ', 'followed': False}, 'arms': {'label': 'Arms', 'model': 'cresstrial', 'histvaltype': 'json', 'description': 'Gathers each interventional trial arm\n characteristics (treatment name, treatment type, treatment\n type order treatment category, n randomized in this arm,\n arm notes)\n ', 'followed': True}}, 'CRESSTRIAL_HIST_ATTRIBUTES': {'full_text_link': {'label': 'Full text link', 'model': 'cresstrial', 'histvaltype': 'url', 'description': 'Link to trial registration', 'followed': True}, 'first_author': {'label': 'First author', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Name of principal investigator or\n contact person of the trial', 'followed': True}, 'contact_email': {'label': 'Contact', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Email of principal investigator or\n contact person of the trial', 'followed': True}, 'title': {'label': 'Title', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Trial title', 'followed': False}, 'abstract': {'label': 'Abstract', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Trial abstract', 'followed': False}, 'registration_date': {'label': 'Registration date', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Date of trial registration in the registry', 'followed': True}, 'recruitment_status': {'label': 'Recruitment status', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Status of recruitment, receiving the following values:\n <ul>\n <li>Not recruiting: the trial has not started the recruitment\n yet</li>\n <li>Recruiting: the trial has started the recruitment</li>\n <li>Completed: the trial has recruited enough participants\n as planned</li>\n <li>Terminated: the trial has terminated early without achieving\n the planned sample size, and will not resume the recruitment</li>\n <li>Suspended: the trial has stopped the recruitment temporally and\n might resume recruitment later</li>\n <li>Withdrawn: The study stopped early, before enrolling its first\n participant</li></ul>', 'followed': True}, 'result_posted': {'label': 'Posted results', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': '', 'followed': False}, 'study_design': {'label': 'Study design', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Summary of study design whether it is RCT or nonRCT\n (only for vaccine trials)', 'followed': True}, 'allocation': {'label': 'Allocation', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Record if the allocation is Randomized or\n Non-randomized (only for non-randomized vaccine studies)', 'followed': True}, 'design': {'label': 'Design', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Summary of study design whether it is parallel,\n adaptive, factorial, sequential, cluster, crossover or single\n group assignment (only for vaccine trials)\n ', 'followed': True}, 'masking': {'label': 'Masking', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Record whether participants are blinded to treatment\n assigned. Not reported if no information provided', 'followed': True}, 'center': {'label': 'Center', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Record whether the trial is single-center or\n multiple-center. Unclear if no information provided', 'followed': True}, 'study_aim': {'label': 'Study aim', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Record the purpose of the intervention:\n Prevention, Treatment or Long covid', 'followed': True}, 'inclusion_criteria': {'label': 'Inclusion criteria', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Record the criteria to include\n participants in the trial', 'followed': True}, 'exclusion_criteria': {'label': 'Exclusion criteria', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Record the criteria to exclude\n participants in the trial', 'followed': True}, 'number_of_arms': {'label': 'Number of arms', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Number of treatment arms\n evaluated in the trial', 'followed': True}, 'funding': {'label': 'Funding', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Name of sponsor as reported\n in trial registration', 'followed': True}, 'inclusion_age_min': {'label': 'Inclusion age min', 'model': 'cresstrial', 'histvaltype': 'int', 'description': 'Minimum age of participants to\n be included in the trial', 'followed': True}, 'inclusion_age_max': {'label': 'Inclusion age max', 'model': 'cresstrial', 'histvaltype': 'int', 'description': 'Maximum age of participants to\n be included in the trial', 'followed': True}, 'gender': {'label': 'Gender', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Gender as reported in trial registry\n (usually female, male or both)\n ', 'followed': False}, 'countries': {'label': 'Countries', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'The countries where the trial is conducted\n as reported in trial registry. Not reported\n if no information provided', 'followed': True}, 'type_of_patients': {'label': 'Type of patients', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': "\n For prevention trial:\n <ul>\n <li>Write 'Close contacts to covid patients' if trials test\n prevention for participants who have contact\n with covid patients</li>\n <li>Write 'Health workers' if trials\n test prevention for health workers</li>\n <li>Write 'Healthy volunteers' if trials recruit healthy\n volunteers (i.e. vaccine trials)</li>\n <li>Write 'High risk patients' if trials recruit only elderly\n or people of any age who are at increased risk of severe\n illness from COVID-19</li>\n </ul>\n\n For <u>treatment trials</u> :\n <ol>\n <li>Check online protocol (mainly described in the section\n 'inclusion criteria') for severity as classified\n according to the following criteria:\n <ul>\n <li>Mild - the clinical symptoms are mild with no\n sign of pneumonia on imaging</li>\n <li>Moderate - patients have fever and respiratory\n symptoms with radiological findings of pneumonia\n and requiring oxygen (3L/min>Oxygen <5L/min)</li>\n <li>Severe (cases meeting any of the following\n criteria) - Respiratory distress ≧30b/m; O2Sats\n ≤ 93% at rest in ambient air or O2Sats ≤97 % with\n O2 > 5L/min; PaO2/FiO2 ≦ 300 mmHg (l mmHg=0.133kPa).\n PaO2 / FiO2 in high-altitude areas (at an altitude\n of over 1,000 meters above the sea level) shall be\n corrected by the following formula: PaO2/ FiO2 x\n [Atmospheric pressure (mmHg)/760]; Chest imaging\n showing obvious lesion progression within\n 24-48 hours)</li>\n <li>Critical (cases meeting any of the following\n criteria): Respiratory failure and requiring\n mechanical ventilation; shock; other organ failure\n that requires ICU care).</li>\n </ul>\n </li>\n <li>Report disease severity at enrollment, except for\n therapeutic vaccine trials then write only\n 'infected patients':\n <ul>\n <li>'No restriction on type of patient': for\n trials which do not specify\n type of patients to be included</li>\n <li>'Mild disease at enrollment' : for trials\n with asymptomatic and/or mild patients to be\n included</li>\n <li>'Mild/moderate disease at enrollment': for\n trials with both mild and moderate patients\n to be included</li>\n <li>'Moderate disease at enrollment'</li>\n <li>'Moderate/severe disease at enrollment': for\n trials with both moderate and severe patients\n to be included</li>\n <li>'Moderate/severe/critical disease at enrollment':\n for trials with moderate, severe and critical\n patients to be included</li>\n <li>'Severe disease at enrollment'</li>\n <li>'Severe/critical disease at enrollment': for\n trials with both severe and critical patients\n to be included</li>\n <li>'Critical disease at enrollment'</li>\n </ul>\n </li>\n </ol>\n\n For <u>long covid treatment trials</u> :\n <ul><li>Write 'Patients recovered from covid'</li></ul>\n ", 'followed': True}, 'severity_scale': {'label': 'Severity scale', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': "\n Report the corresponding number on the severity scale according to\n the previous 'type of patients column' as follows:\n <ul>\n <li>0: No restriction on type of patients</li>\n <li>1: Mild disease at enrollment</li>\n <li>2: Mild/moderate disease at enrollment</li>\n <li>3: Moderate disease at enrollment</li>\n <li>4: Moderate/severe disease at enrollment</li>\n <li>5: Moderate/severe/critical disease at enrollment</li>\n <li>6: Severe disease at enrollment</li>\n <li>7: Severe/critical disease at enrollment</li>\n <li>8: Critical disease at enrollment</li>\n <li>N/A if study aim is prevention or long covid</li>\n </ul>\n ", 'followed': True}, 'total_sample_size': {'label': 'Total sample size', 'model': 'cresstrial', 'histvaltype': 'int', 'description': 'Total target number of participants\n randomized in the trial', 'followed': True}, 'primary_outcome': {'label': 'primary outcome', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Primary outcomes as reported in trial registry', 'followed': True}, 'primary_outcome_timepoints': {'label': 'Time points for primary outcomes', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Primary outcome time points as reported\n in trial registry\n ', 'followed': False}, 'secondary_outcome': {'label': 'secondary outcome', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Secondary outcome(s) and time point(s)\n as reported in trial registry\n ', 'followed': False}, 'notes': {'label': 'Notes', 'model': 'cresstrial', 'histvaltype': 'text', 'description': '\n If same treatment in different arms, to help distinguish them,\n note here any difference retrieved from the protocol in:\n <ul>\n <li>population (disease severity, subgroup)</li>\n <li>\n treatment:\n <ul>\n <li>doses (if different in dose: write dose 1,\n dose 2)</li>\n <li>administration route (if different in\n administration route write IV, PO, SC\n correspondingly)</li>\n <li>duration</li>\n <li>treatment frequency</li>\n </ul>\n </li>\n </ul>\n Note any other general remarks E.g. unclear number of arms\n ', 'followed': True}, 'phase': {'label': 'Phase', 'model': 'cresstrial', 'histvaltype': 'rel', 'description': 'Phase of trial: Phase 1, Phase 1/Phase 2,\n Phase 2, Phase2/Phase 3, Phase 3, Phase 3/Phase 4, Phase 4\n and Not reported if no information is provided', 'followed': True}, 'plan_to_share_ipd': {'label': 'Plan to share IPD', 'model': 'cresstrial', 'histvaltype': 'text', 'description': 'Record whether the trial investigator team is\n planning to share individual patients data. As reported\n in the trial registry.\n ', 'followed': False}, 'arms': {'label': 'Arms', 'model': 'cresstrial', 'histvaltype': 'json', 'description': 'Gathers each interventional trial arm\n characteristics (treatment name, treatment type, treatment\n type order treatment category, n randomized in this arm,\n arm notes)\n ', 'followed': True}}, 'CRESSARM_HIST_ATTRIBUTES': {'treatment_name': {'label': 'Treatment name', 'model': 'cressarm', 'histvaltype': 'text', 'description': 'Name of treatment as reported in the\n intervention section', 'followed': True}, 'treatment_type': {'label': 'Treatment type', 'model': 'cressarm', 'histvaltype': 'text', 'description': "Use predefined terminology updated each week as necessary.\n If 'Standard of care' or 'Placebo' in the previous treatment name\n column, duplicate this information here.", 'followed': True}, 'pharmacological_treatment': {'label': 'Treatment category', 'model': 'cressarm', 'histvaltype': 'text', 'description': "Specify if the intervention is a: 'Pharmacological\n treatment', 'Non pharmacological treatment', 'Biological treatment',\n 'Non covid vaccine', 'Vaccine', 'Standard of care' or 'Placebo'", 'followed': True}, 'arm_notes': {'label': 'Arm Notes', 'model': 'cressarm', 'histvaltype': 'text', 'description': 'Contain additional information regarding each trial\n arm to guide annotators during data checking activity.\n ', 'followed': True}}}
clireg.context_processors.get_git_infos
Toggle context {'CURRENT_GIT_COMMIT': 'd52d54449b9ccfd5d7cbef0bdef8569a04549033\n', 'CURRENT_BRANCH': 'develop', 'CURRENT_VERSION': 'v3.0.6\n'}

Cache calls from 1 backend

Summary

Total calls Total time Cache hits Cache misses
0 0 ms 0 0

Commands

add get set touch delete clear get_many set_many delete_many has_key incr decr incr_version decr_version
0 0 0 0 0 0 0 0 0 0 0 0 0 0

Signals

Signal Receivers
class_prepared
connection_created register_type_handlers
got_request_exception
m2m_changed
post_delete
post_init
post_migrate create_default_site, create_permissions, create_contenttypes
post_save update_treatment_combination_cressname, update_arms, update_arms, update_arms, update_arms, update_cresstrial_update_date, register_histvalue_annotation, refresh_cresstrial_instants, refresh_cresstrial_instants, refresh_cresstrial_instants
pre_delete clear_site_cache
pre_init
pre_migrate inject_rename_contenttypes_operations
pre_save clear_site_cache
request_finished close_old_connections, close_caches, reset_urlconf
request_started reset_queries, close_old_connections
setting_changed reset_cache, clear_cache_handlers, update_installed_apps, update_connections_time_zone, clear_routers_cache, reset_template_engines, clear_serializers_cache, language_changed, localize_settings_changed, file_storage_changed, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, auth_password_validators_changed, user_model_swapped, reset_hashers, uninstall_if_needed, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, CliregManifestStaticFilesStorage._clear_cached_properties

Log messages

No messages logged.