Importance of Boiler Chemicals Water Treatment Design and 3D printing of a stainless steel reactor for continuous difluoro methylations using fluoroform Liquid–liquid microflow reaction engineering Design protocol of microjet mixers for achieving desirable mixing times with arbitrary flow rate ratios Telescoped continuous flow generation of a library of highly substituted 3-thio-1,2,4-triazoles Development of a reactor with carbon catalysts for modular-scale, low-cost electrochemical generation of H2O2 Poly(oxymethylene) dimethyl ether synthesis – a combined chemical equilibrium investigation towards an increasingly efficient and potentially sustainable synthetic route Development of a reactor with carbon catalysts for modular-scale, low-cost electrochemical generation of H2O2 Catalysis in flow: O2 effect on the catalytic activity of Ru(OH)x/γ-Al2O3 during the aerobic oxidation of an alcohol A convenient numbering-up strategy for the scale-up of gas–liquid photo redox catalysis in flow Basic Water Management Process What is P&ID ? Towards scalable and controlled synthesis of metal–organic framework materials using continuous flow reactors Continuous flow Buchwald–Hartwig amination of a pharmaceutical intermediate Kinetics analysis and automated online screening of amino carbonylation of aryl halides in flow Hydrogenation of 2-methyl-3-butyn-2-ol over a Pd/ZnO catalyst: kinetic model and selectivity study Online monitoring and analysis for autonomous continuous flow self-optimizing reactor systems Kinetics of nanocrystal synthesis in a microfluidic reactor: theory and experiment Progress in reactor engineering of controlled radical polymerization: a comprehensive review Kinetics of nanocrystal synthesis in a microfluidic reactor: theory and experiment Influence of water on the deprotonation and the ionic mechanisms of a Heck alkynylation and its resultant E-factors Iron-catalysed kinetic resolution of N-sulfonyl ox aziridines Operando X-ray absorption and EPR evidence for a single electron redox process in copper catalysis "Importance of Boiler Chemicals Water Treatment", "Design and 3D printing of a stainless steel reactor for continuous difluoro methylations using fluoroform", "Liquid–liquid microflow reaction engineering", "Design protocol of microjet mixers for achieving desirable mixing times with arbitrary flow rate ratios", "Telescoped continuous flow generation of a library of highly substituted 3-thio-1,2,4-triazoles", "Development of a reactor with carbon catalysts for modular-scale, low-cost electrochemical generation of H2O2", "Poly(oxymethylene) dimethyl ether synthesis – a combined chemical equilibrium investigation towards an increasingly efficient and potentially sustainable synthetic route", "Development of a reactor with carbon catalysts for modular-scale, low-cost electrochemical generation of H2O2", "Catalysis in flow: O2 effect on the catalytic activity of Ru(OH)x/γ-Al2O3 during the aerobic oxidation of an alcohol", "A convenient numbering-up strategy for the scale-up of gas–liquid photo redox catalysis in flow", "Basic Water Management Process", "What is P&ID ?", "Towards scalable and controlled synthesis of metal–organic framework materials using continuous flow reactors", "Continuous flow Buchwald–Hartwig amination of a pharmaceutical intermediate", "Kinetics analysis and automated online screening of amino carbonylation of aryl halides in flow", "Hydrogenation of 2-methyl-3-butyn-2-ol over a Pd/ZnO catalyst: kinetic model and selectivity study", "Online monitoring and analysis for autonomous continuous flow self-optimizing reactor systems", "Kinetics of nanocrystal synthesis in a microfluidic reactor: theory and experiment", "Progress in reactor engineering of controlled radical polymerization: a comprehensive review", "Kinetics of nanocrystal synthesis in a microfluidic reactor: theory and experiment", "Influence of water on the deprotonation and the ionic mechanisms of a Heck alkynylation and its resultant E-factors", "Iron-catalysed kinetic resolution of N-sulfonyl ox aziridines", "Operando X-ray absorption and EPR evidence for a single electron redox process in copper catalysis" stringArrayList.add("Importance of Boiler Chemicals Water Treatment"); stringArrayList.add("Design and 3D printing of a stainless steel reactor for continuous difluoro methylations using fluoroform"); stringArrayList.add("Liquid–liquid microflow reaction engineering"); stringArrayList.add("Design protocol of microjet mixers for achieving desirable mixing times with arbitrary flow rate ratios"); stringArrayList.add("Telescoped continuous flow generation of a library of highly substituted 3-thio-1,2,4-triazoles"); stringArrayList.add("Development of a reactor with carbon catalysts for modular-scale, low-cost electrochemical generation of H2O2"); stringArrayList.add("Poly(oxymethylene) dimethyl ether synthesis – a combined chemical equilibrium investigation towards an increasingly efficient and potentially sustainable synthetic route"); stringArrayList.add("Development of a reactor with carbon catalysts for modular-scale, low-cost electrochemical generation of H2O2"); stringArrayList.add("Catalysis in flow: O2 effect on the catalytic activity of Ru(OH)x/γ-Al2O3 during the aerobic oxidation of an alcohol"); stringArrayList.add("A convenient numbering-up strategy for the scale-up of gas–liquid photo redox catalysis in flow"); stringArrayList.add("Basic Water Management Process"); stringArrayList.add("What is P&ID ?"); stringArrayList.add("Towards scalable and controlled synthesis of metal–organic framework materials using continuous flow reactors"); stringArrayList.add("Continuous flow Buchwald–Hartwig amination of a pharmaceutical intermediate"); stringArrayList.add("Kinetics analysis and automated online screening of amino carbonylation of aryl halides in flow"); stringArrayList.add("Hydrogenation of 2-methyl-3-butyn-2-ol over a Pd/ZnO catalyst: kinetic model and selectivity study"); stringArrayList.add("Online monitoring and analysis for autonomous continuous flow self-optimizing reactor systems"); stringArrayList.add("Kinetics of nanocrystal synthesis in a microfluidic reactor: theory and experiment"); stringArrayList.add("Progress in reactor engineering of controlled radical polymerization: a comprehensive review"); stringArrayList.add("Kinetics of nanocrystal synthesis in a microfluidic reactor: theory and experiment"); stringArrayList.add("Influence of water on the deprotonation and the ionic mechanisms of a Heck alkynylation and its resultant E-factors"); stringArrayList.add("Iron-catalysed kinetic resolution of N-sulfonyl ox aziridines"); stringArrayList.add("Operando X-ray absorption and EPR evidence for a single electron redox process in copper catalysis"); if (selected.equals("Importance of Boiler Chemicals Water Treatment")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/1.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Design and 3D printing of a stainless steel reactor for continuous difluoro methylations using fluoroform")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/2.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Liquid–liquid microflow reaction engineering")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/3.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Design protocol of microjet mixers for achieving desirable mixing times with arbitrary flow rate ratios")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/4.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Telescoped continuous flow generation of a library of highly substituted 3-thio-1,2,4-triazoles")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/5.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Development of a reactor with carbon catalysts for modular-scale, low-cost electrochemical generation of H2O2")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/6.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Poly(oxymethylene) dimethyl ether synthesis – a combined chemical equilibrium investigation towards an increasingly efficient and potentially sustainable synthetic route")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/7.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Development of a reactor with carbon catalysts for modular-scale, low-cost electrochemical generation of H2O2")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/8.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Catalysis in flow: O2 effect on the catalytic activity of Ru(OH)x/γ-Al2O3 during the aerobic oxidation of an alcohol")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/9.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("A convenient numbering-up strategy for the scale-up of gas–liquid photo redox catalysis in flow")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/10.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Basic Water Management Process")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/11.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("What is P&ID ?")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/12.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Towards scalable and controlled synthesis of metal–organic framework materials using continuous flow reactors")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/13.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Continuous flow Buchwald–Hartwig amination of a pharmaceutical intermediate")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/14.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Kinetics analysis and automated online screening of amino carbonylation of aryl halides in flow")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/15.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Hydrogenation of 2-methyl-3-butyn-2-ol over a Pd/ZnO catalyst: kinetic model and selectivity study")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/16.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Online monitoring and analysis for autonomous continuous flow self-optimizing reactor systems")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/17.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Kinetics of nanocrystal synthesis in a microfluidic reactor: theory and experiment")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/18.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Progress in reactor engineering of controlled radical polymerization: a comprehensive review")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/19.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Kinetics of nanocrystal synthesis in a microfluidic reactor: theory and experiment")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/20.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Influence of water on the deprotonation and the ionic mechanisms of a Heck alkynylation and its resultant E-factors")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/21.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Iron-catalysed kinetic resolution of N-sulfonyl ox aziridines")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/22.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); } if (selected.equals("Operando X-ray absorption and EPR evidence for a single electron redox process in copper catalysis")) { Intent i = new Intent(MainActivity.this, DetailActivity.class); i.putExtra("id", position); i.putExtra("url" , "file:///android_asset/23.htm" ); i.putExtra( "value", adapter.getItem(position)); startActivity(i); }