{"id":51101,"date":"2022-06-11T02:52:15","date_gmt":"2022-06-11T02:52:15","guid":{"rendered":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/?page_id=51101"},"modified":"2022-10-02T10:56:26","modified_gmt":"2022-10-02T10:56:26","slug":"speakers","status":"publish","type":"page","link":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/speakers\/","title":{"rendered":"Speakers"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(0,0,0,0.46) 0%|rgba(0,0,0,0.87) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_color_gradient_start=&#8221;rgba(0,0,0,0.7)&#8221; background_color_gradient_end=&#8221;rgba(0,0,0,0.7)&#8221; background_image=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/modern-digital-camera-and-filmmaking-industry-oper-2021-08-31-20-27-06-utc-scaled.jpeg&#8221; background_repeat=&#8221;space&#8221; min_height=&#8221;450px&#8221; min_height_tablet=&#8221;450px&#8221; min_height_phone=&#8221;450px&#8221; min_height_last_edited=&#8221;on|phone&#8221; height=&#8221;300px&#8221; max_height=&#8221;450px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;16px||5px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;2px||2px||true|&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;CSS &#8211; Dropdown&#8221; _builder_version=&#8221;4.17.6&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<style><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  .dv-dropdown, .dv-dropdown :before, .dv-dropdown :after {<!-- [et_pb_line_break_holder] -->    box-sizing: border-box;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  .dv-dropdown * {<!-- [et_pb_line_break_holder] -->    \tfont-family: 'Poppins', 'Sans serif';<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  .dv-dropdown {<!-- [et_pb_line_break_holder] -->    margin: 0;<!-- [et_pb_line_break_holder] -->    padding: 0;<!-- [et_pb_line_break_holder] -->    width: 100%;<!-- [et_pb_line_break_holder] -->    background-color: transparent;<!-- [et_pb_line_break_holder] -->    position: relative;<!-- [et_pb_line_break_holder] -->    user-select: none;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* title *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown > div.caption {<!-- [et_pb_line_break_holder] -->    border-radius: 15px;<!-- [et_pb_line_break_holder] -->    background: #f4f2f2; \/* f7f7f7*\/<!-- [et_pb_line_break_holder] -->    cursor: pointer;<!-- [et_pb_line_break_holder] -->    font-weight: 600;<!-- [et_pb_line_break_holder] -->    padding: 14px 38px 14px 45px;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/* list *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown > div.list {<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    background-color: #fafafa;<!-- [et_pb_line_break_holder] -->    width: 100%;<!-- [et_pb_line_break_holder] -->    border-radius: 15px;<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->    font-weight: 600;<!-- [et_pb_line_break_holder] -->    z-index: 250 !important; <!-- [et_pb_line_break_holder] -->    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);<!-- [et_pb_line_break_holder] -->    height:250px;<!-- [et_pb_line_break_holder] -->    overflow:auto;<!-- [et_pb_line_break_holder] -->  } <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* list item*\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown > div.list > div.item {<!-- [et_pb_line_break_holder] -->    padding: 11px 24px;<!-- [et_pb_line_break_holder] -->    cursor: pointer;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  .dv-dropdown > div.list > div.item:hover {<!-- [et_pb_line_break_holder] -->    color: #fff;<!-- [et_pb_line_break_holder] -->    background-color: #333;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/* list *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown.open > div.list {<!-- [et_pb_line_break_holder] -->    display: block;<!-- [et_pb_line_break_holder] -->    margin-top: 2px;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/* arrow *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown .caption:after, .dv-dropdown .caption:before {<!-- [et_pb_line_break_holder] -->    font-family: \"ETmodules\" !important;<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    top: 14px;<!-- [et_pb_line_break_holder] -->    width: 13px;<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* arrow icon *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown .caption:after {<!-- [et_pb_line_break_holder] -->    right: 14px;<!-- [et_pb_line_break_holder] -->\t\tcontent: \"\\33\";<!-- [et_pb_line_break_holder] -->    transition: all ease 500ms;<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  .dv-dropdown.open .caption:after {<!-- [et_pb_line_break_holder] -->\t\ttransform: rotate(180deg);<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* hamburger icon *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown .caption:before {<!-- [et_pb_line_break_holder] -->    left: 14px;<!-- [et_pb_line_break_holder] -->\t\tcontent: \"\\61\";<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* location icon *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown.map-icon .caption:before {<!-- [et_pb_line_break_holder] -->\t\tcontent: \"\\e081\";<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* price icon *\/<!-- [et_pb_line_break_holder] -->  .dv-dropdown.price-icon .caption:before {<!-- [et_pb_line_break_holder] -->\t\tcontent: \"\\e0ed\";<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* dropdown layer order *\/<!-- [et_pb_line_break_holder] -->  .df-buttons:nth-child(1) {<!-- [et_pb_line_break_holder] -->    z-index: 50 !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  .df-buttons:nth-child(2) {<!-- [et_pb_line_break_holder] -->    z-index: 49 !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  .df-buttons:nth-child(3) {<!-- [et_pb_line_break_holder] -->    z-index: 48 !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] --><\/style>\n<p>[\/et_pb_code][et_pb_code admin_label=&#8221;JS &#8211; Dropdown&#8221; _builder_version=&#8221;4.17.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->\tjQuery(function() {<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->    \/* toggle open class *\/<!-- [et_pb_line_break_holder] -->  jQuery('.dv-dropdown > .caption').on('click', function() {<!-- [et_pb_line_break_holder] -->    jQuery(this).parent().toggleClass('open');<!-- [et_pb_line_break_holder] -->    jQuery('.dv-dropdown > .caption').not(this).parent().removeClass('open');<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/* make item active element and add to caption *\/<!-- [et_pb_line_break_holder] -->  jQuery('.dv-dropdown > .list > .item').on('click', function() {<!-- [et_pb_line_break_holder] -->    jQuery(this).siblings().removeClass('selected');<!-- [et_pb_line_break_holder] -->    jQuery(this).addClass('selected').parent().parent().removeClass('open').children('.caption').text( jQuery(this).text() );<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->\t\/* close dropdown if Esc is clicked on keyboard *\/<!-- [et_pb_line_break_holder] -->  jQuery(document).on('keyup', function(evt) {<!-- [et_pb_line_break_holder] -->    if ( (evt.keyCode || evt.which) === 27 ) {<!-- [et_pb_line_break_holder] -->      jQuery('.dv-dropdown').removeClass('open');<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->    \/* on click remove, close dropdown *\/<!-- [et_pb_line_break_holder] -->  jQuery(document).on('click', function(evt) {<!-- [et_pb_line_break_holder] -->    if ( jQuery(evt.target).closest(\".dv-dropdown > .caption\").length === 0 ) {<!-- [et_pb_line_break_holder] -->      jQuery('.dv-dropdown').removeClass('open');<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code admin_label=&#8221;JS &#8211; Filter Classes&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  var activeClasses = [];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->jQuery(function() {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  jQuery('.dv-dropdown .df-button').on('click', function() {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ get number of dropdown<!-- [et_pb_line_break_holder] -->    var dvIndex = jQuery(this).closest(\".dv-dropdown\").index(\".dv-dropdown\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ if active classes are defined<!-- [et_pb_line_break_holder] -->    if (activeClasses[dvIndex] != \"\") {<!-- [et_pb_line_break_holder] -->      \/\/ remove active classes<!-- [et_pb_line_break_holder] -->      jQuery('.dv-dropdown:not(:eq(' + dvIndex + ')) .df-button').each(function() {<!-- [et_pb_line_break_holder] -->        jQuery(this).removeClass(activeClasses[dvIndex]);<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->      <!-- [et_pb_line_break_holder] -->      \/\/ empty active classes array<!-- [et_pb_line_break_holder] -->      activeClasses[dvIndex] = \"\";<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ get button classes<!-- [et_pb_line_break_holder] -->    var filterClasses = jQuery(this).attr('class').split(\/\\s+\/);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ for each filter class, remove the one not starting with dfc-<!-- [et_pb_line_break_holder] -->    filterClasses = jQuery.grep(filterClasses, function(element) {<!-- [et_pb_line_break_holder] -->      return element.indexOf(\"dfc-\") === 0;<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ remove all other active classes from button <!-- [et_pb_line_break_holder] -->    jQuery.each(activeClasses, function( index, value ) {<!-- [et_pb_line_break_holder] -->      \/\/ remove active classes from other dropdowns<!-- [et_pb_line_break_holder] -->      if(index !== dvIndex) {<!-- [et_pb_line_break_holder] -->        filterClasses = filterClasses.filter(e => e !== activeClasses[index]);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ undefined if you click on all, because no class then just remove<!-- [et_pb_line_break_holder] -->    if (filterClasses[0] != undefined) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      activeClasses[dvIndex] = filterClasses[0];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      jQuery('.dv-dropdown:not(:eq(' + dvIndex + ')) .df-button').each(function() {<!-- [et_pb_line_break_holder] -->        jQuery(this).addClass(activeClasses[dvIndex]);<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ add active button class dv-activebutton<!-- [et_pb_line_break_holder] -->    jQuery.each(activeClasses, function( index, value ) {<!-- [et_pb_line_break_holder] -->      \/\/ remove classes <!-- [et_pb_line_break_holder] -->      jQuery(\".dv-dropdown:eq(\" + index + \") .df-button\").removeClass(\"dv-activebutton\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ add it to active element<!-- [et_pb_line_break_holder] -->      if(value !== \"\" && typeof value !== 'undefined') {<!-- [et_pb_line_break_holder] -->        jQuery(\".dv-dropdown:eq(\" + index + \") .df-button.\" + value).addClass(\"dv-activebutton\");<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      else {<!-- [et_pb_line_break_holder] -->        jQuery(\".dv-dropdown:eq(\" + index + \") .df-button.dv-all\").addClass(\"dv-activebutton\");<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;95%&#8221; custom_padding=&#8221;||12px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;015b1154-48f7-4e95-8873-fe06030c742b&#8221; header_font=&#8221;Poppins|700|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;41px&#8221; header_letter_spacing=&#8221;2px&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; header_font_size_tablet=&#8221;41px&#8221; header_font_size_phone=&#8221;23px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;4px&#8221; border_color_bottom=&#8221;#ff8d23&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>SPEAKERS<\/h1>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;1.2em&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;Poppins|700|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;55px&#8221; header_letter_spacing=&#8221;2px&#8221; text_font_size_tablet=&#8221;16px&#8221; text_font_size_phone=&#8221;14px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>GHI has the pleasure of hosting speakers from a broad spectrum. The speakers, with their diverse and significant\u00a0experiences, come from different backgrounds and countries, carrying a dept of knowledge with them.\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;36px||36px||true|false&#8221; sticky_limit_bottom=&#8221;body&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Filter Buttons&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; z_index=&#8221;500&#8243; width=&#8221;70%&#8221; max_width=&#8221;80%&#8221; overflow-x=&#8221;visible&#8221; overflow-y=&#8221;visible&#8221; custom_margin=&#8221;-85px|auto||auto||&#8221; custom_padding=&#8221;29px|32px|29px|32px|true|true&#8221; sticky_position=&#8221;top&#8221; sticky_offset_top=&#8221;200px&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;0px&#8221; box_shadow_blur=&#8221;5px&#8221; box_shadow_color=&#8221;rgba(0,0,0,0.17)&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; module_class=&#8221;df-buttons&#8221; admin_label=&#8221;Filter&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; z_index=&#8221;auto&#8221; overflow-x=&#8221;visible&#8221; overflow-y=&#8221;visible&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; sticky_limit_bottom=&#8221;section&#8221; border_radii=&#8221;on|7px|7px|7px|7px&#8221; border_color_all=&#8221;#e5e7f2&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.17.6&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<div class=\"dv-dropdown map-icon\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"caption\">All Countries<\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"list\"><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button\">All Countries<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-australia\">Australia<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-finland\">Finland<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-france\">France<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-germany\">Germany<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-india\">India<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-indonesia\">Indonesia<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-italia\">Italia<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-korea\">Korea<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-malaysia\">Malaysia<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-philippines\">Philippines<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-poland\">Poland<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-russia\">Russia<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-singapore\">Singapore<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-taiwan\">Taiwan<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-thailand\">Thailand<\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"item df-button dfc-vietnam\">Vietnam<\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;df-area df-rows&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; min_height=&#8221;200px&#8221; custom_margin=&#8221;||||true&#8221; custom_padding=&#8221;2px||2px||true|false&#8221; border_color_all=&#8221;#939393&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-poland&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Katarzyna-Andrejuk-IPS-PAS.jpg&#8221; title_text=&#8221;Katarzyna-Andrejuk, IPS, PAS&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; z_index=&#8221;-74&#8243; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Andrejuk, Katarzyna<\/h2>\n<h3 style=\"text-align: center;\">Associate Professor<\/h3>\n<h4 style=\"text-align: center;\">Polish Academy of Sciences<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; min_height=&#8221;210px&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\">Katarzyna Andrejuk is a Sociologist and a lawyer. She is also the Associate Professor at the Research Team of European Studies. Her PhD dissertation examined educational migrations from Poland to the United Kingdom after 2004. Currently, her main research projects focus on intra-European mobility (including migration to Poland) and the activity of migrants on the labor market, especially self-employment and ethnic entrepreneurship.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-philippines&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Asis-Maruja-M.B.-Speaker-Director-of-Research-and-Publications-Scalabrini-Migration-Center..jpg&#8221; title_text=&#8221;Asis , Maruja M.B., Speaker, Director of Research and Publications, Scalabrini Migration Center.&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Asis , Maruja M.B.<\/h2>\n<h3 style=\"text-align: center;\">Director of Research and Publications,<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Scalabrini Migration Center<\/h4>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/SMC.jpeg&#8221; title_text=&#8221;SMC&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; min_height=&#8221;210px&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Maruja M.B. Asis is Director of Research and Publications at the Scalabrini Migration Center and co-editor of the Asian and Pacific Migration Journal. Dr. Asis has a background in Sociology (BA, 1979) and Demography (MA, 1984) from the University of the Philippines. She holds a PhD in sociology (1989), with specialization in population studies and social change from Bowling Green State University.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; min_height=&#8221;200px&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>The Scalabrini Migration Center (SMC) was established in the Philippines in 1987. It is a research organization dedicated to the study of international migration and the promotion of understanding the multi-faceted dimensions of migration in the Asia-Pacific region. The centre aims to inform migration and public policies and to foster solidarity with migrants and stakeholders, with the end goal of promoting the rights and dignity of migrants and building inclusive societies.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-germany&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Manuela-Bojadzijev-comment-uploadedon-June24.png&#8221; title_text=&#8221;Manuela-Bojadzijev-comment-uploadedon-June24&#8243; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Bojad\u017eijev ,\u00a0Manuela<\/h2>\n<h3 style=\"text-align: center;\">Vice-Director, Berlin Institute for Integration and Migration Research (BIM),<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Humboldt-University Berlin.<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Manuela Bojad\u017eijev is Vice-Director of the Berlin Institute for Integration and Migration Research (BIM) at Humboldt-University Berlin, and Professor for Globalized Cultures, Leuphana Universit\u00e4t L\u00fcneburg. At Leuphana Universit\u00e4t she coordinates the studies of \u00bbMigration in globaler Perspektive\u00ab (Migration in Global Perspective) and leads the DAAD-funded project \u00bbBetween Logistics and Migration: Duisburg and the New Silk Road\u00ab (2017-2018), the DFG-funded research \u00bbDigitalisierung der Arbeit. Konfigurationen realer und virtueller Migration\u00ab (Digitalization of Work. Configurations of real and virtual migration) (2018-2021), and \u201cNIGHT SPACES: MIGRATION, CULTURE AND INTEGRATION IN EUROPE.\u201d<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-korea&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/BAEK-Seung-Wook-CAU.jpg&#8221; title_text=&#8221;BAEK Seung-Wook, CAU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Baek,\u00a0Seung-wook<\/h2>\n<h3 style=\"text-align: center;\">Professor,<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Chung-Ang University, Seoul<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Seung-Wook Baek published many books in Korea including Chinese Workers and Chinese Labour Politics, Lectures on Capitalist History, China on the boundary of Globalization and Chinese Cultural Revolution and the Aporia of Politics[also translated in Chinese]. <\/span><\/p>\n<p style=\"text-align: justify;\"><span>He tries to interpret contemporary history from world-systems approaches and translated main books on world-system analysis into <\/span><span><\/span><span>Korean including Giovanni Arrighi\u2019s The Long Twenties Century, Immanual Wallerstein\u2019s The End of the World As We Know It and Beverly Silver\u2019s Forces of Labour.<\/span><\/p>\n<p style=\"text-align: justify;\"><span>He was former visiting research associate at Fernand Braudel center for the study of Economies, Historical System and Civilization of Binghamton University, former visiting senior research fellow at the Center for Global Political Economy of Sussex University and former editor of New Left Review Korean Edition. He is now doing research on the Chinese Labour dispatch system, Global Economic Crisis and \u2018the Social\u2019 in Marx Idea<\/span><\/p>\n<p style=\"text-align: justify;\">\u00a0<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-france&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Alain-Brossat-ICCS-NYCU.jpg&#8221; title_text=&#8221;Alain Brossat, ICCS, NYCU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Brossat, Alain<\/h2>\n<h3 style=\"text-align: center;\">Emeritus Professor<strong><\/strong><\/h3>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Alain Brossat is an Emeritus Professor at\u00a0the department of philosophy of Paris 8 University as well as a Professor at National Chiao-Tung University, Taiwan. He is also a member of an international research network in Social Sciences, called Diagonal, developing different activities like notably, summer universities. His research focuses on eurocentrism, hegemony, the construction of narratives, decoloniality, the crisis of the West. He is the author of over 20 books.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-russia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Chowdhury-Arnab-Roy-speaker-Assistant-Professor-School-of-Sociology-Higher-School-of-Economics-Moscow-Russia..jpg&#8221; title_text=&#8221;Chowdhury, Arnab Roy, speaker, Assistant Professor, School of Sociology, Higher School of Economics, Moscow, Russia.&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">\u00a0Chowdhury,\u00a0Arnab Roy<\/h2>\n<h3 style=\"text-align: center;\">Assistant Professor<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">School of Sociology, Higher School of Economics, Moscow,\u00a0Russia.<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Arnab Roy Chowdhury\u00a0is an Assistant Professor in the School of Sociology at the Higher School of Economics (HSE), Moscow. Prior to this he taught in the public policy group of the Indian Institute of Management Calcutta (IIMC) in India. He has received his PhD in Sociology from the National University of Singapore (NUS) in 2014. His research interests cover \u2013forced migration and refugee studies, social movement studies, natural resource extraction and labour, state-society relations, and postcolonial studies.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-taiwan&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Kenzi-Chiung-Chih-Chen-PI-ICCS-NYCU.jpg&#8221; title_text=&#8221;Kenzi Chiung-Chih Chen, PI &#8211; ICCS, NYCU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Chen, Chiung Chih\u00a0<\/h2>\n<h3 style=\"text-align: center;\">International Center for Cultural Studies Postdoctoral Fellow,<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">National Chiao-Tung University<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>My research interests focus on transnational labour migration. How did the different labour recruitment policies, including broker system and state to state policy, influence the labour recruiting process, and the socially exclusion\/ inclusion of migrant workers? Comparing the formation of different migratory models provides fruitful insight into future labour migration. Would also inquire into the problems resulted by labour recruiting policy in Taiwan, which include migrants\u2019 children, undocumented migrant workers, and also domestic workers. At last, through the connection of academics and NGOs, introducing disturbances and making changes.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-taiwan&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Yuan-Horng-Chu-ICCS-NYCU.png&#8221; title_text=&#8221;Yuan-Horng Chu, ICCS, NYCU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Chu, Yuan-Horng<\/h2>\n<h3 style=\"text-align: center;\">Professor,<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Graduate Institute for Social Research and Cultural Studies,\u00a0National Chiao-Tung University.<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Yuan-Horng Chu is a professor and the former direct\u00a0 (2004-2008) of the Graduate Institute for Social Research and Cultural Studies, National Chiao Tung University, Taiwan. He obtained his Ph.D. in Sociology from the University of Texas at Austin in 1990. He served as former president of the Cultural Studies Association in Taiwan, 2003-2004. In 2005 he founded an international Chinese journal,\u00a0<em>Router: a Journal of Cultural Studies<\/em>\u00a0and remains the editor in chief. His research areas include History of Social Thoughts, Social Theory, and Urban Ethnography. His publications include\u00a0<em>In Different World We Live: Sociological Notes on Framing, and Thomas Kuhn: a Critical Reader<\/em>\u00a0(co-edited with D. Fu).<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-taiwan&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Allen-Chun-ICCS-NYCU.png&#8221; title_text=&#8221;Allen Chun, ICCS, NYCU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Chun, Allen<\/h2>\n<h3 style=\"text-align: center;\">Joint Professor<strong><\/strong><\/h3>\n<h4 style=\"text-align: center;\"><span>\u00a0Institute of Ethnology, Academia Sinica, Taiwan<\/span><\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Allen Chun is a Research Fellow at the Institute of Ethnology, Academia Sinica, Taiwan. His research interests include socio-cultural theory, (trans) national identity, and (post)colonial formations. Most of his work has dealt with Chinese-speaking societies, contemporary and late traditional. In addition to a monograph, Unstructuring Chinese Society: The Fictions of Colonial Practice and the Changing Realities of \u201cLand\u201d in the New Territories of Hong Kong (2000), he edited a special double issue of Cultural Studies (vol. 14, nos. 3\u20134), \u201c(Post)Colonialism and Its Discontents\u201d; a special issue of Social Analysis (vol. 46, no. 2), \u201cGlobal Dissonances\u201d; and co-edited a book, Refashioning Pop Music in Asia: Cosmopolitan Flows, Political Tempos and Aesthetic Industries (2004). His major articles have appeared in diverse journals, including Toung Pao, Late Imperial China, History and Anthropology, Ethnic and Racial Studies, Journal of Historical Sociology, Current Anthropology, Theory Culture &amp; Society, boundary 2, Communal\/Plural, Cultural Anthropology, Postcolonial Studies, Inter-Asia Cultural Studies, Critique of Anthropology, Anthropological Theory, and positions.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-indonesia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Hidayah-Anis-speaker-Director-Migrant-Care-Indonesia.jpg&#8221; title_text=&#8221;Hidayah, Anis, speaker, Director, Migrant Care, Indonesia&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Hidayah, Anis<\/h2>\n<h3 style=\"text-align: center;\">Director<\/h3>\n<h4 style=\"text-align: center;\">Migrant Care, Indonesia<\/h4>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/mi.png&#8221; title_text=&#8221;mi&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;80%&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; min_height=&#8221;200px&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Anis Hidayah is an Indonesian activist who works with migrant workers and human rights issues. Her work has been recognized by Human Rights Watch in Toronto with the receipt of the Alison Des Forges Award in 2011 and the Yayasan Pusat Studi Hak Asasi Manusia with the Yap Thiam Hien Award for human rights in 2014.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; min_height=&#8221;200px&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>In 2004, Hidayah co-founded an NGO, \u201cMigrant Care\u201d to advocate for immigrant Indonesians working abroad.The NGO pressed lawmakers to draft reforms to protect migrant laborers and provides legal services for women who have experienced violence or abuse, including situations which place them in debt servitude.They also maintain a database and establish service centers in areas with high migrant exodus to educate people about the pitfalls, their rights and have a system to track workers and help their families.Through protests, lobbying efforts with lawmakers and utilizing media to drive reform, Hidayah has become one of the most visible activists for Indonesia\u2019s migrant workers.In 2012, Indonesian Parliament ratified the International Convention on the Protection of the Rights of All Migrant Workers and Members of Their Families, making a start to address the problem.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-poland&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Dorota-Hall-co-pi-IPS-PAS.jpg&#8221; title_text=&#8221;Dorota Hall, co-pi, IPS, PAS&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Hall, Dorota<\/h2>\n<h3 style=\"text-align: center;\">Associate Professor<\/h3>\n<h4 style=\"text-align: center;\">Polish Academy of Sciences<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Dorota Hall, PhD, is a cultural anthropologist and sociologist, an associate professor at the Institute of Philosophy and Sociology, Polish Academy of Sciences, and the president of the International Study of Religion in Eastern and Central Europe Association (ISORECEA). At the beginning of 2000s, she dealt with new spiritualties, and in 2007 published a book, \u201cNew Age in Poland: The local dimension of the global phenomenon\u201d (in Polish). Afterward, she moved to studies of religion and sexualities, and in 2016 published a book, \u201cSearching for a Place: LGBT Christians in Poland\u201d (in Polish). She has published papers in academic journals, e.g., Social Compass, Anthropological Journal of European Cultures, European Societies. Apart from that, she takes part in various expert networks: in 2009\u20132012, she was a member of the Network of Socio-economic Experts in the Anti-discrimination Field (SEN) established by the European Commission, and since 2011, she has been the Polish expert on field research within the FRANET network established by the EU Agency for Fundamental Rights<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-malaysia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/POR-Heong-Hong-FASS-UM.jpeg&#8221; title_text=&#8221;POR Heong Hong, FASS, UM&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Hong, Por Heong<\/h2>\n<h3 style=\"text-align: center;\">Lecturer<\/h3>\n<h4 style=\"text-align: center;\">Faculty of Arts and Social Sciences, University of Malaya.<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Dr. Por Heong Hong is the Deputy Vice-Chancellor(Research &amp; Innovation) Office at the Institute of Research Management and Services. Her area of expertise is\u00a0History of Health, History of Medicine, Body Politics, Politics of Memory.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-vietnam&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/John-HUTNYK-co-pi-GIST-TDTU-scaled.jpg&#8221; title_text=&#8221;John HUTNYK, co-pi, GIST, TDTU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Hutnyk, John<\/h2>\n<h3 style=\"text-align: center;\">Professor<\/h3>\n<h4 style=\"text-align: center;\">The Group for Inquiries and Social Theory, Ton Duc Thang University (GIST, TDTU), Vietnam.<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>John Hutnyk\u00a0is currently Associate Professor in Sociology at Ton Duc Thang University, Vietnam. In 2016 he was a Government of India GAIN scholar at Jadavpur University. Before that he was Visiting Professor at National Chiao Tung University in Taiwan. In 2015 he was in InterCultural Studies at Nagoya City University Japan, and since 2014 was Visiting Researcher at RMIT University in Australia, and also in 2014 at Mimar Sinan University in Turkey. He has held visiting scholar posts in Germany at the South Asia Institute and Institute fur Ethnologie at Heidelberg University, and Visiting Professor posts at Zeppelin University and Hamburg University, Germany. For fourteen years he was at Goldsmiths University of London in Anthropology and since 2008 as Professor of Cultural Studies. Hutnyk is the author of\u00a0<i>The Rumour of Calcutta: Tourism, Charity and the Poverty of Representation<\/i>\u00a0(1996),\u00a0<i>Critique of Exotica: Music, Politics and the Culture Industry<\/i>\u00a0(2000);\u00a0<i>Bad Marxism: Capitalism and Cultural Studies<\/i>\u00a0(2004);\u00a0<i>Pantomime Terror: Music and Politics<\/i>\u00a0(2014); and co-authored with Virinder Kalra and Raminder Kaur:\u00a0<i>Diaspora and Hybridity<\/i>\u00a0(2005).<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-malaysia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Rusaslina-Idrus-co-pi-FASS-UM.jpg&#8221; title_text=&#8221;Rusaslina Idrus, co-pi, FASS, UM&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Idrus,\u00a0Rusaslina<\/h2>\n<h3 style=\"text-align: center;\">Senior Lecturer<\/h3>\n<h4 style=\"text-align: center;\">Faculty of Arts and Social Sciences, University of Malaya, Malaysia (FASS, UM).<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Rusaslina Idrus complete her PhD in Social Anthropology from Harvard University, Cambridge. Her research focuses on Social Anthropology (Gender, Political Ecology, Legal Anthropology, Indigenous peoples, Orang Asli, Women in history, Subaltern studies)<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-finland&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Kmak-Magdalena-Associate-Professor-Minority-Studies-A\u030abo-Akademi-University-Finland.-.jpg&#8221; title_text=&#8221;OLYMPUS DIGITAL CAMERA&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Kmak,\u00a0Magdalena<\/h2>\n<h3 style=\"text-align: center;\">Associate Professor<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Minority Studies, \u00c5bo Akademi University, Finland.\u00a0<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Magdalena Kmak is the team leader of EuroStorie\u2019s subproject 3, Migration and the narratives of Europe as an \u201cArea of freedom, security and justice\u201d. She is an associate professor in Minority Studies at \u00c5bo Akademi University and a university researcher at the University of Helsinki. Magdalena\u2019s background lies in law and her interests encompass new minorities, exile studies and history of migration, public international law, human rights and international and European refugee and migration law \u2013 in particular, with the focus of the conceptualization of undocumented migrants as the new European minority and on the epistemological role of exile for a law.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-vietnam&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Le-Thi-MAI-GIST-TDTU-scaled.jpg&#8221; title_text=&#8221;Le Thi MAI, GIST, TDTU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Le Thi, Mai<\/h2>\n<h3 style=\"text-align: center;\">Head of Sociology in the Faculty of Social Sciences and Humanities.<\/h3>\n<h4 style=\"text-align: center;\">The Group for Inquiries and Social Theory, Ton Duc Thang University (GIST, TDTU), Vietnam.<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Le Thi MAI is the Head of Sociology in the Faculty of Social Sciences and Humanities. Her research focus is on Globalization, Migration, Social Integration; Social Mobility, Social Structure; Social Impacts of Economic Development; Work and Occupations, Labor Relationship; Export Processing Zones.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-taiwan&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Joyce-C.H.-Liu-Pi-ICCS-NCTU.jpg&#8221; title_text=&#8221;Joyce C.H. Liu, Pi -ICCS, NCTU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Liu, Joyce C.H.<\/h2>\n<h3 style=\"text-align: center;\">Chair Professor, Director,<\/h3>\n<h4 style=\"text-align: center;\">Institute of Social Research and Cultural Studies, National Chiao-Tung University.<\/h4>\n<p>&nbsp;<\/p>\n<h3 style=\"text-align: center;\">Director, International Center for Cultural Studies.<\/h3>\n<h4 style=\"text-align: center;\">Director, International Center for Cultural Studies.<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Joyce C.H. Liu is Professor of Critical Theory, Comparative Literature, Visual Studies and Cultural Studies in the Institute of Social Research and Cultural Studies, National Chiao Tung University, Taiwan. It is the program that she founded in 2002, the first graduate program of cultural studies in Taiwan, an inter-disciplinary and trans-disciplinary postgraduate program that addresses contemporary critical issues. She is currently the director of the cross-universities research centre, International Center for Cultural Studies of the University System of Taiwan, a network system connecting four distinguished research-oriented universities in Taiwan, together with an international graduate program in Inter-Asia Cultural Studies supported by these four universities. Starting from 2018, her centre has launched a 5-year project: \u201cConflict, Justice, Decolonization: Critical Studies of Inter-Asian Societies,\u201d involving 5 sub-projects and 21 researchers from the network the University System of Taiwan.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-singapore&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Lynn-Ee-Ho-Elaine-speaker-Assistant-Dean-FASS-Research-Division-National-University-of-Singapore.-scaled.jpg&#8221; title_text=&#8221;Photography by James Hii | www.jameshii.com&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Lynn-Ee Ho,\u00a0Elaine<\/h2>\n<h3 style=\"text-align: center;\">Assistant Dean<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">(FASS Research Division), National University of Singapore.<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Elaine Lynn-Ee Ho is Associate Professor at the Department of Geography and Senior Research Fellow at the Asia Research Institute (ARI), National University of Singapore (NUS). She is currently Assistant Dean (FASS Research Division) and she chairs the faculty-level FASS Migration Cluster. Her research addresses how citizenship is changing as a result of multi-directional migration flows in the Asia-Pacific. She is author of Citizens in Motion: Emigration, Immigration and Re-migration Across China\u2019s Borders (2019, Stanford University Press), which received the American Sociological Association\u2019s (ASA) \u201cBest Book in Global and Transnational Sociology by an International Scholar\u201d award in 2019. The monograph conceptualizes the spatial complexity and temporal co-evalness of migration, and further advances theorization of co-ethnic and inter-ethnic relations.\u00a0<\/span><\/p>\n<p style=\"text-align: justify;\"><span><\/span><\/p>\n<p style=\"text-align: justify;\"><span>Elaine has published widely on diaspora engagement and is now extending her research to two new domains: (1) transnational ageing and care in the Asia-Pacific, and (2) internal displacement at the China-Myanmar border, focusing on border im\/mobilities, diaspora action and transnational aid. She is Editor of Social and Cultural Geography; Section Editor of the 2nd edition of the International Encyclopedia of Human Geography; and serves on the editorial boards of Citizenship Studies; Emotion, Space and Society; and Singapore Journal of Tropical Geography. She was appointed Dean\u2019s Chair at the NUS Faculty of Arts and Social Sciences (FASS) in 2019.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-italia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Sandro-Mezzadra-speaker-Associate-Professor-of-Political-Theory-The-University-of-Bologna..jpg&#8221; title_text=&#8221;Sandro-Mezzadra, speaker, Associate Professor of Political Theory, The University of Bologna.&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">\u00a0Mezzadra,\u00a0Sandro\u00a0<\/h2>\n<h3 style=\"text-align: center;\">Associate Professor of Political Theory,<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">The University of Bologna.<\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Sandro Mezzadra works as an Associate Professor of Political Theory at the University of Bologna, where he teaches postcolonial studies and contemporary political theory.\u00a0He has published widely on the areas of migration, postcolonial theory, contemporary capitalism, Italian operaismo and autonomist Marxism. He recently completed a book with Brett Neilson,\u00a0<em>Border as Method,<\/em>\u00a0or, T<em>he Multiplication of Labour<\/em>\u00a0(2013, Duke University Press). His writings have been translated into ten languages: Italian, French, German, Spanish, Finnish, Greek, Slovenian, Portuguese, Chinese and Japanese.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-poland&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Mikulska-Jolles-Agnieszka-speaker-Head-of-the-Integration-and-Minority-Rights-Programme-Helsinki-Foundation-for-Human-Rights..jpg&#8221; title_text=&#8221;Mikulska-Jolles, Agnieszka, speaker, Head of the Integration and Minority Rights Programme, Helsinki Foundation for Human Rights.&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">\u00a0Mikulska-Jolles,\u00a0Agnieszka<\/h2>\n<h3 style=\"text-align: center;\">Head of the Integration and Minority Rights Programme,<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Head of the Integration and Minority Rights Programme,<strong><br \/><\/strong><\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Agnieszka Mikulska-Jolles received her MA degree in ethnology and cultural anthropology from the Warsaw University works as Head of the Integration and Minority Rights Programme at the Helsinki Foundation for Human Rights. She is a researcher and author of publications concerning the issue of racism, discrimination and minority rights, including reports and expertise for international organizations and institutions. She was the manager of the Polish Nation Focal in the Raxen Network established by the European Monitoring Centre on Racism and Xenophobia\/EU Agency for Fundamental Rights. She served as an expert in the Network of socio-economic experts in the field of anti-discrimination providing analyses of the country situation and national policies for the European Commission.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-thailand&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Sudarat-Musikawong-co-pi-IPSR-_-MMC-MU-1.png&#8221; title_text=&#8221;Sudarat Musikawong, co-pi, IPSR _ MMC, MU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblStaffName\" class=\"name\">Musikawong,\u00a0Sudarat<\/span><\/h2>\n<h3 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Associate Professor,<\/span><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\"><br \/><\/span><\/strong><\/h3>\n<h4 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Mahidol University, Thailand<\/span><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\"><br \/><\/span><\/strong><\/h4>\n<h4 style=\"text-align: center;\"><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">\u00a0<\/span><\/strong><\/h4>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Sudarat Musikawong is an Associate Professor of Sociology at the Institute for Population and Social Research, Mahidol University, Thailand. Her research interests include\u00a0Migrant Labor Rights, Immigration and Migration; Qualitative Methods, Ethnographic Action Research Methods, Comparative Historical Methods, Urban Studies, Contemporary Southeast Asian Studies, Applied Learning in Media Production; Social Inequality &amp; Stratification; Race\/Class\/Gender\/Sexuality; Third World Feminisms; Introduction to Sociology; Contemporary Theory<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-australia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/brett-neilson-co-pi-ICS-WSU.jpg&#8221; title_text=&#8221;brett-neilson, co-pi, ICS, WSU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Neilson, Brett<\/h2>\n<h3 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Professor<\/span><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\"><br \/><\/span><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Western Sydney University<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Professor Brett Neilson\u2019s research and writing aim to provide alternative ways of conceiving globalisation, with particular emphasis upon its social and cultural dimensions. Drawing on cultural and social theory as well as on empirical studies, his work has derived original and provocative means for rethinking the significance of globalisation for a wide range of contemporary problems and predicaments, including the proliferation of borders, the ascendancy of financial markets, the pressures of population ageing, the governance of logistical chains, and the role of digital infrastructures. His writings have been translated into sixteen languages: Italian, French, German, Spanish, Portuguese, Swedish, Finnish, Greek, Hungarian, Slovenian, Turkish, Arabic, Polish, Chinese, Japanese and Korean.<\/span><\/p>\n<p style=\"text-align: justify;\"><span><\/span><\/p>\n<p style=\"text-align: justify;\"><span>He is currently working on the ARC Discovery Project, \u2018<a href=\"https:\/\/datafarms.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Data Centres and the Governance of Labour and Territory<\/a>\u2018\u00a0<span class=\"oinw-text\">(opens in new window)<\/span>. Previously, he has led the ARC Discovery Projects \u2018<a href=\"https:\/\/logisticalworlds.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Logistics as Global Governance: Infrastructure, Software and Labour along the New Silk Road<\/a>\u2018\u00a0<span class=\"oinw-text\">(opens in new window)<\/span>\u00a0and \u2018<a href=\"https:\/\/transitlabour.asia\/\" target=\"_blank\" rel=\"noopener noreferrer\">Culture in Transition: Creative Labour and Social Mobilities in the Asian Century<\/a>\u2018\u00a0<span class=\"oinw-text\">(opens in new window)<\/span>.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-vietnam&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Pun-Ngai-HKU-1.jpg&#8221; title_text=&#8221;Pun Ngai, HKU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Ngai, Pun\u00a0<\/h2>\n<h4 style=\"text-align: center;\"><\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Pun Ngai received her PhD from University of London, SOAS in 1998. She is the winner of 2006 C. Wright Mills Award for\u00a0her book, \u201cMade in China: Women Factory Workers in a Global Workplace\u201d (Duke University Press, 2005). Made in China is widely used as required reading in major universities in America,\u00a0Europe and Asia. Together with Dying for Apple: Foxconn and Chinese Workers (co-authored with Jenny Chan and Mark Selden, 2016), these two texts have been translated into German, French, Italian, Spanish, Polish and Chinese. Two of her Chinese books were also awarded Hong Kong Book Prize 2007 and 2011 as the top ten popular books, widely read in Hong Kong and Mainland China.\u00a0She published extensively and cross-disciplinary in journals in the areas of sociology, anthropology, labour Studies, China Studies and Cultural Studies. Her articles appeared in Current Sociology, Global Labor Studies, Work, Employment and Society, The China Quarterly, Modern China, and The China Journal, Positions, Public Culture and Cultural Anthropology.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-vietnam&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Nguyen-Thi-Hong-Xoan-VHU-HCM.jpg&#8221; title_text=&#8221;Nguyen Thi Hong Xoan, VHU &#8211; HCM&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Nguy\u1ec5n Th\u1ecb Hong, Xoan<strong><br \/><\/strong><\/h2>\n<h3 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Associate Professor<\/span><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\"><br \/><\/span><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Vietnam National University<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Associate Professor Xoan Nguyen is Dean of the Faculty of Sociology, School of Social Sciences and Humanities, Vietnam National University in Ho Chi Minh City, Vietnam. She received her PhD in Sociology at the University of Adelaide, Australia in 2008 with the thesis titled \u201cMigration of Youth to Ho Chi Minh City, Vietnam: Determinants of Mobility and Adjustment Experiences\u201d and she got Bachelor and Master of Sociology at Sophia University, Bulgaria (1986-1992). In 2016, the Vietnam National University in HCMC (VNU-HCM) rewarded her with Associate Professor Tittle. Her academic interest is migration and health care. Since finishing her Ph.D in Adelaide, South Australia in 2008, she came back Vietnam and worked as lecturer at VNU-HCM. During the time working at this university, she has taken part in quite a few number of studies and community-based action projects in a variety of topics such as poverty, urbanization, health care and climate change. She also transfers her research outcomes through participating in different internal and international conferences.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-australia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Shanthi-Robertson-speaker-Senior-Research-Fellow-Western-Sydney-University..jpg&#8221; title_text=&#8221;Shanthi Robertson, speaker, Senior Research Fellow, Western Sydney University.&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Robertson, Shanthi<\/h2>\n<h3 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Senior Research Fellow<\/span><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\"><br \/><\/span><\/strong><\/h3>\n<h4 style=\"text-align: center;\"><span>Western Sydney University<b><br \/><\/b><\/span><\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Shanthi Robertson is an Associate Professor at the School of Humanities and Communication Arts and an ICS School-based Member and Institute Fellow. Shanthi was awarded her PhD in International Studies from RMIT University in 2009.<\/span><\/p>\n<p style=\"text-align: justify;\"><span>She worked as a lecturer in Global Studies and researcher at the Globalism Research Centre at RMIT University until she joined the Institute in 2013. Her research interests are broadly around the social and cultural consequences of globalisation, with a specific focus on transnational migration, citizenship, multiculturalism and urban social change within the Asia-Pacific region. Shanthi is currently working on an ARC DECRA project on temporality, mobility and Asian temporary migration to Australia.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-france&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/csm_luca_salza_5ace04a75c.jpeg&#8221; title_text=&#8221;csm_luca_salza_5ace04a75c&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Salza ,\u00a0\u00a0Luca<\/h2>\n<h3 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Associate Professor<\/span><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\"><br \/><\/span><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Italian Literature and History of Ideas, Universit\u00e9 de Lille, France.<\/h4>\n<h4 style=\"text-align: center;\"><span><b>\u00a0<\/b><\/span><\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Luca Salza is the Associate Professor (ma\u00eetres de conf\u00e9rences) of Italian Literature and History of Ideas at Universit\u00e9 de Lille, France. His research areas include Renaissance, World Literature, Migrant Literature, War,\u00a0<i>Pouvoir destituant<\/i>, Philosophy, and the contemporary refugee studies in Europe\/Italy.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-india&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Samaddar-Ranabir-Director-Calcutta-Research-Group..jpg&#8221; title_text=&#8221;Samaddar, Ranabir, Director, Calcutta Research Group.&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Samaddar, Ranabir\u00a0<\/h2>\n<h3 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Director<\/span><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\"><br \/><\/span><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Calcutta Research Group<span><b>\u00a0<\/b><\/span><\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Dr. Ranabir Samaddar is the Director of the Calcutta Research Group and belongs to the school of critical thinking. He has pioneered along with other peace studies programmes in South Asia. He has worked extensively on issues of justice and rights in the context of conflicts in South Asia. The much-acclaimed The Politics of Dialogue (Ashgate, 2004) was the culmination of his work on justice, rights, and peace. His particular researches have been on migration and refugee studies, the theory and practices of dialogue, nationalism and post-colonial statehood in South Asia, and new regimes of technological restructuring and labour control. He authored a three-volume study of Indian nationalism, (Whose Asia Is It Anyway \u2013 nation and The Region in South Asia, 1996, The Marginal Nation \u2013 Transborder Migration from Bangladesh to West Bengal, 1999, and A Biography of the Indian Nation, 1947-1997, 2001). His recent political writings published in the form of a 2 volume account, The Materiality of Politics (Anthem Press, 2007), and the just-published The Emergence of the Political Subject (Sage, 2009) have challenged some of the prevailing accounts of the birth of nationalism and the nation-state, and have signaled a new turn in critical post-colonial thinking.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-thailand&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Rosalia-Maria-Emanuele-Sciortino-IPSR-_-MMC-MU.jpg&#8221; title_text=&#8221;Rosalia Maria Emanuele Sciortino, IPSR _ MMC, MU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Sciortino,\u00a0Rosalia<\/h2>\n<h3 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Associate Professor<\/span><strong><span id=\"ctl00_ContentPlaceHolder2_LblTitle\"><br \/><\/span><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Institute for Population and Social Research, Mahidol University, Thailand.\u00a0<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Rosalia Maria Emanuele Sciortino is an Associate Professor at<strong>\u00a0<\/strong>Institute for Population and Social Research, Mahidol University, Thailand. Her research focus is on gender, social health, migration and regional integration in the Greater Mekong Sub-region and ASEAN.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-korea&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/SHIN-Kwang-Yeong-CAU.jpg&#8221; title_text=&#8221;SHIN Kwang-Yeong, CAU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Shin, Kwang-Yeong<\/h2>\n<h3 style=\"text-align: center;\"><span id=\"ctl00_ContentPlaceHolder2_LblTitle\">Professor<\/span><\/h3>\n<h4 style=\"text-align: center;\">Chung-Ang University, Seoul.<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Kwang-Yeong Shin is a Professor of sociology at Chung-Ang University in Seoul, Korea. He is also joint professorships in the Department of German and European Studies and Cultural Studies. His research interests include the impact of the transformation of the labor market and population on social inequality, historical social democracy in Scandinavia, and neoliberal turns and the rise of the precariat in East Asia. His recent book is Social Inequality in South Korea. His recent publications have appeared in Korean Journal of Sociology, Third World Quarterly and American Behavioral Scientist. He is currently one of the co-editors of the Asian Journal of German and European Studies and editorial board members of three journals- Social Forces, Journal of Contemporary Asia, and Globalizations<\/span>.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-poland&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Rafal-Smoczynski-co-pi-IPS-PAS.png&#8221; title_text=&#8221;Rafal Smoczynski, co-pi, IPS, PAS&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Smoczynski,\u00a0Rafal<\/h2>\n<h3 style=\"text-align: center;\">Associate Professor<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Polish Academy of Sciences<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Rafal Smoczynski is an Associate Professor at the Polish Academy of Sciences. His research focus is on social control, migration, sociology of religion, social theory, and sociology of markets.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-malaysia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Simon-Soon-FASS-UM.jpg&#8221; title_text=&#8221;Simon Soon, FASS, UM&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Soon, Simon<\/h2>\n<h3 style=\"text-align: center;\">Senior Lecturer<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Faculty of Arts and Social Sciences, University of Malaya, Malaysia (FASS, UM).<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>My research focuses primarily on 19th and 20th-century art and visual culture in Southeast Asia \u2013 although the region that I study is framed along two temporally and spatially expansive and overlapping corridors \u2013 the Indian Ocean and the Third World. I graduated with a BA (first-class honours) in art history from the University of Melbourne. I also have a second major in English Literature and read a lot of anthropology.<\/span><\/p>\n<p style=\"text-align: justify;\"><span>I then received my PhD from the University of Sydney under an Australian Postgraduate Award fellowship (thank you Australia Government!), where I wrote a dissertation on the spatio-visual practices of postwar left-leaning art movements in Singapore\/Malaya, Indonesia, Thailand, the Philippines from the 1950s \u2013 1970s under three awesome supervisors \u2013 Adrian Vickers, John Clark and Stephen Whiteman. Over and beyond research, each of them taught me many life-skills to\u00a0find a home for myself in the otherwise cutthroat world of\u00a0academia.<\/span><\/p>\n<p style=\"text-align: justify;\"><span>I characterize my research\u00a0very broadly as social art history, which reflects an interest in approaching\u00a0\u2018art history from below\u2019. I also have a broader interest in Asian modernities as a discursive method and in the broader field of art historiography (e.g. how is history being written? By whom and by what means?).<\/span><\/p>\n<p style=\"text-align: justify;\"><span>Principally, topics related to how social energies are expressed through visual\u00a0forms interest me. I do have a strong interest in examining art or cultural phenomenon through understanding them as\u00a0intersections of\u00a0history, memory, and mythology. Then, there\u2019s also side interest of mine in modern architecture. Much more than critical thinking, I value imaginative scholarships on art and cultural histories that change our\u00a0understanding of ourselves, the world and our relationships with one another.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-australia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Malini-Sur-ICS-WSU.jpg&#8221; title_text=&#8221;Malini Sur, ICS, WSU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Sur, Malini<\/h2>\n<h3 style=\"text-align: center;\">Senior Research Fellow<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">Western Sydney University<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Malini Sur is a Senior Research Fellow at the Institute for Culture and Society and teaches anthropology at Western Sydney University. She holds a PhD from the University of Amsterdam (2012). Her research addresses three lines of inquiry \u2013 agrarian borders, urban space and environment. She has conducted fieldwork in Bangladesh and India, and with South Asian asylum seekers in Belgium.<\/span><\/p>\n<p style=\"text-align: justify;\"><span>Malini\u2019s publications have appeared in academic journals like\u00a0<em>Comparative Studies in Society and History<\/em>,\u00a0<em>HAU<\/em>,\u00a0<em>Mobilities<\/em>, and\u00a0<em>The Economic and Political Weekly<\/em>. She has co-edited a collection of essays entitled\u00a0<em>Transnational Flows and Permissive Polities: Ethnographies of Human Mobility in Asia<\/em>\u00a0(Amsterdam University Press, 2012). Her public writing has appeared in\u00a0<em>Himal<\/em>,\u00a0<em>The Telegraph<\/em>\u00a0and\u00a0<em>Scroll<\/em>. Photographs from Malini\u2019s fieldwork on South Asia\u2019s borders have been exhibited in Amsterdam, Berlin, Bonn, Chiang Mai, Gottingen, Heidelberg, Kathmandu and Munich. Her first documentary film\u00a0<em>Life Cycle<\/em>, about the politics of cycling in the city of Kolkata, has been screened at the City-Mojo Film Festival (Perth 2017); the Australian Anthropological Society (Sydney 2016); The 4th Peoples Film Festival (Kolkata 2016), the Centre for Studies in the Social Sciences Calcutta (Kolkata 2016) and The Substation (Singapore 2016). This documentary is based on nine months of fieldwork with cyclists, vendors and environmentalists and has been gleaned from over 100 hours of footage. It is a product of her ongoing dialogues with urban cyclists, NGOs, environmental activists, citizen\u2019s associations, and market committees in India.<\/span><\/p>\n<p style=\"text-align: justify;\"><span>Malini regularly walks along the Parramatta River. Aspiring graduate students in anthropology and sociology who would like to join for a river walk talk may write to her at\u00a0<a href=\"mailto:m.sur@westernsydney.edu.au\">m.sur@westernsydney.edu.au<\/a>.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-indonesia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Susilo-Wahyu-participant-Migrant-Care.jpg&#8221; title_text=&#8221;Susilo, Wahyu, participant, Migrant Care&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Susilo, Wahyu<\/h2>\n<h4 style=\"text-align: center;\">Migrant Care, Indonesia<\/h4>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/mi.png&#8221; title_text=&#8221;mi&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;80%&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; min_height=&#8221;200px&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Wahyu Susilo has been involved in various programmes related to Migrant Workers Protection for <\/span><span>almost ten years.\u00a0<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; min_height=&#8221;200px&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>He is also active as a member of the task force or working group to provide support<\/span><span><br \/>to the government on policy development for issues related to human trafficking and migrant worker.\u00a0<\/span><span>He holds a bachelor\u2019s degree on Historical Science and, currently is continuing his study as <\/span><span>a postgraduate student in the Political Science Faculty at the University of Indonesia.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-thailand&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/06\/Suchada-Thaweesit-IPSR-_-MMC-MU.jpg&#8221; title_text=&#8221;Suchada Thaweesit, IPSR _ MMC, MU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Thaweesit, Suchada<\/h2>\n<h3 style=\"text-align: center;\">Dean<\/h3>\n<h4 style=\"text-align: center;\">Institute for Population and Social Research, Mahidol University, Thailand (IPSR &amp; MMC, MU)<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\"><span>Suchada Thaweesit is Dean of\u00a0 Institute for Population and Social Research, Mahidol University, Thailand. Her research focuses on\u00a0Women Studies, Gender Studies, Reproductive Health, Sexuality Education, HIV\/AIDS, Medical Anthropology, Migration, Social Justice, Youth and Aging People as well as Family Issues.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-taiwan&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; custom_margin=&#8221;30px||30px||true|false&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation_style=&#8221;slide&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;#f7f7f7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-content\/uploads\/2022\/05\/Yu-Fan-Chiu-ICCS-NYCU.jpg&#8221; title_text=&#8221;Yu-Fan Chiu, ICCS, NYCU&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;160px&#8221; height=&#8221;160px&#8221; max_height=&#8221;160px&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_radii=&#8221;on|100%|100%|100%|100%&#8221; border_color_all=&#8221;#e09900&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins||||||||&#8221; text_font_size=&#8221;12px&#8221; header_font=&#8221;Poppins|500|||||||&#8221; header_font_size=&#8221;18px&#8221; header_2_font=&#8221;Poppins|500||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Poppins|500||on|||||&#8221; header_3_text_color=&#8221;#E02B20&#8243; header_3_font_size=&#8221;13px&#8221; header_4_font=&#8221;Poppins|300|||||||&#8221; header_4_text_color=&#8221;#3a1a00&#8243; header_4_font_size=&#8221;15px&#8221; header_4_line_height=&#8221;1.4em&#8221; custom_margin=&#8221;||20px||false|false&#8221; link_option_url=&#8221;https:\/\/iccs.nctu.edu.tw\/en\/teacher.php?USN=21&#038;type=program&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Yu-fan, Chiu<\/h2>\n<h3 style=\"text-align: center;\">Assistant Professor<strong><br \/><\/strong><\/h3>\n<h4 style=\"text-align: center;\">School of Law, National Chiao-Tung University.<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;30px|60px|30px|60px|true|true&#8221; custom_padding_tablet=&#8221;|8px||8px|true|true&#8221; custom_padding_phone=&#8221;30px|0px|30px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#f2f2f2&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;70cb90b4-86b2-4752-9d7e-bc2fd7e6219f&#8221; text_font=&#8221;Poppins|300|||||||&#8221; text_font_size=&#8221;16px&#8221; text_letter_spacing=&#8221;1px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;Poppins|600||on|||||&#8221; header_2_font_size=&#8221;1em&#8221; header_2_letter_spacing=&#8221;1px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_2_font_size_tablet=&#8221;1em&#8221; header_2_font_size_phone=&#8221;0.8em&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Chiu Yu-fan is an Assistant Professor at School of Law, National Chiao-Tung University. Her research focus\u00a0is on labour law, gender and law, employee and labour relations.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SPEAKERSGHI has the pleasure of hosting speakers from a broad spectrum. The speakers, with their diverse and significant\u00a0experiences, come from different backgrounds and countries, carrying a dept of knowledge with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-51101","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/pages\/51101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/comments?post=51101"}],"version-history":[{"count":0,"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/pages\/51101\/revisions"}],"wp:attachment":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/media?parent=51101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}