# WordPress MySQL database migration # # Generated: Thursday 15. February 2018 05:24 UTC # Hostname: localhost # Database: `jneticsm_db1` # URL: //mlajnetics.local # Path: /home/jneticsmlawebdes/public_html # Tables: wp_commentmeta, wp_comments, wp_links, wp_options, wp_postmeta, wp_posts, wp_term_relationships, wp_term_taxonomy, wp_termmeta, wp_terms, wp_usermeta, wp_users # Table Prefix: wp_ # Post Types: revision, acf-field, acf-field-group, attachment, cptevents, customize_changeset, nav_menu_item, page, post, responsive_slider_l # Protocol: http # Multisite: false # Subsite Export: false # -------------------------------------------------------- /*!40101 SET NAMES utf8mb4 */; SET sql_mode='NO_AUTO_VALUE_ON_ZERO'; # # Delete any existing table `wp_commentmeta` # DROP TABLE IF EXISTS `wp_commentmeta`; # # Table structure of table `wp_commentmeta` # CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `wp_commentmeta` # # # End of data contents of table `wp_commentmeta` # -------------------------------------------------------- # # Delete any existing table `wp_comments` # DROP TABLE IF EXISTS `wp_comments`; # # Table structure of table `wp_comments` # CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `wp_comments` # INSERT INTO `wp_comments` ( `comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2018-02-04 15:55:46', '2018-02-04 15:55:46', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.', 0, 'post-trashed', '', '', 0, 0) ; # # End of data contents of table `wp_comments` # -------------------------------------------------------- # # Delete any existing table `wp_links` # DROP TABLE IF EXISTS `wp_links`; # # Table structure of table `wp_links` # CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `wp_links` # # # End of data contents of table `wp_links` # -------------------------------------------------------- # # Delete any existing table `wp_options` # DROP TABLE IF EXISTS `wp_options`; # # Table structure of table `wp_options` # CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=382 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `wp_options` # INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'http://mlajnetics.local/', 'yes'), (2, 'home', 'http://mlajnetics.local/', 'yes'), (3, 'blogname', 'Jnetics', 'yes'), (4, 'blogdescription', '', 'yes'), (5, 'users_can_register', '0', 'yes'), (6, 'admin_email', 'cralberto11@gmail.com', 'yes'), (7, 'start_of_week', '1', 'yes'), (8, 'use_balanceTags', '0', 'yes'), (9, 'use_smilies', '1', 'yes'), (10, 'require_name_email', '1', 'yes'), (11, 'comments_notify', '1', 'yes'), (12, 'posts_per_rss', '10', 'yes'), (13, 'rss_use_excerpt', '0', 'yes'), (14, 'mailserver_url', 'mail.example.com', 'yes'), (15, 'mailserver_login', 'login@example.com', 'yes'), (16, 'mailserver_pass', 'password', 'yes'), (17, 'mailserver_port', '110', 'yes'), (18, 'default_category', '1', 'yes'), (19, 'default_comment_status', 'open', 'yes'), (20, 'default_ping_status', 'open', 'yes'), (21, 'default_pingback_flag', '1', 'yes'), (22, 'posts_per_page', '10', 'yes'), (23, 'date_format', 'F j, Y', 'yes'), (24, 'time_format', 'g:i a', 'yes'), (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (26, 'comment_moderation', '0', 'yes'), (27, 'moderation_notify', '1', 'yes'), (28, 'permalink_structure', '/%postname%/', 'yes'), (29, 'rewrite_rules', 'a:111:{s:12:"cptevents/?$";s:29:"index.php?post_type=cptevents";s:42:"cptevents/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=cptevents&feed=$matches[1]";s:37:"cptevents/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=cptevents&feed=$matches[1]";s:29:"cptevents/page/([0-9]{1,})/?$";s:47:"index.php?post_type=cptevents&paged=$matches[1]";s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:37:"cptevents/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"cptevents/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"cptevents/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"cptevents/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"cptevents/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"cptevents/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"cptevents/([^/]+)/embed/?$";s:42:"index.php?cptevents=$matches[1]&embed=true";s:30:"cptevents/([^/]+)/trackback/?$";s:36:"index.php?cptevents=$matches[1]&tb=1";s:50:"cptevents/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?cptevents=$matches[1]&feed=$matches[2]";s:45:"cptevents/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?cptevents=$matches[1]&feed=$matches[2]";s:38:"cptevents/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?cptevents=$matches[1]&paged=$matches[2]";s:45:"cptevents/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?cptevents=$matches[1]&cpage=$matches[2]";s:34:"cptevents/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?cptevents=$matches[1]&page=$matches[2]";s:26:"cptevents/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"cptevents/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"cptevents/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"cptevents/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"cptevents/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"cptevents/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:40:"index.php?&page_id=117&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'), (30, 'hack_file', '0', 'yes'), (31, 'blog_charset', 'UTF-8', 'yes'), (32, 'moderation_keys', '', 'no'), (33, 'active_plugins', 'a:7:{i:0;s:57:"advanced-custom-fields-nav-menu-field/fz-acf-nav-menu.php";i:1;s:34:"advanced-custom-fields-pro/acf.php";i:2;s:30:"advanced-custom-fields/acf.php";i:3;s:33:"duplicate-post/duplicate-post.php";i:4;s:49:"responsive-slider-lite/responsive-slider-lite.php";i:5;s:43:"simple-custom-admin/simple-custom-admin.php";i:6;s:31:"wp-migrate-db/wp-migrate-db.php";}', 'yes'), (34, 'category_base', '', 'yes'), (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (36, 'comment_max_links', '2', 'yes'), (37, 'gmt_offset', '0', 'yes'), (38, 'default_email_category', '1', 'yes'), (39, 'recently_edited', '', 'no'), (40, 'template', 'bootstrapfast', 'yes'), (41, 'stylesheet', 'jnetics', 'yes'), (42, 'comment_whitelist', '1', 'yes'), (43, 'blacklist_keys', '', 'no'), (44, 'comment_registration', '0', 'yes'), (45, 'html_type', 'text/html', 'yes'), (46, 'use_trackback', '0', 'yes'), (47, 'default_role', 'subscriber', 'yes'), (48, 'db_version', '38590', 'yes'), (49, 'uploads_use_yearmonth_folders', '1', 'yes'), (50, 'upload_path', '', 'yes'), (51, 'blog_public', '1', 'yes'), (52, 'default_link_category', '2', 'yes'), (53, 'show_on_front', 'page', 'yes'), (54, 'tag_base', '', 'yes'), (55, 'show_avatars', '1', 'yes'), (56, 'avatar_rating', 'G', 'yes'), (57, 'upload_url_path', '', 'yes'), (58, 'thumbnail_size_w', '150', 'yes'), (59, 'thumbnail_size_h', '150', 'yes'), (60, 'thumbnail_crop', '1', 'yes'), (61, 'medium_size_w', '300', 'yes'), (62, 'medium_size_h', '300', 'yes'), (63, 'avatar_default', 'mystery', 'yes'), (64, 'large_size_w', '1024', 'yes'), (65, 'large_size_h', '1024', 'yes'), (66, 'image_default_link_type', 'none', 'yes'), (67, 'image_default_size', '', 'yes'), (68, 'image_default_align', '', 'yes'), (69, 'close_comments_for_old_posts', '0', 'yes'), (70, 'close_comments_days_old', '14', 'yes'), (71, 'thread_comments', '1', 'yes'), (72, 'thread_comments_depth', '5', 'yes'), (73, 'page_comments', '0', 'yes'), (74, 'comments_per_page', '50', 'yes'), (75, 'default_comments_page', 'newest', 'yes'), (76, 'comment_order', 'asc', 'yes'), (77, 'sticky_posts', 'a:0:{}', 'yes'), (78, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (81, 'uninstall_plugins', 'a:0:{}', 'no'), (82, 'timezone_string', '', 'yes'), (83, 'page_for_posts', '0', 'yes'), (84, 'page_on_front', '117', 'yes'), (85, 'default_post_format', '0', 'yes'), (86, 'link_manager_enabled', '0', 'yes'), (87, 'finished_splitting_shared_terms', '1', 'yes'), (88, 'site_icon', '0', 'yes'), (89, 'medium_large_size_w', '768', 'yes'), (90, 'medium_large_size_h', '0', 'yes'), (91, 'initial_db_version', '38590', 'yes'), (92, 'wp_user_roles', 'a:6:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:10:"copy_posts";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:10:"copy_posts";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}s:7:"Manager";a:2:{s:4:"name";s:7:"Manager";s:12:"capabilities";a:73:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:12:"create_sites";b:1;s:12:"delete_sites";b:1;s:14:"manage_network";b:1;s:12:"manage_sites";b:1;s:20:"manage_network_users";b:1;s:22:"manage_network_plugins";b:1;s:21:"manage_network_themes";b:1;s:22:"manage_network_options";b:1;s:11:"delete_site";b:1;s:14:"upload_plugins";b:1;s:13:"upload_themes";b:1;s:9:"customize";b:1;}}}', 'yes'), (93, 'fresh_site', '0', 'yes'), (94, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (95, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (96, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), (97, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (98, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (99, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:0:{}s:14:"main-sidebar-1";a:0:{}s:13:"top-sidebar-1";a:0:{}s:13:"array_version";i:3;}', 'yes'), (100, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ; INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (102, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (103, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (104, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (105, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (106, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (107, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (108, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (109, 'cron', 'a:4:{i:1518450950;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1518500963;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1518501530;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'), (117, 'simple_custom_admin_version', '1.1', 'yes'), (118, 'csa1_user_role_name', 'Manager', 'yes'), (119, 'theme_mods_twentyseventeen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1517759766;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:2:{i:0;s:8:"search-2";i:1;s:17:"recent-comments-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'), (120, 'current_theme', 'Jnetics Theme', 'yes'), (121, 'theme_switched', '', 'yes'), (122, 'theme_mods_bootstrapfast', 'a:3:{s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1517809788;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:14:"main-sidebar-1";a:2:{i:0;s:8:"search-2";i:1;s:17:"recent-comments-2";}s:13:"top-sidebar-1";a:0:{}}}}', 'yes'), (131, 'can_compress_scripts', '1', 'no'), (143, 'theme_mods_jnetics', 'a:9:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:6:"menu-1";i:7;}s:18:"custom_css_post_id";i:-1;s:11:"custom_logo";i:5;s:16:"header_textcolor";s:6:"333333";s:16:"background_color";s:6:"ffffff";s:21:"mainheader_background";s:7:"#ffffff";s:13:"navlink_color";s:7:"#333333";s:12:"headersticky";b:1;}', 'yes'), (150, 'category_children', 'a:0:{}', 'yes'), (156, 'recently_activated', 'a:0:{}', 'yes'), (157, 'duplicate_post_copytitle', '1', 'yes'), (158, 'duplicate_post_copydate', '0', 'yes'), (159, 'duplicate_post_copystatus', '0', 'yes'), (160, 'duplicate_post_copyslug', '1', 'yes'), (161, 'duplicate_post_copyexcerpt', '1', 'yes'), (162, 'duplicate_post_copycontent', '1', 'yes'), (163, 'duplicate_post_copythumbnail', '1', 'yes'), (164, 'duplicate_post_copytemplate', '1', 'yes'), (165, 'duplicate_post_copyformat', '1', 'yes'), (166, 'duplicate_post_copyauthor', '0', 'yes'), (167, 'duplicate_post_copypassword', '0', 'yes'), (168, 'duplicate_post_copyattachments', '0', 'yes'), (169, 'duplicate_post_copychildren', '0', 'yes'), (170, 'duplicate_post_copycomments', '0', 'yes'), (171, 'duplicate_post_copymenuorder', '1', 'yes'), (172, 'duplicate_post_taxonomies_blacklist', 'a:0:{}', 'yes'), (173, 'duplicate_post_blacklist', '', 'yes'), (174, 'duplicate_post_types_enabled', 'a:2:{i:0;s:4:"post";i:1;s:4:"page";}', 'yes'), (175, 'duplicate_post_show_row', '1', 'yes'), (176, 'duplicate_post_show_adminbar', '1', 'yes'), (177, 'duplicate_post_show_submitbox', '1', 'yes'), (178, 'duplicate_post_show_bulkactions', '1', 'yes'), (179, 'duplicate_post_version', '3.2.1', 'yes'), (180, 'duplicate_post_show_notice', '0', 'no'), (183, 'acf_version', '5.6.7', 'yes'), (208, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'), (238, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:21:"cralberto11@gmail.com";s:7:"version";s:5:"4.9.4";s:9:"timestamp";i:1517996509;}', 'no'), (379, 'wpmdb_usage', 'a:2:{s:6:"action";s:8:"savefile";s:4:"time";i:1518672276;}', 'no') ; # # End of data contents of table `wp_options` # -------------------------------------------------------- # # Delete any existing table `wp_postmeta` # DROP TABLE IF EXISTS `wp_postmeta`; # # Table structure of table `wp_postmeta` # CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1564 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; # # Data contents of table `wp_postmeta` # INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (2, 1, '_wp_trash_meta_status', 'publish'), (3, 1, '_wp_trash_meta_time', '1517759754'), (4, 1, '_wp_desired_post_slug', 'hello-world'), (5, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:"1";}'), (6, 5, '_wp_attached_file', '2018/02/jnetics-logo.png'), (7, 5, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:160;s:6:"height";i:50;s:4:"file";s:24:"2018/02/jnetics-logo.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"jnetics-logo-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (8, 6, '_wp_trash_meta_status', 'publish'), (9, 6, '_wp_trash_meta_time', '1517810136'), (10, 2, '_edit_lock', '1518077727:2'), (11, 8, '_wp_attached_file', '2018/02/subpic-2.jpg'), (12, 8, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:920;s:6:"height";i:200;s:4:"file";s:20:"2018/02/subpic-2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"subpic-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"subpic-2-300x65.jpg";s:5:"width";i:300;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"subpic-2-768x167.jpg";s:5:"width";i:768;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (13, 2, '_edit_last', '2'), (14, 2, '_thumbnail_id', '8'), (15, 11, '_edit_last', '1'), (16, 11, '_edit_lock', '1517814565:1'), (17, 11, '_thumbnail_id', '8'), (18, 11, '_wp_page_template', 'default'), (19, 13, '_edit_last', '1'), (20, 13, '_wp_page_template', 'default'), (21, 13, '_edit_lock', '1517810503:1'), (22, 13, '_thumbnail_id', '8'), (23, 17, '_edit_last', '2'), (24, 17, '_edit_lock', '1518022904:2'), (25, 17, '_thumbnail_id', '8'), (26, 17, '_wp_page_template', 'default'), (27, 19, '_edit_last', '1'), (28, 19, '_edit_lock', '1517810677:1'), (29, 19, '_thumbnail_id', '8'), (30, 19, '_wp_page_template', 'default'), (31, 21, '_edit_last', '1'), (32, 21, '_edit_lock', '1517814663:1'), (33, 22, '_wp_attached_file', '2018/02/banner_option5.jpg'), (34, 22, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:920;s:6:"height";i:200;s:4:"file";s:26:"2018/02/banner_option5.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"banner_option5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"banner_option5-300x65.jpg";s:5:"width";i:300;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"banner_option5-768x167.jpg";s:5:"width";i:768;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (35, 21, '_thumbnail_id', '22'), (36, 21, '_wp_page_template', 'default'), (37, 24, '_edit_last', '1'), (38, 24, '_edit_lock', '1517810803:1'), (39, 24, '_thumbnail_id', '8'), (40, 24, '_wp_page_template', 'default'), (41, 26, '_edit_last', '1'), (42, 26, '_edit_lock', '1518002316:2'), (43, 26, '_thumbnail_id', '8'), (44, 26, '_wp_page_template', 'default'), (45, 28, '_edit_last', '1'), (46, 28, '_edit_lock', '1518078914:2'), (47, 29, '_wp_attached_file', '2018/02/subpic-3.jpg'), (48, 29, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:920;s:6:"height";i:200;s:4:"file";s:20:"2018/02/subpic-3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"subpic-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"subpic-3-300x65.jpg";s:5:"width";i:300;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"subpic-3-768x167.jpg";s:5:"width";i:768;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (49, 28, '_thumbnail_id', '29'), (50, 28, '_wp_page_template', 'default'), (51, 31, '_edit_last', '1'), (52, 31, '_edit_lock', '1517814166:1'), (53, 31, '_thumbnail_id', '29'), (54, 31, '_wp_page_template', 'default'), (55, 33, '_thumbnail_id', '29'), (56, 33, '_wp_page_template', 'default'), (57, 33, '_dp_original', '31'), (58, 33, '_edit_lock', '1517814187:1'), (59, 33, '_edit_last', '1'), (60, 35, '_thumbnail_id', '29'), (61, 35, '_wp_page_template', 'default'), (63, 35, '_dp_original', '33'), (64, 35, '_edit_lock', '1517814209:1'), (65, 35, '_edit_last', '1'), (66, 37, '_thumbnail_id', '29'), (67, 37, '_wp_page_template', 'default'), (69, 37, '_dp_original', '35'), (70, 37, '_edit_lock', '1517814233:1'), (71, 37, '_edit_last', '1'), (72, 46, '_edit_last', '1'), (73, 46, '_edit_lock', '1518090246:1'), (128, 56, '_menu_item_type', 'post_type'), (129, 56, '_menu_item_menu_item_parent', '0'), (130, 56, '_menu_item_object_id', '2'), (131, 56, '_menu_item_object', 'page'), (132, 56, '_menu_item_target', ''), (133, 56, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (134, 56, '_menu_item_xfn', ''), (135, 56, '_menu_item_url', ''), (137, 57, '_menu_item_type', 'post_type'), (138, 57, '_menu_item_menu_item_parent', '0'), (139, 57, '_menu_item_object_id', '11'), (140, 57, '_menu_item_object', 'page'), (141, 57, '_menu_item_target', ''), (142, 57, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (143, 57, '_menu_item_xfn', ''), (144, 57, '_menu_item_url', ''), (146, 58, '_menu_item_type', 'post_type'), (147, 58, '_menu_item_menu_item_parent', '0'), (148, 58, '_menu_item_object_id', '21'), (149, 58, '_menu_item_object', 'page'), (150, 58, '_menu_item_target', ''), (151, 58, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (152, 58, '_menu_item_xfn', ''), (153, 58, '_menu_item_url', ''), (155, 59, '_menu_item_type', 'post_type'), (156, 59, '_menu_item_menu_item_parent', '0'), (157, 59, '_menu_item_object_id', '13'), (158, 59, '_menu_item_object', 'page'), (159, 59, '_menu_item_target', '') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (160, 59, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (161, 59, '_menu_item_xfn', ''), (162, 59, '_menu_item_url', ''), (164, 60, '_menu_item_type', 'post_type'), (165, 60, '_menu_item_menu_item_parent', '0'), (166, 60, '_menu_item_object_id', '17'), (167, 60, '_menu_item_object', 'page'), (168, 60, '_menu_item_target', ''), (169, 60, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (170, 60, '_menu_item_xfn', ''), (171, 60, '_menu_item_url', ''), (173, 61, '_menu_item_type', 'post_type'), (174, 61, '_menu_item_menu_item_parent', '0'), (175, 61, '_menu_item_object_id', '19'), (176, 61, '_menu_item_object', 'page'), (177, 61, '_menu_item_target', ''), (178, 61, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (179, 61, '_menu_item_xfn', ''), (180, 61, '_menu_item_url', ''), (182, 62, '_menu_item_type', 'post_type'), (183, 62, '_menu_item_menu_item_parent', '0'), (184, 62, '_menu_item_object_id', '24'), (185, 62, '_menu_item_object', 'page'), (186, 62, '_menu_item_target', ''), (187, 62, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (188, 62, '_menu_item_xfn', ''), (189, 62, '_menu_item_url', ''), (191, 63, '_menu_item_type', 'post_type'), (192, 63, '_menu_item_menu_item_parent', '0'), (193, 63, '_menu_item_object_id', '26'), (194, 63, '_menu_item_object', 'page'), (195, 63, '_menu_item_target', ''), (196, 63, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (197, 63, '_menu_item_xfn', ''), (198, 63, '_menu_item_url', ''), (200, 28, 'color', 'purple'), (201, 28, '_color', 'field_5a77fba661d85'), (202, 28, 'menu', '3'), (203, 28, '_menu', 'field_5a77fbb861d86'), (204, 64, 'color', '#df4b31'), (205, 64, '_color', 'field_5a77fba661d85'), (206, 64, 'menu', '2'), (207, 64, '_menu', 'field_5a77fbb861d86'), (208, 65, '_menu_item_type', 'post_type'), (209, 65, '_menu_item_menu_item_parent', '0'), (210, 65, '_menu_item_object_id', '28'), (211, 65, '_menu_item_object', 'page'), (212, 65, '_menu_item_target', ''), (213, 65, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (214, 65, '_menu_item_xfn', ''), (215, 65, '_menu_item_url', ''), (217, 66, '_menu_item_type', 'post_type'), (218, 66, '_menu_item_menu_item_parent', '0'), (219, 66, '_menu_item_object_id', '37'), (220, 66, '_menu_item_object', 'page'), (221, 66, '_menu_item_target', ''), (222, 66, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (223, 66, '_menu_item_xfn', ''), (224, 66, '_menu_item_url', ''), (226, 67, '_menu_item_type', 'post_type'), (227, 67, '_menu_item_menu_item_parent', '0'), (228, 67, '_menu_item_object_id', '35'), (229, 67, '_menu_item_object', 'page'), (230, 67, '_menu_item_target', ''), (231, 67, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (232, 67, '_menu_item_xfn', ''), (233, 67, '_menu_item_url', ''), (235, 68, '_menu_item_type', 'post_type'), (236, 68, '_menu_item_menu_item_parent', '0'), (237, 68, '_menu_item_object_id', '33'), (238, 68, '_menu_item_object', 'page'), (239, 68, '_menu_item_target', ''), (240, 68, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (241, 68, '_menu_item_xfn', ''), (242, 68, '_menu_item_url', ''), (244, 69, '_menu_item_type', 'post_type'), (245, 69, '_menu_item_menu_item_parent', '0'), (246, 69, '_menu_item_object_id', '31'), (247, 69, '_menu_item_object', 'page'), (248, 69, '_menu_item_target', ''), (249, 69, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (250, 69, '_menu_item_xfn', ''), (251, 69, '_menu_item_url', ''), (253, 31, 'color', 'purple'), (254, 31, '_color', 'field_5a77fba661d85'), (255, 31, 'menu', '3'), (256, 31, '_menu', 'field_5a77fbb861d86'), (257, 70, 'color', 'purple'), (258, 70, '_color', 'field_5a77fba661d85'), (259, 70, 'menu', '3'), (260, 70, '_menu', 'field_5a77fbb861d86'), (261, 2, 'color', 'red'), (262, 2, '_color', 'field_5a77fba661d85'), (263, 2, 'menu', '2'), (264, 2, '_menu', 'field_5a77fbb861d86'), (265, 71, 'color', 'red'), (266, 71, '_color', 'field_5a77fba661d85'), (267, 71, 'menu', '2'), (268, 71, '_menu', 'field_5a77fbb861d86'), (269, 72, '_edit_last', '1') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (270, 72, '_edit_lock', '1518672235:1'), (271, 72, '_wp_page_template', 'default'), (272, 72, 'color', 'blue'), (273, 72, '_color', 'field_5a77fba661d85'), (274, 72, 'menu', '4'), (275, 72, '_menu', 'field_5a77fbb861d86'), (276, 73, 'color', 'blue'), (277, 73, '_color', 'field_5a77fba661d85'), (278, 73, 'menu', '2'), (279, 73, '_menu', 'field_5a77fbb861d86'), (280, 74, '_wp_attached_file', '2018/02/banner_option3.jpg'), (281, 74, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:920;s:6:"height";i:200;s:4:"file";s:26:"2018/02/banner_option3.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"banner_option3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"banner_option3-300x65.jpg";s:5:"width";i:300;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"banner_option3-768x167.jpg";s:5:"width";i:768;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (282, 72, '_thumbnail_id', '74'), (283, 75, 'color', 'blue'), (284, 75, '_color', 'field_5a77fba661d85'), (285, 75, 'menu', '4'), (286, 75, '_menu', 'field_5a77fbb861d86'), (287, 76, '_wp_page_template', 'default'), (288, 76, 'color', 'blue'), (289, 76, '_color', 'field_5a77fba661d85'), (290, 76, 'menu', '4'), (291, 76, '_menu', 'field_5a77fbb861d86'), (292, 76, '_thumbnail_id', '74'), (293, 76, '_dp_original', '72'), (294, 76, '_edit_lock', '1518085528:2'), (295, 76, '_edit_last', '1'), (296, 77, 'color', 'blue'), (297, 77, '_color', 'field_5a77fba661d85'), (298, 77, 'menu', '4'), (299, 77, '_menu', 'field_5a77fbb861d86'), (300, 78, '_wp_page_template', 'default'), (301, 78, 'color', 'blue'), (302, 78, '_color', 'field_5a77fba661d85'), (303, 78, 'menu', '4'), (304, 78, '_menu', 'field_5a77fbb861d86'), (305, 78, '_thumbnail_id', '74'), (307, 78, '_dp_original', '76'), (308, 78, '_edit_lock', '1518085618:2'), (309, 78, '_edit_last', '1'), (310, 79, 'color', 'blue'), (311, 79, '_color', 'field_5a77fba661d85'), (312, 79, 'menu', '4'), (313, 79, '_menu', 'field_5a77fbb861d86'), (314, 80, 'color', 'purple'), (315, 80, '_color', 'field_5a77fba661d85'), (316, 80, 'menu', '3'), (317, 80, '_menu', 'field_5a77fbb861d86'), (318, 33, 'color', 'purple'), (319, 33, '_color', 'field_5a77fba661d85'), (320, 33, 'menu', '3'), (321, 33, '_menu', 'field_5a77fbb861d86'), (322, 81, 'color', 'purple'), (323, 81, '_color', 'field_5a77fba661d85'), (324, 81, 'menu', '3'), (325, 81, '_menu', 'field_5a77fbb861d86'), (326, 35, 'color', 'purple'), (327, 35, '_color', 'field_5a77fba661d85'), (328, 35, 'menu', '3'), (329, 35, '_menu', 'field_5a77fbb861d86'), (330, 82, 'color', 'purple'), (331, 82, '_color', 'field_5a77fba661d85'), (332, 82, 'menu', '3'), (333, 82, '_menu', 'field_5a77fbb861d86'), (334, 37, 'color', 'purple'), (335, 37, '_color', 'field_5a77fba661d85'), (336, 37, 'menu', '3'), (337, 37, '_menu', 'field_5a77fbb861d86'), (338, 83, 'color', 'purple'), (339, 83, '_color', 'field_5a77fba661d85'), (340, 83, 'menu', '3'), (341, 83, '_menu', 'field_5a77fbb861d86'), (342, 11, 'color', 'red'), (343, 11, '_color', 'field_5a77fba661d85'), (344, 11, 'menu', '2'), (345, 11, '_menu', 'field_5a77fbb861d86'), (346, 84, 'color', 'red'), (347, 84, '_color', 'field_5a77fba661d85'), (348, 84, 'menu', '2'), (349, 84, '_menu', 'field_5a77fbb861d86'), (350, 21, 'color', 'red'), (351, 21, '_color', 'field_5a77fba661d85'), (352, 21, 'menu', '2'), (353, 21, '_menu', 'field_5a77fbb861d86'), (354, 85, 'color', 'red'), (355, 85, '_color', 'field_5a77fba661d85'), (356, 85, 'menu', '2'), (357, 85, '_menu', 'field_5a77fbb861d86'), (358, 86, '_edit_last', '1'), (359, 86, '_edit_lock', '1518672279:1'), (360, 87, '_wp_attached_file', '2018/02/subpic-5.jpg'), (361, 87, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:920;s:6:"height";i:200;s:4:"file";s:20:"2018/02/subpic-5.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"subpic-5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"subpic-5-300x65.jpg";s:5:"width";i:300;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"subpic-5-768x167.jpg";s:5:"width";i:768;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (362, 86, '_thumbnail_id', '87'), (363, 86, '_wp_page_template', 'default'), (364, 86, 'color', 'brown'), (365, 86, '_color', 'field_5a77fba661d85'), (366, 86, 'menu', '5'), (367, 86, '_menu', 'field_5a77fbb861d86'), (368, 88, 'color', 'brown'), (369, 88, '_color', 'field_5a77fba661d85'), (370, 88, 'menu', '2') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (371, 88, '_menu', 'field_5a77fbb861d86'), (372, 89, '_menu_item_type', 'post_type'), (373, 89, '_menu_item_menu_item_parent', '0'), (374, 89, '_menu_item_object_id', '72'), (375, 89, '_menu_item_object', 'page'), (376, 89, '_menu_item_target', ''), (377, 89, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (378, 89, '_menu_item_xfn', ''), (379, 89, '_menu_item_url', ''), (381, 90, '_menu_item_type', 'post_type'), (382, 90, '_menu_item_menu_item_parent', '0'), (383, 90, '_menu_item_object_id', '78'), (384, 90, '_menu_item_object', 'page'), (385, 90, '_menu_item_target', ''), (386, 90, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (387, 90, '_menu_item_xfn', ''), (388, 90, '_menu_item_url', ''), (390, 91, '_menu_item_type', 'post_type'), (391, 91, '_menu_item_menu_item_parent', '0'), (392, 91, '_menu_item_object_id', '76'), (393, 91, '_menu_item_object', 'page'), (394, 91, '_menu_item_target', ''), (395, 91, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (396, 91, '_menu_item_xfn', ''), (397, 91, '_menu_item_url', ''), (399, 92, '_menu_item_type', 'post_type'), (400, 92, '_menu_item_menu_item_parent', '0'), (401, 92, '_menu_item_object_id', '86'), (402, 92, '_menu_item_object', 'page'), (403, 92, '_menu_item_target', ''), (404, 92, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (405, 92, '_menu_item_xfn', ''), (406, 92, '_menu_item_url', ''), (408, 93, 'color', 'brown'), (409, 93, '_color', 'field_5a77fba661d85'), (410, 93, 'menu', '5'), (411, 93, '_menu', 'field_5a77fbb861d86'), (412, 94, '_thumbnail_id', '87'), (413, 94, '_wp_page_template', 'default'), (414, 94, 'color', 'brown'), (415, 94, '_color', 'field_5a77fba661d85'), (416, 94, 'menu', '5'), (417, 94, '_menu', 'field_5a77fbb861d86'), (418, 94, '_dp_original', '86'), (419, 94, '_edit_lock', '1518079014:2'), (420, 94, '_edit_last', '1'), (421, 95, 'color', 'brown'), (422, 95, '_color', 'field_5a77fba661d85'), (423, 95, 'menu', '5'), (424, 95, '_menu', 'field_5a77fbb861d86'), (425, 96, '_edit_last', '2'), (426, 96, '_edit_lock', '1518079257:2'), (427, 96, '_wp_page_template', 'default'), (428, 96, 'color', 'darkblue'), (429, 96, '_color', 'field_5a77fba661d85'), (430, 96, 'menu', '6'), (431, 96, '_menu', 'field_5a77fbb861d86'), (432, 97, 'color', ''), (433, 97, '_color', 'field_5a77fba661d85'), (434, 97, 'menu', '5'), (435, 97, '_menu', 'field_5a77fbb861d86'), (436, 98, '_wp_attached_file', '2018/02/banner_option4.jpg'), (437, 98, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:920;s:6:"height";i:200;s:4:"file";s:26:"2018/02/banner_option4.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"banner_option4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"banner_option4-300x65.jpg";s:5:"width";i:300;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:26:"banner_option4-768x167.jpg";s:5:"width";i:768;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (438, 96, '_thumbnail_id', '98'), (439, 99, 'color', 'darkblue'), (440, 99, '_color', 'field_5a77fba661d85'), (441, 99, 'menu', '5'), (442, 99, '_menu', 'field_5a77fbb861d86'), (443, 100, '_menu_item_type', 'post_type'), (444, 100, '_menu_item_menu_item_parent', '0'), (445, 100, '_menu_item_object_id', '96'), (446, 100, '_menu_item_object', 'page'), (447, 100, '_menu_item_target', ''), (448, 100, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (449, 100, '_menu_item_xfn', ''), (450, 100, '_menu_item_url', ''), (452, 101, 'color', 'darkblue'), (453, 101, '_color', 'field_5a77fba661d85'), (454, 101, 'menu', '6'), (455, 101, '_menu', 'field_5a77fbb861d86'), (456, 102, '_wp_page_template', 'default'), (457, 102, 'color', 'darkblue'), (458, 102, '_color', 'field_5a77fba661d85'), (459, 102, 'menu', '6'), (460, 102, '_menu', 'field_5a77fbb861d86'), (461, 102, '_thumbnail_id', '98'), (462, 102, '_dp_original', '96'), (463, 102, '_edit_lock', '1518085069:2'), (464, 102, '_edit_last', '1'), (465, 103, 'color', 'darkblue'), (466, 103, '_color', 'field_5a77fba661d85'), (467, 103, 'menu', '6'), (468, 103, '_menu', 'field_5a77fbb861d86'), (469, 104, '_wp_page_template', 'default'), (470, 104, 'color', 'darkblue'), (471, 104, '_color', 'field_5a77fba661d85'), (472, 104, 'menu', '6'), (473, 104, '_menu', 'field_5a77fbb861d86'), (474, 104, '_thumbnail_id', '105'), (476, 104, '_dp_original', '102') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (477, 104, '_edit_lock', '1518085123:2'), (478, 105, '_wp_attached_file', '2018/02/GENEIUS-Facebook-Cover1.png'), (479, 105, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:555;s:4:"file";s:35:"2018/02/GENEIUS-Facebook-Cover1.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"GENEIUS-Facebook-Cover1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:35:"GENEIUS-Facebook-Cover1-300x111.png";s:5:"width";i:300;s:6:"height";i:111;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:35:"GENEIUS-Facebook-Cover1-768x284.png";s:5:"width";i:768;s:6:"height";i:284;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:36:"GENEIUS-Facebook-Cover1-1024x379.png";s:5:"width";i:1024;s:6:"height";i:379;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (480, 104, '_edit_last', '1'), (481, 106, 'color', 'darkblue'), (482, 106, '_color', 'field_5a77fba661d85'), (483, 106, 'menu', '6'), (484, 106, '_menu', 'field_5a77fbb861d86'), (485, 107, '_menu_item_type', 'post_type'), (486, 107, '_menu_item_menu_item_parent', '110'), (487, 107, '_menu_item_object_id', '2'), (488, 107, '_menu_item_object', 'page'), (489, 107, '_menu_item_target', ''), (490, 107, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (491, 107, '_menu_item_xfn', ''), (492, 107, '_menu_item_url', ''), (494, 108, '_menu_item_type', 'post_type'), (495, 108, '_menu_item_menu_item_parent', '0'), (496, 108, '_menu_item_object_id', '28'), (497, 108, '_menu_item_object', 'page'), (498, 108, '_menu_item_target', ''), (499, 108, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (500, 108, '_menu_item_xfn', ''), (501, 108, '_menu_item_url', ''), (502, 108, '_menu_item_orphaned', '1517815560'), (503, 109, '_menu_item_type', 'custom'), (504, 109, '_menu_item_menu_item_parent', '0'), (505, 109, '_menu_item_object_id', '109'), (506, 109, '_menu_item_object', 'custom'), (507, 109, '_menu_item_target', ''), (508, 109, '_menu_item_classes', 'a:1:{i:0;s:6:"purple";}'), (509, 109, '_menu_item_xfn', ''), (510, 109, '_menu_item_url', '#'), (512, 110, '_menu_item_type', 'custom'), (513, 110, '_menu_item_menu_item_parent', '0'), (514, 110, '_menu_item_object_id', '110'), (515, 110, '_menu_item_object', 'custom'), (516, 110, '_menu_item_target', ''), (517, 110, '_menu_item_classes', 'a:1:{i:0;s:3:"red";}'), (518, 110, '_menu_item_xfn', ''), (519, 110, '_menu_item_url', '#'), (521, 111, '_menu_item_type', 'custom'), (522, 111, '_menu_item_menu_item_parent', '0'), (523, 111, '_menu_item_object_id', '111'), (524, 111, '_menu_item_object', 'custom'), (525, 111, '_menu_item_target', ''), (526, 111, '_menu_item_classes', 'a:1:{i:0;s:4:"blue";}'), (527, 111, '_menu_item_xfn', ''), (528, 111, '_menu_item_url', '#'), (530, 112, '_menu_item_type', 'custom'), (531, 112, '_menu_item_menu_item_parent', '0'), (532, 112, '_menu_item_object_id', '112'), (533, 112, '_menu_item_object', 'custom'), (534, 112, '_menu_item_target', ''), (535, 112, '_menu_item_classes', 'a:1:{i:0;s:5:"brown";}'), (536, 112, '_menu_item_xfn', ''), (537, 112, '_menu_item_url', '#'), (539, 113, '_menu_item_type', 'custom'), (540, 113, '_menu_item_menu_item_parent', '0'), (541, 113, '_menu_item_object_id', '113'), (542, 113, '_menu_item_object', 'custom'), (543, 113, '_menu_item_target', ''), (544, 113, '_menu_item_classes', 'a:1:{i:0;s:8:"darkblue";}'), (545, 113, '_menu_item_xfn', ''), (546, 113, '_menu_item_url', '#'), (548, 114, '_thumbnail_id', '87'), (549, 114, '_wp_page_template', 'default'), (550, 114, 'color', 'brown'), (551, 114, '_color', 'field_5a77fba661d85'), (552, 114, 'menu', '5'), (553, 114, '_menu', 'field_5a77fbb861d86'), (554, 114, '_dp_original', '86'), (555, 114, '_edit_lock', '1518079062:2'), (556, 114, '_edit_last', '1'), (557, 115, 'color', 'brown'), (558, 115, '_color', 'field_5a77fba661d85'), (559, 115, 'menu', '5'), (560, 115, '_menu', 'field_5a77fbb861d86'), (561, 116, '_menu_item_type', 'post_type'), (562, 116, '_menu_item_menu_item_parent', '0'), (563, 116, '_menu_item_object_id', '114'), (564, 116, '_menu_item_object', 'page'), (565, 116, '_menu_item_target', ''), (566, 116, '_menu_item_classes', 'a:1:{i:0;s:13:"bluepermanent";}'), (567, 116, '_menu_item_xfn', ''), (568, 116, '_menu_item_url', ''), (570, 117, '_edit_last', '1'), (571, 117, '_edit_lock', '1518672190:1'), (572, 117, '_wp_page_template', 'default'), (573, 117, 'color', ''), (574, 117, '_color', 'field_5a77fba661d85'), (575, 117, 'menu', '6'), (576, 117, '_menu', 'field_5a77fbb861d86'), (577, 118, 'color', ''), (578, 118, '_color', 'field_5a77fba661d85'), (579, 118, 'menu', '6'), (580, 118, '_menu', 'field_5a77fbb861d86'), (581, 121, '_edit_last', '1'), (582, 121, '_edit_lock', '1518021800:2'), (583, 122, '_wp_attached_file', '2018/01/Busbreakie.png') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (584, 122, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:908;s:6:"height";i:278;s:4:"file";s:22:"2018/01/Busbreakie.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"Busbreakie-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:21:"Busbreakie-300x92.png";s:5:"width";i:300;s:6:"height";i:92;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:22:"Busbreakie-768x235.png";s:5:"width";i:768;s:6:"height";i:235;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (585, 121, '_thumbnail_id', '122'), (586, 123, '_edit_last', '1'), (587, 123, '_edit_lock', '1518032589:2'), (588, 124, '_wp_attached_file', '2018/02/Screen_Shot_2018-01-10_at_16.08.14.png'), (589, 124, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:565;s:4:"file";s:46:"2018/02/Screen_Shot_2018-01-10_at_16.08.14.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"Screen_Shot_2018-01-10_at_16.08.14-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:46:"Screen_Shot_2018-01-10_at_16.08.14-300x132.png";s:5:"width";i:300;s:6:"height";i:132;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:46:"Screen_Shot_2018-01-10_at_16.08.14-768x339.png";s:5:"width";i:768;s:6:"height";i:339;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:47:"Screen_Shot_2018-01-10_at_16.08.14-1024x452.png";s:5:"width";i:1024;s:6:"height";i:452;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (590, 123, '_thumbnail_id', '124'), (591, 126, '_edit_lock', '1518001758:2'), (592, 126, '_edit_last', '2'), (593, 29, '_wp_attachment_image_alt', 'subpic-3'), (594, 126, '_thumbnail_id', '29'), (595, 126, '_wp_page_template', 'default'), (596, 126, 'color', 'purple'), (597, 126, '_color', 'field_5a77fba661d85'), (598, 126, 'menu', '3'), (599, 126, '_menu', 'field_5a77fbb861d86'), (600, 127, 'color', 'purple'), (601, 127, '_color', 'field_5a77fba661d85'), (602, 127, 'menu', '3'), (603, 127, '_menu', 'field_5a77fbb861d86'), (604, 128, '_edit_lock', '1518007503:2'), (605, 128, '_edit_last', '2'), (606, 128, '_thumbnail_id', '29'), (607, 128, '_wp_page_template', 'default'), (608, 128, 'color', 'purple'), (609, 128, '_color', 'field_5a77fba661d85'), (610, 128, 'menu', '3'), (611, 128, '_menu', 'field_5a77fbb861d86'), (612, 129, 'color', 'purple'), (613, 129, '_color', 'field_5a77fba661d85'), (614, 129, 'menu', '3'), (615, 129, '_menu', 'field_5a77fbb861d86'), (616, 130, '_menu_item_type', 'post_type'), (617, 130, '_menu_item_menu_item_parent', '0'), (618, 130, '_menu_item_object_id', '128'), (619, 130, '_menu_item_object', 'page'), (620, 130, '_menu_item_target', ''), (621, 130, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (622, 130, '_menu_item_xfn', ''), (623, 130, '_menu_item_url', ''), (625, 131, '_edit_lock', '1518007996:2'), (626, 131, '_edit_last', '2'), (627, 131, '_thumbnail_id', '29'), (628, 131, '_wp_page_template', 'default'), (629, 131, 'color', 'purple'), (630, 131, '_color', 'field_5a77fba661d85'), (631, 131, 'menu', '3'), (632, 131, '_menu', 'field_5a77fbb861d86'), (633, 132, 'color', 'purple'), (634, 132, '_color', 'field_5a77fba661d85'), (635, 132, 'menu', '3'), (636, 132, '_menu', 'field_5a77fbb861d86'), (637, 133, '_menu_item_type', 'post_type'), (638, 133, '_menu_item_menu_item_parent', '0'), (639, 133, '_menu_item_object_id', '131'), (640, 133, '_menu_item_object', 'page'), (641, 133, '_menu_item_target', ''), (642, 133, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (643, 133, '_menu_item_xfn', ''), (644, 133, '_menu_item_url', ''), (646, 134, '_edit_lock', '1518018944:2'), (647, 134, '_edit_last', '2'), (648, 134, '_thumbnail_id', '29'), (649, 134, '_wp_page_template', 'default'), (650, 134, 'color', 'purple'), (651, 134, '_color', 'field_5a77fba661d85'), (652, 134, 'menu', '3'), (653, 134, '_menu', 'field_5a77fbb861d86'), (654, 135, 'color', 'purple'), (655, 135, '_color', 'field_5a77fba661d85'), (656, 135, 'menu', '3'), (657, 135, '_menu', 'field_5a77fbb861d86'), (658, 136, 'color', 'purple'), (659, 136, '_color', 'field_5a77fba661d85'), (660, 136, 'menu', '3'), (661, 136, '_menu', 'field_5a77fbb861d86'), (662, 137, '_menu_item_type', 'post_type'), (663, 137, '_menu_item_menu_item_parent', '0'), (664, 137, '_menu_item_object_id', '134'), (665, 137, '_menu_item_object', 'page'), (666, 137, '_menu_item_target', ''), (667, 137, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (668, 137, '_menu_item_xfn', ''), (669, 137, '_menu_item_url', ''), (671, 138, '_edit_lock', '1518010121:2'), (672, 138, '_edit_last', '2'), (673, 8, '_wp_attachment_image_alt', 'subpic-2'), (674, 138, '_thumbnail_id', '8'), (675, 138, '_wp_page_template', 'default'), (676, 138, 'color', 'red'), (677, 138, '_color', 'field_5a77fba661d85'), (678, 138, 'menu', '2'), (679, 138, '_menu', 'field_5a77fbb861d86'), (680, 139, 'color', 'red'), (681, 139, '_color', 'field_5a77fba661d85'), (682, 139, 'menu', '2'), (683, 139, '_menu', 'field_5a77fbb861d86'), (684, 138, '_wp_trash_meta_status', 'publish'), (685, 138, '_wp_trash_meta_time', '1518010282'), (686, 138, '_wp_desired_post_slug', 'overview-of-ashkenazi-disorders-2') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (687, 140, 'color', 'purple'), (688, 140, '_color', 'field_5a77fba661d85'), (689, 140, 'menu', '3'), (690, 140, '_menu', 'field_5a77fbb861d86'), (691, 17, 'color', 'red'), (692, 17, '_color', 'field_5a77fba661d85'), (693, 17, 'menu', '2'), (694, 17, '_menu', 'field_5a77fbb861d86'), (695, 141, 'color', 'purple'), (696, 141, '_color', 'field_5a77fba661d85'), (697, 141, 'menu', '3'), (698, 141, '_menu', 'field_5a77fbb861d86'), (699, 142, 'color', 'red'), (700, 142, '_color', 'field_5a77fba661d85'), (701, 142, 'menu', '3'), (702, 142, '_menu', 'field_5a77fbb861d86'), (703, 143, 'color', 'red'), (704, 143, '_color', 'field_5a77fba661d85'), (705, 143, 'menu', '2'), (706, 143, '_menu', 'field_5a77fbb861d86'), (707, 144, '_edit_lock', '1518085641:2'), (708, 144, '_edit_last', '2'), (709, 74, '_wp_attachment_image_alt', 'banner_option3'), (710, 144, '_thumbnail_id', '74'), (711, 144, '_wp_page_template', 'default'), (712, 144, 'color', 'blue'), (713, 144, '_color', 'field_5a77fba661d85'), (714, 144, 'menu', '4'), (715, 144, '_menu', 'field_5a77fbb861d86'), (716, 145, 'color', 'blue'), (717, 145, '_color', 'field_5a77fba661d85'), (718, 145, 'menu', '4'), (719, 145, '_menu', 'field_5a77fbb861d86'), (720, 146, '_edit_lock', '1518086518:2'), (721, 146, '_edit_last', '2'), (722, 146, '_thumbnail_id', '74'), (723, 146, '_wp_page_template', 'default'), (724, 146, 'color', 'blue'), (725, 146, '_color', 'field_5a77fba661d85'), (726, 146, 'menu', '4'), (727, 146, '_menu', 'field_5a77fbb861d86'), (728, 147, 'color', 'blue'), (729, 147, '_color', 'field_5a77fba661d85'), (730, 147, 'menu', '4'), (731, 147, '_menu', 'field_5a77fbb861d86'), (732, 148, '_edit_lock', '1518079021:2'), (733, 148, '_edit_last', '2'), (734, 87, '_wp_attachment_image_alt', 'subpic-5'), (735, 148, '_thumbnail_id', '87'), (736, 148, '_wp_page_template', 'default'), (737, 148, 'color', 'brown'), (738, 148, '_color', 'field_5a77fba661d85'), (739, 148, 'menu', '5'), (740, 148, '_menu', 'field_5a77fbb861d86'), (741, 149, 'color', 'brown'), (742, 149, '_color', 'field_5a77fba661d85'), (743, 149, 'menu', '5'), (744, 149, '_menu', 'field_5a77fbb861d86'), (745, 150, '_edit_lock', '1518085163:2'), (746, 150, '_edit_last', '2'), (747, 98, '_wp_attachment_image_alt', 'banner_option4'), (748, 150, '_thumbnail_id', '98'), (749, 150, '_wp_page_template', 'default'), (750, 150, 'color', 'darkblue'), (751, 150, '_color', 'field_5a77fba661d85'), (752, 150, 'menu', '6'), (753, 150, '_menu', 'field_5a77fbb861d86'), (754, 151, 'color', 'darkblue'), (755, 151, '_color', 'field_5a77fba661d85'), (756, 151, 'menu', '6'), (757, 151, '_menu', 'field_5a77fbb861d86'), (758, 152, '_edit_lock', '1518022878:1'), (759, 152, '_edit_last', '2'), (760, 152, '_thumbnail_id', '98'), (761, 152, '_wp_page_template', 'default'), (762, 152, 'color', 'darkblue'), (763, 152, '_color', 'field_5a77fba661d85'), (764, 152, 'menu', '6'), (765, 152, '_menu', 'field_5a77fbb861d86'), (766, 153, 'color', 'darkblue'), (767, 153, '_color', 'field_5a77fba661d85'), (768, 153, 'menu', '6'), (769, 153, '_menu', 'field_5a77fbb861d86'), (770, 154, '_edit_lock', '1518085210:2'), (771, 154, '_edit_last', '2'), (772, 154, '_thumbnail_id', '98'), (773, 154, '_wp_page_template', 'default'), (774, 154, 'color', 'darkblue'), (775, 154, '_color', 'field_5a77fba661d85'), (776, 154, 'menu', '6'), (777, 154, '_menu', 'field_5a77fbb861d86'), (778, 155, 'color', 'darkblue'), (779, 155, '_color', 'field_5a77fba661d85'), (780, 155, 'menu', '6'), (781, 155, '_menu', 'field_5a77fbb861d86'), (782, 156, '_edit_lock', '1518672220:1'), (783, 156, '_edit_last', '2'), (784, 157, '_wp_attached_file', '2018/02/BUsBreakfast123.png'), (785, 157, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2020;s:6:"height";i:614;s:4:"file";s:27:"2018/02/BUsBreakfast123.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"BUsBreakfast123-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:26:"BUsBreakfast123-300x91.png";s:5:"width";i:300;s:6:"height";i:91;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:27:"BUsBreakfast123-768x233.png";s:5:"width";i:768;s:6:"height";i:233;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:28:"BUsBreakfast123-1024x311.png";s:5:"width";i:1024;s:6:"height";i:311;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (786, 157, '_wp_attachment_image_alt', 'BUsBreakfast123') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (787, 156, '_thumbnail_id', '157'), (788, 156, '_wp_page_template', 'default'), (789, 156, 'color', 'darkblue'), (790, 156, '_color', 'field_5a77fba661d85'), (791, 156, 'menu', '6'), (792, 156, '_menu', 'field_5a77fbb861d86'), (793, 158, 'color', 'darkblue'), (794, 158, '_color', 'field_5a77fba661d85'), (795, 158, 'menu', '6'), (796, 158, '_menu', 'field_5a77fbb861d86'), (797, 159, '_edit_lock', '1518022249:2'), (798, 159, '_edit_last', '2'), (799, 160, '_wp_attached_file', '2018/02/subpic-6.jpg'), (800, 160, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:920;s:6:"height";i:200;s:4:"file";s:20:"2018/02/subpic-6.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"subpic-6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"subpic-6-300x65.jpg";s:5:"width";i:300;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"subpic-6-768x167.jpg";s:5:"width";i:768;s:6:"height";i:167;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (801, 160, '_wp_attachment_image_alt', 'subpic-6'), (802, 159, '_thumbnail_id', '160'), (803, 159, '_wp_page_template', 'default'), (804, 159, 'color', 'darkblue'), (805, 159, '_color', 'field_5a77fba661d85'), (806, 159, 'menu', '6'), (807, 159, '_menu', 'field_5a77fbb861d86'), (808, 161, 'color', 'darkblue'), (809, 161, '_color', 'field_5a77fba661d85'), (810, 161, 'menu', '6'), (811, 161, '_menu', 'field_5a77fbb861d86'), (812, 159, '_wp_trash_meta_status', 'publish'), (813, 159, '_wp_trash_meta_time', '1518022516'), (814, 159, '_wp_desired_post_slug', 'news-events'), (815, 162, '_edit_lock', '1518032601:2'), (816, 162, '_edit_last', '2'), (817, 163, '_wp_attached_file', '2018/02/GYJKS1.png'), (818, 163, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:545;s:4:"file";s:18:"2018/02/GYJKS1.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"GYJKS1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"GYJKS1-300x128.png";s:5:"width";i:300;s:6:"height";i:128;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:18:"GYJKS1-768x327.png";s:5:"width";i:768;s:6:"height";i:327;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:19:"GYJKS1-1024x436.png";s:5:"width";i:1024;s:6:"height";i:436;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (819, 163, '_wp_attachment_image_alt', 'GYJKS1'), (820, 162, '_thumbnail_id', '163'), (821, 164, '_edit_lock', '1518032723:2'), (822, 165, '_wp_attached_file', '2018/02/JCblogmontage_2.jpg'), (823, 165, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:474;s:4:"file";s:27:"2018/02/JCblogmontage_2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"JCblogmontage_2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"JCblogmontage_2-300x111.jpg";s:5:"width";i:300;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"JCblogmontage_2-768x284.jpg";s:5:"width";i:768;s:6:"height";i:284;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"JCblogmontage_2-1024x379.jpg";s:5:"width";i:1024;s:6:"height";i:379;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (824, 165, '_wp_attachment_image_alt', 'JCblogmontage_2'), (825, 164, '_edit_last', '2'), (826, 164, '_thumbnail_id', '165'), (827, 166, '_edit_lock', '1518033000:2'), (828, 167, '_wp_attached_file', '2018/02/CS17_v2.jpeg'), (829, 167, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:20:"2018/02/CS17_v2.jpeg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"CS17_v2-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"CS17_v2-300x169.jpeg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"CS17_v2-768x432.jpeg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"CS17_v2-1024x576.jpeg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"2.2";s:6:"credit";s:0:"";s:6:"camera";s:8:"SM-G900F";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1499891583";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"4.8";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:16:"0.03030303030303";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'), (830, 167, '_wp_attachment_image_alt', 'CS17_v2'), (831, 166, '_edit_last', '2'), (832, 166, '_thumbnail_id', '167'), (833, 168, '_edit_lock', '1518033126:2'), (834, 168, '_edit_last', '2'), (835, 169, '_wp_attached_file', '2018/02/IMG_8154.jpg'), (836, 169, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:20:"2018/02/IMG_8154.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_8154-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_8154-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_8154-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_8154-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'), (837, 169, '_wp_attachment_image_alt', 'IMG_8154'), (838, 168, '_thumbnail_id', '169'), (839, 170, '_menu_item_type', 'post_type'), (840, 170, '_menu_item_menu_item_parent', '0'), (841, 170, '_menu_item_object_id', '144'), (842, 170, '_menu_item_object', 'page'), (843, 170, '_menu_item_target', ''), (844, 170, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (845, 170, '_menu_item_xfn', ''), (846, 170, '_menu_item_url', ''), (848, 171, '_menu_item_type', 'post_type'), (849, 171, '_menu_item_menu_item_parent', '0'), (850, 171, '_menu_item_object_id', '146'), (851, 171, '_menu_item_object', 'page'), (852, 171, '_menu_item_target', ''), (853, 171, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (854, 171, '_menu_item_xfn', ''), (855, 171, '_menu_item_url', ''), (857, 172, '_edit_lock', '1518078135:2'), (858, 172, '_edit_last', '2'), (859, 172, '_thumbnail_id', '74'), (860, 172, '_wp_page_template', 'default'), (861, 172, 'color', 'blue'), (862, 172, '_color', 'field_5a77fba661d85'), (863, 172, 'menu', '4'), (864, 172, '_menu', 'field_5a77fbb861d86'), (865, 173, 'color', 'blue'), (866, 173, '_color', 'field_5a77fba661d85'), (867, 173, 'menu', '4'), (868, 173, '_menu', 'field_5a77fbb861d86'), (869, 174, '_menu_item_type', 'post_type'), (870, 174, '_menu_item_menu_item_parent', '89'), (871, 174, '_menu_item_object_id', '172'), (872, 174, '_menu_item_object', 'page'), (873, 174, '_menu_item_target', ''), (874, 174, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (875, 174, '_menu_item_xfn', ''), (876, 174, '_menu_item_url', ''), (878, 175, '_edit_lock', '1518078594:2'), (879, 175, '_edit_last', '2'), (880, 175, '_thumbnail_id', '74'), (881, 175, '_wp_page_template', 'default'), (882, 175, 'color', 'blue'), (883, 175, '_color', 'field_5a77fba661d85'), (884, 175, 'menu', '4'), (885, 175, '_menu', 'field_5a77fbb861d86'), (886, 176, 'color', 'blue'), (887, 176, '_color', 'field_5a77fba661d85'), (888, 176, 'menu', '4'), (889, 176, '_menu', 'field_5a77fbb861d86') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (890, 177, '_menu_item_type', 'post_type'), (891, 177, '_menu_item_menu_item_parent', '89'), (892, 177, '_menu_item_object_id', '175'), (893, 177, '_menu_item_object', 'page'), (894, 177, '_menu_item_target', ''), (895, 177, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (896, 177, '_menu_item_xfn', ''), (897, 177, '_menu_item_url', ''), (899, 178, '_edit_lock', '1518078773:2'), (900, 178, '_edit_last', '2'), (901, 178, '_thumbnail_id', '74'), (902, 178, '_wp_page_template', 'default'), (903, 178, 'color', 'blue'), (904, 178, '_color', 'field_5a77fba661d85'), (905, 178, 'menu', '4'), (906, 178, '_menu', 'field_5a77fbb861d86'), (907, 179, 'color', 'blue'), (908, 179, '_color', 'field_5a77fba661d85'), (909, 179, 'menu', '4'), (910, 179, '_menu', 'field_5a77fbb861d86'), (911, 180, '_menu_item_type', 'post_type'), (912, 180, '_menu_item_menu_item_parent', '89'), (913, 180, '_menu_item_object_id', '178'), (914, 180, '_menu_item_object', 'page'), (915, 180, '_menu_item_target', ''), (916, 180, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (917, 180, '_menu_item_xfn', ''), (918, 180, '_menu_item_url', ''), (920, 181, '_menu_item_type', 'post_type'), (921, 181, '_menu_item_menu_item_parent', '0'), (922, 181, '_menu_item_object_id', '94'), (923, 181, '_menu_item_object', 'page'), (924, 181, '_menu_item_target', ''), (925, 181, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (926, 181, '_menu_item_xfn', ''), (927, 181, '_menu_item_url', ''), (929, 182, '_menu_item_type', 'post_type'), (930, 182, '_menu_item_menu_item_parent', '0'), (931, 182, '_menu_item_object_id', '148'), (932, 182, '_menu_item_object', 'page'), (933, 182, '_menu_item_target', ''), (934, 182, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (935, 182, '_menu_item_xfn', ''), (936, 182, '_menu_item_url', ''), (938, 183, '_menu_item_type', 'post_type'), (939, 183, '_menu_item_menu_item_parent', '0'), (940, 183, '_menu_item_object_id', '114'), (941, 183, '_menu_item_object', 'page'), (942, 183, '_menu_item_target', ''), (943, 183, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (944, 183, '_menu_item_xfn', ''), (945, 183, '_menu_item_url', ''), (947, 184, '_menu_item_type', 'post_type'), (948, 184, '_menu_item_menu_item_parent', '0'), (949, 184, '_menu_item_object_id', '102'), (950, 184, '_menu_item_object', 'page'), (951, 184, '_menu_item_target', ''), (952, 184, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (953, 184, '_menu_item_xfn', ''), (954, 184, '_menu_item_url', ''), (956, 185, '_menu_item_type', 'post_type'), (957, 185, '_menu_item_menu_item_parent', '0'), (958, 185, '_menu_item_object_id', '104'), (959, 185, '_menu_item_object', 'page'), (960, 185, '_menu_item_target', ''), (961, 185, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (962, 185, '_menu_item_xfn', ''), (963, 185, '_menu_item_url', ''), (965, 186, '_menu_item_type', 'post_type'), (966, 186, '_menu_item_menu_item_parent', '0'), (967, 186, '_menu_item_object_id', '150'), (968, 186, '_menu_item_object', 'page'), (969, 186, '_menu_item_target', ''), (970, 186, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (971, 186, '_menu_item_xfn', ''), (972, 186, '_menu_item_url', ''), (974, 187, '_menu_item_type', 'post_type'), (975, 187, '_menu_item_menu_item_parent', '0'), (976, 187, '_menu_item_object_id', '152'), (977, 187, '_menu_item_object', 'page'), (978, 187, '_menu_item_target', ''), (979, 187, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (980, 187, '_menu_item_xfn', ''), (981, 187, '_menu_item_url', ''), (983, 188, '_menu_item_type', 'post_type'), (984, 188, '_menu_item_menu_item_parent', '0'), (985, 188, '_menu_item_object_id', '154'), (986, 188, '_menu_item_object', 'page'), (987, 188, '_menu_item_target', ''), (988, 188, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (989, 188, '_menu_item_xfn', ''), (990, 188, '_menu_item_url', ''), (992, 189, '_menu_item_type', 'post_type'), (993, 189, '_menu_item_menu_item_parent', '0'), (994, 189, '_menu_item_object_id', '156'), (995, 189, '_menu_item_object', 'page'), (996, 189, '_menu_item_target', ''), (997, 189, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (998, 189, '_menu_item_xfn', ''), (999, 189, '_menu_item_url', '') ; INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1001, 190, '_wp_trash_meta_status', 'publish'), (1002, 190, '_wp_trash_meta_time', '1518086517'), (1003, 192, '_wp_attached_file', '2018/02/genius-logo.png'), (1004, 192, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1700;s:6:"height";i:1100;s:4:"file";s:23:"2018/02/genius-logo.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"genius-logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:23:"genius-logo-300x194.png";s:5:"width";i:300;s:6:"height";i:194;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"genius-logo-768x497.png";s:5:"width";i:768;s:6:"height";i:497;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:24:"genius-logo-1024x663.png";s:5:"width";i:1024;s:6:"height";i:663;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1005, 193, '_wp_attached_file', '2018/02/section-bg-2.jpg'), (1006, 193, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1339;s:4:"file";s:24:"2018/02/section-bg-2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"section-bg-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"section-bg-2-300x209.jpg";s:5:"width";i:300;s:6:"height";i:209;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"section-bg-2-768x536.jpg";s:5:"width";i:768;s:6:"height";i:536;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"section-bg-2-1024x714.jpg";s:5:"width";i:1024;s:6:"height";i:714;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1007, 117, 'row_2_row_2_left', 'Jnetics is a registered charity dedicated to improving the prevention, diagnosis and management of Jewish genetic disorders in the UK.\r\n\r\nWe focus on genetic conditions that, though not exclusively Jewish, are of particular relevance to people of Jewish ancestry.'), (1008, 117, '_row_2_row_2_left', 'field_5a783b4bad28a'), (1009, 117, 'row_2_row_2_right', 'Our core activities include awareness-raising, signposting to the best available information, services and support and improving access to responsible testing.'), (1010, 117, '_row_2_row_2_right', 'field_5a783b5aad28b'), (1011, 117, 'row_2', ''), (1012, 117, '_row_2', 'field_5a783a9ead283'), (1013, 117, 'row_3_col_1', '
Learn more about the\r\ndifferent conditions.
\r\n\r\nFind out about community screening\r\nand other testing options available.
\r\n\r\nMake a donation\r\nto support our work.
\r\n\r\nLearn more about BRCA-associated\r\nand other hereditary cancers.
\r\n\r\nInformation about Jewish Genetic Disorders for Healthcare Professionals.
\r\n \r\n\r\nFind out about community screening
and other testing options available.
Learn more about BRCA-associated
and other hereditary cancers.
Information about Jewish Genetic Disorders for Healthcare Professionals.
\r\n\r\n\r\nLearn more about the\r\ndifferent conditions.
\r\n\r\nFind out about community screening\r\nand other testing options available.
\r\n\r\nMake a donation\r\nto support our work.
\r\n\r\nLearn more about BRCA-associated\r\nand other hereditary cancers.
\r\n\r\nInformation about Jewish Genetic Disorders for Healthcare Professionals.
\r\n \r\n\r\nLearn more about the\r\ndifferent conditions.
\r\n\r\nFind out about community screening\r\nand other testing options available.
\r\n\r\nMake a donation\r\nto support our work.
\r\n\r\nLearn more about BRCA-associated\r\nand other hereditary cancers.
\r\n\r\nInformation about Jewish Genetic Disorders for Healthcare Professionals.
\r\n \r\n\r\nLearn more about the\r\ndifferent conditions.
\r\n\r\nFind out about community screening\r\nand other testing options available.
\r\n\r\nMake a donation\r\nto support our work.
\r\n\r\nLearn more about BRCA-associated\r\nand other hereditary cancers.
\r\n\r\nInformation about Jewish Genetic Disorders for Healthcare Professionals.
\r\n \r\n\r\nLearn more about the\r\ndifferent conditions.
\r\n\r\nFind out about community screening\r\nand other testing options available.
\r\n\r\nMake a donation\r\nto support our work.
\r\n\r\nLearn more about BRCA-associated\r\nand other hereditary cancers.
\r\n\r\nInformation about Jewish Genetic Disorders for Healthcare Professionals.
\r\n \r\n\r\nLearn more about the\r\ndifferent conditions.
\r\n\r\nFind out about community screening\r\nand other testing options available.
\r\n\r\nMake a donation\r\nto support our work.
\r\n\r\nLearn more about BRCA-associated\r\nand other hereditary cancers.
\r\n\r\nInformation about Jewish Genetic Disorders for Healthcare Professionals.
\r\n \r\n\r\nA genetic disorder is a condition that is caused by an abnormality in an individual’s DNA. Lots of different disorders are now known to be caused by this, and more are being described all the time.
\r\n\r\nThese are genetic disorders which are more common in people who have Jewish ancestry than in the general population. This does not mean that only Jewish people are affected, but it does mean that people who are Jewish, or are of Jewish descent, have an increased risk of having one of these conditions.
\r\n\r\nMany years ago, Jewish communities were small and isolated, with members tending to marry within their communities. A small number of people over many, many generations can pass on a DNA abnormality within an ethnic community, even when that community is no longer small and isolated. For this reason, most ethnic groups have genetic disorders which are more common in that population than in the rest of the world.
\r\n\r\nThe answer is changing all the time as new discoveries are made. At the moment, scientists and doctors have studied and identified in detail over 30 conditions which are particularly relevant to people who have Jewish ancestry. Some particularly affect those of Sephardi ancestry and some particularly affect those of Ashkenazi ancestry.
\r\n\r\nJewish people can usually trace their origins back to either Ashkenazi or Sephardi roots, or to both. Ashkenazi Jews are at risk from a different group of genetic disorders than those affecting Sephardi Jews.
\r\n\r\nSephardi disorders also tend to be specific to community of birth and do not affect all Sephardi Jews to the same extent. This means that disorders that are more common among Sephardi Jews from one region e.g. Tunisia tend to differ from those that are more common among Sephardi Jews from other areas e.g. Syria and Morocco.
\r\n\r\nMost Jewish genetic disorders are inherited in a recessive way. This means that both parents need to be a ‘carrier’ of the same condition in order for there to be an increased chance of their children being affected.
\r\n\r\nWith recessive genetic disorders, ‘carriers’ are not themselves affected by the condition. As such, affected children can often be born to families that have no other known cases of the genetic condition among their relatives.
\r\n\r\nA few of the disorders are inherited in a dominant way. This means that only one parent needs to be a ‘carrier’ of a disorder in order for there to be an increased chance of their child being affected. With dominant conditions, the parent ‘carrier’ may or may not be themselves affected by the condition.
\r\n\r\nFor a more complete explanation about inheritance see introduction to genetics.
\r\n\r\nThe majority of these conditions are rare. It is not uncommon, however, for people to be a ‘carrier’ for one or more disorders.
\r\n\r\nIt is estimated that everyone of Ashkenazi Jewish ancestry has a 1 in 5 chance of carrying at least one of the main Jewish genetic disorders.
\r\n\r\n\r\n\r\n', 'Introduction To Jewish Genetic Disorders', '', 'publish', 'closed', 'open', '', 'jewish_genetic_disorders', '', '', '2018-02-07 17:01:56', '2018-02-07 17:01:56', '', 0, 'http://mlajnetics.local//?page_id=2', 0, 'page', '', 0), (3, 0, '2018-02-04 15:55:54', '2018-02-04 15:55:54', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2018-02-04 15:55:54', '2018-02-04 15:55:54', '', 1, 'http://mlajnetics.local//?p=3', 0, 'revision', '', 0), (5, 1, '2018-02-05 05:55:20', '2018-02-05 05:55:20', '', 'jnetics-logo', '', 'inherit', 'open', 'closed', '', 'jnetics-logo', '', '', '2018-02-05 05:55:20', '2018-02-05 05:55:20', '', 0, 'http://mlajnetics.local//wp-content/uploads/2018/02/jnetics-logo.png', 0, 'attachment', 'image/png', 0), (6, 1, '2018-02-05 05:55:36', '2018-02-05 05:55:36', '{"blogdescription":{"value":"","type":"option","user_id":1,"date_modified_gmt":"2018-02-05 05:55:36"},"jnetics::custom_logo":{"value":5,"type":"theme_mod","user_id":1,"date_modified_gmt":"2018-02-05 05:55:36"}}', '', '', 'trash', 'closed', 'closed', '', 'c6f40659-8def-4283-86bf-06cf9401f43a', '', '', '2018-02-05 05:55:36', '2018-02-05 05:55:36', '', 0, 'http://mlajnetics.local//?p=6', 0, 'customize_changeset', '', 0), (7, 1, '2018-02-05 06:02:21', '2018-02-05 06:02:21', '
A genetic disorder is a condition that is caused by an abnormality in an individual’s DNA. Lots of different disorders are now known to be caused by this, and more are being described all the time.
\n\nThese are genetic disorders which are more common in people who have Jewish ancestry than in the general population. This does not mean that only Jewish people are affected, but it does mean that people who are Jewish, or are of Jewish descent, have an increased risk of having one of these conditions.
\n\nMany years ago, Jewish communities were small and isolated, with members tending to marry within their communities. A small number of people over many, many generations can pass on a DNA abnormality within an ethnic community, even when that community is no longer small and isolated. For this reason, most ethnic groups have genetic disorders which are more common in that population than in the rest of the world.
\n\nThe answer is changing all the time as new discoveries are made. At the moment, scientists and doctors have studied and identified in detail over 30 conditions which are particularly relevant to people who have Jewish ancestry. Some particularly affect those of Sephardi ancestry and some particularly affect those of Ashkenazi ancestry.
\n\nJewish people can usually trace their origins back to either Ashkenazi or Sephardi roots, or to both. Ashkenazi Jews are at risk from a different group of genetic disorders than those affecting Sephardi Jews.
\n\nSephardi disorders also tend to be specific to community of birth and do not affect all Sephardi Jews to the same extent. This means that disorders that are more common among Sephardi Jews from one region e.g. Tunisia tend to differ from those that are more common among Sephardi Jews from other areas e.g. Syria and Morocco.
\n\nMost Jewish genetic disorders are inherited in a recessive way. This means that both parents need to be a ‘carrier’ of the same condition in order for there to be an increased chance of their children being affected.
\n\nWith recessive genetic disorders, ‘carriers’ are not themselves affected by the condition. As such, affected children can often be born to families that have no other known cases of the genetic condition among their relatives.
\n\nA few of the disorders are inherited in a dominant way. This means that only one parent needs to be a ‘carrier’ of a disorder in order for there to be an increased chance of their child being affected. With dominant conditions, the parent ‘carrier’ may or may not be themselves affected by the condition.
\n\nFor a more complete explanation about inheritance see introduction to genetics.
\n\nThe majority of these conditions are rare. It is not uncommon, however, for people to be a ‘carrier’ for one or more disorders.
\n\nIt is estimated that everyone of Ashkenazi Jewish ancestry has a 1 in 5 chance of carrying at least one of the main Jewish genetic disorders.
\n\n\n\n', 'Introduction To Jewish Genetic Disorders', '', 'inherit', 'closed', 'closed', '', '2-autosave-v1', '', '', '2018-02-05 06:02:21', '2018-02-05 06:02:21', '', 2, 'http://mlajnetics.local//?p=7', 0, 'revision', '', 0), (8, 1, '2018-02-05 05:57:48', '2018-02-05 05:57:48', '', 'subpic-2', '', 'inherit', 'open', 'closed', '', 'subpic-2', '', '', '2018-02-07 13:23:49', '2018-02-07 13:23:49', '', 2, 'http://mlajnetics.local//wp-content/uploads/2018/02/subpic-2.jpg', 0, 'attachment', 'image/jpeg', 0), (9, 1, '2018-02-05 05:58:00', '2018-02-05 05:58:00', '<div class="col-md-9">\r\n\r\n<img src="http://www.jnetics.org//themes/site_themes/JGDnew/subpic-2.jpg" class="img-responsive" alt="image">\r\n\r\n<h2><br>\r\nIntroduction to Jewish Genetic Disorders</h2>\r\n\r\n<h3>What is a genetic disorder?</h3>\r\n\r\n<p>A genetic disorder is a condition that is caused by an abnormality in an individual’s <a href="http://www.jnetics.org/glossary#DNA">DNA</a>. Lots of different disorders are now known to be caused by this, and more are being described all the time. </p>\r\n\r\n<section id="jewish_genetic_disorders"></section><h3>What are Jewish genetic disorders?</h3>\r\n\r\n<p>These are genetic disorders which are more common in people who have Jewish ancestry than in the general population. This does <b>not</b> mean that only Jewish people are affected, but it does mean that people who are Jewish, or are of Jewish descent, have an increased risk of having one of these conditions.</p>\r\n\r\n<h3>Why are certain disorders more common among Jewish people?</h3>\r\n\r\n<p>Many years ago, Jewish communities were small and isolated, with members tending to marry within their communities. A small number of people over many, many generations can pass on a DNA abnormality within an ethnic community, even when that community is no longer small and isolated. For this reason, most ethnic groups have genetic disorders which are more common in that population than in the rest of the world. </p>\r\n\r\n<h3>How many Jewish genetic disorders are there?</h3>\r\n\r\n<p>The answer is changing all the time as new discoveries are made. At the moment, scientists and doctors have studied and identified in detail over 30 conditions which are particularly relevant to people who have Jewish ancestry. Some particularly affect those of <a href="http://www.jnetics.org/glossary#Sephardi_Jews">Sephardi ancestry</a> and some particularly affect those of <a href="http://www.jnetics.org/glossary#Ashkenazi_Jews">Ashkenazi ancestry</a>. </p>\r\n\r\n<h3>Do all Jewish people have the same likelihood of having these disorders?</h3>\r\n\r\n<p>Jewish people can usually trace their origins back to either Ashkenazi or Sephardi roots, or to both. Ashkenazi Jews are at risk from a different group of genetic disorders than those affecting Sephardi Jews. </p>\r\n\r\n<p>Sephardi disorders also tend to be specific to community of birth and do not affect all Sephardi Jews to the same extent. This means that disorders that are more common among Sephardi Jews from one region e.g. Tunisia tend to differ from those that are more common among Sephardi Jews from other areas e.g. Syria and Morocco. </p>\r\n\r\n<h3>How are these disorders inherited?</h3>\r\n\r\n<p>Most Jewish genetic disorders are inherited in a <a href="http://www.jnetics.org/jewish_genetic_disorders/introduction_to_genetics#recessive">recessive</a> way. This means that both parents need to be a ‘carrier’ of the same condition in order for there to be an increased chance of their children being affected. </p>\r\n\r\n<p>With recessive genetic disorders, ‘carriers’ are not themselves affected by the condition. As such, affected children can often be born to families that have no other known cases of the genetic condition among their relatives. </p>\r\n\r\n<p>A few of the disorders are inherited in a <a href="http://www.jnetics.org/jewish_genetic_disorders/introduction_to_genetics#dominant">dominant</a> way. This means that only one parent needs to be a ‘carrier’ of a disorder in order for there to be an increased chance of their child being affected. With dominant conditions, the parent ‘carrier’ may or may not be themselves affected by the condition.</p>\r\n\r\n<p>For a more complete explanation about inheritance see <a href="http://www.jnetics.org/jewish_genetic_disorders/introduction_to_genetics">introduction to genetics</a>.</p>\r\n\r\n<h3>How common are Jewish genetic disorders?</h3>\r\n\r\n<p>The majority of these conditions are rare. It is not uncommon, however, for people to be a <a href="http://www.jnetics.org/glossary#Carrier">‘carrier’</a> for one or more disorders. </p>\r\n\r\n<p><b class="colhigh">It is estimated that everyone of Ashkenazi Jewish ancestry has a 1 in 5 chance of carrying at least one of the main Jewish genetic disorders.</b></p>\r\n\r\n<p> </p>\r\n
A genetic disorder is a condition that is caused by an abnormality in an individual’s DNA. Lots of different disorders are now known to be caused by this, and more are being described all the time.
\r\n\r\nThese are genetic disorders which are more common in people who have Jewish ancestry than in the general population. This does not mean that only Jewish people are affected, but it does mean that people who are Jewish, or are of Jewish descent, have an increased risk of having one of these conditions.
\r\n\r\nMany years ago, Jewish communities were small and isolated, with members tending to marry within their communities. A small number of people over many, many generations can pass on a DNA abnormality within an ethnic community, even when that community is no longer small and isolated. For this reason, most ethnic groups have genetic disorders which are more common in that population than in the rest of the world.
\r\n\r\nThe answer is changing all the time as new discoveries are made. At the moment, scientists and doctors have studied and identified in detail over 30 conditions which are particularly relevant to people who have Jewish ancestry. Some particularly affect those of Sephardi ancestry and some particularly affect those of Ashkenazi ancestry.
\r\n\r\nJewish people can usually trace their origins back to either Ashkenazi or Sephardi roots, or to both. Ashkenazi Jews are at risk from a different group of genetic disorders than those affecting Sephardi Jews.
\r\n\r\nSephardi disorders also tend to be specific to community of birth and do not affect all Sephardi Jews to the same extent. This means that disorders that are more common among Sephardi Jews from one region e.g. Tunisia tend to differ from those that are more common among Sephardi Jews from other areas e.g. Syria and Morocco.
\r\n\r\nMost Jewish genetic disorders are inherited in a recessive way. This means that both parents need to be a ‘carrier’ of the same condition in order for there to be an increased chance of their children being affected.
\r\n\r\nWith recessive genetic disorders, ‘carriers’ are not themselves affected by the condition. As such, affected children can often be born to families that have no other known cases of the genetic condition among their relatives.
\r\n\r\nA few of the disorders are inherited in a dominant way. This means that only one parent needs to be a ‘carrier’ of a disorder in order for there to be an increased chance of their child being affected. With dominant conditions, the parent ‘carrier’ may or may not be themselves affected by the condition.
\r\n\r\nFor a more complete explanation about inheritance see introduction to genetics.
\r\n\r\nThe majority of these conditions are rare. It is not uncommon, however, for people to be a ‘carrier’ for one or more disorders.
\r\n\r\nIt is estimated that everyone of Ashkenazi Jewish ancestry has a 1 in 5 chance of carrying at least one of the main Jewish genetic disorders.
\r\n\r\n\r\n\r\n
A genetic disorder is a condition that is caused by an abnormality in an individual’s DNA. Lots of different disorders are now known to be caused by this, and more are being described all the time.
\r\n\r\nThese are genetic disorders which are more common in people who have Jewish ancestry than in the general population. This does not mean that only Jewish people are affected, but it does mean that people who are Jewish, or are of Jewish descent, have an increased risk of having one of these conditions.
\r\n\r\nMany years ago, Jewish communities were small and isolated, with members tending to marry within their communities. A small number of people over many, many generations can pass on a DNA abnormality within an ethnic community, even when that community is no longer small and isolated. For this reason, most ethnic groups have genetic disorders which are more common in that population than in the rest of the world.
\r\n\r\nThe answer is changing all the time as new discoveries are made. At the moment, scientists and doctors have studied and identified in detail over 30 conditions which are particularly relevant to people who have Jewish ancestry. Some particularly affect those of Sephardi ancestry and some particularly affect those of Ashkenazi ancestry.
\r\n\r\nJewish people can usually trace their origins back to either Ashkenazi or Sephardi roots, or to both. Ashkenazi Jews are at risk from a different group of genetic disorders than those affecting Sephardi Jews.
\r\n\r\nSephardi disorders also tend to be specific to community of birth and do not affect all Sephardi Jews to the same extent. This means that disorders that are more common among Sephardi Jews from one region e.g. Tunisia tend to differ from those that are more common among Sephardi Jews from other areas e.g. Syria and Morocco.
\r\n\r\nMost Jewish genetic disorders are inherited in a recessive way. This means that both parents need to be a ‘carrier’ of the same condition in order for there to be an increased chance of their children being affected.
\r\n\r\nWith recessive genetic disorders, ‘carriers’ are not themselves affected by the condition. As such, affected children can often be born to families that have no other known cases of the genetic condition among their relatives.
\r\n\r\nA few of the disorders are inherited in a dominant way. This means that only one parent needs to be a ‘carrier’ of a disorder in order for there to be an increased chance of their child being affected. With dominant conditions, the parent ‘carrier’ may or may not be themselves affected by the condition.
\r\n\r\nFor a more complete explanation about inheritance see introduction to genetics.
\r\n\r\nThe majority of these conditions are rare. It is not uncommon, however, for people to be a ‘carrier’ for one or more disorders.
\r\n\r\nIt is estimated that everyone of Ashkenazi Jewish ancestry has a 1 in 5 chance of carrying at least one of the main Jewish genetic disorders.
\r\n\r\n\r\n\r\n
We focus primarily on genetic conditions affecting people with Ashkenazi Jewish ancestry. These conditions fall into two categories: a) ‘Higher prevalence ‘Jewish genetic disorders and b) Disorders with higher prevalence ‘Jewish’ mutations.
\r\n\r\nThese are a very specific group of genetic conditions which are more common among people with Ashkenazi Jewish ancestry relative to the general population, and include:
\r\n\r\n\r\nBloom Syndrome\r\n | \r\n\r\nGaucher Disease (type 1)\r\n | \r\n
\r\nCanavan Disease \r\n | \r\n\r\nGlycogen Storage Disorder (type 1a)\r\n | \r\n
\r\nDYT1 Generalised Dystonia\r\n | \r\n\r\nMucolipidosis IV \r\n | \r\n
\r\nFactor XI Deficiency \r\n | \r\n\r\nNiemann-Pick Disease (type A)\r\n | \r\n
\r\nFamilial Dysautonomia \r\n | \r\n\r\n Non-classical Congenital Adrenal Hyperplasia \r\n | \r\n
\r\nFamilial Mediterranean Fever\r\n | \r\n\r\nTay Sachs Disease\r\n | \r\n
\r\nFanconi Anaemia (type C)\r\n | \r\n\r\n
We also focus on a group of conditions in which lots of different mutations can be behind the same disorder. The disorder itself is not more common among people of Ashkenazi Jewish ancestry, but a specific mutation or set of mutations are.
\r\n\r\nCystic Fibrosis | \r\nBreast and Ovarian Cancer (BRCA 1 & 2) | \r\n
\r\n\r\n
Cystic fibrosis may be somewhat less frequent in the Jewish population, but the frequency of certain mutations is increased. Breast and ovarian cancer is thought to be somewhat more frequent in the Jewish population and the frequency of at least three mutations in the BRCA 1 and 2 genes is increased.
\r\n\r\n
People of Sephardi Jewish ancestry are at risk from a different group of genetic disorders than those affecting Ashkenazi Jews. Most of the disorders are specific to community of birth and do not affect all Sephardi Jewish people to the same extent.
\r\n\r\nJnetics covers one disorder – Familial Mediterranean Fever - that is of relevance to both Sephardi Jews as well as people of Ashkenazi Jewish origin. Information about a wide range of Sephardi disorders can be accessed through a link found in the Sephardi section. Jnetics hopes in the future to have the resources to expand this section further
\r\n\r\nIt is very likely that new research will identify additional disorders that are especially relevant to the Jewish community, both Ashkenazi and Sephardi.
\r\n\r\nJnetics is monitoring research developments and, given the necessary resources, will include other genetic disorders over time that are of particular significance and of interest to the Jewish community.
\r\n\r\n\r\n\r\n
We focus primarily on genetic conditions affecting people with Ashkenazi Jewish ancestry. These conditions fall into two categories: a) ‘Higher prevalence ‘Jewish genetic disorders and b) Disorders with higher prevalence ‘Jewish’ mutations.
\r\n\r\nThese are a very specific group of genetic conditions which are more common among people with Ashkenazi Jewish ancestry relative to the general population, and include:
\r\n\r\n\r\nBloom Syndrome\r\n | \r\n\r\nGaucher Disease (type 1)\r\n | \r\n
\r\nCanavan Disease \r\n | \r\n\r\nGlycogen Storage Disorder (type 1a)\r\n | \r\n
\r\nDYT1 Generalised Dystonia\r\n | \r\n\r\nMucolipidosis IV \r\n | \r\n
\r\nFactor XI Deficiency \r\n | \r\n\r\nNiemann-Pick Disease (type A)\r\n | \r\n
\r\nFamilial Dysautonomia \r\n | \r\n\r\n Non-classical Congenital Adrenal Hyperplasia \r\n | \r\n
\r\nFamilial Mediterranean Fever\r\n | \r\n\r\nTay Sachs Disease\r\n | \r\n
\r\nFanconi Anaemia (type C)\r\n | \r\n\r\n
We also focus on a group of conditions in which lots of different mutations can be behind the same disorder. The disorder itself is not more common among people of Ashkenazi Jewish ancestry, but a specific mutation or set of mutations are.
\r\n\r\nCystic Fibrosis | \r\nBreast and Ovarian Cancer (BRCA 1 & 2) | \r\n
\r\n\r\n
Cystic fibrosis may be somewhat less frequent in the Jewish population, but the frequency of certain mutations is increased. Breast and ovarian cancer is thought to be somewhat more frequent in the Jewish population and the frequency of at least three mutations in the BRCA 1 and 2 genes is increased.
\r\n\r\n
People of Sephardi Jewish ancestry are at risk from a different group of genetic disorders than those affecting Ashkenazi Jews. Most of the disorders are specific to community of birth and do not affect all Sephardi Jewish people to the same extent.
\r\n\r\nJnetics covers one disorder – Familial Mediterranean Fever - that is of relevance to both Sephardi Jews as well as people of Ashkenazi Jewish origin. Information about a wide range of Sephardi disorders can be accessed through a link found in the Sephardi section. Jnetics hopes in the future to have the resources to expand this section further
\r\n\r\nIt is very likely that new research will identify additional disorders that are especially relevant to the Jewish community, both Ashkenazi and Sephardi.
\r\n\r\nJnetics is monitoring research developments and, given the necessary resources, will include other genetic disorders over time that are of particular significance and of interest to the Jewish community.
\r\n\r\n\r\n\r\n', 'Disorders Covered By Jnetics', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2018-02-05 05:59:41', '2018-02-05 05:59:41', '', 11, 'http://mlajnetics.local//?p=12', 0, 'revision', '', 0), (13, 1, '2018-02-05 06:00:25', '2018-02-05 06:00:25', '
Genetics is the scientific study of heredity, or how particular qualities, traits, or genes are transmitted from parents to offspring.
\r\n\r\nGenes
\r\nThese are the basic units of inheritance. Genes are made of a chemical called deoxyribonucleic acid, commonly referred to as DNA. Each gene contains instructions for making a specific protein, and each protein has a particular function in the body. As such, genes guide the development of the body e.g. determine eye and hair colour and instruct the body to make enzymes for biochemical processes.
Chromosomes
\r\nGenes are packaged into structures called chromosomes that are found in the nucleus of every human cell. Chromosomes come in pairs, and a normal human cell contains 46 chromosomes consisting of 23 pairs. Every individual receives half their chromosomes from their mother and half from their father.
Mutation
\r\nA mutation refers to a structural change in a gene. It can be an alteration to a gene’s size, arrangement, or molecular sequence. Genetic disorders can arise when one or both copies of a specific gene have undergone a mutation.
When an alteration in just one copy of a gene pair causes a genetic disorder, the disorder is referred to as dominant. An individual who possesses a gene for a dominant disorder usually manifests the disorder and is affected by it.
\r\n\r\nSince each parent passes only one copy of every gene to a child, a child conceived by a couple where one individual carries a mutation has a 50% chance of inheriting the abnormal copy of the gene and a 50% chance of inheriting the normal copy of the gene. The same risk applies to each conception, regardless of the outcome of previous conceptions.
\r\n\r\n
Sometimes a dominant disorder appears in an individual whose parents do not manifest the disorder. This situation occurs when either:
\r\n\r\na) A new mutation in a dominant gene causes a disorder to appear for the first time in a family.
\r\n\r\nb) The disorder has reduced penetrance, meaning that only a percentage of individuals who have the mutated gene will develop the disorder, e.g. DYT1 Generalised Dystonia.
\r\n\r\nDominant disorders can occur in multiple generations in a family and there can be multiple affected family members in one generation. Except when there has been a new mutation, every affected individual has a parent who carries the mutation.
\r\nWhen alterations in both copies of a gene pair are required for a disorder to manifest, the disorder is referred to as recessive. With recessive inheritance, a single normal copy of a gene appears to compensate for the mutated one to prevent the disorder developing.
\r\nAn individual who has one mutated copy of a recessive gene and one non-mutated copy is referred to as a carrier. Carriers are unaffected by the disorder but can pass the mutated gene on to their children. When both partners in a couple are carriers, their children will have a 25% chance of inheriting the disorder, a 50% chance of becoming carriers and a 25% chance of inheriting both normal copies of the gene. The same risk applies to each conception, regardless of the outcome of previous conceptions.
\r\n\r\nThere is typically no “family history” with autosomal recessive disorders, since these conditions require both parents to be carriers. Tay-Sachs disease is an example of a recessive disorder.
\r\nIn X-linked disorders, there is a mutated gene on the X chromosome. Unlike autosomal inheritance, the possibilities of having affected children, depend on which parent transmits the altered gene.
\r\n\r\nMales receive a Y chromosome from their father and an X chromosome from their mother, whereas females receive an X chromosome from both parents. Men are affected by X-linked disorders because they have only one copy of the X chromosome and have no “backup” copy to make the necessary protein product. Women who have one mutated copy of the gene tend to be unaffected because their one functional copy compensates for their non-functional one.
\r\n\r\nThe only established example of an X-linked Jewish genetic disorder is glucose-6-phosphate dehydrogenase (G6PD) deficiency which has an increased incidence in some people of Sephardi Jewish ancestry.
\r\nA genetic disorder is a condition that is caused by an abnormality in an individual’s DNA. Lots of different disorders are now known to be caused by this, and more are being described all the time.
\r\n\r\nThese are genetic disorders which are more common in people who have Jewish ancestry than in the general population. This does not mean that only Jewish people are affected, but it does mean that people who are Jewish, or are of Jewish descent, have an increased risk of having one of these conditions.
\r\n\r\nMany years ago, Jewish communities were small and isolated, with members tending to marry within their communities. A small number of people over many, many generations can pass on a DNA abnormality within an ethnic community, even when that community is no longer small and isolated. For this reason, most ethnic groups have genetic disorders which are more common in that population than in the rest of the world.
\r\n\r\nThe answer is changing all the time as new discoveries are made. At the moment, scientists and doctors have studied and identified in detail over 30 conditions which are particularly relevant to people who have Jewish ancestry. Some particularly affect those of Sephardi ancestry and some particularly affect those of Ashkenazi ancestry.
\r\n\r\nJewish people can usually trace their origins back to either Ashkenazi or Sephardi roots, or to both. Ashkenazi Jews are at risk from a different group of genetic disorders than those affecting Sephardi Jews.
\r\n\r\nSephardi disorders also tend to be specific to community of birth and do not affect all Sephardi Jews to the same extent. This means that disorders that are more common among Sephardi Jews from one region e.g. Tunisia tend to differ from those that are more common among Sephardi Jews from other areas e.g. Syria and Morocco.
\r\n\r\nMost Jewish genetic disorders are inherited in a recessive way. This means that both parents need to be a ‘carrier’ of the same condition in order for there to be an increased chance of their children being affected.
\r\n\r\nWith recessive genetic disorders, ‘carriers’ are not themselves affected by the condition. As such, affected children can often be born to families that have no other known cases of the genetic condition among their relatives.
\r\n\r\nA few of the disorders are inherited in a dominant way. This means that only one parent needs to be a ‘carrier’ of a disorder in order for there to be an increased chance of their child being affected. With dominant conditions, the parent ‘carrier’ may or may not be themselves affected by the condition.
\r\n\r\nFor a more complete explanation about inheritance see introduction to genetics.
\r\n\r\nThe majority of these conditions are rare. It is not uncommon, however, for people to be a ‘carrier’ for one or more disorders.
\r\n\r\nIt is estimated that everyone of Ashkenazi Jewish ancestry has a 1 in 5 chance of carrying at least one of the main Jewish genetic disorders.
\r\n\r\n\r\n\r\n', 'Introduction To Jewish Genetic Disorders', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-02-05 06:02:35', '2018-02-05 06:02:35', '', 2, 'http://mlajnetics.local//2-revision-v1/', 0, 'revision', '', 0), (16, 1, '2018-02-05 06:03:36', '2018-02-05 06:03:36', '
Genetics is the scientific study of heredity, or how particular qualities, traits, or genes are transmitted from parents to offspring.
\r\n\r\nGenes
\r\nThese are the basic units of inheritance. Genes are made of a chemical called deoxyribonucleic acid, commonly referred to as DNA. Each gene contains instructions for making a specific protein, and each protein has a particular function in the body. As such, genes guide the development of the body e.g. determine eye and hair colour and instruct the body to make enzymes for biochemical processes.
Chromosomes
\r\nGenes are packaged into structures called chromosomes that are found in the nucleus of every human cell. Chromosomes come in pairs, and a normal human cell contains 46 chromosomes consisting of 23 pairs. Every individual receives half their chromosomes from their mother and half from their father.
Mutation
\r\nA mutation refers to a structural change in a gene. It can be an alteration to a gene’s size, arrangement, or molecular sequence. Genetic disorders can arise when one or both copies of a specific gene have undergone a mutation.
When an alteration in just one copy of a gene pair causes a genetic disorder, the disorder is referred to as dominant. An individual who possesses a gene for a dominant disorder usually manifests the disorder and is affected by it.
\r\n\r\nSince each parent passes only one copy of every gene to a child, a child conceived by a couple where one individual carries a mutation has a 50% chance of inheriting the abnormal copy of the gene and a 50% chance of inheriting the normal copy of the gene. The same risk applies to each conception, regardless of the outcome of previous conceptions.
\r\n\r\n
Sometimes a dominant disorder appears in an individual whose parents do not manifest the disorder. This situation occurs when either:
\r\n\r\na) A new mutation in a dominant gene causes a disorder to appear for the first time in a family.
\r\n\r\nb) The disorder has reduced penetrance, meaning that only a percentage of individuals who have the mutated gene will develop the disorder, e.g. DYT1 Generalised Dystonia.
\r\n\r\nDominant disorders can occur in multiple generations in a family and there can be multiple affected family members in one generation. Except when there has been a new mutation, every affected individual has a parent who carries the mutation.
\r\nWhen alterations in both copies of a gene pair are required for a disorder to manifest, the disorder is referred to as recessive. With recessive inheritance, a single normal copy of a gene appears to compensate for the mutated one to prevent the disorder developing.
\r\nAn individual who has one mutated copy of a recessive gene and one non-mutated copy is referred to as a carrier. Carriers are unaffected by the disorder but can pass the mutated gene on to their children. When both partners in a couple are carriers, their children will have a 25% chance of inheriting the disorder, a 50% chance of becoming carriers and a 25% chance of inheriting both normal copies of the gene. The same risk applies to each conception, regardless of the outcome of previous conceptions.
\r\n\r\nThere is typically no “family history” with autosomal recessive disorders, since these conditions require both parents to be carriers. Tay-Sachs disease is an example of a recessive disorder.
\r\nIn X-linked disorders, there is a mutated gene on the X chromosome. Unlike autosomal inheritance, the possibilities of having affected children, depend on which parent transmits the altered gene.
\r\n\r\nMales receive a Y chromosome from their father and an X chromosome from their mother, whereas females receive an X chromosome from both parents. Men are affected by X-linked disorders because they have only one copy of the X chromosome and have no “backup” copy to make the necessary protein product. Women who have one mutated copy of the gene tend to be unaffected because their one functional copy compensates for their non-functional one.
\r\n\r\nThe only established example of an X-linked Jewish genetic disorder is glucose-6-phosphate dehydrogenase (G6PD) deficiency which has an increased incidence in some people of Sephardi Jewish ancestry.
\r\nFor over 2000 years Jews have been a migratory people establishing communities throughout the Middle East and Mediterranean basin. Contemporary Jewish populations can be divided into three groups according to their area of long-term residence: Middle Eastern (or Oriental) Jews, Sephardi Jews, and Ashkenazi Jews.
\r\n\r\nFrom the 6th to 9th century, some Jews migrated from the Middle East west to Germany, France and England. In the 12th and 13th centuries, these Jews were expelled from Western Europe and moved east, settling largely in Poland, Lithuania, Belarus, the Ukraine and Russia, where they remained, largely isolated, for the following five centuries.
\r\n\r\nIn the late 19th and early 20th centuries, this population, now referred to as Ashkenazi Jewry, moved westwards with large migrations to the Americas, Western Europe, Australia and South Africa and some returning to the area which is now modern Israel.
\r\n\r\nIn Britain, it is estimated that 90% - 95% of Jewish people are of Ashkenazi Jewish ancestry.
\r\n\r\nHaving been reproductively isolated for centuries – and having grown from a small number of founders into a large population in a fairly short period – Ashkenazi Jews are a relatively homogenous group that have inherited a range of rare genetic disorders.
\r\n\r\nFor over 50 years, much research has focused on identifying genetic disorders among people of Ashkenazi descent. More than 20 disorders have been established as being of particular relevance to this group. Though rare, many are serious, debilitating and life-shortening.
\r\n\r\nThe link below provides a summary of some genetic disorders that are particularly relevant to people of Ashkenazi ancestry.
\r\n\r\nTable of genetic disorders prevalent among people of Ashkenazi Jewish ancestry (PDF 239Kb)
\r\n\r\nOther disorders established as being of higher prevalence among Ashkenazi Jews include: non-syndromic hearing loss and maple syrup urine disease.
\r\n\r\nFor more information about each of these disorders, please click on the relevant disorder page within the Ashkenazi Disorders section on the left of this page.
\r\n\r\nPLEASE NOTE: These disorder pages are provided for information and educational purposes only and do NOT represent advice regarding individual medical cases. If you have personal concerns about being affected by any of these disorders, we recommend that you consult with your doctor or another relevant healthcare specialist.
\r\n', 'Overview of Ashkenazi Disorders', '', 'publish', 'closed', 'closed', '', 'overview-of-ashkenazi-disorders', '', '', '2018-02-07 16:14:57', '2018-02-07 16:14:57', '', 2, 'http://mlajnetics.local//?page_id=17', 0, 'page', '', 0), (18, 1, '2018-02-05 06:04:53', '2018-02-05 06:04:53', 'For over 2000 years Jews have been a migratory people establishing communities throughout the Middle East and Mediterranean basin. Contemporary Jewish populations can be divided into three groups according to their area of long-term residence: Middle Eastern (or Oriental) Jews, Sephardi Jews, and Ashkenazi Jews.
\r\n\r\nFrom the 6th to 9th century, some Jews migrated from the Middle East west to Germany, France and England. In the 12th and 13th centuries, these Jews were expelled from Western Europe and moved east, settling largely in Poland, Lithuania, Belarus, the Ukraine and Russia, where they remained, largely isolated, for the following five centuries.
\r\n\r\nIn the late 19th and early 20th centuries, this population, now referred to as Ashkenazi Jewry, moved westwards with large migrations to the Americas, Western Europe, Australia and South Africa and some returning to the area which is now modern Israel.
\r\n\r\nIn Britain, it is estimated that 90% - 95% of Jewish people are of Ashkenazi Jewish ancestry.
\r\n\r\nHaving been reproductively isolated for centuries – and having grown from a small number of founders into a large population in a fairly short period – Ashkenazi Jews are a relatively homogenous group that have inherited a range of rare genetic disorders.
\r\n\r\nFor over 50 years, much research has focused on identifying genetic disorders among people of Ashkenazi descent. More than 20 disorders have been established as being of particular relevance to this group. Though rare, many are serious, debilitating and life-shortening.
\r\n\r\nThe link below provides a summary of some genetic disorders that are particularly relevant to people of Ashkenazi ancestry.
\r\n\r\nTable of genetic disorders prevalent among people of Ashkenazi Jewish ancestry (PDF 239Kb)
\r\n\r\nOther disorders established as being of higher prevalence among Ashkenazi Jews include: non-syndromic hearing loss and maple syrup urine disease.
\r\n\r\nFor more information about each of these disorders, please click on the relevant disorder page within the Ashkenazi Disorders section on the left of this page.
\r\n\r\nPLEASE NOTE: These disorder pages are provided for information and educational purposes only and do NOT represent advice regarding individual medical cases. If you have personal concerns about being affected by any of these disorders, we recommend that you consult with your doctor or another relevant healthcare specialist.
\r\n', 'Overview of Ashkenazi Disorders', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2018-02-05 06:04:53', '2018-02-05 06:04:53', '', 17, 'http://mlajnetics.local//17-revision-v1/', 0, 'revision', '', 0), (19, 1, '2018-02-05 06:06:16', '2018-02-05 06:06:16', 'The Jewish people originated in the Middle East and part of the population has lived in that region throughout their long history. This segment, known as Oriental or Middle Eastern Jewry, resided in the areas of contemporary Israel, as well as Iran, Iraq, Central Asia and the Arabian Peninsula including Iran, Yemen, India, Kurdistan, Afghanistan, and Bukhara.
\r\n\r\nDuring the westward expansion of the Greco-Roman Empires, and the later spreading of Islamic civilization towards Spain, Oriental Jewry began to migrating west. Communities established in Spain and Portugal forming the basis of what is now known as Sephardi Jewry. Following expulsion from Spain in the 15th century, Sephardi Jews moved to North Africa, then also to the eastern basin of the Mediterranean (Italy, Turkey, the Balkans, Lebanon, and Syria). Sephardi Jewry also evolved in parts of Western Europe and the Americas.
\r\n\r\nAlthough Sephardi Jewry is historically and genetically quite distinct from Oriental Jewry the term ‘Sephardi’ is now commonly used to include either Jewish population, or any Jew who is simply not of Ashkenazi ancestry.
\r\n\r\nIn Britain, it is estimated that only 5% - 10% of Jewish people are of non-Ashkenazi ancestry.
\r\nExperts in Sephardi studies and Jewish population genetics challenge the existence of a coherent group of ‘Sephardi disorders’. They suggest instead that most disorders are specific to the community of birth and do not affect Sephardi Jews as a unified group e.g. disorders affecting Moroccan Jews differ from those affecting Tunisian Jews etc.
\r\n\r\nThe diversity and segregated nature of the conditions relevant to people of Sephardi ancestry largely reflects the diverse and segregated nature of the Sephardi Jewish communities.
\r\n\r\nLike Ashkenazi Jews, they developed unique sets of genetic disorders because they were isolated reproductively from the populations around them. In addition, however, the Sephardi communities were largely isolated geographically and thus reproductively from each other.
\r\n\r\nJnetics believes that it is important to include disorders that affect people of Sephardi Jewish ancestry. However, the list of these disorders is extensive and diverse with the conditions often only affecting a small subset of Sephardi population. As such, only a list of the main Sephardi conditions and links to further information can be provided at this time.
\r\n\r\nOne Sephardi disorder that is common to many (but not all) Sephardi populations as well as the Ashkenazi population, is Familial Mediterranean Fever (FMF). Further information on this disorder can be viewed by clicking the FMF link above.
\r\n\r\nIn the future, and given the necessary resources, we hope to be able to provide more in depth information about other disorders that affect the Sephardi community.
The Israeli Ministry of Health website publishes lists of genetic disorders that affect different Jewish populations. Separate lists exist for Jews from North Africa (except Morocco), Morocco, Yemen, Iraq, Iran and other locations. The lists can be found here on their website.
\r\n\r\nA few of the disorders listed are shared across several communities, particularly in North Africa. Some of these disorders are thought to have become common because they conferred an advantage to people who were carriers.
\r\n\r\nFour recessive disorders are quoted by some American Jewish genetic screening centres as being shared across several non-Ashkenazi communities in the Mediterranean basin and North Africa. These are: beta-thalassemia, glucose-6-phosphate dehydrogenase deficiency, familial Mediterranean fever, and glycogen storage disease (type III). Further information about these disorders can be found via the link below:
\r\n\r\n‘Sephardi’ disorder information from the Chicago Center of Jewish Genetic Disorders
\r\n\r\nInformation about familial Mediterranean fever is now available on our FMF webpage.
\r\n\r\nIt is important to note that disorders relevant to Sephardi Jewry are also found among many other populations in North Africa and the Mediterranean and are far from exclusively ‘Jewish’.
\r\nRelatively little attention has been paid internationally to developing screening for disorders affecting Sephardi Jewry. In 2009, the first population-based program began in the USA to screen for four genetic disorders that occur with relative high frequency among Iranian Jews.
\r\n\r\nIn the UK, no community screening programmes exists that specifically cover disorders that affect people of Sephardi Jewish ancestry. However, genetic testing is available on the NHS for individuals with an increased risk of a particular disorder given they have a clear family history or valid concern about that disorder.
\r\n\r\nFor more information about accessing genetic testing, see the screening and testing section.
\r\n', 'Overview of Sephardi Disorders', '', 'publish', 'closed', 'closed', '', 'overview-of-sephardi-disorders', '', '', '2018-02-05 06:06:16', '2018-02-05 06:06:16', '', 2, 'http://mlajnetics.local//?page_id=19', 0, 'page', '', 0), (20, 1, '2018-02-05 06:06:16', '2018-02-05 06:06:16', 'The Jewish people originated in the Middle East and part of the population has lived in that region throughout their long history. This segment, known as Oriental or Middle Eastern Jewry, resided in the areas of contemporary Israel, as well as Iran, Iraq, Central Asia and the Arabian Peninsula including Iran, Yemen, India, Kurdistan, Afghanistan, and Bukhara.
\r\n\r\nDuring the westward expansion of the Greco-Roman Empires, and the later spreading of Islamic civilization towards Spain, Oriental Jewry began to migrating west. Communities established in Spain and Portugal forming the basis of what is now known as Sephardi Jewry. Following expulsion from Spain in the 15th century, Sephardi Jews moved to North Africa, then also to the eastern basin of the Mediterranean (Italy, Turkey, the Balkans, Lebanon, and Syria). Sephardi Jewry also evolved in parts of Western Europe and the Americas.
\r\n\r\nAlthough Sephardi Jewry is historically and genetically quite distinct from Oriental Jewry the term ‘Sephardi’ is now commonly used to include either Jewish population, or any Jew who is simply not of Ashkenazi ancestry.
\r\n\r\nIn Britain, it is estimated that only 5% - 10% of Jewish people are of non-Ashkenazi ancestry.
\r\nExperts in Sephardi studies and Jewish population genetics challenge the existence of a coherent group of ‘Sephardi disorders’. They suggest instead that most disorders are specific to the community of birth and do not affect Sephardi Jews as a unified group e.g. disorders affecting Moroccan Jews differ from those affecting Tunisian Jews etc.
\r\n\r\nThe diversity and segregated nature of the conditions relevant to people of Sephardi ancestry largely reflects the diverse and segregated nature of the Sephardi Jewish communities.
\r\n\r\nLike Ashkenazi Jews, they developed unique sets of genetic disorders because they were isolated reproductively from the populations around them. In addition, however, the Sephardi communities were largely isolated geographically and thus reproductively from each other.
\r\n\r\nJnetics believes that it is important to include disorders that affect people of Sephardi Jewish ancestry. However, the list of these disorders is extensive and diverse with the conditions often only affecting a small subset of Sephardi population. As such, only a list of the main Sephardi conditions and links to further information can be provided at this time.
\r\n\r\nOne Sephardi disorder that is common to many (but not all) Sephardi populations as well as the Ashkenazi population, is Familial Mediterranean Fever (FMF). Further information on this disorder can be viewed by clicking the FMF link above.
\r\n\r\nIn the future, and given the necessary resources, we hope to be able to provide more in depth information about other disorders that affect the Sephardi community.
The Israeli Ministry of Health website publishes lists of genetic disorders that affect different Jewish populations. Separate lists exist for Jews from North Africa (except Morocco), Morocco, Yemen, Iraq, Iran and other locations. The lists can be found here on their website.
\r\n\r\nA few of the disorders listed are shared across several communities, particularly in North Africa. Some of these disorders are thought to have become common because they conferred an advantage to people who were carriers.
\r\n\r\nFour recessive disorders are quoted by some American Jewish genetic screening centres as being shared across several non-Ashkenazi communities in the Mediterranean basin and North Africa. These are: beta-thalassemia, glucose-6-phosphate dehydrogenase deficiency, familial Mediterranean fever, and glycogen storage disease (type III). Further information about these disorders can be found via the link below:
\r\n\r\n‘Sephardi’ disorder information from the Chicago Center of Jewish Genetic Disorders
\r\n\r\nInformation about familial Mediterranean fever is now available on our FMF webpage.
\r\n\r\nIt is important to note that disorders relevant to Sephardi Jewry are also found among many other populations in North Africa and the Mediterranean and are far from exclusively ‘Jewish’.
\r\nRelatively little attention has been paid internationally to developing screening for disorders affecting Sephardi Jewry. In 2009, the first population-based program began in the USA to screen for four genetic disorders that occur with relative high frequency among Iranian Jews.
\r\n\r\nIn the UK, no community screening programmes exists that specifically cover disorders that affect people of Sephardi Jewish ancestry. However, genetic testing is available on the NHS for individuals with an increased risk of a particular disorder given they have a clear family history or valid concern about that disorder.
\r\n\r\nFor more information about accessing genetic testing, see the screening and testing section.
\r\n', 'Overview of Sephardi Disorders', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2018-02-05 06:06:16', '2018-02-05 06:06:16', '', 19, 'http://mlajnetics.local//19-revision-v1/', 0, 'revision', '', 0), (21, 1, '2018-02-05 06:07:46', '2018-02-05 06:07:46', 'Cancer is a group of diseases that can affect any part of the body, and involves the rapid creation of abnormal cells that grow beyond their usual boundaries. These cells can invade adjoining parts of the body and spread to other organs.
\r\n\r\nCancers occur when genetic changes known as ‘mutations’ within the DNA, cause the cells in the body to behave abnormally. Mutations may cause a cell to divide and grow uncontrollably, leading to ‘malignant’ tumours. These tumours spread to other sites in the body where they grow and replace normal tissue, which can be life-threatening.
\r\n\r\nCancers are named based on the part of the body in which they were first identified, regardless of where in the body they spread. For example, breast cancer that spreads to the liver is still classified as breast cancer and not as liver cancer.
\r\n\r\nCancer can be hereditary or non-hereditary. Hereditary cancers are passed down in families and occur when a cancer-causing mutation is passed on to an individual’s children. Non-hereditary cancers occur independently of family history. This website focuses only on hereditary cancers. For information on non-hereditary cancers, the Cancer Research UK website is a useful resource.
\r\n\r\nIf a person inherits a cancer-causing mutation from a parent, it does not mean that they will definitely develop cancer during their lifetime, however, they will be at increased risk compared to the rest of the population. This is known as having a genetic predisposition to cancer. The reason that being predisposed does not necessarily mean that cancer will develop is due to the many other environmental and genetic factors that need to be in place for cancer to occur. Hereditary cancers sometimes can skip generations. For example, although a parent and child may share a cancer-causing mutation, it is possible that the parent will never develop cancer whilst the child does.
\r\n
\r\nHereditary cancers tend to affect multiple members of the same family including both immediate family members such as siblings and parents and non-immediate family members such as aunts or cousins. It is not unusual to see instances of the same or related cancers in multiple branches of the family tree.
Hereditary cancers are rare. It is estimated that only about 2 – 3% of all cancers are known to be linked to a cancer-causing mutation. If you have a relative who has or has had cancer, you may be concerned that you are at a greater risk of developing it yourself, however, this is not the case for most people. Cancer is most common in older people and affects 1 in 2 people in the UK at some point in their lives. Therefore, most families will have at least one person who has or has had cancer. The more relatives who have had the same type of cancer or related cancers and the younger their age at diagnosis, the more likely it is that the cancer is hereditary.
\r\n\r\nThere are many types of hereditary cancers which are caused by mutations in different genes. This website provides information on BRCA-associated breast, ovarian and prostate cancers that are caused by mutations in the BRCA1 and BRCA2 genes (BRCA-associated cancer) and are more common in Ashkenazi Jews than in the general population. Other hereditary cancers such as colorectal cancer are also thought to be relatively more common in Ashkenazi Jews. For information on hereditary colorectal and other hereditary cancers, Cancer Research UK and the Centre for Jewish Genetics in the US provide useful information.
\r\n\r\nIf you are concerned about cancer in your family, talk to your GP about your family’s cancer history. If appropriate, they will refer you to your regional genetics clinic where a genetic counsellor will provide you with support and information and will discuss with you whether genetic testing is an appropriate option.
\r\n\r\n\r\n\r\n
Written by Jnetics.
\r\nApproved by Professor Rosalind Eeles Professor of Oncogenetics at The Institute of Cancer Research, The Royal Marsden Hospital London
\r\nLast review: 10.09.2016
Cancer is a group of diseases that can affect any part of the body, and involves the rapid creation of abnormal cells that grow beyond their usual boundaries. These cells can invade adjoining parts of the body and spread to other organs.
\r\n\r\nCancers occur when genetic changes known as ‘mutations’ within the DNA, cause the cells in the body to behave abnormally. Mutations may cause a cell to divide and grow uncontrollably, leading to ‘malignant’ tumours. These tumours spread to other sites in the body where they grow and replace normal tissue, which can be life-threatening.
\r\n\r\nCancers are named based on the part of the body in which they were first identified, regardless of where in the body they spread. For example, breast cancer that spreads to the liver is still classified as breast cancer and not as liver cancer.
\r\n\r\nCancer can be hereditary or non-hereditary. Hereditary cancers are passed down in families and occur when a cancer-causing mutation is passed on to an individual’s children. Non-hereditary cancers occur independently of family history. This website focuses only on hereditary cancers. For information on non-hereditary cancers, the Cancer Research UK website is a useful resource.
\r\n\r\nIf a person inherits a cancer-causing mutation from a parent, it does not mean that they will definitely develop cancer during their lifetime, however, they will be at increased risk compared to the rest of the population. This is known as having a genetic predisposition to cancer. The reason that being predisposed does not necessarily mean that cancer will develop is due to the many other environmental and genetic factors that need to be in place for cancer to occur. Hereditary cancers sometimes can skip generations. For example, although a parent and child may share a cancer-causing mutation, it is possible that the parent will never develop cancer whilst the child does.
\r\n
\r\nHereditary cancers tend to affect multiple members of the same family including both immediate family members such as siblings and parents and non-immediate family members such as aunts or cousins. It is not unusual to see instances of the same or related cancers in multiple branches of the family tree.
Hereditary cancers are rare. It is estimated that only about 2 – 3% of all cancers are known to be linked to a cancer-causing mutation. If you have a relative who has or has had cancer, you may be concerned that you are at a greater risk of developing it yourself, however, this is not the case for most people. Cancer is most common in older people and affects 1 in 2 people in the UK at some point in their lives. Therefore, most families will have at least one person who has or has had cancer. The more relatives who have had the same type of cancer or related cancers and the younger their age at diagnosis, the more likely it is that the cancer is hereditary.
\r\n\r\nThere are many types of hereditary cancers which are caused by mutations in different genes. This website provides information on BRCA-associated breast, ovarian and prostate cancers that are caused by mutations in the BRCA1 and BRCA2 genes (BRCA-associated cancer) and are more common in Ashkenazi Jews than in the general population. Other hereditary cancers such as colorectal cancer are also thought to be relatively more common in Ashkenazi Jews. For information on hereditary colorectal and other hereditary cancers, Cancer Research UK and the Centre for Jewish Genetics in the US provide useful information.
\r\n\r\nIf you are concerned about cancer in your family, talk to your GP about your family’s cancer history. If appropriate, they will refer you to your regional genetics clinic where a genetic counsellor will provide you with support and information and will discuss with you whether genetic testing is an appropriate option.
\r\n\r\n\r\n\r\n
Written by Jnetics.
\r\nApproved by Professor Rosalind Eeles Professor of Oncogenetics at The Institute of Cancer Research, The Royal Marsden Hospital London
\r\nLast review: 10.09.2016
A short video of Jane Pearl sharing her family’s personal story of having a child affected by Familial Dysautonomia.
\r\n\r\n \r\n\r\nA short video of Ariella Jackman sharing her personal story of living with Familial Mediterranean fever.
\r\n\r\n ', 'Personal Stories', '', 'publish', 'closed', 'closed', '', 'personal-stories', '', '', '2018-02-05 06:09:01', '2018-02-05 06:09:01', '', 2, 'http://mlajnetics.local//?page_id=24', 0, 'page', '', 0), (25, 1, '2018-02-05 06:09:01', '2018-02-05 06:09:01', 'A short video of Jane Pearl sharing her family’s personal story of having a child affected by Familial Dysautonomia.
\r\n\r\n \r\n\r\nA short video of Ariella Jackman sharing her personal story of living with Familial Mediterranean fever.
\r\n\r\n ', 'Personal Stories', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2018-02-05 06:09:01', '2018-02-05 06:09:01', '', 24, 'http://mlajnetics.local//24-revision-v1/', 0, 'revision', '', 0), (26, 1, '2018-02-05 06:10:05', '2018-02-05 06:10:05', 'Jewish genetic disorders are conditions that although not exclusive to Jewish people, are relatively more common in people of Jewish ancestry than in the general population. If you or a family member is Jewish and has unexplained symptoms that you believe could be a Jewish genetic disorder, you should raise these concerns with your GP.
\r\n\r\nYour GP will always consider the most obvious cause for a group of symptoms. However it is possible that they may not consider the option of a Jewish genetic disorder. This may be because:
\r\n\r\nEnsure that your healthcare professional is aware of:
\r\n\r\nFor further support on talking to your GP about Jewish genetic disorders, do contact us at info@jnetics.org.
\r\n\r\n\r\n', 'Talking to your GP about Jewish genetic disorders', '', 'publish', 'closed', 'closed', '', 'talking-to-your-gp-about-jewish-genetic-disorders', '', '', '2018-02-05 06:10:41', '2018-02-05 06:10:41', '', 2, 'http://mlajnetics.local//?page_id=26', 0, 'page', '', 0), (27, 1, '2018-02-05 06:10:05', '2018-02-05 06:10:05', '
Jewish genetic disorders are conditions that although not exclusive to Jewish people, are relatively more common in people of Jewish ancestry than in the general population. If you or a family member is Jewish and has unexplained symptoms that you believe could be a Jewish genetic disorder, you should raise these concerns with your GP.
\r\n\r\nYour GP will always consider the most obvious cause for a group of symptoms. However it is possible that they may not consider the option of a Jewish genetic disorder. This may be because:
\r\n\r\nEnsure that your healthcare professional is aware of:
\r\n\r\nFor further support on talking to your GP about Jewish genetic disorders, do contact us at info@jnetics.org.
\r\n\r\n\r\n', 'Talking to your GP about Jewish genetic disorders', '', 'inherit', 'closed', 'closed', '', '26-revision-v1', '', '', '2018-02-05 06:10:05', '2018-02-05 06:10:05', '', 26, 'http://mlajnetics.local//26-revision-v1/', 0, 'revision', '', 0) ; INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (28, 1, '2018-02-05 06:13:37', '2018-02-05 06:13:37', '
Genetic testing refers to any testing procedure used to detect the presence or absence of, or a change in, a particular gene or chromosome.
\r\n\r\nThere are a number of different circumstances under which genetic testing may be offered. For example, testing can be used to confirm whether a person has or is likely to develop a genetic disorder, or if he or she is at risk of passing a genetic condition onto their children.
\r\n\r\nGenetic testing is used for a number of different purposes. Tests are referred to differently accordingly to their purpose and context, however, the laboratory procedures used across the various tests are often exactly the same.
\r\n\r\nThe main uses of genetic testing relevant to jewish genetic disorders are summarised below.
\r\n\r\nMore information about each of these tests can be accessed by clicking on the relevant tabs in the side menu bar.
\r\n\r\nOften the terms ‘screening’ and ‘testing’ are used interchangeably, even though they are not the same. The following descriptions help to highlight the differences between the two processes.
\r\n\r\nMore information about carrier screening and testing for Jewish genetic disorders, genetic counselling, and information for carriers can be accessed by clicking on the relevant side menu tabs. Throughout all the materials there are a number of links that can be clicked on to view further information and support.
\r\n\r\n\r\n ', 'Introduction', '', 'publish', 'closed', 'closed', '', 'introduction', '', '', '2018-02-05 07:04:53', '2018-02-05 07:04:53', '', 0, 'http://mlajnetics.local//?page_id=28', 0, 'page', '', 0), (29, 1, '2018-02-05 06:11:50', '2018-02-05 06:11:50', '', 'subpic-3', '', 'inherit', 'open', 'closed', '', 'subpic-3', '', '', '2018-02-07 11:05:44', '2018-02-07 11:05:44', '', 28, 'http://mlajnetics.local//wp-content/uploads/2018/02/subpic-3.jpg', 0, 'attachment', 'image/jpeg', 0), (30, 1, '2018-02-05 06:13:37', '2018-02-05 06:13:37', 'Genetic testing refers to any testing procedure used to detect the presence or absence of, or a change in, a particular gene or chromosome.
\r\n\r\nThere are a number of different circumstances under which genetic testing may be offered. For example, testing can be used to confirm whether a person has or is likely to develop a genetic disorder, or if he or she is at risk of passing a genetic condition onto their children.
\r\n\r\nGenetic testing is used for a number of different purposes. Tests are referred to differently accordingly to their purpose and context, however, the laboratory procedures used across the various tests are often exactly the same.
\r\n\r\nThe main uses of genetic testing relevant to jewish genetic disorders are summarised below.
\r\n\r\nMore information about each of these tests can be accessed by clicking on the relevant tabs in the side menu bar.
\r\n\r\nOften the terms ‘screening’ and ‘testing’ are used interchangeably, even though they are not the same. The following descriptions help to highlight the differences between the two processes.
\r\n\r\nMore information about carrier screening and testing for Jewish genetic disorders, genetic counselling, and information for carriers can be accessed by clicking on the relevant side menu tabs. Throughout all the materials there are a number of links that can be clicked on to view further information and support.
\r\n\r\n\r\n ', 'Introduction', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2018-02-05 06:13:37', '2018-02-05 06:13:37', '', 28, 'http://mlajnetics.local//28-revision-v1/', 0, 'revision', '', 0), (31, 1, '2018-02-05 06:17:13', '2018-02-05 06:17:13', 'This refers to a genetic test used to help confirm or rule out a suspected genetic condition in a person who is showing symptoms.
\r\n\r\nSomeone may be offered diagnostic genetic testing if they were exhibiting symptoms that suggested a specific genetic condition. This type of testing can be carried out on individuals of any age to help establish a diagnosis.
\r\n\r\nIf a doctor suspects that a person’s health problems are as a result of a genetic disorder, they can arrange for genetic testing to be performed to clarify the diagnosis. Diagnostic testing may also be arranged by a specialist e.g. a paediatrician who would send a blood sample to a genetics laboratory or by a clinical geneticist (a doctor specialising in diagnosing genetic conditions) who would organise the appropriate genetic testing directly.
\r\n\r\nDiagnostic testing has the benefit of confirming a diagnosis and so can help an individual to access the appropriate medical management for their condition. It is important to remember, however, that establishing a diagnosis in an individual may have implications for other family members as well.
\r\n\r\nWhen considering having diagnostic genetic testing, it is important to meet with a genetic counsellor who will help explain the varied implications for you and other family members. For more information about the purpose, benefits and how to contact a genetic counsellor, please refer to the genetic counselling section.
\r\n\r\n\r\n \r\n', 'Diagnostic Genetic Testing', '', 'publish', 'closed', 'closed', '', 'diagnostic-genetic-testing', '', '', '2018-02-05 06:56:34', '2018-02-05 06:56:34', '', 28, 'http://mlajnetics.local//?page_id=31', 0, 'page', '', 0), (32, 1, '2018-02-05 06:17:13', '2018-02-05 06:17:13', 'This refers to a genetic test used to help confirm or rule out a suspected genetic condition in a person who is showing symptoms.
\r\n\r\nSomeone may be offered diagnostic genetic testing if they were exhibiting symptoms that suggested a specific genetic condition. This type of testing can be carried out on individuals of any age to help establish a diagnosis.
\r\n\r\nIf a doctor suspects that a person’s health problems are as a result of a genetic disorder, they can arrange for genetic testing to be performed to clarify the diagnosis. Diagnostic testing may also be arranged by a specialist e.g. a paediatrician who would send a blood sample to a genetics laboratory or by a clinical geneticist (a doctor specialising in diagnosing genetic conditions) who would organise the appropriate genetic testing directly.
\r\n\r\nDiagnostic testing has the benefit of confirming a diagnosis and so can help an individual to access the appropriate medical management for their condition. It is important to remember, however, that establishing a diagnosis in an individual may have implications for other family members as well.
\r\n\r\nWhen considering having diagnostic genetic testing, it is important to meet with a genetic counsellor who will help explain the varied implications for you and other family members. For more information about the purpose, benefits and how to contact a genetic counsellor, please refer to the genetic counselling section.
\r\n\r\n\r\n \r\n', 'Diagnostic Genetic Testing', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2018-02-05 06:17:13', '2018-02-05 06:17:13', '', 31, 'http://mlajnetics.local//31-revision-v1/', 0, 'revision', '', 0), (33, 1, '2018-02-05 06:18:21', '2018-02-05 06:18:21', 'Genetic counselling is defined as ‘a communication process which deals with human problems associated with the occurrence or the risk of occurrence, of a genetic disorder in a family’ (American Society of Human Genetics, 1975).
\r\n\r\nGenetic counselling aims to help the individual or family:
\r\n\r\nGenetic counselling provides families at risk of or affected by genetic disorders with the information and support they need to make important decisions about genetic testing, screening and options for having children.
\r\n\r\nWith regards to making decisions, genetic counsellors do not ‘give advice’ or tell you what to do. They do explain all the possible scenarios and options available together with their pros and cons then support you in making the decision that is best for you.
\r\n\r\nGenetic counselling is not a psychological therapy, however, counsellors are able to refer you on to further psychological support should there be a need and interest.
\r\n\r\nGenetic counselling may be appropriate for the following situations:
\r\n\r\nBecause genetic testing is a very personal decision with potentially many far-reaching consequences, it is helpful to discuss its impact beforehand with an informed, objective source.
\r\n\r\nIn addition, due to the rarity of most genetic disorders, many doctors (non-geneticists) may not recognise a genetic disorder or have much in-depth information about it. Discussing a genetic condition with a geneticist or a genetic counsellor can help determine a diagnosis, even when the majority of medical care is done by other specialists.
\r\n\r\nIf any of the above situations are relevant to you, you can ask your GP to you refer to your Regional Genetics Service. In the UK, Genetic counsellors work within the NHS in regional Clinical Genetics departments.
\r\n\r\nA list of the NHS genetics services can be found at:
\r\nwww.bsgm.org.uk/information-education/genetics-centres/
Genetic counselling is defined as ‘a communication process which deals with human problems associated with the occurrence or the risk of occurrence, of a genetic disorder in a family’ (American Society of Human Genetics, 1975).
\r\n\r\nGenetic counselling aims to help the individual or family:
\r\n\r\nGenetic counselling provides families at risk of or affected by genetic disorders with the information and support they need to make important decisions about genetic testing, screening and options for having children.
\r\n\r\nWith regards to making decisions, genetic counsellors do not ‘give advice’ or tell you what to do. They do explain all the possible scenarios and options available together with their pros and cons then support you in making the decision that is best for you.
\r\n\r\nGenetic counselling is not a psychological therapy, however, counsellors are able to refer you on to further psychological support should there be a need and interest.
\r\n\r\nGenetic counselling may be appropriate for the following situations:
\r\n\r\nBecause genetic testing is a very personal decision with potentially many far-reaching consequences, it is helpful to discuss its impact beforehand with an informed, objective source.
\r\n\r\nIn addition, due to the rarity of most genetic disorders, many doctors (non-geneticists) may not recognise a genetic disorder or have much in-depth information about it. Discussing a genetic condition with a geneticist or a genetic counsellor can help determine a diagnosis, even when the majority of medical care is done by other specialists.
\r\n\r\nIf any of the above situations are relevant to you, you can ask your GP to you refer to your Regional Genetics Service. In the UK, Genetic counsellors work within the NHS in regional Clinical Genetics departments.
\r\n\r\nA list of the NHS genetics services can be found at:
\r\nwww.bsgm.org.uk/information-education/genetics-centres/
We all have two copies of every geneThe basic unit of inheritance. A gene is comprised of DNA, and contains the code for a specific product, usually a protein such as an enzyme.. An individual is referred to as being a ‘carrier’ if they have one copy of a gene that contains a potentially harmful genetic change from one parent and one normal copy from the other parent.
\r\n\r\nThe human genome contains around 25,000 different genes. It is estimated that everyone is a carrier of around half a dozen rare recessive genetic mutationsStructural changes in a gene - they can be alterations to a gene’s size, arrangement, or molecular sequence. that could lead to disease – this is actually normal and not something to be uncomfortable about.
\r\n\r\nThe significance of being a carrier of a recessive gene is dependent on whether your partner is also a carrier. In most couples it is unlikely that partners will carry the same mutations as most recessive disordersA recessive disorder requires both parents to carry a specific disorder-related mutation and pass it onto their child for the disorder to be inherited. are exceedingly rare. However, when partners come from the same ethnic group e.g. Jewish, there may be some genetic conditions that are more common in that group.
\r\n\r\nBeing a carrier of a recessive genetic disorder does not affect your own health because the one normal copy of the gene that you have compensates for the mutated copy. You can, however, pass the mutation on to your children. Children who inherit one copy of the mutated gene from one of their parents will be carriers. There is only a risk of a child being affected with the genetic disorder if they inherit the mutated gene from both parents.
\r\n\r\nIf you are a carrier of a recessive Jewish genetic disorder e.g. Tay Sachs disease, your partner (either now or in the future) should be tested. If you both carry a mutation in the same gene then there will be an increased risk of having an affected child.
\r\n\r\nIf your partner is not a carrier for the same recessive disorder, the risk of having an affected child will be very remote. There will, however, be a 1 in 2 chance of your child being a carrier, like yourself, but this will not affect their health.
\r\n\r\nWhere both partners are carriers of the same disorder-causing mutation for a recessive condition, there will be a 1 in 4 chance of having an affected child.
\r\n\r\nGiven the serious nature of many Jewish genetic disorders, it is important to understand the implications of being a carrier couple. It is advisable to be referred to your regional genetics service where you can meet with a genetic counsellor to discuss the implications and options available that may reduce the risk of passing on a disorder should you be planning children.
\r\n\r\nAlthough the term ‘carrier’ is commonly used in reference to recessive disorders, it can also be used in the context of dominant conditions. Dominant genetic disorders are those in which a mutation in just one copy of the gene pair is required for the disorder to develop.
\r\n\r\nAn individual who carries a mutation for a dominant disorder usually manifests the disorder and therefore tends to be known as being affected by, rather than a carrier of, that disorder. For some dominant disordersA dominant disorder requires only one copy of a specific disorder-related mutation to be passed onto their child for the disorder to be inherited, only a percentage of individuals who carry the mutated gene will develop the disorders e.g. DYT1 generalised dystonia and breast/ovarian cancers (BRCA 1 and 2).
\r\n\r\nWhether affected or not, an individual who carries the mutation for a dominant disorder has a 1 in 2 chance of passing the mutation onto their children - greatly increasing the risk of the children developing the disorder.
\r\n\r\nAny individual who carries a mutation for a dominant disorder is advised to meet with a genetic counsellor to discuss the implications regarding their own health and that of their children.
\r\n\r\nMore information about recessive and dominant inheritance can be found in the introduction to genetics section.
\r\n\r\nA summary of the various options available for couples who are at risk of having a child affected with a recessive or dominant genetic disorder are outlined briefly below and can be explained further by a genetic counsellor:
\r\n\r\nPrenatal diagnosis, also known as prenatal testing, is performed during pregnancy to assess the health status of the foetus. The two main types of prenatal diagnostic tests are:
\r\n\r\nThe two tests differ in timing, process and risk of miscarriage, however, the genetic testing procedure on the extracted sample cells tends to be the same for both.
\r\n\r\nIf the results of the prenatal diagnosis find that the genetic disorder has been passed onto the foetus, further information and support are available to you from your genetic counsellor and also from an organisation called ARC (Antenatal results and choices).
\r\n\r\nThis is a technology which utilises in vitro fertilisation techniques (IVF or test-tube baby) to create an embryo in the laboratory using eggs and sperm collected from the couple. The embryos are tested for the gene in question, in order to identify the ones that will be affected with the genetic condition. Unaffected embryos can then be transferred into the womb, in the hope that a pregnancy will result which will not develop the genetic condition tested for.
\r\n\r\nIn the UK there are a small number of centres that offer PGD treatment, see the HFEA website for details. Before being referred to a PGD clinic you should be referred to your regional genetics service to discuss all the options fully.
\r\n\r\nIf both members of the couple are carriers then another way to avoid having an affected child is to use a sperm or egg from a donor individual who is not a carrier.
\r\n\r\nSome couples who are at risk of having a child with a genetic condition decide to adopt children thereby removing the chance that they will pass the disorder onto their children.
\r\n\r\nIn some situations couples feel that none of the above options are appropriate for them, and so they decide not to have children, or not to extend their family if they already have children.
\r\n\r\n\r\n \r\n\r\nWe all have two copies of every geneThe basic unit of inheritance. A gene is comprised of DNA, and contains the code for a specific product, usually a protein such as an enzyme.. An individual is referred to as being a ‘carrier’ if they have one copy of a gene that contains a potentially harmful genetic change from one parent and one normal copy from the other parent.
\r\n\r\nThe human genome contains around 25,000 different genes. It is estimated that everyone is a carrier of around half a dozen rare recessive genetic mutationsStructural changes in a gene - they can be alterations to a gene’s size, arrangement, or molecular sequence. that could lead to disease – this is actually normal and not something to be uncomfortable about.
\r\n\r\nThe significance of being a carrier of a recessive gene is dependent on whether your partner is also a carrier. In most couples it is unlikely that partners will carry the same mutations as most recessive disordersA recessive disorder requires both parents to carry a specific disorder-related mutation and pass it onto their child for the disorder to be inherited. are exceedingly rare. However, when partners come from the same ethnic group e.g. Jewish, there may be some genetic conditions that are more common in that group.
\r\n\r\nBeing a carrier of a recessive genetic disorder does not affect your own health because the one normal copy of the gene that you have compensates for the mutated copy. You can, however, pass the mutation on to your children. Children who inherit one copy of the mutated gene from one of their parents will be carriers. There is only a risk of a child being affected with the genetic disorder if they inherit the mutated gene from both parents.
\r\n\r\nIf you are a carrier of a recessive Jewish genetic disorder e.g. Tay Sachs disease, your partner (either now or in the future) should be tested. If you both carry a mutation in the same gene then there will be an increased risk of having an affected child.
\r\n\r\nIf your partner is not a carrier for the same recessive disorder, the risk of having an affected child will be very remote. There will, however, be a 1 in 2 chance of your child being a carrier, like yourself, but this will not affect their health.
\r\n\r\nWhere both partners are carriers of the same disorder-causing mutation for a recessive condition, there will be a 1 in 4 chance of having an affected child.
\r\n\r\nGiven the serious nature of many Jewish genetic disorders, it is important to understand the implications of being a carrier couple. It is advisable to be referred to your regional genetics service where you can meet with a genetic counsellor to discuss the implications and options available that may reduce the risk of passing on a disorder should you be planning children.
\r\n\r\nAlthough the term ‘carrier’ is commonly used in reference to recessive disorders, it can also be used in the context of dominant conditions. Dominant genetic disorders are those in which a mutation in just one copy of the gene pair is required for the disorder to develop.
\r\n\r\nAn individual who carries a mutation for a dominant disorder usually manifests the disorder and therefore tends to be known as being affected by, rather than a carrier of, that disorder. For some dominant disordersA dominant disorder requires only one copy of a specific disorder-related mutation to be passed onto their child for the disorder to be inherited, only a percentage of individuals who carry the mutated gene will develop the disorders e.g. DYT1 generalised dystonia and breast/ovarian cancers (BRCA 1 and 2).
\r\n\r\nWhether affected or not, an individual who carries the mutation for a dominant disorder has a 1 in 2 chance of passing the mutation onto their children - greatly increasing the risk of the children developing the disorder.
\r\n\r\nAny individual who carries a mutation for a dominant disorder is advised to meet with a genetic counsellor to discuss the implications regarding their own health and that of their children.
\r\n\r\nMore information about recessive and dominant inheritance can be found in the introduction to genetics section.
\r\n\r\nA summary of the various options available for couples who are at risk of having a child affected with a recessive or dominant genetic disorder are outlined briefly below and can be explained further by a genetic counsellor:
\r\n\r\nPrenatal diagnosis, also known as prenatal testing, is performed during pregnancy to assess the health status of the foetus. The two main types of prenatal diagnostic tests are:
\r\n\r\nThe two tests differ in timing, process and risk of miscarriage, however, the genetic testing procedure on the extracted sample cells tends to be the same for both.
\r\n\r\nIf the results of the prenatal diagnosis find that the genetic disorder has been passed onto the foetus, further information and support are available to you from your genetic counsellor and also from an organisation called ARC (Antenatal results and choices).
\r\n\r\nThis is a technology which utilises in vitro fertilisation techniques (IVF or test-tube baby) to create an embryo in the laboratory using eggs and sperm collected from the couple. The embryos are tested for the gene in question, in order to identify the ones that will be affected with the genetic condition. Unaffected embryos can then be transferred into the womb, in the hope that a pregnancy will result which will not develop the genetic condition tested for.
\r\n\r\nIn the UK there are a small number of centres that offer PGD treatment, see the HFEA website for details. Before being referred to a PGD clinic you should be referred to your regional genetics service to discuss all the options fully.
\r\n\r\nIf both members of the couple are carriers then another way to avoid having an affected child is to use a sperm or egg from a donor individual who is not a carrier.
\r\n\r\nSome couples who are at risk of having a child with a genetic condition decide to adopt children thereby removing the chance that they will pass the disorder onto their children.
\r\n\r\nIn some situations couples feel that none of the above options are appropriate for them, and so they decide not to have children, or not to extend their family if they already have children.
\r\n\r\n\r\n \r\n\r\nGenetic carrier screening is a process of systematically offering a carrier test to a whole population (or sub-population) of healthy people, for a gene mutationA mutation refers to a structural change in a gene. It can be an alteration to a gene’s size, arrangement, or molecular sequence that is known to be common in that group.
\r\n\r\nIn the UK, screening for Tay Sachs disease in the Ashkenazi Jewish population is NHS-funded.
\r\n\r\nFor individuals of Jewish origin, there are a number of ways in which Tay-Sachs carrier testing can be accessed on the NHS. The main service options are outlined below and further details for each can be found by clicking on the relevant links:
\r\n\r\nIf you are not Jewish but have a history of Tay-Sachs disease in your family, your GP can refer you to a Regional Genetics Service for carrier testing covered by the NHS.
\r\n\r\nThere is also the option of having private carrier testing for Tay-Sachs disease. Details of these private options can be found in the section carrier testing for other JGDs.
\r\n\r\n\r\n \r\n\r\n', 'Tay-Sachs Carrier Screening', '', 'publish', 'closed', 'closed', '', 'tay_sachs_carrier_screening', '', '', '2018-02-05 07:06:12', '2018-02-05 07:06:12', '', 28, 'http://mlajnetics.local//?page_id=37', 0, 'page', '', 0), (38, 1, '2018-02-05 06:25:02', '2018-02-05 06:25:02', '\r\nGenetic carrier screening is a process of systematically offering a carrier test to a whole population (or sub-population) of healthy people, for a gene mutationA mutation refers to a structural change in a gene. It can be an alteration to a gene’s size, arrangement, or molecular sequence that is known to be common in that group.
\r\n\r\nIn the UK, screening for Tay Sachs disease in the Ashkenazi Jewish population is NHS-funded.
\r\n\r\nFor individuals of Jewish origin, there are a number of ways in which Tay-Sachs carrier testing can be accessed on the NHS. The main service options are outlined below and further details for each can be found by clicking on the relevant links:
\r\n\r\nIf you are not Jewish but have a history of Tay-Sachs disease in your family, your GP can refer you to a Regional Genetics Service for carrier testing covered by the NHS.
\r\n\r\nThere is also the option of having private carrier testing for Tay-Sachs disease. Details of these private options can be found in the section carrier testing for other JGDs.
\r\n\r\n\r\n \r\n\r\n', 'Tay-Sachs Carrier Screening', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2018-02-05 06:25:02', '2018-02-05 06:25:02', '', 37, 'http://mlajnetics.local//37-revision-v1/', 0, 'revision', '', 0), (46, 1, '2018-02-05 06:42:11', '2018-02-05 06:42:11', 'a:7:{s:8:"location";a:1:{i:0;a:2:{i:0;a:3:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"page";}i:1;a:3:{s:5:"param";s:9:"page_type";s:8:"operator";s:2:"!=";s:5:"value";s:10:"front_page";}}}s:8:"position";s:6:"normal";s:5:"style";s:7:"default";s:15:"label_placement";s:3:"top";s:21:"instruction_placement";s:5:"label";s:14:"hide_on_screen";s:0:"";s:11:"description";s:0:"";}', 'Page Custom', 'page-custom', 'publish', 'closed', 'closed', '', 'group_5a77fb76e67d6', '', '', '2018-02-08 11:20:29', '2018-02-08 11:20:29', '', 0, 'http://mlajnetics.local//?post_type=acf-field-group&p=46', 0, 'acf-field-group', '', 0), (47, 1, '2018-02-05 06:42:11', '2018-02-05 06:42:11', 'a:10:{s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:9:"maxlength";s:0:"";}', 'Color Class', 'color', 'publish', 'closed', 'closed', '', 'field_5a77fba661d85', '', '', '2018-02-05 06:54:43', '2018-02-05 06:54:43', '', 46, 'http://mlajnetics.local//?post_type=acf-field&p=47', 0, 'acf-field', '', 0), (48, 1, '2018-02-05 06:42:11', '2018-02-05 06:42:11', 'a:8:{s:4:"type";s:8:"nav_menu";s:12:"instructions";s:0:"";s:8:"required";i:0;s:17:"conditional_logic";i:0;s:7:"wrapper";a:3:{s:5:"width";s:0:"";s:5:"class";s:0:"";s:2:"id";s:0:"";}s:11:"save_format";s:2:"id";s:9:"container";s:3:"div";s:10:"allow_null";i:0;}', 'Menu', 'menu', 'publish', 'closed', 'closed', '', 'field_5a77fbb861d86', '', '', '2018-02-05 06:42:50', '2018-02-05 06:42:50', '', 46, 'http://mlajnetics.local//?post_type=acf-field&p=48', 1, 'acf-field', '', 0), (56, 1, '2018-02-05 06:44:47', '2018-02-05 06:44:47', '', 'Introduction To JGDs', '', 'publish', 'closed', 'closed', '', '56', '', '', '2018-02-05 06:48:12', '2018-02-05 06:48:12', '', 0, 'http://mlajnetics.local//?p=56', 1, 'nav_menu_item', '', 0), (57, 1, '2018-02-05 06:44:47', '2018-02-05 06:44:47', '', 'Disorders We Cover', '', 'publish', 'closed', 'closed', '', '57', '', '', '2018-02-05 06:48:12', '2018-02-05 06:48:12', '', 2, 'http://mlajnetics.local//?p=57', 2, 'nav_menu_item', '', 0), (58, 1, '2018-02-05 06:44:47', '2018-02-05 06:44:47', ' ', '', '', 'publish', 'closed', 'closed', '', '58', '', '', '2018-02-05 06:48:12', '2018-02-05 06:48:12', '', 2, 'http://mlajnetics.local//?p=58', 5, 'nav_menu_item', '', 0), (59, 1, '2018-02-05 06:44:47', '2018-02-05 06:44:47', ' ', '', '', 'publish', 'closed', 'closed', '', '59', '', '', '2018-02-05 06:48:12', '2018-02-05 06:48:12', '', 2, 'http://mlajnetics.local//?p=59', 3, 'nav_menu_item', '', 0), (60, 1, '2018-02-05 06:44:47', '2018-02-05 06:44:47', ' ', '', '', 'publish', 'closed', 'closed', '', '60', '', '', '2018-02-05 06:48:12', '2018-02-05 06:48:12', '', 2, 'http://mlajnetics.local//?p=60', 4, 'nav_menu_item', '', 0), (61, 1, '2018-02-05 06:44:47', '2018-02-05 06:44:47', ' ', '', '', 'publish', 'closed', 'closed', '', '61', '', '', '2018-02-05 06:48:12', '2018-02-05 06:48:12', '', 2, 'http://mlajnetics.local//?p=61', 6, 'nav_menu_item', '', 0), (62, 1, '2018-02-05 06:44:48', '2018-02-05 06:44:48', ' ', '', '', 'publish', 'closed', 'closed', '', '62', '', '', '2018-02-05 06:48:12', '2018-02-05 06:48:12', '', 2, 'http://mlajnetics.local//?p=62', 7, 'nav_menu_item', '', 0) ; INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (63, 1, '2018-02-05 06:44:48', '2018-02-05 06:44:48', ' ', '', '', 'publish', 'closed', 'closed', '', '63', '', '', '2018-02-05 06:48:12', '2018-02-05 06:48:12', '', 2, 'http://mlajnetics.local//?p=63', 8, 'nav_menu_item', '', 0), (64, 1, '2018-02-05 06:49:10', '2018-02-05 06:49:10', 'Genetic testing refers to any testing procedure used to detect the presence or absence of, or a change in, a particular gene or chromosome.
\r\n\r\nThere are a number of different circumstances under which genetic testing may be offered. For example, testing can be used to confirm whether a person has or is likely to develop a genetic disorder, or if he or she is at risk of passing a genetic condition onto their children.
\r\n\r\nGenetic testing is used for a number of different purposes. Tests are referred to differently accordingly to their purpose and context, however, the laboratory procedures used across the various tests are often exactly the same.
\r\n\r\nThe main uses of genetic testing relevant to jewish genetic disorders are summarised below.
\r\n\r\nMore information about each of these tests can be accessed by clicking on the relevant tabs in the side menu bar.
\r\n\r\nOften the terms ‘screening’ and ‘testing’ are used interchangeably, even though they are not the same. The following descriptions help to highlight the differences between the two processes.
\r\n\r\nMore information about carrier screening and testing for Jewish genetic disorders, genetic counselling, and information for carriers can be accessed by clicking on the relevant side menu tabs. Throughout all the materials there are a number of links that can be clicked on to view further information and support.
\r\n\r\n\r\n ', 'Introduction', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2018-02-05 06:49:10', '2018-02-05 06:49:10', '', 28, 'http://mlajnetics.local//28-revision-v1/', 0, 'revision', '', 0), (65, 1, '2018-02-05 06:55:53', '2018-02-05 06:55:53', ' ', '', '', 'publish', 'closed', 'closed', '', '65', '', '', '2018-02-07 13:06:26', '2018-02-07 13:06:26', '', 0, 'http://mlajnetics.local//?p=65', 1, 'nav_menu_item', '', 0), (66, 1, '2018-02-05 06:55:53', '2018-02-05 06:55:53', ' ', '', '', 'publish', 'closed', 'closed', '', '66', '', '', '2018-02-07 13:06:26', '2018-02-07 13:06:26', '', 28, 'http://mlajnetics.local//?p=66', 5, 'nav_menu_item', '', 0), (67, 1, '2018-02-05 06:55:53', '2018-02-05 06:55:53', ' ', '', '', 'publish', 'closed', 'closed', '', '67', '', '', '2018-02-07 13:06:26', '2018-02-07 13:06:26', '', 28, 'http://mlajnetics.local//?p=67', 4, 'nav_menu_item', '', 0), (68, 1, '2018-02-05 06:55:53', '2018-02-05 06:55:53', ' ', '', '', 'publish', 'closed', 'closed', '', '68', '', '', '2018-02-07 13:06:26', '2018-02-07 13:06:26', '', 28, 'http://mlajnetics.local//?p=68', 3, 'nav_menu_item', '', 0), (69, 1, '2018-02-05 06:55:53', '2018-02-05 06:55:53', ' ', '', '', 'publish', 'closed', 'closed', '', '69', '', '', '2018-02-07 13:06:26', '2018-02-07 13:06:26', '', 28, 'http://mlajnetics.local//?p=69', 2, 'nav_menu_item', '', 0), (70, 1, '2018-02-05 06:56:34', '2018-02-05 06:56:34', 'This refers to a genetic test used to help confirm or rule out a suspected genetic condition in a person who is showing symptoms.
\r\n\r\nSomeone may be offered diagnostic genetic testing if they were exhibiting symptoms that suggested a specific genetic condition. This type of testing can be carried out on individuals of any age to help establish a diagnosis.
\r\n\r\nIf a doctor suspects that a person’s health problems are as a result of a genetic disorder, they can arrange for genetic testing to be performed to clarify the diagnosis. Diagnostic testing may also be arranged by a specialist e.g. a paediatrician who would send a blood sample to a genetics laboratory or by a clinical geneticist (a doctor specialising in diagnosing genetic conditions) who would organise the appropriate genetic testing directly.
\r\n\r\nDiagnostic testing has the benefit of confirming a diagnosis and so can help an individual to access the appropriate medical management for their condition. It is important to remember, however, that establishing a diagnosis in an individual may have implications for other family members as well.
\r\n\r\nWhen considering having diagnostic genetic testing, it is important to meet with a genetic counsellor who will help explain the varied implications for you and other family members. For more information about the purpose, benefits and how to contact a genetic counsellor, please refer to the genetic counselling section.
\r\n\r\n\r\n \r\n', 'Diagnostic Genetic Testing', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2018-02-05 06:56:34', '2018-02-05 06:56:34', '', 31, 'http://mlajnetics.local//31-revision-v1/', 0, 'revision', '', 0), (71, 1, '2018-02-05 06:57:21', '2018-02-05 06:57:21', 'A genetic disorder is a condition that is caused by an abnormality in an individual’s DNA. Lots of different disorders are now known to be caused by this, and more are being described all the time.
\r\n\r\nThese are genetic disorders which are more common in people who have Jewish ancestry than in the general population. This does not mean that only Jewish people are affected, but it does mean that people who are Jewish, or are of Jewish descent, have an increased risk of having one of these conditions.
\r\n\r\nMany years ago, Jewish communities were small and isolated, with members tending to marry within their communities. A small number of people over many, many generations can pass on a DNA abnormality within an ethnic community, even when that community is no longer small and isolated. For this reason, most ethnic groups have genetic disorders which are more common in that population than in the rest of the world.
\r\n\r\nThe answer is changing all the time as new discoveries are made. At the moment, scientists and doctors have studied and identified in detail over 30 conditions which are particularly relevant to people who have Jewish ancestry. Some particularly affect those of Sephardi ancestry and some particularly affect those of Ashkenazi ancestry.
\r\n\r\nJewish people can usually trace their origins back to either Ashkenazi or Sephardi roots, or to both. Ashkenazi Jews are at risk from a different group of genetic disorders than those affecting Sephardi Jews.
\r\n\r\nSephardi disorders also tend to be specific to community of birth and do not affect all Sephardi Jews to the same extent. This means that disorders that are more common among Sephardi Jews from one region e.g. Tunisia tend to differ from those that are more common among Sephardi Jews from other areas e.g. Syria and Morocco.
\r\n\r\nMost Jewish genetic disorders are inherited in a recessive way. This means that both parents need to be a ‘carrier’ of the same condition in order for there to be an increased chance of their children being affected.
\r\n\r\nWith recessive genetic disorders, ‘carriers’ are not themselves affected by the condition. As such, affected children can often be born to families that have no other known cases of the genetic condition among their relatives.
\r\n\r\nA few of the disorders are inherited in a dominant way. This means that only one parent needs to be a ‘carrier’ of a disorder in order for there to be an increased chance of their child being affected. With dominant conditions, the parent ‘carrier’ may or may not be themselves affected by the condition.
\r\n\r\nFor a more complete explanation about inheritance see introduction to genetics.
\r\n\r\nThe majority of these conditions are rare. It is not uncommon, however, for people to be a ‘carrier’ for one or more disorders.
\r\n\r\nIt is estimated that everyone of Ashkenazi Jewish ancestry has a 1 in 5 chance of carrying at least one of the main Jewish genetic disorders.
\r\n\r\n\r\n\r\n', 'Introduction To Jewish Genetic Disorders', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-02-05 06:57:21', '2018-02-05 06:57:21', '', 2, 'http://mlajnetics.local//2-revision-v1/', 0, 'revision', '', 0), (72, 1, '2018-02-05 06:59:13', '2018-02-05 06:59:13', '
This section contains three resource areas that include links to information and support relevant to the different Jewish genetic disorders covered by Jnetics.
\r\n\r\nLinks to resources that relate to specific disorders e.g. if you are particularly interested in Gaucher disease – you will find details of the Gauchers Association UK and other groups that offer specialised information and support for this condition.
\r\n\r\nLinks to umbrella groups that provide general information and support for a wide spectrum of genetic conditions, including Jewish genetic disorders – particularly useful for conditions that have no dedicated patient group themselves e.g. Canavan disease.
\r\n\r\nLinks to key international resources dedicated to promoting awareness, screening and/or research into Jewish genetic disorders e.g. Chicago Center for Jewish Genetic Disorders.
\r\n', 'JGD Resources', '', 'publish', 'closed', 'closed', '', 'jgd-resources', '', '', '2018-02-05 07:01:35', '2018-02-05 07:01:35', '', 0, 'http://mlajnetics.local//?page_id=72', 0, 'page', '', 0), (73, 1, '2018-02-05 06:59:13', '2018-02-05 06:59:13', 'This section contains three resource areas that include links to information and support relevant to the different Jewish genetic disorders covered by Jnetics.
\r\n\r\nLinks to resources that relate to specific disorders e.g. if you are particularly interested in Gaucher disease – you will find details of the Gauchers Association UK and other groups that offer specialised information and support for this condition.
\r\n\r\nLinks to umbrella groups that provide general information and support for a wide spectrum of genetic conditions, including Jewish genetic disorders – particularly useful for conditions that have no dedicated patient group themselves e.g. Canavan disease.
\r\n\r\nLinks to key international resources dedicated to promoting awareness, screening and/or research into Jewish genetic disorders e.g. Chicago Center for Jewish Genetic Disorders.
\r\n', 'JGD Resources', '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2018-02-05 06:59:13', '2018-02-05 06:59:13', '', 72, 'http://mlajnetics.local//72-revision-v1/', 0, 'revision', '', 0), (74, 1, '2018-02-05 06:59:26', '2018-02-05 06:59:26', '', 'banner_option3', '', 'inherit', 'open', 'closed', '', 'banner_option3', '', '', '2018-02-07 16:18:42', '2018-02-07 16:18:42', '', 72, 'http://mlajnetics.local//wp-content/uploads/2018/02/banner_option3.jpg', 0, 'attachment', 'image/jpeg', 0), (75, 1, '2018-02-05 07:01:35', '2018-02-05 07:01:35', 'This section contains three resource areas that include links to information and support relevant to the different Jewish genetic disorders covered by Jnetics.
\r\n\r\nLinks to resources that relate to specific disorders e.g. if you are particularly interested in Gaucher disease – you will find details of the Gauchers Association UK and other groups that offer specialised information and support for this condition.
\r\n\r\nLinks to umbrella groups that provide general information and support for a wide spectrum of genetic conditions, including Jewish genetic disorders – particularly useful for conditions that have no dedicated patient group themselves e.g. Canavan disease.
\r\n\r\nLinks to key international resources dedicated to promoting awareness, screening and/or research into Jewish genetic disorders e.g. Chicago Center for Jewish Genetic Disorders.
\r\n', 'JGD Resources', '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2018-02-05 07:01:35', '2018-02-05 07:01:35', '', 72, 'http://mlajnetics.local//72-revision-v1/', 0, 'revision', '', 0), (76, 1, '2018-02-05 07:02:34', '2018-02-05 07:02:34', 'This section includes links to genetic testing services for Tay-Sachs disease and other Jewish genetic disorders; and counselling services that offer support for people dealing with a range of issues relating to genetic conditions.
\r\n
Please click on the titles to open and close the following information sections.
\r\n\r\nThe Clinical Genetics Department runs a walk-in clinic for Tay Sachs disease screening on Monday mornings (except Bank holidays) between 9.30am and 11am. The service is free and no referral or appointment is needed.
\r\n\r\nGenetics Clinic, 7th Floor Borough Wing, Guy’s Hospital, Great Maze Pond, London SE1 9RT
\r\nTelephone: 020 7188 1364
The Department of Chemical Pathology offers a screening service on Thursday mornings. You can book your appointment in advance at the following link
\r\n\r\nBarnet General Hospital, Department of Chemical Pathology, Wellhouse Lane, Herts EN5 3DJ
\r\nTelephone: 020 8216 4313
\r\n
In addition to ‘Jnetics Screening Services’, a number of other providers also offer testing for Jewish genetic disorders.
\r\n\r\nWithin the framework of the existing walk-in clinic, Guy’s and St Thomas’ Hospital are now piloting a new self-funded (private) service that tests for 9 recessive disorders – including Tay-Sachs. Details about this service can be found on their website or by phoning the clinic, or on the ‘Guy’s Carrier Testing Service’ link on our website.
\r\n\r\nGenetics Clinic, 7th Floor Borough Wing, Guy’s Hospital, Great Maze Pond, London SE1 9RT. Telephone: 020 7188 1364
\r\n\r\nIn addition to the service at Guy’s and Barnet Hospital, there are a number of other private testing options that cover a range of Jewish genetic disorders. Inclusion of these private options by Jnetics does not represent an endorsement of their services.
\r\n\r\nDor Yeshorim is an international genetic screening organisation established within the Orthodox Jewish community to prevent Jewish genetic disorders. They offer testing for 9 recessive disorders (plus Gaucher Disease on request) to unmarried, previously un-tested individuals who intend to find a spouse by arranged marriage. Results are not supplied but a PIN number is given and checked against that of a potential spouse to assess compatibility. Local centres in the UK can be contacted without referral to find out details of their private screening.
\r\n\r\nUSA Telephone: 001 718 384 2332
\r\n\r\nTDL is the largest independent provider of clinical laboratory diagnostic services in the UK. It offers testing for 9 recessive Ashkenazi Jewish genetic disorders (plus Gaucher disease and other on request and at extra cost). The private screening service is available to anyone and results are given directly to the individuals being tested.
\r\n\r\nTel: 020 7307 7373
\r\nE:mail: tdl@tdlpathology.com
This commercial company, previously the Leeds Screening Centre, offers a wide range of health screening and ultrasound imaging facilities direct to the public. Their Alef8 genetic screening service provides a DNA test for 8 recessive genetic disorders that are of particular relevance to Ashkenazi Jews.
\r\n\r\nTel: 0845 272 9999
\r\nE-mail: info@thisismy.co.uk
\r\n
This website, of the British Society for Genetic Medicine (BSGM), provides a directory of UK genetic centres. The BSGM is an independent body representing UK genetics professionals.
\r\nUsing the directory, your local genetic centre can be identified and contacted to arrange a meeting with one of their genetic counsellors.
National Telephone: 0121 627 2634
\r\nEmail: bshg@bshg.org.uk
BACP members are individuals and organisations concerned with counselling in a variety of settings. The organisation publishes directories of counselling services and will refer enquirers to a local counsellor free of charge.
\r\n\r\nTel 01455 883300
\r\nEmail: enquiries@bacp.co.uk
\r\n
\r\n\r\n
ARC is the only national charity which provides non-directive support and information to expectant and bereaved parents throughout and after the antenatal screening and testing process.
\r\n\r\nTelephone helpline: 020 7631 0285
\r\n\r\nThis charity helps bereaved children and their families to get the best possible help, recognition and understanding following their loss. They provide information, signposting and a helpline, and can provide counselling via children’s workshops, one-to-one or for the whole family and also offer consultancy work to inform and empower professionals.
\r\n\r\nTelephone: 020 8446 7452
\r\nEmail: contact@griefencounter.org.uk
\r\n\r\n
HFEA is a non-departmental Government body that regulates and inspects all UK clinics providing IVF, donor insemination or the storage of eggs, sperm or embryos. It licenses and provides information on UK fertility clinics and centres carrying out in vitro fertilisation (IVF), other assisted conception procedures and human embryo research.
\r\n\r\n\r\n\r\n
This section includes links to genetic testing services for Tay-Sachs disease and other Jewish genetic disorders; and counselling services that offer support for people dealing with a range of issues relating to genetic conditions.
\r\n
Please click on the titles to open and close the following information sections.
\r\n\r\nThe Clinical Genetics Department runs a walk-in clinic for Tay Sachs disease screening on Monday mornings (except Bank holidays) between 9.30am and 11am. The service is free and no referral or appointment is needed.
\r\n\r\nGenetics Clinic, 7th Floor Borough Wing, Guy’s Hospital, Great Maze Pond, London SE1 9RT
\r\nTelephone: 020 7188 1364
The Department of Chemical Pathology offers a screening service on Thursday mornings. You can book your appointment in advance at the following link
\r\n\r\nBarnet General Hospital, Department of Chemical Pathology, Wellhouse Lane, Herts EN5 3DJ
\r\nTelephone: 020 8216 4313
\r\n
In addition to ‘Jnetics Screening Services’, a number of other providers also offer testing for Jewish genetic disorders.
\r\n\r\nWithin the framework of the existing walk-in clinic, Guy’s and St Thomas’ Hospital are now piloting a new self-funded (private) service that tests for 9 recessive disorders – including Tay-Sachs. Details about this service can be found on their website or by phoning the clinic, or on the ‘Guy’s Carrier Testing Service’ link on our website.
\r\n\r\nGenetics Clinic, 7th Floor Borough Wing, Guy’s Hospital, Great Maze Pond, London SE1 9RT. Telephone: 020 7188 1364
\r\n\r\nIn addition to the service at Guy’s and Barnet Hospital, there are a number of other private testing options that cover a range of Jewish genetic disorders. Inclusion of these private options by Jnetics does not represent an endorsement of their services.
\r\n\r\nDor Yeshorim is an international genetic screening organisation established within the Orthodox Jewish community to prevent Jewish genetic disorders. They offer testing for 9 recessive disorders (plus Gaucher Disease on request) to unmarried, previously un-tested individuals who intend to find a spouse by arranged marriage. Results are not supplied but a PIN number is given and checked against that of a potential spouse to assess compatibility. Local centres in the UK can be contacted without referral to find out details of their private screening.
\r\n\r\nUSA Telephone: 001 718 384 2332
\r\n\r\nTDL is the largest independent provider of clinical laboratory diagnostic services in the UK. It offers testing for 9 recessive Ashkenazi Jewish genetic disorders (plus Gaucher disease and other on request and at extra cost). The private screening service is available to anyone and results are given directly to the individuals being tested.
\r\n\r\nTel: 020 7307 7373
\r\nE:mail: tdl@tdlpathology.com
This commercial company, previously the Leeds Screening Centre, offers a wide range of health screening and ultrasound imaging facilities direct to the public. Their Alef8 genetic screening service provides a DNA test for 8 recessive genetic disorders that are of particular relevance to Ashkenazi Jews.
\r\n\r\nTel: 0845 272 9999
\r\nE-mail: info@thisismy.co.uk
\r\n
This website, of the British Society for Genetic Medicine (BSGM), provides a directory of UK genetic centres. The BSGM is an independent body representing UK genetics professionals.
\r\nUsing the directory, your local genetic centre can be identified and contacted to arrange a meeting with one of their genetic counsellors.
National Telephone: 0121 627 2634
\r\nEmail: bshg@bshg.org.uk
BACP members are individuals and organisations concerned with counselling in a variety of settings. The organisation publishes directories of counselling services and will refer enquirers to a local counsellor free of charge.
\r\n\r\nTel 01455 883300
\r\nEmail: enquiries@bacp.co.uk
\r\n
\r\n\r\n
ARC is the only national charity which provides non-directive support and information to expectant and bereaved parents throughout and after the antenatal screening and testing process.
\r\n\r\nTelephone helpline: 020 7631 0285
\r\n\r\nThis charity helps bereaved children and their families to get the best possible help, recognition and understanding following their loss. They provide information, signposting and a helpline, and can provide counselling via children’s workshops, one-to-one or for the whole family and also offer consultancy work to inform and empower professionals.
\r\n\r\nTelephone: 020 8446 7452
\r\nEmail: contact@griefencounter.org.uk
\r\n\r\n
HFEA is a non-departmental Government body that regulates and inspects all UK clinics providing IVF, donor insemination or the storage of eggs, sperm or embryos. It licenses and provides information on UK fertility clinics and centres carrying out in vitro fertilisation (IVF), other assisted conception procedures and human embryo research.
\r\n\r\n\r\n\r\n
Camp Simcha exists to improve the quality of life of children suffering from Cancer or other life threatening illnesses. Their services include support for parents, support for siblings, family outings and parties, summer day camp, big brother/sister volunteers, respite care programme, hospital transport, family retreat and children’s retreat.
\r\n\r\nTelephone: 020 8202 9297
\r\nEmail: office@campsimcha.org.uk
Chai is the Jewish community’s cancer support organisation that provides many services including counselling, therapies, complementary therapies, helpline, social and physical activities, advocacy and advice and expert lectures. Services are available to patients, families and friends from their Hendon base, Redbridge, South London, and Greater Manchester.
\r\n\r\nTelephone. 020 8202 2211
\r\nFreephone Helpline: 0808 808 4567
\r\nEmail: info@chaicancercare.org
Chana is a charity that helps people in the Jewish community understand and deal with the challenges of infertility. It provides specialist medical support and information, confidential counseling and helpline, a well-woman service, lectures, resources and a buddy scheme.
\r\n\r\nTelephone: 020 8203 8455
\r\nHelpline: 020 8201 5774
\r\nEmail - info@chana.org.uk
The JMC is a not-for-profit organisation set up to provide sensitive support for Jewish individuals, couples and families. Services offered by JMC include: counselling, various advice services, courses and workshops, and a professional personalised introduction agency.
\r\n\r\nTelephone: 020 8203 6311
\r\nE-mail: info@jmc-uk.org
JVN is the one stop shop for Jewish volunteering, working across the community and throughout the UK with individuals and organisations. JVN promotes volunteering and matches people who want to volunteer with volunteering opportunities. One of their initiatives, called the Gateway Project, aims to involve everyone in volunteering, no matter what their personal barriers are. Through the Gateway Project the JVN matches people with physical disabilities or people with a mental health challenge or learning disability with a suitable volunteering opportunity.
\r\n\r\nTelephone: 020 8203 6427
\r\nEmail: info@jvn.org.uk
Jweb is an on-line guide to what’s available and what’s happening for people with learning disabilities in the Jewish community. They list organisations, professionals and events throughout the UK. They also offer forums and information packs.
\r\n\r\nContact Jweb via their website.
\r\n\r\nNorwood provides support to people with learning disabilities, and children and families dealing with disadvantage, helping them to improve the quality of their lives and achieve their goals. They offer a broad range of support and services through their Children and Family Centres. These services include toy libraries, mother and toddler groups, therapy rooms and counselling.
\r\n\r\nTelephone: Norwood Direct 020 8809 8809
\r\nEmail: info@norwood.org.uk
Has an on-line forum aimed specifically at the Jewish community to help those at risk of developing the disease due to the BRCA1 and BRCA2 gene mutations prevalent in the Ashkenazi population.
\r\n\r\n24 hour helpline: 01629 813 000
\r\n', 'Jewish Community Resources and Support', '', 'publish', 'closed', 'closed', '', 'jewish_community_resources_and_support', '', '', '2018-02-05 07:04:27', '2018-02-05 07:04:27', '', 72, 'http://mlajnetics.local//?page_id=78', 0, 'page', '', 0), (79, 1, '2018-02-05 07:04:27', '2018-02-05 07:04:27', 'Camp Simcha exists to improve the quality of life of children suffering from Cancer or other life threatening illnesses. Their services include support for parents, support for siblings, family outings and parties, summer day camp, big brother/sister volunteers, respite care programme, hospital transport, family retreat and children’s retreat.
\r\n\r\nTelephone: 020 8202 9297
\r\nEmail: office@campsimcha.org.uk
Chai is the Jewish community’s cancer support organisation that provides many services including counselling, therapies, complementary therapies, helpline, social and physical activities, advocacy and advice and expert lectures. Services are available to patients, families and friends from their Hendon base, Redbridge, South London, and Greater Manchester.
\r\n\r\nTelephone. 020 8202 2211
\r\nFreephone Helpline: 0808 808 4567
\r\nEmail: info@chaicancercare.org
Chana is a charity that helps people in the Jewish community understand and deal with the challenges of infertility. It provides specialist medical support and information, confidential counseling and helpline, a well-woman service, lectures, resources and a buddy scheme.
\r\n\r\nTelephone: 020 8203 8455
\r\nHelpline: 020 8201 5774
\r\nEmail - info@chana.org.uk
The JMC is a not-for-profit organisation set up to provide sensitive support for Jewish individuals, couples and families. Services offered by JMC include: counselling, various advice services, courses and workshops, and a professional personalised introduction agency.
\r\n\r\nTelephone: 020 8203 6311
\r\nE-mail: info@jmc-uk.org
JVN is the one stop shop for Jewish volunteering, working across the community and throughout the UK with individuals and organisations. JVN promotes volunteering and matches people who want to volunteer with volunteering opportunities. One of their initiatives, called the Gateway Project, aims to involve everyone in volunteering, no matter what their personal barriers are. Through the Gateway Project the JVN matches people with physical disabilities or people with a mental health challenge or learning disability with a suitable volunteering opportunity.
\r\n\r\nTelephone: 020 8203 6427
\r\nEmail: info@jvn.org.uk
Jweb is an on-line guide to what’s available and what’s happening for people with learning disabilities in the Jewish community. They list organisations, professionals and events throughout the UK. They also offer forums and information packs.
\r\n\r\nContact Jweb via their website.
\r\n\r\nNorwood provides support to people with learning disabilities, and children and families dealing with disadvantage, helping them to improve the quality of their lives and achieve their goals. They offer a broad range of support and services through their Children and Family Centres. These services include toy libraries, mother and toddler groups, therapy rooms and counselling.
\r\n\r\nTelephone: Norwood Direct 020 8809 8809
\r\nEmail: info@norwood.org.uk
Has an on-line forum aimed specifically at the Jewish community to help those at risk of developing the disease due to the BRCA1 and BRCA2 gene mutations prevalent in the Ashkenazi population.
\r\n\r\n24 hour helpline: 01629 813 000
\r\n', 'Jewish Community Resources and Support', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2018-02-05 07:04:27', '2018-02-05 07:04:27', '', 78, 'http://mlajnetics.local//78-revision-v1/', 0, 'revision', '', 0), (80, 1, '2018-02-05 07:04:53', '2018-02-05 07:04:53', 'Genetic testing refers to any testing procedure used to detect the presence or absence of, or a change in, a particular gene or chromosome.
\r\n\r\nThere are a number of different circumstances under which genetic testing may be offered. For example, testing can be used to confirm whether a person has or is likely to develop a genetic disorder, or if he or she is at risk of passing a genetic condition onto their children.
\r\n\r\nGenetic testing is used for a number of different purposes. Tests are referred to differently accordingly to their purpose and context, however, the laboratory procedures used across the various tests are often exactly the same.
\r\n\r\nThe main uses of genetic testing relevant to jewish genetic disorders are summarised below.
\r\n\r\nMore information about each of these tests can be accessed by clicking on the relevant tabs in the side menu bar.
\r\n\r\nOften the terms ‘screening’ and ‘testing’ are used interchangeably, even though they are not the same. The following descriptions help to highlight the differences between the two processes.
\r\n\r\nMore information about carrier screening and testing for Jewish genetic disorders, genetic counselling, and information for carriers can be accessed by clicking on the relevant side menu tabs. Throughout all the materials there are a number of links that can be clicked on to view further information and support.
\r\n\r\n\r\n ', 'Introduction', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2018-02-05 07:04:53', '2018-02-05 07:04:53', '', 28, 'http://mlajnetics.local//28-revision-v1/', 0, 'revision', '', 0), (81, 1, '2018-02-05 07:05:29', '2018-02-05 07:05:29', 'Genetic counselling is defined as ‘a communication process which deals with human problems associated with the occurrence or the risk of occurrence, of a genetic disorder in a family’ (American Society of Human Genetics, 1975).
\r\n\r\nGenetic counselling aims to help the individual or family:
\r\n\r\nGenetic counselling provides families at risk of or affected by genetic disorders with the information and support they need to make important decisions about genetic testing, screening and options for having children.
\r\n\r\nWith regards to making decisions, genetic counsellors do not ‘give advice’ or tell you what to do. They do explain all the possible scenarios and options available together with their pros and cons then support you in making the decision that is best for you.
\r\n\r\nGenetic counselling is not a psychological therapy, however, counsellors are able to refer you on to further psychological support should there be a need and interest.
\r\n\r\nGenetic counselling may be appropriate for the following situations:
\r\n\r\nBecause genetic testing is a very personal decision with potentially many far-reaching consequences, it is helpful to discuss its impact beforehand with an informed, objective source.
\r\n\r\nIn addition, due to the rarity of most genetic disorders, many doctors (non-geneticists) may not recognise a genetic disorder or have much in-depth information about it. Discussing a genetic condition with a geneticist or a genetic counsellor can help determine a diagnosis, even when the majority of medical care is done by other specialists.
\r\n\r\nIf any of the above situations are relevant to you, you can ask your GP to you refer to your Regional Genetics Service. In the UK, Genetic counsellors work within the NHS in regional Clinical Genetics departments.
\r\n\r\nA list of the NHS genetics services can be found at:
\r\nwww.bsgm.org.uk/information-education/genetics-centres/
We all have two copies of every geneThe basic unit of inheritance. A gene is comprised of DNA, and contains the code for a specific product, usually a protein such as an enzyme.. An individual is referred to as being a ‘carrier’ if they have one copy of a gene that contains a potentially harmful genetic change from one parent and one normal copy from the other parent.
\r\n\r\nThe human genome contains around 25,000 different genes. It is estimated that everyone is a carrier of around half a dozen rare recessive genetic mutationsStructural changes in a gene - they can be alterations to a gene’s size, arrangement, or molecular sequence. that could lead to disease – this is actually normal and not something to be uncomfortable about.
\r\n\r\nThe significance of being a carrier of a recessive gene is dependent on whether your partner is also a carrier. In most couples it is unlikely that partners will carry the same mutations as most recessive disordersA recessive disorder requires both parents to carry a specific disorder-related mutation and pass it onto their child for the disorder to be inherited. are exceedingly rare. However, when partners come from the same ethnic group e.g. Jewish, there may be some genetic conditions that are more common in that group.
\r\n\r\nBeing a carrier of a recessive genetic disorder does not affect your own health because the one normal copy of the gene that you have compensates for the mutated copy. You can, however, pass the mutation on to your children. Children who inherit one copy of the mutated gene from one of their parents will be carriers. There is only a risk of a child being affected with the genetic disorder if they inherit the mutated gene from both parents.
\r\n\r\nIf you are a carrier of a recessive Jewish genetic disorder e.g. Tay Sachs disease, your partner (either now or in the future) should be tested. If you both carry a mutation in the same gene then there will be an increased risk of having an affected child.
\r\n\r\nIf your partner is not a carrier for the same recessive disorder, the risk of having an affected child will be very remote. There will, however, be a 1 in 2 chance of your child being a carrier, like yourself, but this will not affect their health.
\r\n\r\nWhere both partners are carriers of the same disorder-causing mutation for a recessive condition, there will be a 1 in 4 chance of having an affected child.
\r\n\r\nGiven the serious nature of many Jewish genetic disorders, it is important to understand the implications of being a carrier couple. It is advisable to be referred to your regional genetics service where you can meet with a genetic counsellor to discuss the implications and options available that may reduce the risk of passing on a disorder should you be planning children.
\r\n\r\nAlthough the term ‘carrier’ is commonly used in reference to recessive disorders, it can also be used in the context of dominant conditions. Dominant genetic disorders are those in which a mutation in just one copy of the gene pair is required for the disorder to develop.
\r\n\r\nAn individual who carries a mutation for a dominant disorder usually manifests the disorder and therefore tends to be known as being affected by, rather than a carrier of, that disorder. For some dominant disordersA dominant disorder requires only one copy of a specific disorder-related mutation to be passed onto their child for the disorder to be inherited, only a percentage of individuals who carry the mutated gene will develop the disorders e.g. DYT1 generalised dystonia and breast/ovarian cancers (BRCA 1 and 2).
\r\n\r\nWhether affected or not, an individual who carries the mutation for a dominant disorder has a 1 in 2 chance of passing the mutation onto their children - greatly increasing the risk of the children developing the disorder.
\r\n\r\nAny individual who carries a mutation for a dominant disorder is advised to meet with a genetic counsellor to discuss the implications regarding their own health and that of their children.
\r\n\r\nMore information about recessive and dominant inheritance can be found in the introduction to genetics section.
\r\n\r\nA summary of the various options available for couples who are at risk of having a child affected with a recessive or dominant genetic disorder are outlined briefly below and can be explained further by a genetic counsellor:
\r\n\r\nPrenatal diagnosis, also known as prenatal testing, is performed during pregnancy to assess the health status of the foetus. The two main types of prenatal diagnostic tests are:
\r\n\r\nThe two tests differ in timing, process and risk of miscarriage, however, the genetic testing procedure on the extracted sample cells tends to be the same for both.
\r\n\r\nIf the results of the prenatal diagnosis find that the genetic disorder has been passed onto the foetus, further information and support are available to you from your genetic counsellor and also from an organisation called ARC (Antenatal results and choices).
\r\n\r\nThis is a technology which utilises in vitro fertilisation techniques (IVF or test-tube baby) to create an embryo in the laboratory using eggs and sperm collected from the couple. The embryos are tested for the gene in question, in order to identify the ones that will be affected with the genetic condition. Unaffected embryos can then be transferred into the womb, in the hope that a pregnancy will result which will not develop the genetic condition tested for.
\r\n\r\nIn the UK there are a small number of centres that offer PGD treatment, see the HFEA website for details. Before being referred to a PGD clinic you should be referred to your regional genetics service to discuss all the options fully.
\r\n\r\nIf both members of the couple are carriers then another way to avoid having an affected child is to use a sperm or egg from a donor individual who is not a carrier.
\r\n\r\nSome couples who are at risk of having a child with a genetic condition decide to adopt children thereby removing the chance that they will pass the disorder onto their children.
\r\n\r\nIn some situations couples feel that none of the above options are appropriate for them, and so they decide not to have children, or not to extend their family if they already have children.
\r\n\r\n\r\n \r\n\r\nGenetic carrier screening is a process of systematically offering a carrier test to a whole population (or sub-population) of healthy people, for a gene mutationA mutation refers to a structural change in a gene. It can be an alteration to a gene’s size, arrangement, or molecular sequence that is known to be common in that group.
\r\n\r\nIn the UK, screening for Tay Sachs disease in the Ashkenazi Jewish population is NHS-funded.
\r\n\r\nFor individuals of Jewish origin, there are a number of ways in which Tay-Sachs carrier testing can be accessed on the NHS. The main service options are outlined below and further details for each can be found by clicking on the relevant links:
\r\n\r\nIf you are not Jewish but have a history of Tay-Sachs disease in your family, your GP can refer you to a Regional Genetics Service for carrier testing covered by the NHS.
\r\n\r\nThere is also the option of having private carrier testing for Tay-Sachs disease. Details of these private options can be found in the section carrier testing for other JGDs.
\r\n\r\n\r\n \r\n\r\n', 'Tay-Sachs Carrier Screening', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2018-02-05 07:06:12', '2018-02-05 07:06:12', '', 37, 'http://mlajnetics.local//37-revision-v1/', 0, 'revision', '', 0), (84, 1, '2018-02-05 07:11:47', '2018-02-05 07:11:47', 'We focus primarily on genetic conditions affecting people with Ashkenazi Jewish ancestry. These conditions fall into two categories: a) ‘Higher prevalence ‘Jewish genetic disorders and b) Disorders with higher prevalence ‘Jewish’ mutations.
\r\n\r\nThese are a very specific group of genetic conditions which are more common among people with Ashkenazi Jewish ancestry relative to the general population, and include:
\r\n\r\n\r\nBloom Syndrome\r\n | \r\n\r\nGaucher Disease (type 1)\r\n | \r\n
\r\nCanavan Disease \r\n | \r\n\r\nGlycogen Storage Disorder (type 1a)\r\n | \r\n
\r\nDYT1 Generalised Dystonia\r\n | \r\n\r\nMucolipidosis IV \r\n | \r\n
\r\nFactor XI Deficiency \r\n | \r\n\r\nNiemann-Pick Disease (type A)\r\n | \r\n
\r\nFamilial Dysautonomia \r\n | \r\n\r\n Non-classical Congenital Adrenal Hyperplasia \r\n | \r\n
\r\nFamilial Mediterranean Fever\r\n | \r\n\r\nTay Sachs Disease\r\n | \r\n
\r\nFanconi Anaemia (type C)\r\n | \r\n\r\n
We also focus on a group of conditions in which lots of different mutations can be behind the same disorder. The disorder itself is not more common among people of Ashkenazi Jewish ancestry, but a specific mutation or set of mutations are.
\r\n\r\nCystic Fibrosis | \r\nBreast and Ovarian Cancer (BRCA 1 & 2) | \r\n
\r\n\r\n
Cystic fibrosis may be somewhat less frequent in the Jewish population, but the frequency of certain mutations is increased. Breast and ovarian cancer is thought to be somewhat more frequent in the Jewish population and the frequency of at least three mutations in the BRCA 1 and 2 genes is increased.
\r\n\r\n
People of Sephardi Jewish ancestry are at risk from a different group of genetic disorders than those affecting Ashkenazi Jews. Most of the disorders are specific to community of birth and do not affect all Sephardi Jewish people to the same extent.
\r\n\r\nJnetics covers one disorder – Familial Mediterranean Fever - that is of relevance to both Sephardi Jews as well as people of Ashkenazi Jewish origin. Information about a wide range of Sephardi disorders can be accessed through a link found in the Sephardi section. Jnetics hopes in the future to have the resources to expand this section further
\r\n\r\nIt is very likely that new research will identify additional disorders that are especially relevant to the Jewish community, both Ashkenazi and Sephardi.
\r\n\r\nJnetics is monitoring research developments and, given the necessary resources, will include other genetic disorders over time that are of particular significance and of interest to the Jewish community.
\r\n\r\n\r\n\r\n', 'Disorders Covered By Jnetics', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2018-02-05 07:11:47', '2018-02-05 07:11:47', '', 11, 'http://mlajnetics.local//11-revision-v1/', 0, 'revision', '', 0) ; INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (85, 1, '2018-02-05 07:12:21', '2018-02-05 07:12:21', '
Cancer is a group of diseases that can affect any part of the body, and involves the rapid creation of abnormal cells that grow beyond their usual boundaries. These cells can invade adjoining parts of the body and spread to other organs.
\r\n\r\nCancers occur when genetic changes known as ‘mutations’ within the DNA, cause the cells in the body to behave abnormally. Mutations may cause a cell to divide and grow uncontrollably, leading to ‘malignant’ tumours. These tumours spread to other sites in the body where they grow and replace normal tissue, which can be life-threatening.
\r\n\r\nCancers are named based on the part of the body in which they were first identified, regardless of where in the body they spread. For example, breast cancer that spreads to the liver is still classified as breast cancer and not as liver cancer.
\r\n\r\nCancer can be hereditary or non-hereditary. Hereditary cancers are passed down in families and occur when a cancer-causing mutation is passed on to an individual’s children. Non-hereditary cancers occur independently of family history. This website focuses only on hereditary cancers. For information on non-hereditary cancers, the Cancer Research UK website is a useful resource.
\r\n\r\nIf a person inherits a cancer-causing mutation from a parent, it does not mean that they will definitely develop cancer during their lifetime, however, they will be at increased risk compared to the rest of the population. This is known as having a genetic predisposition to cancer. The reason that being predisposed does not necessarily mean that cancer will develop is due to the many other environmental and genetic factors that need to be in place for cancer to occur. Hereditary cancers sometimes can skip generations. For example, although a parent and child may share a cancer-causing mutation, it is possible that the parent will never develop cancer whilst the child does.
\r\n
\r\nHereditary cancers tend to affect multiple members of the same family including both immediate family members such as siblings and parents and non-immediate family members such as aunts or cousins. It is not unusual to see instances of the same or related cancers in multiple branches of the family tree.
Hereditary cancers are rare. It is estimated that only about 2 – 3% of all cancers are known to be linked to a cancer-causing mutation. If you have a relative who has or has had cancer, you may be concerned that you are at a greater risk of developing it yourself, however, this is not the case for most people. Cancer is most common in older people and affects 1 in 2 people in the UK at some point in their lives. Therefore, most families will have at least one person who has or has had cancer. The more relatives who have had the same type of cancer or related cancers and the younger their age at diagnosis, the more likely it is that the cancer is hereditary.
\r\n\r\nThere are many types of hereditary cancers which are caused by mutations in different genes. This website provides information on BRCA-associated breast, ovarian and prostate cancers that are caused by mutations in the BRCA1 and BRCA2 genes (BRCA-associated cancer) and are more common in Ashkenazi Jews than in the general population. Other hereditary cancers such as colorectal cancer are also thought to be relatively more common in Ashkenazi Jews. For information on hereditary colorectal and other hereditary cancers, Cancer Research UK and the Centre for Jewish Genetics in the US provide useful information.
\r\n\r\nIf you are concerned about cancer in your family, talk to your GP about your family’s cancer history. If appropriate, they will refer you to your regional genetics clinic where a genetic counsellor will provide you with support and information and will discuss with you whether genetic testing is an appropriate option.
\r\n\r\n\r\n\r\n
Written by Jnetics.
\r\nApproved by Professor Rosalind Eeles Professor of Oncogenetics at The Institute of Cancer Research, The Royal Marsden Hospital London
\r\nLast review: 10.09.2016
Since Jnetics established itself as a charity, the positive interest that we have received from affected families, patient-groups, medical and community professionals has been incredible.
\r\n\r\nFeedback has confirmed that a co-ordinated UK effort to address the needs of people affected by and at risk of Jewish genetic disorders is both very much needed and well overdue.
\r\n\r\nOur planned educational, referral, and research activities have the potential to make a real and significant impact on disorder prevention and management, and we are currently only limited by the resources we have available to implement these activities.
\r\n\r\nAs a newly established charity we very much need support to achieve our objectives.
\r\n\r\nIf you are interested in helping progress the work of Jnetics, there are three main ways that you can get involved, through volunteering, fundraising, and/or donating.
\r\n\r\n', 'Get Involved', '', 'publish', 'closed', 'closed', '', 'get-involved', '', '', '2018-02-05 07:15:36', '2018-02-05 07:15:36', '', 0, 'http://mlajnetics.local//?page_id=86', 0, 'page', '', 0), (87, 1, '2018-02-05 07:14:35', '2018-02-05 07:14:35', '', 'subpic-5', '', 'inherit', 'open', 'closed', '', 'subpic-5', '', '', '2018-02-07 16:26:46', '2018-02-07 16:26:46', '', 86, 'http://mlajnetics.local//wp-content/uploads/2018/02/subpic-5.jpg', 0, 'attachment', 'image/jpeg', 0), (88, 1, '2018-02-05 07:14:40', '2018-02-05 07:14:40', 'Since Jnetics established itself as a charity, the positive interest that we have received from affected families, patient-groups, medical and community professionals has been incredible.
\r\n\r\nFeedback has confirmed that a co-ordinated UK effort to address the needs of people affected by and at risk of Jewish genetic disorders is both very much needed and well overdue.
\r\n\r\nOur planned educational, referral, and research activities have the potential to make a real and significant impact on disorder prevention and management, and we are currently only limited by the resources we have available to implement these activities.
\r\n\r\nAs a newly established charity we very much need support to achieve our objectives.
\r\n\r\nIf you are interested in helping progress the work of Jnetics, there are three main ways that you can get involved, through volunteering, fundraising, and/or donating.
\r\n\r\n', 'Get Involved', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-02-05 07:14:40', '2018-02-05 07:14:40', '', 86, 'http://mlajnetics.local//86-revision-v1/', 0, 'revision', '', 0), (89, 1, '2018-02-05 07:15:04', '2018-02-05 07:15:04', ' ', '', '', 'publish', 'closed', 'closed', '', '89', '', '', '2018-02-08 08:35:24', '2018-02-08 08:35:24', '', 0, 'http://mlajnetics.local//?p=89', 1, 'nav_menu_item', '', 0), (90, 1, '2018-02-05 07:15:04', '2018-02-05 07:15:04', ' ', '', '', 'publish', 'closed', 'closed', '', '90', '', '', '2018-02-08 08:35:24', '2018-02-08 08:35:24', '', 72, 'http://mlajnetics.local//?p=90', 6, 'nav_menu_item', '', 0), (91, 1, '2018-02-05 07:15:04', '2018-02-05 07:15:04', ' ', '', '', 'publish', 'closed', 'closed', '', '91', '', '', '2018-02-08 08:35:24', '2018-02-08 08:35:24', '', 72, 'http://mlajnetics.local//?p=91', 5, 'nav_menu_item', '', 0), (92, 1, '2018-02-05 07:15:24', '2018-02-05 07:15:24', ' ', '', '', 'publish', 'closed', 'closed', '', '92', '', '', '2018-02-08 08:41:14', '2018-02-08 08:41:14', '', 0, 'http://mlajnetics.local//?p=92', 1, 'nav_menu_item', '', 0), (93, 1, '2018-02-05 07:15:36', '2018-02-05 07:15:36', 'Since Jnetics established itself as a charity, the positive interest that we have received from affected families, patient-groups, medical and community professionals has been incredible.
\r\n\r\nFeedback has confirmed that a co-ordinated UK effort to address the needs of people affected by and at risk of Jewish genetic disorders is both very much needed and well overdue.
\r\n\r\nOur planned educational, referral, and research activities have the potential to make a real and significant impact on disorder prevention and management, and we are currently only limited by the resources we have available to implement these activities.
\r\n\r\nAs a newly established charity we very much need support to achieve our objectives.
\r\n\r\nIf you are interested in helping progress the work of Jnetics, there are three main ways that you can get involved, through volunteering, fundraising, and/or donating.
\r\n\r\n', 'Get Involved', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-02-05 07:15:36', '2018-02-05 07:15:36', '', 86, 'http://mlajnetics.local//86-revision-v1/', 0, 'revision', '', 0), (94, 1, '2018-02-05 07:16:36', '2018-02-05 07:16:36', 'Jnetics currently relies on just two members of staff with some occasional support from two freelancers, to progress the activities of the charity and manage its day-to-day administration. Although greatly supported by our board of trustees and expert scientific and medical advisory committee, additional hands-on assistance could very much help us to achieve our objectives more quickly.
\r\n\r\nIf you have any time available and would be interested in lending your expertise to Jnetics, we would be delighted to discuss the following volunteering options with you.
\r\n\r\nJnetics associates are individuals with a variety of valuable skills who volunteer their time on an on-going basis to help further the objectives of the charity. Associates each contribute in a different way - varying in the expertise they provide and the time they have available to give.
\r\n\r\nTo effectively develop and implement our planned services, we will need to consult with experts across a wide range of disciplines. Current associates include people with expertise in social media, marketing, project management and education.
\r\n\r\nIf you have experience that you feel could contribute to the work of Jnetics e.g. in fundraising, community education, healthcare, publishing, database management, administration, lobbying, PR etc., please get in contact to explore the possibility of becoming a Jnetics associate.
\r\n\r\nIf you are not able to offer your time or expertise in an on-going capacity but are interested in supporting a particular project, we would be happy to receive any help that you can offer.
\r\n\r\nPlease let us know if there is a project that particularly fits your expertise; that you have a special interest in fundraising for; or if you simply have some time available to help us with the administrative aspects of project delivery.
\r\n\r\nAnd do follow us on Twitter @jgduk for all the latest thinking, advances and information on testing for genetic disorders. If you come across something that you think would be of interest to Jnetics please forward it to us either by e-mail or tweet us so we can share it with all our followers.
\r\n\r\nFor all volunteering enquires, please write to info@jnetics.org.
\r\n', 'Volunteering', '', 'publish', 'closed', 'closed', '', 'get-involved', '', '', '2018-02-05 07:16:36', '2018-02-05 07:16:36', '', 86, 'http://mlajnetics.local//?page_id=94', 0, 'page', '', 0), (95, 1, '2018-02-05 07:16:36', '2018-02-05 07:16:36', 'Jnetics currently relies on just two members of staff with some occasional support from two freelancers, to progress the activities of the charity and manage its day-to-day administration. Although greatly supported by our board of trustees and expert scientific and medical advisory committee, additional hands-on assistance could very much help us to achieve our objectives more quickly.
\r\n\r\nIf you have any time available and would be interested in lending your expertise to Jnetics, we would be delighted to discuss the following volunteering options with you.
\r\n\r\nJnetics associates are individuals with a variety of valuable skills who volunteer their time on an on-going basis to help further the objectives of the charity. Associates each contribute in a different way - varying in the expertise they provide and the time they have available to give.
\r\n\r\nTo effectively develop and implement our planned services, we will need to consult with experts across a wide range of disciplines. Current associates include people with expertise in social media, marketing, project management and education.
\r\n\r\nIf you have experience that you feel could contribute to the work of Jnetics e.g. in fundraising, community education, healthcare, publishing, database management, administration, lobbying, PR etc., please get in contact to explore the possibility of becoming a Jnetics associate.
\r\n\r\nIf you are not able to offer your time or expertise in an on-going capacity but are interested in supporting a particular project, we would be happy to receive any help that you can offer.
\r\n\r\nPlease let us know if there is a project that particularly fits your expertise; that you have a special interest in fundraising for; or if you simply have some time available to help us with the administrative aspects of project delivery.
\r\n\r\nAnd do follow us on Twitter @jgduk for all the latest thinking, advances and information on testing for genetic disorders. If you come across something that you think would be of interest to Jnetics please forward it to us either by e-mail or tweet us so we can share it with all our followers.
\r\n\r\nFor all volunteering enquires, please write to info@jnetics.org.
\r\n', 'Volunteering', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2018-02-05 07:16:36', '2018-02-05 07:16:36', '', 94, 'http://mlajnetics.local//94-revision-v1/', 0, 'revision', '', 0), (96, 2, '2018-02-05 07:18:36', '2018-02-05 07:18:36', 'Jnetics (formerly known as Jewish Genetic Disorders UK) is a small charity with a big ambition – to make a real difference to the prevention, diagnosis and management of jewish genetic disorders.
\r\n\r\nThough many people have heard of Tay-Sachs disease, there is little awareness of the other genetic disorders that are relatively more common among Jewish people. These vary in severity, but include conditions that are fatal in childhood and others that lead to chronic disability and shortened lifespan.
\r\n\r\nNo cure exists for the vast majority of these disorders; however, thanks to scientific developments it is now possible to greatly improve their prevention and management.
\r\n\r\nJnetics was established to raise awareness of Jewish genetic disorders and to help anyone affected and at risk to access the best information, services and support available.
\r\n\r\nWe believe that knowledge is power but understand that, in the case of genetic disorders, it can also raise difficult issues. All our information is provided impartially, empowering people to explore the disorder management and prevention options that best fit their individual circumstances and beliefs.
\r\n\r\nOur very small but effective team is governed by our board of trustees and guided by our expert scientific and medical advisors.
\r\n\r\nFor funding we rely entirely on voluntary donations and fundraising activities. To get the most from our funds, we keep our administration and running costs to an absolute minimum.
\r\n\r\n', 'About Jnetics', '', 'publish', 'closed', 'closed', '', 'about-jnetics', '', '', '2018-02-07 10:04:36', '2018-02-07 10:04:36', '', 0, 'http://mlajnetics.local//?page_id=96', 0, 'page', '', 0), (97, 1, '2018-02-05 07:18:36', '2018-02-05 07:18:36', 'Jnetics (formerly known as Jewish Genetic Disorders UK) is a small charity with a big ambition – to make a real difference to the prevention, diagnosis and management of jewish genetic disorders.
\r\n\r\nThough many people have heard of Tay-Sachs disease, there is little awareness of the other genetic disorders that are relatively more common among Jewish people. These vary in severity, but include conditions that are fatal in childhood and others that lead to chronic disability and shortened lifespan.
\r\n\r\nNo cure exists for the vast majority of these disorders; however, thanks to scientific developments it is now possible to greatly improve their prevention and management.
\r\n\r\nJnetics was established to raise awareness of Jewish genetic disorders and to help anyone affected and at risk to access the best information, services and support available.
\r\n\r\nWe believe that knowledge is power but understand that, in the case of genetic disorders, it can also raise difficult issues. All our information is provided impartially, empowering people to explore the disorder management and prevention options that best fit their individual circumstances and beliefs.
\r\n\r\nOur very small but effective team is governed by our board of trustees and guided by our expert scientific and medical advisors.
\r\n\r\nFor funding we rely entirely on voluntary donations and fundraising activities. To get the most from our funds, we keep our administration and running costs to an absolute minimum.
\r\n\r\n', 'About Jnetics', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2018-02-05 07:18:36', '2018-02-05 07:18:36', '', 96, 'http://mlajnetics.local//96-revision-v1/', 0, 'revision', '', 0), (98, 1, '2018-02-05 07:18:51', '2018-02-05 07:18:51', '', 'banner_option4', '', 'inherit', 'open', 'closed', '', 'banner_option4', '', '', '2018-02-07 16:30:33', '2018-02-07 16:30:33', '', 96, 'http://mlajnetics.local//wp-content/uploads/2018/02/banner_option4.jpg', 0, 'attachment', 'image/jpeg', 0), (99, 1, '2018-02-05 07:19:06', '2018-02-05 07:19:06', 'Jnetics (formerly known as Jewish Genetic Disorders UK) is a small charity with a big ambition – to make a real difference to the prevention, diagnosis and management of jewish genetic disorders.
\r\n\r\nThough many people have heard of Tay-Sachs disease, there is little awareness of the other genetic disorders that are relatively more common among Jewish people. These vary in severity, but include conditions that are fatal in childhood and others that lead to chronic disability and shortened lifespan.
\r\n\r\nNo cure exists for the vast majority of these disorders; however, thanks to scientific developments it is now possible to greatly improve their prevention and management.
\r\n\r\nJnetics was established to raise awareness of Jewish genetic disorders and to help anyone affected and at risk to access the best information, services and support available.
\r\n\r\nWe believe that knowledge is power but understand that, in the case of genetic disorders, it can also raise difficult issues. All our information is provided impartially, empowering people to explore the disorder management and prevention options that best fit their individual circumstances and beliefs.
\r\n\r\nOur very small but effective team is governed by our board of trustees and guided by our expert scientific and medical advisors.
\r\n\r\nFor funding we rely entirely on voluntary donations and fundraising activities. To get the most from our funds, we keep our administration and running costs to an absolute minimum.
\r\n\r\n', 'About Jnetics', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2018-02-05 07:19:06', '2018-02-05 07:19:06', '', 96, 'http://mlajnetics.local//96-revision-v1/', 0, 'revision', '', 0), (100, 1, '2018-02-05 07:19:38', '2018-02-05 07:19:38', ' ', '', '', 'publish', 'closed', 'closed', '', '100', '', '', '2018-02-08 10:25:52', '2018-02-08 10:25:52', '', 0, 'http://mlajnetics.local//?p=100', 1, 'nav_menu_item', '', 0), (101, 1, '2018-02-05 07:19:55', '2018-02-05 07:19:55', 'Jnetics (formerly known as Jewish Genetic Disorders UK) is a small charity with a big ambition – to make a real difference to the prevention, diagnosis and management of jewish genetic disorders.
\r\n\r\nThough many people have heard of Tay-Sachs disease, there is little awareness of the other genetic disorders that are relatively more common among Jewish people. These vary in severity, but include conditions that are fatal in childhood and others that lead to chronic disability and shortened lifespan.
\r\n\r\nNo cure exists for the vast majority of these disorders; however, thanks to scientific developments it is now possible to greatly improve their prevention and management.
\r\n\r\nJnetics was established to raise awareness of Jewish genetic disorders and to help anyone affected and at risk to access the best information, services and support available.
\r\n\r\nWe believe that knowledge is power but understand that, in the case of genetic disorders, it can also raise difficult issues. All our information is provided impartially, empowering people to explore the disorder management and prevention options that best fit their individual circumstances and beliefs.
\r\n\r\nOur very small but effective team is governed by our board of trustees and guided by our expert scientific and medical advisors.
\r\n\r\nFor funding we rely entirely on voluntary donations and fundraising activities. To get the most from our funds, we keep our administration and running costs to an absolute minimum.
\r\n\r\n', 'About Jnetics', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2018-02-05 07:19:55', '2018-02-05 07:19:55', '', 96, 'http://mlajnetics.local//96-revision-v1/', 0, 'revision', '', 0), (102, 1, '2018-02-05 07:21:11', '2018-02-05 07:21:11', 'To make a real difference to the prevention, diagnosis, and management of Jewish genetic disorders by raising awareness and facilitating access to the best available information, services and support for those affected and at risk.
\r\n\r\nThe following core principles guide the way in which Jnetics works:
\r\n\r\nAccessible to all
\r\n\r\nInformative not directive
\r\n\r\nProgress through collaboration
\r\n\r\nTo make a real difference to the prevention, diagnosis, and management of Jewish genetic disorders by raising awareness and facilitating access to the best available information, services and support for those affected and at risk.
\r\n\r\nThe following core principles guide the way in which Jnetics works:
\r\n\r\nAccessible to all
\r\n\r\nInformative not directive
\r\n\r\nProgress through collaboration
\r\n\r\nThe GENEius Programme is a pioneering education and screening initiative delivered by Jnetics. It is designed to eliminate severe recessive Jewish genetic disorders (JGDs) from the UK Jewish community and aims to do so by targeting young Jewish adults in 3 main groups; sixth form students, university students, and couples going through the synagogue pre-marriage process.
\r\n\r\nThe educational element of the programme informs young Jewish adults about the significance of JGDs and the value of carrier screening.The screening element of the programme provides young Jewish adults with access to responsible and affordable screening, allowing them to identify whether or not they are carriers of one or more recessive JGD.
\r\n\r\nArmed with the knowledge of their carrier status, young adults can then make informed choices to help avoid the risk of passing on one of the severe recessive JGDs to their future children.
\r\n
\r\nUnderstand your Jewish genes - takecontrol of your future.
\r\n
\r\nFind out more at geneius.org
The GENEius Programme is a pioneering education and screening initiative delivered by Jnetics. It is designed to eliminate severe recessive Jewish genetic disorders (JGDs) from the UK Jewish community and aims to do so by targeting young Jewish adults in 3 main groups; sixth form students, university students, and couples going through the synagogue pre-marriage process.
\r\n\r\nThe educational element of the programme informs young Jewish adults about the significance of JGDs and the value of carrier screening.The screening element of the programme provides young Jewish adults with access to responsible and affordable screening, allowing them to identify whether or not they are carriers of one or more recessive JGD.
\r\n\r\nArmed with the knowledge of their carrier status, young adults can then make informed choices to help avoid the risk of passing on one of the severe recessive JGDs to their future children.
\r\n
\r\nUnderstand your Jewish genes - takecontrol of your future.
\r\n
\r\nFind out more at geneius.org
Jnetics is funded entirely by voluntary donations and fundraising activities. The contributions of donors and efforts of voluntary fundraisers are fundamental to the continuation and development of Jnetics’s activities.
\r\n\r\nTo make a donation, please click on the button below. This will take you to a secure area where your donation can be made safely.
\r\n\r\n\r\n\r\n\r\n
Contributions can also be made by cheque, made payable to ‘Jnetics’, and sent to:
\r\nJnetics, Solar House, The Brentano Suite, 915 High Road, Finchley, N12 8QJ
Contributions can be made by bank transfer:
\r\nAccount name: Jnetics
\r\nSort code: 08-92-99
\r\nAccount no. 65381447
Contributions can also be made directly via PayPal
\r\n\r\n
\r\n\r\n
Thank you so much for your contribution - your support has the potential to change lives.
\r\n', 'Donating', '', 'publish', 'closed', 'closed', '', 'donating', '', '', '2018-02-05 07:31:12', '2018-02-05 07:31:12', '', 86, 'http://mlajnetics.local//?page_id=114', 0, 'page', '', 0), (115, 1, '2018-02-05 07:31:12', '2018-02-05 07:31:12', 'Jnetics is funded entirely by voluntary donations and fundraising activities. The contributions of donors and efforts of voluntary fundraisers are fundamental to the continuation and development of Jnetics’s activities.
\r\n\r\nTo make a donation, please click on the button below. This will take you to a secure area where your donation can be made safely.
\r\n\r\n\r\n\r\n\r\n
Contributions can also be made by cheque, made payable to ‘Jnetics’, and sent to:
\r\nJnetics, Solar House, The Brentano Suite, 915 High Road, Finchley, N12 8QJ
Contributions can be made by bank transfer:
\r\nAccount name: Jnetics
\r\nSort code: 08-92-99
\r\nAccount no. 65381447
Contributions can also be made directly via PayPal
\r\n\r\n
\r\n\r\n
Thank you so much for your contribution - your support has the potential to change lives.
\r\n', 'Donating', '', 'inherit', 'closed', 'closed', '', '114-revision-v1', '', '', '2018-02-05 07:31:12', '2018-02-05 07:31:12', '', 114, 'http://mlajnetics.local//114-revision-v1/', 0, 'revision', '', 0) ; INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (116, 1, '2018-02-05 07:31:46', '2018-02-05 07:31:46', '', 'Donate', '', 'publish', 'closed', 'closed', '', '116', '', '', '2018-02-15 05:19:20', '2018-02-15 05:19:20', '', 86, 'http://mlajnetics.local//?p=116', 38, 'nav_menu_item', '', 0), (117, 1, '2018-02-05 07:35:21', '2018-02-05 07:35:21', 'The GENEius Programme is a pioneering education and screening initiative.
You can find out more here
We all have two copies of every geneThe basic unit of inheritance. A gene is comprised of DNA, and contains the code for a specific product, usually a protein such as an enzyme.. An individual is referred to as being a ‘carrier’ if they have one copy of a gene that contains a potentially harmful genetic change from one parent and one normal copy from the other parent.
\r\n\r\nThe human genome contains around 25,000 different genes. It is estimated that everyone is a carrier of around half a dozen rare recessive genetic mutationsStructural changes in a gene - they can be alterations to a gene’s size, arrangement, or molecular sequence. that could lead to disease – this is actually normal and not something to be uncomfortable about.
\r\n\r\nThe significance of being a carrier of a recessive gene is dependent on whether your partner is also a carrier. In most couples it is unlikely that partners will carry the same mutations as most recessive disordersA recessive disorder requires both parents to carry a specific disorder-related mutation and pass it onto their child for the disorder to be inherited. are exceedingly rare. However, when partners come from the same ethnic group e.g. Jewish, there may be some genetic conditions that are more common in that group.
\r\n\r\nBeing a carrier of a recessive genetic disorder does not affect your own health because the one normal copy of the gene that you have compensates for the mutated copy. You can, however, pass the mutation on to your children. Children who inherit one copy of the mutated gene from one of their parents will be carriers. There is only a risk of a child being affected with the genetic disorder if they inherit the mutated gene from both parents.
\r\n\r\nIf you are a carrier of a recessive Jewish genetic disorder e.g. Tay Sachs disease, your partner (either now or in the future) should be tested. If you both carry a mutation in the same gene then there will be an increased risk of having an affected child.
\r\n\r\nIf your partner is not a carrier for the same recessive disorder, the risk of having an affected child will be very remote. There will, however, be a 1 in 2 chance of your child being a carrier, like yourself, but this will not affect their health.
\r\n\r\nWhere both partners are carriers of the same disorder-causing mutation for a recessive condition, there will be a 1 in 4 chance of having an affected child.
\r\n\r\nGiven the serious nature of many Jewish genetic disorders, it is important to understand the implications of being a carrier couple. It is advisable to be referred to your regional genetics service where you can meet with a genetic counsellor to discuss the implications and options available that may reduce the risk of passing on a disorder should you be planning children.
\r\n\r\nAlthough the term ‘carrier’ is commonly used in reference to recessive disorders, it can also be used in the context of dominant conditions. Dominant genetic disorders are those in which a mutation in just one copy of the gene pair is required for the disorder to develop.
\r\n\r\nAn individual who carries a mutation for a dominant disorder usually manifests the disorder and therefore tends to be known as being affected by, rather than a carrier of, that disorder. For some dominant disordersA dominant disorder requires only one copy of a specific disorder-related mutation to be passed onto their child for the disorder to be inherited, only a percentage of individuals who carry the mutated gene will develop the disorders e.g. DYT1 generalised dystonia and breast/ovarian cancers (BRCA 1 and 2).
\r\n\r\nWhether affected or not, an individual who carries the mutation for a dominant disorder has a 1 in 2 chance of passing the mutation onto their children - greatly increasing the risk of the children developing the disorder.
\r\n\r\nAny individual who carries a mutation for a dominant disorder is advised to meet with a genetic counsellor to discuss the implications regarding their own health and that of their children.
\r\n\r\nMore information about recessive and dominant inheritance can be found in the introduction to genetics section.
\r\n\r\nA summary of the various options available for couples who are at risk of having a child affected with a recessive or dominant genetic disorder are outlined briefly below and can be explained further by a genetic counsellor:
\r\n\r\nPrenatal diagnosis, also known as prenatal testing, is performed during pregnancy to assess the health status of the foetus. The two main types of prenatal diagnostic tests are:
\r\n\r\nThe two tests differ in timing, process and risk of miscarriage, however, the genetic testing procedure on the extracted sample cells tends to be the same for both.
\r\n\r\nIf the results of the prenatal diagnosis find that the genetic disorder has been passed onto the foetus, further information and support are available to you from your genetic counsellor and also from an organisation called ARC (Antenatal results and choices).
\r\n\r\nThis is a technology which utilises in vitro fertilisation techniques (IVF or test-tube baby) to create an embryo in the laboratory using eggs and sperm collected from the couple. The embryos are tested for the gene in question, in order to identify the ones that will be affected with the genetic condition. Unaffected embryos can then be transferred into the womb, in the hope that a pregnancy will result which will not develop the genetic condition tested for.
\r\n\r\nIn the UK there are a small number of centres that offer PGD treatment, see the HFEA website for details. Before being referred to a PGD clinic you should be referred to your regional genetics service to discuss all the options fully.
\r\n\r\nIf both members of the couple are carriers then another way to avoid having an affected child is to use a sperm or egg from a donor individual who is not a carrier.
\r\n\r\nSome couples who are at risk of having a child with a genetic condition decide to adopt children thereby removing the chance that they will pass the disorder onto their children.
\r\n\r\nIn some situations couples feel that none of the above options are appropriate for them, and so they decide not to have children, or not to extend their family if they already have children.
\r\n\r\n\r\n \r\n\r\nWe all have two copies of every geneThe basic unit of inheritance. A gene is comprised of DNA, and contains the code for a specific product, usually a protein such as an enzyme.. An individual is referred to as being a ‘carrier’ if they have one copy of a gene that contains a potentially harmful genetic change from one parent and one normal copy from the other parent.
\r\n\r\nThe human genome contains around 25,000 different genes. It is estimated that everyone is a carrier of around half a dozen rare recessive genetic mutationsStructural changes in a gene - they can be alterations to a gene’s size, arrangement, or molecular sequence. that could lead to disease – this is actually normal and not something to be uncomfortable about.
\r\n\r\nThe significance of being a carrier of a recessive gene is dependent on whether your partner is also a carrier. In most couples it is unlikely that partners will carry the same mutations as most recessive disordersA recessive disorder requires both parents to carry a specific disorder-related mutation and pass it onto their child for the disorder to be inherited. are exceedingly rare. However, when partners come from the same ethnic group e.g. Jewish, there may be some genetic conditions that are more common in that group.
\r\n\r\nBeing a carrier of a recessive genetic disorder does not affect your own health because the one normal copy of the gene that you have compensates for the mutated copy. You can, however, pass the mutation on to your children. Children who inherit one copy of the mutated gene from one of their parents will be carriers. There is only a risk of a child being affected with the genetic disorder if they inherit the mutated gene from both parents.
\r\n\r\nIf you are a carrier of a recessive Jewish genetic disorder e.g. Tay Sachs disease, your partner (either now or in the future) should be tested. If you both carry a mutation in the same gene then there will be an increased risk of having an affected child.
\r\n\r\nIf your partner is not a carrier for the same recessive disorder, the risk of having an affected child will be very remote. There will, however, be a 1 in 2 chance of your child being a carrier, like yourself, but this will not affect their health.
\r\n\r\nWhere both partners are carriers of the same disorder-causing mutation for a recessive condition, there will be a 1 in 4 chance of having an affected child.
\r\n\r\nGiven the serious nature of many Jewish genetic disorders, it is important to understand the implications of being a carrier couple. It is advisable to be referred to your regional genetics service where you can meet with a genetic counsellor to discuss the implications and options available that may reduce the risk of passing on a disorder should you be planning children.
\r\n\r\nAlthough the term ‘carrier’ is commonly used in reference to recessive disorders, it can also be used in the context of dominant conditions. Dominant genetic disorders are those in which a mutation in just one copy of the gene pair is required for the disorder to develop.
\r\n\r\nAn individual who carries a mutation for a dominant disorder usually manifests the disorder and therefore tends to be known as being affected by, rather than a carrier of, that disorder. For some dominant disordersA dominant disorder requires only one copy of a specific disorder-related mutation to be passed onto their child for the disorder to be inherited, only a percentage of individuals who carry the mutated gene will develop the disorders e.g. DYT1 generalised dystonia and breast/ovarian cancers (BRCA 1 and 2).
\r\n\r\nWhether affected or not, an individual who carries the mutation for a dominant disorder has a 1 in 2 chance of passing the mutation onto their children - greatly increasing the risk of the children developing the disorder.
\r\n\r\nAny individual who carries a mutation for a dominant disorder is advised to meet with a genetic counsellor to discuss the implications regarding their own health and that of their children.
\r\n\r\nMore information about recessive and dominant inheritance can be found in the introduction to genetics section.
\r\n\r\nA summary of the various options available for couples who are at risk of having a child affected with a recessive or dominant genetic disorder are outlined briefly below and can be explained further by a genetic counsellor:
\r\n\r\nPrenatal diagnosis, also known as prenatal testing, is performed during pregnancy to assess the health status of the foetus. The two main types of prenatal diagnostic tests are:
\r\n\r\nThe two tests differ in timing, process and risk of miscarriage, however, the genetic testing procedure on the extracted sample cells tends to be the same for both.
\r\n\r\nIf the results of the prenatal diagnosis find that the genetic disorder has been passed onto the foetus, further information and support are available to you from your genetic counsellor and also from an organisation called ARC (Antenatal results and choices).
\r\n\r\nThis is a technology which utilises in vitro fertilisation techniques (IVF or test-tube baby) to create an embryo in the laboratory using eggs and sperm collected from the couple. The embryos are tested for the gene in question, in order to identify the ones that will be affected with the genetic condition. Unaffected embryos can then be transferred into the womb, in the hope that a pregnancy will result which will not develop the genetic condition tested for.
\r\n\r\nIn the UK there are a small number of centres that offer PGD treatment, see the HFEA website for details. Before being referred to a PGD clinic you should be referred to your regional genetics service to discuss all the options fully.
\r\n\r\nIf both members of the couple are carriers then another way to avoid having an affected child is to use a sperm or egg from a donor individual who is not a carrier.
\r\n\r\nSome couples who are at risk of having a child with a genetic condition decide to adopt children thereby removing the chance that they will pass the disorder onto their children.
\r\n\r\nIn some situations couples feel that none of the above options are appropriate for them, and so they decide not to have children, or not to extend their family if they already have children.
\r\n\r\n\r\n \r\n\r\nPlease click on the titles to open and close the following information sections.
\r\nIf you have additional questions, please send them to screening@jnetics.org
\r\n
\r\n\r\n
Yes, registration for both clinics involves the same link and same booking form. There is a tick box on the booking form that individuals living outside of London must select. This will indicate to Jnetics that they will be attending the Virtual Clinic.
\r\nYou can either book an appointment further in advance, or wait to see if there are any cancellations. If timing is a concern eg. you are currently pregnant or planning to start or expand your family in the immediate future, an alternative screening option is available at Guy’s hospital at the cost of £330.
\r\nNo. Unfortunately only those living outside of London are eligible to attend the Virtual Clinic.
\r\nThe cost of testing for all 9 disorders is £190 per person. If you are interested in screening but are unable to afford the subsidised amount of £190, please contact us at screening@jnetics.org as there may be an option to offer some limited financial assistance.
\r\nCurrently, only Tay-Sachs is covered by the NHS for the Ashkenazi Jewish community. The other conditions covered in the Jnetics screening test are not available on the NHS unless you have an established family history of a particular condition. In this case, your GP can refer you to a Regional Genetics Service for disorder-specific carrier testing where appropriate.
\r\nNo. All participants must pre-register for their screening appointment. For those attending the Barnet Clinic, registration is possible up until 3pm on the day before the appointment. For those attending the Virtual Clinic, registration is possible until a week before the appointment.
\r\nNo. Paying is a central part of the online registration process.
\r\nIf you are running late, we ask that you inform us by emailing both screening@jnetics.org and lnwh-tr.jnetics@nhs.net. We will still try and fit in your screening but it is likely you may need to wait until the people who have arrived on time have been seen. Please do try to arrive on time to avoid waiting.
\r\nIf you have booked but are unable to attend, please email screening@jnetics.org as soon as possible to enable your slot to be re-assigned. A full refund will be given up to 48 hours before the screening event – after this, the refund will have £25 taken off for late administration costs.
\r\nCarrier testing for the Jewish genetic disorders covered in the Jnetics screening programme is very accurate, although it is important to note that no test is ever 100% accurate.
\r\nThis screening test detects between 93%-99.5% of carriers in the Ashkenazi Jewish population with detection rates varying slightly across the different conditions. Since this screening panel tests for specific genetic changes common to the Ashkenazi population, it is less accurate in people of non-Ashkenazi origin.
If only one partner is Ashkenazi, it is reasonable for that partner to be screened. If the Ashkenazi partner is found to be a carrier of a particular disorder, then it is advisable for the other partner to also be tested to see if they are a carrier specifically for that condition.
\r\nIf you are not sure of the extent to which you have Ashkenazi ancestry, but suspect that you have at least one Ashkenazi grandparent, it is still sensible to be tested. This is because if you have some Ashkenazi ancestry, you will have an increased risk relative to the general population, though this will be lower than people of full Ashkenazi descent.
\r\nIf both partners are of Sephardi origin this screening test is not directly relevant as the carrier rates for Jewish genetic disorders among Jews of non-Ashkenazi origin are no higher than in the general population.
\r\nHowever, if one or both partners are Sephardi with Moroccan ancestry, then testing for Tay-Sachs is still relevant as there is an increased risk (about 1 in 80 Moroccan Jews are Tay-Sachs carriers). In this case, an option to test specifically for Tay-Sachs will be available on the day in parallel to the Ashkenazi screening test.
Although it is possible for one partner to be tested, if that partner is a carrier of a particular disorder then the other one should also be tested for that disorder. Only in cases where both partners are carriers of the same disorder is there an increased risk of them having an affected child.
\r\nIf you choose for only one partner to be tested, the person who has the strongest Ashkenazi origin should be the one that is screened.
Although it is advisable to have carrier screening prior to pregnancy, testing is possible if you are already pregnant. However, if you will be over 16 weeks pregnant by appointment date then please contact us at screening@jnetics.org to enable us to discuss with you the implications and options available for screening in later stage pregnancy.
\r\nIt is not a problem if you have recently given birth or are currently breast feeding, you can still be screened.
\r\nEven if you already have healthy children, it is possible that future children could be affected by a Jewish genetic disorder if both partners are carriers for the same disorder. If you are considering expanding your family then testing is still relevant.
\r\nThe Jnetics screen identifies carriers of all nine conditions in one go. However, if you do have a family history of a particular Jewish genetic disorder, your GP can refer you to a Regional Genetics Service for disorder-specific carrier testing where appropriate.
\r\nJnetics screening services do NOT include screening for BRCA mutations. However, if you are concerned about cancer in your family and would like more information about how to access BRCA screening if appropriate, please contact screening@jnetics.org.
\r\nProviding a saliva sample involves spitting in to a saliva collection kit. The process is very straight forwards. Participants must remember not to eat, drink (even water), smoke or chew gum 30 minutes prior the their appointment.
\r\nYou will receive your results from the Jnetics Genetic Counsellor via email within 8-10 weeks of the screening event. You will receive these whether or not you are found to be a carrier.
\r\nThe results of your carrier screening test will be delivered directly to the Jnetics genetic counsellor at Northwick Park Hospital who will only share the results with you. The results of your test are strictly confidential and will not be shared with any additional parties unless you request otherwise.
\r\nIt will not affect your own health in any way. If you are found to be a carrier and are planning a family, it is sensible for your partner to be tested. If s/he is also a carrier there will be a 1 in 4 risk of having an affected child. If s/he is not a carrier there will not be a significant risk of having an affected child.
\r\nYou will have the opportunity to discuss your results with a dedicated Jnetics genetic counsellor. The implications of being a carrier are only significant if your current or future partner is also a carrier of the same condition. In this situation it will be possible to make an appointment with a genetic counsellor to discuss the different options available to reduce the risk of having an affected child.
\r\nThere should not be any ramifications of being a carrier of a recessive condition with regard to any kind of insurance.
\r\nSome insurance companies may cover the cost of the Jnetics carrier screening test, however you will need to check with your individual provider directly. If you would like a service receipt from Jnetics, please contact us at screening@jnetics.org and we will be happy to provide you with one.
\r\n\r\n
Please click on the titles to open and close the following information sections.
\r\nIf you have additional questions, please send them to screening@jnetics.org
\r\n
\r\n\r\n
Yes, registration for both clinics involves the same link and same booking form. There is a tick box on the booking form that individuals living outside of London must select. This will indicate to Jnetics that they will be attending the Virtual Clinic.
\r\nYou can either book an appointment further in advance, or wait to see if there are any cancellations. If timing is a concern eg. you are currently pregnant or planning to start or expand your family in the immediate future, an alternative screening option is available at Guy’s hospital at the cost of £330.
\r\nNo. Unfortunately only those living outside of London are eligible to attend the Virtual Clinic.
\r\nThe cost of testing for all 9 disorders is £190 per person. If you are interested in screening but are unable to afford the subsidised amount of £190, please contact us at screening@jnetics.org as there may be an option to offer some limited financial assistance.
\r\nCurrently, only Tay-Sachs is covered by the NHS for the Ashkenazi Jewish community. The other conditions covered in the Jnetics screening test are not available on the NHS unless you have an established family history of a particular condition. In this case, your GP can refer you to a Regional Genetics Service for disorder-specific carrier testing where appropriate.
\r\nNo. All participants must pre-register for their screening appointment. For those attending the Barnet Clinic, registration is possible up until 3pm on the day before the appointment. For those attending the Virtual Clinic, registration is possible until a week before the appointment.
\r\nNo. Paying is a central part of the online registration process.
\r\nIf you are running late, we ask that you inform us by emailing both screening@jnetics.org and lnwh-tr.jnetics@nhs.net. We will still try and fit in your screening but it is likely you may need to wait until the people who have arrived on time have been seen. Please do try to arrive on time to avoid waiting.
\r\nIf you have booked but are unable to attend, please email screening@jnetics.org as soon as possible to enable your slot to be re-assigned. A full refund will be given up to 48 hours before the screening event – after this, the refund will have £25 taken off for late administration costs.
\r\nCarrier testing for the Jewish genetic disorders covered in the Jnetics screening programme is very accurate, although it is important to note that no test is ever 100% accurate.
\r\nThis screening test detects between 93%-99.5% of carriers in the Ashkenazi Jewish population with detection rates varying slightly across the different conditions. Since this screening panel tests for specific genetic changes common to the Ashkenazi population, it is less accurate in people of non-Ashkenazi origin.
If only one partner is Ashkenazi, it is reasonable for that partner to be screened. If the Ashkenazi partner is found to be a carrier of a particular disorder, then it is advisable for the other partner to also be tested to see if they are a carrier specifically for that condition.
\r\nIf you are not sure of the extent to which you have Ashkenazi ancestry, but suspect that you have at least one Ashkenazi grandparent, it is still sensible to be tested. This is because if you have some Ashkenazi ancestry, you will have an increased risk relative to the general population, though this will be lower than people of full Ashkenazi descent.
\r\nIf both partners are of Sephardi origin this screening test is not directly relevant as the carrier rates for Jewish genetic disorders among Jews of non-Ashkenazi origin are no higher than in the general population.
\r\nHowever, if one or both partners are Sephardi with Moroccan ancestry, then testing for Tay-Sachs is still relevant as there is an increased risk (about 1 in 80 Moroccan Jews are Tay-Sachs carriers). In this case, an option to test specifically for Tay-Sachs will be available on the day in parallel to the Ashkenazi screening test.
Although it is possible for one partner to be tested, if that partner is a carrier of a particular disorder then the other one should also be tested for that disorder. Only in cases where both partners are carriers of the same disorder is there an increased risk of them having an affected child.
\r\nIf you choose for only one partner to be tested, the person who has the strongest Ashkenazi origin should be the one that is screened.
Although it is advisable to have carrier screening prior to pregnancy, testing is possible if you are already pregnant. However, if you will be over 16 weeks pregnant by appointment date then please contact us at screening@jnetics.org to enable us to discuss with you the implications and options available for screening in later stage pregnancy.
\r\nIt is not a problem if you have recently given birth or are currently breast feeding, you can still be screened.
\r\nEven if you already have healthy children, it is possible that future children could be affected by a Jewish genetic disorder if both partners are carriers for the same disorder. If you are considering expanding your family then testing is still relevant.
\r\nThe Jnetics screen identifies carriers of all nine conditions in one go. However, if you do have a family history of a particular Jewish genetic disorder, your GP can refer you to a Regional Genetics Service for disorder-specific carrier testing where appropriate.
\r\nJnetics screening services do NOT include screening for BRCA mutations. However, if you are concerned about cancer in your family and would like more information about how to access BRCA screening if appropriate, please contact screening@jnetics.org.
\r\nProviding a saliva sample involves spitting in to a saliva collection kit. The process is very straight forwards. Participants must remember not to eat, drink (even water), smoke or chew gum 30 minutes prior the their appointment.
\r\nYou will receive your results from the Jnetics Genetic Counsellor via email within 8-10 weeks of the screening event. You will receive these whether or not you are found to be a carrier.
\r\nThe results of your carrier screening test will be delivered directly to the Jnetics genetic counsellor at Northwick Park Hospital who will only share the results with you. The results of your test are strictly confidential and will not be shared with any additional parties unless you request otherwise.
\r\nIt will not affect your own health in any way. If you are found to be a carrier and are planning a family, it is sensible for your partner to be tested. If s/he is also a carrier there will be a 1 in 4 risk of having an affected child. If s/he is not a carrier there will not be a significant risk of having an affected child.
\r\nYou will have the opportunity to discuss your results with a dedicated Jnetics genetic counsellor. The implications of being a carrier are only significant if your current or future partner is also a carrier of the same condition. In this situation it will be possible to make an appointment with a genetic counsellor to discuss the different options available to reduce the risk of having an affected child.
\r\nThere should not be any ramifications of being a carrier of a recessive condition with regard to any kind of insurance.
\r\nSome insurance companies may cover the cost of the Jnetics carrier screening test, however you will need to check with your individual provider directly. If you would like a service receipt from Jnetics, please contact us at screening@jnetics.org and we will be happy to provide you with one.
\r\n\r\n
Carrier testing for Jewish genetic disorders other than Tay-Sachs is only available on the NHS to people that have a clear family history of a particular disorder.
\r\n\r\nIf you do have a family history, your GP can refer you to a Regional Genetics Service for disorder-specific carrier testing where appropriate.
\r\n\r\nGuy’s and St Thomas’ Hospital currently offer a self-funded (private) service that provides carrier testing for 9 recessive disorders relevant to people of Ashkenazi Jewish descent. The test is available from their existing Tay-Sachs clinic and is offered in parallel with the NHS funded Tay-Sachs test. Details about this service can be found in the Guy’s carrier testing service section.
\r\n\r\nBarnet General Hospital also offers carrier testing for 9 recessive disorders via their Tay-Sachs clinic on a Thursday morning between 9am and 10:30am. The service is by appointment only and can be booked online by clicking the link above.
\r\n\r\nDor Yeshorim is an organisation that offers a subsidised screening system for recessive Jewish disorders to ultra-orthodox Jews that are interested in having a ‘shidduch’ (arranged marriage). Screening results are not given to participants but an anonymous PIN system can be used to assess genetic compatibility with a potential partners.
\r\n\r\nOther private service providers that offer carrier testing in the UK for a range of Jewish genetic disorders are outlined below.
\r\n\r\nThese private services are usually available directly to the public and vary in terms of the disorders that they cover, services they include, cost, and the extent to which the laboratories are regulated.
\r\n\r\nFor details of each service, click on the relevant link. Please note that inclusion of the private services below by Jnetics does not represent an endorsement of their services.
\r\n\r\nCarrier testing for Jewish genetic disorders other than Tay-Sachs is only available on the NHS to people that have a clear family history of a particular disorder.
\r\n\r\nIf you do have a family history, your GP can refer you to a Regional Genetics Service for disorder-specific carrier testing where appropriate.
\r\n\r\nGuy’s and St Thomas’ Hospital currently offer a self-funded (private) service that provides carrier testing for 9 recessive disorders relevant to people of Ashkenazi Jewish descent. The test is available from their existing Tay-Sachs clinic and is offered in parallel with the NHS funded Tay-Sachs test. Details about this service can be found in the Guy’s carrier testing service section.
\r\n\r\nBarnet General Hospital also offers carrier testing for 9 recessive disorders via their Tay-Sachs clinic on a Thursday morning between 9am and 10:30am. The service is by appointment only and can be booked online by clicking the link above.
\r\n\r\nDor Yeshorim is an organisation that offers a subsidised screening system for recessive Jewish disorders to ultra-orthodox Jews that are interested in having a ‘shidduch’ (arranged marriage). Screening results are not given to participants but an anonymous PIN system can be used to assess genetic compatibility with a potential partners.
\r\n\r\nOther private service providers that offer carrier testing in the UK for a range of Jewish genetic disorders are outlined below.
\r\n\r\nThese private services are usually available directly to the public and vary in terms of the disorders that they cover, services they include, cost, and the extent to which the laboratories are regulated.
\r\n\r\nFor details of each service, click on the relevant link. Please note that inclusion of the private services below by Jnetics does not represent an endorsement of their services.
\r\n\r\nFor over 2000 years Jews have been a migratory people establishing communities throughout the Middle East and Mediterranean basin. Contemporary Jewish populations can be divided into three groups according to their area of long-term residence: Middle Eastern (or Oriental) Jews, Sephardi Jews, and Ashkenazi Jews.
\r\n\r\nFrom the 6th to 9th century, some Jews migrated from the Middle East west to Germany, France and England. In the 12th and 13th centuries, these Jews were expelled from Western Europe and moved east, settling largely in Poland, Lithuania, Belarus, the Ukraine and Russia, where they remained, largely isolated, for the following five centuries.
\r\n\r\nIn the late 19th and early 20th centuries, this population, now referred to as Ashkenazi Jewry, moved westwards with large migrations to the Americas, Western Europe, Australia and South Africa and some returning to the area which is now modern Israel.
\r\n\r\nIn Britain, it is estimated that 90% - 95% of Jewish people are of Ashkenazi Jewish ancestry.
\r\n\r\nHaving been reproductively isolated for centuries – and having grown from a small number of founders into a large population in a fairly short period – Ashkenazi Jews are a relatively homogenous group that have inherited a range of rare genetic disorders.
\r\n\r\nFor over 50 years, much research has focused on identifying genetic disorders among people of Ashkenazi descent. More than 20 disorders have been established as being of particular relevance to this group. Though rare, many are serious, debilitating and life-shortening.
\r\n\r\nThe link below provides a summary of some genetic disorders that are particularly relevant to people of Ashkenazi ancestry.
\r\n\r\nTable of genetic disorders prevalent among people of Ashkenazi Jewish ancestry (PDF 239Kb)
\r\n\r\nOther disorders established as being of higher prevalence among Ashkenazi Jews include: non-syndromic hearing loss and maple syrup urine disease.
\r\n\r\nFor more information about each of these disorders, please click on the relevant disorder page within the Ashkenazi Disorders section on the left of this page.
\r\n\r\nPLEASE NOTE: These disorder pages are provided for information and educational purposes only and do NOT represent advice regarding individual medical cases. If you have personal concerns about being affected by any of these disorders, we recommend that you consult with your doctor or another relevant healthcare specialist.
', 'Overview Of Ashkenazi Disorders', '', 'trash', 'closed', 'closed', '', 'overview-of-ashkenazi-disorders-2__trashed', '', '', '2018-02-07 13:31:22', '2018-02-07 13:31:22', '', 2, 'http://mlajnetics.local/?page_id=138', 0, 'page', '', 0), (139, 2, '2018-02-07 13:28:47', '2018-02-07 13:28:47', 'For over 2000 years Jews have been a migratory people establishing communities throughout the Middle East and Mediterranean basin. Contemporary Jewish populations can be divided into three groups according to their area of long-term residence: Middle Eastern (or Oriental) Jews, Sephardi Jews, and Ashkenazi Jews.
\r\n\r\nFrom the 6th to 9th century, some Jews migrated from the Middle East west to Germany, France and England. In the 12th and 13th centuries, these Jews were expelled from Western Europe and moved east, settling largely in Poland, Lithuania, Belarus, the Ukraine and Russia, where they remained, largely isolated, for the following five centuries.
\r\n\r\nIn the late 19th and early 20th centuries, this population, now referred to as Ashkenazi Jewry, moved westwards with large migrations to the Americas, Western Europe, Australia and South Africa and some returning to the area which is now modern Israel.
\r\n\r\nIn Britain, it is estimated that 90% - 95% of Jewish people are of Ashkenazi Jewish ancestry.
\r\n\r\nHaving been reproductively isolated for centuries – and having grown from a small number of founders into a large population in a fairly short period – Ashkenazi Jews are a relatively homogenous group that have inherited a range of rare genetic disorders.
\r\n\r\nFor over 50 years, much research has focused on identifying genetic disorders among people of Ashkenazi descent. More than 20 disorders have been established as being of particular relevance to this group. Though rare, many are serious, debilitating and life-shortening.
\r\n\r\nThe link below provides a summary of some genetic disorders that are particularly relevant to people of Ashkenazi ancestry.
\r\n\r\nTable of genetic disorders prevalent among people of Ashkenazi Jewish ancestry (PDF 239Kb)
\r\n\r\nOther disorders established as being of higher prevalence among Ashkenazi Jews include: non-syndromic hearing loss and maple syrup urine disease.
\r\n\r\nFor more information about each of these disorders, please click on the relevant disorder page within the Ashkenazi Disorders section on the left of this page.
\r\n\r\nPLEASE NOTE: These disorder pages are provided for information and educational purposes only and do NOT represent advice regarding individual medical cases. If you have personal concerns about being affected by any of these disorders, we recommend that you consult with your doctor or another relevant healthcare specialist.
', 'Overview Of Ashkenazi Disorders', '', 'inherit', 'closed', 'closed', '', '138-revision-v1', '', '', '2018-02-07 13:28:47', '2018-02-07 13:28:47', '', 138, 'http://mlajnetics.local/138-revision-v1/', 0, 'revision', '', 0), (140, 2, '2018-02-07 15:57:37', '2018-02-07 15:57:37', '', 'Jnetics Screening Services', '', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2018-02-07 15:57:37', '2018-02-07 15:57:37', '', 134, 'http://mlajnetics.local/134-revision-v1/', 0, 'revision', '', 0), (141, 2, '2018-02-07 16:11:54', '2018-02-07 16:11:54', 'For over 2000 years Jews have been a migratory people establishing communities throughout the Middle East and Mediterranean basin. Contemporary Jewish populations can be divided into three groups according to their area of long-term residence: Middle Eastern (or Oriental) Jews, Sephardi Jews, and Ashkenazi Jews.
\r\n\r\nFrom the 6th to 9th century, some Jews migrated from the Middle East west to Germany, France and England. In the 12th and 13th centuries, these Jews were expelled from Western Europe and moved east, settling largely in Poland, Lithuania, Belarus, the Ukraine and Russia, where they remained, largely isolated, for the following five centuries.
\r\n\r\nIn the late 19th and early 20th centuries, this population, now referred to as Ashkenazi Jewry, moved westwards with large migrations to the Americas, Western Europe, Australia and South Africa and some returning to the area which is now modern Israel.
\r\n\r\nIn Britain, it is estimated that 90% - 95% of Jewish people are of Ashkenazi Jewish ancestry.
\r\n\r\nHaving been reproductively isolated for centuries – and having grown from a small number of founders into a large population in a fairly short period – Ashkenazi Jews are a relatively homogenous group that have inherited a range of rare genetic disorders.
\r\n\r\nFor over 50 years, much research has focused on identifying genetic disorders among people of Ashkenazi descent. More than 20 disorders have been established as being of particular relevance to this group. Though rare, many are serious, debilitating and life-shortening.
\r\n\r\nThe link below provides a summary of some genetic disorders that are particularly relevant to people of Ashkenazi ancestry.
\r\n\r\nTable of genetic disorders prevalent among people of Ashkenazi Jewish ancestry (PDF 239Kb)
\r\n\r\nOther disorders established as being of higher prevalence among Ashkenazi Jews include: non-syndromic hearing loss and maple syrup urine disease.
\r\n\r\nFor more information about each of these disorders, please click on the relevant disorder page within the Ashkenazi Disorders section on the left of this page.
\r\n\r\nPLEASE NOTE: These disorder pages are provided for information and educational purposes only and do NOT represent advice regarding individual medical cases. If you have personal concerns about being affected by any of these disorders, we recommend that you consult with your doctor or another relevant healthcare specialist.
\r\n', 'Overview of Ashkenazi Disorders', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2018-02-07 16:11:54', '2018-02-07 16:11:54', '', 17, 'http://mlajnetics.local/17-revision-v1/', 0, 'revision', '', 0), (142, 2, '2018-02-07 16:12:05', '2018-02-07 16:12:05', 'For over 2000 years Jews have been a migratory people establishing communities throughout the Middle East and Mediterranean basin. Contemporary Jewish populations can be divided into three groups according to their area of long-term residence: Middle Eastern (or Oriental) Jews, Sephardi Jews, and Ashkenazi Jews.
\r\n\r\nFrom the 6th to 9th century, some Jews migrated from the Middle East west to Germany, France and England. In the 12th and 13th centuries, these Jews were expelled from Western Europe and moved east, settling largely in Poland, Lithuania, Belarus, the Ukraine and Russia, where they remained, largely isolated, for the following five centuries.
\r\n\r\nIn the late 19th and early 20th centuries, this population, now referred to as Ashkenazi Jewry, moved westwards with large migrations to the Americas, Western Europe, Australia and South Africa and some returning to the area which is now modern Israel.
\r\n\r\nIn Britain, it is estimated that 90% - 95% of Jewish people are of Ashkenazi Jewish ancestry.
\r\n\r\nHaving been reproductively isolated for centuries – and having grown from a small number of founders into a large population in a fairly short period – Ashkenazi Jews are a relatively homogenous group that have inherited a range of rare genetic disorders.
\r\n\r\nFor over 50 years, much research has focused on identifying genetic disorders among people of Ashkenazi descent. More than 20 disorders have been established as being of particular relevance to this group. Though rare, many are serious, debilitating and life-shortening.
\r\n\r\nThe link below provides a summary of some genetic disorders that are particularly relevant to people of Ashkenazi ancestry.
\r\n\r\nTable of genetic disorders prevalent among people of Ashkenazi Jewish ancestry (PDF 239Kb)
\r\n\r\nOther disorders established as being of higher prevalence among Ashkenazi Jews include: non-syndromic hearing loss and maple syrup urine disease.
\r\n\r\nFor more information about each of these disorders, please click on the relevant disorder page within the Ashkenazi Disorders section on the left of this page.
\r\n\r\nPLEASE NOTE: These disorder pages are provided for information and educational purposes only and do NOT represent advice regarding individual medical cases. If you have personal concerns about being affected by any of these disorders, we recommend that you consult with your doctor or another relevant healthcare specialist.
\r\n', 'Overview of Ashkenazi Disorders', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2018-02-07 16:12:05', '2018-02-07 16:12:05', '', 17, 'http://mlajnetics.local/17-revision-v1/', 0, 'revision', '', 0) ; INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (143, 2, '2018-02-07 16:14:23', '2018-02-07 16:14:23', 'For over 2000 years Jews have been a migratory people establishing communities throughout the Middle East and Mediterranean basin. Contemporary Jewish populations can be divided into three groups according to their area of long-term residence: Middle Eastern (or Oriental) Jews, Sephardi Jews, and Ashkenazi Jews.
\r\n\r\nFrom the 6th to 9th century, some Jews migrated from the Middle East west to Germany, France and England. In the 12th and 13th centuries, these Jews were expelled from Western Europe and moved east, settling largely in Poland, Lithuania, Belarus, the Ukraine and Russia, where they remained, largely isolated, for the following five centuries.
\r\n\r\nIn the late 19th and early 20th centuries, this population, now referred to as Ashkenazi Jewry, moved westwards with large migrations to the Americas, Western Europe, Australia and South Africa and some returning to the area which is now modern Israel.
\r\n\r\nIn Britain, it is estimated that 90% - 95% of Jewish people are of Ashkenazi Jewish ancestry.
\r\n\r\nHaving been reproductively isolated for centuries – and having grown from a small number of founders into a large population in a fairly short period – Ashkenazi Jews are a relatively homogenous group that have inherited a range of rare genetic disorders.
\r\n\r\nFor over 50 years, much research has focused on identifying genetic disorders among people of Ashkenazi descent. More than 20 disorders have been established as being of particular relevance to this group. Though rare, many are serious, debilitating and life-shortening.
\r\n\r\nThe link below provides a summary of some genetic disorders that are particularly relevant to people of Ashkenazi ancestry.
\r\n\r\nTable of genetic disorders prevalent among people of Ashkenazi Jewish ancestry (PDF 239Kb)
\r\n\r\nOther disorders established as being of higher prevalence among Ashkenazi Jews include: non-syndromic hearing loss and maple syrup urine disease.
\r\n\r\nFor more information about each of these disorders, please click on the relevant disorder page within the Ashkenazi Disorders section on the left of this page.
\r\n\r\nPLEASE NOTE: These disorder pages are provided for information and educational purposes only and do NOT represent advice regarding individual medical cases. If you have personal concerns about being affected by any of these disorders, we recommend that you consult with your doctor or another relevant healthcare specialist.
\r\n', 'Overview of Ashkenazi Disorders', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2018-02-07 16:14:23', '2018-02-07 16:14:23', '', 17, 'http://mlajnetics.local/17-revision-v1/', 0, 'revision', '', 0), (144, 2, '2018-02-07 16:19:06', '2018-02-07 16:19:06', 'This section includes links to genetic testing services for Tay-Sachs disease and other Jewish genetic disorders; and counselling services that offer support for people dealing with a range of issues relating to genetic conditions.
\r\n
\r\nPlease click on the titles to open and close the following information sections.
There are a number of benefits and allowances that may be available to you if you have a genetic disorder or care for someone who does. You may also be looking for advice on schooling or statementing, or housing or respite. As a first port of call it’s worth speaking to a member of your social work team or your specialist nurse if you have one, or to your local Citizen’s Advice Bureau.
\r\n\r\nCAB offers free, independent and confidential advice about debt and consumer issues, benefits, housing, legal matters and employment. They provide assistance with claiming welfare benefits, including practical help with filling out benefit application forms. They offer an on-line facility, or advice face-to-face or by phone. Check your local telephone directory or their website to find your nearest branch.
\r\n\r\nOther useful sources of information and advice include:
\r\n\r\n\r\n\r\n
A government website which provides information about a wide range of public services including benefits such as Employment and Support Allowance, Incapacity Benefit, Income Support, Attendance Allowance, Disability Living Allowance and Carer’s Allowance.
\r\n\r\nThere is also a benefits enquiry line that you can call if you would like to speak directly to someone. Details listed below.
\r\n\r\n\r\n\r\n
0800 882 200 (Monday – Friday, 8.30am – 6.30pm; Saturday 9am –1pm)
\r\nOffers information about benefits to people, and their carers, with an illness or disability. BEL can send out leaflets and claim packs. The enquiry line also provides assistance, over the phone, with filling out benefit application forms.
\r\n\r\n
0845 712 3456 (Monday – Friday, 7.30am – 6.30pm)
\r\nCall to access information on Attendance Allowance and Living Allowance.
\r\n\r\n
The DCS provides information about benefits to people with an illness or disability, and their carers. It is responsible for delivering Attendance Allowance, Disability Living Allowance and Carers’ Allowance. It is part of the Department for Work and Pensions.
\r\nIt provides the Benefit Enquire Line (as above) to answer benefit enquiries over the phone.
\r\nTel: 0800 882 200 (Monday – Friday, 8.30am – 6.30pm; Saturday 9am – 1pm)
\r\n\r\n
0800 0 55 66 88 (Monday – Friday, 8am – 6pm)
\r\nJobcentre Plus supports people of working age who cannot work, or who are looking for work. Provides information and is responsible for delivering Statutory Sick Pay, Employment and Support Allowance, Incapacity Benefit, Carer’s Allowance. Also provides additional financial support to people living on low incomes.
\r\n\r\n
0800 917 7711 (NHS prescription charges) 0845 610 1112 (NHS form line)
\r\nWebsite gives information about prescription charges and getting help with health costs. Download leaflet ‘Help with Health Costs’ (HC11 form).
\r\n\r\n
0845 850 0030 (Monday – Friday, 8am – 6pm and Saturday, 9am – 3pm).
\r\nTelephone helpline offers information, allows you to order certificate as well as a list of pharmacies able to supply certificates.
\r\n\r\n
0845 300 3900 (8am – 8pm, every day except Christmas Day, Boxing Day and New Years Day) For enquiries about applications or entitlement to tax credits.
\r\n\r\nIf you are travelling to a country within the European Union (or Switzerland) you can apply for a European Health Insurance Card (EHIC). The EHIC enables you to get free or reduced cost emergency treatment within the European Union. It entitles you to the same care as people living in another EU country, which could differ from that available on the NHS. EHIC has replaced the old E111 form and can be obtained from your local post office or by telephoning 0845 606 2030.
\r\n\r\nThere are several travel insurance companies that specialise in providing travel insurance for people with pre-existing medical conditions. Myeloma UK has put together an information sheet with the contact details of several of these companies. To view or download their leaflet go to:
\r\n\r\n\r\n\r\nMyeloma is a type of cancer but the companies listed specialise in providing travel insurance for people with a number of pre-existing medical conditions (not solely cancer.)
\r\n\r\n\r\n
The National Health Service information service.
\r\n\r\nFreephone information lines:
\r\nFor England - 0845 4647; For Scotland - 0845 4242424; For Wales - 0845 46 47
The DLF aims to make everyday life easier for disabled people, older people and their carers, by giving expert and impartial advice about equipment. Equipment centre displays a wide range of useful gadgets.
\r\n\r\nHelpline: 0845 130 9177 (Mon-Fri, 10am-4pm)
\r\nEmail: helpline@dlf.org.uk
GeneReviews are expert-authored, peer-reviewed disease descriptions published on-line. The articles, accessed using their database, include in-depth information on the generics, testing, diagnosis, management, and counselling issues for a wide range of inherited disorders.
\r\n\r\nThe Jewish Medical Association (UK) serves as an umbrella organisation for all Jewish healthcare professionals in the UK. Its work includes: providing social and educational activities for Jewish healthcare students and professionals; providing a public forum for the discussion of Jewish issues in medicine and healthcare; and facilitating and developing medical connections with Israel.
\r\n\r\nContact details: info@jewishmedicalassociationuk.org
\r\nAddress: Administrator, JMA UK, PO Box 38278, London NW3 4YG
OMIM is a comprehensive and authoritative resource that provides a summary of key scientific research on all know Mendelian disorders and over 12,000 human genes and genetic phenotypes. It is regularly updated and the entries contain extensive links to other resources.
\r\n\r\nAn independent charity involved in research to achieve the responsible application of biomedical science for health. The site provides easy access to a wide range of in-depth resources, reports, papers and links relating to genetics and its practical application in the UK.
\r\n\r\n\r\n
\r\n\r\n
This section includes links to genetic testing services for Tay-Sachs disease and other Jewish genetic disorders; and counselling services that offer support for people dealing with a range of issues relating to genetic conditions.
\r\n
\r\nPlease click on the titles to open and close the following information sections.
There are a number of benefits and allowances that may be available to you if you have a genetic disorder or care for someone who does. You may also be looking for advice on schooling or statementing, or housing or respite. As a first port of call it’s worth speaking to a member of your social work team or your specialist nurse if you have one, or to your local Citizen’s Advice Bureau.
\r\n\r\nCAB offers free, independent and confidential advice about debt and consumer issues, benefits, housing, legal matters and employment. They provide assistance with claiming welfare benefits, including practical help with filling out benefit application forms. They offer an on-line facility, or advice face-to-face or by phone. Check your local telephone directory or their website to find your nearest branch.
\r\n\r\nOther useful sources of information and advice include:
\r\n\r\n\r\n\r\n
A government website which provides information about a wide range of public services including benefits such as Employment and Support Allowance, Incapacity Benefit, Income Support, Attendance Allowance, Disability Living Allowance and Carer’s Allowance.
\r\n\r\nThere is also a benefits enquiry line that you can call if you would like to speak directly to someone. Details listed below.
\r\n\r\n\r\n\r\n
0800 882 200 (Monday – Friday, 8.30am – 6.30pm; Saturday 9am –1pm)
\r\nOffers information about benefits to people, and their carers, with an illness or disability. BEL can send out leaflets and claim packs. The enquiry line also provides assistance, over the phone, with filling out benefit application forms.
\r\n\r\n
0845 712 3456 (Monday – Friday, 7.30am – 6.30pm)
\r\nCall to access information on Attendance Allowance and Living Allowance.
\r\n\r\n
The DCS provides information about benefits to people with an illness or disability, and their carers. It is responsible for delivering Attendance Allowance, Disability Living Allowance and Carers’ Allowance. It is part of the Department for Work and Pensions.
\r\nIt provides the Benefit Enquire Line (as above) to answer benefit enquiries over the phone.
\r\nTel: 0800 882 200 (Monday – Friday, 8.30am – 6.30pm; Saturday 9am – 1pm)
\r\n\r\n
0800 0 55 66 88 (Monday – Friday, 8am – 6pm)
\r\nJobcentre Plus supports people of working age who cannot work, or who are looking for work. Provides information and is responsible for delivering Statutory Sick Pay, Employment and Support Allowance, Incapacity Benefit, Carer’s Allowance. Also provides additional financial support to people living on low incomes.
\r\n\r\n
0800 917 7711 (NHS prescription charges) 0845 610 1112 (NHS form line)
\r\nWebsite gives information about prescription charges and getting help with health costs. Download leaflet ‘Help with Health Costs’ (HC11 form).
\r\n\r\n
0845 850 0030 (Monday – Friday, 8am – 6pm and Saturday, 9am – 3pm).
\r\nTelephone helpline offers information, allows you to order certificate as well as a list of pharmacies able to supply certificates.
\r\n\r\n
0845 300 3900 (8am – 8pm, every day except Christmas Day, Boxing Day and New Years Day) For enquiries about applications or entitlement to tax credits.
\r\n\r\nIf you are travelling to a country within the European Union (or Switzerland) you can apply for a European Health Insurance Card (EHIC). The EHIC enables you to get free or reduced cost emergency treatment within the European Union. It entitles you to the same care as people living in another EU country, which could differ from that available on the NHS. EHIC has replaced the old E111 form and can be obtained from your local post office or by telephoning 0845 606 2030.
\r\n\r\nThere are several travel insurance companies that specialise in providing travel insurance for people with pre-existing medical conditions. Myeloma UK has put together an information sheet with the contact details of several of these companies. To view or download their leaflet go to:
\r\n\r\n\r\n\r\nMyeloma is a type of cancer but the companies listed specialise in providing travel insurance for people with a number of pre-existing medical conditions (not solely cancer.)
\r\n\r\n\r\n
The National Health Service information service.
\r\n\r\nFreephone information lines:
\r\nFor England - 0845 4647; For Scotland - 0845 4242424; For Wales - 0845 46 47
The DLF aims to make everyday life easier for disabled people, older people and their carers, by giving expert and impartial advice about equipment. Equipment centre displays a wide range of useful gadgets.
\r\n\r\nHelpline: 0845 130 9177 (Mon-Fri, 10am-4pm)
\r\nEmail: helpline@dlf.org.uk
GeneReviews are expert-authored, peer-reviewed disease descriptions published on-line. The articles, accessed using their database, include in-depth information on the generics, testing, diagnosis, management, and counselling issues for a wide range of inherited disorders.
\r\n\r\nThe Jewish Medical Association (UK) serves as an umbrella organisation for all Jewish healthcare professionals in the UK. Its work includes: providing social and educational activities for Jewish healthcare students and professionals; providing a public forum for the discussion of Jewish issues in medicine and healthcare; and facilitating and developing medical connections with Israel.
\r\n\r\nContact details: info@jewishmedicalassociationuk.org
\r\nAddress: Administrator, JMA UK, PO Box 38278, London NW3 4YG
OMIM is a comprehensive and authoritative resource that provides a summary of key scientific research on all know Mendelian disorders and over 12,000 human genes and genetic phenotypes. It is regularly updated and the entries contain extensive links to other resources.
\r\n\r\nAn independent charity involved in research to achieve the responsible application of biomedical science for health. The site provides easy access to a wide range of in-depth resources, reports, papers and links relating to genetics and its practical application in the UK.
\r\n\r\n\r\n
\r\n\r\n
If you have a question relating to a particular condition, genetic testing, inheritance or any other Jewish genetic disorder-related issue, simply fill out the form below.
\r\n\r\nOur genetics information specialist, Sara Levene – an experienced genetic counsellor and one of our Scientific and Medical Advisors – will get back to you as soon as possible with a response.
\r\n\r\n
If you have a question relating to a particular condition, genetic testing, inheritance or any other Jewish genetic disorder-related issue, simply fill out the form below.
\r\n\r\nOur genetics information specialist, Sara Levene – an experienced genetic counsellor and one of our Scientific and Medical Advisors – will get back to you as soon as possible with a response.
\r\n\r\n
Jnetics is funded entirely by voluntary donations and fundraising activities. The contributions of donors and efforts of voluntary fundraisers are fundamental to the continuation and development of Jnetics’s work.
\r\n\r\nThere are many different ways in which you can help us with our fundraising efforts. We would be delighted to support you with any ideas you have to help us raise money for Jnetics.
\r\n\r\nPlease let us know your plans so that we can help provide you with fundraising materials, which we can tailor to fit your event or activity, and other forms of support to assist your efforts.
\r\n\r\nYou may already have a fundraising event in mind, however, here are a few popular ideas for events that could be very enjoyable and serve as a great way to raise funds.
\r\n\r\nGaining sponsorship to complete a personal challenge is another effective way to help us raise awareness and funds for the work of Jnetics. The challenge could be taking part in:
Whatever the special occasion, whether it is a birthday, wedding, or anniversary, why not ask friends and family to make a charitable donation to Jnetics in celebration.
\r\n\r\nIf you work for an organisation (nursery, school, synagogue etc) or company which has a Charity of the Year scheme and think that Jnetics would be a suitable charity, please nominate us for consideration.
\r\n\r\nPlease do let us know if you are able to help us fundraise in anyway. If you have any questions or would like to discuss a fundraising idea, please send an e-mail to info@jnetics.org.
', 'Fundraising', '', 'publish', 'closed', 'closed', '', 'fundraising', '', '', '2018-02-07 16:27:44', '2018-02-07 16:27:44', '', 86, 'http://mlajnetics.local/?page_id=148', 0, 'page', '', 0), (149, 2, '2018-02-07 16:27:44', '2018-02-07 16:27:44', 'Jnetics is funded entirely by voluntary donations and fundraising activities. The contributions of donors and efforts of voluntary fundraisers are fundamental to the continuation and development of Jnetics’s work.
\r\n\r\nThere are many different ways in which you can help us with our fundraising efforts. We would be delighted to support you with any ideas you have to help us raise money for Jnetics.
\r\n\r\nPlease let us know your plans so that we can help provide you with fundraising materials, which we can tailor to fit your event or activity, and other forms of support to assist your efforts.
\r\n\r\nYou may already have a fundraising event in mind, however, here are a few popular ideas for events that could be very enjoyable and serve as a great way to raise funds.
\r\n\r\nGaining sponsorship to complete a personal challenge is another effective way to help us raise awareness and funds for the work of Jnetics. The challenge could be taking part in:
Whatever the special occasion, whether it is a birthday, wedding, or anniversary, why not ask friends and family to make a charitable donation to Jnetics in celebration.
\r\n\r\nIf you work for an organisation (nursery, school, synagogue etc) or company which has a Charity of the Year scheme and think that Jnetics would be a suitable charity, please nominate us for consideration.
\r\n\r\nPlease do let us know if you are able to help us fundraise in anyway. If you have any questions or would like to discuss a fundraising idea, please send an e-mail to info@jnetics.org.
', 'Fundraising', '', 'inherit', 'closed', 'closed', '', '148-revision-v1', '', '', '2018-02-07 16:27:44', '2018-02-07 16:27:44', '', 148, 'http://mlajnetics.local/148-revision-v1/', 0, 'revision', '', 0) ; INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (150, 2, '2018-02-07 16:32:52', '2018-02-07 16:32:52', 'Jnetics employs an Executive Director, Project & Programme Manger, Project Research & Development Officer and Project Development Officer,who work closely with our Board of Trustees and expert Scientific and Medical advisors. We also have a team of freelance professionals managing certain areas of activity and delivering specific projects. In addition, we are supported by volunteers who generously share their time and expertise to help progress our work.
\r\n\r\nOver time and with the necessary funding, Jnetics will employ other staff (e.g. outreach education officer, researcher etc.) to support our project work and enable us to expand our services.
\r\n\r\nPlease click on the titles to open and close the following information sections.
\r\n\r\n\r\n\r\n
Our Executive Director, Katrina Sarig, is responsible for our strategic direction, delivery of our services, as well as running the day-to-day aspects of the charity:
Katrina Sarig,
\r\nExecutive Director, Jnetics
\r\n\r\n
Our Project & Programme Manger, Greg Blank, is responsible for managing our key projects, including the GENEius programme, as well as coordinating our screening services and managing our volunteers.
\r\nOur Project Research & Development Officer, Raquel Lewin, is assisting with the research, development and delivery the GENEius programme and supporting the other on-going Jnetics activities.
\r\nOur Project Development Officer, Aviva Lewis, is based in our Manchester office, and is responsible for assisting with the research, development and delivery the GENEius programme, developing the organisations activities in the main Jewish communities outside of London, as well as supporting the other on-going Jnetics activities.
\r\nWe are currently supported by two experienced freelance professionals:
\r\n
Jnetics is managed by a board of trustees responsible for ensuring that the charity meets its objectives whilst complying with legal obligations under charity and company law. The board provides guidance for the strategic development of the charity and reviews work as it develops.
\r\n\r\nOur trustees have experience across charity management, finance and fundraising, marketing and PR, and healthcare.
\r\n\r\nAnthony Angel (chairman)
\r\n Anthony was the former Worldwide Managing Partner at Linklaters, Executive Managing Director EMEA at Standard & Poor’, Global Co-Chairman at DLA Piper and Trustee and Treasurer of the Cystic Fibrosis Trust before becoming chairman of Jnetics’ board of trustees. Anthony’s son Benjamin died aged 26 from Cystic Fibrosis. He is committed to preventing the suffering and pain of other Jewish families from the death of a child from what are now avoidable genetic diseases.
Ruth Angel
\r\nRuth has been involved with fund raising for charities since the age of 13; first with JNF and then the Shaare Zedek Hospital. Later after her son Benjamin was born with Cystic Fibrosis she began raising funds for the CF Trust and continued to do this on an almost full time basis for the next 26 years. Tragically her son Benjamin died in 2005 at the age of 26 after marrying and later qualifying as a doctor. It was Benjamin’s dearest wish that no one else should be born with Cystic Fibrosis. Ruth is very pleased to be a Trustee for Jnetics and hopes and prays that she can help prevent other families from suffering the loss of a child by encouraging genetic testing.
Eileen Jacobs, SROT
\r\nEileen has many years of experience as an Occupational Therapist, specialising in geriatric medicine and children with special needs. She was a national executive member of British Wizo and is co- founder of charity Cove Park with her husband Peter. As a mother of three and grandmother of nine, her concern is the wellbeing and health of her family and the future of the Jewish community
Peter Jacobs, BSc, DMS
\r\nPeter has held a variety of senior management positions over his career including CEO roles at British Sugar, Beresford International and Bupa. After 8 years as CEO at Bupa he took early retirement to co- found charity Cove Park with his wife Eileen. He has held various chairmanships and non exec. positions including Allied Domeq and the RAF. He firmly believes that Jnetics can make a significant difference to the quality of life of many families and play a leading role in reducing, and hopefully eliminating, a number of extremely serious disorders.
Ian Pearl, LLB
\r\nSolicitor, OGR Stock Denton
Tammy Rothenberg, BA (Hons) BM BCh MRCPCH MSc (Allergy)
\r\nTammy is a paediatrician with two decades of experience in the NHS. She is committed to Jnetics’ aims of improving awareness of Jewish Genetic diseases, improving access to screening, and providing support for those affected by these diseases. She has long experience of working within the NHS, and currently works at Homerton University Hospital, which serves the large Jewish community based around Stamford Hill. She is particularly motived to reduce barriers between different organisations, and work across boundaries to help improve things.
We were honoured and hugely grateful to have Dr Alan Naftalin, as one of our founding trustees who contributed enormously to our work right up until he passed away in December 2012.
\r\n\r\n\r\n
Our expert scientific and medical advisors include scientists, clinicians, researchers and a genetic counsellor who are all specialists in fields relating to Jewish genetic disorders.
\r\n\r\nOur advisors guide us on what disorders are appropriate to cover; ensure that our information is accurate and disseminated responsibly; direct our position on testing; and help facilitate collaborative work that support our objectives.
\r\n
\r\nPlease click on the names for more information about each.
\r\n
Our educational experts are all specialists in fields relating to medical and Jewish education.
\r\n\r\nOur advisors guide us on development of the GENEius programme.
\r\n\r\n\r\n
\r\n
\r\n\r\n
Jnetics employs an Executive Director, Project & Programme Manger, Project Research & Development Officer and Project Development Officer,who work closely with our Board of Trustees and expert Scientific and Medical advisors. We also have a team of freelance professionals managing certain areas of activity and delivering specific projects. In addition, we are supported by volunteers who generously share their time and expertise to help progress our work.
\r\n\r\nOver time and with the necessary funding, Jnetics will employ other staff (e.g. outreach education officer, researcher etc.) to support our project work and enable us to expand our services.
\r\n\r\nPlease click on the titles to open and close the following information sections.
\r\n\r\n\r\n\r\n
Our Executive Director, Katrina Sarig, is responsible for our strategic direction, delivery of our services, as well as running the day-to-day aspects of the charity:
Katrina Sarig,
\r\nExecutive Director, Jnetics
\r\n\r\n
Our Project & Programme Manger, Greg Blank, is responsible for managing our key projects, including the GENEius programme, as well as coordinating our screening services and managing our volunteers.
\r\nOur Project Research & Development Officer, Raquel Lewin, is assisting with the research, development and delivery the GENEius programme and supporting the other on-going Jnetics activities.
\r\nOur Project Development Officer, Aviva Lewis, is based in our Manchester office, and is responsible for assisting with the research, development and delivery the GENEius programme, developing the organisations activities in the main Jewish communities outside of London, as well as supporting the other on-going Jnetics activities.
\r\nWe are currently supported by two experienced freelance professionals:
\r\n
Jnetics is managed by a board of trustees responsible for ensuring that the charity meets its objectives whilst complying with legal obligations under charity and company law. The board provides guidance for the strategic development of the charity and reviews work as it develops.
\r\n\r\nOur trustees have experience across charity management, finance and fundraising, marketing and PR, and healthcare.
\r\n\r\nAnthony Angel (chairman)
\r\n Anthony was the former Worldwide Managing Partner at Linklaters, Executive Managing Director EMEA at Standard & Poor’, Global Co-Chairman at DLA Piper and Trustee and Treasurer of the Cystic Fibrosis Trust before becoming chairman of Jnetics’ board of trustees. Anthony’s son Benjamin died aged 26 from Cystic Fibrosis. He is committed to preventing the suffering and pain of other Jewish families from the death of a child from what are now avoidable genetic diseases.
Ruth Angel
\r\nRuth has been involved with fund raising for charities since the age of 13; first with JNF and then the Shaare Zedek Hospital. Later after her son Benjamin was born with Cystic Fibrosis she began raising funds for the CF Trust and continued to do this on an almost full time basis for the next 26 years. Tragically her son Benjamin died in 2005 at the age of 26 after marrying and later qualifying as a doctor. It was Benjamin’s dearest wish that no one else should be born with Cystic Fibrosis. Ruth is very pleased to be a Trustee for Jnetics and hopes and prays that she can help prevent other families from suffering the loss of a child by encouraging genetic testing.
Eileen Jacobs, SROT
\r\nEileen has many years of experience as an Occupational Therapist, specialising in geriatric medicine and children with special needs. She was a national executive member of British Wizo and is co- founder of charity Cove Park with her husband Peter. As a mother of three and grandmother of nine, her concern is the wellbeing and health of her family and the future of the Jewish community
Peter Jacobs, BSc, DMS
\r\nPeter has held a variety of senior management positions over his career including CEO roles at British Sugar, Beresford International and Bupa. After 8 years as CEO at Bupa he took early retirement to co- found charity Cove Park with his wife Eileen. He has held various chairmanships and non exec. positions including Allied Domeq and the RAF. He firmly believes that Jnetics can make a significant difference to the quality of life of many families and play a leading role in reducing, and hopefully eliminating, a number of extremely serious disorders.
Ian Pearl, LLB
\r\nSolicitor, OGR Stock Denton
Tammy Rothenberg, BA (Hons) BM BCh MRCPCH MSc (Allergy)
\r\nTammy is a paediatrician with two decades of experience in the NHS. She is committed to Jnetics’ aims of improving awareness of Jewish Genetic diseases, improving access to screening, and providing support for those affected by these diseases. She has long experience of working within the NHS, and currently works at Homerton University Hospital, which serves the large Jewish community based around Stamford Hill. She is particularly motived to reduce barriers between different organisations, and work across boundaries to help improve things.
We were honoured and hugely grateful to have Dr Alan Naftalin, as one of our founding trustees who contributed enormously to our work right up until he passed away in December 2012.
\r\n\r\n\r\n
Our expert scientific and medical advisors include scientists, clinicians, researchers and a genetic counsellor who are all specialists in fields relating to Jewish genetic disorders.
\r\n\r\nOur advisors guide us on what disorders are appropriate to cover; ensure that our information is accurate and disseminated responsibly; direct our position on testing; and help facilitate collaborative work that support our objectives.
\r\n
\r\nPlease click on the names for more information about each.
\r\n
Our educational experts are all specialists in fields relating to medical and Jewish education.
\r\n\r\nOur advisors guide us on development of the GENEius programme.
\r\n\r\n\r\n
\r\n
\r\n\r\n
Jnetics is involved in a wide range of activities that focus on three core areas: raising awareness, providing information, and improving testing options as outlined below.
\r\n\r\nThese areas reflect the main objectives of the charity and address the priority needs identified in our review of Jewish genetic disorders in the UK. Over time, we will build on our work in these areas and respond to developing needs in accordance with the resources that we have available.
\r\n\r\nOur activities include PR campaigns in the Jewish press and via social media channels; presentations and group discussions at synagogues, Jewish organisations and schools; and targeted events with rabbis, community leaders and medical professionals.
\r\n\r\nThrough our website and other resources we help enable people to find the best information, services and support in the UK for those affected by Jewish genetic disorders. All are information is provided impartially and without judgement, helping people to manage their situations in the way that best fits their personal beliefs and circumstances.
\r\n\r\nWith funding from Jeans for Genes we have developed a ‘signposting’ service that includes a facility to send individual questions directly, and in confidence, to our genetics information specialist.
\r\n\r\nTay-Sachs is currently the only Jewish genetic disorder for which carrier testing is available on the NHS to anyone of Ashkenazi Jewish ancestry.
\r\n\r\nWe are working to improve access to genetic testing for other severe disorders that is responsibly delivered and affordable.
\r\n
If you are interested in helping us to progress our activities, please visit our get involved section.
', 'What We Do', '', 'publish', 'closed', 'closed', '', 'what-we-do', '', '', '2018-02-07 16:34:43', '2018-02-07 16:34:43', '', 0, 'http://mlajnetics.local/?page_id=152', 0, 'page', '', 0), (153, 2, '2018-02-07 16:34:43', '2018-02-07 16:34:43', 'Jnetics is involved in a wide range of activities that focus on three core areas: raising awareness, providing information, and improving testing options as outlined below.
\r\n\r\nThese areas reflect the main objectives of the charity and address the priority needs identified in our review of Jewish genetic disorders in the UK. Over time, we will build on our work in these areas and respond to developing needs in accordance with the resources that we have available.
\r\n\r\nOur activities include PR campaigns in the Jewish press and via social media channels; presentations and group discussions at synagogues, Jewish organisations and schools; and targeted events with rabbis, community leaders and medical professionals.
\r\n\r\nThrough our website and other resources we help enable people to find the best information, services and support in the UK for those affected by Jewish genetic disorders. All are information is provided impartially and without judgement, helping people to manage their situations in the way that best fits their personal beliefs and circumstances.
\r\n\r\nWith funding from Jeans for Genes we have developed a ‘signposting’ service that includes a facility to send individual questions directly, and in confidence, to our genetics information specialist.
\r\n\r\nTay-Sachs is currently the only Jewish genetic disorder for which carrier testing is available on the NHS to anyone of Ashkenazi Jewish ancestry.
\r\n\r\nWe are working to improve access to genetic testing for other severe disorders that is responsibly delivered and affordable.
\r\n
If you are interested in helping us to progress our activities, please visit our get involved section.
', 'What We Do', '', 'inherit', 'closed', 'closed', '', '152-revision-v1', '', '', '2018-02-07 16:34:43', '2018-02-07 16:34:43', '', 152, 'http://mlajnetics.local/152-revision-v1/', 0, 'revision', '', 0), (154, 2, '2018-02-07 16:36:26', '2018-02-07 16:36:26', 'To learn more about our charity or share feedback relating to our website, please contact us at:
\r\n
Jnetics London
\r\nSolar House
\r\nThe Brentano Suite
\r\n915 High Road
\r\nFinchley
\r\nLondon
\r\nN12 8QJ
Jnetics Manchester
\r\nHeathlands Village
\r\nHeathlands Drive
\r\nPrestwich
\r\nManchester
\r\nM25 0SB
\r\n
Jnetics London
\r\n020 8123 5022
\r\n\r\n
\r\n\r\n
Jnetics Manchester
\r\n0161 772 4895
If you have any individual questions about anything relating to Jewish genetic disorders, please write to our dedicated information officer with specialist expertise via the following e-mail link:
\r\n\r\nGenetics information specialist: Got a question? Click here
\r\n
\r\nPlease note that we cannot provide medical advice concerning individual symptoms, diagnoses or treatments and recommend that you consult your doctor regarding these issues.
To learn more about our charity or share feedback relating to our website, please contact us at:
\r\n
Jnetics London
\r\nSolar House
\r\nThe Brentano Suite
\r\n915 High Road
\r\nFinchley
\r\nLondon
\r\nN12 8QJ
Jnetics Manchester
\r\nHeathlands Village
\r\nHeathlands Drive
\r\nPrestwich
\r\nManchester
\r\nM25 0SB
\r\n
Jnetics London
\r\n020 8123 5022
\r\n\r\n
\r\n\r\n
Jnetics Manchester
\r\n0161 772 4895
If you have any individual questions about anything relating to Jewish genetic disorders, please write to our dedicated information officer with specialist expertise via the following e-mail link:
\r\n\r\nGenetics information specialist: Got a question? Click here
\r\n
\r\nPlease note that we cannot provide medical advice concerning individual symptoms, diagnoses or treatments and recommend that you consult your doctor regarding these issues.
\r\n\r\n\r\n\r\n
\r\n\r\n
', 'Jnetics Business Breakfast 2018', '', 'publish', 'closed', 'closed', '', 'jnetics-business-breakfast-2018', '', '', '2018-02-07 16:38:51', '2018-02-07 16:38:51', '', 0, 'http://mlajnetics.local/?page_id=156', 0, 'page', '', 0), (157, 2, '2018-02-07 16:38:14', '2018-02-07 16:38:14', '', 'BUsBreakfast123', '', 'inherit', 'open', 'closed', '', 'busbreakfast123', '', '', '2018-02-07 16:38:20', '2018-02-07 16:38:20', '', 156, 'http://mlajnetics.local/wp-content/uploads/2018/02/BUsBreakfast123.png', 0, 'attachment', 'image/png', 0), (158, 2, '2018-02-07 16:38:38', '2018-02-07 16:38:38', '\r\n\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n
', 'Jnetics Business Breakfast 2018', '', 'inherit', 'closed', 'closed', '', '156-revision-v1', '', '', '2018-02-07 16:38:38', '2018-02-07 16:38:38', '', 156, 'http://mlajnetics.local/156-revision-v1/', 0, 'revision', '', 0) ; INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (159, 2, '2018-02-07 16:42:39', '2018-02-07 16:42:39', '
Please join us for our first fundraising and networking breakfast, with a special guest speaker; Jonathan Freedland; journalist, author and broadcaster\r\nTuesday 13th March 2018 | 0730 arrival | 0800 - 0930 breakfast\r\nCentral London Hotel\r\n\r\n\r\n...
\r\n\r\nIn November, Jnetics officially opened a second office based in Prestwich, Manchester. It is situated in The Fed, Manchester’s major Jewish social care charity, providing an ideal community location for the new premises. Aviva Lewis, the new Programme Development Officer, who was previously employed...
\r\n\r\nThis month, Jnetics is going to set a record. By the end of the day on 20th of December, the GENEius programme will have been successfully delivered in three Jewish high schools in London, and all in just six weeks. \r\n\r\nGENEius is Jnetics’ education and...
\r\n\r\nThis week The Jewish Chronicle followed their special edition on genetic illnesses last November by publishing a news feature emphasising the lifesaving tests that we provide. \r\n\r\nThrough an interview with the Jnetics Executive Director, Katrina Sarig, The Jewish Chronicle highlighted how we provide services that...
\r\n\r\nWe had a great turnout of 22 people at our community screening event held at our offices on the 12th July. A huge thank you to our amazing volunteers and all those who attended. \r\n\r\nIf you are interested in being screened for Jewish genetic disorders,...
\r\n\r\nFor Jnetics, The Maccabi Fun Run 2017 on Sunday 11th June was an incredible success.\r\n\r\nNot only did we have a record number of runners- a grand total of 70, but the sponsorship money raised has already exceeded last year’s total. \r\n\r\nWhat’s more, the winner...
\r\n\r\nPlease join us for our first fundraising and networking breakfast, with a special guest speaker; Jonathan Freedland; journalist, author and broadcaster\r\nTuesday 13th March 2018 | 0730 arrival | 0800 - 0930 breakfast\r\nCentral London Hotel\r\n\r\n\r\n...
\r\n\r\nIn November, Jnetics officially opened a second office based in Prestwich, Manchester. It is situated in The Fed, Manchester’s major Jewish social care charity, providing an ideal community location for the new premises. Aviva Lewis, the new Programme Development Officer, who was previously employed...
\r\n\r\nThis month, Jnetics is going to set a record. By the end of the day on 20th of December, the GENEius programme will have been successfully delivered in three Jewish high schools in London, and all in just six weeks. \r\n\r\nGENEius is Jnetics’ education and...
\r\n\r\nThis week The Jewish Chronicle followed their special edition on genetic illnesses last November by publishing a news feature emphasising the lifesaving tests that we provide. \r\n\r\nThrough an interview with the Jnetics Executive Director, Katrina Sarig, The Jewish Chronicle highlighted how we provide services that...
\r\n\r\nWe had a great turnout of 22 people at our community screening event held at our offices on the 12th July. A huge thank you to our amazing volunteers and all those who attended. \r\n\r\nIf you are interested in being screened for Jewish genetic disorders,...
\r\n\r\nFor Jnetics, The Maccabi Fun Run 2017 on Sunday 11th June was an incredible success.\r\n\r\nNot only did we have a record number of runners- a grand total of 70, but the sponsorship money raised has already exceeded last year’s total. \r\n\r\nWhat’s more, the winner...
\r\n\r\nThis month, Jnetics is going to set a record. By the end of the day on 20th of December, the GENEius programme will have been successfully delivered in three Jewish high schools in London, and all in just six weeks.
\r\n\r\nGENEius is Jnetics’ education and screening programme, launched just over a year ago. It is aimed at Year 12 students in Jewish high schools, and has to key element- education and screening. First, students attend an interactive session where they are introduced to the concept of Jewish genetic disorders (JGDs). There is a particular focus on severe recessive JGDs and the importance of carrier screening in their prevention. A week or so later, the Jnetics team returns to the school to run an optional carrier screening event. By choosing to taking part in the event, students can find out if they carry one (or more) of nine severe recessive JGDs, providing them with important information for their future.
\r\n\r\nIn the 6 weeks spanning from early November to Mid-December, Year 12 students in three of the main Jewish high schools in London will have had the privilege of taking part in GENEius. Since the second week of November, the programme has already been smoothly delivered in JCoSS and Yavneh College and in-so-doing, Jnetics have educated approximately 250 students, and screened just under 180. In the coming week, the team will be attending King Solomon High school in Essex twice- once for the education session and once for the optional GENEius screening event.
\r\n\r\nWhat’s more, by end of 2017, Jnetics will have delivered GENEius in 6 high schools, exceeding the target set for the programme’s first year. Amazingly, this total will increase to 8 schools in 2018, and will include King David High School in Manchester too.
\r\n\r\nVisit the Jnetics/GENEius Facebook, Twitter and Instagram to see the GENEius programme in action and watch out for further updates on this page of our the Jnetics website.
\r\n\r\n\r\n\r\n\r\n
\r\n back to news listings
This week The Jewish Chronicle followed their special edition on genetic illnesses last November by publishing a news feature emphasising the lifesaving tests that we provide.
\r\n\r\nThrough an interview with the Jnetics Executive Director, Katrina Sarig, The Jewish Chronicle highlighted how we provide services that have the potential to eliminate the tragic and utterly preventable genetic conditions that are so prevalent within the Jewish community today.
\r\n\r\nOne such service is the clinic that we are opening together with the NHS in Barnet Hospital. Gael Ganz, a genetic counsellor within the North West Regional Genetics Service who regularly works together with Jnetics, described this to the Jewish Chronicle as an exciting development that is important in bringing the level of care in UK Jewish community up to par with everywhere else.
\r\n\r\nGreg Blank, Project and Programme Manager, described a larger scale initiative we’ve been working on called the GENEius programme. This currently focuses on providing and enabling education and screening for year 12 students in Jewish high schools, but aims to be able to reach all Jewish students in all schools.
\r\n\r\nMoreover, the Jewish Chronicle spoke to students who had taken part in the GENEius programme. These students gave personal accounts of their experience with us, and strongly recommend that other students utilise the valuable services that Jnetics provide. As Larra Murray points out The Jewish Chronicle, their is no price you would put on something so essential to the health of your future children.
\r\n\r\nIf you would like to be screened, we are hosting a screening event this Tuesday evening, 12th September. You can sign up for this by following this link.
\r\n\r\nLastly, as described in The Jewish Chronicle’s leader article, we rely on generous donations in order for us to continue to deliver and expand on the vital services that we offer. If you are able to contribute please donate by following this link.
\r\n\r\n\r\n
\r\n back to news listings
We had a great turnout of 22 people at our community screening event held at our offices on the 12th July. A huge thank you to our amazing volunteers and all those who attended.
\r\n\r\nIf you are interested in being screened for Jewish genetic disorders, send us an email screening@jnetics.org and we will contact you when registration opens for our next event.
\r\n\r\n\r\n\r\n\r\n
\r\n back to news listings
For Jnetics, The Maccabi Fun Run 2017 on Sunday 11th June was an incredible success.
\r\n\r\nNot only did we have a record number of runners- a grand total of 70, but the sponsorship money raised has already exceeded last year’s total.
\r\n\r\nWhat’s more, the winner of the 10K race was a member of Team Jnetics- Charlie Hillman. He completed the full distance in an astounding 38 minutes.
\r\n\r\nThere were 9 other Jnetics runners that completed the 10K run too. Over 50 participated in the 5K run, 2 in the 1K and 2 members of Team Jnetics decided to do all 3 races.
\r\n\r\nA constant stream of children and adults visited the Jnetics stand in the Fun Run Charity Fair. Children made DNA sweets and a prize was up-for-grabs for the person who completed our ‘DNA Break the Code Challenge’ in the shortest amount of time.
\r\n\r\nTo see pictures taken on the day by photographer Emily Munster click here.
\r\n\r\nLastly, our donation page is still live. Visit it now to show us your support and help Jnetics continue to deliver the vital community service it does.
\r\n\r\n\r\n
\r\n back to news listings
This section includes links to patient groups and other resources that offer information and support relating to the different conditions covered by Jnetics.
\r\n\r\nPlease click each of the disorders listed below to go to the page relevant to that condition and then click on the “Further information and support” button at the bottom of that page.
\r\n\r\nThis section includes links to patient groups and other resources that offer information and support relating to the different conditions covered by Jnetics.
\r\n\r\nPlease click each of the disorders listed below to go to the page relevant to that condition and then click on the “Further information and support” button at the bottom of that page.
\r\n\r\nThis section includes links to a number of umbrella organisations that provide general information, advocacy and support for a wide spectrum of genetic conditions - including many of the disorders covered by Jnetics.
\r\n\r\nThese groups may be particularly useful for conditions that have no dedicated patient group themselves e.g. Canavan disease and Bloom syndrome.
\r\n
CLIMB is a national organisation working on behalf of children, young people and families affected by inherited metabolic diseases. It covers 730 inherited disorders, providing information and support and funding education and research programmes.
\r\n\r\nThis established UK-wide charity provides advice, information and support services to the parents of all disabled children. The site includes information on over 1200 disabilities and conditions, links to support groups, database for networking other families, and service details.
\r\n\r\nGenetic Alliance UK, previously the Genetics Interest Group (GIG), is a national charity of over 130 patient organisations that seeks to improve the lives of all people affected by genetic conditions. It promotes awareness and understanding of genetic disorders and actively campaigns for high quality services to be developed and made available to all who need them.
\r\n\r\nGenetic Disorders UK is a charity that provides advice and support for individuals and families affected by genetic disorders.
\r\n\r\nA UK-based children’s charity dedicated to raising funds to provide care for those affected by genetic disorders, and to support ongoing research. The site provides details of their extensive activities and has a good information section to help people understand genetic disorders.
\r\n', 'Umbrella Groups', '', 'publish', 'closed', 'closed', '', 'umbrella-groups', '', '', '2018-02-08 08:26:39', '2018-02-08 08:26:39', '', 72, 'http://mlajnetics.local/?page_id=175', 0, 'page', '', 0), (176, 2, '2018-02-08 08:26:39', '2018-02-08 08:26:39', 'This section includes links to a number of umbrella organisations that provide general information, advocacy and support for a wide spectrum of genetic conditions - including many of the disorders covered by Jnetics.
\r\n\r\nThese groups may be particularly useful for conditions that have no dedicated patient group themselves e.g. Canavan disease and Bloom syndrome.
\r\n
CLIMB is a national organisation working on behalf of children, young people and families affected by inherited metabolic diseases. It covers 730 inherited disorders, providing information and support and funding education and research programmes.
\r\n\r\nThis established UK-wide charity provides advice, information and support services to the parents of all disabled children. The site includes information on over 1200 disabilities and conditions, links to support groups, database for networking other families, and service details.
\r\n\r\nGenetic Alliance UK, previously the Genetics Interest Group (GIG), is a national charity of over 130 patient organisations that seeks to improve the lives of all people affected by genetic conditions. It promotes awareness and understanding of genetic disorders and actively campaigns for high quality services to be developed and made available to all who need them.
\r\n\r\nGenetic Disorders UK is a charity that provides advice and support for individuals and families affected by genetic disorders.
\r\n\r\nA UK-based children’s charity dedicated to raising funds to provide care for those affected by genetic disorders, and to support ongoing research. The site provides details of their extensive activities and has a good information section to help people understand genetic disorders.
\r\n', 'Umbrella Groups', '', 'inherit', 'closed', 'closed', '', '175-revision-v1', '', '', '2018-02-08 08:26:39', '2018-02-08 08:26:39', '', 175, 'http://mlajnetics.local/175-revision-v1/', 0, 'revision', '', 0), (177, 2, '2018-02-08 08:27:08', '2018-02-08 08:27:08', ' ', '', '', 'publish', 'closed', 'closed', '', '177', '', '', '2018-02-08 08:35:24', '2018-02-08 08:35:24', '', 72, 'http://mlajnetics.local/?p=177', 3, 'nav_menu_item', '', 0), (178, 2, '2018-02-08 08:33:09', '2018-02-08 08:33:09', 'This section contains links to key international resources established to promote awareness, screening and research into Jewish genetic disorders.
\r\n
The Center provides extensive education and screening programmes to increase awareness and improve prevention of JGD and hereditary cancers. This site presents information about the disorders, screening and testing, activities of the charity, and other resources and links.
\r\n\r\nThe Centers (based Philadelphia, Boston, and Miami) provide Jewish community education and screening programmes for those at risk of being carriers of a JGD. This site offers information about the disorders, screening and testing, activities of the charity, and other resources and links including video and audio files with testimonials from affected families.
\r\n\r\nThe first center in the world focused primarily on diseases that affect Ashkenazi Jews. The Center works to improve the diagnosis, treatment, and counselling of patients and their families and to conduct intensive research to combat these diseases.
\r\n\r\nThe site presents a database of inherited disorders in the Israeli population – including Ashkenazi Jewish, non-Ashkenazi Jewish and non-Jewish populations. Information is available on a wide spectrum of genetic disorders that can be accessed using the ‘search’ page which categorizes conditions prevalent in different population groups.
\r\n\r\n\r\n', 'Organisations Dedicated To JGDs', '', 'publish', 'closed', 'closed', '', 'organisations-dedicated-to-jgds', '', '', '2018-02-08 08:33:09', '2018-02-08 08:33:09', '', 72, 'http://mlajnetics.local/?page_id=178', 0, 'page', '', 0), (179, 2, '2018-02-08 08:33:09', '2018-02-08 08:33:09', '
This section contains links to key international resources established to promote awareness, screening and research into Jewish genetic disorders.
\r\n
The Center provides extensive education and screening programmes to increase awareness and improve prevention of JGD and hereditary cancers. This site presents information about the disorders, screening and testing, activities of the charity, and other resources and links.
\r\n\r\nThe Centers (based Philadelphia, Boston, and Miami) provide Jewish community education and screening programmes for those at risk of being carriers of a JGD. This site offers information about the disorders, screening and testing, activities of the charity, and other resources and links including video and audio files with testimonials from affected families.
\r\n\r\nThe first center in the world focused primarily on diseases that affect Ashkenazi Jews. The Center works to improve the diagnosis, treatment, and counselling of patients and their families and to conduct intensive research to combat these diseases.
\r\n\r\nThe site presents a database of inherited disorders in the Israeli population – including Ashkenazi Jewish, non-Ashkenazi Jewish and non-Jewish populations. Information is available on a wide spectrum of genetic disorders that can be accessed using the ‘search’ page which categorizes conditions prevalent in different population groups.
\r\n\r\n\r\n', 'Organisations Dedicated To JGDs', '', 'inherit', 'closed', 'closed', '', '178-revision-v1', '', '', '2018-02-08 08:33:09', '2018-02-08 08:33:09', '', 178, 'http://mlajnetics.local/178-revision-v1/', 0, 'revision', '', 0), (180, 2, '2018-02-08 08:34:40', '2018-02-08 08:34:40', ' ', '', '', 'publish', 'closed', 'closed', '', '180', '', '', '2018-02-08 08:35:24', '2018-02-08 08:35:24', '', 72, 'http://mlajnetics.local/?p=180', 4, 'nav_menu_item', '', 0), (181, 2, '2018-02-08 08:40:45', '2018-02-08 08:40:45', ' ', '', '', 'publish', 'closed', 'closed', '', '181', '', '', '2018-02-08 08:41:14', '2018-02-08 08:41:14', '', 86, 'http://mlajnetics.local/?p=181', 2, 'nav_menu_item', '', 0), (182, 2, '2018-02-08 08:40:45', '2018-02-08 08:40:45', ' ', '', '', 'publish', 'closed', 'closed', '', '182', '', '', '2018-02-08 08:41:14', '2018-02-08 08:41:14', '', 86, 'http://mlajnetics.local/?p=182', 3, 'nav_menu_item', '', 0), (183, 2, '2018-02-08 08:40:45', '2018-02-08 08:40:45', ' ', '', '', 'publish', 'closed', 'closed', '', '183', '', '', '2018-02-08 08:41:14', '2018-02-08 08:41:14', '', 86, 'http://mlajnetics.local/?p=183', 4, 'nav_menu_item', '', 0), (184, 2, '2018-02-08 10:25:09', '2018-02-08 10:25:09', ' ', '', '', 'publish', 'closed', 'closed', '', '184', '', '', '2018-02-08 10:25:52', '2018-02-08 10:25:52', '', 96, 'http://mlajnetics.local/?p=184', 2, 'nav_menu_item', '', 0), (185, 2, '2018-02-08 10:25:09', '2018-02-08 10:25:09', ' ', '', '', 'publish', 'closed', 'closed', '', '185', '', '', '2018-02-08 10:25:52', '2018-02-08 10:25:52', '', 96, 'http://mlajnetics.local/?p=185', 3, 'nav_menu_item', '', 0), (186, 2, '2018-02-08 10:25:09', '2018-02-08 10:25:09', ' ', '', '', 'publish', 'closed', 'closed', '', '186', '', '', '2018-02-08 10:25:52', '2018-02-08 10:25:52', '', 0, 'http://mlajnetics.local/?p=186', 4, 'nav_menu_item', '', 0), (187, 2, '2018-02-08 10:25:09', '2018-02-08 10:25:09', ' ', '', '', 'publish', 'closed', 'closed', '', '187', '', '', '2018-02-08 10:25:52', '2018-02-08 10:25:52', '', 0, 'http://mlajnetics.local/?p=187', 5, 'nav_menu_item', '', 0), (188, 2, '2018-02-08 10:25:09', '2018-02-08 10:25:09', ' ', '', '', 'publish', 'closed', 'closed', '', '188', '', '', '2018-02-08 10:25:52', '2018-02-08 10:25:52', '', 0, 'http://mlajnetics.local/?p=188', 6, 'nav_menu_item', '', 0), (189, 2, '2018-02-08 10:25:09', '2018-02-08 10:25:09', ' ', '', '', 'publish', 'closed', 'closed', '', '189', '', '', '2018-02-08 10:25:52', '2018-02-08 10:25:52', '', 0, 'http://mlajnetics.local/?p=189', 7, 'nav_menu_item', '', 0), (190, 1, '2018-02-08 10:41:57', '2018-02-08 10:41:57', '{"show_on_front":{"value":"page","type":"option","user_id":1,"date_modified_gmt":"2018-02-08 10:41:57"},"page_on_front":{"value":"117","type":"option","user_id":1,"date_modified_gmt":"2018-02-08 10:41:57"}}', '', '', 'trash', 'closed', 'closed', '', '860de19f-6e60-4138-b3f0-807b03be9226', '', '', '2018-02-08 10:41:57', '2018-02-08 10:41:57', '', 0, 'http://mlajnetics.local/860de19f-6e60-4138-b3f0-807b03be9226/', 0, 'customize_changeset', '', 0), (191, 1, '2018-02-14 18:17:40', '2018-02-14 18:17:40', '
The GENEius Programme is a pioneering education and screening initiative.
You can find out more here
The GENEius Programme is a pioneering education and screening initiative.
You can find out more here
The GENEius Programme is a pioneering education and screening initiative.
You can find out more here
The GENEius Programme is a pioneering education and screening initiative.
You can find out more here