{"id":50944,"date":"2022-06-05T02:00:49","date_gmt":"2022-06-05T02:00:49","guid":{"rendered":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/?page_id=50944"},"modified":"2022-10-02T11:00:59","modified_gmt":"2022-10-02T11:00:59","slug":"participants","status":"publish","type":"page","link":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/participants\/","title":{"rendered":"Participants"},"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\/world-map-of-white-cement-plaster-on-a-pink-brick-2021-09-01-11-26-35-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||75px||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; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code 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.4&#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;||68px|||&#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;a045501e-440a-48d0-9776-324268c3ba8d&#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>PARTICIPANTS<\/h1>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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 style=\"text-align: justify;\">Participants in 2021 CHCI-GHI Migration, Logistics and Unequal Citizens in Contemporary Global Context have been selected after a rigorous review process. Their research reflects not only the geographical range but also the diversity of fields, experiences as well as research projects represented in the applications. Participants\u2019 research focuses span different regions around Asia, Asia-Pacific, Africa, Europe, North America and particularly raise the urgent problematics concerning the core issues of the GHI.<\/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; admin_label=&#8221;Section&#8221; _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;95px&#8221; sticky_limit_bottom=&#8221;body&#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.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/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] -->  <\/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-canada\">Canada<\/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-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-usa\">USA<\/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] --><\/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-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.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\/Allouache-Yannis-Adam-participant-National-University-of-Singapore.png&#8221; title_text=&#8221;Allouache, Yannis-Adam, participant, National University of Singapore&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Allouache, Yannis-Adam<\/h2>\n<h3 style=\"text-align: center;\">National University of Singapore<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Investigating the infrastructures, precarities and employment journeys of Indonesian migrants in Taiwan<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Yannis-Adam Allouache is a PhD Candidate in the Department of Geography at the National University of Singapore and a Visiting Research Student in the Department of Geography at National Taiwan University. He is also a recipient of the Taiwan Ministry of Foreign Affairs Taiwan Fellowship. His PhD thesis explores the infrastructures of labour migration shaping the employment journeys of Indonesian migrants across places in Taiwan. He is interested to get in touch with anyone working on similar issues at <a href=\"mailto:yallouache@u.nus.edu\" target=\"_blank\" rel=\"noopener\">yallouache@u.nus.edu<\/a>.<\/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-usa&#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\/Campanioni-Chris-participant-CUNY-Graduate-Center-Manhattan-NY..jpg&#8221; title_text=&#8221;Campanioni, Chris, participant, CUNY Graduate Center, Manhattan, NY.&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Campanioni, Chris\u00a0<\/h2>\n<h3 style=\"text-align: center;\">CUNY Graduate Center, Manhattan, NY.<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Documenting Disappearance: How Migrants Re-Write the Script of Self-Representation as a Form of Mobility.<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Chris Campanioni is the son of immigrants from Cuba and Poland and the author of six books, including A and B and Also Nothing (Otis Books|Seismicity Editions, 2020), a re-writing of Henry James\u2019s The American and Gertrude Stein\u2019s \u201cAmericans\u201d which merges theory, fiction, and autobiography. Recent work has appeared in Ambit, Nat. Brut, Poetry International, M\/C: Media &amp; Culture, the Journal of Cinema and Media Studies, and the Journal of Comparative Literature and Aesthetics, and has been translated into Spanish and Portuguese. His selected poetry was awarded an Academy of American Poets College Prize in 2013, his novel Going Down was named Best First Book at the 2014 International Latino Book Awards, and his hybrid piece \u201cThis body\u2019s long (&amp; I\u2019m still loading)\u201d was adapted as an official selection of the Canadian International Film Festival in 2017. He teaches at Pace University and Baruch College and is a Provost Fellow at The Graduate Center\/CUNY, where he works on the convergence between migration and media studies. His research on facial recognition and migration has been presented in 2019 at MIT\u2019s Media In Transition 10, the Society for Cinema and Media Studies, the Centre for Media &amp; Celebrity Studies, the &amp; Now Festival of Innovative Writing, the International Migration Conference, and the Migrant States of Exception.<\/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-usa&#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\/Choy-Gomez-Jorge-participantThe-University-of-Texas-Austin.jpg&#8221; title_text=&#8221;Choy-Gomez, Jorge, participant,The University of Texas, Austin&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Choy-Gomez, Jorge<\/h2>\n<h3 style=\"text-align: center;\">The University of Texas, Austin<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Humanitarian Violence Care and Bureaucracy for Migrants and Refugees in Mexico\u2019s Southern Border<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">For 10 years, I have been working on international migration in the southern border of Mexico. First, as a bachelor and master\u2019s student, with Honduran migrants who resides in the Soconusco region of Chiapas and who emigrated for various reasons. I continued my career at Mexico\u2019s southern border as a research assistant in several academic projects that investigated the reasons why Central Americans emigrate and why they have stayed more and more in that region. In addition, I worked as a public officer in Chiapa\u2019s government immigration institutions and later in an NGO that monitors detention centres on the southern border. I have also been an external consultant for agencies such as UNDP, IOM and UNHCR. Currently, I am a PhD student at the Lozano Long Institute of Latin American Studies of the University of Texas at Austin. My areas of speciality are central American migration, anthropology of bureaucracy, feminist geopolitics, care and violence.<\/p>\n<p style=\"text-align: justify;\">\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\/06\/Cmielewski-Cecelia-participantWestern-Sydney-University-Australia.jpg&#8221; title_text=&#8221;Cmielewski, Cecelia, participant,Western Sydney University, Australia&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Cmielewski, Cecelia<\/h2>\n<h3 style=\"text-align: center;\">Western Sydney University, Australia<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Conviviality, Creative Expression and Inter-Culturality.<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Cecelia Cmielewski was awarded her doctorate from Western Sydney University through the Institute of Culture and Society in 2018. Her research interests address inclusion in the creative sectors with a focus on the relationship between creative production and multicultural policies. Her thesis researches the relationship between the experiences and practices of artists of non-English speaking backgrounds (NESB) and key arts policies through a consideration of the roles of creative and organizational leadership. Cecelia is a Research Officer on the ARC Discovery Project \u201cUNESCO and The Making of Global Cultural Policy: Culture, Economy, Development\u201d. She was the project manager and contributing researcher on the ARC-funded project \u201cRecalibrating Culture\u201d, and was a principal investigator on the ARC-funded \u201cLarge Screens and Transnational Public Sphere\u201d. She held senior roles at the Australia Council, the Federal Government\u2019s arts funding and advisory agency between 1998 and 2011. She is also a curator, most recently curating metanarratives for ISEA2015 in the UAE. She holds an MBA (University of Adelaide), Bachelor of Design (University of South Australia) and a Bachelor of Arts (Flinders University).<\/p>\n<p style=\"text-align: justify;\">\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\/Del-Bono-Andrea-participantIndependent-Research-PhD.jpg&#8221; title_text=&#8221;Del Bono, Andrea, participant,Independent Research, PhD&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Del Bono, Andrea<\/h2>\n<h3 style=\"text-align: center;\">Independent Research, PhD, Italia<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Analysing Chinese Migration to Prato (Italy) and the Construction of the \u2018Creative\u2019 District in the City.<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">I am an independent researcher currently based in Italy. My academic background is in Chinese language studies and my research interests include cultural geography, urban studies and methods for cultural research. I received my PhD from the Institute for Culture and Society, Western Sydney University, where I have worked on a thesis titled \u2018Chinese and Italian Place Brands in Contemporary Sydney: Assembling Ethnicity and\/in the City\u2019 \u2013 which explored the process of branding ethnicity in two inner-city precincts of the Australian metropolis. After the end of my PhD, I have been involved in several projects of community development in the city of Prato (Italy), which is home to a large number of Chinese migrants mostly employed in the local textile industry; here, I have developed my current research project, which looks at the application of the master plan for the city and its attempts to create a \u2018creative district\u2019 in a contested urban area, which has progressively become a symbolic centre for Chinese entrepreneurs in Prato. I am co-author of the book Chinatown Unbound: Trans-Asian Urbanism in the Age of China (Rowman &amp; Littlefield, 2019).<\/p>\n<p style=\"text-align: justify;\">\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\/06\/Hlongwa-Lungani-National-Chiao-Tung-University-Taiwan.jpg&#8221; title_text=&#8221;Hlongwa, Lungani, National Chiao-Tung University, Taiwan&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Hlongwa, Lungani<\/h2>\n<h3 style=\"text-align: center;\">National Yangming Chiao Tung University, Taiwan<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Conceptualizing the Maritime Silk Road Initiative Through the Lens of Sea Power<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Lungani Hlongwa is currently a PhD student at the Institute for Social Research and Cultural Studies at National Chiao Tung University. He obtained his bachelor\u2019s degree in Military Science from Stellenbosch University where he majored in Military Strategy and Nautical Science. He served four years in the South African Navy as a combat officer under training. His current research interests lie in the rise of China\u2019s sea power and its impact on Africa. More specifically, his research focuses on how maritime logistics manifest itself as power and how it intersects with the military element. Currently, he is working collaboratively with four other PhD students on a project called Conflict, Justice and Decolonization.<\/p>\n<p style=\"text-align: justify;\">\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\/Indrianto-Antonius-Maria-participant-Mahidol-University-Thailand.jpg&#8221; title_text=&#8221;Indrianto, Antonius Maria, participant, Mahidol University, Thailand&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">\u00a0Indrianto, Antonius Maria<\/h2>\n<h3 style=\"text-align: center;\">Mahidol University, Thailand<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Negotiating Identities and Gender Roles: The Left Behind Father and Migrant Mothers of Kuripan Village, Central Java, Indonesia.<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Anton obtained his Bachelor degree in Communication Studies from Gadjah Mada University, Yogyakarta, Indonesia and holds a Master of International Community Development from Victoria University, Melbourne, Australia. Between 2015 and 2017, He has been part of the research project with several Organizations, National and International. He is now studying for Ph.D. program in Demography at Institute for Population and Social Research (IPSR), Mahidol University, Thailand.<\/p>\n<p style=\"text-align: justify;\">\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\/06\/Stella-Jang-participant-The-Australian-National-University.jpg&#8221; title_text=&#8221;Stella Jang, participant, The Australian National 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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Jang, Stella<\/h2>\n<h3 style=\"text-align: center;\">The Australian National University<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Dreams, and Agency: The Journey of Filipino Migrant Wives in Korea<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Stella Jang is a postdoctoral researcher at The Australian National University. Her research focuses on Filipino wives in South Korea. The Korean state and society expect migrant wives to focus on having children who they raise with Korean cultural values. Immigration, migrant education and welfare policies encourage migrant wives to accumulate knowledge of the Korean language and culture while reinforcing husband dominance in marital relationships and promoting Confucian patriarchal values. Stella\u2019s research explores how Filipino wives satisfy their personal dreams and ambitions while negotiating pressure to fulfill the Korean state\u2019s expectations of migrant wives.<\/p>\n<p style=\"text-align: justify;\">Stella has worked with diverse UN organizations. Her latest role was with the United Nations Population Fund (UNFPA) Indonesia as an Advocacy and Communication Advisor promoting reproductive rights for vulnerable women. Her research has also explored how the Korean government and communities monitor migrant wives and influence their fertility decisions. Stella strongly believes that women\u2019s basic rights must be protected by the state and communities.<\/p>\n<p style=\"text-align: justify;\">\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\/Mohammad-Jawad-Shahab-participant-Mahidol-University-Thailand..jpg&#8221; title_text=&#8221;Mohammad-Jawad-Shahab, participant, Mahidol University, Thailand.&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Jawad Shahab, Mohammad\u00a0<\/h2>\n<h3 style=\"text-align: center;\">Mahidol University, Thailand<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Assessing the Socio-economic and Psychological Situations of Return Migration in Afghanistan (A case study from Kabul city).<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">\n<p style=\"text-align: justify;\">Mr. Mohammad Jawad Shahab is a PhD student at Mahidol University, Institute of Population and Social Research (IPSR). He received his BSc in Statistics from Kabul University of Afghanistan and his MA in economics and management from the Ruhr University of Bochum, Germany in 2013. He is working as an assistant professor at faculty of economic in Kabul University since 2007. Besides his affiliation as an assistant professor, he is working as UNFPA academic program coordinator in Kabul University since 2016 and was involved in Afghanistan Comprehensive Migration Policy draft in 2018.<\/p>\n<p style=\"text-align: justify;\">\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\/06\/Aslam-Abd-Jalil-participant-The-University-of-Queensland-scaled.jpg&#8221; title_text=&#8221;Aslam Abd Jalil, participant, The University of Queensland&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Aslam Abd Jalil<\/h2>\n<h3 style=\"text-align: center;\">The University of Queensland<\/h3>\n<h4 style=\"text-align: center;\">Title of Research -Rohingya Refugee Livelihood Strategies in Malaysia: Challenges and Opportunities<\/h4>\n<p>&nbsp;<\/p>\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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">\n<p style=\"text-align: justify;\">Aslam Abd Jalil is a PhD candidate at The University of Queensland. He has a background in anthropology, public policy and business studies and is combining these three fields in researching the issue of refugee work rights in Malaysia. Aslam is also actively involved in refugee rights advocacy both in Malaysia and Australia. He has volunteered with organisations such as the UNHCR and Amnesty International. To advocate for policy changes, Aslam regularly engages with policymakers on the issues of migration and has submitted and presented policy papers to the Malaysian Government and the Australian High Commission in Kuala Lumpur.<\/p>\n<p style=\"text-align: justify;\">\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\/06\/Khan-Marina-participant-Western-Sydney-University-Australia.jpg&#8221; title_text=&#8221;Khan, Marina, participant, Western Sydney University, Australia&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Khan, Marina<\/h2>\n<h3 style=\"text-align: center;\">Western Sydney University, Australia<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Mapping Migrancies: Analysing Infrastructural Encounters through Migration Trajectories<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">I am a Higher Degree Research candidate from the Institute for Culture and Society at Western Sydney University. I completed my Master of Research in 2017 prior to which I graduated from a Bachelor of Social Science with majors in Urban Studies. My Masters\u2019 research titled \u2018\u2019Contested Ground\u2019: Network Governance in the Australian Migration Industry\u2019 explored lived experiences of professionals working in the Australian migration industry and was recently published in<span>\u00a0<\/span><a href=\"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1111\/imig.12568\">International Migration<\/a>. My PhD project titled \u2018Mapping Migrancies\u2019 is an exploration of skilled migrants encounters\u2019 with migration processes, and how these interactions\u00a0shape their migration experience. I use a mixed-methods approach, using a combination of big-data analysis and in-depth explorative interviews with skilled migrants in Australia and Canada.\u00a0Apart from the PhD, I host a research podcast called<span>\u00a0<\/span><a href=\"https:\/\/blabcoats.com\/\">Blabcoats<\/a><span>\u00a0<\/span>at Western Sydney\u00a0University. I am also a Postgraduate committee representative for The Australian Sociological Association (TASA).<\/p>\n<p style=\"text-align: justify;\">[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,2_3&#8243; module_class=&#8221;dfc-canada&#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\/Kihika-Maureen-participant-Simon-Fraser-University-Canada-.jpg&#8221; title_text=&#8221;Kihika, Maureen, participant, Simon Fraser University, Canada&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Kihika, Maureen<\/h2>\n<h3 style=\"text-align: center;\">Simon Fraser University, Canada<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Canada\u2019s Multicultural Immigration Policy: A Structural Logistical Constraint for Black African Immigrant Care Workers<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">I completed my PhD in sociology at Simon Fraser University in British Columbia, Canada in 2019.\u00a0 My dissertation research examined the experiences of racialized Black African immigrant caregivers, exploring how labour market encounters shape peoples meaning-making processes and identity constructions. My research and teaching interests are in the areas of race, immigration, labour market processes, globalization and the global political economy, identity, diaspora populations, critical race scholarship and intersectionality frameworks. Specifically, I am interested in the politics of mobility and how social categories of difference shape identity migration, citizenship and belonging.\u00a0 I\u2019m currently a lecturer at the Sociology &amp; Anthropology Department at Simon Fraser University.<\/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\/Linh-Dinh-Phuong-participant-Vietnam-National-University-Hanoi.jpg&#8221; title_text=&#8221;Linh, Dinh Phuong, participant, Vietnam National University, Hanoi&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Linh, Dinh Phuong<\/h2>\n<h3 style=\"text-align: center;\">Vietnam National University, Hanoi<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Female Migrant Workers as Housekeepers in Hanoi: Patterns of Vulnerability<b>\u00a0<\/b><\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">My name is Dinh Phuong Linh. I hold my MSc in Health and Social Care at the University of Huddersfield, UK and my PhD is in Sociology at the University of Social Sciences and Humanities, Vietnam National University. I am currently working as a lecturer at the Faculty of Sociology, USSH, VNU. My research interests include social security, health and gender studies. I have substantial experiences with research design as well as data collection and analysis. I have been involved in several kinds of research funded by national and international funders, such as NAFOSTED; TOYOTA Foundation (Japan)\u2026 as well as consultancy for INGO such as CARE, PLAN, SNV\u2026 With my new research interest in logistic and migration, I would like to discover the unequal citizenship of immigrant correlating with the gender aspect.<\/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-usa&#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\/Liu-Jiaqi-participant-University-of-California-San-Diego.jpg&#8221; title_text=&#8221;Liu, Jiaqi, participant, University of California, San Diego&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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, Jiaqi<\/h2>\n<h3 style=\"text-align: center;\">University of California, San Diego<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Emigrant Membership and State Sovereignty in China<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Jiaqi Liu is a PhD student in Sociology at the University of California, San Diego, studying the political sociology of international migration with a regional focus on East Asia. His research is located at the critical juncture between migration, refugee, and citizenship politics. In particular, he examines how non-democratic states in the Global South regulate transborder membership, both voluntary and forced, in the age of migration. Prior to UC San Diego, he was funded by the Eiffel Scholarship to pursue a master\u2019s degree in Human Rights and Humanitarian Action (cum laude) at Sciences Po Paris, specializing in the refugee regime of European Union. He also holds a Juris Doctor from the University of Arizona and a Bachelor of Law degree from the Ocean University of China. He has provided pro bono legal assistance to numerous refugees from South Asia and Latin America and worked for international organizations such as the International Union Against Tuberculosis and Lung Disease and the Office of the United Nations Special Rapporteur on the Rights of Indigenous Peoples<\/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\/Narayan-Pallavi-participant-Nanyang-Technological-University-Singapore.jpg&#8221; title_text=&#8221;Narayan, Pallavi, participant, Nanyang Technological University, Singapore&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Narayan, Pallavi<\/h2>\n<h3 style=\"text-align: center;\">Nanyang Technological University, Singapore<\/h3>\n<h4 style=\"text-align: center;\">Title \u2013 Shadow Lives Migrants and Precarity in Turkish and Indian Fiction<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Pallavi Narayan\u00a0holds a PhD in literature from the Indian Institute of Technology Delhi. She has worked in higher education and publishing in Singapore and India for several years, with universities such as Nanyang Technological University, National University of Singapore, Singapore Management University, Penguin Random House India, Pan Macmillan India and Routledge India. She was a participant in the CHCI-Mellon Global Humanities Institute 2019 on Challenges of Translation in Santiago, Chile, and has started translating poetry from the Spanish. She was named Frankfurt Fellow 2018 and represented Singapore\u2019s publishing industry at the prestigious fellowship awarded by the Frankfurt Book Fair. She is working on an academic book manuscript based on her doctoral dissertation on Orhan Pamuk and everyday architecture in Istanbul. She is a published poet and an artist specializing in cityscapes in watercolour.<\/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-southafrica&#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\/Okunade-Samuel-Kehinde-participant-University-of-Pretoria-South-Africa.jpg&#8221; title_text=&#8221;Okunade, Samuel Kehinde, participant, University of Pretoria, South Africa&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Okunade, Samuel Kehinde<\/h2>\n<h3 style=\"text-align: center;\">University of Pretoria, South Africa<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Dynamics, Challenges and Way out of Human Trafficking scourge in West Africa<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">My name is Samuel Kehinde Okunade. I hold a doctorate degree in Conflict Transformation and Peace Studies from the University of KwaZulu-Natal, South Africa. I research on borders and youth out-migration in Africa. I am interested in thinking about ways in which social and ethnic cleavages in border communities could be used for economic integration and social cohesion rather than a perpetual source of conflict in Africa. Equally, I am committed to being a voice for inhabitants of border communities who have a history of marginalization and perpetual neglect by the government. For the youth, I am enthusiastic to finding a way to dissuade the culture of irregular migration which has proven to be a dangerous and fruitless adventure. The preceding has formed the basis of my writings. As a young scholar, I have published articles which can be accessed online while some are currently under review..<\/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\/06\/Parhusip-Jonathan-S.-participant-ICCS-NYCU.jpg&#8221; title_text=&#8221;Parhusip, Jonathan S., participant, 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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Parhusip, Jonathan S.<\/h2>\n<h3 style=\"text-align: center;\">National Yang Ming Chiao Tung University, Taiwan<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Emerging Migrant Space and Grassroots Activism in Taiwan Fishing Port<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Jonathan S. Parhusip is a Ph.D. student at the Institute of Social Research and Cultural Studies (SRCS), National Yang-Ming Chiao Tung University, Taiwan. His research interests include the politics of migration, logistical chain of Indonesia-Taiwan migration industry, and migrant fishermen in the distant water fishing vessels. His Ph.D. research explores the employment practices of migrant fishers in Taiwan fishing industry and grassroots activism of migrant fishers in Taiwan.<\/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\/Ho-Thanh-Tam-participant-Vietnam-National-University-Hanoi-VNUH.jpg&#8221; title_text=&#8221;Ho Thanh Tam, participant, Vietnam National University, Hanoi (VNUH)&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Ho Thanh Tam<\/h2>\n<h3 style=\"text-align: center;\">Vietnam National University, Hanoi (VNUH)<\/h3>\n<h4 style=\"text-align: center;\">Title of Research: The Migration Waves of Viet (Kinh) Ethnic to the Central Highlands (Vietnam) in the Twenty Century.<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Ho Thanh Tam gained his Master of History at the University of Social Sciences and Humanities (USSH, Vietnam National University, Hanoi) in 2012 and then became a lecture on Vietnamese history at the Faculty of History (USSH) since 2013. From 2014 to 2018, he did his PhD degree in History with PhD thesis about the Religious policy of the Republic of Vietnam (1954\u20131975) which was highly evaluated by the Council of the USSH. He has several publications on national journal and papers presented at international conferences. From 2019 to present, he has cooperated with the Faculty of History, University California Riverside (US) to do some research on gender history and environmental history in Vietnam.<\/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\/06\/LI-QI-participant-National-Chiao-Tung-University-Taiwan.jpg&#8221; title_text=&#8221;LI QI, participant, National Chiao-Tung University, Taiwan&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Qi, Li<\/h2>\n<h3 style=\"text-align: center;\">National Yang Ming Chiao Tung University, Taiwan<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Passage between Socialism and Capitalism: Experiments of the Special Economic Zone in China<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">LI Qi,<span>\u00a0<\/span><a href=\"mailto:iliqi1994@gmail.com\">iliqi1994@gmail.com<\/a>, Ph.D. student, Department of Social Research and Cultural Studies, National Chiao Tung University, Taiwan. Her research interests include Zone Studies, Urban-Rural Relation, Land Reform, and Economic Democracy Practice. She is also working on a documentary project about the Little Theatre Movement and community practices in post-war Taiwan.<\/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\/06\/Sharma-Poonam-participant-National-Chiao-Tung-University-Taiwan.jpg&#8221; title_text=&#8221;Sharma, Poonam, participant, National Chiao-Tung University, Taiwan&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">\u00a0Sharma, Poonam<\/h2>\n<h3 style=\"text-align: center;\">National Yang Ming Chiao Tung University, Taiwan<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 The Invisible \u2018Politicized\u2019 Roles of Bangladeshi and Nepali Migrants in North-East India and West-Bengal<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Dr. Poonam Sharma is a Research scholar who received her Ph.D. from the Department of Social Research and Cultural Studies at National Chiao Tung University (Taiwan, R.O.C.) in June 2019. She holds a Master Degree with a major in sociology from the Institute of Sociology, National Tsing Hua University, Taiwan. Her central research area focuses on the phenomenon of \u2018migration \u2018of migrants\/illegal immigrants as \u2018unauthorized\u2019 vote banks in South-Asian nations. Dr. Sharma is currently working at the broader aspect of migration and citizenship politics in a comparative study among India, Malaysia, and Indonesia. Her research area also covers the contemporary border politics and unequal policies regulated by modern nation-states, in administering a diverse population structure amidst a complex power struggle.<\/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-usa&#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\/Tuohy-Brian-participant-University-of-California-Los-Angeles.jpg&#8221; title_text=&#8221;Tuohy, Brian, participant, University of California, Los Angeles&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Tuohy, Brian<\/h2>\n<h3 style=\"text-align: center;\">University of California, Los Angeles<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 Mexican Chicago: Between Belonging and Exclusion<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Brian Tuohy is a Postdoctoral Fellow in the Fielding School of Public Health at the University of California, Los Angeles. His research interests include immigration, urban sociology, health, and qualitative methods. His current research investigates issues at the intersection of healthcare and immigration reform and his work has appeared in City &amp; Community and Social Forces. He received his PhD from the Department of Sociology at the University of Chicago in 2018, an MSt from the University of Oxford in 2010 as a Clarendon Scholar, and a BA in Psychology and Religion summa cum laude from the University of Rochester in 2007.<\/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\/06\/Verma-Monika-participant-National-Chiao-Tung-University-Taiwan-.jpg&#8221; title_text=&#8221;Verma, Monika, participant, National Chiao-Tung University, Taiwan&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Verma, Monika<\/h2>\n<h3 style=\"text-align: center;\">National Yang Ming Chiao Tung University, Taiwan<\/h3>\n<h4 style=\"text-align: center;\">Title of Research- The Plight of Refugees under a Secular Democracy: A glance of Rohingya Refugees in India<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Monika Verma was born in Allahabad, India. She received the B.Sc. and M.Sc. degrees from the University of Allahabad, Uttar Pradesh, India in 2010 and 2014, respectively. Presently, she is a Ph.D. student at the Institute of Social Research and Cultural Studies, National Chiao Tung University, Taiwan. She is working on the Ph.D. project titled \u201cthe plight of refugees under the secular democracy: A case study of Rohingyas in India\u201d. Her research interests are migration studies, refugee studies, border politics, international relations, defence and strategic studies, unequal citizenship and minority studies. She can be reached at\u00a0<span>\u00a0<\/span><a href=\"mailto:moniletit@gmail.com\">moniletit@gmail.com<\/a><\/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-usa&#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\/Wells-Jennifer-particpant-The-George-Washington-University-Washington-DC.jpg&#8221; title_text=&#8221;Wells, Jennifer, particpant, The George Washington University, Washington DC&#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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Wells, Jennifer\u00a0<\/h2>\n<h3 style=\"text-align: center;\">The George Washington University, Washington DC<\/h3>\n<h4 style=\"text-align: center;\">Title of Research \u2013 \u201cFake News!\u201d: Western Rhetoric, Genocide &amp; Statelessness in Asia<\/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;65ac51c3-a467-4486-a76e-a266e5fb0263&#8243; 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;\">Jennifer Wells is an Assistant Professor of History &amp; International Affairs at George Washington University. She received her Ph.D. in history from Brown University and a JD with a specialization in international law from the University of California. Her work focuses on the intersection of history, law, politics, society, and the state. Wells\u2019s current research projects focus on refugees, war crimes, humanitarian law, and how non-state actors, rogue states, and ungoverned territories are financed through illicit international networks. Two current projects focus upon the globalization of migration crises and refugees, and the financing of terrorist networks through cultural property destruction and sale. To date, these projects have involved field research in Jordan, Lebanon, Thailand, and Myanmar. Wells has published on a wide range of issues that examine the intersection of history, law, politics, society, and the state, including refugee policy in the Middle East; international war crimes; terrorism and U.S.-U.K. extradition law; conflict and climate change; British judges and Chinese pirates in 19thcentury Hong Kong; local expertise in nation-building; and the coercive powers of the state.<\/p>\n<p style=\"text-align: justify;\">In addition to these academic pursuits, Wells is an on-air contributor for the BBC and National Geographic Channel. She sits on the board of Genocide Watch and the International Alliance to End Genocide and speaks about these issues to the diplomatic community in Washington, DC. She has worked for Amnesty International and clerked for the U.S. Federal Courts in the Northern District of California.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PARTICIPANTSParticipants in 2021 CHCI-GHI Migration, Logistics and Unequal Citizens in Contemporary Global Context have been selected after a rigorous review process. Their research reflects not only the geographical range but [&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-50944","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/pages\/50944","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=50944"}],"version-history":[{"count":0,"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/pages\/50944\/revisions"}],"wp:attachment":[{"href":"https:\/\/transit-asia.chss.nycu.edu.tw\/GHI\/wp-json\/wp\/v2\/media?parent=50944"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}